@fastkit/vui 1.5.0 → 1.5.2

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