@clayui/css 3.47.0 → 3.50.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;
@@ -7313,8 +7331,23 @@ fieldset[disabled] label .form-control {
7313
7331
  margin-top: 0.3125rem;
7314
7332
  min-height: 1.5rem;
7315
7333
  font-size: 0.75rem;
7334
+ padding-bottom: 0.3125rem;
7335
+ padding-left: 0.5rem;
7336
+ padding-right: 0.5rem;
7337
+ padding-top: 0.3125rem;
7316
7338
  text-transform: none;
7317
7339
  }
7340
+ .form-control .label .label-item {
7341
+ margin-bottom: -0.0625rem;
7342
+ margin-top: -0.0625rem;
7343
+ }
7344
+ .form-control .label > .c-inner {
7345
+ margin-bottom: -0.3125rem;
7346
+ margin-left: -0.5rem;
7347
+ margin-right: -0.5rem;
7348
+ margin-top: -0.3125rem;
7349
+ }
7350
+
7318
7351
  fieldset[disabled] .form-control {
7319
7352
  background-color: #f1f2f5;
7320
7353
  border-color: #f1f2f5;
@@ -8541,10 +8574,10 @@ button.link-outline {
8541
8574
  margin-bottom: 1rem;
8542
8575
  }
8543
8576
  .clay-range-input[data-label-min]::before {
8544
- content: attr(data-label-min);
8577
+ content: '\FEFF' attr(data-label-min);
8545
8578
  }
8546
8579
  .clay-range-input[data-label-max]::after {
8547
- content: attr(data-label-max);
8580
+ content: '\FEFF' attr(data-label-max);
8548
8581
  right: 0;
8549
8582
  }
8550
8583
  .clay-range-input::after, .clay-range-input::before {
@@ -9151,10 +9184,10 @@ label.custom-control-label {
9151
9184
  background-color: #f1f2f5;
9152
9185
  }
9153
9186
  .custom-file-input:lang(en) ~ .custom-file-label::after {
9154
- content: "Browse";
9187
+ content: '\FEFF Browse';
9155
9188
  }
9156
9189
  .custom-file-input ~ .custom-file-label[data-browse]::after {
9157
- content: attr(data-browse);
9190
+ content: '\FEFF' attr(data-browse);
9158
9191
  }
9159
9192
 
9160
9193
  .custom-file-label {
@@ -9179,7 +9212,7 @@ label.custom-control-label {
9179
9212
  border-radius: 0 0.25rem 0.25rem 0;
9180
9213
  bottom: 0;
9181
9214
  color: #272833;
9182
- content: "Browse";
9215
+ content: '\FEFF Browse';
9183
9216
  display: block;
9184
9217
  height: 36px;
9185
9218
  line-height: 1.5;
@@ -12061,7 +12094,7 @@ label.custom-control-label {
12061
12094
  background-size: 0.875rem;
12062
12095
  }
12063
12096
  .multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
12064
- content: normal;
12097
+ content: none;
12065
12098
  }
12066
12099
  .multi-step-item.complete .multi-step-icon:active {
12067
12100
  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 +12203,8 @@ label.custom-control-label {
12170
12203
  outline: 0;
12171
12204
  text-decoration: none;
12172
12205
  }
12173
- .multi-step-icon[data-multi-step-icon]:before {
12174
- content: attr(data-multi-step-icon);
12206
+ .multi-step-icon[data-multi-step-icon]::before {
12207
+ content: '\FEFF' attr(data-multi-step-icon);
12175
12208
  height: 2rem;
12176
12209
  line-height: 2rem;
12177
12210
  text-align: center;
@@ -17956,6 +17989,12 @@ a.sheet-subtitle:focus {
17956
17989
  bottom: -0.75rem;
17957
17990
  top: auto;
17958
17991
  }
17992
+ .sidebar-list-group .sticker.sticker-outside.sticker-bottom-right {
17993
+ bottom: -0.75rem;
17994
+ left: auto;
17995
+ right: -0.75rem;
17996
+ top: auto;
17997
+ }
17959
17998
  .sidebar-list-group .sticker.sticker-outside.sticker-top-right {
17960
17999
  left: auto;
17961
18000
  right: -0.75rem;
@@ -18852,21 +18891,21 @@ caption {
18852
18891
  .table-list caption:first-child + thead tr:first-child th:first-child,
18853
18892
  .table-list caption:first-child + thead tr:first-child td:first-child,
18854
18893
  .table-list caption:first-child + thead tr:first-child .table-cell-start {
18855
- border-top-left-radius: 0.25rem;
18894
+ border-top-left-radius: calc(0.25rem - 0.0625rem);
18856
18895
  }
18857
18896
  .table-list thead:first-child tr:first-child th:last-child,
18858
18897
  .table-list thead:first-child tr:first-child td:last-child,
18859
- .table-list thead:first-child tr:first-child .table-cell-start,
18898
+ .table-list thead:first-child tr:first-child .table-cell-end,
18860
18899
  .table-list tbody:first-child tr:first-child th:last-child,
18861
18900
  .table-list tbody:first-child tr:first-child td:last-child,
18862
- .table-list tbody:first-child tr:first-child .table-cell-start,
18901
+ .table-list tbody:first-child tr:first-child .table-cell-end,
18863
18902
  .table-list tfoot:first-child tr:first-child th:last-child,
18864
18903
  .table-list tfoot:first-child tr:first-child td:last-child,
18865
- .table-list tfoot:first-child tr:first-child .table-cell-start,
18904
+ .table-list tfoot:first-child tr:first-child .table-cell-end,
18866
18905
  .table-list caption:first-child + thead tr:first-child th:last-child,
18867
18906
  .table-list caption:first-child + thead tr:first-child td:last-child,
18868
- .table-list caption:first-child + thead tr:first-child .table-cell-start {
18869
- border-top-right-radius: 0.25rem;
18907
+ .table-list caption:first-child + thead tr:first-child .table-cell-end {
18908
+ border-top-right-radius: calc(0.25rem - 0.0625rem);
18870
18909
  }
18871
18910
  .table-list thead td,
18872
18911
  .table-list thead th,
@@ -18887,7 +18926,7 @@ caption {
18887
18926
  .table-list tfoot:last-child tr:last-child th:first-child,
18888
18927
  .table-list tfoot:last-child tr:last-child td:first-child,
18889
18928
  .table-list tfoot:last-child tr:last-child .table-cell-start {
18890
- border-bottom-left-radius: 0.25rem;
18929
+ border-bottom-left-radius: calc(0.25rem - 0.0625rem);
18891
18930
  }
18892
18931
  .table-list thead:last-child tr:last-child th:last-child,
18893
18932
  .table-list thead:last-child tr:last-child td:last-child,
@@ -18898,10 +18937,12 @@ caption {
18898
18937
  .table-list tfoot:last-child tr:last-child th:last-child,
18899
18938
  .table-list tfoot:last-child tr:last-child td:last-child,
18900
18939
  .table-list tfoot:last-child tr:last-child .table-cell-end {
18901
- border-bottom-right-radius: 0.25rem;
18940
+ border-bottom-right-radius: calc(0.25rem - 0.0625rem);
18902
18941
  }
18903
18942
  .table-list thead {
18904
18943
  background-color: #fff;
18944
+ border-top-left-radius: calc(0.25rem - 0.0625rem);
18945
+ border-top-right-radius: calc(0.25rem - 0.0625rem);
18905
18946
  }
18906
18947
  .table-list thead td,
18907
18948
  .table-list thead th {
@@ -18909,6 +18950,8 @@ caption {
18909
18950
  }
18910
18951
  .table-list tbody {
18911
18952
  background-color: #fff;
18953
+ border-bottom-left-radius: calc(0.25rem - 0.0625rem);
18954
+ border-bottom-right-radius: calc(0.25rem - 0.0625rem);
18912
18955
  }
18913
18956
  .table-list tbody td,
18914
18957
  .table-list tbody th {
@@ -18924,16 +18967,16 @@ caption {
18924
18967
  vertical-align: middle;
18925
18968
  }
18926
18969
  .table-list .table-row-start .table-cell-start {
18927
- border-top-left-radius: 0.25rem;
18970
+ border-top-left-radius: calc(0.25rem - 0.0625rem);
18928
18971
  }
18929
18972
  .table-list .table-row-start .table-cell-end {
18930
- border-top-right-radius: 0.25rem;
18973
+ border-top-right-radius: calc(0.25rem - 0.0625rem);
18931
18974
  }
18932
18975
  .table-list .table-row-end .table-cell-start {
18933
- border-bottom-left-radius: 0.25rem;
18976
+ border-bottom-left-radius: calc(0.25rem - 0.0625rem);
18934
18977
  }
18935
18978
  .table-list .table-row-end .table-cell-end {
18936
- border-bottom-right-radius: 0.25rem;
18979
+ border-bottom-right-radius: calc(0.25rem - 0.0625rem);
18937
18980
  }
18938
18981
 
18939
18982
  .table-list.table-bordered thead th,
@@ -20278,7 +20321,7 @@ caption {
20278
20321
  }
20279
20322
  }
20280
20323
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
20281
- content: attr(data-label-off);
20324
+ content: '\FEFF' attr(data-label-off);
20282
20325
  margin-left: 56px;
20283
20326
  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
20327
  white-space: nowrap;
@@ -20341,7 +20384,7 @@ caption {
20341
20384
  left: 28px;
20342
20385
  }
20343
20386
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle::after {
20344
- content: attr(data-label-on);
20387
+ content: '\FEFF' attr(data-label-on);
20345
20388
  }
20346
20389
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon {
20347
20390
  color: #fff;