@tilli-pro/cookieconsent-plugin 0.7.29 → 0.7.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/tsbuildinfo.json +1 -1
- package/demos/demo.html +2 -2
- package/demos/demo.min.html +1 -1
- package/demos/demo.styles.dark.html +2 -2
- package/demos/demo.styles.dark.min.html +1 -1
- package/demos/demo.styles.nudge.dark.html +2 -2
- package/demos/demo.styles.nudge.dark.min.html +1 -1
- package/demos/demo.styles.nudge.light.html +2 -2
- package/demos/demo.styles.nudge.light.min.html +1 -1
- package/demos/demo.styles.tenant_con-edison.dark.html +2 -2
- package/demos/demo.styles.tenant_con-edison.dark.min.html +1 -1
- package/demos/demo.styles.tenant_con-edison.light.html +2 -2
- package/demos/demo.styles.tenant_con-edison.light.min.html +1 -1
- package/demos/demo.styles.tenant_freeman.dark.html +2 -2
- package/demos/demo.styles.tenant_freeman.dark.min.html +1 -1
- package/demos/demo.styles.tenant_freeman.light.html +2 -2
- package/demos/demo.styles.tenant_frontier.dark.html +2 -2
- package/demos/demo.styles.tenant_frontier.dark.min.html +1 -1
- package/demos/demo.styles.tenant_frontier.light.html +2 -2
- package/demos/demo.styles.tenant_frontier.light.min.html +1 -1
- package/demos/demo.styles.tenant_oru.dark.html +2 -2
- package/demos/demo.styles.tenant_oru.dark.min.html +1 -1
- package/demos/demo.styles.tenant_oru.light.html +2 -2
- package/demos/demo.styles.tenant_oru.light.min.html +1 -1
- package/demos/demo.styles.tilli-pay.dark.html +2 -2
- package/demos/demo.styles.tilli-pay.dark.min.html +1 -1
- package/demos/demo.styles.tilli-pay.light.html +2 -2
- package/demos/demo.styles.tilli-pay.light.min.html +1 -1
- package/demos/demo.styles.tilli-website.dark.html +2 -2
- package/demos/demo.styles.tilli-website.dark.min.html +1 -1
- package/demos/demo.styles.tilli-website.light.html +2 -2
- package/demos/demo.styles.tilli-website.light.min.html +1 -1
- package/dist/init.d.ts +1 -1
- package/dist/init.js +2 -2
- package/dist/styles/tenants/con-edison.css +21 -1
- package/dist/styles/tenants/oru.css +21 -1
- package/package.json +1 -1
- package/src/init.ts +2 -2
- package/src/styles/tenants/con-edison.css +21 -1
- package/src/styles/tenants/oru.css +21 -1
@@ -49,7 +49,7 @@
|
|
49
49
|
--cc-cookie-category-block-hover-bg: #e6e6e6 !important;
|
50
50
|
--cc-cookie-category-block-hover-border: #636363 !important;
|
51
51
|
--cc-cookie-category-expanded-block-bg: transparent !important;
|
52
|
-
--cc-cookie-category-expanded-block-hover-bg: #
|
52
|
+
--cc-cookie-category-expanded-block-hover-bg: #636363 !important;
|
53
53
|
|
54
54
|
--cc-overlay-bg: rgba(0, 0, 0, 0.65) !important;
|
55
55
|
--cc-webkit-scrollbar-bg: var(--cc-section-category-border) !important;
|
@@ -123,11 +123,31 @@
|
|
123
123
|
border: 1px solid #636363 !important;
|
124
124
|
}
|
125
125
|
|
126
|
+
.cc--tenant\:oru-light .cm__title,
|
127
|
+
.cc--tenant\:oru-dark .cm__title,
|
128
|
+
.cc--tenant\:oru-light .pm__title,
|
129
|
+
.cc--tenant\:oru-dark .pm__title,
|
130
|
+
.cc--tenant\:oru-light .pm__section-title,
|
131
|
+
.cc--tenant\:oru-dark .pm__section-title {
|
132
|
+
font-weight: 800 !important;
|
133
|
+
}
|
134
|
+
|
126
135
|
.cc--tenant\:oru-light div.pm__section--toggle,
|
127
136
|
.cc--tenant\:oru-dark div.pm__section--toggle {
|
128
137
|
margin-bottom: 8px !important;
|
129
138
|
}
|
130
139
|
|
140
|
+
.cc--tenant\:oru-light .pm__section:not(:first-child),
|
141
|
+
.cc--tenant\:oru-dark .pm__section:not(:first-child) {
|
142
|
+
padding: 0px !important;
|
143
|
+
}
|
144
|
+
|
145
|
+
.cc--tenant\:oru-light .pm__section:not(:first-child):hover,
|
146
|
+
.cc--tenant\:oru-dark .pm__section:not(:first-child):hover {
|
147
|
+
background: inherit !important;
|
148
|
+
border-color: transparent !important;
|
149
|
+
}
|
150
|
+
|
131
151
|
.cc--tenant\:oru-light div.cm__btn-group,
|
132
152
|
.cc--tenant\:oru-dark div.cm__btn-group,
|
133
153
|
.cc--tenant\:oru-light div.cm__btns,
|