Files
notifications-admin/app/assets/stylesheets/views/notification.scss
Katie Smith ee9a396de1 Stop using -govuk-spacing(n) in SASS
Using `-govuk-spacing(n)` in the SASS files was not working, so this
replaces it with `-1 * govuk-spacing(n)` instead.
2020-03-06 11:23:24 +00:00

20 lines
266 B
SCSS

.notification-status {
@include core-16;
color: $secondary-text-colour;
margin-top: -1 * govuk-spacing(3);
&.error {
color: $govuk-error-colour;
font-weight: bold;
}
&-cancelled {
@include bold-19;
color: $govuk-error-colour;
}
}