mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 16:28:25 -04:00
18 lines
218 B
SCSS
18 lines
218 B
SCSS
|
|
.cookie-settings__form-wrapper {
|
||
|
|
display: none;
|
||
|
|
|
||
|
|
.js-enabled & {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.cookie-settings__no-js {
|
||
|
|
.js-enabled & {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.cookie-settings__confirmation {
|
||
|
|
display: none;
|
||
|
|
}
|