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

20 lines
266 B
SCSS
Raw Normal View History

.notification-status {
@include core-16;
color: $secondary-text-colour;
2020-03-06 11:23:24 +00:00
margin-top: -1 * govuk-spacing(3);
&.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
}
}