@clayui/css 3.85.0 → 3.86.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 +5 -7
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +5 -7
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +4 -4
- 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 +2 -2
- package/src/scss/variables/_empty-state.scss +2 -4
- package/src/scss/variables/_utilities.scss +2 -2
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.86.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.86.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>
|
|
@@ -25608,10 +25608,10 @@ html:not(#__):not(#___) .cadmin .text-hide {
|
|
|
25608
25608
|
font: 0/0 a;
|
|
25609
25609
|
text-shadow: none;
|
|
25610
25610
|
}
|
|
25611
|
-
html:not(#__):not(#___) .cadmin .text-decoration-none {
|
|
25611
|
+
html:not(#__):not(#___) .cadmin .text-none, html:not(#__):not(#___) .cadmin .text-decoration-none {
|
|
25612
25612
|
text-decoration: none !important;
|
|
25613
25613
|
}
|
|
25614
|
-
html:not(#__):not(#___) .cadmin .text-decoration-underline {
|
|
25614
|
+
html:not(#__):not(#___) .cadmin .text-underline, html:not(#__):not(#___) .cadmin .text-decoration-underline {
|
|
25615
25615
|
text-decoration: underline !important;
|
|
25616
25616
|
}
|
|
25617
25617
|
html:not(#__):not(#___) .cadmin .text-break {
|