File tree Expand file tree Collapse file tree 2 files changed +30
-7
lines changed
Expand file tree Collapse file tree 2 files changed +30
-7
lines changed Original file line number Diff line number Diff line change 146146 --ds-process-overview-table-user-column-width : 200px ;
147147 --ds-process-overview-table-info-column-width : 250px ;
148148 --ds-process-overview-table-actions-column-width : 80px ;
149-
149+
150150 --green1 : #1FB300 ; // This variable represents the success color for the Klaro cookie banner
151151 --button-text-color-cookie : #333 ; // This variable represents the text color for buttons in the Klaro cookie banner
152+ --very-dark-cyan : #215E50 ; // This variable represents the background color of the save cookies button
152153}
Original file line number Diff line number Diff line change @@ -43,17 +43,39 @@ body {
4343 .cm-btn.cm-btn-success {
4444 color : var (--button-text-color-cookie );
4545 background-color : var (--green1 );
46- }
47- .cm-btn.cm-btn-success.cm-btn-accept-all {
48- color : var (--button-text-color-cookie );
49- background-color : var (--green1 );
46+ font-weight : 600 ;
5047 }
5148 }
5249}
5350
54- .klaro .cookie-modal a , .klaro .context-notice a , .klaro .cookie-notice a
55- {
51+ .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all {
52+ color : var (--button-text-color-cookie );
53+ background-color : var (--green1 );
54+ font-weight : 600 ;
55+ }
56+
57+ .klaro .cookie-modal a ,
58+ .klaro .context-notice a ,
59+ .klaro .cookie-notice a {
5660 color : var (--green1 );
61+ text-decoration : underline !important ;
62+ }
63+
64+ .klaro .cookie-modal .cm-modal .cm-body span ,
65+ .klaro
66+ .cookie-modal
67+ .cm-modal
68+ .cm-body
69+ ul .cm-purposes
70+ li .cm-purpose
71+ span .cm-required ,
72+ p .purposes ,
73+ .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
74+ color : var (--bs-light ) !important ;
75+ }
76+
77+ .klaro .cookie-modal .cm-btn.cm-btn-info {
78+ background-color : var (--very-dark-cyan ) !important ;
5779}
5880
5981.media-viewer
You can’t perform that action at this time.
0 commit comments