mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
* remove cookie banner * remove form from cookies.html * move cookie content to privacy page
10 lines
122 B
SCSS
10 lines
122 B
SCSS
.cookie-settings__no-js {
|
|
.js-enabled & {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.cookie-settings__confirmation {
|
|
display: none;
|
|
}
|