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

20 lines
258 B
SCSS
Raw Normal View History

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