Skip to content

Commit 1ebba3b

Browse files
author
Florian Dendorfer
committed
WIP: fix final email design
1 parent 3007f43 commit 1ebba3b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

app/public/templates/sales-mail-template.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868

6969
.first-col-full {
70-
display: none;
70+
display: none !important;
7171
height: auto;
7272
width: 0px;
7373
}
@@ -109,10 +109,10 @@
109109
}
110110

111111
.footer-spacer {
112-
height: 16px
112+
height: 16px;
113113
}
114114

115-
.footer-content {
115+
.footer-content td {
116116
background: #1f2937;
117117
padding: 12px;
118118
}
@@ -163,11 +163,11 @@
163163
padding: 24px 0;
164164
}
165165

166-
.footer-spacer {
166+
.footer-spacer td {
167167
height: 24px;
168168
}
169169

170-
.footer-content {
170+
.footer-content td {
171171
padding: 18px 36px;
172172
}
173173
}
@@ -207,7 +207,7 @@
207207
height: 40px;
208208
}
209209

210-
.footer-content {
210+
.footer-content td {
211211
padding: 20px 48px;
212212
}
213213
}
@@ -386,7 +386,9 @@ <h2>Lieferadresse</h2>
386386
</div>
387387

388388
<table class="footer">
389-
<tr class="footer-spacer"></tr>
389+
<tr class="footer-spacer">
390+
<td></td>
391+
</tr>
390392
<tr class="footer-content">
391393
<td>Bundesamt für Statistik</td>
392394
</tr>

0 commit comments

Comments
 (0)