@clayui/css 3.151.0 → 3.153.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.151.0
3
+ * Clay 3.153.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;
@@ -12185,8 +12196,8 @@ label.custom-control-label {
12185
12196
  border-top-width: 0.0625rem;
12186
12197
  display: flex;
12187
12198
  margin-bottom: 0;
12188
- padding-left: 5px;
12189
- padding-right: 5px;
12199
+ padding-left: 4px;
12200
+ padding-right: 4px;
12190
12201
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
12191
12202
  }
12192
12203
  @media (prefers-reduced-motion: reduce) {
@@ -12204,8 +12215,8 @@ label.custom-control-label {
12204
12215
  height: 75%;
12205
12216
  justify-content: center;
12206
12217
  line-height: 1;
12207
- margin-left: 0.1875rem;
12208
- margin-right: 0.1875rem;
12218
+ margin-left: 0.25rem;
12219
+ margin-right: 0.25rem;
12209
12220
  padding-bottom: 0;
12210
12221
  padding-left: 0.5rem;
12211
12222
  padding-right: 0.5rem;
@@ -12242,6 +12253,10 @@ label.custom-control-label {
12242
12253
  .input-group .input-group-inset-item .form-file .btn {
12243
12254
  height: 100%;
12244
12255
  }
12256
+ .input-group .input-group-inset-item .sticker {
12257
+ margin-left: 0.75rem;
12258
+ margin-right: 0.5rem;
12259
+ }
12245
12260
  .input-group .input-group-inset-icon {
12246
12261
  align-items: center;
12247
12262
  display: flex;