@clayui/css 3.88.0 → 3.89.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 +8 -44
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +8 -44
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +9 -14
- 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/_variables.scss +2 -0
- package/src/scss/atlas/_variables.scss +2 -0
- package/src/scss/atlas/variables/_c-root.scss +3 -0
- package/src/scss/atlas/variables/_globals.scss +1 -0
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/cadmin/variables/_buttons.scss +1 -1
- package/src/scss/cadmin/variables/_globals.scss +1 -10
- package/src/scss/cadmin/variables/_navigation-bar.scss +17 -1
- package/src/scss/cadmin/variables/_navs.scss +1 -1
- package/src/scss/components/_root.scss +17 -13
- package/src/scss/functions/_global-functions.scss +21 -0
- package/src/scss/variables/_buttons.scss +1 -1
- package/src/scss/variables/_c-root.scss +3 -0
- package/src/scss/variables/_globals.scss +1 -10
- package/src/scss/variables/_navigation-bar.scss +17 -1
- package/src/scss/variables/_navs.scss +1 -1
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.89.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.89.0
|
|
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>
|
|
@@ -258,16 +258,6 @@ html:not(#__):not(#___) .cadmin a:hover, html:not(#__):not(#___) .cadmin a.hover
|
|
|
258
258
|
color: #004ad7;
|
|
259
259
|
text-decoration: underline;
|
|
260
260
|
}
|
|
261
|
-
html:not(#__):not(#___) .cadmin a .inline-item-before {
|
|
262
|
-
margin-right: 4px;
|
|
263
|
-
}
|
|
264
|
-
html:not(#__):not(#___) .cadmin a .inline-item-middle {
|
|
265
|
-
margin-left: 4px;
|
|
266
|
-
margin-right: 4px;
|
|
267
|
-
}
|
|
268
|
-
html:not(#__):not(#___) .cadmin a .inline-item-after {
|
|
269
|
-
margin-left: 4px;
|
|
270
|
-
}
|
|
271
261
|
html:not(#__):not(#___) .cadmin pre,
|
|
272
262
|
html:not(#__):not(#___) .cadmin code,
|
|
273
263
|
html:not(#__):not(#___) .cadmin kbd,
|
|
@@ -976,7 +966,7 @@ html:not(#__):not(#___) .cadmin .btn .inline-item .lexicon-icon {
|
|
|
976
966
|
html:not(#__):not(#___) .cadmin .btn .btn-section {
|
|
977
967
|
display: block;
|
|
978
968
|
font-size: 11px;
|
|
979
|
-
font-weight:
|
|
969
|
+
font-weight: 600;
|
|
980
970
|
line-height: 1;
|
|
981
971
|
}
|
|
982
972
|
html:not(#__):not(#___) .cadmin fieldset:disabled a.btn {
|
|
@@ -10903,7 +10893,7 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
|
|
|
10903
10893
|
color: #272833;
|
|
10904
10894
|
}
|
|
10905
10895
|
html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
|
|
10906
|
-
background-color: #
|
|
10896
|
+
background-color: #528eff;
|
|
10907
10897
|
content: "";
|
|
10908
10898
|
height: 2px;
|
|
10909
10899
|
}
|
|
@@ -12868,6 +12858,11 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
|
|
|
12868
12858
|
color: #272833;
|
|
12869
12859
|
}
|
|
12870
12860
|
}
|
|
12861
|
+
@media (min-width: 768px) {
|
|
12862
|
+
html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
|
|
12863
|
+
background-color: #528eff;
|
|
12864
|
+
}
|
|
12865
|
+
}
|
|
12871
12866
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary {
|
|
12872
12867
|
background-color: #393a4a;
|
|
12873
12868
|
color: #fff;
|