@clayui/css 3.153.0 → 3.154.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 +7 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +3 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +9 -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/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_menubar.scss +2 -0
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.154.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>
|
|
@@ -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 {
|