global
1 year ago
addons_page.css
2 years ago
consent_mapping_table.css
2 years ago
cookiebot_admin_main.css
2 years ago
dashboard_page.css
1 year ago
debug_info.css
3 years ago
gtm_page.css
4 years ago
multiple_page.css
3 years ago
settings-page.css
1 year ago
support_page.css
3 years ago
dashboard_page.css
302 lines
| 1 | .cb-main__content { |
| 2 | display: grid; |
| 3 | grid-template-columns: repeat(1, minmax(100px, 1fr)); |
| 4 | grid-template-rows: auto auto minmax(475px, auto); |
| 5 | grid-column-gap: 30px; |
| 6 | grid-row-gap: 30px; |
| 7 | } |
| 8 | |
| 9 | .cb-main__content.sync-account { |
| 10 | grid-template-rows: initial; |
| 11 | } |
| 12 | |
| 13 | .cb-main__dashboard__card--container { |
| 14 | display: grid; |
| 15 | grid-template-columns: 1fr 1fr; |
| 16 | grid-column-gap: 30px; |
| 17 | } |
| 18 | |
| 19 | .cb-main__content.sync-account .cb-main__dashboard__card--container:first-of-type { |
| 20 | grid-template-columns: 1fr; |
| 21 | grid-row-gap: 30px; |
| 22 | } |
| 23 | |
| 24 | .cb-main__dashboard__card { |
| 25 | width: 100%; |
| 26 | display: grid; |
| 27 | } |
| 28 | |
| 29 | .cb-main__card__inner { |
| 30 | display: grid; |
| 31 | align-self: stretch; |
| 32 | position: relative; |
| 33 | padding: 25px; |
| 34 | border-radius: 25px; |
| 35 | overflow: hidden; |
| 36 | } |
| 37 | |
| 38 | .cb-main__card__inner.legislations_card { |
| 39 | border-radius: initial; |
| 40 | grid-row-gap: 7px; |
| 41 | align-self: start; |
| 42 | padding: 0; |
| 43 | } |
| 44 | |
| 45 | .cb-main__card__inner.account_card, .cb-main__card__inner.new_card { |
| 46 | position: relative; |
| 47 | background-color: #00a2ff; |
| 48 | border-radius: 10px; |
| 49 | } |
| 50 | |
| 51 | .cb-main__card__inner.start_card { |
| 52 | background-color: #efefef; |
| 53 | } |
| 54 | |
| 55 | .cb-main__card__content { |
| 56 | align-self: end; |
| 57 | z-index: 1; |
| 58 | } |
| 59 | |
| 60 | .cb-main__card__inner.account_card .cb-main__card__content, |
| 61 | .cb-main__card__inner.new_card .cb-main__card__content { |
| 62 | display: grid; |
| 63 | grid-template-columns: 1fr minmax(86px, auto); |
| 64 | grid-template-rows: minmax(120px, auto) auto; |
| 65 | grid-column-gap: 25px; |
| 66 | align-items: end; |
| 67 | } |
| 68 | |
| 69 | .cb-main__card__inner.account_card .cb-btn.cb-main-btn, |
| 70 | .cb-main__card__inner.new_card .cb-btn.cb-main-btn { |
| 71 | background-color: #000000; |
| 72 | color: #ffffff; |
| 73 | grid-row: 2; |
| 74 | grid-column: span 2; |
| 75 | text-align: center; |
| 76 | text-transform: uppercase; |
| 77 | margin-top: 0; |
| 78 | } |
| 79 | |
| 80 | .cb-main__card__title { |
| 81 | color: #000000; |
| 82 | font-size: 30px; |
| 83 | line-height: 32px; |
| 84 | margin: 0; |
| 85 | width: 100%; |
| 86 | } |
| 87 | |
| 88 | .cb-main__card__inner.account_card .cb-main__card__title, |
| 89 | .cb-main__card__inner.new_card .cb-main__card__title { |
| 90 | font-size: 28px; |
| 91 | line-height: 30px; |
| 92 | margin-bottom: 25px; |
| 93 | } |
| 94 | |
| 95 | .start_card .cb-main__card__title { |
| 96 | color: #141414; |
| 97 | } |
| 98 | |
| 99 | .cb-main__content.sync-account .cb-main__card__title { |
| 100 | max-width: 100%; |
| 101 | } |
| 102 | |
| 103 | .cb-main__card__subtitle { |
| 104 | margin: 0; |
| 105 | } |
| 106 | |
| 107 | .cb-main__success__text { |
| 108 | width: 100%; |
| 109 | font-size: 16px; |
| 110 | line-height: 24px; |
| 111 | } |
| 112 | |
| 113 | .cb-main__review__text { |
| 114 | font-size: 16px; |
| 115 | line-height: 24px; |
| 116 | margin-bottom: 0; |
| 117 | } |
| 118 | |
| 119 | .cb-wp { |
| 120 | z-index: 1; |
| 121 | align-self: end; |
| 122 | justify-self: center; |
| 123 | } |
| 124 | |
| 125 | .cb-main__card__label { |
| 126 | display: inline-block; |
| 127 | padding: 4px 7px; |
| 128 | margin: 0 0 10px; |
| 129 | border-radius: 5px; |
| 130 | font-size: 12px; |
| 131 | font-weight: 700; |
| 132 | } |
| 133 | |
| 134 | .new_card .cb-main__card__label { |
| 135 | background-color: #00008d; |
| 136 | color: #ffffff; |
| 137 | } |
| 138 | |
| 139 | .start_card .cb-main__card__label { |
| 140 | background-color: #00C6FB; |
| 141 | color: #141414; |
| 142 | } |
| 143 | |
| 144 | .cb-main__card__success { |
| 145 | display: grid; |
| 146 | grid-template-columns: auto 1fr; |
| 147 | grid-column-gap: 15px; |
| 148 | align-items: center; |
| 149 | margin-top: 15px; |
| 150 | } |
| 151 | |
| 152 | .cb-main__card__success .cb-btn.cb-success-btn { |
| 153 | display: flex; |
| 154 | width: 40px; |
| 155 | height: 40px; |
| 156 | border-radius: 50%; |
| 157 | padding: 0; |
| 158 | margin-top: 0; |
| 159 | align-items: center; |
| 160 | justify-content: center; |
| 161 | } |
| 162 | |
| 163 | .cb-main__card__success .cb-btn.cb-success-btn img { |
| 164 | width: 30px; |
| 165 | } |
| 166 | |
| 167 | .cb-main__card__success .cb-main__success__text span{ |
| 168 | display: block; |
| 169 | font-size: 18px; |
| 170 | font-weight: 700; |
| 171 | } |
| 172 | |
| 173 | .cb-main__video { |
| 174 | margin-bottom: 25px; |
| 175 | } |
| 176 | |
| 177 | .cb-main__legislation__item { |
| 178 | display: grid; |
| 179 | grid-template-columns: auto auto 2fr 3fr; |
| 180 | grid-column-gap: 10px; |
| 181 | background-color: #efefef; |
| 182 | border-radius: 6px; |
| 183 | padding: 20px; |
| 184 | align-items: center; |
| 185 | } |
| 186 | |
| 187 | .cb-main__legislation__name { |
| 188 | font-size: 16px; |
| 189 | font-weight: 700; |
| 190 | } |
| 191 | |
| 192 | .cb-main__legislation__region { |
| 193 | font-weight: 600; |
| 194 | color: #666666; |
| 195 | } |
| 196 | |
| 197 | .cb-link-btn.legislation-link { |
| 198 | margin: 0; |
| 199 | justify-self: right; |
| 200 | } |
| 201 | |
| 202 | .cb-link-btn.external-icon { |
| 203 | display: grid; |
| 204 | grid-template-columns: 1fr auto; |
| 205 | grid-column-gap: 10px; |
| 206 | align-items: center; |
| 207 | } |
| 208 | |
| 209 | .cb-link-btn.external-icon span{ |
| 210 | text-align: right; |
| 211 | } |
| 212 | |
| 213 | .cb-main__dashboard__promo { |
| 214 | position: relative; |
| 215 | border-radius: 10px; |
| 216 | overflow: hidden; |
| 217 | box-shadow: 0px 5px 15px #ddd; |
| 218 | background-color: #000000; |
| 219 | } |
| 220 | |
| 221 | .cb-main__dashboard__promo--inner { |
| 222 | display: grid; |
| 223 | grid-template-columns: .6fr .4fr; |
| 224 | grid-column-gap: 40px; |
| 225 | } |
| 226 | |
| 227 | .cb-main__dashboard__promo--content { |
| 228 | display: grid; |
| 229 | grid-row-gap: 60px; |
| 230 | padding: 45px 0 45px 60px; |
| 231 | } |
| 232 | |
| 233 | .cb-dashboard__promo--label { |
| 234 | color: #ffffff; |
| 235 | font-size: 15px; |
| 236 | line-height: 17px; |
| 237 | font-weight: 700; |
| 238 | text-transform: uppercase; |
| 239 | } |
| 240 | |
| 241 | .cb-dashboard__promo--title { |
| 242 | color: #00a2ff; |
| 243 | font-size: 60px; |
| 244 | line-height: 60px; |
| 245 | text-transform: uppercase; |
| 246 | font-weight: 800; |
| 247 | margin: 0; |
| 248 | } |
| 249 | |
| 250 | .cb-dashboard__promo--title .highlight { |
| 251 | display: inline-block; |
| 252 | color: #ffffff; |
| 253 | background: none; |
| 254 | } |
| 255 | |
| 256 | .promo-condition { |
| 257 | font-size: 12px; |
| 258 | line-height: 17px; |
| 259 | font-weight: 400; |
| 260 | color: #ffffff; |
| 261 | margin: 0; |
| 262 | } |
| 263 | |
| 264 | .cb-main__dashboard__promo--banner img { |
| 265 | display: inline-block; |
| 266 | width: 100%; |
| 267 | height: 100%; |
| 268 | object-fit: cover; |
| 269 | object-position: left; |
| 270 | } |
| 271 | |
| 272 | .cb-main__card__inner.new_card .cb-bf-counter { |
| 273 | background-color: #000000; |
| 274 | border-bottom-left-radius: 500px; |
| 275 | border-bottom-right-radius: 500px; |
| 276 | text-align: center; |
| 277 | padding: 6px 6px 12px; |
| 278 | width: 74px; |
| 279 | position: relative; |
| 280 | top: -25px; |
| 281 | align-self: start; |
| 282 | } |
| 283 | |
| 284 | .cb-main__card__inner.new_card .cb-bf-counter-label { |
| 285 | color: #ffffff; |
| 286 | font-weight: 700; |
| 287 | } |
| 288 | |
| 289 | .cb-main__card__inner.new_card .cb-bf-counter-number { |
| 290 | color: #00a2ff; |
| 291 | font-size: 50px; |
| 292 | line-height: 50px; |
| 293 | font-weight: 700; |
| 294 | } |
| 295 | |
| 296 | .cb-main__card__inner.new_card .cb-bf-counter-last { |
| 297 | color: #00a2ff; |
| 298 | font-weight: 700; |
| 299 | text-transform: uppercase; |
| 300 | line-height: normal; |
| 301 | padding: 0 10px; |
| 302 | } |