@clayui/css 3.60.1 → 3.60.2
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/CHANGELOG.md +1950 -0
- package/LICENSES/BSD-3-Clause.txt +30 -0
- package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
- package/LICENSES/MIT.txt +19 -0
- package/lib/css/atlas.css +61 -9
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +60 -8
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +61 -16
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -3
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +24 -17
- package/src/scss/cadmin/components/_sidebar.scss +10 -10
- package/src/scss/cadmin/variables/_loaders.scss +1 -0
- package/src/scss/cadmin/variables/_sidebar.scss +137 -54
- package/src/scss/components/_sidebar.scss +10 -10
- package/src/scss/mixins/_panels.scss +282 -272
- package/src/scss/mixins/_sidebar.scss +293 -185
- package/src/scss/mixins/_stickers.scss +143 -134
- package/src/scss/variables/_loaders.scss +1 -0
- package/src/scss/variables/_sidebar.scss +123 -44
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.60.
|
|
3
|
+
* Clay 3.60.2
|
|
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.60.
|
|
19
|
+
* Clay 3.60.2
|
|
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>
|
|
@@ -15349,20 +15349,10 @@ html:not(#__):not(#___) .cadmin .sidebar-dd {
|
|
|
15349
15349
|
html:not(#__):not(#___) .cadmin .sidebar-light {
|
|
15350
15350
|
background-color: #fff;
|
|
15351
15351
|
border-color: #e7e7ed;
|
|
15352
|
-
border-bottom-width: 0;
|
|
15353
15352
|
border-left-width: 0;
|
|
15354
|
-
border-right-width: 0;
|
|
15355
|
-
border-top-width: 0;
|
|
15356
15353
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
15357
15354
|
color: #272833;
|
|
15358
15355
|
}
|
|
15359
|
-
html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title {
|
|
15360
|
-
font-size: 16px;
|
|
15361
|
-
}
|
|
15362
|
-
html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title[href],
|
|
15363
|
-
html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title [href] {
|
|
15364
|
-
color: #272833;
|
|
15365
|
-
}
|
|
15366
15356
|
html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-panel {
|
|
15367
15357
|
background-color: #f1f2f5;
|
|
15368
15358
|
}
|
|
@@ -15426,10 +15416,6 @@ html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar .navbar
|
|
|
15426
15416
|
}
|
|
15427
15417
|
html:not(#__):not(#___) .cadmin .sidebar-dark {
|
|
15428
15418
|
background-color: #272833;
|
|
15429
|
-
border-bottom-width: 0;
|
|
15430
|
-
border-left-width: 0;
|
|
15431
|
-
border-right-width: 0;
|
|
15432
|
-
border-top-width: 0;
|
|
15433
15419
|
color: #fff;
|
|
15434
15420
|
}
|
|
15435
15421
|
html:not(#__):not(#___) .cadmin .sidebar-dark .close {
|
|
@@ -15486,6 +15472,64 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:disabled:act
|
|
|
15486
15472
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.show {
|
|
15487
15473
|
color: #fff;
|
|
15488
15474
|
}
|
|
15475
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 {
|
|
15476
|
+
background-color: #393a4a;
|
|
15477
|
+
color: #fff;
|
|
15478
|
+
}
|
|
15479
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .close {
|
|
15480
|
+
color: #a7a9bc;
|
|
15481
|
+
}
|
|
15482
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .close:hover {
|
|
15483
|
+
color: #fff;
|
|
15484
|
+
}
|
|
15485
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title {
|
|
15486
|
+
color: inherit;
|
|
15487
|
+
}
|
|
15488
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title[href],
|
|
15489
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title [href] {
|
|
15490
|
+
color: inherit;
|
|
15491
|
+
}
|
|
15492
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle {
|
|
15493
|
+
color: inherit;
|
|
15494
|
+
}
|
|
15495
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
|
|
15496
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
|
|
15497
|
+
color: inherit;
|
|
15498
|
+
}
|
|
15499
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
15500
|
+
border-radius: 4px;
|
|
15501
|
+
color: #a7a9bc;
|
|
15502
|
+
transition: box-shadow 0.15s ease-in-out;
|
|
15503
|
+
}
|
|
15504
|
+
@media (prefers-reduced-motion: reduce) {
|
|
15505
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
15506
|
+
transition: none;
|
|
15507
|
+
}
|
|
15508
|
+
}
|
|
15509
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover {
|
|
15510
|
+
color: #fff;
|
|
15511
|
+
}
|
|
15512
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
15513
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
15514
|
+
outline: 0;
|
|
15515
|
+
}
|
|
15516
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
15517
|
+
color: #fff;
|
|
15518
|
+
}
|
|
15519
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.active {
|
|
15520
|
+
color: #fff;
|
|
15521
|
+
}
|
|
15522
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:disabled, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.disabled {
|
|
15523
|
+
box-shadow: none;
|
|
15524
|
+
color: #a7a9bc;
|
|
15525
|
+
opacity: 0.65;
|
|
15526
|
+
}
|
|
15527
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:disabled:active, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.disabled:active {
|
|
15528
|
+
pointer-events: none;
|
|
15529
|
+
}
|
|
15530
|
+
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.show {
|
|
15531
|
+
color: #fff;
|
|
15532
|
+
}
|
|
15489
15533
|
html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
|
|
15490
15534
|
transition: all 0.3s ease-in-out;
|
|
15491
15535
|
}
|
|
@@ -25247,6 +25291,7 @@ html:not(#__):not(#___) .cadmin .loading-animation {
|
|
|
25247
25291
|
height: 1em;
|
|
25248
25292
|
margin-left: auto;
|
|
25249
25293
|
margin-right: auto;
|
|
25294
|
+
overflow: hidden;
|
|
25250
25295
|
position: relative;
|
|
25251
25296
|
text-align: left;
|
|
25252
25297
|
vertical-align: middle;
|