2016-08-17 13:58:31 -05:00
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: $success-color;
|
|
|
|
}
|
2016-08-15 08:31:39 -05:00
|
|
|
|
|
|
|
.email-container {
|
2016-08-16 16:29:50 -05:00
|
|
|
.email-heading th {
|
|
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
2016-08-15 08:31:39 -05:00
|
|
|
.prft-slash {
|
|
|
|
font-size: 100px;
|
2016-08-16 16:29:50 -05:00
|
|
|
font-weight: 200;
|
2016-08-15 12:29:50 -05:00
|
|
|
color: $success-color;
|
2016-08-16 16:29:50 -05:00
|
|
|
vertical-align: middle;
|
2016-08-15 08:31:39 -05:00
|
|
|
}
|
2016-08-16 16:29:50 -05:00
|
|
|
.email-title {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 700;
|
2016-08-17 13:58:31 -05:00
|
|
|
font-size:18px;
|
2016-08-16 16:29:50 -05:00
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
}
|
2016-08-17 13:58:31 -05:00
|
|
|
.email-body * {
|
2016-08-16 16:29:50 -05:00
|
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
2016-08-17 13:58:31 -05:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
padding-bottom: 20px;
|
2016-08-18 15:37:25 -05:00
|
|
|
font-weight:300;
|
|
|
|
strong {
|
|
|
|
font-weight:500;
|
|
|
|
}
|
2016-08-17 13:58:31 -05:00
|
|
|
}
|
|
|
|
.email-copyright {
|
|
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
color: #909090;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
.email-logo {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: bottom;
|
2016-08-15 08:31:39 -05:00
|
|
|
}
|
|
|
|
}
|