@clayui/css 3.98.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.98.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>
@@ -27302,6 +27302,106 @@ ul.autofit-row {
27302
27302
  vertical-align: text-top !important;
27303
27303
  }
27304
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
+
27305
27405
  .bg-primary {
27306
27406
  background-color: #0b5fff !important;
27307
27407
  }
@@ -32955,6 +33055,86 @@ button.bg-dark:focus {
32955
33055
  color: #fff !important;
32956
33056
  }
32957
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
+
32958
33138
  .text-primary {
32959
33139
  color: #0b5fff !important;
32960
33140
  }