@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.
@@ -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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.152.0
19
+ * Clay 3.154.0
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>
@@ -4571,6 +4571,12 @@ html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-group:not(:first-chil
4571
4571
  html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced {
4572
4572
  width: 40px;
4573
4573
  }
4574
+ html:not(#__):not(#___) .cadmin .btn-group > .btn-dark:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-danger:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-warning:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-success:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-info:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-primary:not(:first-of-type) {
4575
+ border-left-color: #fff;
4576
+ }
4577
+ html:not(#__):not(#___) .cadmin .btn-group > .btn-dark:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-danger:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-warning:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-success:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-info:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-primary:not(:last-of-type) {
4578
+ border-right-color: #fff;
4579
+ }
4574
4580
  html:not(#__):not(#___) .cadmin .c-empty-state-animation {
4575
4581
  align-items: center;
4576
4582
  display: flex;
@@ -12576,9 +12582,11 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
12576
12582
  text-transform: uppercase;
12577
12583
  }
12578
12584
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon .collapse-icon-closed {
12585
+ font-size: 14px;
12579
12586
  top: calc(22px - 0.5em);
12580
12587
  }
12581
12588
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon .collapse-icon-open {
12589
+ font-size: 14px;
12582
12590
  top: calc(22px - 0.5em);
12583
12591
  }
12584
12592
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link .autofit-row {
@@ -12677,8 +12685,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
12677
12685
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
12678
12686
  border-radius: 4px;
12679
12687
  color: #6b6c7e;
12680
- letter-spacing: 0.016rem;
12681
- line-height: 1.25rem;
12688
+ letter-spacing: 0.32px;
12689
+ line-height: 24px;
12682
12690
  margin-bottom: 4px;
12683
12691
  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;
12684
12692
  }
@@ -12747,7 +12755,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12747
12755
  color: rgba(0, 0, 0, 0.3);
12748
12756
  box-shadow: none;
12749
12757
  font-weight: 400;
12750
- letter-spacing: 0.016rem;
12758
+ letter-spacing: 0.32px;
12751
12759
  }
12752
12760
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::before {
12753
12761
  content: none;
@@ -12936,7 +12944,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
12936
12944
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12937
12945
  border-radius: 4px;
12938
12946
  color: #6b6c7e;
12939
- letter-spacing: 0.016rem;
12947
+ letter-spacing: 0.32px;
12940
12948
  margin-bottom: 4px;
12941
12949
  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;
12942
12950
  }
@@ -13004,7 +13012,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
13004
13012
  color: rgba(0, 0, 0, 0.3);
13005
13013
  box-shadow: none;
13006
13014
  font-weight: 400;
13007
- letter-spacing: 0.016rem;
13015
+ letter-spacing: 0.32px;
13008
13016
  }
13009
13017
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::before {
13010
13018
  content: none;