Files
notifications-admin/app/assets/stylesheets/views/notification.scss
T

24 lines
289 B
SCSS
Raw Normal View History

.notification-status {
@include core-16;
color: $secondary-text-colour;
margin-top: -$gutter-half;
&.error {
color: $error-colour;
font-weight: bold;
a {
color: $error-colour;
}
}
2018-10-11 10:54:39 +01:00
&-cancelled {
@include bold-19;
color: $error-colour;
}
}