@clayui/css 3.141.0 → 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 +7 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +7 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +34 -13
- 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/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/variables/_navs.scss +6 -0
- package/src/scss/variables/_popovers.scss +12 -10
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;
|