From 745eceb5fac81481c8b6942b112030238f5b6304 Mon Sep 17 00:00:00 2001 From: vasileios Date: Fri, 1 Sep 2023 15:27:02 +0200 Subject: [PATCH] [#3420] Fixed classes and CSS in cookie overview html pages This is still an in-between state while the SDK CSS is being reworked. Utimately, this should all just use NL Design System. Backport-of: #3440 --- .../cookie_consent/_cookie_group.html | 10 ++++--- .../cookie_consent/cookiegroup_list.html | 26 +++++++++++-------- src/openforms/tests/test_cookie_notice.py | 16 ++++++++---- src/openforms/ui/static/ui/scss/_nlds.scss | 1 + .../scss/components/cookie-group/_index.scss | 8 ++++++ src/openforms/ui/static/ui/scss/screen.scss | 2 ++ .../ui/templates/ui/views/abstract/list.html | 6 ++--- 7 files changed, 46 insertions(+), 23 deletions(-) create mode 100644 src/openforms/ui/static/ui/scss/_nlds.scss diff --git a/src/openforms/templates/cookie_consent/_cookie_group.html b/src/openforms/templates/cookie_consent/_cookie_group.html index cff233ceb7..0610f61ef0 100644 --- a/src/openforms/templates/cookie_consent/_cookie_group.html +++ b/src/openforms/templates/cookie_consent/_cookie_group.html @@ -2,9 +2,11 @@ {% load cookie_consent_tags %}