@fastkit/vui 1.4.0-next.0 → 1.4.0

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