@clayui/css 3.97.0 → 3.99.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.
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.97.0
3
+ * Clay 3.99.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>
@@ -6668,6 +6668,77 @@ input[type=button].btn-block {
6668
6668
  padding-left: 1.5rem;
6669
6669
  padding-right: 1.5rem;
6670
6670
  }
6671
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6672
+ font-size: 1rem;
6673
+ height: 2rem;
6674
+ padding: 0;
6675
+ position: absolute;
6676
+ text-align: center;
6677
+ z-index: 1;
6678
+ }
6679
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:hover, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.hover {
6680
+ background-color: #f0f5ff;
6681
+ background-image: none;
6682
+ color: #272833;
6683
+ }
6684
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus {
6685
+ background-color: #f0f5ff;
6686
+ background-image: none;
6687
+ color: #272833;
6688
+ }
6689
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
6690
+ background-color: #f0f5ff;
6691
+ background-image: none;
6692
+ color: #272833;
6693
+ }
6694
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active label {
6695
+ color: #272833;
6696
+ }
6697
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active .form-check-label {
6698
+ color: #272833;
6699
+ }
6700
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active {
6701
+ background-color: #f0f5ff;
6702
+ background-image: none;
6703
+ color: #272833;
6704
+ }
6705
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active label {
6706
+ color: #272833;
6707
+ }
6708
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active .form-check-label {
6709
+ color: #272833;
6710
+ }
6711
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled {
6712
+ background-color: transparent;
6713
+ background-image: none;
6714
+ color: #a7a9bc;
6715
+ cursor: not-allowed;
6716
+ }
6717
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled label,
6718
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled .form-check-label, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled label,
6719
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled .form-check-label {
6720
+ color: #a7a9bc;
6721
+ }
6722
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll .c-inner {
6723
+ flex-grow: 1;
6724
+ width: auto;
6725
+ }
6726
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down {
6727
+ background-image: linear-gradient(to top, white 84%, rgba(255, 255, 255, 0) 100%);
6728
+ bottom: 0.375rem;
6729
+ }
6730
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down .c-inner {
6731
+ flex-grow: 1;
6732
+ width: auto;
6733
+ }
6734
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up {
6735
+ background-image: linear-gradient(to bottom, white 84%, rgba(255, 255, 255, 0) 100%);
6736
+ top: 0.375rem;
6737
+ }
6738
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up .c-inner {
6739
+ flex-grow: 1;
6740
+ width: auto;
6741
+ }
6671
6742
  .dropdown-menu-select.dropdown-menu .dropdown-divider {
6672
6743
  margin: 0.3125rem 0;
6673
6744
  }
@@ -6679,6 +6750,10 @@ input[type=button].btn-block {
6679
6750
  right: 0.5rem;
6680
6751
  top: 0.5rem;
6681
6752
  }
6753
+ .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6754
+ max-height: 432px;
6755
+ }
6756
+
6682
6757
  .dropdown-menu-left {
6683
6758
  left: 0;
6684
6759
  right: auto;
@@ -9935,6 +10010,29 @@ label.custom-control-label {
9935
10010
  background-color: transparent;
9936
10011
  color: #a7a9bc;
9937
10012
  }
10013
+ .date-picker-nav .form-control-select {
10014
+ background-color: transparent;
10015
+ border-color: transparent;
10016
+ color: #6b6c7e;
10017
+ font-size: 0.875rem;
10018
+ font-weight: 600;
10019
+ height: 2rem;
10020
+ padding-bottom: 0;
10021
+ padding-left: 0.5rem;
10022
+ padding-top: 0;
10023
+ }
10024
+ .date-picker-nav .form-control-select:hover, .date-picker-nav .form-control-select.hover {
10025
+ background-color: #f1f2f5;
10026
+ color: #272833;
10027
+ }
10028
+ .date-picker-nav .form-control-select:focus, .date-picker-nav .form-control-select.focus {
10029
+ background-color: #f1f2f5;
10030
+ color: #272833;
10031
+ }
10032
+ .date-picker-nav .form-control-select:disabled, .date-picker-nav .form-control-select.disabled {
10033
+ background-color: transparent;
10034
+ color: #a7a9bc;
10035
+ }
9938
10036
  .date-picker-nav-item {
9939
10037
  align-items: center;
9940
10038
  display: flex;
@@ -27204,6 +27302,106 @@ ul.autofit-row {
27204
27302
  vertical-align: text-top !important;
27205
27303
  }
27206
27304
 
27305
+ .bg-blue {
27306
+ background-color: #4b9fff !important;
27307
+ }
27308
+
27309
+ a.bg-blue:hover, a.bg-blue:focus,
27310
+ button.bg-blue:hover,
27311
+ button.bg-blue:focus {
27312
+ background-color: #1884ff !important;
27313
+ }
27314
+
27315
+ .bg-indigo {
27316
+ background-color: #7785ff !important;
27317
+ }
27318
+
27319
+ a.bg-indigo:hover, a.bg-indigo:focus,
27320
+ button.bg-indigo:hover,
27321
+ button.bg-indigo:focus {
27322
+ background-color: #4457ff !important;
27323
+ }
27324
+
27325
+ .bg-purple {
27326
+ background-color: #af78ff !important;
27327
+ }
27328
+
27329
+ a.bg-purple:hover, a.bg-purple:focus,
27330
+ button.bg-purple:hover,
27331
+ button.bg-purple:focus {
27332
+ background-color: #9145ff !important;
27333
+ }
27334
+
27335
+ .bg-pink {
27336
+ background-color: #ff73c3 !important;
27337
+ }
27338
+
27339
+ a.bg-pink:hover, a.bg-pink:focus,
27340
+ button.bg-pink:hover,
27341
+ button.bg-pink:focus {
27342
+ background-color: #ff40ad !important;
27343
+ }
27344
+
27345
+ .bg-red {
27346
+ background-color: #ff5f5f !important;
27347
+ }
27348
+
27349
+ a.bg-red:hover, a.bg-red:focus,
27350
+ button.bg-red:hover,
27351
+ button.bg-red:focus {
27352
+ background-color: #ff2c2c !important;
27353
+ }
27354
+
27355
+ .bg-orange {
27356
+ background-color: #ffb46e !important;
27357
+ }
27358
+
27359
+ a.bg-orange:hover, a.bg-orange:focus,
27360
+ button.bg-orange:hover,
27361
+ button.bg-orange:focus {
27362
+ background-color: #ff9a3b !important;
27363
+ }
27364
+
27365
+ .bg-yellow {
27366
+ background-color: #ffd76e !important;
27367
+ }
27368
+
27369
+ a.bg-yellow:hover, a.bg-yellow:focus,
27370
+ button.bg-yellow:hover,
27371
+ button.bg-yellow:focus {
27372
+ background-color: #ffc93b !important;
27373
+ }
27374
+
27375
+ .bg-green {
27376
+ background-color: #9be169 !important;
27377
+ }
27378
+
27379
+ a.bg-green:hover, a.bg-green:focus,
27380
+ button.bg-green:hover,
27381
+ button.bg-green:focus {
27382
+ background-color: #7fd93f !important;
27383
+ }
27384
+
27385
+ .bg-teal {
27386
+ background-color: #50d2a0 !important;
27387
+ }
27388
+
27389
+ a.bg-teal:hover, a.bg-teal:focus,
27390
+ button.bg-teal:hover,
27391
+ button.bg-teal:focus {
27392
+ background-color: #31be88 !important;
27393
+ }
27394
+
27395
+ .bg-cyan {
27396
+ background-color: #5fc8ff !important;
27397
+ }
27398
+
27399
+ a.bg-cyan:hover, a.bg-cyan:focus,
27400
+ button.bg-cyan:hover,
27401
+ button.bg-cyan:focus {
27402
+ background-color: #2cb6ff !important;
27403
+ }
27404
+
27207
27405
  .bg-primary {
27208
27406
  background-color: #0b5fff !important;
27209
27407
  }
@@ -32857,6 +33055,86 @@ button.bg-dark:focus {
32857
33055
  color: #fff !important;
32858
33056
  }
32859
33057
 
33058
+ .text-blue {
33059
+ color: #4b9fff !important;
33060
+ }
33061
+
33062
+ a.text-blue:hover, a.text-blue:focus {
33063
+ color: #0076fe !important;
33064
+ }
33065
+
33066
+ .text-indigo {
33067
+ color: #7785ff !important;
33068
+ }
33069
+
33070
+ a.text-indigo:hover, a.text-indigo:focus {
33071
+ color: #2b40ff !important;
33072
+ }
33073
+
33074
+ .text-purple {
33075
+ color: #af78ff !important;
33076
+ }
33077
+
33078
+ a.text-purple:hover, a.text-purple:focus {
33079
+ color: #822cff !important;
33080
+ }
33081
+
33082
+ .text-pink {
33083
+ color: #ff73c3 !important;
33084
+ }
33085
+
33086
+ a.text-pink:hover, a.text-pink:focus {
33087
+ color: #ff27a2 !important;
33088
+ }
33089
+
33090
+ .text-red {
33091
+ color: #ff5f5f !important;
33092
+ }
33093
+
33094
+ a.text-red:hover, a.text-red:focus {
33095
+ color: #ff1313 !important;
33096
+ }
33097
+
33098
+ .text-orange {
33099
+ color: #ffb46e !important;
33100
+ }
33101
+
33102
+ a.text-orange:hover, a.text-orange:focus {
33103
+ color: #ff8c22 !important;
33104
+ }
33105
+
33106
+ .text-yellow {
33107
+ color: #ffd76e !important;
33108
+ }
33109
+
33110
+ a.text-yellow:hover, a.text-yellow:focus {
33111
+ color: #ffc222 !important;
33112
+ }
33113
+
33114
+ .text-green {
33115
+ color: #9be169 !important;
33116
+ }
33117
+
33118
+ a.text-green:hover, a.text-green:focus {
33119
+ color: #71d32a !important;
33120
+ }
33121
+
33122
+ .text-teal {
33123
+ color: #50d2a0 !important;
33124
+ }
33125
+
33126
+ a.text-teal:hover, a.text-teal:focus {
33127
+ color: #2caa79 !important;
33128
+ }
33129
+
33130
+ .text-cyan {
33131
+ color: #5fc8ff !important;
33132
+ }
33133
+
33134
+ a.text-cyan:hover, a.text-cyan:focus {
33135
+ color: #13aeff !important;
33136
+ }
33137
+
32860
33138
  .text-primary {
32861
33139
  color: #0b5fff !important;
32862
33140
  }
@@ -33061,6 +33339,11 @@ a.text-dark:hover, a.text-dark:focus {
33061
33339
  top: 50%;
33062
33340
  width: 0.25em;
33063
33341
  }
33342
+ @media (prefers-reduced-motion: reduce) {
33343
+ .loading-animation::before {
33344
+ animation: none;
33345
+ }
33346
+ }
33064
33347
  .c-prefers-reduced-motion .loading-animation::before {
33065
33348
  animation: none;
33066
33349
  }
@@ -33078,6 +33361,11 @@ a.text-dark:hover, a.text-dark:focus {
33078
33361
  padding: 0.25em;
33079
33362
  width: 1em;
33080
33363
  }
33364
+ @media (prefers-reduced-motion: reduce) {
33365
+ .loading-animation::after {
33366
+ animation: none;
33367
+ }
33368
+ }
33081
33369
  .c-prefers-reduced-motion .loading-animation::after {
33082
33370
  animation: none;
33083
33371
  }
@@ -33159,6 +33447,11 @@ a.text-dark:hover, a.text-dark:focus {
33159
33447
  transform: scale(1);
33160
33448
  width: 1em;
33161
33449
  }
33450
+ @media (prefers-reduced-motion: reduce) {
33451
+ .loading-animation-squares::before {
33452
+ animation: none;
33453
+ }
33454
+ }
33162
33455
  .c-prefers-reduced-motion .loading-animation-squares::before {
33163
33456
  animation: none;
33164
33457
  }
@@ -33178,6 +33471,11 @@ a.text-dark:hover, a.text-dark:focus {
33178
33471
  transform: scale(2);
33179
33472
  width: 1em;
33180
33473
  }
33474
+ @media (prefers-reduced-motion: reduce) {
33475
+ .loading-animation-squares::after {
33476
+ animation: none;
33477
+ }
33478
+ }
33181
33479
  .c-prefers-reduced-motion .loading-animation-squares::after {
33182
33480
  animation: none;
33183
33481
  }