@fastkit/vui 0.13.3 → 0.13.5

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/dist/vui.css CHANGED
@@ -1,2607 +1,2249 @@
1
- /* src/styles/index.scss */
2
- @layer vui-normalize, vui-color-scheme, vue-loading, vui;
3
- @layer vui-normalize {
4
- *,
5
- *::before,
6
- *::after {
7
- box-sizing: border-box;
8
- }
9
- html {
10
- line-height: 1.15;
11
- -webkit-text-size-adjust: 100%;
12
- }
13
- body {
14
- margin: 0;
15
- }
16
- main {
17
- display: block;
18
- }
19
- h1 {
20
- margin: 0.67em 0;
21
- font-size: 2em;
22
- }
23
- hr {
24
- height: 0;
25
- overflow: visible;
26
- }
27
- pre {
28
- font-family: monospace, monospace;
29
- font-size: 1em;
30
- }
31
- a {
32
- background-color: transparent;
33
- }
34
- abbr[title] {
35
- text-decoration: underline;
36
- text-decoration: underline dotted;
37
- border-bottom: none;
38
- }
39
- b,
40
- strong {
41
- font-weight: bolder;
42
- }
43
- code,
44
- kbd,
45
- samp {
46
- font-family: monospace, monospace;
47
- font-size: 1em;
48
- }
49
- small {
50
- font-size: 80%;
51
- }
52
- sub,
53
- sup {
54
- position: relative;
55
- font-size: 75%;
56
- line-height: 0;
57
- vertical-align: baseline;
58
- }
59
- sub {
60
- bottom: -0.25em;
61
- }
62
- sup {
63
- top: -0.5em;
64
- }
65
- img {
66
- border-style: none;
67
- }
68
- button,
69
- input,
70
- optgroup,
71
- select,
72
- textarea {
73
- margin: 0;
74
- font-family: inherit;
75
- font-size: 100%;
76
- line-height: 1.15;
77
- color: inherit;
78
- }
79
- button,
80
- input {
81
- overflow: visible;
82
- }
83
- button,
84
- select {
85
- text-transform: none;
86
- }
87
- button,
88
- [type=button],
89
- [type=reset],
90
- [type=submit] {
91
- -webkit-appearance: button;
92
- }
93
- button::-moz-focus-inner,
94
- [type=button]::-moz-focus-inner,
95
- [type=reset]::-moz-focus-inner,
96
- [type=submit]::-moz-focus-inner {
97
- padding: 0;
98
- border-style: none;
99
- }
100
- button:-moz-focusring,
101
- [type=button]:-moz-focusring,
102
- [type=reset]:-moz-focusring,
103
- [type=submit]:-moz-focusring {
104
- outline: 1px dotted ButtonText;
105
- }
106
- fieldset {
107
- padding: 0.35em 0.75em 0.625em;
108
- }
109
- legend {
110
- display: table;
111
- max-width: 100%;
112
- padding: 0;
113
- color: inherit;
114
- white-space: normal;
115
- }
116
- progress {
117
- vertical-align: baseline;
118
- }
119
- textarea {
120
- overflow: auto;
121
- }
122
- [type=checkbox],
123
- [type=radio] {
124
- padding: 0;
125
- }
126
- [type=number]::-webkit-inner-spin-button,
127
- [type=number]::-webkit-outer-spin-button {
128
- height: auto;
129
- }
130
- [type=search] {
131
- -webkit-appearance: textfield;
132
- outline-offset: -2px;
133
- }
134
- [type=search]::-webkit-search-decoration {
135
- -webkit-appearance: none;
136
- }
137
- ::-webkit-file-upload-button {
138
- -webkit-appearance: button;
139
- font: inherit;
140
- }
141
- details {
142
- display: block;
143
- }
144
- summary {
145
- display: list-item;
146
- }
147
- template {
148
- display: none;
149
- }
150
- [hidden] {
151
- display: none;
152
- }
153
- button {
154
- background-color: transparent;
1
+ @layer vui-normalize, vui-color-scheme, vue-loading, vue-app-layout, vui;
2
+
3
+ @layer vui-normalize{
4
+ *,:after,:before{
5
+ box-sizing:border-box;
155
6
  }
156
- }
157
- @layer vui {
158
- :root {
159
- --root-em: 16px;
160
- --root-spacing: 8px;
161
- --transition-fast-out-slow-in: cubic-bezier(0.4, 0, 0.2, 1);
162
- --transition-linear-out-slow-in: cubic-bezier(0, 0, 0.2, 1);
163
- --transition-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1);
164
- --transition-ease-in-out: cubic-bezier(0.4, 0, 0.6, 1);
165
- --transition-fast-in-fast-out: cubic-bezier(0.25, 0.8, 0.25, 1);
166
- --transition-swing: cubic-bezier(0.25, 0.8, 0.5, 1);
167
- --transition-primary: var(--transition-swing);
168
- --transition-tab: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
169
- --transition-fade: 0.2s;
170
- --typo-fallback-font:
171
- -apple-system,
172
- BlinkMacSystemFont,
173
- "Segoe UI",
174
- Roboto,
175
- "Helvetica Neue",
176
- Arial,
177
- sans-serif;
178
- --type-emoji-font: "Apple Color Emoji", "Segoe UI Emoji";
179
- --typo-font:
180
- var(--typo-base-font),
181
- var(--typo-fallback-font),
182
- var(--type-emoji-font);
183
- --typo-base-size: 1rem;
184
- --typo-base-weight: 400;
185
- --typo-base-height: 1.5;
186
- --typo-base-spacing: 0em;
187
- --typo-medium-weight: 500;
188
- --typo-h1-family: inherit;
189
- --typo-h1-size: 2.5rem;
190
- --typo-h1-weight: 500;
191
- --typo-h1-height: 1.2222222222222223;
192
- --typo-h1-spacing: 0em;
193
- --typo-h1-margin: 16px 0;
194
- --typo-h1-color: var(--palette-heading);
195
- --typo-h2-family: inherit;
196
- --typo-h2-size: 1.875rem;
197
- --typo-h2-weight: 500;
198
- --typo-h2-height: 1.5;
199
- --typo-h2-spacing: 0em;
200
- --typo-h2-margin: 40px 0 10px;
201
- --typo-h2-color: var(--palette-heading);
202
- --typo-h3-family: inherit;
203
- --typo-h3-size: 1.25rem;
204
- --typo-h3-weight: 500;
205
- --typo-h3-height: 1.5;
206
- --typo-h3-spacing: 0em;
207
- --typo-h3-margin: 20px 0 10px;
208
- --typo-h3-color: var(--palette-heading);
209
- --typo-h4-family: inherit;
210
- --typo-h4-size: 1.25rem;
211
- --typo-h4-weight: 400;
212
- --typo-h4-height: 1.5;
213
- --typo-h4-spacing: 0em;
214
- --typo-h4-margin: 10px 0 16px;
215
- --typo-h4-color: var(--palette-heading);
216
- --typo-h5-family: inherit;
217
- --typo-h5-size: 0.875rem;
218
- --typo-h5-weight: 400;
219
- --typo-h5-height: 1.57;
220
- --typo-h5-spacing: 0em;
221
- --typo-h5-margin: 10px 0 16px;
222
- --typo-h5-color: var(--palette-heading);
223
- --typo-h6-family: inherit;
224
- --typo-h6-size: 0.67rem;
225
- --typo-h6-weight: 400;
226
- --typo-h6-height: 1.5;
227
- --typo-h6-spacing: 0em;
228
- --typo-h6-margin: 10px 0 16px;
229
- --typo-h6-color: var(--palette-heading);
230
- --typo-subtitle1-family: inherit;
231
- --typo-subtitle1-size: 1rem;
232
- --typo-subtitle1-weight: 400;
233
- --typo-subtitle1-height: 1.75;
234
- --typo-subtitle1-spacing: 0.00938em;
235
- --typo-subtitle2-family: inherit;
236
- --typo-subtitle2-size: 0.875rem;
237
- --typo-subtitle2-weight: 500;
238
- --typo-subtitle2-height: 1.57;
239
- --typo-subtitle2-spacing: 0.00714em;
240
- --typo-sm-size: calc(var(--root-em) * 0.875);
241
- --chip-padding: 0.875em;
242
- --chip-font-weight: var(--typo-base-weight);
243
- --chip-height-xs: 16px;
244
- --chip-font-size-xs: 10px;
245
- --chip-height-sm: 24px;
246
- --chip-font-size-sm: 12px;
247
- --chip-height-md: 32px;
248
- --chip-font-size-md: 14px;
249
- --chip-height-lg: 54px;
250
- --chip-font-size-lg: 16px;
251
- --chip-height-xl: 66px;
252
- --chip-font-size-xl: 18px;
253
- --control-field-rem-sm: 0.875rem;
254
- --control-field-rem-md: 1rem;
255
- --control-field-rem-lg: 1.125rem;
256
- --control-disabled-color: rgba(0, 0, 0, 0.38);
257
- --control-horizontal-margin: 0.5em;
258
- --control-field-radius: 2px;
259
- --control-field-fill-color: rgba(0, 0, 0, 0.06);
260
- --control-field-fill-hover-color: rgba(0, 0, 0, 0.09);
261
- --control-field-outline-color: rgba(114, 106, 106, 0.23);
262
- --control-field-outline-hover-color: rgba(0, 0, 0, 0.87);
263
- --control-field-bottom-color: rgba(0, 0, 0, 0.42);
264
- --control-field-bottom-hover-color: rgba(0, 0, 0, 0.87);
265
- --control-field-height: 2.25em;
266
- --control-field-line-height: 1.4375em;
267
- --control-field-letter-spacing: 0.00938em;
268
- --control-label-color: rgba(0, 0, 0, 0.6);
269
- --control-label-font-weight: 500;
270
- --control-label-font-size: 0.75em;
271
- --control-label-height: 1.4375em;
272
- --control-message-color: rgba(0, 0, 0, 0.6);
273
- --control-message-font-size: 0.75em;
274
- --control-message-horizontal-margin: calc(var(--root-spacing) * 0.5);
275
- --control-checkable-outer-size: 2em;
276
- --control-checkable-icon-size: 1em;
277
- --control-checkable-faux-scale: 1.2;
278
- --control-checkable-faux-margin: 0.2em;
279
- --control-checkable-base-color: rgba(0, 0, 0, 0.6);
280
- --control-switch-width: 3.625em;
281
- --control-switch-track-width: 2.125em;
282
- --control-switch-track-height: 0.875em;
283
- --wysiwyg-min-height-sm: 3em;
284
- --wysiwyg-min-height-md: 6em;
285
- --wysiwyg-min-height-lg: 9em;
286
- --wysiwyg-max-height-sm: 9em;
287
- --wysiwyg-max-height-md: 13em;
288
- --wysiwyg-max-height-lg: 16em;
289
- --shadow-key-umbra-opacity: rgba(0, 0, 0, 0.2);
290
- --shadow-key-penumbra-opacity: rgba(0, 0, 0, 0.14);
291
- --shadow-key-ambient-opacity: rgba(0, 0, 0, 0.12);
292
- --shadow-key-umbra-0: 0px 0px 0px 0px var(--shadow-key-umbra-opacity);
293
- --shadow-key-umbra-1: 0px 2px 1px -1px var(--shadow-key-umbra-opacity);
294
- --shadow-key-umbra-2: 0px 3px 1px -2px var(--shadow-key-umbra-opacity);
295
- --shadow-key-umbra-3: 0px 3px 3px -2px var(--shadow-key-umbra-opacity);
296
- --shadow-key-umbra-4: 0px 2px 4px -1px var(--shadow-key-umbra-opacity);
297
- --shadow-key-umbra-5: 0px 3px 5px -1px var(--shadow-key-umbra-opacity);
298
- --shadow-key-umbra-6: 0px 3px 5px -1px var(--shadow-key-umbra-opacity);
299
- --shadow-key-umbra-7: 0px 4px 5px -2px var(--shadow-key-umbra-opacity);
300
- --shadow-key-umbra-8: 0px 5px 5px -3px var(--shadow-key-umbra-opacity);
301
- --shadow-key-umbra-9: 0px 5px 6px -3px var(--shadow-key-umbra-opacity);
302
- --shadow-key-umbra-10: 0px 6px 6px -3px var(--shadow-key-umbra-opacity);
303
- --shadow-key-umbra-11: 0px 6px 7px -4px var(--shadow-key-umbra-opacity);
304
- --shadow-key-umbra-12: 0px 7px 8px -4px var(--shadow-key-umbra-opacity);
305
- --shadow-key-umbra-13: 0px 7px 8px -4px var(--shadow-key-umbra-opacity);
306
- --shadow-key-umbra-14: 0px 7px 9px -4px var(--shadow-key-umbra-opacity);
307
- --shadow-key-umbra-15: 0px 8px 9px -5px var(--shadow-key-umbra-opacity);
308
- --shadow-key-umbra-16: 0px 8px 10px -5px var(--shadow-key-umbra-opacity);
309
- --shadow-key-umbra-17: 0px 8px 11px -5px var(--shadow-key-umbra-opacity);
310
- --shadow-key-umbra-18: 0px 9px 11px -5px var(--shadow-key-umbra-opacity);
311
- --shadow-key-umbra-19: 0px 9px 12px -6px var(--shadow-key-umbra-opacity);
312
- --shadow-key-umbra-20: 0px 10px 13px -6px var(--shadow-key-umbra-opacity);
313
- --shadow-key-umbra-21: 0px 10px 13px -6px var(--shadow-key-umbra-opacity);
314
- --shadow-key-umbra-22: 0px 10px 14px -6px var(--shadow-key-umbra-opacity);
315
- --shadow-key-umbra-23: 0px 11px 14px -7px var(--shadow-key-umbra-opacity);
316
- --shadow-key-umbra-24: 0px 11px 15px -7px var(--shadow-key-umbra-opacity);
317
- --shadow-key-penumbra-0: 0px 0px 0px 0px var(--shadow-key-penumbra-opacity);
318
- --shadow-key-penumbra-1: 0px 1px 1px 0px var(--shadow-key-penumbra-opacity);
319
- --shadow-key-penumbra-2: 0px 2px 2px 0px var(--shadow-key-penumbra-opacity);
320
- --shadow-key-penumbra-3: 0px 3px 4px 0px var(--shadow-key-penumbra-opacity);
321
- --shadow-key-penumbra-4: 0px 4px 5px 0px var(--shadow-key-penumbra-opacity);
322
- --shadow-key-penumbra-5: 0px 5px 8px 0px var(--shadow-key-penumbra-opacity);
323
- --shadow-key-penumbra-6: 0px 6px 10px 0px var(--shadow-key-penumbra-opacity);
324
- --shadow-key-penumbra-7: 0px 7px 10px 1px var(--shadow-key-penumbra-opacity);
325
- --shadow-key-penumbra-8: 0px 8px 10px 1px var(--shadow-key-penumbra-opacity);
326
- --shadow-key-penumbra-9: 0px 9px 12px 1px var(--shadow-key-penumbra-opacity);
327
- --shadow-key-penumbra-10: 0px 10px 14px 1px var(--shadow-key-penumbra-opacity);
328
- --shadow-key-penumbra-11: 0px 11px 15px 1px var(--shadow-key-penumbra-opacity);
329
- --shadow-key-penumbra-12: 0px 12px 17px 2px var(--shadow-key-penumbra-opacity);
330
- --shadow-key-penumbra-13: 0px 13px 19px 2px var(--shadow-key-penumbra-opacity);
331
- --shadow-key-penumbra-14: 0px 14px 21px 2px var(--shadow-key-penumbra-opacity);
332
- --shadow-key-penumbra-15: 0px 15px 22px 2px var(--shadow-key-penumbra-opacity);
333
- --shadow-key-penumbra-16: 0px 16px 24px 2px var(--shadow-key-penumbra-opacity);
334
- --shadow-key-penumbra-17: 0px 17px 26px 2px var(--shadow-key-penumbra-opacity);
335
- --shadow-key-penumbra-18: 0px 18px 28px 2px var(--shadow-key-penumbra-opacity);
336
- --shadow-key-penumbra-19: 0px 19px 29px 2px var(--shadow-key-penumbra-opacity);
337
- --shadow-key-penumbra-20: 0px 20px 31px 3px var(--shadow-key-penumbra-opacity);
338
- --shadow-key-penumbra-21: 0px 21px 33px 3px var(--shadow-key-penumbra-opacity);
339
- --shadow-key-penumbra-22: 0px 22px 35px 3px var(--shadow-key-penumbra-opacity);
340
- --shadow-key-penumbra-23: 0px 23px 36px 3px var(--shadow-key-penumbra-opacity);
341
- --shadow-key-penumbra-24: 0px 24px 38px 3px var(--shadow-key-penumbra-opacity);
342
- --shadow-key-ambient-0: 0px 0px 0px 0px var(--shadow-key-ambient-opacity);
343
- --shadow-key-ambient-1: 0px 1px 3px 0px var(--shadow-key-ambient-opacity);
344
- --shadow-key-ambient-2: 0px 1px 5px 0px var(--shadow-key-ambient-opacity);
345
- --shadow-key-ambient-3: 0px 1px 8px 0px var(--shadow-key-ambient-opacity);
346
- --shadow-key-ambient-4: 0px 1px 10px 0px var(--shadow-key-ambient-opacity);
347
- --shadow-key-ambient-5: 0px 1px 14px 0px var(--shadow-key-ambient-opacity);
348
- --shadow-key-ambient-6: 0px 1px 18px 0px var(--shadow-key-ambient-opacity);
349
- --shadow-key-ambient-7: 0px 2px 16px 1px var(--shadow-key-ambient-opacity);
350
- --shadow-key-ambient-8: 0px 3px 14px 2px var(--shadow-key-ambient-opacity);
351
- --shadow-key-ambient-9: 0px 3px 16px 2px var(--shadow-key-ambient-opacity);
352
- --shadow-key-ambient-10: 0px 4px 18px 3px var(--shadow-key-ambient-opacity);
353
- --shadow-key-ambient-11: 0px 4px 20px 3px var(--shadow-key-ambient-opacity);
354
- --shadow-key-ambient-12: 0px 5px 22px 4px var(--shadow-key-ambient-opacity);
355
- --shadow-key-ambient-13: 0px 5px 24px 4px var(--shadow-key-ambient-opacity);
356
- --shadow-key-ambient-14: 0px 5px 26px 4px var(--shadow-key-ambient-opacity);
357
- --shadow-key-ambient-15: 0px 6px 28px 5px var(--shadow-key-ambient-opacity);
358
- --shadow-key-ambient-16: 0px 6px 30px 5px var(--shadow-key-ambient-opacity);
359
- --shadow-key-ambient-17: 0px 6px 32px 5px var(--shadow-key-ambient-opacity);
360
- --shadow-key-ambient-18: 0px 7px 34px 6px var(--shadow-key-ambient-opacity);
361
- --shadow-key-ambient-19: 0px 7px 36px 6px var(--shadow-key-ambient-opacity);
362
- --shadow-key-ambient-20: 0px 8px 38px 7px var(--shadow-key-ambient-opacity);
363
- --shadow-key-ambient-21: 0px 8px 40px 7px var(--shadow-key-ambient-opacity);
364
- --shadow-key-ambient-22: 0px 8px 42px 7px var(--shadow-key-ambient-opacity);
365
- --shadow-key-ambient-23: 0px 9px 44px 8px var(--shadow-key-ambient-opacity);
366
- --shadow-key-ambient-24: 0px 9px 46px 8px var(--shadow-key-ambient-opacity);
367
- --toolbar-height: var(--v-app-layout-vertial-fixed-height);
368
- --toolbar-dense-height: calc(var(--toolbar-height) * 0.8);
369
- --card-content-padding: 1rem;
370
- --card-actions-padding: 0.5rem;
371
- --pagination-item-radius: 2px;
372
- --pagination-item-font-size: var(--root-em);
373
- --pagination-item-size: calc(var(--root-em) * 2);
374
- --pagination-item-margin: calc(var(--root-em) * 0.5);
375
- --pagination-item-font-size-dense: calc( var(--pagination-item-font-size) * 0.625 );
376
- --pagination-item-size-dense: calc(var(--pagination-item-size) * 0.8125);
377
- --pagination-item-margin-dense: calc(var(--pagination-item-margin) * 0.75);
378
- --table-vertical-margin: calc(var(--root-em) * 1.25);
379
- --table-font-size: calc(var(--root-em) * 0.75);
380
- --table-caption-font-size: calc(var(--root-em) * 1);
381
- --table-caption-font-weight: regular;
382
- --table-caption-vertical-margin: calc(var(--root-em) * 0.625);
383
- --table-cell-height: calc(var(--root-em) * 3.125);
384
- --table-cell-vertial-padding: calc(var(--root-em) * 0.3125);
385
- --table-cell-horizontal-padding: calc(var(--root-em) * 1);
386
- --table-header-color: var(--palette-primary);
387
- --table-header-font-weight: 500;
388
- --tabs-height: calc(var(--root-em) * 3);
389
- --tabs-bar-height: calc(var(--root-em) * 0.375);
390
- --tabs-font-size: calc(var(--root-em) * 0.875);
391
- --breadcrumbs-font-size: var(--typo-sm-size);
392
- --list-tile-padding: calc(var(--root-em) * 0.625);
393
- }
394
- :root,
395
- [lang=en] {
396
- --typo-base-font: Roboto, "Noto Sans";
397
- }
398
- [lang=ja] {
399
- --typo-base-font: Roboto, "Noto Sans JP";
400
- }
401
- [lang=ko] {
402
- --typo-base-font: Roboto, "Noto Sans KR";
403
- }
404
- [lang=zh-cmn-Hant] {
405
- --typo-base-font: Roboto, "Noto Sans TC";
406
- }
407
- [lang=zh-cmn-Hans] {
408
- --typo-base-font: Roboto, "Noto Sans SC";
409
- }
410
- html {
411
- text-size-adjust: 100%;
412
- font-size: var(--root-em);
413
- text-rendering: optimizeLegibility;
414
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
415
- }
416
- body {
417
- font-family: var(--typo-base-family);
418
- font-size: var(--typo-base-size);
419
- font-weight: var(--typo-base-weight);
420
- line-height: var(--typo-base-height);
421
- letter-spacing: var(--typo-base-height);
422
- margin: var(--typo-base-margin);
423
- color: var(--typo-base-color);
424
- font-family: var(--typo-font);
425
- }
426
- h1 {
427
- font-family: var(--typo-h1-family);
428
- font-size: var(--typo-h1-size);
429
- font-weight: var(--typo-h1-weight);
430
- line-height: var(--typo-h1-height);
431
- letter-spacing: var(--typo-h1-height);
432
- margin: var(--typo-h1-margin);
433
- color: var(--typo-h1-color);
434
- }
435
- h2 {
436
- font-family: var(--typo-h2-family);
437
- font-size: var(--typo-h2-size);
438
- font-weight: var(--typo-h2-weight);
439
- line-height: var(--typo-h2-height);
440
- letter-spacing: var(--typo-h2-height);
441
- margin: var(--typo-h2-margin);
442
- color: var(--typo-h2-color);
443
- }
444
- h3 {
445
- font-family: var(--typo-h3-family);
446
- font-size: var(--typo-h3-size);
447
- font-weight: var(--typo-h3-weight);
448
- line-height: var(--typo-h3-height);
449
- letter-spacing: var(--typo-h3-height);
450
- margin: var(--typo-h3-margin);
451
- color: var(--typo-h3-color);
452
- }
453
- h4 {
454
- font-family: var(--typo-h4-family);
455
- font-size: var(--typo-h4-size);
456
- font-weight: var(--typo-h4-weight);
457
- line-height: var(--typo-h4-height);
458
- letter-spacing: var(--typo-h4-height);
459
- margin: var(--typo-h4-margin);
460
- color: var(--typo-h4-color);
461
- }
462
- h5 {
463
- font-family: var(--typo-h5-family);
464
- font-size: var(--typo-h5-size);
465
- font-weight: var(--typo-h5-weight);
466
- line-height: var(--typo-h5-height);
467
- letter-spacing: var(--typo-h5-height);
468
- margin: var(--typo-h5-margin);
469
- color: var(--typo-h5-color);
470
- }
471
- h6 {
472
- font-family: var(--typo-h6-family);
473
- font-size: var(--typo-h6-size);
474
- font-weight: var(--typo-h6-weight);
475
- line-height: var(--typo-h6-height);
476
- letter-spacing: var(--typo-h6-height);
477
- margin: var(--typo-h6-margin);
478
- color: var(--typo-h6-color);
479
- }
480
- .elevation-24 {
481
- box-shadow:
482
- var(--shadow-key-umbra-24),
483
- var(--shadow-key-penumbra-24),
484
- var(--shadow-key-ambient-24) !important;
485
- }
486
- .elevation-23 {
487
- box-shadow:
488
- var(--shadow-key-umbra-23),
489
- var(--shadow-key-penumbra-23),
490
- var(--shadow-key-ambient-23) !important;
491
- }
492
- .elevation-22 {
493
- box-shadow:
494
- var(--shadow-key-umbra-22),
495
- var(--shadow-key-penumbra-22),
496
- var(--shadow-key-ambient-22) !important;
497
- }
498
- .elevation-21 {
499
- box-shadow:
500
- var(--shadow-key-umbra-21),
501
- var(--shadow-key-penumbra-21),
502
- var(--shadow-key-ambient-21) !important;
503
- }
504
- .elevation-20 {
505
- box-shadow:
506
- var(--shadow-key-umbra-20),
507
- var(--shadow-key-penumbra-20),
508
- var(--shadow-key-ambient-20) !important;
509
- }
510
- .elevation-19 {
511
- box-shadow:
512
- var(--shadow-key-umbra-19),
513
- var(--shadow-key-penumbra-19),
514
- var(--shadow-key-ambient-19) !important;
515
- }
516
- .elevation-18 {
517
- box-shadow:
518
- var(--shadow-key-umbra-18),
519
- var(--shadow-key-penumbra-18),
520
- var(--shadow-key-ambient-18) !important;
521
- }
522
- .elevation-17 {
523
- box-shadow:
524
- var(--shadow-key-umbra-17),
525
- var(--shadow-key-penumbra-17),
526
- var(--shadow-key-ambient-17) !important;
527
- }
528
- .elevation-16 {
529
- box-shadow:
530
- var(--shadow-key-umbra-16),
531
- var(--shadow-key-penumbra-16),
532
- var(--shadow-key-ambient-16) !important;
533
- }
534
- .elevation-15 {
535
- box-shadow:
536
- var(--shadow-key-umbra-15),
537
- var(--shadow-key-penumbra-15),
538
- var(--shadow-key-ambient-15) !important;
539
- }
540
- .elevation-14 {
541
- box-shadow:
542
- var(--shadow-key-umbra-14),
543
- var(--shadow-key-penumbra-14),
544
- var(--shadow-key-ambient-14) !important;
545
- }
546
- .elevation-13 {
547
- box-shadow:
548
- var(--shadow-key-umbra-13),
549
- var(--shadow-key-penumbra-13),
550
- var(--shadow-key-ambient-13) !important;
551
- }
552
- .elevation-12 {
553
- box-shadow:
554
- var(--shadow-key-umbra-12),
555
- var(--shadow-key-penumbra-12),
556
- var(--shadow-key-ambient-12) !important;
557
- }
558
- .elevation-11 {
559
- box-shadow:
560
- var(--shadow-key-umbra-11),
561
- var(--shadow-key-penumbra-11),
562
- var(--shadow-key-ambient-11) !important;
563
- }
564
- .elevation-10 {
565
- box-shadow:
566
- var(--shadow-key-umbra-10),
567
- var(--shadow-key-penumbra-10),
568
- var(--shadow-key-ambient-10) !important;
569
- }
570
- .elevation-9 {
571
- box-shadow:
572
- var(--shadow-key-umbra-9),
573
- var(--shadow-key-penumbra-9),
574
- var(--shadow-key-ambient-9) !important;
575
- }
576
- .elevation-8 {
577
- box-shadow:
578
- var(--shadow-key-umbra-8),
579
- var(--shadow-key-penumbra-8),
580
- var(--shadow-key-ambient-8) !important;
581
- }
582
- .elevation-7 {
583
- box-shadow:
584
- var(--shadow-key-umbra-7),
585
- var(--shadow-key-penumbra-7),
586
- var(--shadow-key-ambient-7) !important;
587
- }
588
- .elevation-6 {
589
- box-shadow:
590
- var(--shadow-key-umbra-6),
591
- var(--shadow-key-penumbra-6),
592
- var(--shadow-key-ambient-6) !important;
593
- }
594
- .elevation-5 {
595
- box-shadow:
596
- var(--shadow-key-umbra-5),
597
- var(--shadow-key-penumbra-5),
598
- var(--shadow-key-ambient-5) !important;
599
- }
600
- .elevation-4 {
601
- box-shadow:
602
- var(--shadow-key-umbra-4),
603
- var(--shadow-key-penumbra-4),
604
- var(--shadow-key-ambient-4) !important;
605
- }
606
- .elevation-3 {
607
- box-shadow:
608
- var(--shadow-key-umbra-3),
609
- var(--shadow-key-penumbra-3),
610
- var(--shadow-key-ambient-3) !important;
611
- }
612
- .elevation-2 {
613
- box-shadow:
614
- var(--shadow-key-umbra-2),
615
- var(--shadow-key-penumbra-2),
616
- var(--shadow-key-ambient-2) !important;
617
- }
618
- .elevation-1 {
619
- box-shadow:
620
- var(--shadow-key-umbra-1),
621
- var(--shadow-key-penumbra-1),
622
- var(--shadow-key-ambient-1) !important;
623
- }
624
- .elevation-0 {
625
- box-shadow:
626
- var(--shadow-key-umbra-0),
627
- var(--shadow-key-penumbra-0),
628
- var(--shadow-key-ambient-0) !important;
629
- }
630
- code,
631
- kbd,
632
- pre,
633
- samp {
634
- font-family: monospace;
635
- }
636
- code {
637
- padding: 0.2em 0.4em;
638
- font-size: 85%;
639
- font-weight: 400;
640
- color: rgba(0, 0, 0, 0.87);
641
- background-color: rgba(0, 0, 0, 0.05);
642
- border-radius: 3px;
643
- }
644
- table {
645
- display: table;
646
- max-width: 100%;
647
- margin: var(--table-vertical-margin) 0;
648
- font-size: var(--table-font-size);
649
- border-collapse: collapse;
650
- border: 0;
651
- border-radius: 0;
652
- }
653
- caption {
654
- display: table-caption;
655
- width: 100%;
656
- padding: 0;
657
- margin: 0 0 var(--table-caption-vertical-margin);
658
- font-size: var(--table-caption-font-size);
659
- font-weight: var(--table-caption-font-weight);
660
- text-align: center;
661
- }
662
- th,
663
- td {
664
- height: var(--table-cell-height);
665
- padding: var(--table-cell-vertial-padding) var(--table-cell-horizontal-padding);
666
- text-align: left;
667
- vertical-align: middle;
668
- border: 0;
669
- }
670
- th {
671
- font-weight: var(--table-header-font-weight);
672
- color: var(--table-header-color);
673
- white-space: nowrap;
674
- }
675
- thead th {
676
- text-align: center;
677
- }
678
- .v-control--sm {
679
- --control-field-rem: var(--control-field-rem-sm);
680
- font-size: var(--control-field-rem);
681
- }
682
- .v-control--md {
683
- --control-field-rem: var(--control-field-rem-md);
684
- font-size: var(--control-field-rem);
685
- }
686
- .v-control--lg {
687
- --control-field-rem: var(--control-field-rem-lg);
688
- font-size: var(--control-field-rem);
689
- }
690
- .wysiwyg > h1:first-child,
691
- .wysiwyg h2:first-child,
692
- .wysiwyg h3:first-child,
693
- .wysiwyg h4:first-child,
694
- .wysiwyg h5:first-child,
695
- .wysiwyg h6:first-child,
696
- .wysiwyg p:first-child,
697
- .wysiwyg ul:first-child,
698
- .wysiwyg ol:first-child,
699
- .wysiwyg table:first-child {
700
- margin-top: 0;
701
- }
702
- .wysiwyg > h1:last-child,
703
- .wysiwyg h2:last-child,
704
- .wysiwyg h3:last-child,
705
- .wysiwyg h4:last-child,
706
- .wysiwyg h5:last-child,
707
- .wysiwyg h6:last-child,
708
- .wysiwyg p:last-child,
709
- .wysiwyg ul:last-child,
710
- .wysiwyg ol:last-child,
711
- .wysiwyg table:last-child {
712
- margin-bottom: 0;
713
- }
714
- .wysiwyg p {
715
- margin: 0;
7
+ html{
8
+ -webkit-text-size-adjust:100%;
9
+ line-height:1.15;
716
10
  }
717
- }
718
-
719
- /* src/composables/form-selector.scss */
720
- @layer vui {
721
- .v-form-selector__body {
722
- display: block;
723
- }
724
- .v-form-selector__placeholder {
725
- display: flex;
726
- align-items: center;
727
- margin-top: 8px;
728
- font-style: italic;
729
- opacity: 0.5;
730
- }
731
- .v-form-selector__placeholder--error {
732
- color: var(--main-color);
733
- opacity: 1;
734
- }
735
- .v-form-selector--stacked .v-form-selector__body {
736
- display: flex;
737
- flex-direction: column;
738
- align-items: flex-start;
11
+ body{
12
+ margin:0;
739
13
  }
740
- }
741
-
742
- /* src/components/VFormControl/VFormControl.scss */
743
- @layer vui {
744
- .v-form-control {
745
- display: flex;
746
- flex-direction: column;
747
- max-width: 100%;
748
- margin: var(--control-horizontal-margin) 0;
749
- --my-label-color: var(--control-label-color);
750
- --my-message-color: var(--control-message-color);
751
- }
752
- .v-form-control--invalid:not(.v-form-control--readonly) {
753
- --my-label-color: var(--main-color);
754
- --my-message-color: var(--main-color);
755
- }
756
- .v-form-control--disabled {
757
- --my-label-color: var(--control-disabled-color);
758
- --my-message-color: var(--control-disabled-color);
759
- }
760
- .v-form-control__label {
761
- display: flex;
762
- align-items: center;
763
- align-self: flex-start;
764
- font-size: var(--control-label-font-size);
765
- font-weight: var(--control-label-font-weight);
766
- line-height: var(--control-label-height);
767
- color: var(--my-label-color);
768
- letter-spacing: 0.00938em;
769
- }
770
- .v-form-control__label__hinttip {
771
- display: inline-flex;
772
- align-items: center;
773
- margin-top: -0.2em;
774
- margin-left: 0.6em;
775
- font-size: 80%;
776
- line-height: 1;
777
- color: inherit;
778
- text-decoration: none;
779
- letter-spacing: normal;
780
- cursor: pointer;
781
- }
782
- .v-form-control__label__hinttip__icon {
783
- position: relative;
784
- display: flex;
785
- align-items: center;
786
- justify-content: center;
787
- font-size: 120%;
788
- text-decoration: none !important;
789
- }
790
- .v-form-control__label__hinttip:hover .v-form-control__label__hinttip__icon::before,
791
- .v-form-control__label__hinttip:focus .v-form-control__label__hinttip__icon::before {
792
- opacity: 0.1;
793
- }
794
- .v-form-control__label__hinttip__hint {
795
- font-size: calc(var(--root-em) * 0.75);
796
- }
797
- .v-form-control__info {
798
- display: flex;
799
- padding-top: 3px;
800
- }
801
- .v-form-control__message,
802
- .v-form-control__appends {
803
- margin: 0 var(--control-message-horizontal-margin);
804
- font-size: var(--control-message-font-size);
805
- line-height: 1.66;
806
- color: var(--my-message-color);
807
- }
808
- .v-form-control__message {
809
- flex: 1 0;
810
- }
811
- .v-form-control__appends {
812
- flex: 0 1;
813
- margin-left: auto;
14
+ main{
15
+ display:block;
814
16
  }
815
- }
816
-
817
- /* src/components/VIcon/VIcon.scss */
818
- @layer vui {
819
- .v-icon {
820
- display: inline-flex;
821
- align-items: center;
822
- justify-content: center;
823
- width: 1.25em;
824
- aspect-ratio: 1/1;
825
- user-select: none;
826
- }
827
- .v-icon--clickable {
828
- cursor: pointer;
829
- }
830
- .v-icon__body {
831
- display: inline-flex;
832
- align-items: center;
833
- justify-content: center;
834
- transition: transform 150ms linear;
17
+ h1{
18
+ font-size:2em;
19
+ margin:.67em 0;
835
20
  }
836
- }
837
-
838
- /* src/components/VSkeltonLoader/VSkeltonLoaderBone.scss */
839
- @layer vui {
840
- .v-skelton-loader-bone {
841
- position: relative;
842
- overflow: hidden;
843
- cursor: progress;
844
- background: rgba(0, 0, 0, 0.12);
845
- border-radius: inherit;
846
- }
847
- .v-skelton-loader-bone::after {
848
- position: absolute;
849
- top: 0;
850
- right: 0;
851
- left: 0;
852
- z-index: 1;
853
- height: 100%;
854
- content: "";
855
- background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0));
856
- transform: translateX(-100%);
857
- animation: v-skelton-loader-bone-loading 1.5s infinite;
21
+ hr{
22
+ height:0;
23
+ overflow:visible;
858
24
  }
859
- }
860
- @keyframes v-skelton-loader-bone-loading {
861
- 100% {
862
- transform: translateX(100%);
25
+ pre{
26
+ font-family:monospace,monospace;
27
+ font-size:1em;
863
28
  }
864
- }
865
-
866
- /* src/components/VBusyImage/VBusyImage.scss */
867
- @layer vui {
868
- .v-busy-image {
869
- position: relative;
870
- display: inline-block;
871
- max-width: 100%;
872
- vertical-align: bottom;
873
- }
874
- .v-busy-image--clickable {
875
- cursor: pointer;
876
- }
877
- .v-busy-image--cover {
878
- background-repeat: no-repeat;
879
- background-position: center;
880
- background-size: cover;
881
- }
882
- .v-busy-image--loading::before {
883
- position: absolute;
884
- inset: 0;
885
- display: block;
886
- content: "";
887
- background: rgba(0, 0, 0, 0.1);
888
- animation: v-tiny-image-blink normal 1.5s infinite ease-in-out;
889
- }
890
- .v-busy-image__node {
891
- position: relative;
892
- display: inline-block;
893
- max-width: 100%;
894
- vertical-align: bottom;
895
- }
896
- .v-busy-image__slot {
897
- position: absolute;
898
- top: 0;
899
- left: 0;
900
- width: 100%;
901
- height: 100%;
902
- pointer-events: none;
903
- }
904
- @keyframes v-tiny-image-blink {
905
- 0% {
906
- opacity: 1;
907
- }
908
- 50% {
909
- opacity: 0;
910
- }
911
- 100% {
912
- opacity: 1;
913
- }
29
+ a{
30
+ background-color:transparent;
914
31
  }
915
- }
916
-
917
- /* src/components/VGrid/VGridItem.scss */
918
- @layer vui {
919
- .v-grid-item {
920
- display: block;
32
+ abbr[title]{
33
+ border-bottom:none;
34
+ text-decoration:underline;
35
+ text-decoration:underline dotted;
921
36
  }
922
- }
923
-
924
- /* src/components/VGrid/VGridContainer.scss */
925
- @layer vui {
926
- .v-grid-container {
927
- display: flex;
928
- flex-wrap: wrap;
37
+ b,strong{
38
+ font-weight:bolder;
929
39
  }
930
- }
931
-
932
- /* src/components/VPaper/VPaper.scss */
933
- @layer vui {
934
- .v-paper {
935
- --paper-radius: var(--control-field-radius);
936
- display: block;
937
- color: var(--paper-text-color);
938
- background-color: var(--paper-background--color);
939
- border-radius: var(--paper-radius);
940
- }
941
- .v-paper--plain {
942
- --paper-background--color: var(--palette-background);
943
- --paper-text-color: inherit;
944
- --paper-link-color: var(--link-color);
945
- }
946
- .v-paper--has-color {
947
- --paper-background--color: var(--main-color);
948
- --paper-text-color: var(--text-color);
949
- --paper-link-color: var(--nav-color);
950
- }
951
- .v-paper__inner {
952
- position: relative;
953
- border-radius: inherit;
954
- }
955
- .v-paper--square {
956
- --paper-radius: 0px;
957
- }
958
- .v-paper__header {
959
- border-top-left-radius: inherit;
960
- border-top-right-radius: inherit;
961
- }
962
- .v-paper__footer {
963
- border-bottom-right-radius: inherit;
964
- border-bottom-left-radius: inherit;
40
+ code,kbd,samp{
41
+ font-family:monospace,monospace;
42
+ font-size:1em;
965
43
  }
966
- }
967
-
968
- /* src/components/VAvatar/VAvatar.scss */
969
- @layer vui {
970
- .v-avatar {
971
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
972
- padding: 0;
973
- touch-action: manipulation;
974
- cursor: pointer;
975
- user-select: none;
976
- border-width: 0;
977
- outline: 0;
978
- appearance: none;
979
- --avatar-radius: 50%;
980
- --avatar-font-weight: var(--typo-medium-weight);
981
- --avatar-base-font-size: var(--typo-base-size);
982
- --avatar-font-size: var(--avatar-base-font-size);
983
- display: inline-flex;
984
- flex-basis: var(--avatar-size);
985
- align-items: center;
986
- justify-content: center;
987
- width: var(--avatar-size);
988
- min-width: var(--avatar-size);
989
- height: var(--avatar-size);
990
- overflow: hidden;
991
- font-size: var(--avatar-font-size);
992
- font-weight: var(--avatar-font-weight);
993
- line-height: 1;
994
- text-align: center;
995
- vertical-align: bottom;
996
- cursor: default;
997
- border-style: solid;
998
- border-width: 1px;
999
- border-radius: var(--avatar-radius);
1000
- --shadow-color: rgba(0, 0, 0, 0) !important;
1001
- --focusShadow-color: rgba(0, 0, 0, 0) !important;
1002
- }
1003
- .v-avatar::-moz-focus-inner {
1004
- border: 0;
1005
- }
1006
- .v-avatar,
1007
- .v-avatar:hover,
1008
- .v-avatar:focus {
1009
- text-decoration: none;
1010
- }
1011
- .v-avatar--clickable {
1012
- cursor: pointer;
1013
- }
1014
- .v-avatar--sm {
1015
- --avatar-size: 36px;
1016
- --avatar-font-size: calc(var(--avatar-base-font-size) * 0.75);
1017
- }
1018
- .v-avatar--md {
1019
- --avatar-size: 48px;
1020
- }
1021
- .v-avatar--lg {
1022
- --avatar-size: 62px;
1023
- --avatar-font-size: calc(var(--avatar-base-font-size) * 1.25);
1024
- }
1025
- .v-avatar--rounded {
1026
- --avatar-radius: 4px;
1027
- }
1028
- .v-avatar--tile {
1029
- --avatar-radius: 0;
1030
- }
1031
- .v-avatar img,
1032
- .v-avatar__image {
1033
- display: inline-flex;
1034
- width: inherit !important;
1035
- height: inherit !important;
1036
- border-radius: inherit;
1037
- object-fit: cover;
44
+ small{
45
+ font-size:80%;
1038
46
  }
1039
- }
1040
-
1041
- /* src/components/VChip/VChip.scss */
1042
- @layer vui {
1043
- .v-chip {
1044
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1045
- padding: 0;
1046
- touch-action: manipulation;
1047
- cursor: pointer;
1048
- user-select: none;
1049
- border-width: 0;
1050
- outline: 0;
1051
- appearance: none;
1052
- --chip-radius: calc(var(--chip-height) / 2);
1053
- display: inline-flex;
1054
- align-items: center;
1055
- justify-content: center;
1056
- height: var(--chip-height);
1057
- padding: 0 var(--chip-padding);
1058
- overflow: hidden;
1059
- font-size: var(--chip-font-size);
1060
- font-weight: var(--chip-font-weight);
1061
- line-height: 1;
1062
- text-align: center;
1063
- white-space: nowrap;
1064
- vertical-align: bottom;
1065
- cursor: default;
1066
- border-style: solid;
1067
- border-width: 1px;
1068
- border-radius: var(--chip-radius);
1069
- --shadow-color: rgba(0, 0, 0, 0) !important;
1070
- --focusShadow-color: rgba(0, 0, 0, 0) !important;
1071
- }
1072
- .v-chip::-moz-focus-inner {
1073
- border: 0;
1074
- }
1075
- .v-chip,
1076
- .v-chip:hover,
1077
- .v-chip:focus {
1078
- text-decoration: none;
1079
- }
1080
- .v-chip--clickable {
1081
- cursor: pointer;
1082
- }
1083
- .v-chip--xs {
1084
- --chip-height: var(--chip-height-xs);
1085
- --chip-font-size: var(--chip-font-size-xs);
1086
- }
1087
- .v-chip--sm {
1088
- --chip-height: var(--chip-height-sm);
1089
- --chip-font-size: var(--chip-font-size-sm);
1090
- }
1091
- .v-chip--md {
1092
- --chip-height: var(--chip-height-md);
1093
- --chip-font-size: var(--chip-font-size-md);
1094
- }
1095
- .v-chip--lg {
1096
- --chip-height: var(--chip-height-lg);
1097
- --chip-font-size: var(--chip-font-size-lg);
1098
- }
1099
- .v-chip--xl {
1100
- --chip-height: var(--chip-height-xl);
1101
- --chip-font-size: var(--chip-font-size-xl);
1102
- }
1103
- .v-chip--label {
1104
- --chip-radius: 4px;
1105
- }
1106
- .v-chip__icon--start {
1107
- margin-right: calc(var(--chip-padding) * 0.5);
1108
- margin-left: calc(var(--chip-padding) * -0.5);
1109
- }
1110
- .v-chip__icon--end {
1111
- margin-right: calc(var(--chip-padding) * -0.5);
1112
- margin-left: calc(var(--chip-padding) * 0.5);
1113
- }
1114
- .v-chip .v-avatar {
1115
- --avatar-size: 14px;
47
+ sub,sup{
48
+ font-size:75%;
49
+ line-height:0;
50
+ position:relative;
51
+ vertical-align:baseline;
1116
52
  }
1117
- }
1118
-
1119
- /* src/components/VCard/VCard.scss */
1120
- @layer vui {
1121
- .v-card {
1122
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1123
- position: relative;
1124
- width: 100%;
1125
- padding: 0;
1126
- text-align: left;
1127
- touch-action: manipulation;
1128
- user-select: none;
1129
- border: 0;
1130
- outline: 0;
1131
- appearance: none;
1132
- }
1133
- .v-card::-moz-focus-inner {
1134
- border: 0;
1135
- }
1136
- .v-card,
1137
- .v-card:hover,
1138
- .v-card:focus {
1139
- text-decoration: none;
1140
- }
1141
- .v-card.clickable {
1142
- cursor: pointer;
1143
- }
1144
- .v-card.clickable::before {
1145
- position: absolute;
1146
- inset: 0;
1147
- content: "";
1148
- background: currentColor;
1149
- border-radius: inherit;
1150
- opacity: 0;
1151
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
1152
- }
1153
- .v-card.clickable:hover::before,
1154
- .v-card.clickable:focus::before {
1155
- opacity: 0.125;
1156
- }
1157
- .v-card[disabled] {
1158
- pointer-events: none;
1159
- }
1160
- .v-card[disabled]::before {
1161
- content: none;
53
+ sub{
54
+ bottom:-.25em;
1162
55
  }
1163
- }
1164
-
1165
- /* src/components/VCard/VCardContent.scss */
1166
- @layer vui {
1167
- .v-card-content {
1168
- padding: var(--card-content-padding);
56
+ sup{
57
+ top:-.5em;
1169
58
  }
1170
- }
1171
-
1172
- /* src/components/VCard/VCardActions.scss */
1173
- @layer vui {
1174
- .v-card-actions {
1175
- display: flex;
1176
- align-items: center;
1177
- padding: var(--card-actions-padding);
59
+ img{
60
+ border-style:none;
1178
61
  }
1179
- .v-card-actions .v-btn {
1180
- margin-top: 0;
1181
- margin-bottom: 0;
62
+ button,input,optgroup,select,textarea{
63
+ color:inherit;
64
+ font-family:inherit;
65
+ font-size:100%;
66
+ line-height:1.15;
67
+ margin:0;
1182
68
  }
1183
- }
1184
-
1185
- /* src/components/VButton/VButton.scss */
1186
- @layer vui {
1187
- .v-button {
1188
- --padding: 1em;
1189
- --height: 2.5714285714em;
1190
- --icon-margin: 0.6em;
1191
- position: relative;
1192
- display: inline-flex;
1193
- flex: 0 0 auto;
1194
- align-items: center;
1195
- justify-content: center;
1196
- min-width: calc(var(--root-em) * 4);
1197
- height: var(--height);
1198
- padding: 0 var(--padding);
1199
- margin: calc(var(--root-em) * 0.375) calc(var(--root-em) * 0.5);
1200
- overflow: hidden;
1201
- font: inherit;
1202
- font-weight: 500;
1203
- line-height: 1;
1204
- text-decoration: none;
1205
- text-transform: uppercase;
1206
- letter-spacing: 0.0892857143em;
1207
- vertical-align: bottom;
1208
- cursor: pointer;
1209
- user-select: none;
1210
- border-style: solid;
1211
- border-width: 1px;
1212
- border-radius: var(--control-field-radius);
1213
- outline: 0;
1214
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
1215
- appearance: none;
1216
- }
1217
- .v-button--align-left {
1218
- justify-content: flex-start;
1219
- }
1220
- .v-button--align-right {
1221
- justify-content: flex-end;
1222
- }
1223
- .v-button--plain {
1224
- color: inherit !important;
1225
- }
1226
- .v-button--plain[disabled] {
1227
- opacity: 0.5;
1228
- }
1229
- .v-button--sm {
1230
- font-size: calc(var(--root-em) * 0.75);
1231
- }
1232
- .v-button--md {
1233
- font-size: calc(var(--root-em) * 0.875);
1234
- }
1235
- .v-button--lg {
1236
- font-size: calc(var(--root-em) * 1.375);
1237
- }
1238
- .v-button--rounded {
1239
- --padding: 0;
1240
- min-width: 0;
1241
- aspect-ratio: 1/1;
1242
- margin: calc(var(--root-em) * 0.125) calc(var(--root-em) * 0.125);
1243
- border-radius: 50%;
1244
- --height: auto;
1245
- }
1246
- .v-button--icon {
1247
- min-width: 1.9285714286em;
1248
- margin: calc(var(--root-em) * 0.125) calc(var(--root-em) * 0.125);
1249
- --height: 1.9285714286em;
1250
- --padding: 0em;
1251
- }
1252
- .v-button::-moz-focus-inner {
1253
- border: 0;
1254
- }
1255
- .v-button[disabled] {
1256
- cursor: default;
1257
- }
1258
- .v-button--spacer-left {
1259
- margin-left: auto;
1260
- }
1261
- .v-button--spacer-right {
1262
- margin-right: auto;
1263
- }
1264
- .v-button__content {
1265
- display: flex;
1266
- align-items: center;
1267
- justify-content: center;
1268
- justify-self: stretch;
1269
- pointer-events: none;
1270
- }
1271
- .v-button--loading .v-button__content {
1272
- opacity: 0;
1273
- }
1274
- .v-button__icon--start {
1275
- margin-right: var(--icon-margin);
1276
- }
1277
- .v-button__icon--end {
1278
- margin-left: var(--icon-margin);
1279
- }
1280
- .v-button__loading {
1281
- position: absolute;
1282
- top: 50%;
1283
- left: 50%;
1284
- z-index: 1;
1285
- transform: translate(-50%, -50%);
69
+ button,input{
70
+ overflow:visible;
1286
71
  }
1287
- }
1288
-
1289
- /* src/components/VButton/VButtonGroup.scss */
1290
- @layer vui {
1291
- .v-button-group {
1292
- display: inline-flex;
1293
- align-items: stretch;
72
+ button,select{
73
+ text-transform:none;
1294
74
  }
1295
- .v-button-group__item {
1296
- position: relative;
1297
- margin: 0;
75
+ [type=button],[type=reset],[type=submit],button{
76
+ -webkit-appearance:button;
1298
77
  }
1299
- .v-button-group__item--has-left {
1300
- border-top-left-radius: 0;
1301
- border-bottom-left-radius: 0;
78
+ [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
79
+ border-style:none;
80
+ padding:0;
1302
81
  }
1303
- .v-button-group__item--has-right {
1304
- border-top-right-radius: 0;
1305
- border-bottom-right-radius: 0;
82
+ [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
83
+ outline:1px dotted ButtonText;
1306
84
  }
1307
- .v-button-group__item:focus {
1308
- z-index: 1;
85
+ fieldset{
86
+ padding:.35em .75em .625em;
1309
87
  }
1310
- }
1311
-
1312
- /* src/components/VPagination/VPagination.scss */
1313
- @layer vui {
1314
- .v-pagination {
1315
- --pagination-size: var(--pagination-item-size);
1316
- --pagination-margin: var(--pagination-item-margin);
1317
- --pagination-font-size: var(--pagination-item-font-size);
1318
- --pagination-radius: var(--pagination-item-radius);
1319
- display: flex;
1320
- align-items: center;
1321
- overflow: hidden;
1322
- font-weight: bold;
1323
- line-height: 1;
1324
- }
1325
- .v-pagination::before {
1326
- width: var(--pagination-size);
1327
- margin: var(--pagination-margin);
1328
- content: none;
1329
- }
1330
- .v-pagination--left {
1331
- justify-content: flex-start;
1332
- }
1333
- .v-pagination--center {
1334
- justify-content: center;
1335
- }
1336
- .v-pagination--right {
1337
- justify-content: flex-end;
1338
- }
1339
- .v-pagination__item,
1340
- .v-pagination a.v-pagination__item {
1341
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1342
- padding: 0;
1343
- touch-action: manipulation;
1344
- cursor: pointer;
1345
- user-select: none;
1346
- border-width: 0;
1347
- outline: 0;
1348
- appearance: none;
1349
- display: flex;
1350
- align-items: center;
1351
- justify-content: center;
1352
- min-width: var(--pagination-size);
1353
- height: var(--pagination-size);
1354
- margin: calc(var(--pagination-margin) * 0.5);
1355
- font-size: var(--pagination-font-size);
1356
- color: inherit;
1357
- border-radius: var(--pagination-radius);
1358
- transition: 0.1s;
1359
- }
1360
- .v-pagination__item::-moz-focus-inner,
1361
- .v-pagination a.v-pagination__item::-moz-focus-inner {
1362
- border: 0;
1363
- }
1364
- .v-pagination__item,
1365
- .v-pagination__item:hover,
1366
- .v-pagination__item:focus,
1367
- .v-pagination a.v-pagination__item,
1368
- .v-pagination a.v-pagination__item:hover,
1369
- .v-pagination a.v-pagination__item:focus {
1370
- text-decoration: none;
1371
- }
1372
- .v-pagination__item:hover,
1373
- .v-pagination__item:focus,
1374
- .v-pagination a.v-pagination__item:hover,
1375
- .v-pagination a.v-pagination__item:focus {
1376
- background: rgba(0, 0, 0, 0.1);
1377
- }
1378
- .v-pagination__item--active,
1379
- .v-pagination__item--active:hover,
1380
- .v-pagination__item--active:focus,
1381
- .v-pagination__item--active:active,
1382
- .v-pagination a.v-pagination__item--active,
1383
- .v-pagination a.v-pagination__item--active:hover,
1384
- .v-pagination a.v-pagination__item--active:focus,
1385
- .v-pagination a.v-pagination__item--active:active {
1386
- color: var(--text-color);
1387
- pointer-events: none;
1388
- background-color: var(--main-color);
1389
- }
1390
- .v-pagination__item--disabled,
1391
- .v-pagination a.v-pagination__item--disabled {
1392
- color: var(--palette-muted) !important;
1393
- pointer-events: none !important;
1394
- background: transparent !important;
1395
- }
1396
- .v-pagination__item--truncate,
1397
- .v-pagination a.v-pagination__item--truncate {
1398
- color: var(--palette-muted) !important;
1399
- pointer-events: none !important;
1400
- background: transparent !important;
1401
- }
1402
- .v-pagination__item .v-icon,
1403
- .v-pagination a.v-pagination__item .v-icon {
1404
- font-size: 125%;
1405
- }
1406
- .v-pagination--dense .v-pagination__item {
1407
- --pagination-size: var(--pagination-item-size-dense);
1408
- --pagination-margin: var(--pagination-item-margin-dense);
1409
- --pagination-font-size: var(--pagination-item-font-size-dense);
1410
- }
1411
- .v-pagination--disabled .v-pagination__item {
1412
- color: var(--palette-muted);
1413
- pointer-events: none;
1414
- }
1415
- .v-pagination--disabled .v-pagination__item:hover,
1416
- .v-pagination--disabled .v-pagination__item:focus {
1417
- background: transparent;
1418
- }
1419
- .v-pagination--disabled .v-pagination__item--active {
1420
- background: var(--palette-muted);
88
+ legend{
89
+ color:inherit;
90
+ display:table;
91
+ max-width:100%;
92
+ padding:0;
93
+ white-space:normal;
1421
94
  }
1422
- }
1423
-
1424
- /* src/components/VListTile/VListTile.scss */
1425
- @layer vui {
1426
- .v-list-tile {
1427
- --tile-background: var(--main-color, transparent);
1428
- --tile-active-background: var(--deep-color, transparent);
1429
- --tile-text-color: var(--text-color);
1430
- --tile-text-active-color: var(--text-color);
1431
- --tile-pin-color: transparent;
1432
- --paper-link-color: var(--tile-text-color);
1433
- --depth-padding: var(--list-tile-padding);
1434
- display: flex;
1435
- align-items: center;
1436
- width: 100%;
1437
- padding: var(--list-tile-padding);
1438
- padding-left: var(--depth-padding);
1439
- color: var(--tile-text-color) !important;
1440
- text-align: left;
1441
- text-decoration: none;
1442
- user-select: none;
1443
- background: var(--tile-background);
1444
- border: 0;
1445
- border-left: 3px solid var(--tile-pin-color);
1446
- border-radius: 0;
1447
- outline: 0;
1448
- transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
1449
- appearance: none;
1450
- }
1451
- .v-list-tile--clickable {
1452
- cursor: pointer;
1453
- --tile-text-color: var(--nav-color);
1454
- --tile-text-active-color: var(--navActive-color, var(--nav-color));
1455
- }
1456
- .v-list-tile--clickable:hover,
1457
- .v-list-tile--clickable:focus {
1458
- --tile-background: var(--tile-active-background);
1459
- --tile-text-color: var(--tile-text-active-color);
1460
- }
1461
- .v-list-tile--active {
1462
- --tile-pin-color: var(--pin-color);
1463
- --tile-text-color: var(--tile-text-active-color);
1464
- --tile-background: var(--tile-active-background);
1465
- }
1466
- .v-list-tile__body {
1467
- font-size: 0.8125rem;
1468
- font-weight: 500;
1469
- line-height: 1.5;
1470
- }
1471
- .v-list-tile__icon {
1472
- min-width: 2em;
1473
- }
1474
- .v-list-tile__icon--end {
1475
- margin-left: auto;
1476
- text-align: right;
95
+ progress{
96
+ vertical-align:baseline;
1477
97
  }
1478
- }
1479
-
1480
- /* src/components/VDrawerLayout/VDrawerLayout.scss */
1481
- @layer vui {
1482
- .v-drawer-layout {
1483
- display: block;
1484
- width: 100%;
1485
- height: 100%;
1486
- }
1487
- .v-drawer-layout__inner {
1488
- display: flex;
1489
- flex-direction: column;
1490
- align-items: stretch;
1491
- width: 100%;
1492
- height: 100%;
1493
- }
1494
- .v-drawer-layout__header {
1495
- display: flex;
1496
- flex: 0 0 var(--val-topToolbar-height);
1497
- align-items: center;
1498
- justify-content: center;
1499
- height: var(--val-topToolbar-height);
1500
- }
1501
- .v-drawer-layout__body {
1502
- flex: 1 1 100%;
1503
- overflow: auto;
1504
- -webkit-overflow-scrolling: touch;
1505
- }
1506
- .v-drawer-layout__footer {
1507
- flex: 0 0 auto;
1508
- margin-top: auto;
98
+ textarea{
99
+ overflow:auto;
1509
100
  }
1510
- }
1511
-
1512
- /* src/components/VHero/VHero.scss */
1513
- @layer vui {
1514
- .v-hero {
1515
- --hero-background-color: var(--main-color);
1516
- --hero-text-color: var(--text-color);
1517
- display: flex;
1518
- align-items: center;
1519
- padding: 20px 30px;
1520
- margin: 0;
1521
- color: var(--hero-text-color);
1522
- background-color: var(--hero-background-color);
1523
- }
1524
- .v-hero__title {
1525
- flex: 1 1 100%;
1526
- margin: 0;
1527
- font-size: 1.75rem;
1528
- font-weight: 300;
1529
- line-height: 1;
1530
- color: inherit;
1531
- }
1532
- .v-hero__adornment {
1533
- flex: 0 0 auto;
1534
- padding-left: 10px;
1535
- margin-left: auto;
101
+ [type=checkbox],[type=radio]{
102
+ padding:0;
1536
103
  }
1537
- }
1538
-
1539
- /* src/components/VNavigation/VNavigationItem.scss */
1540
- @layer vui {
1541
- .v-navigation-item--opened {
1542
- --tile-background: var(--tile-active-background);
1543
- --tile-text-color: var(--tile-text-active-color);
104
+ [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
105
+ height:auto;
1544
106
  }
1545
- .v-navigation-item__expand {
1546
- transition: height 0.2s;
107
+ [type=search]{
108
+ -webkit-appearance:textfield;
109
+ outline-offset:-2px;
1547
110
  }
1548
- .v-navigation-item__expand .v-navigation-item {
1549
- --tile-background: var(--tile-active-background);
111
+ [type=search]::-webkit-search-decoration{
112
+ -webkit-appearance:none;
1550
113
  }
1551
- .v-navigation-item--depth-1 {
1552
- --depth-padding: calc(var(--list-tile-padding) * 2);
114
+ ::-webkit-file-upload-button{
115
+ -webkit-appearance:button;
116
+ font:inherit;
1553
117
  }
1554
- .v-navigation-item--depth-2 {
1555
- --depth-padding: calc(var(--list-tile-padding) * 3);
118
+ details{
119
+ display:block;
1556
120
  }
1557
- .v-navigation-item--depth-3 {
1558
- --depth-padding: calc(var(--list-tile-padding) * 4);
121
+ summary{
122
+ display:list-item;
1559
123
  }
1560
- }
1561
-
1562
- /* src/components/VNavigation/VNavigation.scss */
1563
- @layer vui {
1564
- .v-navigation__caption {
1565
- display: block;
1566
- padding: calc(var(--root-em) * 0.625) calc(var(--root-em) * 1.5625);
1567
- margin: 1em 0 0;
1568
- font-size: 0.75rem;
1569
- color: var(--caption-color);
1570
- text-transform: uppercase;
124
+ [hidden],template{
125
+ display:none;
1571
126
  }
1572
- }
1573
-
1574
- /* src/components/VControlField/VControlField.scss */
1575
- @layer vui {
1576
- .v-control-field {
1577
- position: relative;
1578
- display: inline-flex;
1579
- align-items: center;
1580
- width: 100%;
1581
- min-width: 0;
1582
- height: var(--control-field-height);
1583
- padding: 0 8px;
1584
- font-size: var(--control-field-font-size);
1585
- line-height: var(--control-field-line-height);
1586
- letter-spacing: var(--control-field-letter-spacing);
1587
- --my-bottom-color: var(--control-field-bottom-color);
1588
- --my-bottom-hover-color: var(--control-field-bottom-hover-color);
1589
- --my-focused-color: var(--main-color);
1590
- --my-fill-color: var(--control-field-fill-color);
1591
- --my-fill-hover-color: var(--control-field-fill-hover-color);
1592
- --my-outline-color: var(--control-field-outline-color);
1593
- --my-outline-hover-color: var(--control-field-outline-hover-color);
1594
- }
1595
- .v-control-field--invalid:not(.v-control-field--disabled):not(.v-control-field--readonly) {
1596
- --my-bottom-color: var(--main-color);
1597
- --my-bottom-hover-color: var(--main-color);
1598
- --my-outline-color: var(--main-color);
1599
- --my-outline-hover-color: var(--main-color);
1600
- }
1601
- .v-control-field--readonly {
1602
- cursor: default;
1603
- }
1604
- .v-control-field--disabled {
1605
- color: var(--control-disabled-color);
1606
- pointer-events: none;
1607
- user-select: none;
1608
- }
1609
- .v-control-field::before,
1610
- .v-control-field::after {
1611
- position: absolute;
1612
- right: 0;
1613
- bottom: 0;
1614
- left: 0;
1615
- pointer-events: none;
1616
- content: "";
1617
- }
1618
- .v-control-field::before {
1619
- height: 1px;
1620
- border-bottom: solid 1px var(--my-bottom-color);
1621
- transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
1622
- }
1623
- .v-control-field::after {
1624
- height: 2px;
1625
- background: var(--my-focused-color);
1626
- transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
1627
- transform: scaleX(0);
1628
- }
1629
- .v-control-field--focused,
1630
- .v-control-field:focus-within {
1631
- --my-outline-color: var(--my-focused-color);
1632
- --my-outline-hover-color: var(--my-focused-color);
1633
- outline: none;
1634
- }
1635
- .v-control-field--focused::after,
1636
- .v-control-field:focus-within::after {
1637
- transform: scaleX(1);
1638
- }
1639
- .v-control-field--auto-height {
1640
- height: auto;
1641
- }
1642
- .v-control-field__body {
1643
- display: flex;
1644
- flex: 1 1 auto;
1645
- align-items: stretch;
1646
- align-self: stretch;
1647
- margin: 0;
1648
- }
1649
- .v-control-field--flat {
1650
- padding-right: 0;
1651
- padding-left: 0;
1652
- }
1653
- .v-control-field--filled {
1654
- background-color: var(--my-fill-color);
1655
- border-top-left-radius: var(--control-field-radius);
1656
- border-top-right-radius: var(--control-field-radius);
1657
- transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
1658
- }
1659
- .v-control-field--filled:hover:not(:focus-within) {
1660
- background-color: var(--my-fill-hover-color);
1661
- }
1662
- .v-control-field--flat:hover::before,
1663
- .v-control-field--filled:hover::before {
1664
- border-color: var(--my-bottom-hover-color);
1665
- }
1666
- .v-control-field--flat:hover::before {
1667
- height: 2px;
1668
- border-bottom-width: 2px;
1669
- }
1670
- .v-control-field--flat.v-control-field--disabled::before,
1671
- .v-control-field--filled.v-control-field--disabled::before {
1672
- border-bottom-style: dotted;
1673
- }
1674
- .v-control-field--outlined {
1675
- border-radius: var(--control-field-radius);
1676
- transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
1677
- }
1678
- .v-control-field--outlined::before {
1679
- top: 0;
1680
- height: auto;
1681
- background: transparent;
1682
- border: solid 1px var(--my-outline-color);
1683
- border-radius: inherit;
1684
- }
1685
- .v-control-field--outlined:hover::before {
1686
- border-color: var(--my-outline-hover-color);
1687
- }
1688
- .v-control-field--outlined::after {
1689
- content: none;
1690
- }
1691
- .v-control-field--outlined:focus-within {
1692
- box-shadow: 0 0 1px var(--shadow-color), 0 0 2px 2px var(--focusShadow-color);
1693
- }
1694
- .v-control-field__adornment--start {
1695
- padding-right: 0.25em;
1696
- }
1697
- .v-control-field__adornment--end {
1698
- padding-left: 0.25em;
1699
- }
1700
- .v-control-field__adornment .v-icon {
1701
- font-size: 1.2em;
127
+ button{
128
+ background-color:transparent;
1702
129
  }
1703
130
  }
1704
-
1705
- /* src/components/VTextCounter/VTextCounter.scss */
1706
- @layer vui {
1707
- .v-text-counter {
1708
- white-space: nowrap;
131
+ @layer vui{
132
+ :root{
133
+ --root-em:16px;
134
+ --root-spacing:8px;
135
+ --transition-fast-out-slow-in:cubic-bezier(0.4, 0, 0.2, 1);
136
+ --transition-linear-out-slow-in:cubic-bezier(0, 0, 0.2, 1);
137
+ --transition-fast-out-linear-in:cubic-bezier(0.4, 0, 1, 1);
138
+ --transition-ease-in-out:cubic-bezier(0.4, 0, 0.6, 1);
139
+ --transition-fast-in-fast-out:cubic-bezier(0.25, 0.8, 0.25, 1);
140
+ --transition-swing:cubic-bezier(0.25, 0.8, 0.5, 1);
141
+ --transition-primary:var(--transition-swing);
142
+ --transition-tab:0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
143
+ --transition-fade:0.2s;
144
+ --typo-fallback-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
145
+ --type-emoji-font:"Apple Color Emoji", "Segoe UI Emoji";
146
+ --typo-font:var(--typo-base-font), var(--typo-fallback-font), var(--type-emoji-font);
147
+ --typo-base-size:1rem;
148
+ --typo-base-weight:400;
149
+ --typo-base-height:1.5;
150
+ --typo-base-spacing:0em;
151
+ --typo-medium-weight:500;
152
+ --typo-h1-family:inherit;
153
+ --typo-h1-size:2.5rem;
154
+ --typo-h1-weight:500;
155
+ --typo-h1-height:1.2222222222222223;
156
+ --typo-h1-spacing:0em;
157
+ --typo-h1-margin:16px 0;
158
+ --typo-h1-color:var(--palette-heading);
159
+ --typo-h2-family:inherit;
160
+ --typo-h2-size:1.875rem;
161
+ --typo-h2-weight:500;
162
+ --typo-h2-height:1.5;
163
+ --typo-h2-spacing:0em;
164
+ --typo-h2-margin:40px 0 10px;
165
+ --typo-h2-color:var(--palette-heading);
166
+ --typo-h3-family:inherit;
167
+ --typo-h3-size:1.25rem;
168
+ --typo-h3-weight:500;
169
+ --typo-h3-height:1.5;
170
+ --typo-h3-spacing:0em;
171
+ --typo-h3-margin:20px 0 10px;
172
+ --typo-h3-color:var(--palette-heading);
173
+ --typo-h4-family:inherit;
174
+ --typo-h4-size:1.25rem;
175
+ --typo-h4-weight:400;
176
+ --typo-h4-height:1.5;
177
+ --typo-h4-spacing:0em;
178
+ --typo-h4-margin:10px 0 16px;
179
+ --typo-h4-color:var(--palette-heading);
180
+ --typo-h5-family:inherit;
181
+ --typo-h5-size:0.875rem;
182
+ --typo-h5-weight:400;
183
+ --typo-h5-height:1.57;
184
+ --typo-h5-spacing:0em;
185
+ --typo-h5-margin:10px 0 16px;
186
+ --typo-h5-color:var(--palette-heading);
187
+ --typo-h6-family:inherit;
188
+ --typo-h6-size:0.67rem;
189
+ --typo-h6-weight:400;
190
+ --typo-h6-height:1.5;
191
+ --typo-h6-spacing:0em;
192
+ --typo-h6-margin:10px 0 16px;
193
+ --typo-h6-color:var(--palette-heading);
194
+ --typo-subtitle1-family:inherit;
195
+ --typo-subtitle1-size:1rem;
196
+ --typo-subtitle1-weight:400;
197
+ --typo-subtitle1-height:1.75;
198
+ --typo-subtitle1-spacing:0.00938em;
199
+ --typo-subtitle2-family:inherit;
200
+ --typo-subtitle2-size:0.875rem;
201
+ --typo-subtitle2-weight:500;
202
+ --typo-subtitle2-height:1.57;
203
+ --typo-subtitle2-spacing:0.00714em;
204
+ --typo-sm-size:calc(var(--root-em)*0.875);
205
+ --chip-padding:0.875em;
206
+ --chip-font-weight:var(--typo-base-weight);
207
+ --chip-height-xs:16px;
208
+ --chip-font-size-xs:10px;
209
+ --chip-height-sm:24px;
210
+ --chip-font-size-sm:12px;
211
+ --chip-height-md:32px;
212
+ --chip-font-size-md:14px;
213
+ --chip-height-lg:54px;
214
+ --chip-font-size-lg:16px;
215
+ --chip-height-xl:66px;
216
+ --chip-font-size-xl:18px;
217
+ --control-field-rem-sm:0.875rem;
218
+ --control-field-rem-md:1rem;
219
+ --control-field-rem-lg:1.125rem;
220
+ --control-disabled-color:rgba(0,0,0,.38);
221
+ --control-horizontal-margin:0.5em;
222
+ --control-field-radius:2px;
223
+ --control-field-fill-color:rgba(0,0,0,.06);
224
+ --control-field-fill-hover-color:rgba(0,0,0,.09);
225
+ --control-field-outline-color:hsla(0,4%,43%,.23);
226
+ --control-field-outline-hover-color:rgba(0,0,0,.87);
227
+ --control-field-bottom-color:rgba(0,0,0,.42);
228
+ --control-field-bottom-hover-color:rgba(0,0,0,.87);
229
+ --control-field-height:2.25em;
230
+ --control-field-line-height:1.4375em;
231
+ --control-field-letter-spacing:0.00938em;
232
+ --control-label-color:rgba(0,0,0,.6);
233
+ --control-label-font-weight:500;
234
+ --control-label-font-size:0.75em;
235
+ --control-label-height:1.4375em;
236
+ --control-message-color:rgba(0,0,0,.6);
237
+ --control-message-font-size:0.75em;
238
+ --control-message-horizontal-margin:calc(var(--root-spacing)*0.5);
239
+ --control-checkable-outer-size:2em;
240
+ --control-checkable-icon-size:1em;
241
+ --control-checkable-faux-scale:1.2;
242
+ --control-checkable-faux-margin:0.2em;
243
+ --control-checkable-base-color:rgba(0,0,0,.6);
244
+ --control-switch-width:3.625em;
245
+ --control-switch-track-width:2.125em;
246
+ --control-switch-track-height:0.875em;
247
+ --wysiwyg-min-height-sm:3em;
248
+ --wysiwyg-min-height-md:6em;
249
+ --wysiwyg-min-height-lg:9em;
250
+ --wysiwyg-max-height-sm:9em;
251
+ --wysiwyg-max-height-md:13em;
252
+ --wysiwyg-max-height-lg:16em;
253
+ --shadow-key-umbra-opacity:rgba(0,0,0,.2);
254
+ --shadow-key-penumbra-opacity:rgba(0,0,0,.14);
255
+ --shadow-key-ambient-opacity:rgba(0,0,0,.12);
256
+ --shadow-key-umbra-0:0px 0px 0px 0px var(--shadow-key-umbra-opacity);
257
+ --shadow-key-umbra-1:0px 2px 1px -1px var(--shadow-key-umbra-opacity);
258
+ --shadow-key-umbra-2:0px 3px 1px -2px var(--shadow-key-umbra-opacity);
259
+ --shadow-key-umbra-3:0px 3px 3px -2px var(--shadow-key-umbra-opacity);
260
+ --shadow-key-umbra-4:0px 2px 4px -1px var(--shadow-key-umbra-opacity);
261
+ --shadow-key-umbra-5:0px 3px 5px -1px var(--shadow-key-umbra-opacity);
262
+ --shadow-key-umbra-6:0px 3px 5px -1px var(--shadow-key-umbra-opacity);
263
+ --shadow-key-umbra-7:0px 4px 5px -2px var(--shadow-key-umbra-opacity);
264
+ --shadow-key-umbra-8:0px 5px 5px -3px var(--shadow-key-umbra-opacity);
265
+ --shadow-key-umbra-9:0px 5px 6px -3px var(--shadow-key-umbra-opacity);
266
+ --shadow-key-umbra-10:0px 6px 6px -3px var(--shadow-key-umbra-opacity);
267
+ --shadow-key-umbra-11:0px 6px 7px -4px var(--shadow-key-umbra-opacity);
268
+ --shadow-key-umbra-12:0px 7px 8px -4px var(--shadow-key-umbra-opacity);
269
+ --shadow-key-umbra-13:0px 7px 8px -4px var(--shadow-key-umbra-opacity);
270
+ --shadow-key-umbra-14:0px 7px 9px -4px var(--shadow-key-umbra-opacity);
271
+ --shadow-key-umbra-15:0px 8px 9px -5px var(--shadow-key-umbra-opacity);
272
+ --shadow-key-umbra-16:0px 8px 10px -5px var(--shadow-key-umbra-opacity);
273
+ --shadow-key-umbra-17:0px 8px 11px -5px var(--shadow-key-umbra-opacity);
274
+ --shadow-key-umbra-18:0px 9px 11px -5px var(--shadow-key-umbra-opacity);
275
+ --shadow-key-umbra-19:0px 9px 12px -6px var(--shadow-key-umbra-opacity);
276
+ --shadow-key-umbra-20:0px 10px 13px -6px var(--shadow-key-umbra-opacity);
277
+ --shadow-key-umbra-21:0px 10px 13px -6px var(--shadow-key-umbra-opacity);
278
+ --shadow-key-umbra-22:0px 10px 14px -6px var(--shadow-key-umbra-opacity);
279
+ --shadow-key-umbra-23:0px 11px 14px -7px var(--shadow-key-umbra-opacity);
280
+ --shadow-key-umbra-24:0px 11px 15px -7px var(--shadow-key-umbra-opacity);
281
+ --shadow-key-penumbra-0:0px 0px 0px 0px var(--shadow-key-penumbra-opacity);
282
+ --shadow-key-penumbra-1:0px 1px 1px 0px var(--shadow-key-penumbra-opacity);
283
+ --shadow-key-penumbra-2:0px 2px 2px 0px var(--shadow-key-penumbra-opacity);
284
+ --shadow-key-penumbra-3:0px 3px 4px 0px var(--shadow-key-penumbra-opacity);
285
+ --shadow-key-penumbra-4:0px 4px 5px 0px var(--shadow-key-penumbra-opacity);
286
+ --shadow-key-penumbra-5:0px 5px 8px 0px var(--shadow-key-penumbra-opacity);
287
+ --shadow-key-penumbra-6:0px 6px 10px 0px var(--shadow-key-penumbra-opacity);
288
+ --shadow-key-penumbra-7:0px 7px 10px 1px var(--shadow-key-penumbra-opacity);
289
+ --shadow-key-penumbra-8:0px 8px 10px 1px var(--shadow-key-penumbra-opacity);
290
+ --shadow-key-penumbra-9:0px 9px 12px 1px var(--shadow-key-penumbra-opacity);
291
+ --shadow-key-penumbra-10:0px 10px 14px 1px var(--shadow-key-penumbra-opacity);
292
+ --shadow-key-penumbra-11:0px 11px 15px 1px var(--shadow-key-penumbra-opacity);
293
+ --shadow-key-penumbra-12:0px 12px 17px 2px var(--shadow-key-penumbra-opacity);
294
+ --shadow-key-penumbra-13:0px 13px 19px 2px var(--shadow-key-penumbra-opacity);
295
+ --shadow-key-penumbra-14:0px 14px 21px 2px var(--shadow-key-penumbra-opacity);
296
+ --shadow-key-penumbra-15:0px 15px 22px 2px var(--shadow-key-penumbra-opacity);
297
+ --shadow-key-penumbra-16:0px 16px 24px 2px var(--shadow-key-penumbra-opacity);
298
+ --shadow-key-penumbra-17:0px 17px 26px 2px var(--shadow-key-penumbra-opacity);
299
+ --shadow-key-penumbra-18:0px 18px 28px 2px var(--shadow-key-penumbra-opacity);
300
+ --shadow-key-penumbra-19:0px 19px 29px 2px var(--shadow-key-penumbra-opacity);
301
+ --shadow-key-penumbra-20:0px 20px 31px 3px var(--shadow-key-penumbra-opacity);
302
+ --shadow-key-penumbra-21:0px 21px 33px 3px var(--shadow-key-penumbra-opacity);
303
+ --shadow-key-penumbra-22:0px 22px 35px 3px var(--shadow-key-penumbra-opacity);
304
+ --shadow-key-penumbra-23:0px 23px 36px 3px var(--shadow-key-penumbra-opacity);
305
+ --shadow-key-penumbra-24:0px 24px 38px 3px var(--shadow-key-penumbra-opacity);
306
+ --shadow-key-ambient-0:0px 0px 0px 0px var(--shadow-key-ambient-opacity);
307
+ --shadow-key-ambient-1:0px 1px 3px 0px var(--shadow-key-ambient-opacity);
308
+ --shadow-key-ambient-2:0px 1px 5px 0px var(--shadow-key-ambient-opacity);
309
+ --shadow-key-ambient-3:0px 1px 8px 0px var(--shadow-key-ambient-opacity);
310
+ --shadow-key-ambient-4:0px 1px 10px 0px var(--shadow-key-ambient-opacity);
311
+ --shadow-key-ambient-5:0px 1px 14px 0px var(--shadow-key-ambient-opacity);
312
+ --shadow-key-ambient-6:0px 1px 18px 0px var(--shadow-key-ambient-opacity);
313
+ --shadow-key-ambient-7:0px 2px 16px 1px var(--shadow-key-ambient-opacity);
314
+ --shadow-key-ambient-8:0px 3px 14px 2px var(--shadow-key-ambient-opacity);
315
+ --shadow-key-ambient-9:0px 3px 16px 2px var(--shadow-key-ambient-opacity);
316
+ --shadow-key-ambient-10:0px 4px 18px 3px var(--shadow-key-ambient-opacity);
317
+ --shadow-key-ambient-11:0px 4px 20px 3px var(--shadow-key-ambient-opacity);
318
+ --shadow-key-ambient-12:0px 5px 22px 4px var(--shadow-key-ambient-opacity);
319
+ --shadow-key-ambient-13:0px 5px 24px 4px var(--shadow-key-ambient-opacity);
320
+ --shadow-key-ambient-14:0px 5px 26px 4px var(--shadow-key-ambient-opacity);
321
+ --shadow-key-ambient-15:0px 6px 28px 5px var(--shadow-key-ambient-opacity);
322
+ --shadow-key-ambient-16:0px 6px 30px 5px var(--shadow-key-ambient-opacity);
323
+ --shadow-key-ambient-17:0px 6px 32px 5px var(--shadow-key-ambient-opacity);
324
+ --shadow-key-ambient-18:0px 7px 34px 6px var(--shadow-key-ambient-opacity);
325
+ --shadow-key-ambient-19:0px 7px 36px 6px var(--shadow-key-ambient-opacity);
326
+ --shadow-key-ambient-20:0px 8px 38px 7px var(--shadow-key-ambient-opacity);
327
+ --shadow-key-ambient-21:0px 8px 40px 7px var(--shadow-key-ambient-opacity);
328
+ --shadow-key-ambient-22:0px 8px 42px 7px var(--shadow-key-ambient-opacity);
329
+ --shadow-key-ambient-23:0px 9px 44px 8px var(--shadow-key-ambient-opacity);
330
+ --shadow-key-ambient-24:0px 9px 46px 8px var(--shadow-key-ambient-opacity);
331
+ --toolbar-height:var(--v-app-layout-vertial-fixed-height);
332
+ --toolbar-dense-height:calc(var(--toolbar-height)*0.8);
333
+ --card-content-padding:1rem;
334
+ --card-actions-padding:0.5rem;
335
+ --pagination-item-radius:2px;
336
+ --pagination-item-font-size:var(--root-em);
337
+ --pagination-item-size:calc(var(--root-em)*2);
338
+ --pagination-item-margin:calc(var(--root-em)*0.5);
339
+ --pagination-item-font-size-dense:calc(var(--pagination-item-font-size)*0.625);
340
+ --pagination-item-size-dense:calc(var(--pagination-item-size)*0.8125);
341
+ --pagination-item-margin-dense:calc(var(--pagination-item-margin)*0.75);
342
+ --table-vertical-margin:calc(var(--root-em)*1.25);
343
+ --table-font-size:calc(var(--root-em)*0.75);
344
+ --table-caption-font-size:calc(var(--root-em)*1);
345
+ --table-caption-font-weight:regular;
346
+ --table-caption-vertical-margin:calc(var(--root-em)*0.625);
347
+ --table-cell-height:calc(var(--root-em)*3.125);
348
+ --table-cell-vertial-padding:calc(var(--root-em)*0.3125);
349
+ --table-cell-horizontal-padding:calc(var(--root-em)*1);
350
+ --table-header-color:var(--palette-primary);
351
+ --table-header-font-weight:500;
352
+ --tabs-height:calc(var(--root-em)*3);
353
+ --tabs-bar-height:calc(var(--root-em)*0.375);
354
+ --tabs-font-size:calc(var(--root-em)*0.875);
355
+ --breadcrumbs-font-size:var(--typo-sm-size);
356
+ --list-tile-padding:calc(var(--root-em)*0.625);
357
+ }
358
+ :root,[lang=en]{
359
+ --typo-base-font:Roboto, "Noto Sans";
360
+ }
361
+ [lang=ja]{
362
+ --typo-base-font:Roboto, "Noto Sans JP";
363
+ }
364
+ [lang=ko]{
365
+ --typo-base-font:Roboto, "Noto Sans KR";
366
+ }
367
+ [lang=zh-cmn-Hant]{
368
+ --typo-base-font:Roboto, "Noto Sans TC";
369
+ }
370
+ [lang=zh-cmn-Hans]{
371
+ --typo-base-font:Roboto, "Noto Sans SC";
372
+ }
373
+ html{
374
+ text-size-adjust:100%;
375
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
376
+ font-size:var(--root-em);
377
+ text-rendering:optimizeLegibility;
378
+ }
379
+ body{
380
+ color:var(--typo-base-color);
381
+ font-family:var(--typo-base-family);
382
+ font-family:var(--typo-font);
383
+ font-size:var(--typo-base-size);
384
+ font-weight:var(--typo-base-weight);
385
+ letter-spacing:var(--typo-base-height);
386
+ line-height:var(--typo-base-height);
387
+ margin:var(--typo-base-margin);
388
+ }
389
+ h1{
390
+ color:var(--typo-h1-color);
391
+ font-family:var(--typo-h1-family);
392
+ font-size:var(--typo-h1-size);
393
+ font-weight:var(--typo-h1-weight);
394
+ letter-spacing:var(--typo-h1-height);
395
+ line-height:var(--typo-h1-height);
396
+ margin:var(--typo-h1-margin);
397
+ }
398
+ h2{
399
+ color:var(--typo-h2-color);
400
+ font-family:var(--typo-h2-family);
401
+ font-size:var(--typo-h2-size);
402
+ font-weight:var(--typo-h2-weight);
403
+ letter-spacing:var(--typo-h2-height);
404
+ line-height:var(--typo-h2-height);
405
+ margin:var(--typo-h2-margin);
406
+ }
407
+ h3{
408
+ color:var(--typo-h3-color);
409
+ font-family:var(--typo-h3-family);
410
+ font-size:var(--typo-h3-size);
411
+ font-weight:var(--typo-h3-weight);
412
+ letter-spacing:var(--typo-h3-height);
413
+ line-height:var(--typo-h3-height);
414
+ margin:var(--typo-h3-margin);
415
+ }
416
+ h4{
417
+ color:var(--typo-h4-color);
418
+ font-family:var(--typo-h4-family);
419
+ font-size:var(--typo-h4-size);
420
+ font-weight:var(--typo-h4-weight);
421
+ letter-spacing:var(--typo-h4-height);
422
+ line-height:var(--typo-h4-height);
423
+ margin:var(--typo-h4-margin);
424
+ }
425
+ h5{
426
+ color:var(--typo-h5-color);
427
+ font-family:var(--typo-h5-family);
428
+ font-size:var(--typo-h5-size);
429
+ font-weight:var(--typo-h5-weight);
430
+ letter-spacing:var(--typo-h5-height);
431
+ line-height:var(--typo-h5-height);
432
+ margin:var(--typo-h5-margin);
433
+ }
434
+ h6{
435
+ color:var(--typo-h6-color);
436
+ font-family:var(--typo-h6-family);
437
+ font-size:var(--typo-h6-size);
438
+ font-weight:var(--typo-h6-weight);
439
+ letter-spacing:var(--typo-h6-height);
440
+ line-height:var(--typo-h6-height);
441
+ margin:var(--typo-h6-margin);
442
+ }
443
+ .elevation-24{
444
+ box-shadow:var(--shadow-key-umbra-24), var(--shadow-key-penumbra-24), var(--shadow-key-ambient-24) !important;
445
+ }
446
+ .elevation-23{
447
+ box-shadow:var(--shadow-key-umbra-23), var(--shadow-key-penumbra-23), var(--shadow-key-ambient-23) !important;
448
+ }
449
+ .elevation-22{
450
+ box-shadow:var(--shadow-key-umbra-22), var(--shadow-key-penumbra-22), var(--shadow-key-ambient-22) !important;
451
+ }
452
+ .elevation-21{
453
+ box-shadow:var(--shadow-key-umbra-21), var(--shadow-key-penumbra-21), var(--shadow-key-ambient-21) !important;
454
+ }
455
+ .elevation-20{
456
+ box-shadow:var(--shadow-key-umbra-20), var(--shadow-key-penumbra-20), var(--shadow-key-ambient-20) !important;
457
+ }
458
+ .elevation-19{
459
+ box-shadow:var(--shadow-key-umbra-19), var(--shadow-key-penumbra-19), var(--shadow-key-ambient-19) !important;
460
+ }
461
+ .elevation-18{
462
+ box-shadow:var(--shadow-key-umbra-18), var(--shadow-key-penumbra-18), var(--shadow-key-ambient-18) !important;
463
+ }
464
+ .elevation-17{
465
+ box-shadow:var(--shadow-key-umbra-17), var(--shadow-key-penumbra-17), var(--shadow-key-ambient-17) !important;
466
+ }
467
+ .elevation-16{
468
+ box-shadow:var(--shadow-key-umbra-16), var(--shadow-key-penumbra-16), var(--shadow-key-ambient-16) !important;
469
+ }
470
+ .elevation-15{
471
+ box-shadow:var(--shadow-key-umbra-15), var(--shadow-key-penumbra-15), var(--shadow-key-ambient-15) !important;
472
+ }
473
+ .elevation-14{
474
+ box-shadow:var(--shadow-key-umbra-14), var(--shadow-key-penumbra-14), var(--shadow-key-ambient-14) !important;
475
+ }
476
+ .elevation-13{
477
+ box-shadow:var(--shadow-key-umbra-13), var(--shadow-key-penumbra-13), var(--shadow-key-ambient-13) !important;
478
+ }
479
+ .elevation-12{
480
+ box-shadow:var(--shadow-key-umbra-12), var(--shadow-key-penumbra-12), var(--shadow-key-ambient-12) !important;
481
+ }
482
+ .elevation-11{
483
+ box-shadow:var(--shadow-key-umbra-11), var(--shadow-key-penumbra-11), var(--shadow-key-ambient-11) !important;
484
+ }
485
+ .elevation-10{
486
+ box-shadow:var(--shadow-key-umbra-10), var(--shadow-key-penumbra-10), var(--shadow-key-ambient-10) !important;
487
+ }
488
+ .elevation-9{
489
+ box-shadow:var(--shadow-key-umbra-9), var(--shadow-key-penumbra-9), var(--shadow-key-ambient-9) !important;
490
+ }
491
+ .elevation-8{
492
+ box-shadow:var(--shadow-key-umbra-8), var(--shadow-key-penumbra-8), var(--shadow-key-ambient-8) !important;
493
+ }
494
+ .elevation-7{
495
+ box-shadow:var(--shadow-key-umbra-7), var(--shadow-key-penumbra-7), var(--shadow-key-ambient-7) !important;
496
+ }
497
+ .elevation-6{
498
+ box-shadow:var(--shadow-key-umbra-6), var(--shadow-key-penumbra-6), var(--shadow-key-ambient-6) !important;
499
+ }
500
+ .elevation-5{
501
+ box-shadow:var(--shadow-key-umbra-5), var(--shadow-key-penumbra-5), var(--shadow-key-ambient-5) !important;
502
+ }
503
+ .elevation-4{
504
+ box-shadow:var(--shadow-key-umbra-4), var(--shadow-key-penumbra-4), var(--shadow-key-ambient-4) !important;
505
+ }
506
+ .elevation-3{
507
+ box-shadow:var(--shadow-key-umbra-3), var(--shadow-key-penumbra-3), var(--shadow-key-ambient-3) !important;
508
+ }
509
+ .elevation-2{
510
+ box-shadow:var(--shadow-key-umbra-2), var(--shadow-key-penumbra-2), var(--shadow-key-ambient-2) !important;
511
+ }
512
+ .elevation-1{
513
+ box-shadow:var(--shadow-key-umbra-1), var(--shadow-key-penumbra-1), var(--shadow-key-ambient-1) !important;
514
+ }
515
+ .elevation-0{
516
+ box-shadow:var(--shadow-key-umbra-0), var(--shadow-key-penumbra-0), var(--shadow-key-ambient-0) !important;
517
+ }
518
+ code,kbd,pre,samp{
519
+ font-family:monospace;
520
+ }
521
+ code{
522
+ background-color:rgba(0,0,0,.05);
523
+ border-radius:3px;
524
+ color:rgba(0,0,0,.87);
525
+ font-size:85%;
526
+ font-weight:400;
527
+ padding:.2em .4em;
528
+ }
529
+ table{
530
+ border:0;
531
+ border-collapse:collapse;
532
+ border-radius:0;
533
+ display:table;
534
+ font-size:var(--table-font-size);
535
+ margin:var(--table-vertical-margin) 0;
536
+ max-width:100%;
537
+ }
538
+ caption{
539
+ display:table-caption;
540
+ font-size:var(--table-caption-font-size);
541
+ font-weight:var(--table-caption-font-weight);
542
+ margin:0 0 var(--table-caption-vertical-margin);
543
+ padding:0;
544
+ text-align:center;
545
+ width:100%;
546
+ }
547
+ td,th{
548
+ border:0;
549
+ height:var(--table-cell-height);
550
+ padding:var(--table-cell-vertial-padding) var(--table-cell-horizontal-padding);
551
+ text-align:left;
552
+ vertical-align:middle;
553
+ }
554
+ th{
555
+ color:var(--table-header-color);
556
+ font-weight:var(--table-header-font-weight);
557
+ white-space:nowrap;
558
+ }
559
+ thead th{
560
+ text-align:center;
561
+ }
562
+ .v-control--sm{
563
+ --control-field-rem:var(--control-field-rem-sm);
564
+ }
565
+ .v-control--md,.v-control--sm{
566
+ font-size:var(--control-field-rem);
567
+ }
568
+ .v-control--md{
569
+ --control-field-rem:var(--control-field-rem-md);
570
+ }
571
+ .v-control--lg{
572
+ --control-field-rem:var(--control-field-rem-lg);
573
+ font-size:var(--control-field-rem);
574
+ }
575
+ .wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child,.wysiwyg ol:first-child,.wysiwyg p:first-child,.wysiwyg table:first-child,.wysiwyg ul:first-child,.wysiwyg>h1:first-child{
576
+ margin-top:0;
577
+ }
578
+ .wysiwyg h2:last-child,.wysiwyg h3:last-child,.wysiwyg h4:last-child,.wysiwyg h5:last-child,.wysiwyg h6:last-child,.wysiwyg ol:last-child,.wysiwyg p:last-child,.wysiwyg table:last-child,.wysiwyg ul:last-child,.wysiwyg>h1:last-child{
579
+ margin-bottom:0;
580
+ }
581
+ .wysiwyg p{
582
+ margin:0;
583
+ }
584
+ .v-form-selector__body{
585
+ display:block;
586
+ }
587
+ .v-form-selector__placeholder{
588
+ align-items:center;
589
+ display:flex;
590
+ font-style:italic;
591
+ margin-top:8px;
592
+ opacity:.5;
593
+ }
594
+ .v-form-selector__placeholder--error{
595
+ color:var(--main-color);
596
+ opacity:1;
597
+ }
598
+ .v-form-selector--stacked .v-form-selector__body{
599
+ align-items:flex-start;
600
+ display:flex;
601
+ flex-direction:column;
602
+ }
603
+ .v-form-control{
604
+ --my-label-color:var(--control-label-color);
605
+ --my-message-color:var(--control-message-color);
606
+ display:flex;
607
+ flex-direction:column;
608
+ margin:var(--control-horizontal-margin) 0;
609
+ max-width:100%;
610
+ }
611
+ .v-form-control--invalid:not(.v-form-control--readonly){
612
+ --my-label-color:var(--main-color);
613
+ --my-message-color:var(--main-color);
614
+ }
615
+ .v-form-control--disabled{
616
+ --my-label-color:var(--control-disabled-color);
617
+ --my-message-color:var(--control-disabled-color);
618
+ }
619
+ .v-form-control__label{
620
+ align-items:center;
621
+ align-self:flex-start;
622
+ color:var(--my-label-color);
623
+ display:flex;
624
+ font-size:var(--control-label-font-size);
625
+ font-weight:var(--control-label-font-weight);
626
+ letter-spacing:.00938em;
627
+ line-height:var(--control-label-height);
628
+ }
629
+ .v-form-control__label__hinttip{
630
+ align-items:center;
631
+ color:inherit;
632
+ cursor:pointer;
633
+ display:inline-flex;
634
+ font-size:80%;
635
+ letter-spacing:normal;
636
+ line-height:1;
637
+ margin-left:.6em;
638
+ margin-top:-.2em;
639
+ text-decoration:none;
640
+ }
641
+ .v-form-control__label__hinttip__icon{
642
+ align-items:center;
643
+ display:flex;
644
+ font-size:120%;
645
+ justify-content:center;
646
+ position:relative;
647
+ text-decoration:none !important;
648
+ }
649
+ .v-form-control__label__hinttip:focus .v-form-control__label__hinttip__icon:before,.v-form-control__label__hinttip:hover .v-form-control__label__hinttip__icon:before{
650
+ opacity:.1;
651
+ }
652
+ .v-form-control__label__hinttip__hint{
653
+ font-size:calc(var(--root-em)*.75);
654
+ }
655
+ .v-form-control__info{
656
+ display:flex;
657
+ padding-top:3px;
658
+ }
659
+ .v-form-control__appends,.v-form-control__message{
660
+ color:var(--my-message-color);
661
+ font-size:var(--control-message-font-size);
662
+ line-height:1.66;
663
+ margin:0 var(--control-message-horizontal-margin);
664
+ }
665
+ .v-form-control__message{
666
+ flex:1 0;
667
+ }
668
+ .v-form-control__appends{
669
+ flex:0 1;
670
+ margin-left:auto;
671
+ }
672
+ .v-icon{
673
+ align-items:center;
674
+ aspect-ratio:1/1;
675
+ display:inline-flex;
676
+ justify-content:center;
677
+ user-select:none;
678
+ width:1.25em;
679
+ }
680
+ .v-icon--clickable{
681
+ cursor:pointer;
682
+ }
683
+ .v-icon__body{
684
+ align-items:center;
685
+ display:inline-flex;
686
+ justify-content:center;
687
+ transition:transform .15s linear;
688
+ }
689
+ .v-skelton-loader-bone{
690
+ background:rgba(0,0,0,.12);
691
+ border-radius:inherit;
692
+ cursor:progress;
693
+ overflow:hidden;
694
+ position:relative;
695
+ }
696
+ .v-skelton-loader-bone:after{
697
+ animation:v-skelton-loader-bone-loading 1.5s infinite;
698
+ background:linear-gradient(90deg, hsla(0,0%,100%,0), hsla(0,0%,100%,.3), hsla(0,0%,100%,0));
699
+ content:"";
700
+ height:100%;
701
+ left:0;
702
+ position:absolute;
703
+ right:0;
704
+ top:0;
705
+ transform:translateX(-100%);
706
+ z-index:1;
1709
707
  }
1710
708
  }
1711
-
1712
- /* src/components/VCheckbox/VCheckbox.scss */
1713
- @layer vui {
1714
- .v-checkbox {
1715
- --my-border-color: var(--color);
1716
- --my-faux-bg-color: transparent;
1717
- }
1718
- .v-checkbox--selected,
1719
- .v-checkbox--indeterminate {
1720
- --my-border-color: transparent;
1721
- --my-faux-bg-color: var(--color);
1722
- }
1723
- .v-checkbox__faux {
1724
- display: block;
1725
- width: 100%;
1726
- height: 100%;
1727
- clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 88.25% 28.25%, 38% 78.125%, 12% 50%, 20% 42.1875%, 38% 63%, 82% 20%, 88.25% 28.25%, 100% 0);
1728
- background: var(--my-faux-bg-color);
1729
- border: solid 2px var(--my-border-color);
1730
- border-radius: var(--control-field-radius);
1731
- transition: border-color 0.2s, background-color 0.2s;
1732
- }
1733
- .v-checkbox--indeterminate .v-checkbox__faux {
1734
- clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 77.7777777778% 44.4444444444%, 77.7777777778% 55.5555555556%, 22.2222222222% 55.5555555556%, 22.2222222222% 44.4444444444%, 77.7777777778% 44.4444444444%, 100% 0);
709
+ @keyframes v-skelton-loader-bone-loading{
710
+ to{
711
+ transform:translateX(100%);
1735
712
  }
1736
713
  }
1737
-
1738
- /* src/components/VCheckable/VCheckable.scss */
1739
- @layer vui {
1740
- .v-checkable {
1741
- --outer-size: var(--control-checkable-outer-size);
1742
- --icon-size: var(--control-checkable-icon-size);
1743
- --color: var(--control-checkable-base-color);
1744
- display: inline-flex;
1745
- align-items: center;
1746
- padding-right: 1em;
1747
- cursor: pointer;
1748
- user-select: none;
1749
- }
1750
- .v-checkable--checked {
1751
- --color: var(--main-color);
1752
- }
1753
- .v-checkable--invalid:not(.v-checkable--readonly) {
1754
- --color: var(--main-color);
1755
- }
1756
- .v-checkable--disabled {
1757
- --color: var(--control-disabled-color);
1758
- pointer-events: none;
1759
- cursor: default;
1760
- }
1761
- .v-checkable--readonly {
1762
- pointer-events: none;
1763
- cursor: default;
1764
- }
1765
- .v-checkable input {
1766
- position: absolute;
1767
- width: 1px;
1768
- height: 1px;
1769
- overflow: hidden;
1770
- clip: rect(0 0 0 0);
1771
- clip-path: inset(100%);
1772
- white-space: nowrap;
1773
- }
1774
- .v-checkable__faux {
1775
- position: relative;
1776
- display: inline-flex;
1777
- flex: 0 0 var(--outer-size);
1778
- align-items: center;
1779
- justify-content: center;
1780
- width: var(--outer-size);
1781
- height: var(--outer-size);
1782
- margin: var(--control-checkable-faux-margin);
1783
- margin-left: 0;
1784
- color: var(--color);
1785
- cursor: pointer;
1786
- }
1787
- .v-checkable__faux__icon {
1788
- position: relative;
1789
- display: block;
1790
- width: var(--icon-size);
1791
- height: var(--icon-size);
1792
- pointer-events: none;
1793
- transform: scale(var(--control-checkable-faux-scale));
1794
- }
1795
- .v-checkable__faux::before {
1796
- position: absolute;
1797
- inset: 0;
1798
- display: block;
1799
- pointer-events: none;
1800
- content: "";
1801
- background: currentColor;
1802
- border-radius: 50%;
1803
- opacity: 0;
1804
- transition: opacity 0.2s;
1805
- }
1806
- .v-checkable__faux:hover::before {
1807
- opacity: 0.1;
1808
- }
1809
- .v-checkable--custom-icon .v-checkable__faux {
1810
- flex-basis: auto;
1811
- width: auto;
1812
- }
1813
- .v-checkable--custom-icon .v-checkable__faux::before {
1814
- content: none;
1815
- }
1816
- .v-checkable:focus-within .v-checkable__faux::before {
1817
- opacity: 0.2;
1818
- }
1819
- .v-checkable__label {
1820
- line-height: 1.5;
1821
- }
1822
- .v-checkable--disabled .v-checkable__label {
1823
- color: var(--color);
714
+ @layer vui{
715
+ .v-busy-image{
716
+ display:inline-block;
717
+ max-width:100%;
718
+ position:relative;
719
+ vertical-align:bottom;
720
+ }
721
+ .v-busy-image--clickable{
722
+ cursor:pointer;
723
+ }
724
+ .v-busy-image--cover{
725
+ background-position:50%;
726
+ background-repeat:no-repeat;
727
+ background-size:cover;
728
+ }
729
+ .v-busy-image--loading:before{
730
+ animation:v-tiny-image-blink 1.5s ease-in-out infinite normal;
731
+ background:rgba(0,0,0,.1);
732
+ content:"";
733
+ display:block;
734
+ inset:0;
735
+ position:absolute;
736
+ }
737
+ .v-busy-image__node{
738
+ display:inline-block;
739
+ max-width:100%;
740
+ position:relative;
741
+ vertical-align:bottom;
742
+ }
743
+ .v-busy-image__slot{
744
+ height:100%;
745
+ left:0;
746
+ pointer-events:none;
747
+ position:absolute;
748
+ top:0;
749
+ width:100%;
750
+ }
751
+ @keyframes v-tiny-image-blink{
752
+ 0%{
753
+ opacity:1;
754
+ }
755
+ 50%{
756
+ opacity:0;
757
+ }
758
+ to{
759
+ opacity:1;
760
+ }
1824
761
  }
1825
762
  }
1826
-
1827
- /* src/components/VRadio/VRadio.scss */
1828
- @layer vui {
1829
- .v-radio {
1830
- --my-color: var(--color);
1831
- }
1832
- .v-radio__faux {
1833
- position: relative;
1834
- display: block;
1835
- width: 100%;
1836
- height: 100%;
1837
- transition: border-color 0.2s, background-color 0.2s;
1838
- }
1839
- .v-radio__faux::before,
1840
- .v-radio__faux::after {
1841
- position: absolute;
1842
- display: block;
1843
- content: "";
1844
- border-radius: 100%;
1845
- }
1846
- .v-radio__faux::before {
1847
- inset: 0;
1848
- border: solid 2px currentColor;
1849
- }
1850
- .v-radio__faux::after {
1851
- top: 50%;
1852
- left: 50%;
1853
- width: 50%;
1854
- height: 50%;
1855
- background: currentColor;
1856
- transition: transform 0.2s;
1857
- transform: translate(-50%, -50%) scale(0);
1858
- }
1859
- .v-radio--selected .v-radio__faux::after {
1860
- transform: translate(-50%, -50%) scale(1);
763
+ @layer vui{
764
+ .v-grid-item{
765
+ display:block;
766
+ }
767
+ .v-grid-container{
768
+ display:flex;
769
+ flex-wrap:wrap;
770
+ }
771
+ .v-paper{
772
+ --paper-radius:var(--control-field-radius);
773
+ background-color:var(--paper-background--color);
774
+ border-radius:var(--paper-radius);
775
+ color:var(--paper-text-color);
776
+ display:block;
777
+ }
778
+ .v-paper--plain{
779
+ --paper-background--color:var(--palette-background);
780
+ --paper-text-color:inherit;
781
+ --paper-link-color:var(--link-color);
782
+ }
783
+ .v-paper--has-color{
784
+ --paper-background--color:var(--main-color);
785
+ --paper-text-color:var(--text-color);
786
+ --paper-link-color:var(--nav-color);
787
+ }
788
+ .v-paper__inner{
789
+ border-radius:inherit;
790
+ position:relative;
791
+ }
792
+ .v-paper--square{
793
+ --paper-radius:0px;
794
+ }
795
+ .v-paper__header{
796
+ border-top-left-radius:inherit;
797
+ border-top-right-radius:inherit;
798
+ }
799
+ .v-paper__footer{
800
+ border-bottom-left-radius:inherit;
801
+ border-bottom-right-radius:inherit;
802
+ }
803
+ .v-avatar{
804
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
805
+ --avatar-radius:50%;
806
+ --avatar-font-weight:var(--typo-medium-weight);
807
+ --avatar-base-font-size:var(--typo-base-size);
808
+ --avatar-font-size:var(--avatar-base-font-size);
809
+ --shadow-color:transparent !important;
810
+ --focusShadow-color:transparent !important;
811
+ align-items:center;
812
+ appearance:none;
813
+ border-radius:var(--avatar-radius);
814
+ border-style:solid;
815
+ border-width:1px;
816
+ cursor:pointer;
817
+ cursor:default;
818
+ display:inline-flex;
819
+ flex-basis:var(--avatar-size);
820
+ font-size:var(--avatar-font-size);
821
+ font-weight:var(--avatar-font-weight);
822
+ height:var(--avatar-size);
823
+ justify-content:center;
824
+ line-height:1;
825
+ min-width:var(--avatar-size);
826
+ outline:0;
827
+ overflow:hidden;
828
+ padding:0;
829
+ text-align:center;
830
+ touch-action:manipulation;
831
+ user-select:none;
832
+ vertical-align:bottom;
833
+ width:var(--avatar-size);
1861
834
  }
1862
835
  }
1863
-
1864
- /* src/components/VSwitch/VSwitch.scss */
1865
- @layer vui {
1866
- .v-switch {
1867
- --my-pin-color: var(--palette-background);
1868
- }
1869
- .v-switch--selected {
1870
- --my-pin-color: var(--color);
1871
- }
1872
- .v-switch__faux {
1873
- position: relative;
1874
- display: flex;
1875
- align-items: center;
1876
- justify-content: center;
1877
- width: 100%;
1878
- width: var(--control-switch-width);
1879
- height: 100%;
1880
- cursor: pointer;
1881
- }
1882
- .v-switch__faux::before {
1883
- display: block;
1884
- width: var(--control-switch-track-width);
1885
- height: var(--control-switch-track-height);
1886
- content: "";
1887
- background: var(--color);
1888
- border-radius: calc(var(--control-switch-track-height) / 2);
1889
- opacity: 0.5;
1890
- }
1891
- .v-switch__faux__pin {
1892
- position: absolute;
1893
- top: 0;
1894
- bottom: 0;
1895
- left: 0;
1896
- display: flex;
1897
- align-items: center;
1898
- justify-content: center;
1899
- width: var(--outer-size);
1900
- height: var(--outer-size);
1901
- border-radius: 50%;
1902
- transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
1903
- }
1904
- .v-switch__faux__pin::before,
1905
- .v-switch__faux__pin::after {
1906
- display: block;
1907
- content: "";
1908
- }
1909
- .v-switch__faux__pin::before {
1910
- position: absolute;
1911
- width: 100%;
1912
- height: 100%;
1913
- background: currentColor;
1914
- border-radius: 50%;
1915
- opacity: 0;
1916
- transition: opacity 0.2s;
1917
- }
1918
- .v-switch__faux__pin::after {
1919
- position: relative;
1920
- width: var(--icon-size);
1921
- height: var(--icon-size);
1922
- background: var(--my-pin-color);
1923
- border-radius: 50%;
1924
- box-shadow:
1925
- rgba(0, 0, 0, 0.2) 0 2px 1px -1px,
1926
- rgba(0, 0, 0, 0.14) 0 1px 1px 0,
1927
- rgba(0, 0, 0, 0.12) 0 1px 3px 0;
1928
- transform: scale(var(--control-checkable-faux-scale));
1929
- }
1930
- .v-switch--selected .v-switch__faux__pin {
1931
- left: calc(100% - var(--outer-size));
1932
- }
1933
- .v-switch--disabled .v-switch__faux::before {
1934
- background-color: #000;
1935
- opacity: 0.12;
1936
- }
1937
- .v-switch--disabled .v-switch__faux__pin::after {
1938
- background-color: rgb(245, 245, 245);
1939
- }
1940
- .v-switch__faux:hover .v-switch__faux__pin::before {
1941
- opacity: 0.1;
1942
- }
1943
- .v-switch:focus-within .v-switch__faux__pin::before {
1944
- opacity: 0.1;
836
+ @layer vui{
837
+ .v-avatar::-moz-focus-inner{
838
+ border:0;
839
+ }
840
+ .v-avatar,.v-avatar:focus,.v-avatar:hover{
841
+ text-decoration:none;
842
+ }
843
+ .v-avatar--clickable{
844
+ cursor:pointer;
845
+ }
846
+ .v-avatar--sm{
847
+ --avatar-size:36px;
848
+ --avatar-font-size:calc(var(--avatar-base-font-size)*0.75);
849
+ }
850
+ .v-avatar--md{
851
+ --avatar-size:48px;
852
+ }
853
+ .v-avatar--lg{
854
+ --avatar-size:62px;
855
+ --avatar-font-size:calc(var(--avatar-base-font-size)*1.25);
856
+ }
857
+ .v-avatar--rounded{
858
+ --avatar-radius:4px;
859
+ }
860
+ .v-avatar--tile{
861
+ --avatar-radius:0;
862
+ }
863
+ .v-avatar img,.v-avatar__image{
864
+ border-radius:inherit;
865
+ display:inline-flex;
866
+ height:inherit !important;
867
+ object-fit:cover;
868
+ width:inherit !important;
869
+ }
870
+ .v-chip{
871
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
872
+ --chip-radius:calc(var(--chip-height)/2);
873
+ --shadow-color:transparent !important;
874
+ --focusShadow-color:transparent !important;
875
+ align-items:center;
876
+ appearance:none;
877
+ border-radius:var(--chip-radius);
878
+ border-style:solid;
879
+ border-width:1px;
880
+ cursor:pointer;
881
+ cursor:default;
882
+ display:inline-flex;
883
+ font-size:var(--chip-font-size);
884
+ font-weight:var(--chip-font-weight);
885
+ height:var(--chip-height);
886
+ justify-content:center;
887
+ line-height:1;
888
+ outline:0;
889
+ overflow:hidden;
890
+ padding:0;
891
+ padding:0 var(--chip-padding);
892
+ text-align:center;
893
+ touch-action:manipulation;
894
+ user-select:none;
895
+ vertical-align:bottom;
896
+ white-space:nowrap;
1945
897
  }
1946
898
  }
1947
-
1948
- /* src/components/VOption/VOption.scss */
1949
- @layer vui {
1950
- .v-option {
1951
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1952
- padding: 0;
1953
- touch-action: manipulation;
1954
- cursor: pointer;
1955
- user-select: none;
1956
- border-width: 0;
1957
- outline: 0;
1958
- appearance: none;
1959
- position: relative;
1960
- display: flex;
1961
- width: 100%;
1962
- padding: 0.75em 1em;
1963
- }
1964
- .v-option::-moz-focus-inner {
1965
- border: 0;
1966
- }
1967
- .v-option,
1968
- .v-option:hover,
1969
- .v-option:focus {
1970
- text-decoration: none;
1971
- }
1972
- .v-option input {
1973
- position: absolute;
1974
- width: 1px;
1975
- height: 1px;
1976
- overflow: hidden;
1977
- clip: rect(0 0 0 0);
1978
- clip-path: inset(100%);
1979
- white-space: nowrap;
1980
- }
1981
- .v-option::before,
1982
- .v-option::after {
1983
- position: absolute;
1984
- inset: 0;
1985
- display: block;
1986
- pointer-events: none;
1987
- content: "";
1988
- opacity: 0;
1989
- transition: opacity 0.2s;
1990
- }
1991
- .v-option::before {
1992
- background: currentColor;
1993
- }
1994
- .v-option::after {
1995
- background: var(--palette-primary);
1996
- }
1997
- .v-option:hover::before,
1998
- .v-option:focus-within::before,
1999
- .v-option--key-focused::before {
2000
- opacity: 0.12;
2001
- }
2002
- .v-option__label {
2003
- position: relative;
2004
- display: block;
2005
- }
2006
- .v-option--selected::after {
2007
- opacity: 0.12;
2008
- }
2009
- .v-option--selected .v-option__label {
2010
- font-weight: 500;
2011
- color: var(--palette-primary);
2012
- }
2013
- .v-option--has-not-value .v-option__label {
2014
- font-style: italic;
2015
- }
2016
- .v-option[disabled],
2017
- .v-option[tabindex="-1"] {
2018
- color: var(--palette-muted);
2019
- pointer-events: none;
2020
- opacity: 0.4;
2021
- }
2022
- .v-option[disabled]::before,
2023
- .v-option[tabindex="-1"]::before {
2024
- opacity: 0 !important;
899
+ @layer vui{
900
+ .v-chip::-moz-focus-inner{
901
+ border:0;
902
+ }
903
+ .v-chip,.v-chip:focus,.v-chip:hover{
904
+ text-decoration:none;
905
+ }
906
+ .v-chip--clickable{
907
+ cursor:pointer;
908
+ }
909
+ .v-chip--xs{
910
+ --chip-height:var(--chip-height-xs);
911
+ --chip-font-size:var(--chip-font-size-xs);
912
+ }
913
+ .v-chip--sm{
914
+ --chip-height:var(--chip-height-sm);
915
+ --chip-font-size:var(--chip-font-size-sm);
916
+ }
917
+ .v-chip--md{
918
+ --chip-height:var(--chip-height-md);
919
+ --chip-font-size:var(--chip-font-size-md);
920
+ }
921
+ .v-chip--lg{
922
+ --chip-height:var(--chip-height-lg);
923
+ --chip-font-size:var(--chip-font-size-lg);
924
+ }
925
+ .v-chip--xl{
926
+ --chip-height:var(--chip-height-xl);
927
+ --chip-font-size:var(--chip-font-size-xl);
928
+ }
929
+ .v-chip--label{
930
+ --chip-radius:4px;
931
+ }
932
+ .v-chip__icon--start{
933
+ margin-left:calc(var(--chip-padding)*-.5);
934
+ margin-right:calc(var(--chip-padding)*.5);
935
+ }
936
+ .v-chip__icon--end{
937
+ margin-left:calc(var(--chip-padding)*.5);
938
+ margin-right:calc(var(--chip-padding)*-.5);
939
+ }
940
+ .v-chip .v-avatar{
941
+ --avatar-size:14px;
942
+ }
943
+ .v-card{
944
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
945
+ appearance:none;
946
+ border:0;
947
+ outline:0;
948
+ padding:0;
949
+ position:relative;
950
+ text-align:left;
951
+ touch-action:manipulation;
952
+ user-select:none;
953
+ width:100%;
2025
954
  }
2026
955
  }
2027
-
2028
- /* src/components/VOptionGroup/VOptionGroup.scss */
2029
- @layer vui {
2030
- .v-option-group {
2031
- display: block;
2032
- }
2033
- .v-option-group__label {
2034
- padding: 1em;
2035
- font-size: 0.875em;
2036
- color: var(--palette-caption);
2037
- opacity: 0.6;
2038
- }
2039
- .v-option-group--disabled .v-option-group__label {
2040
- color: var(--palette-muted);
2041
- opacity: 0.4;
956
+ @layer vui{
957
+ .v-card::-moz-focus-inner{
958
+ border:0;
959
+ }
960
+ .v-card,.v-card:focus,.v-card:hover{
961
+ text-decoration:none;
962
+ }
963
+ .v-card.clickable{
964
+ cursor:pointer;
965
+ }
966
+ .v-card.clickable:before{
967
+ background:currentColor;
968
+ border-radius:inherit;
969
+ content:"";
970
+ inset:0;
971
+ opacity:0;
972
+ position:absolute;
973
+ transition:.3s cubic-bezier(.25, .8, .5, 1);
974
+ }
975
+ .v-card.clickable:focus:before,.v-card.clickable:hover:before{
976
+ opacity:.125;
977
+ }
978
+ .v-card[disabled]{
979
+ pointer-events:none;
980
+ }
981
+ .v-card[disabled]:before{
982
+ content:none;
983
+ }
984
+ .v-card-content{
985
+ padding:var(--card-content-padding);
986
+ }
987
+ .v-card-actions{
988
+ align-items:center;
989
+ display:flex;
990
+ padding:var(--card-actions-padding);
991
+ }
992
+ .v-card-actions .v-btn{
993
+ margin-bottom:0;
994
+ margin-top:0;
995
+ }
996
+ .v-button{
997
+ --padding:1em;
998
+ --height:2.5714285714em;
999
+ --icon-margin:0.6em;
1000
+ align-items:center;
1001
+ appearance:none;
1002
+ border-radius:var(--control-field-radius);
1003
+ border-style:solid;
1004
+ border-width:1px;
1005
+ cursor:pointer;
1006
+ display:inline-flex;
1007
+ flex:0 0 auto;
1008
+ font:inherit;
1009
+ font-weight:500;
1010
+ height:var(--height);
1011
+ justify-content:center;
1012
+ letter-spacing:.0892857143em;
1013
+ line-height:1;
1014
+ margin:calc(var(--root-em)*.375) calc(var(--root-em)*.5);
1015
+ min-width:calc(var(--root-em)*4);
1016
+ outline:0;
1017
+ overflow:hidden;
1018
+ padding:0 var(--padding);
1019
+ position:relative;
1020
+ text-decoration:none;
1021
+ text-transform:uppercase;
1022
+ transition:.3s cubic-bezier(.25, .8, .5, 1),color 1ms;
1023
+ user-select:none;
1024
+ vertical-align:bottom;
1025
+ }
1026
+ .v-button--align-left{
1027
+ justify-content:flex-start;
1028
+ }
1029
+ .v-button--align-right{
1030
+ justify-content:flex-end;
1031
+ }
1032
+ .v-button--plain{
1033
+ color:inherit !important;
1034
+ }
1035
+ .v-button--plain[disabled]{
1036
+ opacity:.5;
1037
+ }
1038
+ .v-button--sm{
1039
+ font-size:calc(var(--root-em)*.75);
1040
+ }
1041
+ .v-button--md{
1042
+ font-size:calc(var(--root-em)*.875);
1043
+ }
1044
+ .v-button--lg{
1045
+ font-size:calc(var(--root-em)*1.375);
1046
+ }
1047
+ .v-button--rounded{
1048
+ --padding:0;
1049
+ --height:auto;
1050
+ aspect-ratio:1/1;
1051
+ border-radius:50%;
1052
+ min-width:0;
1053
+ }
1054
+ .v-button--icon,.v-button--rounded{
1055
+ margin:calc(var(--root-em)*.125) calc(var(--root-em)*.125);
1056
+ }
1057
+ .v-button--icon{
1058
+ --height:1.9285714286em;
1059
+ --padding:0em;
1060
+ min-width:1.9285714286em;
2042
1061
  }
2043
1062
  }
2044
-
2045
- /* src/components/VSelect/VSelect.scss */
2046
- @layer vui {
2047
- .v-select__input {
2048
- cursor: pointer;
2049
- }
2050
- .v-select__input__element {
2051
- position: absolute;
2052
- width: 1px;
2053
- height: 1px;
2054
- overflow: hidden;
2055
- clip: rect(0 0 0 0);
2056
- clip-path: inset(100%);
2057
- white-space: nowrap;
2058
- }
2059
- .v-select__body {
2060
- padding: 0.5em 0;
2061
- }
2062
- .v-select__selections {
2063
- display: table;
2064
- width: 100%;
2065
- table-layout: fixed;
2066
- }
2067
- .v-select__selections__inner {
2068
- display: table-cell;
2069
- overflow: hidden;
2070
- text-overflow: ellipsis;
2071
- white-space: nowrap;
2072
- vertical-align: middle;
2073
- }
2074
- .v-select--multiple .v-select__selections {
2075
- display: block;
2076
- }
2077
- .v-select--multiple .v-select__selections__inner {
2078
- display: block;
2079
- overflow: auto;
2080
- white-space: unset;
2081
- }
2082
- .v-select--multiple .v-control-field__body {
2083
- padding: 0.2em 0;
2084
- }
2085
- .v-select__placeholder {
2086
- font-style: italic;
2087
- color: var(--control-disabled-color);
1063
+ @layer vui{
1064
+ .v-button::-moz-focus-inner{
1065
+ border:0;
1066
+ }
1067
+ .v-button[disabled]{
1068
+ cursor:default;
1069
+ }
1070
+ .v-button--spacer-left{
1071
+ margin-left:auto;
1072
+ }
1073
+ .v-button--spacer-right{
1074
+ margin-right:auto;
1075
+ }
1076
+ .v-button__content{
1077
+ align-items:center;
1078
+ display:flex;
1079
+ justify-content:center;
1080
+ justify-self:stretch;
1081
+ pointer-events:none;
1082
+ }
1083
+ .v-button--loading .v-button__content{
1084
+ opacity:0;
1085
+ }
1086
+ .v-button__icon--start{
1087
+ margin-right:var(--icon-margin);
1088
+ }
1089
+ .v-button__icon--end{
1090
+ margin-left:var(--icon-margin);
1091
+ }
1092
+ .v-button__loading{
1093
+ left:50%;
1094
+ position:absolute;
1095
+ top:50%;
1096
+ transform:translate(-50%, -50%);
1097
+ z-index:1;
1098
+ }
1099
+ .v-button-group{
1100
+ align-items:stretch;
1101
+ display:inline-flex;
1102
+ }
1103
+ .v-button-group__item{
1104
+ margin:0;
1105
+ position:relative;
1106
+ }
1107
+ .v-button-group__item--has-left{
1108
+ border-bottom-left-radius:0;
1109
+ border-top-left-radius:0;
1110
+ }
1111
+ .v-button-group__item--has-right{
1112
+ border-bottom-right-radius:0;
1113
+ border-top-right-radius:0;
1114
+ }
1115
+ .v-button-group__item:focus{
1116
+ z-index:1;
1117
+ }
1118
+ .v-pagination{
1119
+ --pagination-size:var(--pagination-item-size);
1120
+ --pagination-margin:var(--pagination-item-margin);
1121
+ --pagination-font-size:var(--pagination-item-font-size);
1122
+ --pagination-radius:var(--pagination-item-radius);
1123
+ align-items:center;
1124
+ display:flex;
1125
+ font-weight:700;
1126
+ line-height:1;
1127
+ overflow:hidden;
1128
+ }
1129
+ .v-pagination:before{
1130
+ content:none;
1131
+ margin:var(--pagination-margin);
1132
+ width:var(--pagination-size);
1133
+ }
1134
+ .v-pagination--left{
1135
+ justify-content:flex-start;
1136
+ }
1137
+ .v-pagination--center{
1138
+ justify-content:center;
1139
+ }
1140
+ .v-pagination--right{
1141
+ justify-content:flex-end;
1142
+ }
1143
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1144
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1145
+ align-items:center;
1146
+ appearance:none;
1147
+ border-radius:var(--pagination-radius);
1148
+ border-width:0;
1149
+ color:inherit;
1150
+ cursor:pointer;
1151
+ display:flex;
1152
+ font-size:var(--pagination-font-size);
1153
+ height:var(--pagination-size);
1154
+ justify-content:center;
1155
+ margin:calc(var(--pagination-margin)*.5);
1156
+ min-width:var(--pagination-size);
1157
+ outline:0;
1158
+ padding:0;
1159
+ touch-action:manipulation;
1160
+ transition:.1s;
1161
+ user-select:none;
2088
1162
  }
2089
1163
  }
2090
-
2091
- /* src/components/VTextField/VTextField.scss */
2092
- @layer vui {
2093
- .v-text-field__input {
2094
- cursor: text;
2095
- }
2096
- .v-text-field__input__element {
2097
- width: 100%;
2098
- min-width: 0;
2099
- padding: 0;
2100
- margin: 0;
2101
- overflow: hidden;
2102
- font-size: inherit;
2103
- line-height: inherit;
2104
- text-overflow: ellipsis;
2105
- letter-spacing: inherit;
2106
- white-space: nowrap;
2107
- background: transparent;
2108
- border: 0;
2109
- border-radius: 0;
2110
- outline: 0;
2111
- }
2112
- .v-text-field__input__element:-webkit-autofill:-webkit-autofill,
2113
- .v-text-field__input__element:-webkit-autofill:-webkit-autofill:hover,
2114
- .v-text-field__input__element:-webkit-autofill:-webkit-autofill:focus,
2115
- .v-text-field__input__element:-webkit-autofill:-webkit-autofill:active {
2116
- color: inherit !important;
2117
- transition: background-color 5000s;
2118
- -webkit-text-fill-color: #fff !important;
2119
- }
2120
- .v-text-field__input__element::-ms-clear {
2121
- display: none;
2122
- }
2123
- .v-text-field__input__element::placeholder {
2124
- font-style: italic;
2125
- color: var(--control-disabled-color);
1164
+ @layer vui{
1165
+ .v-pagination a.v-pagination__item::-moz-focus-inner,.v-pagination__item::-moz-focus-inner{
1166
+ border:0;
1167
+ }
1168
+ .v-pagination a.v-pagination__item,.v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item,.v-pagination__item:focus,.v-pagination__item:hover{
1169
+ text-decoration:none;
1170
+ }
1171
+ .v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item:focus,.v-pagination__item:hover{
1172
+ background:rgba(0,0,0,.1);
1173
+ }
1174
+ .v-pagination a.v-pagination__item--active,.v-pagination a.v-pagination__item--active:active,.v-pagination a.v-pagination__item--active:focus,.v-pagination a.v-pagination__item--active:hover,.v-pagination__item--active,.v-pagination__item--active:active,.v-pagination__item--active:focus,.v-pagination__item--active:hover{
1175
+ background-color:var(--main-color);
1176
+ color:var(--text-color);
1177
+ pointer-events:none;
1178
+ }
1179
+ .v-pagination a.v-pagination__item--disabled,.v-pagination a.v-pagination__item--truncate,.v-pagination__item--disabled,.v-pagination__item--truncate{
1180
+ background:transparent !important;
1181
+ color:var(--palette-muted) !important;
1182
+ pointer-events:none !important;
1183
+ }
1184
+ .v-pagination a.v-pagination__item .v-icon,.v-pagination__item .v-icon{
1185
+ font-size:125%;
1186
+ }
1187
+ .v-pagination--dense .v-pagination__item{
1188
+ --pagination-size:var(--pagination-item-size-dense);
1189
+ --pagination-margin:var(--pagination-item-margin-dense);
1190
+ --pagination-font-size:var(--pagination-item-font-size-dense);
1191
+ }
1192
+ .v-pagination--disabled .v-pagination__item{
1193
+ color:var(--palette-muted);
1194
+ pointer-events:none;
1195
+ }
1196
+ .v-pagination--disabled .v-pagination__item:focus,.v-pagination--disabled .v-pagination__item:hover{
1197
+ background:transparent;
1198
+ }
1199
+ .v-pagination--disabled .v-pagination__item--active{
1200
+ background:var(--palette-muted);
1201
+ }
1202
+ .v-list-tile{
1203
+ --tile-background:var(--main-color, transparent);
1204
+ --tile-active-background:var(--deep-color, transparent);
1205
+ --tile-text-color:var(--text-color);
1206
+ --tile-text-active-color:var(--text-color);
1207
+ --tile-pin-color:transparent;
1208
+ --paper-link-color:var(--tile-text-color);
1209
+ --depth-padding:var(--list-tile-padding);
1210
+ align-items:center;
1211
+ appearance:none;
1212
+ background:var(--tile-background);
1213
+ border:0;
1214
+ border-left:3px solid var(--tile-pin-color);
1215
+ border-radius:0;
1216
+ color:var(--tile-text-color) !important;
1217
+ display:flex;
1218
+ outline:0;
1219
+ padding:var(--list-tile-padding);
1220
+ padding-left:var(--depth-padding);
1221
+ text-align:left;
1222
+ text-decoration:none;
1223
+ transition:color .15s cubic-bezier(.4, 0, .2, 1) 0ms,background-color .15s cubic-bezier(.4, 0, .2, 1) 0ms;
1224
+ user-select:none;
1225
+ width:100%;
1226
+ }
1227
+ .v-list-tile--clickable{
1228
+ --tile-text-color:var(--nav-color);
1229
+ --tile-text-active-color:var(--navActive-color, var(--nav-color));
1230
+ cursor:pointer;
1231
+ }
1232
+ .v-list-tile--clickable:focus,.v-list-tile--clickable:hover{
1233
+ --tile-background:var(--tile-active-background);
1234
+ --tile-text-color:var(--tile-text-active-color);
1235
+ }
1236
+ .v-list-tile--active{
1237
+ --tile-pin-color:var(--pin-color);
1238
+ --tile-text-color:var(--tile-text-active-color);
1239
+ --tile-background:var(--tile-active-background);
1240
+ }
1241
+ .v-list-tile__body{
1242
+ font-size:.8125rem;
1243
+ font-weight:500;
1244
+ line-height:1.5;
1245
+ }
1246
+ .v-list-tile__icon{
1247
+ min-width:2em;
1248
+ }
1249
+ .v-list-tile__icon--end{
1250
+ margin-left:auto;
1251
+ text-align:right;
1252
+ }
1253
+ .v-drawer-layout{
1254
+ display:block;
1255
+ height:100%;
1256
+ width:100%;
1257
+ }
1258
+ .v-drawer-layout__inner{
1259
+ align-items:stretch;
1260
+ display:flex;
1261
+ flex-direction:column;
1262
+ height:100%;
1263
+ width:100%;
1264
+ }
1265
+ .v-drawer-layout__header{
1266
+ align-items:center;
1267
+ display:flex;
1268
+ flex:0 0 var(--val-topToolbar-height);
1269
+ height:var(--val-topToolbar-height);
1270
+ justify-content:center;
1271
+ }
1272
+ .v-drawer-layout__body{
1273
+ -webkit-overflow-scrolling:touch;
1274
+ flex:1 1 100%;
1275
+ overflow:auto;
1276
+ }
1277
+ .v-drawer-layout__footer{
1278
+ flex:0 0 auto;
1279
+ margin-top:auto;
1280
+ }
1281
+ .v-hero{
1282
+ --hero-background-color:var(--main-color);
1283
+ --hero-text-color:var(--text-color);
1284
+ align-items:center;
1285
+ background-color:var(--hero-background-color);
1286
+ color:var(--hero-text-color);
1287
+ display:flex;
1288
+ margin:0;
1289
+ padding:20px 30px;
1290
+ }
1291
+ .v-hero__title{
1292
+ color:inherit;
1293
+ flex:1 1 100%;
1294
+ font-size:1.75rem;
1295
+ font-weight:300;
1296
+ line-height:1;
1297
+ margin:0;
1298
+ }
1299
+ .v-hero__adornment{
1300
+ flex:0 0 auto;
1301
+ margin-left:auto;
1302
+ padding-left:10px;
1303
+ }
1304
+ .v-navigation-item--opened{
1305
+ --tile-background:var(--tile-active-background);
1306
+ --tile-text-color:var(--tile-text-active-color);
1307
+ }
1308
+ .v-navigation-item__expand{
1309
+ transition:height .2s;
1310
+ }
1311
+ .v-navigation-item__expand .v-navigation-item{
1312
+ --tile-background:var(--tile-active-background);
1313
+ }
1314
+ .v-navigation-item--depth-1{
1315
+ --depth-padding:calc(var(--list-tile-padding)*2);
1316
+ }
1317
+ .v-navigation-item--depth-2{
1318
+ --depth-padding:calc(var(--list-tile-padding)*3);
1319
+ }
1320
+ .v-navigation-item--depth-3{
1321
+ --depth-padding:calc(var(--list-tile-padding)*4);
1322
+ }
1323
+ .v-navigation__caption{
1324
+ color:var(--caption-color);
1325
+ display:block;
1326
+ font-size:.75rem;
1327
+ margin:1em 0 0;
1328
+ padding:calc(var(--root-em)*.625) calc(var(--root-em)*1.5625);
1329
+ text-transform:uppercase;
1330
+ }
1331
+ .v-control-field{
1332
+ --my-bottom-color:var(--control-field-bottom-color);
1333
+ --my-bottom-hover-color:var(--control-field-bottom-hover-color);
1334
+ --my-focused-color:var(--main-color);
1335
+ --my-fill-color:var(--control-field-fill-color);
1336
+ --my-fill-hover-color:var(--control-field-fill-hover-color);
1337
+ --my-outline-color:var(--control-field-outline-color);
1338
+ --my-outline-hover-color:var(--control-field-outline-hover-color);
1339
+ align-items:center;
1340
+ display:inline-flex;
1341
+ font-size:var(--control-field-font-size);
1342
+ height:var(--control-field-height);
1343
+ letter-spacing:var(--control-field-letter-spacing);
1344
+ line-height:var(--control-field-line-height);
1345
+ min-width:0;
1346
+ padding:0 8px;
1347
+ position:relative;
1348
+ width:100%;
1349
+ }
1350
+ .v-control-field--invalid:not(.v-control-field--disabled):not(.v-control-field--readonly){
1351
+ --my-bottom-color:var(--main-color);
1352
+ --my-bottom-hover-color:var(--main-color);
1353
+ --my-outline-color:var(--main-color);
1354
+ --my-outline-hover-color:var(--main-color);
1355
+ }
1356
+ .v-control-field--readonly{
1357
+ cursor:default;
1358
+ }
1359
+ .v-control-field--disabled{
1360
+ color:var(--control-disabled-color);
1361
+ pointer-events:none;
1362
+ user-select:none;
1363
+ }
1364
+ .v-control-field:after,.v-control-field:before{
1365
+ bottom:0;
1366
+ content:"";
1367
+ left:0;
1368
+ pointer-events:none;
1369
+ position:absolute;
1370
+ right:0;
1371
+ }
1372
+ .v-control-field:before{
1373
+ border-bottom:1px solid var(--my-bottom-color);
1374
+ height:1px;
1375
+ transition:border-color .2s cubic-bezier(.4, 0, .2, 1) 0ms;
1376
+ }
1377
+ .v-control-field:after{
1378
+ background:var(--my-focused-color);
1379
+ height:2px;
1380
+ transform:scaleX(0);
1381
+ transition:transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
2126
1382
  }
2127
1383
  }
2128
-
2129
- /* src/components/VTextarea/VTextarea.scss */
2130
- @layer vui {
2131
- .v-textarea__input {
2132
- cursor: text;
2133
- }
2134
- .v-textarea__input__element {
2135
- width: 100%;
2136
- min-width: 0;
2137
- padding: 8px 0;
2138
- margin: 0;
2139
- font-size: inherit;
2140
- line-height: inherit;
2141
- letter-spacing: inherit;
2142
- resize: none;
2143
- background: transparent;
2144
- border: 0;
2145
- border-radius: 0;
2146
- outline: 0;
2147
- }
2148
- .v-textarea__input__element:-webkit-autofill:-webkit-autofill,
2149
- .v-textarea__input__element:-webkit-autofill:-webkit-autofill:hover,
2150
- .v-textarea__input__element:-webkit-autofill:-webkit-autofill:focus,
2151
- .v-textarea__input__element:-webkit-autofill:-webkit-autofill:active {
2152
- color: inherit !important;
2153
- transition: background-color 5000s;
2154
- -webkit-text-fill-color: #fff !important;
2155
- }
2156
- .v-textarea__input__element::-ms-clear {
2157
- display: none;
2158
- }
2159
- .v-textarea__input__element::placeholder {
2160
- font-style: italic;
2161
- color: var(--control-disabled-color);
1384
+ @layer vui{
1385
+ .v-control-field--focused,.v-control-field:focus-within{
1386
+ --my-outline-color:var(--my-focused-color);
1387
+ --my-outline-hover-color:var(--my-focused-color);
1388
+ outline:none;
1389
+ }
1390
+ .v-control-field--focused:after,.v-control-field:focus-within:after{
1391
+ transform:scaleX(1);
1392
+ }
1393
+ .v-control-field--auto-height{
1394
+ height:auto;
1395
+ }
1396
+ .v-control-field__body{
1397
+ align-items:stretch;
1398
+ align-self:stretch;
1399
+ display:flex;
1400
+ flex:1 1 auto;
1401
+ margin:0;
1402
+ }
1403
+ .v-control-field--flat{
1404
+ padding-left:0;
1405
+ padding-right:0;
1406
+ }
1407
+ .v-control-field--filled{
1408
+ background-color:var(--my-fill-color);
1409
+ border-top-left-radius:var(--control-field-radius);
1410
+ border-top-right-radius:var(--control-field-radius);
1411
+ transition:background-color .2s cubic-bezier(0, 0, .2, 1) 0ms;
1412
+ }
1413
+ .v-control-field--filled:hover:not(:focus-within){
1414
+ background-color:var(--my-fill-hover-color);
1415
+ }
1416
+ .v-control-field--filled:hover:before,.v-control-field--flat:hover:before{
1417
+ border-color:var(--my-bottom-hover-color);
1418
+ }
1419
+ .v-control-field--flat:hover:before{
1420
+ border-bottom-width:2px;
1421
+ height:2px;
1422
+ }
1423
+ .v-control-field--filled.v-control-field--disabled:before,.v-control-field--flat.v-control-field--disabled:before{
1424
+ border-bottom-style:dotted;
1425
+ }
1426
+ .v-control-field--outlined{
1427
+ border-radius:var(--control-field-radius);
1428
+ transition:box-shadow .2s cubic-bezier(0, 0, .2, 1) 0ms;
1429
+ }
1430
+ .v-control-field--outlined:before{
1431
+ background:transparent;
1432
+ border:1px solid var(--my-outline-color);
1433
+ border-radius:inherit;
1434
+ height:auto;
1435
+ top:0;
1436
+ }
1437
+ .v-control-field--outlined:hover:before{
1438
+ border-color:var(--my-outline-hover-color);
1439
+ }
1440
+ .v-control-field--outlined:after{
1441
+ content:none;
1442
+ }
1443
+ .v-control-field--outlined:focus-within{
1444
+ box-shadow:0 0 1px var(--shadow-color), 0 0 2px 2px var(--focusShadow-color);
1445
+ }
1446
+ .v-control-field__adornment--start{
1447
+ padding-right:.25em;
1448
+ }
1449
+ .v-control-field__adornment--end{
1450
+ padding-left:.25em;
1451
+ }
1452
+ .v-control-field__adornment .v-icon{
1453
+ font-size:1.2em;
1454
+ }
1455
+ .v-text-counter{
1456
+ white-space:nowrap;
1457
+ }
1458
+ .v-checkbox{
1459
+ --my-border-color:var(--color);
1460
+ --my-faux-bg-color:transparent;
1461
+ }
1462
+ .v-checkbox--indeterminate,.v-checkbox--selected{
1463
+ --my-border-color:transparent;
1464
+ --my-faux-bg-color:var(--color);
1465
+ }
1466
+ .v-checkbox__faux{
1467
+ background:var(--my-faux-bg-color);
1468
+ border:2px solid var(--my-border-color);
1469
+ border-radius:var(--control-field-radius);
1470
+ clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 88.25% 28.25%, 38% 78.125%, 12% 50%, 20% 42.1875%, 38% 63%, 82% 20%, 88.25% 28.25%, 100% 0);
1471
+ display:block;
1472
+ height:100%;
1473
+ transition:border-color .2s,background-color .2s;
1474
+ width:100%;
1475
+ }
1476
+ .v-checkbox--indeterminate .v-checkbox__faux{
1477
+ clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 77.7777777778% 44.4444444444%, 77.7777777778% 55.5555555556%, 22.2222222222% 55.5555555556%, 22.2222222222% 44.4444444444%, 77.7777777778% 44.4444444444%, 100% 0);
1478
+ }
1479
+ .v-checkable{
1480
+ --outer-size:var(--control-checkable-outer-size);
1481
+ --icon-size:var(--control-checkable-icon-size);
1482
+ --color:var(--control-checkable-base-color);
1483
+ align-items:center;
1484
+ cursor:pointer;
1485
+ display:inline-flex;
1486
+ padding-right:1em;
1487
+ user-select:none;
1488
+ }
1489
+ .v-checkable--checked,.v-checkable--invalid:not(.v-checkable--readonly){
1490
+ --color:var(--main-color);
1491
+ }
1492
+ .v-checkable--disabled{
1493
+ --color:var(--control-disabled-color);
1494
+ }
1495
+ .v-checkable--disabled,.v-checkable--readonly{
1496
+ cursor:default;
1497
+ pointer-events:none;
1498
+ }
1499
+ .v-checkable input{
1500
+ clip:rect(0 0 0 0);
1501
+ clip-path:inset(100%);
1502
+ height:1px;
1503
+ overflow:hidden;
1504
+ position:absolute;
1505
+ white-space:nowrap;
1506
+ width:1px;
1507
+ }
1508
+ .v-checkable__faux{
1509
+ align-items:center;
1510
+ color:var(--color);
1511
+ cursor:pointer;
1512
+ display:inline-flex;
1513
+ flex:0 0 var(--outer-size);
1514
+ height:var(--outer-size);
1515
+ justify-content:center;
1516
+ margin:var(--control-checkable-faux-margin);
1517
+ margin-left:0;
1518
+ position:relative;
1519
+ width:var(--outer-size);
1520
+ }
1521
+ .v-checkable__faux__icon{
1522
+ display:block;
1523
+ height:var(--icon-size);
1524
+ pointer-events:none;
1525
+ position:relative;
1526
+ transform:scale(var(--control-checkable-faux-scale));
1527
+ width:var(--icon-size);
1528
+ }
1529
+ .v-checkable__faux:before{
1530
+ background:currentColor;
1531
+ border-radius:50%;
1532
+ content:"";
1533
+ display:block;
1534
+ inset:0;
1535
+ opacity:0;
1536
+ pointer-events:none;
1537
+ position:absolute;
1538
+ transition:opacity .2s;
1539
+ }
1540
+ .v-checkable__faux:hover:before{
1541
+ opacity:.1;
1542
+ }
1543
+ .v-checkable--custom-icon .v-checkable__faux{
1544
+ flex-basis:auto;
1545
+ width:auto;
1546
+ }
1547
+ .v-checkable--custom-icon .v-checkable__faux:before{
1548
+ content:none;
2162
1549
  }
2163
1550
  }
2164
-
2165
- /* src/components/VTabs/VTabs.scss */
2166
- @layer vui {
2167
- .v-tabs {
2168
- position: relative;
2169
- width: 100%;
2170
- height: var(--tabs-height);
2171
- overflow: hidden;
2172
- }
2173
- .v-tabs::before {
2174
- position: absolute;
2175
- right: 0;
2176
- bottom: 0;
2177
- left: 0;
2178
- display: block;
2179
- height: 2px;
2180
- content: "";
2181
- background: currentColor;
2182
- opacity: 0.25;
2183
- }
2184
- .v-tabs__scroller {
2185
- width: 100%;
2186
- height: calc(var(--tabs-height) + 30px);
2187
- }
2188
- .v-tabs__scroller__container {
2189
- padding-bottom: 30px;
2190
- }
2191
- .v-tabs__content {
2192
- position: relative;
2193
- display: inline-flex;
2194
- align-items: stretch;
2195
- min-width: 100%;
2196
- vertical-align: bottom;
1551
+ @layer vui{
1552
+ .v-checkable:focus-within .v-checkable__faux:before{
1553
+ opacity:.2;
1554
+ }
1555
+ .v-checkable__label{
1556
+ line-height:1.5;
1557
+ }
1558
+ .v-checkable--disabled .v-checkable__label{
1559
+ color:var(--color);
1560
+ }
1561
+ .v-radio{
1562
+ --my-color:var(--color);
1563
+ }
1564
+ .v-radio__faux{
1565
+ display:block;
1566
+ height:100%;
1567
+ position:relative;
1568
+ transition:border-color .2s,background-color .2s;
1569
+ width:100%;
1570
+ }
1571
+ .v-radio__faux:after,.v-radio__faux:before{
1572
+ border-radius:100%;
1573
+ content:"";
1574
+ display:block;
1575
+ position:absolute;
1576
+ }
1577
+ .v-radio__faux:before{
1578
+ border:2px solid;
1579
+ inset:0;
1580
+ }
1581
+ .v-radio__faux:after{
1582
+ background:currentColor;
1583
+ height:50%;
1584
+ left:50%;
1585
+ top:50%;
1586
+ transform:translate(-50%, -50%) scale(0);
1587
+ transition:transform .2s;
1588
+ width:50%;
1589
+ }
1590
+ .v-radio--selected .v-radio__faux:after{
1591
+ transform:translate(-50%, -50%) scale(1);
1592
+ }
1593
+ .v-switch{
1594
+ --my-pin-color:var(--palette-background);
1595
+ }
1596
+ .v-switch--selected{
1597
+ --my-pin-color:var(--color);
1598
+ }
1599
+ .v-switch__faux{
1600
+ align-items:center;
1601
+ cursor:pointer;
1602
+ display:flex;
1603
+ height:100%;
1604
+ justify-content:center;
1605
+ position:relative;
1606
+ width:100%;
1607
+ width:var(--control-switch-width);
1608
+ }
1609
+ .v-switch__faux:before{
1610
+ background:var(--color);
1611
+ border-radius:calc(var(--control-switch-track-height)/2);
1612
+ content:"";
1613
+ display:block;
1614
+ height:var(--control-switch-track-height);
1615
+ opacity:.5;
1616
+ width:var(--control-switch-track-width);
1617
+ }
1618
+ .v-switch__faux__pin{
1619
+ align-items:center;
1620
+ border-radius:50%;
1621
+ bottom:0;
1622
+ display:flex;
1623
+ height:var(--outer-size);
1624
+ justify-content:center;
1625
+ left:0;
1626
+ position:absolute;
1627
+ top:0;
1628
+ transition:left .15s cubic-bezier(.4, 0, .2, 1) 0ms,transform .15s cubic-bezier(.4, 0, .2, 1) 0ms;
1629
+ width:var(--outer-size);
1630
+ }
1631
+ .v-switch__faux__pin:after,.v-switch__faux__pin:before{
1632
+ content:"";
1633
+ display:block;
1634
+ }
1635
+ .v-switch__faux__pin:before{
1636
+ background:currentColor;
1637
+ border-radius:50%;
1638
+ height:100%;
1639
+ opacity:0;
1640
+ position:absolute;
1641
+ transition:opacity .2s;
1642
+ width:100%;
1643
+ }
1644
+ .v-switch__faux__pin:after{
1645
+ background:var(--my-pin-color);
1646
+ border-radius:50%;
1647
+ box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
1648
+ height:var(--icon-size);
1649
+ position:relative;
1650
+ transform:scale(var(--control-checkable-faux-scale));
1651
+ width:var(--icon-size);
1652
+ }
1653
+ .v-switch--selected .v-switch__faux__pin{
1654
+ left:calc(100% - var(--outer-size));
1655
+ }
1656
+ .v-switch--disabled .v-switch__faux:before{
1657
+ background-color:#000;
1658
+ opacity:.12;
1659
+ }
1660
+ .v-switch--disabled .v-switch__faux__pin:after{
1661
+ background-color:#f5f5f5;
1662
+ }
1663
+ .v-switch__faux:hover .v-switch__faux__pin:before{
1664
+ opacity:.1;
2197
1665
  }
2198
1666
  }
2199
-
2200
- /* src/components/VTabs/VTab.scss */
2201
- @layer vui {
2202
- .v-tab {
2203
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2204
- padding: 0;
2205
- touch-action: manipulation;
2206
- cursor: pointer;
2207
- user-select: none;
2208
- border-width: 0;
2209
- outline: 0;
2210
- appearance: none;
2211
- --tab-content-color: var(--palette-caption);
2212
- --tab-content-focus-color: var(--main-color);
2213
- --tab-content-opacity: 0.7;
2214
- position: relative;
2215
- z-index: 3;
2216
- display: flex;
2217
- align-items: center;
2218
- justify-content: center;
2219
- height: var(--tabs-height);
2220
- padding: 0 1.25em;
2221
- font: inherit;
2222
- font-size: var(--tabs-font-size);
2223
- white-space: nowrap;
2224
- user-select: none;
2225
- transition: color 0.6s;
2226
- }
2227
- .v-tab::-moz-focus-inner {
2228
- border: 0;
2229
- }
2230
- .v-tab,
2231
- .v-tab:hover,
2232
- .v-tab:focus {
2233
- text-decoration: none;
2234
- }
2235
- .v-tab::before {
2236
- position: absolute;
2237
- right: 0;
2238
- bottom: 0;
2239
- left: 0;
2240
- z-index: 1;
2241
- height: 2px;
2242
- content: "";
2243
- background-color: var(--tab-content-focus-color);
2244
- border-radius: inherit;
2245
- transition: all 0.25s;
2246
- transform: scaleX(0);
2247
- }
2248
- .v-tab__content {
2249
- position: relative;
2250
- z-index: 2;
2251
- display: flex;
2252
- align-items: center;
2253
- line-height: 1.2;
2254
- color: var(--tab-content-color);
2255
- text-align: center;
2256
- opacity: var(--tab-content-opacity);
2257
- transition: all 0.25s ease;
2258
- }
2259
- .v-tab__icon {
2260
- margin-right: 8px;
2261
- font-size: 120%;
2262
- }
2263
- .v-tab:hover {
2264
- --tab-content-color: var(--tab-content-focus-color);
2265
- }
2266
- .v-tab--active {
2267
- --tab-content-color: rgba(0, 0, 0, 0.87);
2268
- pointer-events: none;
2269
- background: var(--tabs-color);
2270
- --tab-content-opacity: 1;
2271
- }
2272
- .v-tab--active::before {
2273
- transform: scaleX(1);
1667
+ @layer vui{
1668
+ .v-switch:focus-within .v-switch__faux__pin:before{
1669
+ opacity:.1;
2274
1670
  }
2275
1671
  }
2276
-
2277
- /* src/components/VBreadcrumbs/VBreadcrumbs.scss */
2278
- @layer vui {
2279
- .v-breadcrumbs {
2280
- display: block;
2281
- margin: 1.5em auto;
2282
- font-size: var(--breadcrumbs-font-size);
2283
- }
2284
- .v-breadcrumbs__list {
2285
- display: inline-flex;
2286
- flex-wrap: wrap;
2287
- align-items: center;
2288
- padding: 0;
2289
- margin: 0;
2290
- vertical-align: bottom;
2291
- list-style: none;
2292
- }
2293
- .v-breadcrumbs__item,
2294
- .v-breadcrumbs__divider {
2295
- padding: 0;
2296
- margin: 0;
2297
- list-style: none;
2298
- }
2299
- .v-breadcrumbs__link {
2300
- display: inline-flex;
2301
- align-items: center;
2302
- text-decoration: none;
2303
- white-space: nowrap;
2304
- vertical-align: middle;
2305
- }
2306
- .v-breadcrumbs__item--disabled .v-breadcrumbs__link {
2307
- color: inherit;
2308
- pointer-events: none;
2309
- }
2310
- .v-breadcrumbs__icon {
2311
- margin-right: 0.2em;
2312
- font-size: 140%;
2313
- }
2314
- .v-breadcrumbs__divider {
2315
- position: relative;
2316
- top: 1px;
2317
- display: flex;
2318
- align-items: center;
2319
- justify-content: center;
2320
- margin: 0 1.25em;
2321
- }
2322
- .v-breadcrumbs__divider__icon {
2323
- display: block;
2324
- width: 0.5em;
2325
- height: 0.5em;
2326
- margin-left: -0.25em;
2327
- border-top: solid 1px currentColor;
2328
- border-right: solid 1px currentColor;
2329
- transform: rotate(45deg);
1672
+ @layer vui{
1673
+ .v-option{
1674
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1675
+ appearance:none;
1676
+ border-width:0;
1677
+ cursor:pointer;
1678
+ display:flex;
1679
+ outline:0;
1680
+ padding:.75em 1em;
1681
+ position:relative;
1682
+ touch-action:manipulation;
1683
+ user-select:none;
1684
+ width:100%;
1685
+ }
1686
+ .v-option::-moz-focus-inner{
1687
+ border:0;
1688
+ }
1689
+ .v-option,.v-option:focus,.v-option:hover{
1690
+ text-decoration:none;
1691
+ }
1692
+ .v-option input{
1693
+ clip:rect(0 0 0 0);
1694
+ clip-path:inset(100%);
1695
+ height:1px;
1696
+ overflow:hidden;
1697
+ position:absolute;
1698
+ white-space:nowrap;
1699
+ width:1px;
1700
+ }
1701
+ .v-option:after,.v-option:before{
1702
+ content:"";
1703
+ display:block;
1704
+ inset:0;
1705
+ opacity:0;
1706
+ pointer-events:none;
1707
+ position:absolute;
1708
+ transition:opacity .2s;
1709
+ }
1710
+ .v-option:before{
1711
+ background:currentColor;
1712
+ }
1713
+ .v-option:after{
1714
+ background:var(--palette-primary);
1715
+ }
1716
+ .v-option--key-focused:before,.v-option:focus-within:before,.v-option:hover:before{
1717
+ opacity:.12;
1718
+ }
1719
+ .v-option__label{
1720
+ display:block;
1721
+ position:relative;
1722
+ }
1723
+ .v-option--selected:after{
1724
+ opacity:.12;
1725
+ }
1726
+ .v-option--selected .v-option__label{
1727
+ color:var(--palette-primary);
1728
+ font-weight:500;
1729
+ }
1730
+ .v-option--has-not-value .v-option__label{
1731
+ font-style:italic;
1732
+ }
1733
+ .v-option[disabled],.v-option[tabindex="-1"]{
1734
+ color:var(--palette-muted);
1735
+ opacity:.4;
1736
+ pointer-events:none;
1737
+ }
1738
+ .v-option[disabled]:before,.v-option[tabindex="-1"]:before{
1739
+ opacity:0 !important;
1740
+ }
1741
+ .v-option-group{
1742
+ display:block;
1743
+ }
1744
+ .v-option-group__label{
1745
+ color:var(--palette-caption);
1746
+ font-size:.875em;
1747
+ opacity:.6;
1748
+ padding:1em;
1749
+ }
1750
+ .v-option-group--disabled .v-option-group__label{
1751
+ color:var(--palette-muted);
1752
+ opacity:.4;
1753
+ }
1754
+ .v-select__input{
1755
+ cursor:pointer;
1756
+ }
1757
+ .v-select__input__element{
1758
+ clip:rect(0 0 0 0);
1759
+ clip-path:inset(100%);
1760
+ height:1px;
1761
+ overflow:hidden;
1762
+ position:absolute;
1763
+ white-space:nowrap;
1764
+ width:1px;
1765
+ }
1766
+ .v-select__body{
1767
+ padding:.5em 0;
1768
+ }
1769
+ .v-select__selections{
1770
+ display:table;
1771
+ table-layout:fixed;
1772
+ width:100%;
1773
+ }
1774
+ .v-select__selections__inner{
1775
+ display:table-cell;
1776
+ overflow:hidden;
1777
+ text-overflow:ellipsis;
1778
+ vertical-align:middle;
1779
+ white-space:nowrap;
1780
+ }
1781
+ .v-select--multiple .v-select__selections{
1782
+ display:block;
1783
+ }
1784
+ .v-select--multiple .v-select__selections__inner{
1785
+ display:block;
1786
+ overflow:auto;
1787
+ white-space:unset;
1788
+ }
1789
+ .v-select--multiple .v-control-field__body{
1790
+ padding:.2em 0;
1791
+ }
1792
+ .v-select__placeholder{
1793
+ color:var(--control-disabled-color);
1794
+ font-style:italic;
1795
+ }
1796
+ .v-text-field__input{
1797
+ cursor:text;
1798
+ }
1799
+ .v-text-field__input__element{
1800
+ background:transparent;
1801
+ border:0;
1802
+ border-radius:0;
1803
+ font-size:inherit;
1804
+ letter-spacing:inherit;
1805
+ line-height:inherit;
1806
+ margin:0;
1807
+ min-width:0;
1808
+ outline:0;
1809
+ overflow:hidden;
1810
+ padding:0;
1811
+ text-overflow:ellipsis;
1812
+ white-space:nowrap;
1813
+ width:100%;
2330
1814
  }
2331
1815
  }
2332
-
2333
- /* src/components/VContentSwitcher/VContentSwitcher.scss */
2334
- @layer vui {
2335
- .v-content-switcher {
2336
- position: relative;
2337
- display: block;
2338
- width: 100%;
2339
- overflow: hidden;
2340
- transition: var(--transition-tab);
2341
- }
2342
- .v-content-switcher__content {
2343
- width: 100%;
1816
+ @layer vui{
1817
+ .v-text-field__input__element:-webkit-autofill:-webkit-autofill,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:active,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:focus,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:hover{
1818
+ -webkit-text-fill-color:#fff !important;
1819
+ color:inherit !important;
1820
+ transition:background-color 5000s;
2344
1821
  }
2345
- .v-content-switcher-prev-enter-active,
2346
- .v-content-switcher-prev-leave-active {
2347
- transition: var(--transition-tab);
1822
+ .v-text-field__input__element::-ms-clear{
1823
+ display:none;
2348
1824
  }
2349
- .v-content-switcher-prev-enter-from {
2350
- transform: translateX(-100%);
2351
- }
2352
- .v-content-switcher-prev-enter-to {
2353
- transform: translateX(0%);
2354
- }
2355
- .v-content-switcher-prev-leave {
2356
- transform: translateX(0%);
2357
- }
2358
- .v-content-switcher-prev-leave-active {
2359
- position: absolute;
2360
- top: 0;
2361
- left: 0;
2362
- }
2363
- .v-content-switcher-prev-leave-to {
2364
- transform: translateX(100%);
2365
- }
2366
- .v-content-switcher-next-enter-active,
2367
- .v-content-switcher-next-leave-active {
2368
- transition: var(--transition-tab);
2369
- }
2370
- .v-content-switcher-next-enter-from {
2371
- transform: translateX(100%);
2372
- }
2373
- .v-content-switcher-next-enter-to {
2374
- transform: translateX(0%);
2375
- }
2376
- .v-content-switcher-next-leave {
2377
- transform: translateX(0%);
2378
- }
2379
- .v-content-switcher-next-leave-active {
2380
- position: absolute;
2381
- top: 0;
2382
- left: 0;
2383
- }
2384
- .v-content-switcher-next-leave-to {
2385
- transform: translateX(-100%);
1825
+ .v-text-field__input__element::placeholder{
1826
+ color:var(--control-disabled-color);
1827
+ font-style:italic;
2386
1828
  }
2387
1829
  }
2388
-
2389
- /* src/components/VDataTable/VDataTable.scss */
2390
- @layer vui {
2391
- .v-data-table {
2392
- --controls-vertial-margin: 0.625em;
2393
- }
2394
- .v-card-content .v-data-table {
2395
- margin-right: calc(var(--card-content-padding) * -1);
2396
- margin-left: calc(var(--card-content-padding) * -1);
2397
- }
2398
- .v-data-table__controls {
2399
- display: flex;
2400
- flex-wrap: wrap;
2401
- align-items: center;
2402
- justify-content: flex-end;
2403
- }
2404
- .v-data-table__controls__info {
2405
- display: flex;
2406
- align-items: center;
2407
- }
2408
- .v-data-table__controls__info__length {
2409
- margin-right: 20px;
2410
- }
2411
- .v-data-table__controls__select-limit {
2412
- display: flex;
2413
- align-items: center;
2414
- }
2415
- .v-data-table__controls__select-limit__prefix {
2416
- margin-right: 0.5em;
2417
- font-size: 0.75em;
2418
- color: var(--palette-muted);
2419
- white-space: nowrap;
2420
- }
2421
- .v-data-table__controls__select-limit .v-select {
2422
- width: 5em;
2423
- margin-left: 0.5em;
2424
- }
2425
- .v-data-table__controls__pagination {
2426
- flex: 1 1 100%;
2427
- margin-left: auto;
2428
- }
2429
- @media screen and (min-width: 320px) {
2430
- .v-data-table__controls__pagination {
2431
- flex: 0 0 50%;
2432
- width: 50%;
2433
- }
2434
- }
2435
- .v-data-table__header {
2436
- margin-bottom: var(--controls-vertial-margin);
2437
- }
2438
- .v-data-table__footer {
2439
- margin-top: var(--controls-vertial-margin);
2440
- }
2441
- .v-data-table__body {
2442
- position: relative;
2443
- }
2444
- .v-data-table__body__inner {
2445
- overflow-x: auto;
2446
- }
2447
- .v-data-table__table-wrapper {
2448
- display: flex;
2449
- }
2450
- .v-data-table__table-wrapper::before,
2451
- .v-data-table__table-wrapper::after {
2452
- display: block;
2453
- height: 1px;
2454
- content: "";
2455
- }
2456
- .v-data-table__loading {
2457
- position: absolute;
2458
- inset: 0;
2459
- z-index: 1;
2460
- display: flex;
2461
- align-items: center;
2462
- justify-content: center;
2463
- background: var(--palette-background);
2464
- opacity: 0.5;
2465
- }
2466
- .v-data-table__table {
2467
- width: 100%;
2468
- margin: 0;
2469
- background: var(--palette-background);
2470
- border-radius: var(--control-field-radius);
2471
- }
2472
- .v-data-table__table__cell {
2473
- position: relative;
2474
- text-align: left;
2475
- white-space: nowrap;
2476
- vertical-align: middle;
2477
- border-bottom: thin solid rgba(0, 0, 0, 0.12);
2478
- transition: background 0.2s;
2479
- }
2480
- .v-data-table__table__cell:first-child {
2481
- padding-left: calc(var(--table-cell-horizontal-padding) * 2);
2482
- }
2483
- .v-data-table__table__cell:last-child {
2484
- padding-right: calc(var(--table-cell-horizontal-padding) * 2);
2485
- }
2486
- .v-data-table__table__cell--left {
2487
- text-align: left;
2488
- }
2489
- .v-data-table__table__cell--center {
2490
- text-align: center;
2491
- }
2492
- .v-data-table__table__cell--center .v-data-table__table__sort-icon--empty {
2493
- display: flex;
2494
- }
2495
- .v-data-table__table__cell--right {
2496
- text-align: right;
2497
- }
2498
- .v-data-table__table__cell[tabindex="0"] {
2499
- cursor: pointer;
2500
- }
2501
- .v-data-table__table__cell__tile {
2502
- display: flex;
2503
- align-items: center;
2504
- }
2505
- .v-data-table__table__sort-icon {
2506
- width: 25px;
2507
- font-size: 1.25em;
2508
- opacity: 0;
2509
- transition: transform 0.2s, opacity 0.2s;
2510
- }
2511
- .v-data-table__table__sort-icon--empty {
2512
- display: none;
2513
- }
2514
- .v-data-table__table__header .v-data-table__table__cell {
2515
- user-select: none;
2516
- background: rgba(255, 255, 255, 0.85);
2517
- backdrop-filter: blur(3px);
2518
- }
2519
- .v-data-table__table__header .v-data-table__table__cell--active .v-data-table__table__sort-icon {
2520
- opacity: 1;
2521
- }
2522
- .v-data-table__table__cell[tabindex="0"]:hover .v-data-table__table__sort-icon,
2523
- .v-data-table__table__cell[tabindex="0"]:focus .v-data-table__table__sort-icon {
2524
- opacity: 1;
2525
- }
2526
- .v-data-table__table__body tr:last-child .v-data-table__table__cell {
2527
- border-bottom: none;
2528
- }
2529
- .v-data-table--fixed-header .v-data-table__table__header .v-data-table__table__cell {
2530
- position: sticky;
2531
- top: 0;
2532
- z-index: 1;
1830
+ @layer vui{
1831
+ .v-textarea__input{
1832
+ cursor:text;
1833
+ }
1834
+ .v-textarea__input__element{
1835
+ background:transparent;
1836
+ border:0;
1837
+ border-radius:0;
1838
+ font-size:inherit;
1839
+ letter-spacing:inherit;
1840
+ line-height:inherit;
1841
+ margin:0;
1842
+ min-width:0;
1843
+ outline:0;
1844
+ padding:8px 0;
1845
+ resize:none;
1846
+ width:100%;
1847
+ }
1848
+ .v-textarea__input__element:-webkit-autofill:-webkit-autofill,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:active,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:focus,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:hover{
1849
+ -webkit-text-fill-color:#fff !important;
1850
+ color:inherit !important;
1851
+ transition:background-color 5000s;
1852
+ }
1853
+ .v-textarea__input__element::-ms-clear{
1854
+ display:none;
1855
+ }
1856
+ .v-textarea__input__element::placeholder{
1857
+ color:var(--control-disabled-color);
1858
+ font-style:italic;
2533
1859
  }
2534
1860
  }
2535
-
2536
- /* src/components/VToolbar/VToolbar.scss */
2537
- @layer vui {
2538
- .v-toolbar {
2539
- --height: var(--toolbar-height);
2540
- display: flex;
2541
- align-items: center;
2542
- width: 100%;
2543
- height: var(--height);
2544
- padding: 0 calc(var(--root-em) * 1.5);
2545
- margin: 0;
2546
- border-radius: inherit;
2547
- }
2548
- .v-toolbar--plain {
2549
- --main-color: var(--palette-background);
2550
- }
2551
- .v-app-layout__header > .v-toolbar {
2552
- height: 100%;
2553
- }
2554
- .v-toolbar--dense {
2555
- --height: var(--toolbar-dense-height);
1861
+ @layer vui{
1862
+ .v-tabs{
1863
+ height:var(--tabs-height);
1864
+ overflow:hidden;
1865
+ position:relative;
1866
+ width:100%;
1867
+ }
1868
+ .v-tabs:before{
1869
+ background:currentColor;
1870
+ bottom:0;
1871
+ content:"";
1872
+ display:block;
1873
+ height:2px;
1874
+ left:0;
1875
+ opacity:.25;
1876
+ position:absolute;
1877
+ right:0;
1878
+ }
1879
+ .v-tabs__scroller{
1880
+ height:calc(var(--tabs-height) + 30px);
1881
+ width:100%;
1882
+ }
1883
+ .v-tabs__scroller__container{
1884
+ padding-bottom:30px;
1885
+ }
1886
+ .v-tabs__content{
1887
+ align-items:stretch;
1888
+ display:inline-flex;
1889
+ min-width:100%;
1890
+ position:relative;
1891
+ vertical-align:bottom;
1892
+ }
1893
+ .v-tab{
1894
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1895
+ --tab-content-color:var(--palette-caption);
1896
+ --tab-content-focus-color:var(--main-color);
1897
+ --tab-content-opacity:0.7;
1898
+ align-items:center;
1899
+ appearance:none;
1900
+ border-width:0;
1901
+ cursor:pointer;
1902
+ display:flex;
1903
+ font:inherit;
1904
+ font-size:var(--tabs-font-size);
1905
+ height:var(--tabs-height);
1906
+ justify-content:center;
1907
+ outline:0;
1908
+ padding:0 1.25em;
1909
+ position:relative;
1910
+ touch-action:manipulation;
1911
+ transition:color .6s;
1912
+ user-select:none;
1913
+ white-space:nowrap;
1914
+ z-index:3;
2556
1915
  }
2557
1916
  }
2558
-
2559
- /* src/components/VToolbar/VToolbarMenu.scss */
2560
- @layer vui {
2561
- .v-toolbar-menu {
2562
- height: 100%;
2563
- margin: 0;
2564
- box-shadow: none;
1917
+ @layer vui{
1918
+ .v-tab::-moz-focus-inner{
1919
+ border:0;
1920
+ }
1921
+ .v-tab,.v-tab:focus,.v-tab:hover{
1922
+ text-decoration:none;
1923
+ }
1924
+ .v-tab:before{
1925
+ background-color:var(--tab-content-focus-color);
1926
+ border-radius:inherit;
1927
+ bottom:0;
1928
+ content:"";
1929
+ height:2px;
1930
+ left:0;
1931
+ position:absolute;
1932
+ right:0;
1933
+ transform:scaleX(0);
1934
+ transition:all .25s;
1935
+ z-index:1;
1936
+ }
1937
+ .v-tab__content{
1938
+ align-items:center;
1939
+ color:var(--tab-content-color);
1940
+ display:flex;
1941
+ line-height:1.2;
1942
+ opacity:var(--tab-content-opacity);
1943
+ position:relative;
1944
+ text-align:center;
1945
+ transition:all .25s ease;
1946
+ z-index:2;
1947
+ }
1948
+ .v-tab__icon{
1949
+ font-size:120%;
1950
+ margin-right:8px;
1951
+ }
1952
+ .v-tab:hover{
1953
+ --tab-content-color:var(--tab-content-focus-color);
1954
+ }
1955
+ .v-tab--active{
1956
+ --tab-content-color:rgba(0,0,0,.87);
1957
+ --tab-content-opacity:1;
1958
+ background:var(--tabs-color);
1959
+ pointer-events:none;
1960
+ }
1961
+ .v-tab--active:before{
1962
+ transform:scaleX(1);
1963
+ }
1964
+ .v-breadcrumbs{
1965
+ display:block;
1966
+ font-size:var(--breadcrumbs-font-size);
1967
+ margin:1.5em auto;
1968
+ }
1969
+ .v-breadcrumbs__list{
1970
+ align-items:center;
1971
+ display:inline-flex;
1972
+ flex-wrap:wrap;
1973
+ vertical-align:bottom;
1974
+ }
1975
+ .v-breadcrumbs__divider,.v-breadcrumbs__item,.v-breadcrumbs__list{
1976
+ list-style:none;
1977
+ margin:0;
1978
+ padding:0;
1979
+ }
1980
+ .v-breadcrumbs__link{
1981
+ align-items:center;
1982
+ display:inline-flex;
1983
+ text-decoration:none;
1984
+ vertical-align:middle;
1985
+ white-space:nowrap;
1986
+ }
1987
+ .v-breadcrumbs__item--disabled .v-breadcrumbs__link{
1988
+ color:inherit;
1989
+ pointer-events:none;
1990
+ }
1991
+ .v-breadcrumbs__icon{
1992
+ font-size:140%;
1993
+ margin-right:.2em;
1994
+ }
1995
+ .v-breadcrumbs__divider{
1996
+ align-items:center;
1997
+ display:flex;
1998
+ justify-content:center;
1999
+ margin:0 1.25em;
2000
+ position:relative;
2001
+ top:1px;
2002
+ }
2003
+ .v-breadcrumbs__divider__icon{
2004
+ border-right:1px solid;
2005
+ border-top:1px solid;
2006
+ display:block;
2007
+ height:.5em;
2008
+ margin-left:-.25em;
2009
+ transform:rotate(45deg);
2010
+ width:.5em;
2011
+ }
2012
+ .v-content-switcher{
2013
+ display:block;
2014
+ overflow:hidden;
2015
+ position:relative;
2016
+ transition:var(--transition-tab);
2017
+ width:100%;
2018
+ }
2019
+ .v-content-switcher__content{
2020
+ width:100%;
2021
+ }
2022
+ .v-content-switcher-prev-enter-active,.v-content-switcher-prev-leave-active{
2023
+ transition:var(--transition-tab);
2024
+ }
2025
+ .v-content-switcher-prev-enter-from{
2026
+ transform:translateX(-100%);
2027
+ }
2028
+ .v-content-switcher-prev-enter-to,.v-content-switcher-prev-leave{
2029
+ transform:translateX(0);
2030
+ }
2031
+ .v-content-switcher-prev-leave-active{
2032
+ left:0;
2033
+ position:absolute;
2034
+ top:0;
2035
+ }
2036
+ .v-content-switcher-prev-leave-to{
2037
+ transform:translateX(100%);
2038
+ }
2039
+ .v-content-switcher-next-enter-active,.v-content-switcher-next-leave-active{
2040
+ transition:var(--transition-tab);
2041
+ }
2042
+ .v-content-switcher-next-enter-from{
2043
+ transform:translateX(100%);
2044
+ }
2045
+ .v-content-switcher-next-enter-to,.v-content-switcher-next-leave{
2046
+ transform:translateX(0);
2047
+ }
2048
+ .v-content-switcher-next-leave-active{
2049
+ left:0;
2050
+ position:absolute;
2051
+ top:0;
2052
+ }
2053
+ .v-content-switcher-next-leave-to{
2054
+ transform:translateX(-100%);
2055
+ }
2056
+ .v-data-table{
2057
+ --controls-vertial-margin:0.625em;
2058
+ }
2059
+ .v-card-content .v-data-table{
2060
+ margin-left:calc(var(--card-content-padding)*-1);
2061
+ margin-right:calc(var(--card-content-padding)*-1);
2062
+ }
2063
+ .v-data-table__controls{
2064
+ flex-wrap:wrap;
2065
+ justify-content:flex-end;
2066
+ }
2067
+ .v-data-table__controls,.v-data-table__controls__info{
2068
+ align-items:center;
2069
+ display:flex;
2070
+ }
2071
+ .v-data-table__controls__info__length{
2072
+ margin-right:20px;
2073
+ }
2074
+ .v-data-table__controls__select-limit{
2075
+ align-items:center;
2076
+ display:flex;
2077
+ }
2078
+ .v-data-table__controls__select-limit__prefix{
2079
+ color:var(--palette-muted);
2080
+ font-size:.75em;
2081
+ margin-right:.5em;
2082
+ white-space:nowrap;
2083
+ }
2084
+ .v-data-table__controls__select-limit .v-select{
2085
+ margin-left:.5em;
2086
+ width:5em;
2087
+ }
2088
+ .v-data-table__controls__pagination{
2089
+ flex:1 1 100%;
2090
+ margin-left:auto;
2565
2091
  }
2566
2092
  }
2567
-
2568
- /* src/components/VToolbar/VToolbarEdge.scss */
2569
- @layer vui {
2570
- .v-toolbar-edge {
2571
- display: flex;
2572
- flex: 0 0;
2573
- align-items: center;
2574
- align-self: stretch;
2575
- }
2576
- .v-toolbar-edge:empty,
2577
- .v-toolbar-edge--empty {
2578
- display: none;
2579
- }
2580
- .v-toolbar-edge--start {
2581
- margin-right: calc(var(--root-em) * 0.75);
2582
- margin-left: calc(-1 * var(--root-em) * 0.75);
2583
- }
2584
- .v-toolbar-edge--end {
2585
- padding-left: calc(var(--root-em) * 0.75);
2586
- margin-right: calc(-1 * var(--root-em) * 0.75);
2587
- margin-left: auto;
2093
+ @layer vui{
2094
+ @media screen and (min-width:320px){
2095
+ .v-data-table__controls__pagination{
2096
+ flex:0 0 50%;
2097
+ width:50%;
2098
+ }
2588
2099
  }
2589
- }
2590
-
2591
- /* src/components/VToolbar/VToolbarTitle.scss */
2592
- @layer vui {
2593
- .v-toolbar-title {
2594
- display: flex;
2595
- flex-grow: 1;
2596
- margin: 0;
2597
- font-size: 1.25rem;
2598
- font-weight: 400;
2599
- line-height: 1;
2600
- white-space: nowrap;
2100
+ .v-data-table__header{
2101
+ margin-bottom:var(--controls-vertial-margin);
2102
+ }
2103
+ .v-data-table__footer{
2104
+ margin-top:var(--controls-vertial-margin);
2105
+ }
2106
+ .v-data-table__body{
2107
+ position:relative;
2108
+ }
2109
+ .v-data-table__body__inner{
2110
+ overflow-x:auto;
2111
+ }
2112
+ .v-data-table__table-wrapper{
2113
+ display:flex;
2114
+ }
2115
+ .v-data-table__table-wrapper:after,.v-data-table__table-wrapper:before{
2116
+ content:"";
2117
+ display:block;
2118
+ height:1px;
2119
+ }
2120
+ .v-data-table__loading{
2121
+ align-items:center;
2122
+ background:var(--palette-background);
2123
+ display:flex;
2124
+ inset:0;
2125
+ justify-content:center;
2126
+ opacity:.5;
2127
+ position:absolute;
2128
+ z-index:1;
2129
+ }
2130
+ .v-data-table__table{
2131
+ background:var(--palette-background);
2132
+ border-radius:var(--control-field-radius);
2133
+ margin:0;
2134
+ width:100%;
2135
+ }
2136
+ .v-data-table__table__cell{
2137
+ border-bottom:thin solid rgba(0,0,0,.12);
2138
+ position:relative;
2139
+ text-align:left;
2140
+ transition:background .2s;
2141
+ vertical-align:middle;
2142
+ white-space:nowrap;
2143
+ }
2144
+ .v-data-table__table__cell:first-child{
2145
+ padding-left:calc(var(--table-cell-horizontal-padding)*2);
2146
+ }
2147
+ .v-data-table__table__cell:last-child{
2148
+ padding-right:calc(var(--table-cell-horizontal-padding)*2);
2149
+ }
2150
+ .v-data-table__table__cell--left{
2151
+ text-align:left;
2152
+ }
2153
+ .v-data-table__table__cell--center{
2154
+ text-align:center;
2155
+ }
2156
+ .v-data-table__table__cell--center .v-data-table__table__sort-icon--empty{
2157
+ display:flex;
2158
+ }
2159
+ .v-data-table__table__cell--right{
2160
+ text-align:right;
2161
+ }
2162
+ .v-data-table__table__cell[tabindex="0"]{
2163
+ cursor:pointer;
2164
+ }
2165
+ .v-data-table__table__cell__tile{
2166
+ align-items:center;
2167
+ display:flex;
2168
+ }
2169
+ .v-data-table__table__sort-icon{
2170
+ font-size:1.25em;
2171
+ opacity:0;
2172
+ transition:transform .2s,opacity .2s;
2173
+ width:25px;
2174
+ }
2175
+ .v-data-table__table__sort-icon--empty{
2176
+ display:none;
2177
+ }
2178
+ .v-data-table__table__header .v-data-table__table__cell{
2179
+ backdrop-filter:blur(3px);
2180
+ background:hsla(0,0%,100%,.85);
2181
+ user-select:none;
2182
+ }
2183
+ .v-data-table__table__cell[tabindex="0"]:focus .v-data-table__table__sort-icon,.v-data-table__table__cell[tabindex="0"]:hover .v-data-table__table__sort-icon,.v-data-table__table__header .v-data-table__table__cell--active .v-data-table__table__sort-icon{
2184
+ opacity:1;
2185
+ }
2186
+ .v-data-table__table__body tr:last-child .v-data-table__table__cell{
2187
+ border-bottom:none;
2188
+ }
2189
+ .v-data-table--fixed-header .v-data-table__table__header .v-data-table__table__cell{
2190
+ position:sticky;
2191
+ top:0;
2192
+ z-index:1;
2193
+ }
2194
+ .v-toolbar{
2195
+ --height:var(--toolbar-height);
2196
+ align-items:center;
2197
+ border-radius:inherit;
2198
+ display:flex;
2199
+ height:var(--height);
2200
+ margin:0;
2201
+ padding:0 calc(var(--root-em)*1.5);
2202
+ width:100%;
2203
+ }
2204
+ .v-toolbar--plain{
2205
+ --main-color:var(--palette-background);
2206
+ }
2207
+ .v-app-layout__header>.v-toolbar{
2208
+ height:100%;
2209
+ }
2210
+ .v-toolbar--dense{
2211
+ --height:var(--toolbar-dense-height);
2212
+ }
2213
+ .v-toolbar-menu{
2214
+ box-shadow:none;
2215
+ height:100%;
2216
+ margin:0;
2217
+ }
2218
+ .v-toolbar-edge{
2219
+ align-items:center;
2220
+ align-self:stretch;
2221
+ display:flex;
2222
+ flex:0 0;
2223
+ }
2224
+ .v-toolbar-edge--empty,.v-toolbar-edge:empty{
2225
+ display:none;
2226
+ }
2227
+ .v-toolbar-edge--start{
2228
+ margin-left:calc(var(--root-em)*-1*.75);
2229
+ margin-right:calc(var(--root-em)*.75);
2230
+ }
2231
+ .v-toolbar-edge--end{
2232
+ margin-left:auto;
2233
+ margin-right:calc(var(--root-em)*-1*.75);
2234
+ padding-left:calc(var(--root-em)*.75);
2235
+ }
2236
+ .v-toolbar-title{
2237
+ display:flex;
2238
+ flex-grow:1;
2239
+ font-size:1.25rem;
2240
+ font-weight:400;
2241
+ line-height:1;
2242
+ margin:0;
2243
+ white-space:nowrap;
2601
2244
  }
2602
2245
  }
2603
2246
  /*!
2604
2247
  * Forked from
2605
2248
  * normalize.css v8.0.1 | MIT License | https://github.com/necolas/normalize.css
2606
2249
  */
2607
- /*# sourceMappingURL=vui.css.map */