Skip to content

Commit 6825826

Browse files
committed
remove duplicates from styles css
1 parent 4d4aae4 commit 6825826

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

backend/templates/v2/emails/styles.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ img {
7878
/* Layout */
7979

8080
.wrapper {
81-
-premailer-cellpadding: 0;
8281
-premailer-cellspacing: 0;
8382
-premailer-width: 100%;
8483
background-color: #f8fafc;
@@ -88,7 +87,6 @@ img {
8887
}
8988

9089
.content {
91-
-premailer-cellpadding: 0;
9290
-premailer-cellspacing: 0;
9391
-premailer-width: 100%;
9492
margin: 0;
@@ -103,7 +101,6 @@ img {
103101
}
104102

105103

106-
107104
/* Logo */
108105

109106
.logo {
@@ -115,7 +112,7 @@ img {
115112
/* Body */
116113

117114
.body {
118-
-premailer-cellpadding: 0;
115+
119116
-premailer-cellspacing: 0;
120117
-premailer-width: 100%;
121118
background-color: #f8fafc;
@@ -127,7 +124,7 @@ img {
127124
}
128125

129126
.inner-body {
130-
-premailer-cellpadding: 0;
127+
131128
-premailer-cellspacing: 0;
132129
-premailer-width: 570px;
133130
background-color: #ffffff;
@@ -156,7 +153,7 @@ img {
156153
/* Footer */
157154

158155
.footer {
159-
-premailer-cellpadding: 0;
156+
160157
-premailer-cellspacing: 0;
161158
-premailer-width: 570px;
162159
margin: 0 auto;
@@ -198,7 +195,6 @@ img {
198195
/* Tables */
199196

200197
.table table {
201-
-premailer-cellpadding: 0;
202198
-premailer-cellspacing: 0;
203199
-premailer-width: 100%;
204200
margin: 30px auto;
@@ -227,7 +223,6 @@ img {
227223
/* Buttons */
228224

229225
.action {
230-
-premailer-cellpadding: 0;
231226
-premailer-cellspacing: 0;
232227
-premailer-width: 100%;
233228
margin: 30px auto;

0 commit comments

Comments
 (0)