@clayui/css 3.87.2 → 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 +11 -47
- 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 +13 -18
- 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/_list-group.scss +4 -2
- 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/_list-group.scss +4 -4
- 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 {
|
|
@@ -9370,6 +9360,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
|
|
|
9370
9360
|
border-radius: 1px;
|
|
9371
9361
|
color: #272833;
|
|
9372
9362
|
display: inline-block;
|
|
9363
|
+
text-decoration: underline;
|
|
9373
9364
|
transition: box-shadow 0.15s ease-in-out;
|
|
9374
9365
|
max-width: 100%;
|
|
9375
9366
|
}
|
|
@@ -9420,14 +9411,13 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
|
|
|
9420
9411
|
outline: 0;
|
|
9421
9412
|
}
|
|
9422
9413
|
html:not(#__):not(#___) .cadmin .list-group-text {
|
|
9423
|
-
color: #
|
|
9424
|
-
line-height: 1.45;
|
|
9414
|
+
color: #6b6c7e;
|
|
9425
9415
|
margin-bottom: 0;
|
|
9426
9416
|
}
|
|
9427
9417
|
html:not(#__):not(#___) .cadmin .list-group-text[href],
|
|
9428
9418
|
html:not(#__):not(#___) .cadmin .list-group-text [href] {
|
|
9429
9419
|
border-radius: 1px;
|
|
9430
|
-
color: #
|
|
9420
|
+
color: #6b6c7e;
|
|
9431
9421
|
display: inline-block;
|
|
9432
9422
|
max-width: 100%;
|
|
9433
9423
|
transition: box-shadow 0.15s ease-in-out;
|
|
@@ -9451,8 +9441,8 @@ html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
|
|
|
9451
9441
|
}
|
|
9452
9442
|
html:not(#__):not(#___) .cadmin .list-group-subtext {
|
|
9453
9443
|
color: #6b6c7e;
|
|
9454
|
-
line-height: 1.45;
|
|
9455
9444
|
margin-bottom: 0;
|
|
9445
|
+
margin-top: 8px;
|
|
9456
9446
|
}
|
|
9457
9447
|
html:not(#__):not(#___) .cadmin .list-group-subtext[href],
|
|
9458
9448
|
html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
|
|
@@ -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;
|