@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 +181 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +181 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +142 -2
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_utilities.scss +170 -0
- package/src/scss/variables/_utilities.scss +155 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.99.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>
|
|
@@ -21731,6 +21731,86 @@ html:not(#__):not(#___) .cadmin .align-text-bottom {
|
|
|
21731
21731
|
html:not(#__):not(#___) .cadmin .align-text-top {
|
|
21732
21732
|
vertical-align: text-top !important;
|
|
21733
21733
|
}
|
|
21734
|
+
html:not(#__):not(#___) .cadmin .bg-blue {
|
|
21735
|
+
background-color: #4b9fff !important;
|
|
21736
|
+
}
|
|
21737
|
+
html:not(#__):not(#___) .cadmin a.bg-blue:hover, html:not(#__):not(#___) .cadmin a.bg-blue:focus,
|
|
21738
|
+
html:not(#__):not(#___) .cadmin button.bg-blue:hover,
|
|
21739
|
+
html:not(#__):not(#___) .cadmin button.bg-blue:focus {
|
|
21740
|
+
background-color: #1884ff !important;
|
|
21741
|
+
}
|
|
21742
|
+
html:not(#__):not(#___) .cadmin .bg-indigo {
|
|
21743
|
+
background-color: #7785ff !important;
|
|
21744
|
+
}
|
|
21745
|
+
html:not(#__):not(#___) .cadmin a.bg-indigo:hover, html:not(#__):not(#___) .cadmin a.bg-indigo:focus,
|
|
21746
|
+
html:not(#__):not(#___) .cadmin button.bg-indigo:hover,
|
|
21747
|
+
html:not(#__):not(#___) .cadmin button.bg-indigo:focus {
|
|
21748
|
+
background-color: #4457ff !important;
|
|
21749
|
+
}
|
|
21750
|
+
html:not(#__):not(#___) .cadmin .bg-purple {
|
|
21751
|
+
background-color: #af78ff !important;
|
|
21752
|
+
}
|
|
21753
|
+
html:not(#__):not(#___) .cadmin a.bg-purple:hover, html:not(#__):not(#___) .cadmin a.bg-purple:focus,
|
|
21754
|
+
html:not(#__):not(#___) .cadmin button.bg-purple:hover,
|
|
21755
|
+
html:not(#__):not(#___) .cadmin button.bg-purple:focus {
|
|
21756
|
+
background-color: #9145ff !important;
|
|
21757
|
+
}
|
|
21758
|
+
html:not(#__):not(#___) .cadmin .bg-pink {
|
|
21759
|
+
background-color: #ff73c3 !important;
|
|
21760
|
+
}
|
|
21761
|
+
html:not(#__):not(#___) .cadmin a.bg-pink:hover, html:not(#__):not(#___) .cadmin a.bg-pink:focus,
|
|
21762
|
+
html:not(#__):not(#___) .cadmin button.bg-pink:hover,
|
|
21763
|
+
html:not(#__):not(#___) .cadmin button.bg-pink:focus {
|
|
21764
|
+
background-color: #ff40ad !important;
|
|
21765
|
+
}
|
|
21766
|
+
html:not(#__):not(#___) .cadmin .bg-red {
|
|
21767
|
+
background-color: #ff5f5f !important;
|
|
21768
|
+
}
|
|
21769
|
+
html:not(#__):not(#___) .cadmin a.bg-red:hover, html:not(#__):not(#___) .cadmin a.bg-red:focus,
|
|
21770
|
+
html:not(#__):not(#___) .cadmin button.bg-red:hover,
|
|
21771
|
+
html:not(#__):not(#___) .cadmin button.bg-red:focus {
|
|
21772
|
+
background-color: #ff2c2c !important;
|
|
21773
|
+
}
|
|
21774
|
+
html:not(#__):not(#___) .cadmin .bg-orange {
|
|
21775
|
+
background-color: #ffb46e !important;
|
|
21776
|
+
}
|
|
21777
|
+
html:not(#__):not(#___) .cadmin a.bg-orange:hover, html:not(#__):not(#___) .cadmin a.bg-orange:focus,
|
|
21778
|
+
html:not(#__):not(#___) .cadmin button.bg-orange:hover,
|
|
21779
|
+
html:not(#__):not(#___) .cadmin button.bg-orange:focus {
|
|
21780
|
+
background-color: #ff9a3b !important;
|
|
21781
|
+
}
|
|
21782
|
+
html:not(#__):not(#___) .cadmin .bg-yellow {
|
|
21783
|
+
background-color: #ffd76e !important;
|
|
21784
|
+
}
|
|
21785
|
+
html:not(#__):not(#___) .cadmin a.bg-yellow:hover, html:not(#__):not(#___) .cadmin a.bg-yellow:focus,
|
|
21786
|
+
html:not(#__):not(#___) .cadmin button.bg-yellow:hover,
|
|
21787
|
+
html:not(#__):not(#___) .cadmin button.bg-yellow:focus {
|
|
21788
|
+
background-color: #ffc93b !important;
|
|
21789
|
+
}
|
|
21790
|
+
html:not(#__):not(#___) .cadmin .bg-green {
|
|
21791
|
+
background-color: #9be169 !important;
|
|
21792
|
+
}
|
|
21793
|
+
html:not(#__):not(#___) .cadmin a.bg-green:hover, html:not(#__):not(#___) .cadmin a.bg-green:focus,
|
|
21794
|
+
html:not(#__):not(#___) .cadmin button.bg-green:hover,
|
|
21795
|
+
html:not(#__):not(#___) .cadmin button.bg-green:focus {
|
|
21796
|
+
background-color: #7fd93f !important;
|
|
21797
|
+
}
|
|
21798
|
+
html:not(#__):not(#___) .cadmin .bg-teal {
|
|
21799
|
+
background-color: #50d2a0 !important;
|
|
21800
|
+
}
|
|
21801
|
+
html:not(#__):not(#___) .cadmin a.bg-teal:hover, html:not(#__):not(#___) .cadmin a.bg-teal:focus,
|
|
21802
|
+
html:not(#__):not(#___) .cadmin button.bg-teal:hover,
|
|
21803
|
+
html:not(#__):not(#___) .cadmin button.bg-teal:focus {
|
|
21804
|
+
background-color: #31be88 !important;
|
|
21805
|
+
}
|
|
21806
|
+
html:not(#__):not(#___) .cadmin .bg-cyan {
|
|
21807
|
+
background-color: #5fc8ff !important;
|
|
21808
|
+
}
|
|
21809
|
+
html:not(#__):not(#___) .cadmin a.bg-cyan:hover, html:not(#__):not(#___) .cadmin a.bg-cyan:focus,
|
|
21810
|
+
html:not(#__):not(#___) .cadmin button.bg-cyan:hover,
|
|
21811
|
+
html:not(#__):not(#___) .cadmin button.bg-cyan:focus {
|
|
21812
|
+
background-color: #2cb6ff !important;
|
|
21813
|
+
}
|
|
21734
21814
|
html:not(#__):not(#___) .cadmin .bg-primary {
|
|
21735
21815
|
background-color: #0b5fff !important;
|
|
21736
21816
|
}
|
|
@@ -26164,6 +26244,66 @@ html:not(#__):not(#___) .cadmin .text-11 {
|
|
|
26164
26244
|
html:not(#__):not(#___) .cadmin .text-white {
|
|
26165
26245
|
color: #fff !important;
|
|
26166
26246
|
}
|
|
26247
|
+
html:not(#__):not(#___) .cadmin .text-blue {
|
|
26248
|
+
color: #4b9fff !important;
|
|
26249
|
+
}
|
|
26250
|
+
html:not(#__):not(#___) .cadmin a.text-blue:hover, html:not(#__):not(#___) .cadmin a.text-blue:focus {
|
|
26251
|
+
color: #0076fe !important;
|
|
26252
|
+
}
|
|
26253
|
+
html:not(#__):not(#___) .cadmin .text-indigo {
|
|
26254
|
+
color: #7785ff !important;
|
|
26255
|
+
}
|
|
26256
|
+
html:not(#__):not(#___) .cadmin a.text-indigo:hover, html:not(#__):not(#___) .cadmin a.text-indigo:focus {
|
|
26257
|
+
color: #2b40ff !important;
|
|
26258
|
+
}
|
|
26259
|
+
html:not(#__):not(#___) .cadmin .text-purple {
|
|
26260
|
+
color: #af78ff !important;
|
|
26261
|
+
}
|
|
26262
|
+
html:not(#__):not(#___) .cadmin a.text-purple:hover, html:not(#__):not(#___) .cadmin a.text-purple:focus {
|
|
26263
|
+
color: #822cff !important;
|
|
26264
|
+
}
|
|
26265
|
+
html:not(#__):not(#___) .cadmin .text-pink {
|
|
26266
|
+
color: #ff73c3 !important;
|
|
26267
|
+
}
|
|
26268
|
+
html:not(#__):not(#___) .cadmin a.text-pink:hover, html:not(#__):not(#___) .cadmin a.text-pink:focus {
|
|
26269
|
+
color: #ff27a2 !important;
|
|
26270
|
+
}
|
|
26271
|
+
html:not(#__):not(#___) .cadmin .text-red {
|
|
26272
|
+
color: #ff5f5f !important;
|
|
26273
|
+
}
|
|
26274
|
+
html:not(#__):not(#___) .cadmin a.text-red:hover, html:not(#__):not(#___) .cadmin a.text-red:focus {
|
|
26275
|
+
color: #ff1313 !important;
|
|
26276
|
+
}
|
|
26277
|
+
html:not(#__):not(#___) .cadmin .text-orange {
|
|
26278
|
+
color: #ffb46e !important;
|
|
26279
|
+
}
|
|
26280
|
+
html:not(#__):not(#___) .cadmin a.text-orange:hover, html:not(#__):not(#___) .cadmin a.text-orange:focus {
|
|
26281
|
+
color: #ff8c22 !important;
|
|
26282
|
+
}
|
|
26283
|
+
html:not(#__):not(#___) .cadmin .text-yellow {
|
|
26284
|
+
color: #ffd76e !important;
|
|
26285
|
+
}
|
|
26286
|
+
html:not(#__):not(#___) .cadmin a.text-yellow:hover, html:not(#__):not(#___) .cadmin a.text-yellow:focus {
|
|
26287
|
+
color: #ffc222 !important;
|
|
26288
|
+
}
|
|
26289
|
+
html:not(#__):not(#___) .cadmin .text-green {
|
|
26290
|
+
color: #9be169 !important;
|
|
26291
|
+
}
|
|
26292
|
+
html:not(#__):not(#___) .cadmin a.text-green:hover, html:not(#__):not(#___) .cadmin a.text-green:focus {
|
|
26293
|
+
color: #71d32a !important;
|
|
26294
|
+
}
|
|
26295
|
+
html:not(#__):not(#___) .cadmin .text-teal {
|
|
26296
|
+
color: #50d2a0 !important;
|
|
26297
|
+
}
|
|
26298
|
+
html:not(#__):not(#___) .cadmin a.text-teal:hover, html:not(#__):not(#___) .cadmin a.text-teal:focus {
|
|
26299
|
+
color: #2caa79 !important;
|
|
26300
|
+
}
|
|
26301
|
+
html:not(#__):not(#___) .cadmin .text-cyan {
|
|
26302
|
+
color: #5fc8ff !important;
|
|
26303
|
+
}
|
|
26304
|
+
html:not(#__):not(#___) .cadmin a.text-cyan:hover, html:not(#__):not(#___) .cadmin a.text-cyan:focus {
|
|
26305
|
+
color: #13aeff !important;
|
|
26306
|
+
}
|
|
26167
26307
|
html:not(#__):not(#___) .cadmin .text-primary {
|
|
26168
26308
|
color: #0b5fff !important;
|
|
26169
26309
|
}
|