@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/cadmin.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.70.1
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -10925,11 +10925,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10925
10925
|
}
|
|
10926
10926
|
}
|
|
10927
10927
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
10928
|
-
background-color: rgba(
|
|
10928
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10929
10929
|
color: #272833;
|
|
10930
10930
|
}
|
|
10931
10931
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
10932
|
-
background-color: rgba(
|
|
10932
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10933
10933
|
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
10934
10934
|
color: #272833;
|
|
10935
10935
|
outline: 0;
|
|
@@ -10938,8 +10938,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10938
10938
|
color: rgba(0, 0, 0, 0.9);
|
|
10939
10939
|
}
|
|
10940
10940
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
10941
|
-
background-color:
|
|
10942
|
-
color: #
|
|
10941
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
10942
|
+
color: #272833;
|
|
10943
10943
|
font-weight: 600;
|
|
10944
10944
|
}
|
|
10945
10945
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -10956,19 +10956,19 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10956
10956
|
color: #272833;
|
|
10957
10957
|
}
|
|
10958
10958
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
10959
|
-
background-color:
|
|
10960
|
-
color: #
|
|
10959
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10960
|
+
color: #272833;
|
|
10961
10961
|
}
|
|
10962
10962
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
10963
|
-
background-color:
|
|
10963
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10964
10964
|
}
|
|
10965
10965
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
10966
10966
|
background-color: #f0f5ff;
|
|
10967
10967
|
color: #272833;
|
|
10968
10968
|
}
|
|
10969
10969
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
10970
|
-
background-color:
|
|
10971
|
-
color: #
|
|
10970
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
10971
|
+
color: #272833;
|
|
10972
10972
|
font-weight: 600;
|
|
10973
10973
|
}
|
|
10974
10974
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -11121,11 +11121,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11121
11121
|
}
|
|
11122
11122
|
}
|
|
11123
11123
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
11124
|
-
background-color: rgba(
|
|
11124
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11125
11125
|
color: #272833;
|
|
11126
11126
|
}
|
|
11127
11127
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11128
|
-
background-color: rgba(
|
|
11128
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11129
11129
|
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
11130
11130
|
color: #272833;
|
|
11131
11131
|
outline: 0;
|
|
@@ -11134,8 +11134,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11134
11134
|
color: rgba(0, 0, 0, 0.9);
|
|
11135
11135
|
}
|
|
11136
11136
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11137
|
-
background-color:
|
|
11138
|
-
color: #
|
|
11137
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
11138
|
+
color: #272833;
|
|
11139
11139
|
font-weight: 600;
|
|
11140
11140
|
}
|
|
11141
11141
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
@@ -11152,19 +11152,19 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11152
11152
|
color: #272833;
|
|
11153
11153
|
}
|
|
11154
11154
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
11155
|
-
background-color:
|
|
11156
|
-
color: #
|
|
11155
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11156
|
+
color: #272833;
|
|
11157
11157
|
}
|
|
11158
11158
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11159
|
-
background-color:
|
|
11159
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11160
11160
|
}
|
|
11161
11161
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
11162
11162
|
background-color: #f0f5ff;
|
|
11163
11163
|
color: #272833;
|
|
11164
11164
|
}
|
|
11165
11165
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11166
|
-
background-color:
|
|
11167
|
-
color: #
|
|
11166
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
11167
|
+
color: #272833;
|
|
11168
11168
|
font-weight: 600;
|
|
11169
11169
|
}
|
|
11170
11170
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|