@clayui/css 3.139.1 → 3.142.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/lib/css/atlas.css +59 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +44 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +34 -16
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/pause.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/pause.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +19 -0
- package/src/scss/atlas/variables/_utilities.scss +1 -0
- package/src/scss/cadmin/components/_date-picker.scss +6 -0
- package/src/scss/cadmin/variables/_date-picker.scss +3 -3
- package/src/scss/cadmin/variables/_navs.scss +6 -0
- package/src/scss/cadmin/variables/_popovers.scss +0 -11
- package/src/scss/cadmin/variables/_sidebar.scss +25 -0
- package/src/scss/cadmin/variables/_utilities.scss +0 -3
- package/src/scss/functions/_lx-icons-generated.scss +1 -1
- package/src/scss/variables/_navs.scss +6 -0
- package/src/scss/variables/_popovers.scss +12 -10
- package/src/scss/variables/_sidebar.scss +20 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.142.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.
|
|
19
|
+
* Clay 3.142.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>
|
|
@@ -9421,6 +9421,32 @@ html:not(#__):not(#___) .cadmin .date-picker .input-group-text {
|
|
|
9421
9421
|
min-width: 24px;
|
|
9422
9422
|
}
|
|
9423
9423
|
}
|
|
9424
|
+
@media (max-width: 575.98px) {
|
|
9425
|
+
html:not(#__):not(#___) .cadmin .date-picker .clay-time .form-control {
|
|
9426
|
+
border-radius: 4px;
|
|
9427
|
+
font-size: 14px;
|
|
9428
|
+
height: 32px;
|
|
9429
|
+
line-height: 1.5;
|
|
9430
|
+
min-height: 32px;
|
|
9431
|
+
padding-bottom: 4px;
|
|
9432
|
+
padding-left: 12px;
|
|
9433
|
+
padding-right: 12px;
|
|
9434
|
+
padding-top: 4px;
|
|
9435
|
+
}
|
|
9436
|
+
}
|
|
9437
|
+
@media (max-width: 575.98px) {
|
|
9438
|
+
html:not(#__):not(#___) .cadmin .date-picker .clay-time .form-control {
|
|
9439
|
+
border-radius: 4px;
|
|
9440
|
+
font-size: 14px;
|
|
9441
|
+
height: 32px;
|
|
9442
|
+
line-height: 1.5;
|
|
9443
|
+
min-height: 32px;
|
|
9444
|
+
padding-bottom: 4px;
|
|
9445
|
+
padding-left: 12px;
|
|
9446
|
+
padding-right: 12px;
|
|
9447
|
+
padding-top: 4px;
|
|
9448
|
+
}
|
|
9449
|
+
}
|
|
9424
9450
|
html:not(#__):not(#___) .cadmin .date-picker-dropdown-menu {
|
|
9425
9451
|
max-height: none;
|
|
9426
9452
|
max-width: 352px;
|
|
@@ -12491,6 +12517,12 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link > .c-inner {
|
|
|
12491
12517
|
margin-bottom: -4.5px;
|
|
12492
12518
|
margin-top: -4.5px;
|
|
12493
12519
|
}
|
|
12520
|
+
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link .inline-item-before {
|
|
12521
|
+
margin-right: 4px;
|
|
12522
|
+
}
|
|
12523
|
+
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link .inline-item-after {
|
|
12524
|
+
margin-left: 4px;
|
|
12525
|
+
}
|
|
12494
12526
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-item {
|
|
12495
12527
|
margin-bottom: -1px;
|
|
12496
12528
|
}
|
|
@@ -15684,17 +15716,6 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover:focus {
|
|
|
15684
15716
|
outline: 0;
|
|
15685
15717
|
}
|
|
15686
15718
|
|
|
15687
|
-
html:not(#__):not(#___) .cadmin .popover-secondary {
|
|
15688
|
-
box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
|
|
15689
|
-
}
|
|
15690
|
-
html:not(#__):not(#___) .cadmin .popover-secondary .popover-header {
|
|
15691
|
-
background-color: transparent;
|
|
15692
|
-
border-color: transparent;
|
|
15693
|
-
padding-bottom: 0;
|
|
15694
|
-
}
|
|
15695
|
-
html:not(#__):not(#___) .cadmin .popover-secondary .close {
|
|
15696
|
-
color: #6b6c7e;
|
|
15697
|
-
}
|
|
15698
15719
|
html:not(#__):not(#___) .cadmin .bs-popover-bottom,
|
|
15699
15720
|
html:not(#__):not(#___) .cadmin .bs-popover-auto[x-placement^=bottom] {
|
|
15700
15721
|
margin-top: 4.8px;
|
|
@@ -20007,7 +20028,6 @@ html:not(#__):not(#___) .cadmin .close {
|
|
|
20007
20028
|
height: 32px;
|
|
20008
20029
|
justify-content: center;
|
|
20009
20030
|
line-height: 1;
|
|
20010
|
-
opacity: 1;
|
|
20011
20031
|
padding: 0;
|
|
20012
20032
|
text-align: center;
|
|
20013
20033
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -20027,13 +20047,11 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .close {
|
|
|
20027
20047
|
|
|
20028
20048
|
html:not(#__):not(#___) .cadmin .close:hover {
|
|
20029
20049
|
color: #272833;
|
|
20030
|
-
opacity: 1;
|
|
20031
20050
|
text-decoration: none;
|
|
20032
20051
|
}
|
|
20033
20052
|
html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
|
|
20034
20053
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .close:focus {
|
|
20035
20054
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
20036
|
-
opacity: 1;
|
|
20037
20055
|
outline: 0;
|
|
20038
20056
|
}
|
|
20039
20057
|
|