@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.
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.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>
@@ -11524,8 +11524,8 @@ label.custom-control-label {
11524
11524
  border-top-width: 0.0625rem;
11525
11525
  display: flex;
11526
11526
  margin-bottom: 0;
11527
- padding-left: 5px;
11528
- padding-right: 5px;
11527
+ padding-left: 4px;
11528
+ padding-right: 4px;
11529
11529
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
11530
11530
  }
11531
11531
  @media (prefers-reduced-motion: reduce) {
@@ -11543,8 +11543,8 @@ label.custom-control-label {
11543
11543
  height: 75%;
11544
11544
  justify-content: center;
11545
11545
  line-height: 1;
11546
- margin-left: 0.1875rem;
11547
- margin-right: 0.1875rem;
11546
+ margin-left: 0.25rem;
11547
+ margin-right: 0.25rem;
11548
11548
  padding-bottom: 0;
11549
11549
  padding-left: 0.5rem;
11550
11550
  padding-right: 0.5rem;
@@ -11581,6 +11581,10 @@ label.custom-control-label {
11581
11581
  .input-group .input-group-inset-item .form-file .btn {
11582
11582
  height: 100%;
11583
11583
  }
11584
+ .input-group .input-group-inset-item .sticker {
11585
+ margin-left: 0.75rem;
11586
+ margin-right: 0.5rem;
11587
+ }
11584
11588
  .input-group .input-group-inset-icon {
11585
11589
  align-items: center;
11586
11590
  display: flex;