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

24 lines
494 B
SCSS
Raw Normal View History

2016-08-16 16:29:50 -05:00
.email-container {
2016-08-16 16:29:50 -05:00
.email-heading th {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
.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-16 16:29:50 -05:00
.email-title {
text-transform: uppercase;
font-weight: 700;
font-size:20px;
vertical-align: sub;
}
}
.email-body {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-weight:300;
}
}