@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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.141.0
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.141.0
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;