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

48 lines
1.0 KiB
SCSS
Raw Normal View History

a {
text-decoration: underline;
color: $success-color;
}
.email-container {
2016-08-16 14:29:50 -07:00
.email-heading th {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
.prft-slash {
font-size: 100px;
2016-08-16 14:29:50 -07:00
font-weight: 200;
2016-08-15 12:29:50 -05:00
color: $success-color;
2016-08-16 14:29:50 -07:00
vertical-align: middle;
}
2016-08-16 14:29:50 -07:00
.email-title {
text-transform: uppercase;
font-weight: 700;
font-size:18px;
2016-08-16 14:29:50 -07:00
vertical-align: sub;
}
}
.email-body * {
2016-08-16 14:29:50 -07:00
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-size: 16px;
line-height: 1.5em;
padding-bottom: 20px;
2016-08-18 13:37:25 -07:00
font-weight:300;
2016-08-18 16:03:22 -07:00
word-break: break-word;
2016-08-18 13:37:25 -07:00
strong {
2016-08-19 15:50:17 -07:00
font-weight:bold;
2016-08-18 13:37:25 -07: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-19 15:50:17 -07:00
.email-bg {
background:#fef035 !important;
background-color:#fef035 !important;
}
}