mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 10:54:11 -04:00
19 lines
220 B
SCSS
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;
|
|
}
|
|
|
|
}
|
|
|
|
}
|