@clayui/css 3.122.0 → 3.126.0

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.
Files changed (47) hide show
  1. package/lib/css/atlas.css +285 -49
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +244 -8
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css +0 -0
  6. package/lib/css/bootstrap.css.map +1 -1
  7. package/lib/css/cadmin.css +280 -49
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/flags-de-AT.svg +12 -0
  10. package/lib/images/icons/flags-de-CH.svg +11 -0
  11. package/lib/images/icons/flags-fr-BE.svg +12 -0
  12. package/lib/images/icons/flags-fr-CH.svg +11 -0
  13. package/lib/images/icons/flags-it-CH.svg +11 -0
  14. package/lib/images/icons/flags-mk-MK.svg +19 -0
  15. package/lib/images/icons/flags-no-NO.svg +14 -0
  16. package/lib/images/icons/gallery.svg +7 -0
  17. package/lib/images/icons/icons.svg +1 -1
  18. package/package.json +2 -2
  19. package/src/images/icons/flags-de-AT.svg +12 -0
  20. package/src/images/icons/flags-de-CH.svg +11 -0
  21. package/src/images/icons/flags-fr-BE.svg +12 -0
  22. package/src/images/icons/flags-fr-CH.svg +11 -0
  23. package/src/images/icons/flags-it-CH.svg +11 -0
  24. package/src/images/icons/flags-mk-MK.svg +19 -0
  25. package/src/images/icons/flags-no-NO.svg +14 -0
  26. package/src/images/icons/gallery.svg +7 -0
  27. package/src/scss/_license-text.scss +1 -1
  28. package/src/scss/atlas/variables/_globals.scss +21 -11
  29. package/src/scss/cadmin/components/_menubar.scss +8 -0
  30. package/src/scss/cadmin/components/_multi-step-nav.scss +75 -8
  31. package/src/scss/cadmin/variables/_globals.scss +21 -11
  32. package/src/scss/cadmin/variables/_menubar.scss +122 -0
  33. package/src/scss/cadmin/variables/_multi-step-nav.scss +26 -0
  34. package/src/scss/cadmin/variables/_stickers.scss +110 -0
  35. package/src/scss/cadmin/variables/_toggle-switch.scss +2 -3
  36. package/src/scss/components/_icons.scss +2 -1
  37. package/src/scss/components/_menubar.scss +8 -0
  38. package/src/scss/components/_multi-step-nav.scss +68 -8
  39. package/src/scss/functions/_lx-icons-generated.scss +16 -0
  40. package/src/scss/mixins/_links.scss +34 -0
  41. package/src/scss/mixins/_menubar.scss +12 -0
  42. package/src/scss/variables/_globals.scss +10 -0
  43. package/src/scss/variables/_menubar.scss +122 -0
  44. package/src/scss/variables/_multi-step-nav.scss +26 -0
  45. package/src/scss/variables/_navs.scss +2 -0
  46. package/src/scss/variables/_stickers.scss +110 -0
  47. package/src/scss/variables/_toggle-switch.scss +2 -3
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.122.0
3
+ * Clay 3.126.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.122.0
19
+ * Clay 3.126.0
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -637,7 +637,7 @@ html:not(#__):not(#___) .cadmin .c-kbd-dark {
637
637
  color: #fff;
638
638
  }
639
639
  html:not(#__):not(#___) .cadmin code {
640
- color: #e83e8c;
640
+ color: #e60000;
641
641
  font-size: 87.5%;
642
642
  word-wrap: break-word;
643
643
  }
@@ -5209,6 +5209,56 @@ html:not(#__):not(#___) .cadmin .sticker-dark {
5209
5209
  background-color: #fff;
5210
5210
  color: #272833;
5211
5211
  }
5212
+ html:not(#__):not(#___) .cadmin .sticker-outline-0 {
5213
+ background-color: #f1f2f5;
5214
+ border: 1px solid #272833;
5215
+ color: #272833;
5216
+ }
5217
+ html:not(#__):not(#___) .cadmin .sticker-outline-1 {
5218
+ background-color: #f2e5ff;
5219
+ border: 1px solid #aa33ff;
5220
+ color: #aa33ff;
5221
+ }
5222
+ html:not(#__):not(#___) .cadmin .sticker-outline-2 {
5223
+ background-color: #fff8e5;
5224
+ border: 1px solid #b38900;
5225
+ color: #b38900;
5226
+ }
5227
+ html:not(#__):not(#___) .cadmin .sticker-outline-3 {
5228
+ background-color: #f1fce9;
5229
+ border: 1px solid #458613;
5230
+ color: #458613;
5231
+ }
5232
+ html:not(#__):not(#___) .cadmin .sticker-outline-4 {
5233
+ background-color: #ffe5e5;
5234
+ border: 1px solid #e60000;
5235
+ color: #e60000;
5236
+ }
5237
+ html:not(#__):not(#___) .cadmin .sticker-outline-5 {
5238
+ background-color: #fff0e5;
5239
+ border: 1px solid #cc4e00;
5240
+ color: #cc4e00;
5241
+ }
5242
+ html:not(#__):not(#___) .cadmin .sticker-outline-6 {
5243
+ background-color: #eafbf8;
5244
+ border: 1px solid #1b7e6e;
5245
+ color: #1b7e6e;
5246
+ }
5247
+ html:not(#__):not(#___) .cadmin .sticker-outline-7 {
5248
+ background-color: #e5f6ff;
5249
+ border: 1px solid #0077b3;
5250
+ color: #0077b3;
5251
+ }
5252
+ html:not(#__):not(#___) .cadmin .sticker-outline-8 {
5253
+ background-color: #ffe5f4;
5254
+ border: 1px solid #e50082;
5255
+ color: #800048;
5256
+ }
5257
+ html:not(#__):not(#___) .cadmin .sticker-outline-9 {
5258
+ background-color: #fff;
5259
+ border: 1px solid #393a4a;
5260
+ color: #393a4a;
5261
+ }
5212
5262
  html:not(#__):not(#___) .cadmin .sticker-circle {
5213
5263
  border-radius: 5000px;
5214
5264
  }
@@ -11486,6 +11536,9 @@ html:not(#__):not(#___) .cadmin .multi-step-item {
11486
11536
  margin-bottom: 10px;
11487
11537
  position: relative;
11488
11538
  }
11539
+ html:not(#__):not(#___) .cadmin .multi-step-item:last-child .multi-step-divider {
11540
+ display: none;
11541
+ }
11489
11542
  html:not(#__):not(#___) .cadmin .multi-step-item.active .multi-step-icon {
11490
11543
  background-color: #0b5fff;
11491
11544
  background-position: center;
@@ -11542,9 +11595,10 @@ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon {
11542
11595
  cursor: not-allowed;
11543
11596
  opacity: 1;
11544
11597
  }
11545
- html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus {
11598
+ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus-visible {
11546
11599
  box-shadow: none;
11547
11600
  }
11601
+
11548
11602
  html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-indicator-label {
11549
11603
  color: #a7a9bc;
11550
11604
  }
@@ -11614,6 +11668,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon {
11614
11668
  padding-left: 0;
11615
11669
  padding-right: 0;
11616
11670
  padding-top: 0;
11671
+ position: relative;
11617
11672
  transition: box-shadow 0.15s ease-in-out;
11618
11673
  width: 32px;
11619
11674
  }
@@ -11631,13 +11686,14 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
11631
11686
  color: #6b6c7e;
11632
11687
  text-decoration: none;
11633
11688
  }
11634
- html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
11689
+ html:not(#__):not(#___) .cadmin .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-icon:focus-visible {
11635
11690
  background-color: #f1f2f5;
11636
11691
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11637
11692
  color: #6b6c7e;
11638
11693
  outline: 0;
11639
11694
  text-decoration: none;
11640
11695
  }
11696
+
11641
11697
  html:not(#__):not(#___) .cadmin .multi-step-icon[data-multi-step-icon]:before {
11642
11698
  content: attr(data-multi-step-icon);
11643
11699
  height: 32px;
@@ -11665,6 +11721,27 @@ html:not(#__):not(#___) .cadmin .multi-step-item-fixed-width .multi-step-item-ex
11665
11721
  flex-grow: 0;
11666
11722
  width: 150px;
11667
11723
  }
11724
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center {
11725
+ padding: 0;
11726
+ text-align: center;
11727
+ }
11728
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-item {
11729
+ flex-grow: 1;
11730
+ width: 75px;
11731
+ }
11732
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-divider {
11733
+ left: 50%;
11734
+ margin-left: 1rem;
11735
+ width: calc(100% - 32px);
11736
+ }
11737
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-indicator {
11738
+ left: 50%;
11739
+ transform: translateX(-50%);
11740
+ }
11741
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-title {
11742
+ margin-left: 12.5%;
11743
+ max-width: 75%;
11744
+ }
11668
11745
  @media (max-width: 767.98px) {
11669
11746
  html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm {
11670
11747
  flex-wrap: nowrap;
@@ -11682,6 +11759,23 @@ html:not(#__):not(#___) .cadmin .multi-step-item-fixed-width .multi-step-item-ex
11682
11759
  max-width: none;
11683
11760
  transform: none;
11684
11761
  }
11762
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-item {
11763
+ flex-grow: 0;
11764
+ width: auto;
11765
+ }
11766
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-item-expand {
11767
+ flex-grow: 1;
11768
+ width: 75px;
11769
+ }
11770
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-divider {
11771
+ left: auto;
11772
+ margin-left: 32px;
11773
+ width: auto;
11774
+ }
11775
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-indicator {
11776
+ left: auto;
11777
+ transform: none;
11778
+ }
11685
11779
  html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm .active.multi-step-item {
11686
11780
  position: static;
11687
11781
  }
@@ -12215,6 +12309,144 @@ html:not(#__):not(#___) .cadmin .menubar {
12215
12309
  html:not(#__):not(#___) .cadmin .menubar-toggler {
12216
12310
  display: none;
12217
12311
  }
12312
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-item {
12313
+ position: relative;
12314
+ }
12315
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link {
12316
+ border-radius: 0;
12317
+ color: #272833;
12318
+ line-height: 24px;
12319
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
12320
+ }
12321
+ @media (prefers-reduced-motion: reduce) {
12322
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link {
12323
+ transition: none;
12324
+ }
12325
+ }
12326
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-primary .nav-link {
12327
+ transition: none;
12328
+ }
12329
+
12330
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link::before {
12331
+ bottom: 0;
12332
+ content: "";
12333
+ display: block;
12334
+ left: 0;
12335
+ position: absolute;
12336
+ top: 0;
12337
+ transition: all 0.2s ease-in-out;
12338
+ }
12339
+ @media (prefers-reduced-motion: reduce) {
12340
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link::before {
12341
+ transition: none;
12342
+ }
12343
+ }
12344
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-primary .nav-link::before {
12345
+ transition: none;
12346
+ }
12347
+
12348
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.hover {
12349
+ background-color: #f0f5ff;
12350
+ color: #272833;
12351
+ letter-spacing: 0;
12352
+ }
12353
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:hover::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.hover::before {
12354
+ background: #9b92a5;
12355
+ width: 2px;
12356
+ }
12357
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible,
12358
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link {
12359
+ box-shadow: none;
12360
+ color: #272833;
12361
+ outline: 0;
12362
+ }
12363
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible::after,
12364
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::after {
12365
+ bottom: 0;
12366
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12367
+ content: "";
12368
+ display: block;
12369
+ left: 0;
12370
+ pointer-events: none;
12371
+ position: absolute;
12372
+ right: 0;
12373
+ top: 0;
12374
+ }
12375
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:active {
12376
+ color: #272833;
12377
+ }
12378
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active {
12379
+ font-weight: 600;
12380
+ background-color: #f0f5ff;
12381
+ color: #272833;
12382
+ }
12383
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active::before {
12384
+ background-color: #0b5fff;
12385
+ width: 6px;
12386
+ }
12387
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active:focus-visible::before,
12388
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before {
12389
+ display: none;
12390
+ }
12391
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled {
12392
+ background-color: transparent;
12393
+ color: #a7a9bc;
12394
+ box-shadow: none;
12395
+ font-weight: 400;
12396
+ }
12397
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled::before {
12398
+ content: none;
12399
+ }
12400
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled::after, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled::after {
12401
+ content: none;
12402
+ }
12403
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show {
12404
+ font-weight: 600;
12405
+ color: #272833;
12406
+ }
12407
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show::before {
12408
+ background-color: transparent;
12409
+ width: 0;
12410
+ }
12411
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:hover::before {
12412
+ background-color: #9b92a5;
12413
+ width: 2px;
12414
+ }
12415
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:focus-visible::before,
12416
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
12417
+ display: none;
12418
+ }
12419
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
12420
+ font-size: 12px;
12421
+ font-weight: 600;
12422
+ text-transform: uppercase;
12423
+ }
12424
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon .collapse-icon-closed {
12425
+ top: calc(22px - 0.5em);
12426
+ }
12427
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon .collapse-icon-open {
12428
+ top: calc(22px - 0.5em);
12429
+ }
12430
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link .autofit-row {
12431
+ align-items: center;
12432
+ margin-left: -4px;
12433
+ margin-right: -4px;
12434
+ }
12435
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link .autofit-row .autofit-col {
12436
+ padding-left: 4px;
12437
+ padding-right: 4px;
12438
+ }
12439
+ html:not(#__):not(#___) .cadmin .menubar-primary .menubar-actions-1 {
12440
+ padding-right: 64px;
12441
+ }
12442
+ html:not(#__):not(#___) .cadmin .menubar-primary .menubar-action {
12443
+ position: absolute;
12444
+ top: 10px;
12445
+ right: 32px;
12446
+ }
12447
+ html:not(#__):not(#___) .cadmin .menubar-primary .nav .nav .nav > li > .nav-link {
12448
+ margin-left: 16px;
12449
+ }
12218
12450
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md {
12219
12451
  max-width: 250px;
12220
12452
  }
@@ -17479,7 +17711,7 @@ html:not(#__):not(#___) .cadmin .table-drag .c-dragging::after {
17479
17711
  top: 0;
17480
17712
  }
17481
17713
  html:not(#__):not(#___) .cadmin .table-drag .c-droppable::before {
17482
- background-image: linear-gradient(#ffb46e 50%, rgba(255, 255, 255, 0) 0%);
17714
+ background-image: linear-gradient(#cc4e00 50%, rgba(255, 255, 255, 0) 0%);
17483
17715
  background-position: right;
17484
17716
  background-repeat: repeat-y;
17485
17717
  background-size: 5px 6px;
@@ -18608,7 +18840,7 @@ html:not(#__):not(#___) .cadmin .simple-toggle-switch-reverse .toggle-switch-lab
18608
18840
  margin-right: 8px;
18609
18841
  }
18610
18842
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .simple-toggle-switch .toggle-switch-label, html:not(#__):not(#___) .cadmin .simple-toggle-switch.toggle-switch-sm .toggle-switch-label {
18611
- max-width: calc(100% - 38px);
18843
+ max-width: calc(100% - 34px);
18612
18844
  }
18613
18845
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check {
18614
18846
  height: 16px;
@@ -18630,10 +18862,9 @@ html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle
18630
18862
  }
18631
18863
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle {
18632
18864
  min-width: 30px;
18633
- max-width: 30px;
18634
18865
  }
18635
18866
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
18636
- margin-left: 38px;
18867
+ margin-left: 34px;
18637
18868
  }
18638
18869
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
18639
18870
  font-size: 8px;
@@ -22980,84 +23211,84 @@ html:not(#__):not(#___) .cadmin .align-text-top {
22980
23211
  vertical-align: text-top !important;
22981
23212
  }
22982
23213
  html:not(#__):not(#___) .cadmin .bg-blue {
22983
- background-color: #4b9fff !important;
23214
+ background-color: #006eff !important;
22984
23215
  }
22985
23216
  html:not(#__):not(#___) .cadmin a.bg-blue:hover, html:not(#__):not(#___) .cadmin a.bg-blue:focus,
22986
23217
  html:not(#__):not(#___) .cadmin button.bg-blue:hover,
22987
23218
  html:not(#__):not(#___) .cadmin button.bg-blue:focus {
22988
- background-color: #1884ff !important;
23219
+ background-color: #0058cc !important;
22989
23220
  }
22990
23221
  html:not(#__):not(#___) .cadmin .bg-indigo {
22991
- background-color: #7785ff !important;
23222
+ background-color: #4d5fff !important;
22992
23223
  }
22993
23224
  html:not(#__):not(#___) .cadmin a.bg-indigo:hover, html:not(#__):not(#___) .cadmin a.bg-indigo:focus,
22994
23225
  html:not(#__):not(#___) .cadmin button.bg-indigo:hover,
22995
23226
  html:not(#__):not(#___) .cadmin button.bg-indigo:focus {
22996
- background-color: #4457ff !important;
23227
+ background-color: #1a31ff !important;
22997
23228
  }
22998
23229
  html:not(#__):not(#___) .cadmin .bg-purple {
22999
- background-color: #af78ff !important;
23230
+ background-color: #aa33ff !important;
23000
23231
  }
23001
23232
  html:not(#__):not(#___) .cadmin a.bg-purple:hover, html:not(#__):not(#___) .cadmin a.bg-purple:focus,
23002
23233
  html:not(#__):not(#___) .cadmin button.bg-purple:hover,
23003
23234
  html:not(#__):not(#___) .cadmin button.bg-purple:focus {
23004
- background-color: #9145ff !important;
23235
+ background-color: #9500ff !important;
23005
23236
  }
23006
23237
  html:not(#__):not(#___) .cadmin .bg-pink {
23007
- background-color: #ff73c3 !important;
23238
+ background-color: #e50082 !important;
23008
23239
  }
23009
23240
  html:not(#__):not(#___) .cadmin a.bg-pink:hover, html:not(#__):not(#___) .cadmin a.bg-pink:focus,
23010
23241
  html:not(#__):not(#___) .cadmin button.bg-pink:hover,
23011
23242
  html:not(#__):not(#___) .cadmin button.bg-pink:focus {
23012
- background-color: #ff40ad !important;
23243
+ background-color: #b20065 !important;
23013
23244
  }
23014
23245
  html:not(#__):not(#___) .cadmin .bg-red {
23015
- background-color: #ff5f5f !important;
23246
+ background-color: #e60000 !important;
23016
23247
  }
23017
23248
  html:not(#__):not(#___) .cadmin a.bg-red:hover, html:not(#__):not(#___) .cadmin a.bg-red:focus,
23018
23249
  html:not(#__):not(#___) .cadmin button.bg-red:hover,
23019
23250
  html:not(#__):not(#___) .cadmin button.bg-red:focus {
23020
- background-color: #ff2c2c !important;
23251
+ background-color: #b30000 !important;
23021
23252
  }
23022
23253
  html:not(#__):not(#___) .cadmin .bg-orange {
23023
- background-color: #ffb46e !important;
23254
+ background-color: #cc4e00 !important;
23024
23255
  }
23025
23256
  html:not(#__):not(#___) .cadmin a.bg-orange:hover, html:not(#__):not(#___) .cadmin a.bg-orange:focus,
23026
23257
  html:not(#__):not(#___) .cadmin button.bg-orange:hover,
23027
23258
  html:not(#__):not(#___) .cadmin button.bg-orange:focus {
23028
- background-color: #ff9a3b !important;
23259
+ background-color: #993b00 !important;
23029
23260
  }
23030
23261
  html:not(#__):not(#___) .cadmin .bg-yellow {
23031
- background-color: #ffd76e !important;
23262
+ background-color: #ffbb00 !important;
23032
23263
  }
23033
23264
  html:not(#__):not(#___) .cadmin a.bg-yellow:hover, html:not(#__):not(#___) .cadmin a.bg-yellow:focus,
23034
23265
  html:not(#__):not(#___) .cadmin button.bg-yellow:hover,
23035
23266
  html:not(#__):not(#___) .cadmin button.bg-yellow:focus {
23036
- background-color: #ffc93b !important;
23267
+ background-color: #cc9600 !important;
23037
23268
  }
23038
23269
  html:not(#__):not(#___) .cadmin .bg-green {
23039
- background-color: #9be169 !important;
23270
+ background-color: #458613 !important;
23040
23271
  }
23041
23272
  html:not(#__):not(#___) .cadmin a.bg-green:hover, html:not(#__):not(#___) .cadmin a.bg-green:focus,
23042
23273
  html:not(#__):not(#___) .cadmin button.bg-green:hover,
23043
23274
  html:not(#__):not(#___) .cadmin button.bg-green:focus {
23044
- background-color: #7fd93f !important;
23275
+ background-color: #2e590d !important;
23045
23276
  }
23046
23277
  html:not(#__):not(#___) .cadmin .bg-teal {
23047
- background-color: #50d2a0 !important;
23278
+ background-color: #1b7e6e !important;
23048
23279
  }
23049
23280
  html:not(#__):not(#___) .cadmin a.bg-teal:hover, html:not(#__):not(#___) .cadmin a.bg-teal:focus,
23050
23281
  html:not(#__):not(#___) .cadmin button.bg-teal:hover,
23051
23282
  html:not(#__):not(#___) .cadmin button.bg-teal:focus {
23052
- background-color: #31be88 !important;
23283
+ background-color: #125449 !important;
23053
23284
  }
23054
23285
  html:not(#__):not(#___) .cadmin .bg-cyan {
23055
- background-color: #5fc8ff !important;
23286
+ background-color: #0077b3 !important;
23056
23287
  }
23057
23288
  html:not(#__):not(#___) .cadmin a.bg-cyan:hover, html:not(#__):not(#___) .cadmin a.bg-cyan:focus,
23058
23289
  html:not(#__):not(#___) .cadmin button.bg-cyan:hover,
23059
23290
  html:not(#__):not(#___) .cadmin button.bg-cyan:focus {
23060
- background-color: #2cb6ff !important;
23291
+ background-color: #005580 !important;
23061
23292
  }
23062
23293
  html:not(#__):not(#___) .cadmin .bg-primary {
23063
23294
  background-color: #0b5fff !important;
@@ -27493,64 +27724,64 @@ html:not(#__):not(#___) .cadmin .text-white {
27493
27724
  color: #fff !important;
27494
27725
  }
27495
27726
  html:not(#__):not(#___) .cadmin .text-blue {
27496
- color: #4b9fff !important;
27727
+ color: #006eff !important;
27497
27728
  }
27498
27729
  html:not(#__):not(#___) .cadmin a.text-blue:hover, html:not(#__):not(#___) .cadmin a.text-blue:focus {
27499
- color: #0076fe !important;
27730
+ color: #004db3 !important;
27500
27731
  }
27501
27732
  html:not(#__):not(#___) .cadmin .text-indigo {
27502
- color: #7785ff !important;
27733
+ color: #4d5fff !important;
27503
27734
  }
27504
27735
  html:not(#__):not(#___) .cadmin a.text-indigo:hover, html:not(#__):not(#___) .cadmin a.text-indigo:focus {
27505
- color: #2b40ff !important;
27736
+ color: #011aff !important;
27506
27737
  }
27507
27738
  html:not(#__):not(#___) .cadmin .text-purple {
27508
- color: #af78ff !important;
27739
+ color: #aa33ff !important;
27509
27740
  }
27510
27741
  html:not(#__):not(#___) .cadmin a.text-purple:hover, html:not(#__):not(#___) .cadmin a.text-purple:focus {
27511
- color: #822cff !important;
27742
+ color: #8600e6 !important;
27512
27743
  }
27513
27744
  html:not(#__):not(#___) .cadmin .text-pink {
27514
- color: #ff73c3 !important;
27745
+ color: #e50082 !important;
27515
27746
  }
27516
27747
  html:not(#__):not(#___) .cadmin a.text-pink:hover, html:not(#__):not(#___) .cadmin a.text-pink:focus {
27517
- color: #ff27a2 !important;
27748
+ color: #990057 !important;
27518
27749
  }
27519
27750
  html:not(#__):not(#___) .cadmin .text-red {
27520
- color: #ff5f5f !important;
27751
+ color: #e60000 !important;
27521
27752
  }
27522
27753
  html:not(#__):not(#___) .cadmin a.text-red:hover, html:not(#__):not(#___) .cadmin a.text-red:focus {
27523
- color: #ff1313 !important;
27754
+ color: #9a0000 !important;
27524
27755
  }
27525
27756
  html:not(#__):not(#___) .cadmin .text-orange {
27526
- color: #ffb46e !important;
27757
+ color: #cc4e00 !important;
27527
27758
  }
27528
27759
  html:not(#__):not(#___) .cadmin a.text-orange:hover, html:not(#__):not(#___) .cadmin a.text-orange:focus {
27529
- color: #ff8c22 !important;
27760
+ color: #803100 !important;
27530
27761
  }
27531
27762
  html:not(#__):not(#___) .cadmin .text-yellow {
27532
- color: #ffd76e !important;
27763
+ color: #ffbb00 !important;
27533
27764
  }
27534
27765
  html:not(#__):not(#___) .cadmin a.text-yellow:hover, html:not(#__):not(#___) .cadmin a.text-yellow:focus {
27535
- color: #ffc222 !important;
27766
+ color: #b38300 !important;
27536
27767
  }
27537
27768
  html:not(#__):not(#___) .cadmin .text-green {
27538
- color: #9be169 !important;
27769
+ color: #458613 !important;
27539
27770
  }
27540
27771
  html:not(#__):not(#___) .cadmin a.text-green:hover, html:not(#__):not(#___) .cadmin a.text-green:focus {
27541
- color: #71d32a !important;
27772
+ color: #23430a !important;
27542
27773
  }
27543
27774
  html:not(#__):not(#___) .cadmin .text-teal {
27544
- color: #50d2a0 !important;
27775
+ color: #1b7e6e !important;
27545
27776
  }
27546
27777
  html:not(#__):not(#___) .cadmin a.text-teal:hover, html:not(#__):not(#___) .cadmin a.text-teal:focus {
27547
- color: #2caa79 !important;
27778
+ color: #0e3f37 !important;
27548
27779
  }
27549
27780
  html:not(#__):not(#___) .cadmin .text-cyan {
27550
- color: #5fc8ff !important;
27781
+ color: #0077b3 !important;
27551
27782
  }
27552
27783
  html:not(#__):not(#___) .cadmin a.text-cyan:hover, html:not(#__):not(#___) .cadmin a.text-cyan:focus {
27553
- color: #13aeff !important;
27784
+ color: #004467 !important;
27554
27785
  }
27555
27786
  html:not(#__):not(#___) .cadmin .text-primary {
27556
27787
  color: #0b5fff !important;