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