@clayui/css 3.151.0 → 3.152.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.151.0
3
+ * Clay 3.152.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.151.0
19
+ * Clay 3.152.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>
@@ -10556,8 +10556,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
10556
10556
  border-top-width: 1px;
10557
10557
  display: flex;
10558
10558
  margin-bottom: 0;
10559
- padding-left: 5px;
10560
- padding-right: 5px;
10559
+ padding-left: 4px;
10560
+ padding-right: 4px;
10561
10561
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
10562
10562
  }
10563
10563
  @media (prefers-reduced-motion: reduce) {
@@ -10575,8 +10575,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn {
10575
10575
  height: 75%;
10576
10576
  justify-content: center;
10577
10577
  line-height: 1;
10578
- margin-left: 3px;
10579
- margin-right: 3px;
10578
+ margin-left: 4px;
10579
+ margin-right: 4px;
10580
10580
  padding-bottom: 0;
10581
10581
  padding-left: 8px;
10582
10582
  padding-right: 8px;
@@ -10613,6 +10613,10 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file
10613
10613
  html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file .btn {
10614
10614
  height: 100%;
10615
10615
  }
10616
+ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .sticker {
10617
+ margin-left: 12px;
10618
+ margin-right: 8px;
10619
+ }
10616
10620
  html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon {
10617
10621
  align-items: center;
10618
10622
  display: flex;