skill-assessment-app/app/assets/stylesheets/mailers/custom-mailer-styles.scss

61 lines
1.1 KiB
SCSS
Raw Normal View History

2017-03-06 16:06:16 -06:00
// sass-lint:disable no-important
a {
text-decoration: underline;
color: $success-color;
}
.email-container {
2017-03-06 16:06:16 -06:00
.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;
}
2016-08-16 16:29:50 -05:00
}
}
2017-03-06 16:06:16 -06:00
.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;
}
2016-08-18 15:37:25 -05:00
}
}
2017-03-06 16:06:16 -06:00
.email-copyright {
2017-03-06 16:06:16 -06:00
vertical-align: bottom;
color: $dark-grey;
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-size: 10px;
}
2017-03-06 16:06:16 -06:00
.email-logo {
vertical-align: bottom;
2017-03-06 16:06:16 -06:00
text-align: right;
}
2017-03-06 16:06:16 -06:00
2016-08-19 17:50:17 -05:00
.email-bg {
2017-03-06 16:06:16 -06:00
background: $accent-color-2 !important;
background-color: $accent-color-2 !important;
2016-08-19 17:50:17 -05:00
}
}