|
76 | 76 | box-sizing: border-box; |
77 | 77 | padding: 20px; } |
78 | 78 |
|
79 | | - .content-block { |
80 | | - padding-top: 10px; |
81 | | - padding-bottom: 10px; } |
82 | | - |
83 | | - .flush-top { |
84 | | - margin-top: 0; |
85 | | - padding-top: 0; } |
86 | | - |
87 | | - .flush-bottom { |
88 | | - margin-bottom: 0; |
89 | | - padding-bottom: 0; } |
90 | | - |
91 | | - .header { |
92 | | - margin-bottom: 20px; |
93 | | - Margin-top: 10px; |
94 | | - width: 100%; } |
95 | | - .header > table { |
96 | | - min-width: 100%; } |
97 | | - |
98 | 79 | .footer { |
99 | 80 | clear: both; |
100 | 81 | padding-top: 10px; |
|
128 | 109 | text-align: center; |
129 | 110 | text-transform: capitalize; } |
130 | 111 |
|
131 | | - h2 { |
132 | | - font-size: 28px; |
133 | | - Margin-bottom: 15px; } |
134 | | - |
135 | | - h3 { |
136 | | - font-size: 21px; } |
137 | | - |
138 | | - h4 { |
139 | | - font-size: 14px; |
140 | | - font-weight: 500; } |
141 | | - |
142 | 112 | p, |
143 | 113 | ul, |
144 | 114 | ol { |
|
201 | 171 | background-color: #34495e !important; |
202 | 172 | border-color: #34495e !important; } } |
203 | 173 |
|
204 | | - .btn-secondary table td { |
205 | | - background-color: transparent; } |
206 | | - |
207 | | - .btn-secondary a { |
208 | | - background-color: transparent; |
209 | | - border-color: #3498db; |
210 | | - border-width: 2px; |
211 | | - color: #3498db; } |
212 | | - |
213 | | - @media all { |
214 | | - .btn-secondary a:hover { |
215 | | - border-color: #34495e !important; |
216 | | - color: #34495e !important; } } |
217 | | - |
218 | | - .btn-tertiary table td { |
219 | | - background-color: transparent; } |
220 | | - |
221 | | - .btn-tertiary a { |
222 | | - background-color: transparent; |
223 | | - border-color: #ffffff; |
224 | | - border-width: 2px; |
225 | | - color: #ffffff; } |
226 | | - |
227 | 174 | /* ------------------------------------- |
228 | 175 | OTHER STYLES THAT MIGHT BE USEFUL |
229 | 176 | ------------------------------------- */ |
|
278 | 225 | table[class=body] h1 { |
279 | 226 | font-size: 28px !important; |
280 | 227 | margin-bottom: 10px !important; } |
281 | | - table[class=body] h2 { |
282 | | - font-size: 22px !important; |
283 | | - margin-bottom: 10px !important; } |
284 | | - table[class=body] h3 { |
285 | | - font-size: 16px !important; |
286 | | - margin-bottom: 10px !important; } |
287 | 228 | table[class=body] p, |
288 | 229 | table[class=body] ul, |
289 | 230 | table[class=body] ol, |
|
299 | 240 | table[class=body] .container { |
300 | 241 | padding: 0 !important; |
301 | 242 | width: 100% !important; } |
302 | | - table[class=body] .header { |
303 | | - margin-bottom: 10px !important; } |
304 | 243 | table[class=body] .main { |
305 | 244 | border-left-width: 0 !important; |
306 | 245 | border-radius: 0 !important; |
|
312 | 251 | table[class=body] .img-responsive { |
313 | 252 | height: auto !important; |
314 | 253 | max-width: 100% !important; |
315 | | - width: auto !important; } |
316 | | - table[class=body] .alert td { |
317 | | - border-radius: 0 !important; |
318 | | - padding: 10px !important; } |
319 | | - table[class=body] .span-2, |
320 | | - table[class=body] .span-3 { |
321 | | - max-width: none !important; |
322 | | - width: 100% !important; } |
323 | | - table[class=body] .receipt { |
324 | | - width: 100% !important; } } |
| 254 | + width: auto !important; }} |
325 | 255 |
|
326 | 256 | /* ------------------------------------- |
327 | 257 | PRESERVE THESE STYLES IN THE HEAD |
|
0 commit comments