* Update email-unsubscription expiration to 31 days * Create invalid_token template * Fix lint
25 lines
370 B
SCSS
25 lines
370 B
SCSS
.unsubscribed {
|
|
background: #66e2d5;
|
|
color: #0c3d38;
|
|
margin: 100px auto;
|
|
padding: 40px 10px;
|
|
|
|
@media screen and (min-width: 645px) {
|
|
margin: 100px auto;
|
|
width: 565px;
|
|
padding: 40px;
|
|
}
|
|
}
|
|
|
|
.unsubscribed--red {
|
|
background: #ea919a;
|
|
}
|
|
|
|
.unsubscribed__title {
|
|
font-weight: 600;
|
|
font-size: 26px;
|
|
}
|
|
|
|
.unsubscribed__message {
|
|
font-weight: 400;
|
|
}
|