mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-22 00:49:23 -04:00
Includes: - new content - added option to turn analytics on/off - non-js version for the on/off switch - a banner to confirm user's choice was saved, shown when they click the save button - the cookie banner that appears on all other pages removed from this page
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;
|
|
}
|