@clayui/css 3.56.0 → 3.57.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 +20 -12
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +13 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +14 -6
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-ca-ES-valencia.svg +13 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/flags-ca-ES-valencia.svg +13 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_multi-step-nav.scss +3 -1
- package/src/scss/cadmin/variables/_treeview.scss +12 -4
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_treeview.scss +12 -4
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.57.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.57.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>
|
|
@@ -18035,7 +18035,7 @@ html:not(#__):not(#___) .cadmin .treeview {
|
|
|
18035
18035
|
padding: 2px 0;
|
|
18036
18036
|
}
|
|
18037
18037
|
html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
|
|
18038
|
-
font-size:
|
|
18038
|
+
font-size: inherit;
|
|
18039
18039
|
height: 24px;
|
|
18040
18040
|
width: 24px;
|
|
18041
18041
|
}
|
|
@@ -18050,11 +18050,15 @@ html:not(#__):not(#___) .cadmin .treeview .custom-control {
|
|
|
18050
18050
|
margin-right: 4px;
|
|
18051
18051
|
margin-top: 1.5px;
|
|
18052
18052
|
}
|
|
18053
|
+
html:not(#__):not(#___) .cadmin .treeview .component-expander {
|
|
18054
|
+
font-size: 10px;
|
|
18055
|
+
}
|
|
18053
18056
|
html:not(#__):not(#___) .cadmin .treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
18054
18057
|
display: none;
|
|
18055
18058
|
}
|
|
18056
18059
|
html:not(#__):not(#___) .cadmin .treeview .component-action {
|
|
18057
18060
|
display: none;
|
|
18061
|
+
font-size: 16px;
|
|
18058
18062
|
margin-left: 2px;
|
|
18059
18063
|
margin-right: 2px;
|
|
18060
18064
|
}
|
|
@@ -18075,12 +18079,16 @@ html:not(#__):not(#___) .cadmin .treeview .component-action[aria-expanded=true],
|
|
|
18075
18079
|
background-color: transparent;
|
|
18076
18080
|
}
|
|
18077
18081
|
html:not(#__):not(#___) .cadmin .treeview .component-icon {
|
|
18078
|
-
display: inline;
|
|
18082
|
+
display: inline-block;
|
|
18083
|
+
font-size: 16px;
|
|
18079
18084
|
height: auto;
|
|
18080
|
-
margin
|
|
18081
|
-
|
|
18085
|
+
margin: auto 4px;
|
|
18086
|
+
vertical-align: middle;
|
|
18082
18087
|
width: auto;
|
|
18083
18088
|
}
|
|
18089
|
+
html:not(#__):not(#___) .cadmin .treeview .component-icon .lexicon-icon {
|
|
18090
|
+
display: block;
|
|
18091
|
+
}
|
|
18084
18092
|
html:not(#__):not(#___) .cadmin .treeview .component-text {
|
|
18085
18093
|
padding-bottom: 1.5px;
|
|
18086
18094
|
padding-left: 4px;
|