mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 01:48:25 -04:00
9 lines
134 B
SCSS
9 lines
134 B
SCSS
|
|
.notify-cookie-message {
|
||
|
|
@include govuk-font($size: 16);
|
||
|
|
padding: govuk-spacing(3) 0;
|
||
|
|
|
||
|
|
.js-enabled & {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|