@shuriken-ui/tailwind 4.0.0-alpha.5 → 4.0.0-alpha.7
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/README.md +55 -0
- package/lib/css/focus.css +2 -9
- package/lib/css/mark.css +0 -2
- package/lib/css/mask.css +0 -2
- package/lib/css/slimscroll.css +8 -5
- package/lib/index.css +8 -52
- package/lib/theme.css +40 -31
- package/package.json +2 -2
- package/lib/css/accordion.css +0 -175
- package/lib/css/autocomplete.css +0 -510
- package/lib/css/avatar-group.css +0 -137
- package/lib/css/avatar.css +0 -737
- package/lib/css/breadcrumb.css +0 -62
- package/lib/css/button-action.css +0 -107
- package/lib/css/button-close.css +0 -116
- package/lib/css/button-group.css +0 -235
- package/lib/css/button-icon.css +0 -96
- package/lib/css/button.css +0 -564
- package/lib/css/card.css +0 -68
- package/lib/css/checkbox.css +0 -98
- package/lib/css/dropdown-divider.css +0 -5
- package/lib/css/dropdown-item.css +0 -61
- package/lib/css/dropdown.css +0 -101
- package/lib/css/fullscreen-dropfile.css +0 -62
- package/lib/css/heading.css +0 -77
- package/lib/css/icon-box.css +0 -304
- package/lib/css/input-file-regular.css +0 -254
- package/lib/css/input-file.css +0 -223
- package/lib/css/input-help-text.css +0 -6
- package/lib/css/input-number.css +0 -468
- package/lib/css/input.css +0 -402
- package/lib/css/kbd.css +0 -93
- package/lib/css/label.css +0 -5
- package/lib/css/link.css +0 -7
- package/lib/css/list.css +0 -23
- package/lib/css/listbox.css +0 -510
- package/lib/css/message-text.css +0 -71
- package/lib/css/message.css +0 -243
- package/lib/css/modal.css +0 -50
- package/lib/css/pagination.css +0 -92
- package/lib/css/paragraph.css +0 -77
- package/lib/css/placeholder-page.css +0 -43
- package/lib/css/placeload.css +0 -11
- package/lib/css/progress-circle.css +0 -17
- package/lib/css/progress.css +0 -105
- package/lib/css/prose.css +0 -22
- package/lib/css/radio.css +0 -72
- package/lib/css/select.css +0 -403
- package/lib/css/snack.css +0 -100
- package/lib/css/switch-ball.css +0 -93
- package/lib/css/switch-thin.css +0 -75
- package/lib/css/tab-slider.css +0 -189
- package/lib/css/tabs.css +0 -173
- package/lib/css/tag.css +0 -311
- package/lib/css/text.css +0 -77
- package/lib/css/textarea.css +0 -227
- package/lib/css/theme-switch.css +0 -64
- package/lib/css/theme-toggle.css +0 -61
- package/lib/css/toast.css +0 -131
- package/lib/css/tooltip.css +0 -98
package/lib/css/input-number.css
DELETED
@@ -1,468 +0,0 @@
|
|
1
|
-
/* @utility nui-input-number */
|
2
|
-
|
3
|
-
@utility nui-input-number-wrapper {
|
4
|
-
@apply relative;
|
5
|
-
|
6
|
-
.nui-input-number-label, .nui-label-float {
|
7
|
-
@apply nui-label;
|
8
|
-
}
|
9
|
-
|
10
|
-
.nui-input-number-buttons > button {
|
11
|
-
@apply outline-none flex items-center justify-center;
|
12
|
-
@apply last:border-s-0;
|
13
|
-
@apply text-muted-400 enabled:hover:text-muted-600 dark:enabled:hover:text-muted-100;
|
14
|
-
@apply enabled:focus:text-muted-600 dark:enabled:focus:text-muted-100;
|
15
|
-
@apply transition-colors duration-300;
|
16
|
-
@apply disabled:cursor-not-allowed;
|
17
|
-
}
|
18
|
-
|
19
|
-
.nui-input-number-buttons svg {
|
20
|
-
@apply h-4 w-4;
|
21
|
-
}
|
22
|
-
|
23
|
-
.nui-input-number-buttons button {
|
24
|
-
@apply bg-white dark:bg-muted-800 enabled:hover:bg-white dark:enabled:hover:bg-muted-900;
|
25
|
-
@apply border border-muted-200 dark:border-muted-700 enabled:focus:bg-white dark:enabled:focus:bg-muted-900;
|
26
|
-
}
|
27
|
-
|
28
|
-
&:not(.nui-input-number-loading) {
|
29
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
30
|
-
@apply text-muted-300 dark:text-muted-600;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
&:not(.nui-has-icon).nui-input-number-sm {
|
35
|
-
.nui-input-number {
|
36
|
-
@apply h-8 py-1 text-xs leading-4 ps-2 pe-[3.75rem];
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
&:not(.nui-has-icon).nui-input-number-md {
|
41
|
-
.nui-input-number {
|
42
|
-
@apply h-10 py-2 text-sm leading-5 ps-3 pe-[4.75rem];
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
&:not(.nui-has-icon).nui-input-number-lg {
|
47
|
-
.nui-input-number {
|
48
|
-
@apply h-12 py-2 text-sm leading-5 ps-4 pe-24;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
|
52
|
-
&:not(.nui-has-icon).nui-input-number-xl {
|
53
|
-
.nui-input-number {
|
54
|
-
@apply h-14 py-2 text-base leading-5 ps-4 pe-24;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
&.nui-input-number-label-float:not(.nui-has-icon).nui-input-number-sm {
|
59
|
-
.nui-label-float {
|
60
|
-
@apply start-3 -ms-3 -mt-7 text-xs;
|
61
|
-
}
|
62
|
-
|
63
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
64
|
-
@apply !-ms-3 !-mt-7;
|
65
|
-
}
|
66
|
-
|
67
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
68
|
-
@apply ms-0 mt-0;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
|
72
|
-
&.nui-input-number-label-float:not(.nui-has-icon).nui-input-number-md {
|
73
|
-
.nui-label-float {
|
74
|
-
@apply start-3 -ms-3 -mt-8 text-xs;
|
75
|
-
}
|
76
|
-
|
77
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
78
|
-
@apply !-ms-3 !-mt-8 !text-xs;
|
79
|
-
}
|
80
|
-
|
81
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
82
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
83
|
-
}
|
84
|
-
}
|
85
|
-
|
86
|
-
&.nui-input-number-label-float:not(.nui-has-icon).nui-input-number-lg {
|
87
|
-
.nui-label-float {
|
88
|
-
@apply start-3 -ms-3 -mt-9 text-xs;
|
89
|
-
}
|
90
|
-
|
91
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
92
|
-
@apply !-ms-3 !-mt-9 !text-xs;
|
93
|
-
}
|
94
|
-
|
95
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
96
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
97
|
-
}
|
98
|
-
}
|
99
|
-
|
100
|
-
&.nui-input-number-label-float:not(.nui-has-icon).nui-input-number-xl {
|
101
|
-
.nui-label-float {
|
102
|
-
@apply start-3 -ms-3 -mt-10 text-xs;
|
103
|
-
}
|
104
|
-
|
105
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
106
|
-
@apply !-ms-3 !-mt-10 !text-xs;
|
107
|
-
}
|
108
|
-
|
109
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
110
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
111
|
-
}
|
112
|
-
}
|
113
|
-
}
|
114
|
-
@utility nui-label-float {
|
115
|
-
@apply h-5 absolute inline-flex items-center select-none pointer-events-none;
|
116
|
-
@apply font-sans text-primary-500 leading-none;
|
117
|
-
@apply transition-all duration-300;
|
118
|
-
}
|
119
|
-
@utility nui-input-number-outer {
|
120
|
-
@apply nui-focus relative;
|
121
|
-
}
|
122
|
-
@utility nui-input-number-icon {
|
123
|
-
@apply absolute start-0 top-0 z-10 flex items-center justify-center;
|
124
|
-
@apply text-muted-400 dark:text-muted-400;
|
125
|
-
@apply transition-colors duration-300;
|
126
|
-
}
|
127
|
-
@utility nui-input-number-buttons {
|
128
|
-
@apply absolute top-1 end-1 flex z-10;
|
129
|
-
}
|
130
|
-
@utility nui-input-number {
|
131
|
-
@apply nui-focus w-full font-sans disabled:cursor-not-allowed disabled:opacity-75;
|
132
|
-
@apply transition-all duration-300;
|
133
|
-
|
134
|
-
&:focus-visible ~ .nui-label-float {
|
135
|
-
@apply !text-primary-500 dark:!text-primary-500;
|
136
|
-
}
|
137
|
-
|
138
|
-
&:focus-visible ~ .nui-input-number-icon {
|
139
|
-
@apply !text-primary-500 dark:!text-primary-500;
|
140
|
-
}
|
141
|
-
|
142
|
-
&:disabled ~ .nui-input-number-icon {
|
143
|
-
@apply cursor-not-allowed opacity-75;
|
144
|
-
}
|
145
|
-
}
|
146
|
-
@utility nui-input-number-placeload {
|
147
|
-
@apply absolute start-0 top-0 flex w-full items-center px-4;
|
148
|
-
|
149
|
-
.nui-placeload {
|
150
|
-
@apply h-3 w-full max-w-[50%] rounded;
|
151
|
-
}
|
152
|
-
}
|
153
|
-
@utility nui-input-number-action {
|
154
|
-
@apply absolute end-0 top-0 flex items-center justify-center;
|
155
|
-
@apply text-muted-400 dark:text-muted-400;
|
156
|
-
@apply transition-colors duration-300;
|
157
|
-
}
|
158
|
-
@utility nui-input-number-rounded-sm {
|
159
|
-
.nui-input-number, .nui-input-number-outer {
|
160
|
-
@apply rounded-md;
|
161
|
-
}
|
162
|
-
|
163
|
-
.nui-input-number-buttons button {
|
164
|
-
@apply first:rounded-s-md;
|
165
|
-
@apply last:rounded-e-md;
|
166
|
-
}
|
167
|
-
}
|
168
|
-
@utility nui-input-number-rounded-md {
|
169
|
-
.nui-input-number, .nui-input-number-outer {
|
170
|
-
@apply rounded-lg;
|
171
|
-
}
|
172
|
-
|
173
|
-
.nui-input-number-buttons button {
|
174
|
-
@apply first:rounded-s-lg;
|
175
|
-
@apply last:rounded-e-lg;
|
176
|
-
}
|
177
|
-
}
|
178
|
-
@utility nui-input-number-rounded-lg {
|
179
|
-
.nui-input-number, .nui-input-number-outer {
|
180
|
-
@apply rounded-xl;
|
181
|
-
}
|
182
|
-
|
183
|
-
.nui-input-number-buttons button {
|
184
|
-
@apply first:rounded-s-xl;
|
185
|
-
@apply last:rounded-e-xl;
|
186
|
-
}
|
187
|
-
}
|
188
|
-
@utility nui-input-number-rounded-full {
|
189
|
-
.nui-input-number, .nui-input-number-outer {
|
190
|
-
@apply rounded-full;
|
191
|
-
}
|
192
|
-
|
193
|
-
.nui-input-number-buttons button {
|
194
|
-
@apply first:rounded-s-full;
|
195
|
-
@apply last:rounded-e-full;
|
196
|
-
}
|
197
|
-
}
|
198
|
-
@utility nui-input-number-sm {
|
199
|
-
.nui-input-number-label {
|
200
|
-
@apply pb-1 text-xs;
|
201
|
-
}
|
202
|
-
|
203
|
-
.nui-label-float {
|
204
|
-
@apply top-1.5;
|
205
|
-
}
|
206
|
-
|
207
|
-
.nui-input-number-icon, .nui-input-number-action {
|
208
|
-
@apply h-8 w-8;
|
209
|
-
|
210
|
-
.nui-input-number-icon-inner, .nui-input-number-action-inner {
|
211
|
-
@apply h-4 w-4;
|
212
|
-
}
|
213
|
-
}
|
214
|
-
|
215
|
-
.nui-input-number-placeload {
|
216
|
-
@apply h-8;
|
217
|
-
}
|
218
|
-
|
219
|
-
.nui-input-number-buttons button {
|
220
|
-
@apply h-6 w-6;
|
221
|
-
}
|
222
|
-
}
|
223
|
-
@utility nui-input-number-md {
|
224
|
-
.nui-input-number-label {
|
225
|
-
@apply pb-1 text-[0.825rem];
|
226
|
-
}
|
227
|
-
|
228
|
-
.nui-label-float {
|
229
|
-
@apply top-2.5;
|
230
|
-
}
|
231
|
-
|
232
|
-
.nui-input-number-icon, .nui-input-number-action {
|
233
|
-
@apply h-10 w-10;
|
234
|
-
|
235
|
-
.nui-input-number-icon-inner, .nui-input-number-action-inner {
|
236
|
-
@apply h-[1.15rem] w-[1.15rem];
|
237
|
-
}
|
238
|
-
}
|
239
|
-
|
240
|
-
.nui-input-number-placeload {
|
241
|
-
@apply h-10;
|
242
|
-
}
|
243
|
-
|
244
|
-
.nui-input-number-buttons button {
|
245
|
-
@apply h-8 w-8;
|
246
|
-
}
|
247
|
-
}
|
248
|
-
@utility nui-input-number-lg {
|
249
|
-
.nui-input-number-label {
|
250
|
-
@apply pb-1 text-sm;
|
251
|
-
}
|
252
|
-
|
253
|
-
.nui-label-float {
|
254
|
-
@apply top-3.5;
|
255
|
-
}
|
256
|
-
|
257
|
-
.nui-input-number-icon, .nui-input-number-action {
|
258
|
-
@apply h-12 w-12;
|
259
|
-
|
260
|
-
.nui-input-number-icon-inner, .nui-input-number-action-inner {
|
261
|
-
@apply h-5 w-5;
|
262
|
-
}
|
263
|
-
}
|
264
|
-
|
265
|
-
.nui-input-number-placeload {
|
266
|
-
@apply h-12;
|
267
|
-
}
|
268
|
-
|
269
|
-
.nui-input-number-buttons button {
|
270
|
-
@apply h-10 w-10;
|
271
|
-
}
|
272
|
-
}
|
273
|
-
@utility nui-input-number-xl {
|
274
|
-
.nui-input-number-label {
|
275
|
-
@apply pb-1 text-sm;
|
276
|
-
}
|
277
|
-
|
278
|
-
.nui-label-float {
|
279
|
-
@apply top-[1.1rem];
|
280
|
-
}
|
281
|
-
|
282
|
-
.nui-input-number-icon, .nui-input-number-action {
|
283
|
-
@apply h-14 w-14;
|
284
|
-
|
285
|
-
.nui-input-number-icon-inner, .nui-input-number-action-inner {
|
286
|
-
@apply h-5 w-5;
|
287
|
-
}
|
288
|
-
}
|
289
|
-
|
290
|
-
.nui-input-number-placeload {
|
291
|
-
@apply h-14;
|
292
|
-
}
|
293
|
-
|
294
|
-
.nui-input-number-buttons button {
|
295
|
-
@apply h-12 w-12;
|
296
|
-
}
|
297
|
-
}
|
298
|
-
@utility nui-input-number-default {
|
299
|
-
.nui-input-number {
|
300
|
-
@apply text-muted-600 dark:text-muted-200;
|
301
|
-
@apply placeholder:text-muted-300 dark:placeholder:text-muted-500;
|
302
|
-
@apply bg-white dark:bg-muted-900;
|
303
|
-
@apply border border-muted-300 dark:border-muted-700;
|
304
|
-
@apply hover:border-muted-300 dark:hover:border-muted-700;
|
305
|
-
}
|
306
|
-
|
307
|
-
.nui-input-number-buttons button {
|
308
|
-
@apply bg-white dark:bg-muted-800 enabled:hover:bg-muted-100 dark:enabled:hover:bg-muted-700;
|
309
|
-
@apply border border-muted-200 dark:border-muted-700 enabled:focus:bg-muted-100 dark:enabled:focus:bg-muted-800;
|
310
|
-
}
|
311
|
-
}
|
312
|
-
@utility nui-input-number-default-contrast {
|
313
|
-
.nui-input-number {
|
314
|
-
@apply text-muted-600 dark:text-muted-200;
|
315
|
-
@apply placeholder:text-muted-300 dark:placeholder:text-muted-600;
|
316
|
-
@apply bg-white dark:bg-muted-950;
|
317
|
-
@apply border border-muted-300 dark:border-muted-800;
|
318
|
-
@apply hover:border-muted-300 dark:hover:border-muted-800;
|
319
|
-
}
|
320
|
-
|
321
|
-
.nui-input-number-buttons button {
|
322
|
-
@apply bg-white dark:bg-muted-800 enabled:hover:bg-white dark:enabled:hover:bg-muted-900;
|
323
|
-
@apply border border-muted-200 dark:border-muted-700 enabled:focus:bg-white dark:enabled:focus:bg-muted-900;
|
324
|
-
}
|
325
|
-
}
|
326
|
-
@utility nui-input-number-muted {
|
327
|
-
.nui-input-number {
|
328
|
-
@apply text-muted-600 dark:text-muted-200;
|
329
|
-
@apply placeholder:text-muted-300 dark:placeholder:text-muted-500;
|
330
|
-
@apply bg-muted-100 dark:bg-muted-900;
|
331
|
-
@apply border border-muted-100 dark:border-muted-700;
|
332
|
-
@apply hover:border-muted-100 dark:hover:border-muted-700;
|
333
|
-
}
|
334
|
-
|
335
|
-
.nui-input-number-buttons button {
|
336
|
-
@apply bg-white dark:bg-muted-800 enabled:hover:bg-white dark:enabled:hover:bg-muted-800;
|
337
|
-
@apply border border-muted-200 dark:border-muted-700 enabled:focus:bg-white dark:enabled:focus:bg-muted-800;
|
338
|
-
}
|
339
|
-
}
|
340
|
-
@utility nui-input-number-muted-contrast {
|
341
|
-
.nui-input-number {
|
342
|
-
@apply text-muted-600 dark:text-muted-200;
|
343
|
-
@apply placeholder:text-muted-300 dark:placeholder:text-muted-600;
|
344
|
-
@apply bg-muted-100 dark:bg-muted-950;
|
345
|
-
@apply border border-muted-100 dark:border-muted-800;
|
346
|
-
@apply hover:border-muted-100 dark:hover:border-muted-800;
|
347
|
-
}
|
348
|
-
}
|
349
|
-
@utility nui-input-number-focus {
|
350
|
-
.nui-input-number {
|
351
|
-
@apply focus:!border-primary-500 dark:focus:!border-primary-500;
|
352
|
-
@apply focus:hover:!border-primary-500 dark:focus:hover:!border-primary-500;
|
353
|
-
}
|
354
|
-
}
|
355
|
-
@utility nui-input-number-loading {
|
356
|
-
.nui-input-number {
|
357
|
-
@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent;
|
358
|
-
}
|
359
|
-
|
360
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
361
|
-
@apply text-transparent;
|
362
|
-
}
|
363
|
-
|
364
|
-
.nui-input-number-icon {
|
365
|
-
@apply opacity-0;
|
366
|
-
}
|
367
|
-
}
|
368
|
-
@utility nui-input-number-label-float {
|
369
|
-
.nui-input-number {
|
370
|
-
@apply placeholder:text-transparent dark:placeholder:text-transparent;
|
371
|
-
}
|
372
|
-
}
|
373
|
-
@utility nui-input-number-error {
|
374
|
-
.nui-input-number {
|
375
|
-
@apply !border-danger-500 dark:!border-danger-500;
|
376
|
-
}
|
377
|
-
|
378
|
-
.nui-input-number-icon {
|
379
|
-
@apply !text-danger-500 dark:!text-danger-500;
|
380
|
-
}
|
381
|
-
}
|
382
|
-
@utility nui-has-icon {
|
383
|
-
.nui-input-number {
|
384
|
-
@apply h-8 py-1 text-xs leading-4 ps-8 pe-[3.75rem];
|
385
|
-
}
|
386
|
-
}
|
387
|
-
@utility nui-has-icon {
|
388
|
-
.nui-input-number {
|
389
|
-
@apply h-10 py-2 text-sm leading-5 ps-10 pe-[4.75rem];
|
390
|
-
}
|
391
|
-
}
|
392
|
-
@utility nui-has-icon {
|
393
|
-
.nui-input-number {
|
394
|
-
@apply h-12 py-2 text-sm leading-5 ps-11 pe-24;
|
395
|
-
}
|
396
|
-
}
|
397
|
-
@utility nui-has-icon {
|
398
|
-
.nui-input-number {
|
399
|
-
@apply h-14 py-2 text-base leading-5 ps-[3.25rem] pe-24;
|
400
|
-
}
|
401
|
-
}
|
402
|
-
@utility nui-has-action {
|
403
|
-
.nui-input-number {
|
404
|
-
@apply pe-8;
|
405
|
-
}
|
406
|
-
}
|
407
|
-
@utility nui-has-action {
|
408
|
-
.nui-input-number {
|
409
|
-
@apply pe-10;
|
410
|
-
}
|
411
|
-
}
|
412
|
-
@utility nui-has-action {
|
413
|
-
.nui-input-number {
|
414
|
-
@apply pe-12;
|
415
|
-
}
|
416
|
-
}
|
417
|
-
@utility nui-input-number-label-float {
|
418
|
-
.nui-label-float {
|
419
|
-
@apply start-8 -ms-8 -mt-7 text-xs;
|
420
|
-
}
|
421
|
-
|
422
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
423
|
-
@apply !-ms-8 !-mt-7;
|
424
|
-
}
|
425
|
-
|
426
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
427
|
-
@apply ms-0 mt-0;
|
428
|
-
}
|
429
|
-
}
|
430
|
-
@utility nui-input-number-label-float {
|
431
|
-
.nui-label-float {
|
432
|
-
@apply start-10 -ms-10 -mt-8 text-xs;
|
433
|
-
}
|
434
|
-
|
435
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
436
|
-
@apply !-ms-10 !-mt-8 !text-xs;
|
437
|
-
}
|
438
|
-
|
439
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
440
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
441
|
-
}
|
442
|
-
}
|
443
|
-
@utility nui-input-number-label-float {
|
444
|
-
.nui-label-float {
|
445
|
-
@apply start-11 -ms-10 -mt-9 text-xs;
|
446
|
-
}
|
447
|
-
|
448
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
449
|
-
@apply !-ms-10 !-mt-9 !text-xs;
|
450
|
-
}
|
451
|
-
|
452
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
453
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
454
|
-
}
|
455
|
-
}
|
456
|
-
@utility nui-input-number-label-float {
|
457
|
-
.nui-label-float {
|
458
|
-
@apply start-[3.25rem] -ms-[3.25rem] -mt-10 text-xs;
|
459
|
-
}
|
460
|
-
|
461
|
-
.nui-input-number:focus-visible ~ .nui-label-float {
|
462
|
-
@apply !-ms-[3.25rem] !-mt-10 !text-xs;
|
463
|
-
}
|
464
|
-
|
465
|
-
.nui-input-number:placeholder-shown ~ .nui-label-float {
|
466
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
467
|
-
}
|
468
|
-
}
|