Files
notifications-admin/app/assets/stylesheets/components/cookie-message.scss
T

9 lines
134 B
SCSS
Raw Normal View History

2019-10-17 10:40:48 +01:00
.notify-cookie-message {
@include govuk-font($size: 16);
padding: govuk-spacing(3) 0;
.js-enabled & {
display: none;
}
}