@clayui/css 3.113.0 → 3.115.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.113.0
3
+ * Clay 3.115.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>
@@ -4587,6 +4587,14 @@ input[type=button].btn-block {
4587
4587
  flex-wrap: wrap;
4588
4588
  }
4589
4589
 
4590
+ .btn-group-spaced {
4591
+ align-items: center;
4592
+ column-gap: 0.5rem;
4593
+ display: inline-flex;
4594
+ flex-wrap: wrap;
4595
+ position: relative;
4596
+ }
4597
+
4590
4598
  .btn-group-nowrap {
4591
4599
  flex-wrap: nowrap;
4592
4600
  }
@@ -12227,10 +12235,10 @@ label.custom-control-label {
12227
12235
  flex-shrink: 0;
12228
12236
  flex-wrap: wrap;
12229
12237
  justify-content: flex-start;
12230
- padding-bottom: 0.75rem;
12231
- padding-left: 0.75rem;
12232
- padding-right: 0.75rem;
12233
- padding-top: 0.75rem;
12238
+ padding-bottom: 1rem;
12239
+ padding-left: 1.5rem;
12240
+ padding-right: 1.5rem;
12241
+ padding-top: 1rem;
12234
12242
  }
12235
12243
  .modal-footer > * {
12236
12244
  margin: 0 calc(0.5rem * 0.5);