global
3 years ago
addons_page.css
2 years ago
consent_mapping_table.css
2 years ago
cookiebot_admin_main.css
2 years ago
dashboard_page.css
2 years ago
debug_info.css
3 years ago
gtm_page.css
4 years ago
multiple_page.css
3 years ago
settings-page.css
2 years ago
support_page.css
3 years ago
settings-page.css
366 lines
| 1 | .cookiebot_fieldset_header { |
| 2 | cursor: pointer; |
| 3 | } |
| 4 | |
| 5 | .cookiebot_fieldset_header::after { |
| 6 | content: "\f140"; |
| 7 | font: normal 24px/1 dashicons; |
| 8 | position: relative; |
| 9 | top: 5px; |
| 10 | } |
| 11 | |
| 12 | .cookiebot_fieldset_header.active::after { |
| 13 | content: "\f142"; |
| 14 | } |
| 15 | |
| 16 | .cb-settings__header { |
| 17 | display: grid; |
| 18 | grid-template-columns: 3fr 1fr; |
| 19 | align-items: start; |
| 20 | } |
| 21 | |
| 22 | .cb-settings__header .cb-main__page_title { |
| 23 | margin: 0; |
| 24 | } |
| 25 | |
| 26 | .cb-settings__header p.submit { |
| 27 | text-align: right; |
| 28 | margin: 0; |
| 29 | padding: 0; |
| 30 | } |
| 31 | |
| 32 | .cb-settings__header p.submit #submit { |
| 33 | background-color: rgba(0, 0, 0, 0.16); |
| 34 | color: #666666; |
| 35 | padding: 10px 20px; |
| 36 | font-size: 16px; |
| 37 | border: none; |
| 38 | pointer-events: none; |
| 39 | } |
| 40 | |
| 41 | .cb-settings__header p.submit #submit.enabled{ |
| 42 | background-color: #076646; |
| 43 | color: #ffffff; |
| 44 | pointer-events: initial; |
| 45 | } |
| 46 | |
| 47 | .cb-settings__tabs { |
| 48 | display: grid; |
| 49 | grid-template-columns: repeat(6, 1fr); |
| 50 | margin: 25px 0 50px; |
| 51 | border-bottom: 1px solid #e1e1e1; |
| 52 | } |
| 53 | |
| 54 | .cb-settings__tabs__item { |
| 55 | display: grid; |
| 56 | padding: 15px 10px; |
| 57 | align-items: center; |
| 58 | border-bottom: 3px solid transparent; |
| 59 | color: #141414; |
| 60 | font-size: 16px; |
| 61 | font-weight: 600; |
| 62 | text-align: center; |
| 63 | cursor: pointer; |
| 64 | } |
| 65 | |
| 66 | .cb-settings__tabs__item.active-item, .cb-settings__tabs__item:hover { |
| 67 | border-color: #1032cf; |
| 68 | } |
| 69 | |
| 70 | .cb-settings__tabs__content--item { |
| 71 | display: none; |
| 72 | } |
| 73 | |
| 74 | .cb-settings__tabs__content--item.active-item { |
| 75 | display: block; |
| 76 | } |
| 77 | |
| 78 | .cb-general__new__account, .cb-general__consent__mode, .cb-general__prior__consent { |
| 79 | background-color: #f1f1f1; |
| 80 | border-radius: 15px; |
| 81 | padding: 40px; |
| 82 | margin-bottom: 50px; |
| 83 | } |
| 84 | |
| 85 | .cb-general__info__title { |
| 86 | font-size: 27px; |
| 87 | font-weight: 700; |
| 88 | line-height: 30px; |
| 89 | margin: 0; |
| 90 | } |
| 91 | |
| 92 | .cb-general__info__text { |
| 93 | width: 100%; |
| 94 | max-width: 620px; |
| 95 | font-size: 16px; |
| 96 | line-height: 24px; |
| 97 | } |
| 98 | |
| 99 | .new-account-actions .cb-btn:first-of-type { |
| 100 | margin-right: 20px; |
| 101 | } |
| 102 | |
| 103 | .cb-settings__config__item { |
| 104 | display: grid; |
| 105 | grid-template-columns: 1fr 1fr; |
| 106 | margin-bottom: 50px; |
| 107 | } |
| 108 | |
| 109 | .cb-settings__config__content { |
| 110 | padding-right: 40px; |
| 111 | } |
| 112 | |
| 113 | .cb-settings__config__subtitle { |
| 114 | font-size: 20px; |
| 115 | line-height: 25px; |
| 116 | margin: 0; |
| 117 | } |
| 118 | |
| 119 | .cb-settings__config__data__inner { |
| 120 | background-color: #f1f1f1; |
| 121 | border-radius: 15px; |
| 122 | padding: 30px; |
| 123 | } |
| 124 | |
| 125 | .cb-settings__data__subtitle { |
| 126 | font-size: 15px; |
| 127 | line-height: 20px; |
| 128 | margin: 0 0 15px; |
| 129 | } |
| 130 | |
| 131 | #show_add_language_guide { |
| 132 | display: block; |
| 133 | } |
| 134 | |
| 135 | .cb-settings__config__data__inner label { |
| 136 | display: block; |
| 137 | font-size: 16px; |
| 138 | line-height: 20px; |
| 139 | font-weight: 500; |
| 140 | color: #141414; |
| 141 | } |
| 142 | |
| 143 | .cb-settings__config__data__inner label:not(.switch-checkbox) { |
| 144 | padding-left: 30px; |
| 145 | } |
| 146 | |
| 147 | .cb-settings__config__data__inner label.cb-settings__cookie-types { |
| 148 | display: inline-block; |
| 149 | padding: 0; |
| 150 | text-transform: capitalize; |
| 151 | line-height: 32px; |
| 152 | } |
| 153 | |
| 154 | .cb-settings__config__data__inner label.switch-checkbox { |
| 155 | display: flex; |
| 156 | } |
| 157 | |
| 158 | .cb-settings__config__data__inner label:not(:first-of-type) { |
| 159 | margin-top: 20px; |
| 160 | } |
| 161 | |
| 162 | .recommended-tag { |
| 163 | font-size: 13px; |
| 164 | background-color: #0e1848; |
| 165 | color: #ffffff; |
| 166 | padding: 3px 7px; |
| 167 | border-radius: 5px; |
| 168 | } |
| 169 | |
| 170 | .cb-settings__config__item.secondary__item { |
| 171 | border-left: 4px solid #1032cf; |
| 172 | } |
| 173 | |
| 174 | .cb-settings__config__item.secondary__item .cb-settings__config__content { |
| 175 | padding-left: 90px; |
| 176 | } |
| 177 | |
| 178 | .cb-general__info__note { |
| 179 | font-size: 13px; |
| 180 | font-style: oblique; |
| 181 | } |
| 182 | |
| 183 | .disabled__item { |
| 184 | filter: grayscale(1); |
| 185 | opacity: .5; |
| 186 | pointer-events: none; |
| 187 | } |
| 188 | |
| 189 | .cb-prior__tab__selector { |
| 190 | position: relative; |
| 191 | display: grid; |
| 192 | grid-template-columns: 1fr 1fr; |
| 193 | align-items: center; |
| 194 | justify-items: center; |
| 195 | width: 100%; |
| 196 | max-width: 360px; |
| 197 | margin: 0 auto; |
| 198 | border: 2px solid #e3e3e3; |
| 199 | border-radius: 150px; |
| 200 | } |
| 201 | |
| 202 | .cb-prior__tab__selector:before { |
| 203 | position: absolute; |
| 204 | content: ''; |
| 205 | width: calc(50% - 6px); |
| 206 | height: calc(100% - 6px); |
| 207 | background: #1032cf; |
| 208 | border-radius: 150px; |
| 209 | left: 3px; |
| 210 | z-index: 0; |
| 211 | } |
| 212 | |
| 213 | .cb-prior__tab__item { |
| 214 | width: 100%; |
| 215 | text-align: center; |
| 216 | padding: 15px; |
| 217 | font-size: 15px; |
| 218 | font-weight: 500; |
| 219 | z-index: 1; |
| 220 | } |
| 221 | |
| 222 | .cb-prior__tab__item.active-item { |
| 223 | color: #ffffff; |
| 224 | } |
| 225 | |
| 226 | .cb-prior__tab__content__item { |
| 227 | display: none; |
| 228 | } |
| 229 | |
| 230 | .cb-prior__tab__content__item.active-item { |
| 231 | display: block; |
| 232 | } |
| 233 | |
| 234 | .cb-settings__vendor__config__item { |
| 235 | margin-bottom: 50px; |
| 236 | } |
| 237 | |
| 238 | .cb-settings__vendor__config__item.vendor-list-offline { |
| 239 | background-color: #f1f1f1; |
| 240 | padding: 24px; |
| 241 | border-radius: 16px; |
| 242 | border: 2px solid #de8e09; |
| 243 | } |
| 244 | |
| 245 | .cb-settings__vendor__config__item.vendor-list-offline .cb-general__info__text { |
| 246 | margin-bottom: 0; |
| 247 | } |
| 248 | |
| 249 | .cb-settings__vendor__config__item .cb-general__info__text { |
| 250 | max-width: initial; |
| 251 | } |
| 252 | .cb-settings__vendor__config__item .only-title { |
| 253 | margin-bottom: 24px; |
| 254 | } |
| 255 | |
| 256 | |
| 257 | .cb-vendor__setting--item { |
| 258 | position: relative; |
| 259 | width: 100%; |
| 260 | background-color: #ffffff; |
| 261 | color: #141414; |
| 262 | border: 2px solid #d3d3d3; |
| 263 | border-radius: 7px; |
| 264 | padding: 8px 15px; |
| 265 | box-sizing: border-box; |
| 266 | font-size: 15px; |
| 267 | font-weight: 600; |
| 268 | line-height: 27px; |
| 269 | min-height: 30px; |
| 270 | cursor: pointer; |
| 271 | } |
| 272 | |
| 273 | .checkbox-vendor-search{ |
| 274 | margin-bottom: 32px; |
| 275 | } |
| 276 | |
| 277 | .vendor-selected-items { |
| 278 | display: grid; |
| 279 | grid-template-columns: 1fr 1fr; |
| 280 | grid-row-gap: 5px; |
| 281 | grid-column-gap: 5px; |
| 282 | grid-auto-rows: minmax(30px, 1fr); |
| 283 | max-height: 400px; |
| 284 | overflow-y: auto; |
| 285 | } |
| 286 | |
| 287 | .vendor-selected-items label.switch-checkbox { |
| 288 | margin-top: 0; |
| 289 | align-items: flex-start; |
| 290 | } |
| 291 | |
| 292 | .vendor-selected-items label.switch-checkbox.hidden { |
| 293 | display: none; |
| 294 | } |
| 295 | |
| 296 | .vendor-selected-items .switch-checkbox .switcher { |
| 297 | width: 30px; |
| 298 | min-width: 30px; |
| 299 | height: 18px; |
| 300 | } |
| 301 | |
| 302 | .vendor-selected-items .switch-checkbox .switcher:after { |
| 303 | top: 2px; |
| 304 | left: 2px; |
| 305 | width: 14px; |
| 306 | height: 14px; |
| 307 | } |
| 308 | |
| 309 | .vendor-selected-items .switch-checkbox .switcher:active:after { |
| 310 | width: 14px; |
| 311 | } |
| 312 | |
| 313 | .vendor-selected-items .switch-checkbox input[type=checkbox]:checked + .switcher:after { |
| 314 | left: calc(100% - 2px); |
| 315 | transform: translateX(-100%); |
| 316 | } |
| 317 | |
| 318 | .vendor-selected-item { |
| 319 | display: inline-block; |
| 320 | padding: 1px 5px; |
| 321 | font-size: 13px; |
| 322 | line-height: initial; |
| 323 | background: blue; |
| 324 | color: #ffffff; |
| 325 | border-radius: 15px; |
| 326 | margin-right: 4px; |
| 327 | } |
| 328 | |
| 329 | .vendor-name-list { |
| 330 | max-height: 400px; |
| 331 | overflow-y: scroll; |
| 332 | } |
| 333 | |
| 334 | .cb-settings__vendor__restrictions { |
| 335 | margin-top: 24px; |
| 336 | } |
| 337 | |
| 338 | .cb-settings__vendor__restrictions > .cb-settings__config__data__inner { |
| 339 | position: relative; |
| 340 | display: grid; |
| 341 | grid-template-columns: 1fr auto auto; |
| 342 | grid-column-gap: 16px; |
| 343 | align-items: center; |
| 344 | } |
| 345 | |
| 346 | .cb-settings__vendor__restrictions .cb-main-btn { |
| 347 | margin-top: 0; |
| 348 | } |
| 349 | |
| 350 | .vendor-purposes-restrictions > .cb-settings__config__data__inner { |
| 351 | margin-top: 16px; |
| 352 | } |
| 353 | |
| 354 | .cb-settings__vendor__restrictions .remove__restriction { |
| 355 | cursor: pointer; |
| 356 | } |
| 357 | |
| 358 | @media (max-width: 1414px) { |
| 359 | .recommended-tag { |
| 360 | display: block; |
| 361 | width: -webkit-fit-content; |
| 362 | width: fit-content; |
| 363 | margin-top: 5px; |
| 364 | margin-bottom: 10px; |
| 365 | } |
| 366 | } |