@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/atlas.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>
|
|
@@ -14473,9 +14473,11 @@ label.custom-control-label {
|
|
|
14473
14473
|
text-transform: uppercase;
|
|
14474
14474
|
}
|
|
14475
14475
|
.menubar-primary .nav-link.collapse-icon .collapse-icon-closed {
|
|
14476
|
+
font-size: 0.875rem;
|
|
14476
14477
|
top: calc(22px - 0.5em);
|
|
14477
14478
|
}
|
|
14478
14479
|
.menubar-primary .nav-link.collapse-icon .collapse-icon-open {
|
|
14480
|
+
font-size: 0.875rem;
|
|
14479
14481
|
top: calc(22px - 0.5em);
|
|
14480
14482
|
}
|
|
14481
14483
|
.menubar-primary .nav-link .autofit-row {
|
|
@@ -14580,7 +14582,7 @@ label.custom-control-label {
|
|
|
14580
14582
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
14581
14583
|
border-radius: 0.25rem;
|
|
14582
14584
|
color: #6b6c7e;
|
|
14583
|
-
letter-spacing: 0.
|
|
14585
|
+
letter-spacing: 0.02rem;
|
|
14584
14586
|
line-height: 1.25rem;
|
|
14585
14587
|
margin-bottom: 0.25rem;
|
|
14586
14588
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -14648,7 +14650,7 @@ label.custom-control-label {
|
|
|
14648
14650
|
color: rgba(0, 0, 0, 0.3);
|
|
14649
14651
|
box-shadow: none;
|
|
14650
14652
|
font-weight: 400;
|
|
14651
|
-
letter-spacing: 0.
|
|
14653
|
+
letter-spacing: 0.02rem;
|
|
14652
14654
|
}
|
|
14653
14655
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::before {
|
|
14654
14656
|
content: none;
|
|
@@ -14839,7 +14841,7 @@ label.custom-control-label {
|
|
|
14839
14841
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
14840
14842
|
border-radius: 0.25rem;
|
|
14841
14843
|
color: #6b6c7e;
|
|
14842
|
-
letter-spacing: 0.
|
|
14844
|
+
letter-spacing: 0.02rem;
|
|
14843
14845
|
margin-bottom: 0.25rem;
|
|
14844
14846
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
14845
14847
|
}
|
|
@@ -14905,7 +14907,7 @@ label.custom-control-label {
|
|
|
14905
14907
|
color: rgba(0, 0, 0, 0.3);
|
|
14906
14908
|
box-shadow: none;
|
|
14907
14909
|
font-weight: 400;
|
|
14908
|
-
letter-spacing: 0.
|
|
14910
|
+
letter-spacing: 0.02rem;
|
|
14909
14911
|
}
|
|
14910
14912
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::before {
|
|
14911
14913
|
content: none;
|