@fastkit/vui 1.4.2 → 1.5.1

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