61 lines
1.1 KiB
SCSS
61 lines
1.1 KiB
SCSS
// sass-lint:disable no-important
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
color: $success-color;
|
|
}
|
|
|
|
.email-container {
|
|
.email-heading {
|
|
th {
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
|
|
|
.prft-slash {
|
|
vertical-align: middle;
|
|
color: $success-color;
|
|
font-size: 100px;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.email-title {
|
|
vertical-align: sub;
|
|
text-transform: uppercase;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
|
|
.email-body {
|
|
* {
|
|
padding-bottom: 20px;
|
|
line-height: 1.5em;
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
word-break: break-word;
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.email-copyright {
|
|
vertical-align: bottom;
|
|
color: $dark-grey;
|
|
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.email-logo {
|
|
vertical-align: bottom;
|
|
text-align: right;
|
|
}
|
|
|
|
.email-bg {
|
|
background: $accent-color-2 !important;
|
|
background-color: $accent-color-2 !important;
|
|
}
|
|
}
|