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

44 lines
932 B
SCSS
Raw Normal View History

a {
text-decoration: underline;
color: $success-color;
}
.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:18px;
2016-08-16 16:29:50 -05:00
vertical-align: sub;
}
}
.email-body * {
2016-08-16 16:29:50 -05:00
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-size: 16px;
line-height: 1.5em;
padding-bottom: 20px;
2016-08-18 15:37:25 -05:00
font-weight:300;
2016-08-18 18:02:34 -05:00
word-break: break-all;
2016-08-18 15:37:25 -05:00
strong {
font-weight:500;
}
}
.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;
}
}