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

19 lines
220 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;
}
}
}