@clayui/css 3.69.0 → 3.70.1
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 +16 -17
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +20 -20
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_menubar.scss +20 -14
- package/src/scss/cadmin/variables/_menubar.scss +18 -20
- package/src/scss/components/_buttons.scss +2 -2
- package/src/scss/mixins/_buttons.scss +16 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.70.1
|
|
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>
|
|
@@ -12833,10 +12833,10 @@ label.custom-control-label {
|
|
|
12833
12833
|
}
|
|
12834
12834
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
12835
12835
|
color: #272833;
|
|
12836
|
-
background-color: rgba(
|
|
12836
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
12837
12837
|
}
|
|
12838
12838
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12839
|
-
background-color: rgba(
|
|
12839
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
12840
12840
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
12841
12841
|
color: #272833;
|
|
12842
12842
|
outline: 0;
|
|
@@ -12845,8 +12845,8 @@ label.custom-control-label {
|
|
|
12845
12845
|
color: rgba(0, 0, 0, 0.9);
|
|
12846
12846
|
}
|
|
12847
12847
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
12848
|
-
background-color:
|
|
12849
|
-
color: #
|
|
12848
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
12849
|
+
color: #272833;
|
|
12850
12850
|
font-weight: 600;
|
|
12851
12851
|
}
|
|
12852
12852
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -12863,16 +12863,15 @@ label.custom-control-label {
|
|
|
12863
12863
|
color: #272833;
|
|
12864
12864
|
}
|
|
12865
12865
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
12866
|
-
background-color:
|
|
12866
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
12867
12867
|
color: #1c1d25;
|
|
12868
12868
|
}
|
|
12869
12869
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12870
|
-
background-color:
|
|
12870
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
12871
12871
|
}
|
|
12872
12872
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
12873
12873
|
font-weight: 600;
|
|
12874
|
-
background-color:
|
|
12875
|
-
color: #0b5fff;
|
|
12874
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
12876
12875
|
}
|
|
12877
12876
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
12878
12877
|
background-color: transparent;
|
|
@@ -13032,10 +13031,10 @@ label.custom-control-label {
|
|
|
13032
13031
|
}
|
|
13033
13032
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
13034
13033
|
color: #272833;
|
|
13035
|
-
background-color: rgba(
|
|
13034
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
13036
13035
|
}
|
|
13037
13036
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13038
|
-
background-color: rgba(
|
|
13037
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
13039
13038
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
13040
13039
|
color: #272833;
|
|
13041
13040
|
outline: 0;
|
|
@@ -13044,8 +13043,8 @@ label.custom-control-label {
|
|
|
13044
13043
|
color: rgba(0, 0, 0, 0.9);
|
|
13045
13044
|
}
|
|
13046
13045
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
13047
|
-
background-color:
|
|
13048
|
-
color: #
|
|
13046
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
13047
|
+
color: #272833;
|
|
13049
13048
|
font-weight: 600;
|
|
13050
13049
|
}
|
|
13051
13050
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
@@ -13062,16 +13061,16 @@ label.custom-control-label {
|
|
|
13062
13061
|
color: #272833;
|
|
13063
13062
|
}
|
|
13064
13063
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
13065
|
-
background-color:
|
|
13064
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
13066
13065
|
color: #1c1d25;
|
|
13067
13066
|
}
|
|
13068
13067
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13069
|
-
background-color:
|
|
13068
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
13070
13069
|
}
|
|
13071
13070
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
13072
13071
|
font-weight: 600;
|
|
13073
|
-
background-color:
|
|
13074
|
-
color: #
|
|
13072
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
13073
|
+
color: #272833;
|
|
13075
13074
|
}
|
|
13076
13075
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
13077
13076
|
background-color: transparent;
|