docbrown/app/assets/stylesheets/email_subscriptions.scss
Mac Siri 02ab21726d Create "invalid token" page for EmailSubscriptionController (#218)
* Update email-unsubscription expiration to 31 days

* Create invalid_token template

* Fix lint
2018-04-18 13:19:08 -04:00

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;
}