@clayui/css 3.47.0 → 3.48.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
@@ -5122,6 +5122,12 @@ input[type=button].btn-block {
5122
5122
  bottom: -0.75rem;
5123
5123
  top: auto;
5124
5124
  }
5125
+ .sticker-outside.sticker-bottom-right.sticker-sm {
5126
+ bottom: -0.75rem;
5127
+ left: auto;
5128
+ right: -0.75rem;
5129
+ top: auto;
5130
+ }
5125
5131
  .sticker-outside.sticker-top-right.sticker-sm {
5126
5132
  left: auto;
5127
5133
  right: -0.75rem;
@@ -5141,6 +5147,12 @@ input[type=button].btn-block {
5141
5147
  bottom: -1.25rem;
5142
5148
  top: auto;
5143
5149
  }
5150
+ .sticker-outside.sticker-bottom-right.sticker-lg {
5151
+ bottom: -1.25rem;
5152
+ left: auto;
5153
+ right: -1.25rem;
5154
+ top: auto;
5155
+ }
5144
5156
  .sticker-outside.sticker-top-right.sticker-lg {
5145
5157
  left: auto;
5146
5158
  right: -1.25rem;
@@ -5160,6 +5172,12 @@ input[type=button].btn-block {
5160
5172
  bottom: -1.5rem;
5161
5173
  top: auto;
5162
5174
  }
5175
+ .sticker-outside.sticker-bottom-right.sticker-xl {
5176
+ bottom: -1.5rem;
5177
+ left: auto;
5178
+ right: -1.5rem;
5179
+ top: auto;
5180
+ }
5163
5181
  .sticker-outside.sticker-top-right.sticker-xl {
5164
5182
  left: auto;
5165
5183
  right: -1.5rem;
@@ -8541,10 +8559,10 @@ button.link-outline {
8541
8559
  margin-bottom: 1rem;
8542
8560
  }
8543
8561
  .clay-range-input[data-label-min]::before {
8544
- content: attr(data-label-min);
8562
+ content: '\FEFF' attr(data-label-min);
8545
8563
  }
8546
8564
  .clay-range-input[data-label-max]::after {
8547
- content: attr(data-label-max);
8565
+ content: '\FEFF' attr(data-label-max);
8548
8566
  right: 0;
8549
8567
  }
8550
8568
  .clay-range-input::after, .clay-range-input::before {
@@ -9151,10 +9169,10 @@ label.custom-control-label {
9151
9169
  background-color: #f1f2f5;
9152
9170
  }
9153
9171
  .custom-file-input:lang(en) ~ .custom-file-label::after {
9154
- content: "Browse";
9172
+ content: '\FEFF Browse';
9155
9173
  }
9156
9174
  .custom-file-input ~ .custom-file-label[data-browse]::after {
9157
- content: attr(data-browse);
9175
+ content: '\FEFF' attr(data-browse);
9158
9176
  }
9159
9177
 
9160
9178
  .custom-file-label {
@@ -9179,7 +9197,7 @@ label.custom-control-label {
9179
9197
  border-radius: 0 0.25rem 0.25rem 0;
9180
9198
  bottom: 0;
9181
9199
  color: #272833;
9182
- content: "Browse";
9200
+ content: '\FEFF Browse';
9183
9201
  display: block;
9184
9202
  height: 36px;
9185
9203
  line-height: 1.5;
@@ -12061,7 +12079,7 @@ label.custom-control-label {
12061
12079
  background-size: 0.875rem;
12062
12080
  }
12063
12081
  .multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
12064
- content: normal;
12082
+ content: none;
12065
12083
  }
12066
12084
  .multi-step-item.complete .multi-step-icon:active {
12067
12085
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='%23fff'/%3E%3C/svg%3E");
@@ -12170,8 +12188,8 @@ label.custom-control-label {
12170
12188
  outline: 0;
12171
12189
  text-decoration: none;
12172
12190
  }
12173
- .multi-step-icon[data-multi-step-icon]:before {
12174
- content: attr(data-multi-step-icon);
12191
+ .multi-step-icon[data-multi-step-icon]::before {
12192
+ content: '\FEFF' attr(data-multi-step-icon);
12175
12193
  height: 2rem;
12176
12194
  line-height: 2rem;
12177
12195
  text-align: center;
@@ -17956,6 +17974,12 @@ a.sheet-subtitle:focus {
17956
17974
  bottom: -0.75rem;
17957
17975
  top: auto;
17958
17976
  }
17977
+ .sidebar-list-group .sticker.sticker-outside.sticker-bottom-right {
17978
+ bottom: -0.75rem;
17979
+ left: auto;
17980
+ right: -0.75rem;
17981
+ top: auto;
17982
+ }
17959
17983
  .sidebar-list-group .sticker.sticker-outside.sticker-top-right {
17960
17984
  left: auto;
17961
17985
  right: -0.75rem;
@@ -20278,7 +20302,7 @@ caption {
20278
20302
  }
20279
20303
  }
20280
20304
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
20281
- content: attr(data-label-off);
20305
+ content: '\FEFF' attr(data-label-off);
20282
20306
  margin-left: 56px;
20283
20307
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
20284
20308
  white-space: nowrap;
@@ -20341,7 +20365,7 @@ caption {
20341
20365
  left: 28px;
20342
20366
  }
20343
20367
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle::after {
20344
- content: attr(data-label-on);
20368
+ content: '\FEFF' attr(data-label-on);
20345
20369
  }
20346
20370
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon {
20347
20371
  color: #fff;