Skip to content

Commit

Permalink
Merge pull request #117 from sebadob/prettify-email-templates
Browse files Browse the repository at this point in the history
prettify email templates
  • Loading branch information
sebadob committed Oct 29, 2023
2 parents 269f00c + 6d101be commit 926de6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions templates/email/change_info_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34, 30, 34, .8);
}

.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}

.header {
Expand Down
4 changes: 1 addition & 3 deletions templates/email/change_info_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34, 30, 34, .8);
}

.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}

.header {
Expand Down
4 changes: 1 addition & 3 deletions templates/email/confirm_change.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34, 30, 34, .8);
}

.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}

.header {
Expand Down
4 changes: 1 addition & 3 deletions templates/email/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34, 30, 34, .8);
}

.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}

.header {
Expand Down
4 changes: 1 addition & 3 deletions templates/email/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34, 30, 34, .8);
}

.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}

.header {
Expand Down
4 changes: 1 addition & 3 deletions templates/email/reset_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
.wrapper {
display: flex;
align-items: center;
justify-content: center;
background-color: #DFE0E2;
color: rgba(34,30,34,.8);
}
.container {
flex-direction: column;
padding: 3em 5em;
padding: 2rem;
}
.header { margin: 0 0 1.5em 0; }
.submitButtonWrapper { margin-top: 2.75em; }
Expand Down

0 comments on commit 926de6e

Please sign in to comment.