@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/base.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>
|
|
@@ -19963,7 +19963,7 @@ caption {
|
|
|
19963
19963
|
padding: 2px 0;
|
|
19964
19964
|
}
|
|
19965
19965
|
.treeview .btn-monospaced {
|
|
19966
|
-
font-size:
|
|
19966
|
+
font-size: inherit;
|
|
19967
19967
|
height: 24px;
|
|
19968
19968
|
width: 24px;
|
|
19969
19969
|
}
|
|
@@ -19978,11 +19978,15 @@ caption {
|
|
|
19978
19978
|
margin-right: 4px;
|
|
19979
19979
|
margin-top: 1.5px;
|
|
19980
19980
|
}
|
|
19981
|
+
.treeview .component-expander {
|
|
19982
|
+
font-size: 10px;
|
|
19983
|
+
}
|
|
19981
19984
|
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
19982
19985
|
display: none;
|
|
19983
19986
|
}
|
|
19984
19987
|
.treeview .component-action {
|
|
19985
19988
|
display: none;
|
|
19989
|
+
font-size: 16px;
|
|
19986
19990
|
margin-left: 2px;
|
|
19987
19991
|
margin-right: 2px;
|
|
19988
19992
|
}
|
|
@@ -20003,12 +20007,16 @@ caption {
|
|
|
20003
20007
|
background-color: transparent;
|
|
20004
20008
|
}
|
|
20005
20009
|
.treeview .component-icon {
|
|
20006
|
-
display: inline;
|
|
20010
|
+
display: inline-block;
|
|
20011
|
+
font-size: 16px;
|
|
20007
20012
|
height: auto;
|
|
20008
|
-
margin
|
|
20009
|
-
|
|
20013
|
+
margin: auto 4px;
|
|
20014
|
+
vertical-align: middle;
|
|
20010
20015
|
width: auto;
|
|
20011
20016
|
}
|
|
20017
|
+
.treeview .component-icon .lexicon-icon {
|
|
20018
|
+
display: block;
|
|
20019
|
+
}
|
|
20012
20020
|
.treeview .component-text {
|
|
20013
20021
|
padding-bottom: 1.5px;
|
|
20014
20022
|
padding-left: 4px;
|