@clayui/css 3.151.0 → 3.153.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/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.151.0
3
+ * Clay 3.153.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>
@@ -4603,6 +4603,10 @@ input[type=button].btn-block {
4603
4603
  .btn-group > .btn-group:not(:first-child) {
4604
4604
  margin-left: -0.0625rem;
4605
4605
  }
4606
+ .btn-group > .btn::after {
4607
+ content: "";
4608
+ display: block;
4609
+ }
4606
4610
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
4607
4611
  .btn-group > .btn-group:not(:last-child) > .btn {
4608
4612
  border-bottom-right-radius: 0;
@@ -4713,6 +4717,13 @@ input[type=button].btn-block {
4713
4717
  position: absolute;
4714
4718
  }
4715
4719
 
4720
+ .btn-group > .btn-dark:not(:first-of-type), .btn-group > .btn-danger:not(:first-of-type), .btn-group > .btn-warning:not(:first-of-type), .btn-group > .btn-success:not(:first-of-type), .btn-group > .btn-info:not(:first-of-type), .btn-group > .btn-primary:not(:first-of-type) {
4721
+ border-left-color: #fff;
4722
+ }
4723
+ .btn-group > .btn-dark:not(:last-of-type), .btn-group > .btn-danger:not(:last-of-type), .btn-group > .btn-warning:not(:last-of-type), .btn-group > .btn-success:not(:last-of-type), .btn-group > .btn-info:not(:last-of-type), .btn-group > .btn-primary:not(:last-of-type) {
4724
+ border-right-color: #fff;
4725
+ }
4726
+
4716
4727
  .c-empty-state-animation {
4717
4728
  align-items: center;
4718
4729
  display: flex;
@@ -11524,8 +11535,8 @@ label.custom-control-label {
11524
11535
  border-top-width: 0.0625rem;
11525
11536
  display: flex;
11526
11537
  margin-bottom: 0;
11527
- padding-left: 5px;
11528
- padding-right: 5px;
11538
+ padding-left: 4px;
11539
+ padding-right: 4px;
11529
11540
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
11530
11541
  }
11531
11542
  @media (prefers-reduced-motion: reduce) {
@@ -11543,8 +11554,8 @@ label.custom-control-label {
11543
11554
  height: 75%;
11544
11555
  justify-content: center;
11545
11556
  line-height: 1;
11546
- margin-left: 0.1875rem;
11547
- margin-right: 0.1875rem;
11557
+ margin-left: 0.25rem;
11558
+ margin-right: 0.25rem;
11548
11559
  padding-bottom: 0;
11549
11560
  padding-left: 0.5rem;
11550
11561
  padding-right: 0.5rem;
@@ -11581,6 +11592,10 @@ label.custom-control-label {
11581
11592
  .input-group .input-group-inset-item .form-file .btn {
11582
11593
  height: 100%;
11583
11594
  }
11595
+ .input-group .input-group-inset-item .sticker {
11596
+ margin-left: 0.75rem;
11597
+ margin-right: 0.5rem;
11598
+ }
11584
11599
  .input-group .input-group-inset-icon {
11585
11600
  align-items: center;
11586
11601
  display: flex;