@clayui/css 3.153.0 → 3.156.6
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 +8 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +4 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +10 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/data-privacy.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/data-privacy.svg +10 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_menubar.scss +4 -4
- package/src/scss/cadmin/variables/_menubar.scss +7 -5
- package/src/scss/cadmin/variables/_treeview.scss +1 -0
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_menubar.scss +2 -0
- package/src/scss/variables/_treeview.scss +1 -0
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.156.6
|
|
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>
|
|
@@ -13648,9 +13648,11 @@ label.custom-control-label {
|
|
|
13648
13648
|
text-transform: uppercase;
|
|
13649
13649
|
}
|
|
13650
13650
|
.menubar-primary .nav-link.collapse-icon .collapse-icon-closed {
|
|
13651
|
+
font-size: 0.875rem;
|
|
13651
13652
|
top: calc(22px - 0.5em);
|
|
13652
13653
|
}
|
|
13653
13654
|
.menubar-primary .nav-link.collapse-icon .collapse-icon-open {
|
|
13655
|
+
font-size: 0.875rem;
|
|
13654
13656
|
top: calc(22px - 0.5em);
|
|
13655
13657
|
}
|
|
13656
13658
|
.menubar-primary .nav-link .autofit-row {
|
|
@@ -22375,6 +22377,7 @@ td.table-focus {
|
|
|
22375
22377
|
}
|
|
22376
22378
|
.treeview .component-expander {
|
|
22377
22379
|
font-size: 10px;
|
|
22380
|
+
padding: 6px 8px;
|
|
22378
22381
|
}
|
|
22379
22382
|
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
22380
22383
|
display: none;
|