19 lines
351 B
SCSS
19 lines
351 B
SCSS
|
@import "foundation-emails/scss/foundation-emails";
|
||
|
|
||
|
.pd-logo {
|
||
|
font-size: 28px;
|
||
|
}
|
||
|
|
||
|
.email-container {
|
||
|
max-width:600px;
|
||
|
background-color:green;
|
||
|
.email-title {
|
||
|
font-family: 'HalisR', Helvetica Neue, Helvetica, Ariel, sans-serif !important;
|
||
|
.prft-slash {
|
||
|
font-size: 100px;
|
||
|
font-weight: 100;
|
||
|
color: #EF0734;
|
||
|
}
|
||
|
}
|
||
|
}
|