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

48 lines
1.0 KiB
SCSS
Raw Permalink 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:03:22 -05:00
word-break: break-word;
2016-08-18 15:37:25 -05:00
strong {
2016-08-19 17:50:17 -05:00
font-weight:bold;
2016-08-18 15:37:25 -05: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 17:50:17 -05:00
.email-bg {
background:#fef035 !important;
background-color:#fef035 !important;
}
}