19 lines
333 B
SCSS
19 lines
333 B
SCSS
@import "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;
|
|
}
|
|
}
|
|
}
|