@clayui/css 3.152.0 → 3.154.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/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.152.0
3
+ * Clay 3.154.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>
@@ -4796,6 +4796,10 @@ input[type=button].btn-block {
4796
4796
  .btn-group > .btn-group:not(:first-child) {
4797
4797
  margin-left: -0.0625rem;
4798
4798
  }
4799
+ .btn-group > .btn::after {
4800
+ content: "";
4801
+ display: block;
4802
+ }
4799
4803
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
4800
4804
  .btn-group > .btn-group:not(:last-child) > .btn {
4801
4805
  border-bottom-right-radius: 0;
@@ -4906,6 +4910,13 @@ input[type=button].btn-block {
4906
4910
  position: absolute;
4907
4911
  }
4908
4912
 
4913
+ .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) {
4914
+ border-left-color: #fff;
4915
+ }
4916
+ .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) {
4917
+ border-right-color: #fff;
4918
+ }
4919
+
4909
4920
  .c-empty-state-animation {
4910
4921
  align-items: center;
4911
4922
  display: flex;
@@ -14462,9 +14473,11 @@ label.custom-control-label {
14462
14473
  text-transform: uppercase;
14463
14474
  }
14464
14475
  .menubar-primary .nav-link.collapse-icon .collapse-icon-closed {
14476
+ font-size: 0.875rem;
14465
14477
  top: calc(22px - 0.5em);
14466
14478
  }
14467
14479
  .menubar-primary .nav-link.collapse-icon .collapse-icon-open {
14480
+ font-size: 0.875rem;
14468
14481
  top: calc(22px - 0.5em);
14469
14482
  }
14470
14483
  .menubar-primary .nav-link .autofit-row {
@@ -14569,7 +14582,7 @@ label.custom-control-label {
14569
14582
  .menubar-vertical-expand-md.menubar-transparent .nav-link {
14570
14583
  border-radius: 0.25rem;
14571
14584
  color: #6b6c7e;
14572
- letter-spacing: 0.016rem;
14585
+ letter-spacing: 0.02rem;
14573
14586
  line-height: 1.25rem;
14574
14587
  margin-bottom: 0.25rem;
14575
14588
  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;
@@ -14637,7 +14650,7 @@ label.custom-control-label {
14637
14650
  color: rgba(0, 0, 0, 0.3);
14638
14651
  box-shadow: none;
14639
14652
  font-weight: 400;
14640
- letter-spacing: 0.016rem;
14653
+ letter-spacing: 0.02rem;
14641
14654
  }
14642
14655
  .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::before {
14643
14656
  content: none;
@@ -14828,7 +14841,7 @@ label.custom-control-label {
14828
14841
  .menubar-vertical-expand-lg.menubar-transparent .nav-link {
14829
14842
  border-radius: 0.25rem;
14830
14843
  color: #6b6c7e;
14831
- letter-spacing: 0.016rem;
14844
+ letter-spacing: 0.02rem;
14832
14845
  margin-bottom: 0.25rem;
14833
14846
  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;
14834
14847
  }
@@ -14894,7 +14907,7 @@ label.custom-control-label {
14894
14907
  color: rgba(0, 0, 0, 0.3);
14895
14908
  box-shadow: none;
14896
14909
  font-weight: 400;
14897
- letter-spacing: 0.016rem;
14910
+ letter-spacing: 0.02rem;
14898
14911
  }
14899
14912
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::before {
14900
14913
  content: none;