@clayui/css 3.124.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.124.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.124.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
  }
@@ -12299,7 +12393,6 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#_
12299
12393
  color: #a7a9bc;
12300
12394
  box-shadow: none;
12301
12395
  font-weight: 400;
12302
- letter-spacing: 0.016rem;
12303
12396
  }
12304
12397
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled::before {
12305
12398
  content: none;
@@ -17618,7 +17711,7 @@ html:not(#__):not(#___) .cadmin .table-drag .c-dragging::after {
17618
17711
  top: 0;
17619
17712
  }
17620
17713
  html:not(#__):not(#___) .cadmin .table-drag .c-droppable::before {
17621
- 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%);
17622
17715
  background-position: right;
17623
17716
  background-repeat: repeat-y;
17624
17717
  background-size: 5px 6px;
@@ -18747,7 +18840,7 @@ html:not(#__):not(#___) .cadmin .simple-toggle-switch-reverse .toggle-switch-lab
18747
18840
  margin-right: 8px;
18748
18841
  }
18749
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 {
18750
- max-width: calc(100% - 38px);
18843
+ max-width: calc(100% - 34px);
18751
18844
  }
18752
18845
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check {
18753
18846
  height: 16px;
@@ -18769,10 +18862,9 @@ html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle
18769
18862
  }
18770
18863
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle {
18771
18864
  min-width: 30px;
18772
- max-width: 30px;
18773
18865
  }
18774
18866
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
18775
- margin-left: 38px;
18867
+ margin-left: 34px;
18776
18868
  }
18777
18869
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
18778
18870
  font-size: 8px;
@@ -23119,84 +23211,84 @@ html:not(#__):not(#___) .cadmin .align-text-top {
23119
23211
  vertical-align: text-top !important;
23120
23212
  }
23121
23213
  html:not(#__):not(#___) .cadmin .bg-blue {
23122
- background-color: #4b9fff !important;
23214
+ background-color: #006eff !important;
23123
23215
  }
23124
23216
  html:not(#__):not(#___) .cadmin a.bg-blue:hover, html:not(#__):not(#___) .cadmin a.bg-blue:focus,
23125
23217
  html:not(#__):not(#___) .cadmin button.bg-blue:hover,
23126
23218
  html:not(#__):not(#___) .cadmin button.bg-blue:focus {
23127
- background-color: #1884ff !important;
23219
+ background-color: #0058cc !important;
23128
23220
  }
23129
23221
  html:not(#__):not(#___) .cadmin .bg-indigo {
23130
- background-color: #7785ff !important;
23222
+ background-color: #4d5fff !important;
23131
23223
  }
23132
23224
  html:not(#__):not(#___) .cadmin a.bg-indigo:hover, html:not(#__):not(#___) .cadmin a.bg-indigo:focus,
23133
23225
  html:not(#__):not(#___) .cadmin button.bg-indigo:hover,
23134
23226
  html:not(#__):not(#___) .cadmin button.bg-indigo:focus {
23135
- background-color: #4457ff !important;
23227
+ background-color: #1a31ff !important;
23136
23228
  }
23137
23229
  html:not(#__):not(#___) .cadmin .bg-purple {
23138
- background-color: #af78ff !important;
23230
+ background-color: #aa33ff !important;
23139
23231
  }
23140
23232
  html:not(#__):not(#___) .cadmin a.bg-purple:hover, html:not(#__):not(#___) .cadmin a.bg-purple:focus,
23141
23233
  html:not(#__):not(#___) .cadmin button.bg-purple:hover,
23142
23234
  html:not(#__):not(#___) .cadmin button.bg-purple:focus {
23143
- background-color: #9145ff !important;
23235
+ background-color: #9500ff !important;
23144
23236
  }
23145
23237
  html:not(#__):not(#___) .cadmin .bg-pink {
23146
- background-color: #ff73c3 !important;
23238
+ background-color: #e50082 !important;
23147
23239
  }
23148
23240
  html:not(#__):not(#___) .cadmin a.bg-pink:hover, html:not(#__):not(#___) .cadmin a.bg-pink:focus,
23149
23241
  html:not(#__):not(#___) .cadmin button.bg-pink:hover,
23150
23242
  html:not(#__):not(#___) .cadmin button.bg-pink:focus {
23151
- background-color: #ff40ad !important;
23243
+ background-color: #b20065 !important;
23152
23244
  }
23153
23245
  html:not(#__):not(#___) .cadmin .bg-red {
23154
- background-color: #ff5f5f !important;
23246
+ background-color: #e60000 !important;
23155
23247
  }
23156
23248
  html:not(#__):not(#___) .cadmin a.bg-red:hover, html:not(#__):not(#___) .cadmin a.bg-red:focus,
23157
23249
  html:not(#__):not(#___) .cadmin button.bg-red:hover,
23158
23250
  html:not(#__):not(#___) .cadmin button.bg-red:focus {
23159
- background-color: #ff2c2c !important;
23251
+ background-color: #b30000 !important;
23160
23252
  }
23161
23253
  html:not(#__):not(#___) .cadmin .bg-orange {
23162
- background-color: #ffb46e !important;
23254
+ background-color: #cc4e00 !important;
23163
23255
  }
23164
23256
  html:not(#__):not(#___) .cadmin a.bg-orange:hover, html:not(#__):not(#___) .cadmin a.bg-orange:focus,
23165
23257
  html:not(#__):not(#___) .cadmin button.bg-orange:hover,
23166
23258
  html:not(#__):not(#___) .cadmin button.bg-orange:focus {
23167
- background-color: #ff9a3b !important;
23259
+ background-color: #993b00 !important;
23168
23260
  }
23169
23261
  html:not(#__):not(#___) .cadmin .bg-yellow {
23170
- background-color: #ffd76e !important;
23262
+ background-color: #ffbb00 !important;
23171
23263
  }
23172
23264
  html:not(#__):not(#___) .cadmin a.bg-yellow:hover, html:not(#__):not(#___) .cadmin a.bg-yellow:focus,
23173
23265
  html:not(#__):not(#___) .cadmin button.bg-yellow:hover,
23174
23266
  html:not(#__):not(#___) .cadmin button.bg-yellow:focus {
23175
- background-color: #ffc93b !important;
23267
+ background-color: #cc9600 !important;
23176
23268
  }
23177
23269
  html:not(#__):not(#___) .cadmin .bg-green {
23178
- background-color: #9be169 !important;
23270
+ background-color: #458613 !important;
23179
23271
  }
23180
23272
  html:not(#__):not(#___) .cadmin a.bg-green:hover, html:not(#__):not(#___) .cadmin a.bg-green:focus,
23181
23273
  html:not(#__):not(#___) .cadmin button.bg-green:hover,
23182
23274
  html:not(#__):not(#___) .cadmin button.bg-green:focus {
23183
- background-color: #7fd93f !important;
23275
+ background-color: #2e590d !important;
23184
23276
  }
23185
23277
  html:not(#__):not(#___) .cadmin .bg-teal {
23186
- background-color: #50d2a0 !important;
23278
+ background-color: #1b7e6e !important;
23187
23279
  }
23188
23280
  html:not(#__):not(#___) .cadmin a.bg-teal:hover, html:not(#__):not(#___) .cadmin a.bg-teal:focus,
23189
23281
  html:not(#__):not(#___) .cadmin button.bg-teal:hover,
23190
23282
  html:not(#__):not(#___) .cadmin button.bg-teal:focus {
23191
- background-color: #31be88 !important;
23283
+ background-color: #125449 !important;
23192
23284
  }
23193
23285
  html:not(#__):not(#___) .cadmin .bg-cyan {
23194
- background-color: #5fc8ff !important;
23286
+ background-color: #0077b3 !important;
23195
23287
  }
23196
23288
  html:not(#__):not(#___) .cadmin a.bg-cyan:hover, html:not(#__):not(#___) .cadmin a.bg-cyan:focus,
23197
23289
  html:not(#__):not(#___) .cadmin button.bg-cyan:hover,
23198
23290
  html:not(#__):not(#___) .cadmin button.bg-cyan:focus {
23199
- background-color: #2cb6ff !important;
23291
+ background-color: #005580 !important;
23200
23292
  }
23201
23293
  html:not(#__):not(#___) .cadmin .bg-primary {
23202
23294
  background-color: #0b5fff !important;
@@ -27632,64 +27724,64 @@ html:not(#__):not(#___) .cadmin .text-white {
27632
27724
  color: #fff !important;
27633
27725
  }
27634
27726
  html:not(#__):not(#___) .cadmin .text-blue {
27635
- color: #4b9fff !important;
27727
+ color: #006eff !important;
27636
27728
  }
27637
27729
  html:not(#__):not(#___) .cadmin a.text-blue:hover, html:not(#__):not(#___) .cadmin a.text-blue:focus {
27638
- color: #0076fe !important;
27730
+ color: #004db3 !important;
27639
27731
  }
27640
27732
  html:not(#__):not(#___) .cadmin .text-indigo {
27641
- color: #7785ff !important;
27733
+ color: #4d5fff !important;
27642
27734
  }
27643
27735
  html:not(#__):not(#___) .cadmin a.text-indigo:hover, html:not(#__):not(#___) .cadmin a.text-indigo:focus {
27644
- color: #2b40ff !important;
27736
+ color: #011aff !important;
27645
27737
  }
27646
27738
  html:not(#__):not(#___) .cadmin .text-purple {
27647
- color: #af78ff !important;
27739
+ color: #aa33ff !important;
27648
27740
  }
27649
27741
  html:not(#__):not(#___) .cadmin a.text-purple:hover, html:not(#__):not(#___) .cadmin a.text-purple:focus {
27650
- color: #822cff !important;
27742
+ color: #8600e6 !important;
27651
27743
  }
27652
27744
  html:not(#__):not(#___) .cadmin .text-pink {
27653
- color: #ff73c3 !important;
27745
+ color: #e50082 !important;
27654
27746
  }
27655
27747
  html:not(#__):not(#___) .cadmin a.text-pink:hover, html:not(#__):not(#___) .cadmin a.text-pink:focus {
27656
- color: #ff27a2 !important;
27748
+ color: #990057 !important;
27657
27749
  }
27658
27750
  html:not(#__):not(#___) .cadmin .text-red {
27659
- color: #ff5f5f !important;
27751
+ color: #e60000 !important;
27660
27752
  }
27661
27753
  html:not(#__):not(#___) .cadmin a.text-red:hover, html:not(#__):not(#___) .cadmin a.text-red:focus {
27662
- color: #ff1313 !important;
27754
+ color: #9a0000 !important;
27663
27755
  }
27664
27756
  html:not(#__):not(#___) .cadmin .text-orange {
27665
- color: #ffb46e !important;
27757
+ color: #cc4e00 !important;
27666
27758
  }
27667
27759
  html:not(#__):not(#___) .cadmin a.text-orange:hover, html:not(#__):not(#___) .cadmin a.text-orange:focus {
27668
- color: #ff8c22 !important;
27760
+ color: #803100 !important;
27669
27761
  }
27670
27762
  html:not(#__):not(#___) .cadmin .text-yellow {
27671
- color: #ffd76e !important;
27763
+ color: #ffbb00 !important;
27672
27764
  }
27673
27765
  html:not(#__):not(#___) .cadmin a.text-yellow:hover, html:not(#__):not(#___) .cadmin a.text-yellow:focus {
27674
- color: #ffc222 !important;
27766
+ color: #b38300 !important;
27675
27767
  }
27676
27768
  html:not(#__):not(#___) .cadmin .text-green {
27677
- color: #9be169 !important;
27769
+ color: #458613 !important;
27678
27770
  }
27679
27771
  html:not(#__):not(#___) .cadmin a.text-green:hover, html:not(#__):not(#___) .cadmin a.text-green:focus {
27680
- color: #71d32a !important;
27772
+ color: #23430a !important;
27681
27773
  }
27682
27774
  html:not(#__):not(#___) .cadmin .text-teal {
27683
- color: #50d2a0 !important;
27775
+ color: #1b7e6e !important;
27684
27776
  }
27685
27777
  html:not(#__):not(#___) .cadmin a.text-teal:hover, html:not(#__):not(#___) .cadmin a.text-teal:focus {
27686
- color: #2caa79 !important;
27778
+ color: #0e3f37 !important;
27687
27779
  }
27688
27780
  html:not(#__):not(#___) .cadmin .text-cyan {
27689
- color: #5fc8ff !important;
27781
+ color: #0077b3 !important;
27690
27782
  }
27691
27783
  html:not(#__):not(#___) .cadmin a.text-cyan:hover, html:not(#__):not(#___) .cadmin a.text-cyan:focus {
27692
- color: #13aeff !important;
27784
+ color: #004467 !important;
27693
27785
  }
27694
27786
  html:not(#__):not(#___) .cadmin .text-primary {
27695
27787
  color: #0b5fff !important;