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