Files
notifications-admin/app/assets/stylesheets/views/notification.scss
T
2017-06-30 14:01:18 +01:00

19 lines
220 B
SCSS

.notification-status {
@include core-16;
color: $secondary-text-colour;
margin-top: -$gutter-half;
&.error {
color: $error-colour;
font-weight: bold;
a {
color: $error-colour;
}
}
}