mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 22:38:25 -04:00
10 lines
122 B
SCSS
10 lines
122 B
SCSS
|
|
.cookie-settings__no-js {
|
||
|
|
.js-enabled & {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.cookie-settings__confirmation {
|
||
|
|
display: none;
|
||
|
|
}
|