vuetify 3.7.13 → 3.7.15
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/json/attributes.json +2446 -2446
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +1 -1
- package/dist/json/web-types.json +4783 -4520
- package/dist/vuetify-labs.css +2906 -2897
- package/dist/vuetify-labs.d.ts +234 -15
- package/dist/vuetify-labs.esm.js +156 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +156 -67
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1783 -1784
- package/dist/vuetify.d.ts +66 -66
- package/dist/vuetify.esm.js +47 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +47 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +31 -27
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +19 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +0 -1
- package/lib/components/VFileInput/VFileInput.mjs +11 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -0
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +9 -21
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +66 -66
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +248 -1
- package/lib/labs/VFileUpload/VFileUpload.css +5 -1
- package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
- package/lib/labs/VFileUpload/_variables.scss +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -21
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/hold.mjs +31 -0
- package/lib/labs/VNumberInput/hold.mjs.map +1 -0
- package/lib/labs/VNumberInput/index.d.mts +1 -7
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +5 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +4 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +15 -6
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +23 -8
- package/lib/labs/components.d.mts +295 -76
- package/lib/locale/af.mjs +42 -42
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/az.mjs +7 -7
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +7 -7
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +25 -25
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +29 -29
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +13 -13
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +22 -22
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/el.mjs +41 -41
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/es.mjs +26 -26
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +29 -29
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -5
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +22 -22
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +6 -6
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +29 -29
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +28 -28
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +10 -10
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +30 -30
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/it.mjs +7 -7
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +28 -28
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +6 -6
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +27 -27
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -5
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +33 -33
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +10 -10
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +11 -11
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +7 -7
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +11 -11
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +9 -9
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +6 -6
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -5
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +4 -4
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +30 -30
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +28 -28
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +17 -17
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +30 -30
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +31 -31
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +29 -29
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +28 -28
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +31 -31
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +31 -31
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/package.json +7 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.15
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18006,6 +18006,91 @@ html.overflow-y-hidden {
|
|
|
18006
18006
|
}
|
|
18007
18007
|
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18008
18008
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
18009
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18010
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18011
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18012
|
+
cursor: text;
|
|
18013
|
+
}
|
|
18014
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18015
|
+
flex: 1 1;
|
|
18016
|
+
}
|
|
18017
|
+
.v-autocomplete .v-field input {
|
|
18018
|
+
min-width: 64px;
|
|
18019
|
+
}
|
|
18020
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18021
|
+
min-width: 0;
|
|
18022
|
+
}
|
|
18023
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18024
|
+
margin-inline-end: 2px;
|
|
18025
|
+
}
|
|
18026
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18027
|
+
overflow: hidden;
|
|
18028
|
+
text-overflow: ellipsis;
|
|
18029
|
+
white-space: nowrap;
|
|
18030
|
+
}
|
|
18031
|
+
|
|
18032
|
+
.v-autocomplete__content {
|
|
18033
|
+
overflow: hidden;
|
|
18034
|
+
}
|
|
18035
|
+
.v-autocomplete__content {
|
|
18036
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18037
|
+
}
|
|
18038
|
+
.v-autocomplete__content {
|
|
18039
|
+
border-radius: 4px;
|
|
18040
|
+
}
|
|
18041
|
+
.v-autocomplete__mask {
|
|
18042
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18043
|
+
}
|
|
18044
|
+
.v-autocomplete__selection {
|
|
18045
|
+
display: inline-flex;
|
|
18046
|
+
align-items: center;
|
|
18047
|
+
height: 1.5rem;
|
|
18048
|
+
letter-spacing: inherit;
|
|
18049
|
+
line-height: inherit;
|
|
18050
|
+
max-width: calc(100% - 2px - 2px);
|
|
18051
|
+
}
|
|
18052
|
+
.v-autocomplete__selection:first-child {
|
|
18053
|
+
margin-inline-start: 0;
|
|
18054
|
+
}
|
|
18055
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18056
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18057
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18058
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18059
|
+
top: 0px;
|
|
18060
|
+
}
|
|
18061
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18062
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18063
|
+
}
|
|
18064
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18065
|
+
opacity: 1;
|
|
18066
|
+
}
|
|
18067
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18068
|
+
caret-color: transparent;
|
|
18069
|
+
}
|
|
18070
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18071
|
+
flex: 1 1;
|
|
18072
|
+
position: absolute;
|
|
18073
|
+
left: 0;
|
|
18074
|
+
right: 0;
|
|
18075
|
+
width: 100%;
|
|
18076
|
+
padding-inline: inherit;
|
|
18077
|
+
}
|
|
18078
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18079
|
+
transition: none;
|
|
18080
|
+
}
|
|
18081
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18082
|
+
opacity: 0;
|
|
18083
|
+
}
|
|
18084
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18085
|
+
opacity: 0;
|
|
18086
|
+
}
|
|
18087
|
+
.v-autocomplete__menu-icon {
|
|
18088
|
+
margin-inline-start: 4px;
|
|
18089
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18090
|
+
}
|
|
18091
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18092
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18093
|
+
transform: rotate(180deg);
|
|
18009
18094
|
}.v-alert {
|
|
18010
18095
|
display: grid;
|
|
18011
18096
|
flex: 1 1;
|
|
@@ -18222,91 +18307,6 @@ html.overflow-y-hidden {
|
|
|
18222
18307
|
text-transform: none;
|
|
18223
18308
|
word-break: normal;
|
|
18224
18309
|
word-wrap: break-word;
|
|
18225
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18226
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18227
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18228
|
-
cursor: text;
|
|
18229
|
-
}
|
|
18230
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18231
|
-
flex: 1 1;
|
|
18232
|
-
}
|
|
18233
|
-
.v-autocomplete .v-field input {
|
|
18234
|
-
min-width: 64px;
|
|
18235
|
-
}
|
|
18236
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18237
|
-
min-width: 0;
|
|
18238
|
-
}
|
|
18239
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18240
|
-
margin-inline-end: 2px;
|
|
18241
|
-
}
|
|
18242
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
18243
|
-
overflow: hidden;
|
|
18244
|
-
text-overflow: ellipsis;
|
|
18245
|
-
white-space: nowrap;
|
|
18246
|
-
}
|
|
18247
|
-
|
|
18248
|
-
.v-autocomplete__content {
|
|
18249
|
-
overflow: hidden;
|
|
18250
|
-
}
|
|
18251
|
-
.v-autocomplete__content {
|
|
18252
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18253
|
-
}
|
|
18254
|
-
.v-autocomplete__content {
|
|
18255
|
-
border-radius: 4px;
|
|
18256
|
-
}
|
|
18257
|
-
.v-autocomplete__mask {
|
|
18258
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18259
|
-
}
|
|
18260
|
-
.v-autocomplete__selection {
|
|
18261
|
-
display: inline-flex;
|
|
18262
|
-
align-items: center;
|
|
18263
|
-
height: 1.5rem;
|
|
18264
|
-
letter-spacing: inherit;
|
|
18265
|
-
line-height: inherit;
|
|
18266
|
-
max-width: calc(100% - 2px - 2px);
|
|
18267
|
-
}
|
|
18268
|
-
.v-autocomplete__selection:first-child {
|
|
18269
|
-
margin-inline-start: 0;
|
|
18270
|
-
}
|
|
18271
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18272
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18273
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18274
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18275
|
-
top: 0px;
|
|
18276
|
-
}
|
|
18277
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18278
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
18279
|
-
}
|
|
18280
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18281
|
-
opacity: 1;
|
|
18282
|
-
}
|
|
18283
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18284
|
-
caret-color: transparent;
|
|
18285
|
-
}
|
|
18286
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18287
|
-
flex: 1 1;
|
|
18288
|
-
position: absolute;
|
|
18289
|
-
left: 0;
|
|
18290
|
-
right: 0;
|
|
18291
|
-
width: 100%;
|
|
18292
|
-
padding-inline: inherit;
|
|
18293
|
-
}
|
|
18294
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18295
|
-
transition: none;
|
|
18296
|
-
}
|
|
18297
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18298
|
-
opacity: 0;
|
|
18299
|
-
}
|
|
18300
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18301
|
-
opacity: 0;
|
|
18302
|
-
}
|
|
18303
|
-
.v-autocomplete__menu-icon {
|
|
18304
|
-
margin-inline-start: 4px;
|
|
18305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18306
|
-
}
|
|
18307
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18308
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
18309
|
-
transform: rotate(180deg);
|
|
18310
18310
|
}.v-bottom-navigation {
|
|
18311
18311
|
display: flex;
|
|
18312
18312
|
max-width: 100%;
|
|
@@ -18477,6 +18477,83 @@ html.overflow-y-hidden {
|
|
|
18477
18477
|
.v-avatar .v-img {
|
|
18478
18478
|
height: 100%;
|
|
18479
18479
|
width: 100%;
|
|
18480
|
+
}.v-badge {
|
|
18481
|
+
display: inline-block;
|
|
18482
|
+
line-height: 1;
|
|
18483
|
+
}
|
|
18484
|
+
|
|
18485
|
+
.v-badge__badge {
|
|
18486
|
+
align-items: center;
|
|
18487
|
+
display: inline-flex;
|
|
18488
|
+
border-radius: 10px;
|
|
18489
|
+
font-family: "Roboto", sans-serif;
|
|
18490
|
+
font-size: 0.75rem;
|
|
18491
|
+
font-weight: 500;
|
|
18492
|
+
height: 1.25rem;
|
|
18493
|
+
justify-content: center;
|
|
18494
|
+
min-width: 20px;
|
|
18495
|
+
padding: 4px 6px;
|
|
18496
|
+
pointer-events: auto;
|
|
18497
|
+
position: absolute;
|
|
18498
|
+
text-align: center;
|
|
18499
|
+
text-indent: 0;
|
|
18500
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18501
|
+
white-space: nowrap;
|
|
18502
|
+
}
|
|
18503
|
+
.v-badge__badge {
|
|
18504
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18505
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18506
|
+
}
|
|
18507
|
+
.v-badge__badge:has(.v-icon) {
|
|
18508
|
+
padding: 4px 6px;
|
|
18509
|
+
}
|
|
18510
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18511
|
+
border-radius: inherit;
|
|
18512
|
+
border-style: solid;
|
|
18513
|
+
border-width: 2px;
|
|
18514
|
+
bottom: 0;
|
|
18515
|
+
color: rgb(var(--v-theme-background));
|
|
18516
|
+
content: "";
|
|
18517
|
+
left: 0;
|
|
18518
|
+
position: absolute;
|
|
18519
|
+
right: 0;
|
|
18520
|
+
top: 0;
|
|
18521
|
+
transform: scale(1.05);
|
|
18522
|
+
}
|
|
18523
|
+
.v-badge--dot .v-badge__badge {
|
|
18524
|
+
border-radius: 4.5px;
|
|
18525
|
+
height: 9px;
|
|
18526
|
+
min-width: 0;
|
|
18527
|
+
padding: 0;
|
|
18528
|
+
width: 9px;
|
|
18529
|
+
}
|
|
18530
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18531
|
+
border-width: 1.5px;
|
|
18532
|
+
}
|
|
18533
|
+
.v-badge--inline .v-badge__badge {
|
|
18534
|
+
position: relative;
|
|
18535
|
+
vertical-align: middle;
|
|
18536
|
+
}
|
|
18537
|
+
.v-badge__badge .v-icon {
|
|
18538
|
+
color: inherit;
|
|
18539
|
+
font-size: 0.75rem;
|
|
18540
|
+
margin: 0 -2px;
|
|
18541
|
+
}
|
|
18542
|
+
.v-badge__badge img,
|
|
18543
|
+
.v-badge__badge .v-img {
|
|
18544
|
+
height: 100%;
|
|
18545
|
+
width: 100%;
|
|
18546
|
+
}
|
|
18547
|
+
|
|
18548
|
+
.v-badge__wrapper {
|
|
18549
|
+
display: flex;
|
|
18550
|
+
position: relative;
|
|
18551
|
+
}
|
|
18552
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18553
|
+
align-items: center;
|
|
18554
|
+
display: inline-flex;
|
|
18555
|
+
justify-content: center;
|
|
18556
|
+
margin: 0 4px;
|
|
18480
18557
|
}.v-banner {
|
|
18481
18558
|
display: grid;
|
|
18482
18559
|
flex: 1 1;
|
|
@@ -19158,106 +19235,13 @@ html.overflow-y-hidden {
|
|
|
19158
19235
|
}
|
|
19159
19236
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
|
19160
19237
|
opacity: var(--v-border-opacity);
|
|
19161
|
-
}.v-btn-
|
|
19162
|
-
|
|
19163
|
-
|
|
19164
|
-
|
|
19165
|
-
|
|
19166
|
-
|
|
19167
|
-
|
|
19168
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19169
|
-
}
|
|
19170
|
-
@supports not selector(:focus-visible) {
|
|
19171
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19172
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19173
|
-
}
|
|
19174
|
-
}
|
|
19175
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
|
19176
|
-
opacity: 1;
|
|
19177
|
-
}.v-badge {
|
|
19178
|
-
display: inline-block;
|
|
19179
|
-
line-height: 1;
|
|
19180
|
-
}
|
|
19181
|
-
|
|
19182
|
-
.v-badge__badge {
|
|
19183
|
-
align-items: center;
|
|
19184
|
-
display: inline-flex;
|
|
19185
|
-
border-radius: 10px;
|
|
19186
|
-
font-family: "Roboto", sans-serif;
|
|
19187
|
-
font-size: 0.75rem;
|
|
19188
|
-
font-weight: 500;
|
|
19189
|
-
height: 1.25rem;
|
|
19190
|
-
justify-content: center;
|
|
19191
|
-
min-width: 20px;
|
|
19192
|
-
padding: 4px 6px;
|
|
19193
|
-
pointer-events: auto;
|
|
19194
|
-
position: absolute;
|
|
19195
|
-
text-align: center;
|
|
19196
|
-
text-indent: 0;
|
|
19197
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19198
|
-
white-space: nowrap;
|
|
19199
|
-
}
|
|
19200
|
-
.v-badge__badge {
|
|
19201
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
19202
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
19203
|
-
}
|
|
19204
|
-
.v-badge__badge:has(.v-icon) {
|
|
19205
|
-
padding: 4px 6px;
|
|
19206
|
-
}
|
|
19207
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
19208
|
-
border-radius: inherit;
|
|
19209
|
-
border-style: solid;
|
|
19210
|
-
border-width: 2px;
|
|
19211
|
-
bottom: 0;
|
|
19212
|
-
color: rgb(var(--v-theme-background));
|
|
19213
|
-
content: "";
|
|
19214
|
-
left: 0;
|
|
19215
|
-
position: absolute;
|
|
19216
|
-
right: 0;
|
|
19217
|
-
top: 0;
|
|
19218
|
-
transform: scale(1.05);
|
|
19219
|
-
}
|
|
19220
|
-
.v-badge--dot .v-badge__badge {
|
|
19221
|
-
border-radius: 4.5px;
|
|
19222
|
-
height: 9px;
|
|
19223
|
-
min-width: 0;
|
|
19224
|
-
padding: 0;
|
|
19225
|
-
width: 9px;
|
|
19226
|
-
}
|
|
19227
|
-
.v-badge--dot .v-badge__badge::after {
|
|
19228
|
-
border-width: 1.5px;
|
|
19229
|
-
}
|
|
19230
|
-
.v-badge--inline .v-badge__badge {
|
|
19231
|
-
position: relative;
|
|
19232
|
-
vertical-align: middle;
|
|
19233
|
-
}
|
|
19234
|
-
.v-badge__badge .v-icon {
|
|
19235
|
-
color: inherit;
|
|
19236
|
-
font-size: 0.75rem;
|
|
19237
|
-
margin: 0 -2px;
|
|
19238
|
-
}
|
|
19239
|
-
.v-badge__badge img,
|
|
19240
|
-
.v-badge__badge .v-img {
|
|
19241
|
-
height: 100%;
|
|
19242
|
-
width: 100%;
|
|
19243
|
-
}
|
|
19244
|
-
|
|
19245
|
-
.v-badge__wrapper {
|
|
19246
|
-
display: flex;
|
|
19247
|
-
position: relative;
|
|
19248
|
-
}
|
|
19249
|
-
.v-badge--inline .v-badge__wrapper {
|
|
19250
|
-
align-items: center;
|
|
19251
|
-
display: inline-flex;
|
|
19252
|
-
justify-content: center;
|
|
19253
|
-
margin: 0 4px;
|
|
19254
|
-
}.v-btn-group {
|
|
19255
|
-
display: inline-flex;
|
|
19256
|
-
flex-wrap: nowrap;
|
|
19257
|
-
max-width: 100%;
|
|
19258
|
-
min-width: 0;
|
|
19259
|
-
overflow: hidden;
|
|
19260
|
-
vertical-align: middle;
|
|
19238
|
+
}.v-btn-group {
|
|
19239
|
+
display: inline-flex;
|
|
19240
|
+
flex-wrap: nowrap;
|
|
19241
|
+
max-width: 100%;
|
|
19242
|
+
min-width: 0;
|
|
19243
|
+
overflow: hidden;
|
|
19244
|
+
vertical-align: middle;
|
|
19261
19245
|
}
|
|
19262
19246
|
.v-btn-group {
|
|
19263
19247
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -19315,6 +19299,22 @@ html.overflow-y-hidden {
|
|
|
19315
19299
|
}
|
|
19316
19300
|
.v-btn-group--tile {
|
|
19317
19301
|
border-radius: 0;
|
|
19302
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19303
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19304
|
+
}
|
|
19305
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19306
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19307
|
+
}
|
|
19308
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19309
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19310
|
+
}
|
|
19311
|
+
@supports not selector(:focus-visible) {
|
|
19312
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19313
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19314
|
+
}
|
|
19315
|
+
}
|
|
19316
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
|
19317
|
+
opacity: 1;
|
|
19318
19318
|
}.v-card {
|
|
19319
19319
|
display: block;
|
|
19320
19320
|
overflow: hidden;
|
|
@@ -19688,29 +19688,6 @@ html.overflow-y-hidden {
|
|
|
19688
19688
|
flex-direction: column;
|
|
19689
19689
|
height: 100% !important;
|
|
19690
19690
|
width: 50px;
|
|
19691
|
-
}.v-checkbox.v-input {
|
|
19692
|
-
flex: 0 1 auto;
|
|
19693
|
-
}
|
|
19694
|
-
.v-checkbox .v-selection-control {
|
|
19695
|
-
min-height: var(--v-input-control-height);
|
|
19696
|
-
}.v-chip-group {
|
|
19697
|
-
display: flex;
|
|
19698
|
-
max-width: 100%;
|
|
19699
|
-
min-width: 0;
|
|
19700
|
-
overflow-x: auto;
|
|
19701
|
-
padding: 4px 0;
|
|
19702
|
-
}
|
|
19703
|
-
.v-chip-group .v-chip {
|
|
19704
|
-
margin: 4px 8px 4px 0;
|
|
19705
|
-
}
|
|
19706
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19707
|
-
opacity: var(--v-activated-opacity);
|
|
19708
|
-
}
|
|
19709
|
-
|
|
19710
|
-
.v-chip-group--column .v-slide-group__content {
|
|
19711
|
-
white-space: normal;
|
|
19712
|
-
flex-wrap: wrap;
|
|
19713
|
-
max-width: 100%;
|
|
19714
19691
|
}.v-chip {
|
|
19715
19692
|
align-items: center;
|
|
19716
19693
|
display: inline-flex;
|
|
@@ -20129,6 +20106,29 @@ html.overflow-y-hidden {
|
|
|
20129
20106
|
|
|
20130
20107
|
.v-chip--label {
|
|
20131
20108
|
border-radius: 4px;
|
|
20109
|
+
}.v-checkbox.v-input {
|
|
20110
|
+
flex: 0 1 auto;
|
|
20111
|
+
}
|
|
20112
|
+
.v-checkbox .v-selection-control {
|
|
20113
|
+
min-height: var(--v-input-control-height);
|
|
20114
|
+
}.v-chip-group {
|
|
20115
|
+
display: flex;
|
|
20116
|
+
max-width: 100%;
|
|
20117
|
+
min-width: 0;
|
|
20118
|
+
overflow-x: auto;
|
|
20119
|
+
padding: 4px 0;
|
|
20120
|
+
}
|
|
20121
|
+
.v-chip-group .v-chip {
|
|
20122
|
+
margin: 4px 8px 4px 0;
|
|
20123
|
+
}
|
|
20124
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20125
|
+
opacity: var(--v-activated-opacity);
|
|
20126
|
+
}
|
|
20127
|
+
|
|
20128
|
+
.v-chip-group--column .v-slide-group__content {
|
|
20129
|
+
white-space: normal;
|
|
20130
|
+
flex-wrap: wrap;
|
|
20131
|
+
max-width: 100%;
|
|
20132
20132
|
}.v-color-picker {
|
|
20133
20133
|
align-self: flex-start;
|
|
20134
20134
|
contain: content;
|
|
@@ -20151,11 +20151,6 @@ html.overflow-y-hidden {
|
|
|
20151
20151
|
}
|
|
20152
20152
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20153
20153
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20154
|
-
}.v-counter {
|
|
20155
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20156
|
-
flex: 0 1 auto;
|
|
20157
|
-
font-size: 12px;
|
|
20158
|
-
transition-duration: 150ms;
|
|
20159
20154
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
20160
20155
|
.v-combobox .v-field .v-text-field__suffix,
|
|
20161
20156
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -20241,12 +20236,11 @@ html.overflow-y-hidden {
|
|
|
20241
20236
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20242
20237
|
opacity: var(--v-high-emphasis-opacity);
|
|
20243
20238
|
transform: rotate(180deg);
|
|
20244
|
-
}.v-
|
|
20245
|
-
|
|
20246
|
-
|
|
20247
|
-
|
|
20248
|
-
|
|
20249
|
-
width: 368px;
|
|
20239
|
+
}.v-counter {
|
|
20240
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20241
|
+
flex: 0 1 auto;
|
|
20242
|
+
font-size: 12px;
|
|
20243
|
+
transition-duration: 150ms;
|
|
20250
20244
|
}.v-date-picker-controls {
|
|
20251
20245
|
display: flex;
|
|
20252
20246
|
align-items: center;
|
|
@@ -20303,66 +20297,12 @@ html.overflow-y-hidden {
|
|
|
20303
20297
|
|
|
20304
20298
|
.v-date-picker__title {
|
|
20305
20299
|
display: inline-block;
|
|
20306
|
-
}.v-date-picker
|
|
20307
|
-
align-items: flex-end;
|
|
20308
|
-
height: 70px;
|
|
20309
|
-
display: grid;
|
|
20310
|
-
grid-template-areas: "prepend content append";
|
|
20311
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20300
|
+
}.v-date-picker {
|
|
20312
20301
|
overflow: hidden;
|
|
20313
|
-
|
|
20314
|
-
padding-bottom: 12px;
|
|
20315
|
-
}
|
|
20316
|
-
|
|
20317
|
-
.v-date-picker-header__append {
|
|
20318
|
-
grid-area: append;
|
|
20319
|
-
}
|
|
20320
|
-
|
|
20321
|
-
.v-date-picker-header__prepend {
|
|
20322
|
-
grid-area: prepend;
|
|
20323
|
-
padding-inline-start: 8px;
|
|
20324
|
-
}
|
|
20325
|
-
|
|
20326
|
-
.v-date-picker-header__content {
|
|
20327
|
-
align-items: center;
|
|
20328
|
-
display: inline-flex;
|
|
20329
|
-
font-size: 32px;
|
|
20330
|
-
line-height: 40px;
|
|
20331
|
-
grid-area: content;
|
|
20332
|
-
justify-content: space-between;
|
|
20333
|
-
}
|
|
20334
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20335
|
-
cursor: pointer;
|
|
20336
|
-
}
|
|
20337
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20338
|
-
opacity: 0.7;
|
|
20339
|
-
}
|
|
20340
|
-
|
|
20341
|
-
.date-picker-header-transition-enter-active,
|
|
20342
|
-
.date-picker-header-reverse-transition-enter-active {
|
|
20343
|
-
transition-duration: 0.3s;
|
|
20344
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20345
|
-
}
|
|
20346
|
-
.date-picker-header-transition-leave-active,
|
|
20347
|
-
.date-picker-header-reverse-transition-leave-active {
|
|
20348
|
-
transition-duration: 0.3s;
|
|
20349
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20350
|
-
}
|
|
20351
|
-
|
|
20352
|
-
.date-picker-header-transition-enter-from {
|
|
20353
|
-
transform: translate(0, 100%);
|
|
20354
|
-
}
|
|
20355
|
-
.date-picker-header-transition-leave-to {
|
|
20356
|
-
opacity: 0;
|
|
20357
|
-
transform: translate(0, -100%);
|
|
20358
|
-
}
|
|
20359
|
-
|
|
20360
|
-
.date-picker-header-reverse-transition-enter-from {
|
|
20361
|
-
transform: translate(0, -100%);
|
|
20302
|
+
width: 328px;
|
|
20362
20303
|
}
|
|
20363
|
-
.date-picker-
|
|
20364
|
-
|
|
20365
|
-
transform: translate(0, 100%);
|
|
20304
|
+
.v-date-picker--show-week {
|
|
20305
|
+
width: 368px;
|
|
20366
20306
|
}.v-date-picker-months {
|
|
20367
20307
|
height: 288px;
|
|
20368
20308
|
}
|
|
@@ -20382,21 +20322,6 @@ html.overflow-y-hidden {
|
|
|
20382
20322
|
text-transform: none;
|
|
20383
20323
|
padding-inline-start: 8px;
|
|
20384
20324
|
padding-inline-end: 8px;
|
|
20385
|
-
}.v-date-picker-years {
|
|
20386
|
-
height: 288px;
|
|
20387
|
-
overflow-y: scroll;
|
|
20388
|
-
}
|
|
20389
|
-
|
|
20390
|
-
.v-date-picker-years__content {
|
|
20391
|
-
display: grid;
|
|
20392
|
-
flex: 1 1;
|
|
20393
|
-
justify-content: space-around;
|
|
20394
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20395
|
-
gap: 8px 24px;
|
|
20396
|
-
padding-inline: 32px;
|
|
20397
|
-
}
|
|
20398
|
-
.v-date-picker-years__content .v-btn {
|
|
20399
|
-
padding-inline: 8px;
|
|
20400
20325
|
}.v-date-picker-month {
|
|
20401
20326
|
display: flex;
|
|
20402
20327
|
justify-content: center;
|
|
@@ -20452,9 +20377,183 @@ html.overflow-y-hidden {
|
|
|
20452
20377
|
|
|
20453
20378
|
.v-date-picker-month__day--hide-adjacent {
|
|
20454
20379
|
opacity: 0;
|
|
20455
|
-
}.v-
|
|
20456
|
-
|
|
20457
|
-
|
|
20380
|
+
}.v-date-picker-years {
|
|
20381
|
+
height: 288px;
|
|
20382
|
+
overflow-y: scroll;
|
|
20383
|
+
}
|
|
20384
|
+
|
|
20385
|
+
.v-date-picker-years__content {
|
|
20386
|
+
display: grid;
|
|
20387
|
+
flex: 1 1;
|
|
20388
|
+
justify-content: space-around;
|
|
20389
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20390
|
+
gap: 8px 24px;
|
|
20391
|
+
padding-inline: 32px;
|
|
20392
|
+
}
|
|
20393
|
+
.v-date-picker-years__content .v-btn {
|
|
20394
|
+
padding-inline: 8px;
|
|
20395
|
+
}.v-date-picker-header {
|
|
20396
|
+
align-items: flex-end;
|
|
20397
|
+
height: 70px;
|
|
20398
|
+
display: grid;
|
|
20399
|
+
grid-template-areas: "prepend content append";
|
|
20400
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20401
|
+
overflow: hidden;
|
|
20402
|
+
padding-inline: 24px 12px;
|
|
20403
|
+
padding-bottom: 12px;
|
|
20404
|
+
}
|
|
20405
|
+
|
|
20406
|
+
.v-date-picker-header__append {
|
|
20407
|
+
grid-area: append;
|
|
20408
|
+
}
|
|
20409
|
+
|
|
20410
|
+
.v-date-picker-header__prepend {
|
|
20411
|
+
grid-area: prepend;
|
|
20412
|
+
padding-inline-start: 8px;
|
|
20413
|
+
}
|
|
20414
|
+
|
|
20415
|
+
.v-date-picker-header__content {
|
|
20416
|
+
align-items: center;
|
|
20417
|
+
display: inline-flex;
|
|
20418
|
+
font-size: 32px;
|
|
20419
|
+
line-height: 40px;
|
|
20420
|
+
grid-area: content;
|
|
20421
|
+
justify-content: space-between;
|
|
20422
|
+
}
|
|
20423
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20424
|
+
cursor: pointer;
|
|
20425
|
+
}
|
|
20426
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20427
|
+
opacity: 0.7;
|
|
20428
|
+
}
|
|
20429
|
+
|
|
20430
|
+
.date-picker-header-transition-enter-active,
|
|
20431
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
20432
|
+
transition-duration: 0.3s;
|
|
20433
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20434
|
+
}
|
|
20435
|
+
.date-picker-header-transition-leave-active,
|
|
20436
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
20437
|
+
transition-duration: 0.3s;
|
|
20438
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20439
|
+
}
|
|
20440
|
+
|
|
20441
|
+
.date-picker-header-transition-enter-from {
|
|
20442
|
+
transform: translate(0, 100%);
|
|
20443
|
+
}
|
|
20444
|
+
.date-picker-header-transition-leave-to {
|
|
20445
|
+
opacity: 0;
|
|
20446
|
+
transform: translate(0, -100%);
|
|
20447
|
+
}
|
|
20448
|
+
|
|
20449
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
20450
|
+
transform: translate(0, -100%);
|
|
20451
|
+
}
|
|
20452
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
20453
|
+
opacity: 0;
|
|
20454
|
+
transform: translate(0, 100%);
|
|
20455
|
+
}.v-dialog {
|
|
20456
|
+
align-items: center;
|
|
20457
|
+
justify-content: center;
|
|
20458
|
+
margin: auto;
|
|
20459
|
+
}
|
|
20460
|
+
.v-dialog > .v-overlay__content {
|
|
20461
|
+
max-height: calc(100% - 48px);
|
|
20462
|
+
width: calc(100% - 48px);
|
|
20463
|
+
max-width: calc(100% - 48px);
|
|
20464
|
+
margin: 24px;
|
|
20465
|
+
}
|
|
20466
|
+
.v-dialog > .v-overlay__content,
|
|
20467
|
+
.v-dialog > .v-overlay__content > form {
|
|
20468
|
+
display: flex;
|
|
20469
|
+
flex-direction: column;
|
|
20470
|
+
min-height: 0;
|
|
20471
|
+
}
|
|
20472
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20473
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20474
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20475
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20476
|
+
--v-scrollbar-offset: 0px;
|
|
20477
|
+
border-radius: 4px;
|
|
20478
|
+
overflow-y: auto;
|
|
20479
|
+
flex: 1 1 100%;
|
|
20480
|
+
}
|
|
20481
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20482
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20483
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20484
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20485
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20486
|
+
}
|
|
20487
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20488
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
20489
|
+
display: flex;
|
|
20490
|
+
flex-direction: column;
|
|
20491
|
+
}
|
|
20492
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20493
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20494
|
+
padding: 16px 24px;
|
|
20495
|
+
}
|
|
20496
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20497
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20498
|
+
padding-top: 0;
|
|
20499
|
+
}
|
|
20500
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
20501
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20502
|
+
font-size: inherit;
|
|
20503
|
+
letter-spacing: 0.03125em;
|
|
20504
|
+
line-height: inherit;
|
|
20505
|
+
padding: 16px 24px 24px;
|
|
20506
|
+
}
|
|
20507
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
|
20508
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
|
20509
|
+
justify-content: flex-end;
|
|
20510
|
+
}
|
|
20511
|
+
|
|
20512
|
+
.v-dialog--fullscreen {
|
|
20513
|
+
--v-scrollbar-offset: 0px;
|
|
20514
|
+
}
|
|
20515
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
20516
|
+
border-radius: 0;
|
|
20517
|
+
margin: 0;
|
|
20518
|
+
padding: 0;
|
|
20519
|
+
width: 100%;
|
|
20520
|
+
height: 100%;
|
|
20521
|
+
max-width: 100%;
|
|
20522
|
+
max-height: 100%;
|
|
20523
|
+
overflow-y: auto;
|
|
20524
|
+
top: 0;
|
|
20525
|
+
left: 0;
|
|
20526
|
+
}
|
|
20527
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20528
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20529
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20530
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20531
|
+
min-height: 100%;
|
|
20532
|
+
min-width: 100%;
|
|
20533
|
+
border-radius: 0;
|
|
20534
|
+
}
|
|
20535
|
+
|
|
20536
|
+
.v-dialog--scrollable > .v-overlay__content > form,
|
|
20537
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20538
|
+
max-height: 100%;
|
|
20539
|
+
max-width: 100%;
|
|
20540
|
+
}
|
|
20541
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
20542
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20543
|
+
.v-dialog--scrollable > .v-overlay__content > form,
|
|
20544
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20545
|
+
display: flex;
|
|
20546
|
+
flex: 1 1 100%;
|
|
20547
|
+
flex-direction: column;
|
|
20548
|
+
}
|
|
20549
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20550
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20551
|
+
-webkit-backface-visibility: hidden;
|
|
20552
|
+
backface-visibility: hidden;
|
|
20553
|
+
overflow-y: auto;
|
|
20554
|
+
}.v-data-table {
|
|
20555
|
+
width: 100%;
|
|
20556
|
+
}
|
|
20458
20557
|
|
|
20459
20558
|
.v-data-table__table {
|
|
20460
20559
|
width: 100%;
|
|
@@ -20722,211 +20821,45 @@ html.overflow-y-hidden {
|
|
|
20722
20821
|
}
|
|
20723
20822
|
.v-divider__wrapper--vertical .v-divider {
|
|
20724
20823
|
margin: 0 auto;
|
|
20725
|
-
}.v-
|
|
20726
|
-
|
|
20727
|
-
|
|
20728
|
-
margin: auto;
|
|
20729
|
-
}
|
|
20730
|
-
.v-dialog > .v-overlay__content {
|
|
20731
|
-
max-height: calc(100% - 48px);
|
|
20732
|
-
width: calc(100% - 48px);
|
|
20733
|
-
max-width: calc(100% - 48px);
|
|
20734
|
-
margin: 24px;
|
|
20824
|
+
}.v-expansion-panel {
|
|
20825
|
+
background-color: rgb(var(--v-theme-surface));
|
|
20826
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20735
20827
|
}
|
|
20736
|
-
.v-
|
|
20737
|
-
|
|
20738
|
-
display: flex;
|
|
20739
|
-
flex-direction: column;
|
|
20740
|
-
min-height: 0;
|
|
20828
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
20829
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20741
20830
|
}
|
|
20742
|
-
.v-
|
|
20743
|
-
|
|
20744
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20745
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20746
|
-
--v-scrollbar-offset: 0px;
|
|
20747
|
-
border-radius: 4px;
|
|
20748
|
-
overflow-y: auto;
|
|
20749
|
-
flex: 1 1 100%;
|
|
20831
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20832
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20750
20833
|
}
|
|
20751
|
-
.v-
|
|
20752
|
-
|
|
20753
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20754
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20755
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20834
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20835
|
+
opacity: 0.4615384615;
|
|
20756
20836
|
}
|
|
20757
|
-
|
|
20758
|
-
.v-
|
|
20837
|
+
|
|
20838
|
+
.v-expansion-panels {
|
|
20759
20839
|
display: flex;
|
|
20760
|
-
flex-
|
|
20840
|
+
flex-wrap: wrap;
|
|
20841
|
+
justify-content: center;
|
|
20842
|
+
list-style-type: none;
|
|
20843
|
+
padding: 0;
|
|
20844
|
+
width: 100%;
|
|
20845
|
+
position: relative;
|
|
20846
|
+
z-index: 1;
|
|
20761
20847
|
}
|
|
20762
|
-
.v-
|
|
20763
|
-
|
|
20764
|
-
|
|
20848
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20849
|
+
border-bottom-left-radius: 0 !important;
|
|
20850
|
+
border-bottom-right-radius: 0 !important;
|
|
20765
20851
|
}
|
|
20766
|
-
.v-
|
|
20767
|
-
|
|
20768
|
-
|
|
20852
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20853
|
+
border-top-left-radius: 0 !important;
|
|
20854
|
+
border-top-right-radius: 0 !important;
|
|
20769
20855
|
}
|
|
20770
|
-
.v-
|
|
20771
|
-
|
|
20772
|
-
|
|
20773
|
-
letter-spacing: 0.03125em;
|
|
20774
|
-
line-height: inherit;
|
|
20775
|
-
padding: 16px 24px 24px;
|
|
20856
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20857
|
+
border-bottom-left-radius: 0 !important;
|
|
20858
|
+
border-bottom-right-radius: 0 !important;
|
|
20776
20859
|
}
|
|
20777
|
-
.v-
|
|
20778
|
-
|
|
20779
|
-
|
|
20780
|
-
}
|
|
20781
|
-
|
|
20782
|
-
.v-dialog--fullscreen {
|
|
20783
|
-
--v-scrollbar-offset: 0px;
|
|
20784
|
-
}
|
|
20785
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
|
20786
|
-
border-radius: 0;
|
|
20787
|
-
margin: 0;
|
|
20788
|
-
padding: 0;
|
|
20789
|
-
width: 100%;
|
|
20790
|
-
height: 100%;
|
|
20791
|
-
max-width: 100%;
|
|
20792
|
-
max-height: 100%;
|
|
20793
|
-
overflow-y: auto;
|
|
20794
|
-
top: 0;
|
|
20795
|
-
left: 0;
|
|
20796
|
-
}
|
|
20797
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20798
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20799
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20800
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20801
|
-
min-height: 100%;
|
|
20802
|
-
min-width: 100%;
|
|
20803
|
-
border-radius: 0;
|
|
20804
|
-
}
|
|
20805
|
-
|
|
20806
|
-
.v-dialog--scrollable > .v-overlay__content > form,
|
|
20807
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20808
|
-
max-height: 100%;
|
|
20809
|
-
max-width: 100%;
|
|
20810
|
-
}
|
|
20811
|
-
.v-dialog--scrollable > .v-overlay__content,
|
|
20812
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20813
|
-
.v-dialog--scrollable > .v-overlay__content > form,
|
|
20814
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20815
|
-
display: flex;
|
|
20816
|
-
flex: 1 1 100%;
|
|
20817
|
-
flex-direction: column;
|
|
20818
|
-
}
|
|
20819
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20820
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20821
|
-
-webkit-backface-visibility: hidden;
|
|
20822
|
-
backface-visibility: hidden;
|
|
20823
|
-
overflow-y: auto;
|
|
20824
|
-
}.v-empty-state {
|
|
20825
|
-
align-items: center;
|
|
20826
|
-
display: flex;
|
|
20827
|
-
flex-direction: column;
|
|
20828
|
-
justify-content: center;
|
|
20829
|
-
min-height: 100%;
|
|
20830
|
-
padding: 16px;
|
|
20831
|
-
}
|
|
20832
|
-
.v-empty-state--start {
|
|
20833
|
-
align-items: flex-start;
|
|
20834
|
-
}
|
|
20835
|
-
.v-empty-state--center {
|
|
20836
|
-
align-items: center;
|
|
20837
|
-
}
|
|
20838
|
-
.v-empty-state--end {
|
|
20839
|
-
align-items: flex-end;
|
|
20840
|
-
}
|
|
20841
|
-
|
|
20842
|
-
.v-empty-state__media {
|
|
20843
|
-
text-align: center;
|
|
20844
|
-
width: 100%;
|
|
20845
|
-
}
|
|
20846
|
-
.v-empty-state__media .v-icon {
|
|
20847
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20848
|
-
}
|
|
20849
|
-
|
|
20850
|
-
.v-empty-state__headline {
|
|
20851
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20852
|
-
font-size: 3.75rem;
|
|
20853
|
-
font-weight: 300;
|
|
20854
|
-
line-height: 1;
|
|
20855
|
-
text-align: center;
|
|
20856
|
-
margin-bottom: 8px;
|
|
20857
|
-
}
|
|
20858
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
|
20859
|
-
font-size: 2.125rem;
|
|
20860
|
-
}
|
|
20861
|
-
|
|
20862
|
-
.v-empty-state__title {
|
|
20863
|
-
font-size: 1.25rem;
|
|
20864
|
-
font-weight: 500;
|
|
20865
|
-
line-height: 1.6;
|
|
20866
|
-
margin-bottom: 4px;
|
|
20867
|
-
text-align: center;
|
|
20868
|
-
}
|
|
20869
|
-
|
|
20870
|
-
.v-empty-state__text {
|
|
20871
|
-
font-size: 0.875rem;
|
|
20872
|
-
font-weight: 400;
|
|
20873
|
-
line-height: 1.425;
|
|
20874
|
-
padding: 0 16px;
|
|
20875
|
-
text-align: center;
|
|
20876
|
-
}
|
|
20877
|
-
|
|
20878
|
-
.v-empty-state__content {
|
|
20879
|
-
padding: 24px 0;
|
|
20880
|
-
}
|
|
20881
|
-
|
|
20882
|
-
.v-empty-state__actions {
|
|
20883
|
-
display: flex;
|
|
20884
|
-
gap: 8px;
|
|
20885
|
-
padding: 16px;
|
|
20886
|
-
}
|
|
20887
|
-
|
|
20888
|
-
.v-empty-state__action-btn.v-btn {
|
|
20889
|
-
background-color: initial;
|
|
20890
|
-
color: initial;
|
|
20891
|
-
}.v-expansion-panel {
|
|
20892
|
-
background-color: rgb(var(--v-theme-surface));
|
|
20893
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20894
|
-
}
|
|
20895
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
20896
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20897
|
-
}
|
|
20898
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20899
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20900
|
-
}
|
|
20901
|
-
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20902
|
-
opacity: 0.4615384615;
|
|
20903
|
-
}
|
|
20904
|
-
|
|
20905
|
-
.v-expansion-panels {
|
|
20906
|
-
display: flex;
|
|
20907
|
-
flex-wrap: wrap;
|
|
20908
|
-
justify-content: center;
|
|
20909
|
-
list-style-type: none;
|
|
20910
|
-
padding: 0;
|
|
20911
|
-
width: 100%;
|
|
20912
|
-
position: relative;
|
|
20913
|
-
z-index: 1;
|
|
20914
|
-
}
|
|
20915
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20916
|
-
border-bottom-left-radius: 0 !important;
|
|
20917
|
-
border-bottom-right-radius: 0 !important;
|
|
20918
|
-
}
|
|
20919
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20920
|
-
border-top-left-radius: 0 !important;
|
|
20921
|
-
border-top-right-radius: 0 !important;
|
|
20922
|
-
}
|
|
20923
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20924
|
-
border-bottom-left-radius: 0 !important;
|
|
20925
|
-
border-bottom-right-radius: 0 !important;
|
|
20926
|
-
}
|
|
20927
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20928
|
-
border-top-left-radius: 0 !important;
|
|
20929
|
-
border-top-right-radius: 0 !important;
|
|
20860
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20861
|
+
border-top-left-radius: 0 !important;
|
|
20862
|
+
border-top-right-radius: 0 !important;
|
|
20930
20863
|
}
|
|
20931
20864
|
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
|
20932
20865
|
border-bottom-left-radius: 0 !important;
|
|
@@ -21104,6 +21037,73 @@ html.overflow-y-hidden {
|
|
|
21104
21037
|
}
|
|
21105
21038
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21106
21039
|
border-radius: 0;
|
|
21040
|
+
}.v-empty-state {
|
|
21041
|
+
align-items: center;
|
|
21042
|
+
display: flex;
|
|
21043
|
+
flex-direction: column;
|
|
21044
|
+
justify-content: center;
|
|
21045
|
+
min-height: 100%;
|
|
21046
|
+
padding: 16px;
|
|
21047
|
+
}
|
|
21048
|
+
.v-empty-state--start {
|
|
21049
|
+
align-items: flex-start;
|
|
21050
|
+
}
|
|
21051
|
+
.v-empty-state--center {
|
|
21052
|
+
align-items: center;
|
|
21053
|
+
}
|
|
21054
|
+
.v-empty-state--end {
|
|
21055
|
+
align-items: flex-end;
|
|
21056
|
+
}
|
|
21057
|
+
|
|
21058
|
+
.v-empty-state__media {
|
|
21059
|
+
text-align: center;
|
|
21060
|
+
width: 100%;
|
|
21061
|
+
}
|
|
21062
|
+
.v-empty-state__media .v-icon {
|
|
21063
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21064
|
+
}
|
|
21065
|
+
|
|
21066
|
+
.v-empty-state__headline {
|
|
21067
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21068
|
+
font-size: 3.75rem;
|
|
21069
|
+
font-weight: 300;
|
|
21070
|
+
line-height: 1;
|
|
21071
|
+
text-align: center;
|
|
21072
|
+
margin-bottom: 8px;
|
|
21073
|
+
}
|
|
21074
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
21075
|
+
font-size: 2.125rem;
|
|
21076
|
+
}
|
|
21077
|
+
|
|
21078
|
+
.v-empty-state__title {
|
|
21079
|
+
font-size: 1.25rem;
|
|
21080
|
+
font-weight: 500;
|
|
21081
|
+
line-height: 1.6;
|
|
21082
|
+
margin-bottom: 4px;
|
|
21083
|
+
text-align: center;
|
|
21084
|
+
}
|
|
21085
|
+
|
|
21086
|
+
.v-empty-state__text {
|
|
21087
|
+
font-size: 0.875rem;
|
|
21088
|
+
font-weight: 400;
|
|
21089
|
+
line-height: 1.425;
|
|
21090
|
+
padding: 0 16px;
|
|
21091
|
+
text-align: center;
|
|
21092
|
+
}
|
|
21093
|
+
|
|
21094
|
+
.v-empty-state__content {
|
|
21095
|
+
padding: 24px 0;
|
|
21096
|
+
}
|
|
21097
|
+
|
|
21098
|
+
.v-empty-state__actions {
|
|
21099
|
+
display: flex;
|
|
21100
|
+
gap: 8px;
|
|
21101
|
+
padding: 16px;
|
|
21102
|
+
}
|
|
21103
|
+
|
|
21104
|
+
.v-empty-state__action-btn.v-btn {
|
|
21105
|
+
background-color: initial;
|
|
21106
|
+
color: initial;
|
|
21107
21107
|
}.v-container {
|
|
21108
21108
|
width: 100%;
|
|
21109
21109
|
padding: 16px;
|
|
@@ -22440,36 +22440,7 @@ textarea.v-field__input::placeholder {
|
|
|
22440
22440
|
opacity: 0;
|
|
22441
22441
|
}
|
|
22442
22442
|
|
|
22443
|
-
/* endregion */.v-
|
|
22444
|
-
.v-file-input--hide.v-input .v-input__control,
|
|
22445
|
-
.v-file-input--hide.v-input .v-input__details {
|
|
22446
|
-
display: none;
|
|
22447
|
-
}
|
|
22448
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
|
22449
|
-
grid-area: control;
|
|
22450
|
-
margin: 0 auto;
|
|
22451
|
-
}
|
|
22452
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
22453
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
22454
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
22455
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
22456
|
-
top: 0px;
|
|
22457
|
-
}
|
|
22458
|
-
.v-file-input input[type=file] {
|
|
22459
|
-
height: 100%;
|
|
22460
|
-
left: 0;
|
|
22461
|
-
opacity: 0;
|
|
22462
|
-
position: absolute;
|
|
22463
|
-
top: 0;
|
|
22464
|
-
width: 100%;
|
|
22465
|
-
z-index: 1;
|
|
22466
|
-
}
|
|
22467
|
-
.v-file-input .v-input__details {
|
|
22468
|
-
padding-inline: 16px;
|
|
22469
|
-
}
|
|
22470
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
22471
|
-
padding-inline: 0;
|
|
22472
|
-
}.v-footer {
|
|
22443
|
+
/* endregion */.v-footer {
|
|
22473
22444
|
align-items: center;
|
|
22474
22445
|
display: flex;
|
|
22475
22446
|
flex: 1 1 auto;
|
|
@@ -22505,59 +22476,34 @@ textarea.v-field__input::placeholder {
|
|
|
22505
22476
|
}
|
|
22506
22477
|
.v-footer--rounded {
|
|
22507
22478
|
border-radius: 4px;
|
|
22508
|
-
}.v-
|
|
22509
|
-
|
|
22510
|
-
|
|
22511
|
-
display:
|
|
22512
|
-
font-feature-settings: "liga";
|
|
22513
|
-
height: 1em;
|
|
22514
|
-
justify-content: center;
|
|
22515
|
-
letter-spacing: normal;
|
|
22516
|
-
line-height: 1;
|
|
22517
|
-
position: relative;
|
|
22518
|
-
text-indent: 0;
|
|
22519
|
-
text-align: center;
|
|
22520
|
-
-webkit-user-select: none;
|
|
22521
|
-
user-select: none;
|
|
22522
|
-
vertical-align: middle;
|
|
22523
|
-
width: 1em;
|
|
22524
|
-
min-width: 1em;
|
|
22525
|
-
}
|
|
22526
|
-
.v-icon--clickable {
|
|
22527
|
-
cursor: pointer;
|
|
22528
|
-
}
|
|
22529
|
-
.v-icon--disabled {
|
|
22530
|
-
pointer-events: none;
|
|
22531
|
-
opacity: 0.38;
|
|
22532
|
-
}
|
|
22533
|
-
.v-icon--size-x-small {
|
|
22534
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
22535
|
-
}
|
|
22536
|
-
.v-icon--size-small {
|
|
22537
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
|
22538
|
-
}
|
|
22539
|
-
.v-icon--size-default {
|
|
22540
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
|
22479
|
+
}.v-file-input--hide.v-input .v-field,
|
|
22480
|
+
.v-file-input--hide.v-input .v-input__control,
|
|
22481
|
+
.v-file-input--hide.v-input .v-input__details {
|
|
22482
|
+
display: none;
|
|
22541
22483
|
}
|
|
22542
|
-
.v-
|
|
22543
|
-
|
|
22484
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
|
22485
|
+
grid-area: control;
|
|
22486
|
+
margin: 0 auto;
|
|
22544
22487
|
}
|
|
22545
|
-
.v-
|
|
22546
|
-
|
|
22488
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
22489
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
22490
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
22491
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
22492
|
+
top: 0px;
|
|
22547
22493
|
}
|
|
22548
|
-
|
|
22549
|
-
.v-icon__svg {
|
|
22550
|
-
fill: currentColor;
|
|
22551
|
-
width: 100%;
|
|
22494
|
+
.v-file-input input[type=file] {
|
|
22552
22495
|
height: 100%;
|
|
22496
|
+
left: 0;
|
|
22497
|
+
opacity: 0;
|
|
22498
|
+
position: absolute;
|
|
22499
|
+
top: 0;
|
|
22500
|
+
width: 100%;
|
|
22553
22501
|
}
|
|
22554
|
-
|
|
22555
|
-
|
|
22556
|
-
margin-inline-end: 8px;
|
|
22502
|
+
.v-file-input .v-input__details {
|
|
22503
|
+
padding-inline: 16px;
|
|
22557
22504
|
}
|
|
22558
|
-
|
|
22559
|
-
|
|
22560
|
-
margin-inline-start: 8px;
|
|
22505
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
22506
|
+
padding-inline: 0;
|
|
22561
22507
|
}.v-img {
|
|
22562
22508
|
--v-theme-overlay-multiplier: 3;
|
|
22563
22509
|
z-index: 0;
|
|
@@ -22646,6 +22592,59 @@ textarea.v-field__input::placeholder {
|
|
|
22646
22592
|
display: flex;
|
|
22647
22593
|
justify-content: center;
|
|
22648
22594
|
padding: 8px;
|
|
22595
|
+
}.v-icon {
|
|
22596
|
+
--v-icon-size-multiplier: 1;
|
|
22597
|
+
align-items: center;
|
|
22598
|
+
display: inline-flex;
|
|
22599
|
+
font-feature-settings: "liga";
|
|
22600
|
+
height: 1em;
|
|
22601
|
+
justify-content: center;
|
|
22602
|
+
letter-spacing: normal;
|
|
22603
|
+
line-height: 1;
|
|
22604
|
+
position: relative;
|
|
22605
|
+
text-indent: 0;
|
|
22606
|
+
text-align: center;
|
|
22607
|
+
-webkit-user-select: none;
|
|
22608
|
+
user-select: none;
|
|
22609
|
+
vertical-align: middle;
|
|
22610
|
+
width: 1em;
|
|
22611
|
+
min-width: 1em;
|
|
22612
|
+
}
|
|
22613
|
+
.v-icon--clickable {
|
|
22614
|
+
cursor: pointer;
|
|
22615
|
+
}
|
|
22616
|
+
.v-icon--disabled {
|
|
22617
|
+
pointer-events: none;
|
|
22618
|
+
opacity: 0.38;
|
|
22619
|
+
}
|
|
22620
|
+
.v-icon--size-x-small {
|
|
22621
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
22622
|
+
}
|
|
22623
|
+
.v-icon--size-small {
|
|
22624
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
|
22625
|
+
}
|
|
22626
|
+
.v-icon--size-default {
|
|
22627
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
|
22628
|
+
}
|
|
22629
|
+
.v-icon--size-large {
|
|
22630
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
|
22631
|
+
}
|
|
22632
|
+
.v-icon--size-x-large {
|
|
22633
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
|
22634
|
+
}
|
|
22635
|
+
|
|
22636
|
+
.v-icon__svg {
|
|
22637
|
+
fill: currentColor;
|
|
22638
|
+
width: 100%;
|
|
22639
|
+
height: 100%;
|
|
22640
|
+
}
|
|
22641
|
+
|
|
22642
|
+
.v-icon--start {
|
|
22643
|
+
margin-inline-end: 8px;
|
|
22644
|
+
}
|
|
22645
|
+
|
|
22646
|
+
.v-icon--end {
|
|
22647
|
+
margin-inline-start: 8px;
|
|
22649
22648
|
}.v-input {
|
|
22650
22649
|
display: grid;
|
|
22651
22650
|
flex: 1 1 auto;
|
|
@@ -22788,11 +22787,6 @@ textarea.v-field__input::placeholder {
|
|
|
22788
22787
|
|
|
22789
22788
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
22790
22789
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
22791
|
-
}.v-item-group {
|
|
22792
|
-
flex: 0 1 auto;
|
|
22793
|
-
max-width: 100%;
|
|
22794
|
-
position: relative;
|
|
22795
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22796
22790
|
}.v-label {
|
|
22797
22791
|
align-items: center;
|
|
22798
22792
|
color: inherit;
|
|
@@ -22808,132 +22802,6 @@ textarea.v-field__input::placeholder {
|
|
|
22808
22802
|
|
|
22809
22803
|
.v-label--clickable {
|
|
22810
22804
|
cursor: pointer;
|
|
22811
|
-
}.v-layout-item {
|
|
22812
|
-
position: absolute;
|
|
22813
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22814
|
-
}
|
|
22815
|
-
|
|
22816
|
-
.v-layout-item--absolute {
|
|
22817
|
-
position: absolute;
|
|
22818
|
-
}.v-layout {
|
|
22819
|
-
--v-scrollbar-offset: 0px;
|
|
22820
|
-
display: flex;
|
|
22821
|
-
flex: 1 1 auto;
|
|
22822
|
-
}
|
|
22823
|
-
.v-layout--full-height {
|
|
22824
|
-
--v-scrollbar-offset: inherit;
|
|
22825
|
-
height: 100%;
|
|
22826
|
-
}.v-locale-provider {
|
|
22827
|
-
display: contents;
|
|
22828
|
-
}.v-list {
|
|
22829
|
-
overflow: auto;
|
|
22830
|
-
padding: 8px 0;
|
|
22831
|
-
position: relative;
|
|
22832
|
-
outline: none;
|
|
22833
|
-
}
|
|
22834
|
-
.v-list {
|
|
22835
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22836
|
-
border-style: solid;
|
|
22837
|
-
border-width: 0;
|
|
22838
|
-
}
|
|
22839
|
-
.v-list--border {
|
|
22840
|
-
border-width: thin;
|
|
22841
|
-
box-shadow: none;
|
|
22842
|
-
}
|
|
22843
|
-
.v-list {
|
|
22844
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22845
|
-
}
|
|
22846
|
-
.v-list {
|
|
22847
|
-
border-radius: 0;
|
|
22848
|
-
}
|
|
22849
|
-
.v-list {
|
|
22850
|
-
background: rgba(var(--v-theme-surface));
|
|
22851
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22852
|
-
}
|
|
22853
|
-
.v-list--disabled {
|
|
22854
|
-
pointer-events: none;
|
|
22855
|
-
-webkit-user-select: none;
|
|
22856
|
-
user-select: none;
|
|
22857
|
-
}
|
|
22858
|
-
.v-list--nav {
|
|
22859
|
-
padding-inline: 8px;
|
|
22860
|
-
}
|
|
22861
|
-
.v-list--rounded {
|
|
22862
|
-
border-radius: 4px;
|
|
22863
|
-
}
|
|
22864
|
-
.v-list--subheader {
|
|
22865
|
-
padding-top: 0;
|
|
22866
|
-
}
|
|
22867
|
-
|
|
22868
|
-
.v-list-img {
|
|
22869
|
-
border-radius: inherit;
|
|
22870
|
-
display: flex;
|
|
22871
|
-
height: 100%;
|
|
22872
|
-
left: 0;
|
|
22873
|
-
overflow: hidden;
|
|
22874
|
-
position: absolute;
|
|
22875
|
-
top: 0;
|
|
22876
|
-
width: 100%;
|
|
22877
|
-
z-index: -1;
|
|
22878
|
-
}
|
|
22879
|
-
|
|
22880
|
-
.v-list-subheader {
|
|
22881
|
-
align-items: center;
|
|
22882
|
-
background: inherit;
|
|
22883
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22884
|
-
display: flex;
|
|
22885
|
-
font-size: 0.875rem;
|
|
22886
|
-
font-weight: 400;
|
|
22887
|
-
line-height: 1.375rem;
|
|
22888
|
-
padding-inline-end: 16px;
|
|
22889
|
-
min-height: 40px;
|
|
22890
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22891
|
-
}
|
|
22892
|
-
.v-list-subheader__text {
|
|
22893
|
-
overflow: hidden;
|
|
22894
|
-
text-overflow: ellipsis;
|
|
22895
|
-
white-space: nowrap;
|
|
22896
|
-
}
|
|
22897
|
-
.v-list--density-default .v-list-subheader {
|
|
22898
|
-
min-height: 40px;
|
|
22899
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22900
|
-
}
|
|
22901
|
-
|
|
22902
|
-
.v-list--density-comfortable .v-list-subheader {
|
|
22903
|
-
min-height: 36px;
|
|
22904
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22905
|
-
}
|
|
22906
|
-
|
|
22907
|
-
.v-list--density-compact .v-list-subheader {
|
|
22908
|
-
min-height: 32px;
|
|
22909
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22910
|
-
}
|
|
22911
|
-
|
|
22912
|
-
.v-list-subheader--inset {
|
|
22913
|
-
--indent-padding: 56px;
|
|
22914
|
-
}
|
|
22915
|
-
.v-list--nav .v-list-subheader {
|
|
22916
|
-
font-size: 0.75rem;
|
|
22917
|
-
}
|
|
22918
|
-
.v-list-subheader--sticky {
|
|
22919
|
-
background: inherit;
|
|
22920
|
-
left: 0;
|
|
22921
|
-
position: sticky;
|
|
22922
|
-
top: 0;
|
|
22923
|
-
z-index: 1;
|
|
22924
|
-
}
|
|
22925
|
-
|
|
22926
|
-
.v-list__overlay {
|
|
22927
|
-
background-color: currentColor;
|
|
22928
|
-
border-radius: inherit;
|
|
22929
|
-
bottom: 0;
|
|
22930
|
-
left: 0;
|
|
22931
|
-
opacity: 0;
|
|
22932
|
-
pointer-events: none;
|
|
22933
|
-
position: absolute;
|
|
22934
|
-
right: 0;
|
|
22935
|
-
top: 0;
|
|
22936
|
-
transition: opacity 0.2s ease-in-out;
|
|
22937
22805
|
}.v-list-item {
|
|
22938
22806
|
align-items: center;
|
|
22939
22807
|
display: grid;
|
|
@@ -23401,99 +23269,197 @@ textarea.v-field__input::placeholder {
|
|
|
23401
23269
|
}
|
|
23402
23270
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23403
23271
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23404
|
-
}.v-
|
|
23405
|
-
|
|
23406
|
-
|
|
23407
|
-
min-height: 14px;
|
|
23408
|
-
min-width: 1px;
|
|
23409
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23272
|
+
}.v-list {
|
|
23273
|
+
overflow: auto;
|
|
23274
|
+
padding: 8px 0;
|
|
23410
23275
|
position: relative;
|
|
23276
|
+
outline: none;
|
|
23411
23277
|
}
|
|
23412
|
-
.v-
|
|
23413
|
-
|
|
23414
|
-
|
|
23415
|
-
|
|
23416
|
-
word-wrap: break-word;
|
|
23417
|
-
-webkit-hyphens: auto;
|
|
23418
|
-
hyphens: auto;
|
|
23419
|
-
transition-duration: 150ms;
|
|
23420
|
-
}.v-menu > .v-overlay__content {
|
|
23421
|
-
display: flex;
|
|
23422
|
-
flex-direction: column;
|
|
23278
|
+
.v-list {
|
|
23279
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23280
|
+
border-style: solid;
|
|
23281
|
+
border-width: 0;
|
|
23423
23282
|
}
|
|
23424
|
-
.v-
|
|
23283
|
+
.v-list--border {
|
|
23284
|
+
border-width: thin;
|
|
23285
|
+
box-shadow: none;
|
|
23286
|
+
}
|
|
23287
|
+
.v-list {
|
|
23288
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23289
|
+
}
|
|
23290
|
+
.v-list {
|
|
23291
|
+
border-radius: 0;
|
|
23292
|
+
}
|
|
23293
|
+
.v-list {
|
|
23294
|
+
background: rgba(var(--v-theme-surface));
|
|
23295
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23296
|
+
}
|
|
23297
|
+
.v-list--disabled {
|
|
23298
|
+
pointer-events: none;
|
|
23299
|
+
-webkit-user-select: none;
|
|
23300
|
+
user-select: none;
|
|
23301
|
+
}
|
|
23302
|
+
.v-list--nav {
|
|
23303
|
+
padding-inline: 8px;
|
|
23304
|
+
}
|
|
23305
|
+
.v-list--rounded {
|
|
23425
23306
|
border-radius: 4px;
|
|
23426
23307
|
}
|
|
23427
|
-
.v-
|
|
23428
|
-
|
|
23429
|
-
|
|
23430
|
-
|
|
23308
|
+
.v-list--subheader {
|
|
23309
|
+
padding-top: 0;
|
|
23310
|
+
}
|
|
23311
|
+
|
|
23312
|
+
.v-list-img {
|
|
23431
23313
|
border-radius: inherit;
|
|
23432
|
-
|
|
23314
|
+
display: flex;
|
|
23433
23315
|
height: 100%;
|
|
23316
|
+
left: 0;
|
|
23317
|
+
overflow: hidden;
|
|
23318
|
+
position: absolute;
|
|
23319
|
+
top: 0;
|
|
23320
|
+
width: 100%;
|
|
23321
|
+
z-index: -1;
|
|
23434
23322
|
}
|
|
23435
|
-
|
|
23436
|
-
.v-
|
|
23437
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
23438
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23439
|
-
}.v-otp-input {
|
|
23323
|
+
|
|
23324
|
+
.v-list-subheader {
|
|
23440
23325
|
align-items: center;
|
|
23326
|
+
background: inherit;
|
|
23327
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23441
23328
|
display: flex;
|
|
23442
|
-
|
|
23443
|
-
|
|
23444
|
-
|
|
23329
|
+
font-size: 0.875rem;
|
|
23330
|
+
font-weight: 400;
|
|
23331
|
+
line-height: 1.375rem;
|
|
23332
|
+
padding-inline-end: 16px;
|
|
23333
|
+
min-height: 40px;
|
|
23334
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
23445
23335
|
}
|
|
23446
|
-
.v-
|
|
23447
|
-
|
|
23336
|
+
.v-list-subheader__text {
|
|
23337
|
+
overflow: hidden;
|
|
23338
|
+
text-overflow: ellipsis;
|
|
23339
|
+
white-space: nowrap;
|
|
23448
23340
|
}
|
|
23449
|
-
.v-
|
|
23450
|
-
height:
|
|
23341
|
+
.v-list--density-default .v-list-subheader {
|
|
23342
|
+
min-height: 40px;
|
|
23343
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23451
23344
|
}
|
|
23452
23345
|
|
|
23453
|
-
.v-
|
|
23454
|
-
|
|
23346
|
+
.v-list--density-comfortable .v-list-subheader {
|
|
23347
|
+
min-height: 36px;
|
|
23348
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23455
23349
|
}
|
|
23456
23350
|
|
|
23457
|
-
.v-
|
|
23458
|
-
|
|
23459
|
-
|
|
23460
|
-
gap: 0.5rem;
|
|
23461
|
-
height: 64px;
|
|
23462
|
-
padding: 0.5rem;
|
|
23463
|
-
justify-content: center;
|
|
23464
|
-
max-width: 320px;
|
|
23465
|
-
position: relative;
|
|
23466
|
-
border-radius: inherit;
|
|
23467
|
-
}
|
|
23468
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23469
|
-
max-width: 360px;
|
|
23351
|
+
.v-list--density-compact .v-list-subheader {
|
|
23352
|
+
min-height: 32px;
|
|
23353
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23470
23354
|
}
|
|
23471
23355
|
|
|
23472
|
-
.v-
|
|
23473
|
-
|
|
23474
|
-
font-size: 1.25rem;
|
|
23475
|
-
height: 100%;
|
|
23476
|
-
outline: none;
|
|
23477
|
-
text-align: center;
|
|
23478
|
-
width: 100%;
|
|
23356
|
+
.v-list-subheader--inset {
|
|
23357
|
+
--indent-padding: 56px;
|
|
23479
23358
|
}
|
|
23480
|
-
.v-
|
|
23481
|
-
-
|
|
23482
|
-
margin: 0;
|
|
23359
|
+
.v-list--nav .v-list-subheader {
|
|
23360
|
+
font-size: 0.75rem;
|
|
23483
23361
|
}
|
|
23484
|
-
.v-
|
|
23485
|
-
|
|
23362
|
+
.v-list-subheader--sticky {
|
|
23363
|
+
background: inherit;
|
|
23364
|
+
left: 0;
|
|
23365
|
+
position: sticky;
|
|
23366
|
+
top: 0;
|
|
23367
|
+
z-index: 1;
|
|
23486
23368
|
}
|
|
23487
23369
|
|
|
23488
|
-
.v-
|
|
23489
|
-
|
|
23370
|
+
.v-list__overlay {
|
|
23371
|
+
background-color: currentColor;
|
|
23372
|
+
border-radius: inherit;
|
|
23373
|
+
bottom: 0;
|
|
23374
|
+
left: 0;
|
|
23375
|
+
opacity: 0;
|
|
23376
|
+
pointer-events: none;
|
|
23377
|
+
position: absolute;
|
|
23378
|
+
right: 0;
|
|
23379
|
+
top: 0;
|
|
23380
|
+
transition: opacity 0.2s ease-in-out;
|
|
23381
|
+
}.v-layout {
|
|
23382
|
+
--v-scrollbar-offset: 0px;
|
|
23490
23383
|
display: flex;
|
|
23384
|
+
flex: 1 1 auto;
|
|
23385
|
+
}
|
|
23386
|
+
.v-layout--full-height {
|
|
23387
|
+
--v-scrollbar-offset: inherit;
|
|
23491
23388
|
height: 100%;
|
|
23492
|
-
|
|
23493
|
-
|
|
23389
|
+
}.v-layout-item {
|
|
23390
|
+
position: absolute;
|
|
23391
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23494
23392
|
}
|
|
23495
|
-
|
|
23393
|
+
|
|
23394
|
+
.v-layout-item--absolute {
|
|
23395
|
+
position: absolute;
|
|
23396
|
+
}.v-locale-provider {
|
|
23397
|
+
display: contents;
|
|
23398
|
+
}.v-main {
|
|
23399
|
+
flex: 1 0 auto;
|
|
23400
|
+
max-width: 100%;
|
|
23401
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23402
|
+
padding-left: var(--v-layout-left);
|
|
23403
|
+
padding-right: var(--v-layout-right);
|
|
23404
|
+
padding-top: var(--v-layout-top);
|
|
23405
|
+
padding-bottom: var(--v-layout-bottom);
|
|
23406
|
+
}
|
|
23407
|
+
.v-main__scroller {
|
|
23408
|
+
max-width: 100%;
|
|
23409
|
+
position: relative;
|
|
23410
|
+
}
|
|
23411
|
+
.v-main--scrollable {
|
|
23412
|
+
display: flex;
|
|
23413
|
+
}
|
|
23414
|
+
.v-main--scrollable {
|
|
23496
23415
|
position: absolute;
|
|
23416
|
+
top: 0;
|
|
23417
|
+
left: 0;
|
|
23418
|
+
width: 100%;
|
|
23419
|
+
height: 100%;
|
|
23420
|
+
}
|
|
23421
|
+
.v-main--scrollable > .v-main__scroller {
|
|
23422
|
+
flex: 1 1 auto;
|
|
23423
|
+
overflow-y: auto;
|
|
23424
|
+
--v-layout-left: 0px;
|
|
23425
|
+
--v-layout-right: 0px;
|
|
23426
|
+
--v-layout-top: 0px;
|
|
23427
|
+
--v-layout-bottom: 0px;
|
|
23428
|
+
}.v-menu > .v-overlay__content {
|
|
23429
|
+
display: flex;
|
|
23430
|
+
flex-direction: column;
|
|
23431
|
+
}
|
|
23432
|
+
.v-menu > .v-overlay__content {
|
|
23433
|
+
border-radius: 4px;
|
|
23434
|
+
}
|
|
23435
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23436
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23437
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23438
|
+
background: rgb(var(--v-theme-surface));
|
|
23439
|
+
border-radius: inherit;
|
|
23440
|
+
overflow: auto;
|
|
23441
|
+
height: 100%;
|
|
23442
|
+
}
|
|
23443
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23444
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23445
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23446
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23447
|
+
}.v-messages {
|
|
23448
|
+
flex: 1 1 auto;
|
|
23449
|
+
font-size: 12px;
|
|
23450
|
+
min-height: 14px;
|
|
23451
|
+
min-width: 1px;
|
|
23452
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23453
|
+
position: relative;
|
|
23454
|
+
}
|
|
23455
|
+
.v-messages__message {
|
|
23456
|
+
line-height: 12px;
|
|
23457
|
+
word-break: break-word;
|
|
23458
|
+
overflow-wrap: break-word;
|
|
23459
|
+
word-wrap: break-word;
|
|
23460
|
+
-webkit-hyphens: auto;
|
|
23461
|
+
hyphens: auto;
|
|
23462
|
+
transition-duration: 150ms;
|
|
23497
23463
|
}.v-navigation-drawer {
|
|
23498
23464
|
-webkit-overflow-scrolling: touch;
|
|
23499
23465
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23598,152 +23564,136 @@ textarea.v-field__input::placeholder {
|
|
|
23598
23564
|
.v-navigation-drawer__append {
|
|
23599
23565
|
flex: none;
|
|
23600
23566
|
overflow: hidden;
|
|
23601
|
-
}.v-
|
|
23602
|
-
display: inline-flex;
|
|
23603
|
-
list-style-type: none;
|
|
23604
|
-
justify-content: center;
|
|
23605
|
-
width: 100%;
|
|
23606
|
-
}
|
|
23607
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23608
|
-
margin: 0.3rem;
|
|
23609
|
-
}.v-parallax {
|
|
23610
|
-
position: relative;
|
|
23611
|
-
overflow: hidden;
|
|
23612
|
-
}
|
|
23613
|
-
.v-parallax--active > .v-img__img {
|
|
23614
|
-
will-change: transform;
|
|
23615
|
-
}.v-progress-circular {
|
|
23567
|
+
}.v-otp-input {
|
|
23616
23568
|
align-items: center;
|
|
23617
|
-
display:
|
|
23569
|
+
display: flex;
|
|
23618
23570
|
justify-content: center;
|
|
23571
|
+
padding: 0.5rem 0;
|
|
23619
23572
|
position: relative;
|
|
23620
|
-
vertical-align: middle;
|
|
23621
23573
|
}
|
|
23622
|
-
.v-
|
|
23623
|
-
|
|
23574
|
+
.v-otp-input {
|
|
23575
|
+
border-radius: 4px;
|
|
23576
|
+
}
|
|
23577
|
+
.v-otp-input .v-field {
|
|
23624
23578
|
height: 100%;
|
|
23625
|
-
margin: auto;
|
|
23626
|
-
position: absolute;
|
|
23627
|
-
top: 0;
|
|
23628
|
-
bottom: 0;
|
|
23629
|
-
left: 0;
|
|
23630
|
-
right: 0;
|
|
23631
|
-
z-index: 0;
|
|
23632
23579
|
}
|
|
23633
23580
|
|
|
23634
|
-
.v-
|
|
23581
|
+
.v-otp-input__divider {
|
|
23582
|
+
margin: 0 8px;
|
|
23583
|
+
}
|
|
23584
|
+
|
|
23585
|
+
.v-otp-input__content {
|
|
23635
23586
|
align-items: center;
|
|
23636
23587
|
display: flex;
|
|
23588
|
+
gap: 0.5rem;
|
|
23589
|
+
height: 64px;
|
|
23590
|
+
padding: 0.5rem;
|
|
23637
23591
|
justify-content: center;
|
|
23592
|
+
max-width: 320px;
|
|
23593
|
+
position: relative;
|
|
23594
|
+
border-radius: inherit;
|
|
23638
23595
|
}
|
|
23639
|
-
|
|
23640
|
-
|
|
23641
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23642
|
-
stroke: currentColor;
|
|
23643
|
-
z-index: 1;
|
|
23596
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23597
|
+
max-width: 360px;
|
|
23644
23598
|
}
|
|
23645
23599
|
|
|
23646
|
-
.v-
|
|
23647
|
-
|
|
23648
|
-
|
|
23649
|
-
|
|
23600
|
+
.v-otp-input__field {
|
|
23601
|
+
color: inherit;
|
|
23602
|
+
font-size: 1.25rem;
|
|
23603
|
+
height: 100%;
|
|
23604
|
+
outline: none;
|
|
23605
|
+
text-align: center;
|
|
23606
|
+
width: 100%;
|
|
23650
23607
|
}
|
|
23651
|
-
|
|
23652
|
-
|
|
23653
|
-
|
|
23654
|
-
width: 16px;
|
|
23608
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23609
|
+
-webkit-appearance: none;
|
|
23610
|
+
margin: 0;
|
|
23655
23611
|
}
|
|
23656
|
-
.v-
|
|
23657
|
-
|
|
23658
|
-
width: 24px;
|
|
23612
|
+
.v-otp-input__field[type=number] {
|
|
23613
|
+
-moz-appearance: textfield;
|
|
23659
23614
|
}
|
|
23660
|
-
|
|
23661
|
-
|
|
23662
|
-
|
|
23615
|
+
|
|
23616
|
+
.v-otp-input__loader {
|
|
23617
|
+
align-items: center;
|
|
23618
|
+
display: flex;
|
|
23619
|
+
height: 100%;
|
|
23620
|
+
justify-content: center;
|
|
23621
|
+
width: 100%;
|
|
23663
23622
|
}
|
|
23664
|
-
.v-progress-
|
|
23665
|
-
|
|
23666
|
-
|
|
23623
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23624
|
+
position: absolute;
|
|
23625
|
+
}.v-pagination__list {
|
|
23626
|
+
display: inline-flex;
|
|
23627
|
+
list-style-type: none;
|
|
23628
|
+
justify-content: center;
|
|
23629
|
+
width: 100%;
|
|
23667
23630
|
}
|
|
23668
|
-
.v-
|
|
23669
|
-
|
|
23670
|
-
|
|
23631
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23632
|
+
margin: 0.3rem;
|
|
23633
|
+
}.v-overlay-container {
|
|
23634
|
+
contain: layout;
|
|
23635
|
+
left: 0;
|
|
23636
|
+
pointer-events: none;
|
|
23637
|
+
position: absolute;
|
|
23638
|
+
top: 0;
|
|
23639
|
+
display: contents;
|
|
23671
23640
|
}
|
|
23672
23641
|
|
|
23673
|
-
.v-
|
|
23674
|
-
|
|
23675
|
-
transform-origin: center center;
|
|
23676
|
-
transition: all 0.2s ease-in-out;
|
|
23677
|
-
}
|
|
23678
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
23679
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
23680
|
-
stroke-dasharray: 25, 200;
|
|
23681
|
-
stroke-dashoffset: 0;
|
|
23682
|
-
stroke-linecap: round;
|
|
23683
|
-
transform-origin: center center;
|
|
23684
|
-
transform: rotate(-90deg);
|
|
23642
|
+
.v-overlay-scroll-blocked {
|
|
23643
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23685
23644
|
}
|
|
23686
|
-
|
|
23687
|
-
|
|
23688
|
-
animation-duration: 0.7s;
|
|
23645
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
23646
|
+
overflow-y: hidden !important;
|
|
23689
23647
|
}
|
|
23690
|
-
.v-
|
|
23691
|
-
|
|
23648
|
+
html.v-overlay-scroll-blocked {
|
|
23649
|
+
position: fixed;
|
|
23650
|
+
top: var(--v-body-scroll-y);
|
|
23651
|
+
left: var(--v-body-scroll-x);
|
|
23652
|
+
width: 100%;
|
|
23653
|
+
height: 100%;
|
|
23692
23654
|
}
|
|
23693
23655
|
|
|
23694
|
-
.v-
|
|
23695
|
-
|
|
23696
|
-
|
|
23656
|
+
.v-overlay {
|
|
23657
|
+
--v-overlay-opacity: 0.32;
|
|
23658
|
+
border-radius: inherit;
|
|
23659
|
+
display: flex;
|
|
23660
|
+
left: 0;
|
|
23661
|
+
pointer-events: none;
|
|
23662
|
+
position: fixed;
|
|
23663
|
+
top: 0;
|
|
23664
|
+
bottom: 0;
|
|
23665
|
+
right: 0;
|
|
23697
23666
|
}
|
|
23698
23667
|
|
|
23699
|
-
|
|
23700
|
-
|
|
23701
|
-
|
|
23702
|
-
|
|
23703
|
-
|
|
23704
|
-
50% {
|
|
23705
|
-
stroke-dasharray: 100, 200;
|
|
23706
|
-
stroke-dashoffset: -15px;
|
|
23707
|
-
}
|
|
23708
|
-
100% {
|
|
23709
|
-
stroke-dasharray: 100, 200;
|
|
23710
|
-
stroke-dashoffset: -124px;
|
|
23711
|
-
}
|
|
23712
|
-
}
|
|
23713
|
-
@keyframes progress-circular-rotate {
|
|
23714
|
-
100% {
|
|
23715
|
-
transform: rotate(270deg);
|
|
23716
|
-
}
|
|
23717
|
-
}.v-main {
|
|
23718
|
-
flex: 1 0 auto;
|
|
23719
|
-
max-width: 100%;
|
|
23720
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23721
|
-
padding-left: var(--v-layout-left);
|
|
23722
|
-
padding-right: var(--v-layout-right);
|
|
23723
|
-
padding-top: var(--v-layout-top);
|
|
23724
|
-
padding-bottom: var(--v-layout-bottom);
|
|
23668
|
+
.v-overlay__content {
|
|
23669
|
+
outline: none;
|
|
23670
|
+
position: absolute;
|
|
23671
|
+
pointer-events: auto;
|
|
23672
|
+
contain: layout;
|
|
23725
23673
|
}
|
|
23726
|
-
|
|
23727
|
-
|
|
23728
|
-
|
|
23674
|
+
|
|
23675
|
+
.v-overlay__scrim {
|
|
23676
|
+
pointer-events: auto;
|
|
23677
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23678
|
+
border-radius: inherit;
|
|
23679
|
+
bottom: 0;
|
|
23680
|
+
left: 0;
|
|
23681
|
+
opacity: var(--v-overlay-opacity);
|
|
23682
|
+
position: fixed;
|
|
23683
|
+
right: 0;
|
|
23684
|
+
top: 0;
|
|
23729
23685
|
}
|
|
23730
|
-
|
|
23731
|
-
|
|
23686
|
+
|
|
23687
|
+
.v-overlay--absolute {
|
|
23688
|
+
position: absolute;
|
|
23732
23689
|
}
|
|
23733
|
-
|
|
23690
|
+
|
|
23691
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23734
23692
|
position: absolute;
|
|
23735
|
-
top: 0;
|
|
23736
|
-
left: 0;
|
|
23737
|
-
width: 100%;
|
|
23738
|
-
height: 100%;
|
|
23739
23693
|
}
|
|
23740
|
-
|
|
23741
|
-
|
|
23742
|
-
|
|
23743
|
-
--v-layout-left: 0px;
|
|
23744
|
-
--v-layout-right: 0px;
|
|
23745
|
-
--v-layout-top: 0px;
|
|
23746
|
-
--v-layout-bottom: 0px;
|
|
23694
|
+
|
|
23695
|
+
.v-overlay--scroll-blocked {
|
|
23696
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23747
23697
|
}.v-progress-linear {
|
|
23748
23698
|
background: transparent;
|
|
23749
23699
|
overflow: hidden;
|
|
@@ -23972,82 +23922,114 @@ textarea.v-field__input::placeholder {
|
|
|
23972
23922
|
0% {
|
|
23973
23923
|
background-position-x: var(--v-progress-linear-height);
|
|
23974
23924
|
}
|
|
23975
|
-
}.v-
|
|
23976
|
-
|
|
23977
|
-
|
|
23978
|
-
pointer-events: none;
|
|
23979
|
-
position: absolute;
|
|
23980
|
-
top: 0;
|
|
23981
|
-
display: contents;
|
|
23982
|
-
}
|
|
23983
|
-
|
|
23984
|
-
.v-overlay-scroll-blocked {
|
|
23985
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23925
|
+
}.v-parallax {
|
|
23926
|
+
position: relative;
|
|
23927
|
+
overflow: hidden;
|
|
23986
23928
|
}
|
|
23987
|
-
.v-
|
|
23988
|
-
|
|
23929
|
+
.v-parallax--active > .v-img__img {
|
|
23930
|
+
will-change: transform;
|
|
23931
|
+
}.v-progress-circular {
|
|
23932
|
+
align-items: center;
|
|
23933
|
+
display: inline-flex;
|
|
23934
|
+
justify-content: center;
|
|
23935
|
+
position: relative;
|
|
23936
|
+
vertical-align: middle;
|
|
23989
23937
|
}
|
|
23990
|
-
|
|
23991
|
-
position: fixed;
|
|
23992
|
-
top: var(--v-body-scroll-y);
|
|
23993
|
-
left: var(--v-body-scroll-x);
|
|
23938
|
+
.v-progress-circular > svg {
|
|
23994
23939
|
width: 100%;
|
|
23995
23940
|
height: 100%;
|
|
23996
|
-
|
|
23997
|
-
|
|
23998
|
-
.v-overlay {
|
|
23999
|
-
--v-overlay-opacity: 0.32;
|
|
24000
|
-
border-radius: inherit;
|
|
24001
|
-
display: flex;
|
|
24002
|
-
left: 0;
|
|
24003
|
-
pointer-events: none;
|
|
24004
|
-
position: fixed;
|
|
23941
|
+
margin: auto;
|
|
23942
|
+
position: absolute;
|
|
24005
23943
|
top: 0;
|
|
24006
23944
|
bottom: 0;
|
|
23945
|
+
left: 0;
|
|
24007
23946
|
right: 0;
|
|
23947
|
+
z-index: 0;
|
|
24008
23948
|
}
|
|
24009
23949
|
|
|
24010
|
-
.v-
|
|
24011
|
-
|
|
24012
|
-
|
|
24013
|
-
|
|
24014
|
-
contain: layout;
|
|
23950
|
+
.v-progress-circular__content {
|
|
23951
|
+
align-items: center;
|
|
23952
|
+
display: flex;
|
|
23953
|
+
justify-content: center;
|
|
24015
23954
|
}
|
|
24016
23955
|
|
|
24017
|
-
.v-
|
|
24018
|
-
|
|
24019
|
-
|
|
24020
|
-
|
|
24021
|
-
bottom: 0;
|
|
24022
|
-
left: 0;
|
|
24023
|
-
opacity: var(--v-overlay-opacity);
|
|
24024
|
-
position: fixed;
|
|
24025
|
-
right: 0;
|
|
24026
|
-
top: 0;
|
|
23956
|
+
.v-progress-circular__underlay {
|
|
23957
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23958
|
+
stroke: currentColor;
|
|
23959
|
+
z-index: 1;
|
|
24027
23960
|
}
|
|
24028
23961
|
|
|
24029
|
-
.v-
|
|
24030
|
-
|
|
23962
|
+
.v-progress-circular__overlay {
|
|
23963
|
+
stroke: currentColor;
|
|
23964
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
23965
|
+
z-index: 2;
|
|
24031
23966
|
}
|
|
24032
23967
|
|
|
24033
|
-
.v-
|
|
24034
|
-
|
|
23968
|
+
.v-progress-circular--size-x-small {
|
|
23969
|
+
height: 16px;
|
|
23970
|
+
width: 16px;
|
|
24035
23971
|
}
|
|
24036
|
-
|
|
24037
|
-
|
|
24038
|
-
|
|
24039
|
-
}.v-radio-group > .v-input__control {
|
|
24040
|
-
flex-direction: column;
|
|
23972
|
+
.v-progress-circular--size-small {
|
|
23973
|
+
height: 24px;
|
|
23974
|
+
width: 24px;
|
|
24041
23975
|
}
|
|
24042
|
-
.v-
|
|
24043
|
-
|
|
23976
|
+
.v-progress-circular--size-default {
|
|
23977
|
+
height: 32px;
|
|
23978
|
+
width: 32px;
|
|
24044
23979
|
}
|
|
24045
|
-
.v-
|
|
24046
|
-
|
|
24047
|
-
|
|
23980
|
+
.v-progress-circular--size-large {
|
|
23981
|
+
height: 48px;
|
|
23982
|
+
width: 48px;
|
|
24048
23983
|
}
|
|
24049
|
-
.v-
|
|
24050
|
-
|
|
23984
|
+
.v-progress-circular--size-x-large {
|
|
23985
|
+
height: 64px;
|
|
23986
|
+
width: 64px;
|
|
23987
|
+
}
|
|
23988
|
+
|
|
23989
|
+
.v-progress-circular--indeterminate > svg {
|
|
23990
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
23991
|
+
transform-origin: center center;
|
|
23992
|
+
transition: all 0.2s ease-in-out;
|
|
23993
|
+
}
|
|
23994
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
23995
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
23996
|
+
stroke-dasharray: 25, 200;
|
|
23997
|
+
stroke-dashoffset: 0;
|
|
23998
|
+
stroke-linecap: round;
|
|
23999
|
+
transform-origin: center center;
|
|
24000
|
+
transform: rotate(-90deg);
|
|
24001
|
+
}
|
|
24002
|
+
|
|
24003
|
+
.v-progress-circular--disable-shrink > svg {
|
|
24004
|
+
animation-duration: 0.7s;
|
|
24005
|
+
}
|
|
24006
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
24007
|
+
animation: none;
|
|
24008
|
+
}
|
|
24009
|
+
|
|
24010
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
24011
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
24012
|
+
animation-play-state: paused !important;
|
|
24013
|
+
}
|
|
24014
|
+
|
|
24015
|
+
@keyframes progress-circular-dash {
|
|
24016
|
+
0% {
|
|
24017
|
+
stroke-dasharray: 1, 200;
|
|
24018
|
+
stroke-dashoffset: 0px;
|
|
24019
|
+
}
|
|
24020
|
+
50% {
|
|
24021
|
+
stroke-dasharray: 100, 200;
|
|
24022
|
+
stroke-dashoffset: -15px;
|
|
24023
|
+
}
|
|
24024
|
+
100% {
|
|
24025
|
+
stroke-dasharray: 100, 200;
|
|
24026
|
+
stroke-dashoffset: -124px;
|
|
24027
|
+
}
|
|
24028
|
+
}
|
|
24029
|
+
@keyframes progress-circular-rotate {
|
|
24030
|
+
100% {
|
|
24031
|
+
transform: rotate(270deg);
|
|
24032
|
+
}
|
|
24051
24033
|
}.v-slider .v-slider__container input {
|
|
24052
24034
|
cursor: default;
|
|
24053
24035
|
padding: 0;
|
|
@@ -24105,6 +24087,18 @@ html.v-overlay-scroll-blocked {
|
|
|
24105
24087
|
|
|
24106
24088
|
.v-slider__label {
|
|
24107
24089
|
margin-inline-end: 12px;
|
|
24090
|
+
}.v-radio-group > .v-input__control {
|
|
24091
|
+
flex-direction: column;
|
|
24092
|
+
}
|
|
24093
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
24094
|
+
margin-inline-start: 16px;
|
|
24095
|
+
}
|
|
24096
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24097
|
+
padding-inline-start: 6px;
|
|
24098
|
+
margin-top: 8px;
|
|
24099
|
+
}
|
|
24100
|
+
.v-radio-group .v-input__details {
|
|
24101
|
+
padding-inline: 16px;
|
|
24108
24102
|
}.v-rating {
|
|
24109
24103
|
max-width: 100%;
|
|
24110
24104
|
display: inline-flex;
|
|
@@ -24184,14 +24178,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24184
24178
|
flex: 1 0 0px;
|
|
24185
24179
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24186
24180
|
pointer-events: none;
|
|
24187
|
-
}.v-selection-control-group {
|
|
24188
|
-
grid-area: control;
|
|
24189
|
-
display: flex;
|
|
24190
|
-
flex-direction: column;
|
|
24191
|
-
}
|
|
24192
|
-
.v-selection-control-group--inline {
|
|
24193
|
-
flex-direction: row;
|
|
24194
|
-
flex-wrap: wrap;
|
|
24195
24181
|
}.v-select .v-field .v-text-field__prefix,
|
|
24196
24182
|
.v-select .v-field .v-text-field__suffix,
|
|
24197
24183
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -24345,42 +24331,14 @@ html.v-overlay-scroll-blocked {
|
|
|
24345
24331
|
}
|
|
24346
24332
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24347
24333
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24348
|
-
}.v-
|
|
24349
|
-
|
|
24350
|
-
|
|
24351
|
-
|
|
24352
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24353
|
-
border-style: solid;
|
|
24354
|
-
border-width: 0;
|
|
24355
|
-
}
|
|
24356
|
-
.v-sheet--border {
|
|
24357
|
-
border-width: thin;
|
|
24358
|
-
box-shadow: none;
|
|
24359
|
-
}
|
|
24360
|
-
.v-sheet {
|
|
24361
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24362
|
-
}
|
|
24363
|
-
.v-sheet--absolute {
|
|
24364
|
-
position: absolute;
|
|
24365
|
-
}
|
|
24366
|
-
.v-sheet--fixed {
|
|
24367
|
-
position: fixed;
|
|
24368
|
-
}
|
|
24369
|
-
.v-sheet--relative {
|
|
24370
|
-
position: relative;
|
|
24371
|
-
}
|
|
24372
|
-
.v-sheet--sticky {
|
|
24373
|
-
position: sticky;
|
|
24374
|
-
}
|
|
24375
|
-
.v-sheet {
|
|
24376
|
-
border-radius: 0;
|
|
24377
|
-
}
|
|
24378
|
-
.v-sheet {
|
|
24379
|
-
background: rgb(var(--v-theme-surface));
|
|
24380
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24334
|
+
}.v-selection-control-group {
|
|
24335
|
+
grid-area: control;
|
|
24336
|
+
display: flex;
|
|
24337
|
+
flex-direction: column;
|
|
24381
24338
|
}
|
|
24382
|
-
.v-
|
|
24383
|
-
|
|
24339
|
+
.v-selection-control-group--inline {
|
|
24340
|
+
flex-direction: row;
|
|
24341
|
+
flex-wrap: wrap;
|
|
24384
24342
|
}.v-skeleton-loader {
|
|
24385
24343
|
align-items: center;
|
|
24386
24344
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24661,102 +24619,278 @@ html.v-overlay-scroll-blocked {
|
|
|
24661
24619
|
.v-slide-group--vertical .v-slide-group__container {
|
|
24662
24620
|
overflow-x: hidden;
|
|
24663
24621
|
overflow-y: auto;
|
|
24664
|
-
}.v-
|
|
24665
|
-
|
|
24622
|
+
}.v-sheet {
|
|
24623
|
+
display: block;
|
|
24666
24624
|
}
|
|
24667
|
-
.v-
|
|
24668
|
-
|
|
24625
|
+
.v-sheet {
|
|
24626
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24627
|
+
border-style: solid;
|
|
24628
|
+
border-width: 0;
|
|
24669
24629
|
}
|
|
24670
|
-
.v-
|
|
24671
|
-
border-
|
|
24630
|
+
.v-sheet--border {
|
|
24631
|
+
border-width: thin;
|
|
24632
|
+
box-shadow: none;
|
|
24672
24633
|
}
|
|
24673
|
-
.v-
|
|
24634
|
+
.v-sheet {
|
|
24674
24635
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24675
24636
|
}
|
|
24676
|
-
|
|
24677
|
-
|
|
24678
|
-
align-items: center;
|
|
24679
|
-
display: flex;
|
|
24680
|
-
position: relative;
|
|
24681
|
-
overflow-x: auto;
|
|
24682
|
-
justify-content: space-between;
|
|
24683
|
-
z-index: 1;
|
|
24637
|
+
.v-sheet--absolute {
|
|
24638
|
+
position: absolute;
|
|
24684
24639
|
}
|
|
24685
|
-
.v-
|
|
24686
|
-
|
|
24640
|
+
.v-sheet--fixed {
|
|
24641
|
+
position: fixed;
|
|
24687
24642
|
}
|
|
24688
|
-
.v-
|
|
24689
|
-
|
|
24643
|
+
.v-sheet--relative {
|
|
24644
|
+
position: relative;
|
|
24690
24645
|
}
|
|
24691
|
-
.v-
|
|
24692
|
-
|
|
24646
|
+
.v-sheet--sticky {
|
|
24647
|
+
position: sticky;
|
|
24693
24648
|
}
|
|
24694
|
-
.v-
|
|
24695
|
-
|
|
24649
|
+
.v-sheet {
|
|
24650
|
+
border-radius: 0;
|
|
24696
24651
|
}
|
|
24697
|
-
.v-
|
|
24698
|
-
|
|
24652
|
+
.v-sheet {
|
|
24653
|
+
background: rgb(var(--v-theme-surface));
|
|
24654
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24699
24655
|
}
|
|
24700
|
-
.v-
|
|
24701
|
-
|
|
24702
|
-
|
|
24656
|
+
.v-sheet--rounded {
|
|
24657
|
+
border-radius: 4px;
|
|
24658
|
+
}.v-snackbar {
|
|
24659
|
+
justify-content: center;
|
|
24660
|
+
z-index: 10000;
|
|
24661
|
+
margin: 8px;
|
|
24662
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24663
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
24703
24664
|
}
|
|
24704
|
-
|
|
24705
|
-
|
|
24706
|
-
margin: 1.5rem;
|
|
24665
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
|
24666
|
+
align-items: flex-end;
|
|
24707
24667
|
}
|
|
24708
|
-
|
|
24709
|
-
.v-stepper-actions {
|
|
24710
|
-
display: flex;
|
|
24668
|
+
.v-snackbar__wrapper {
|
|
24711
24669
|
align-items: center;
|
|
24712
|
-
|
|
24713
|
-
|
|
24670
|
+
display: flex;
|
|
24671
|
+
max-width: 672px;
|
|
24672
|
+
min-height: 48px;
|
|
24673
|
+
min-width: 344px;
|
|
24674
|
+
overflow: hidden;
|
|
24675
|
+
padding: 0;
|
|
24714
24676
|
}
|
|
24715
|
-
.v-
|
|
24716
|
-
|
|
24677
|
+
.v-snackbar__wrapper {
|
|
24678
|
+
border-radius: 4px;
|
|
24717
24679
|
}
|
|
24718
|
-
.v-
|
|
24719
|
-
|
|
24720
|
-
|
|
24721
|
-
align-items: center;
|
|
24722
|
-
align-self: stretch;
|
|
24723
|
-
display: inline-flex;
|
|
24724
|
-
flex: none;
|
|
24725
|
-
outline: none;
|
|
24726
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24727
|
-
padding: 1.5rem;
|
|
24728
|
-
position: relative;
|
|
24729
|
-
transition-duration: 0.2s;
|
|
24730
|
-
transition-property: opacity;
|
|
24731
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24680
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
24681
|
+
background: transparent;
|
|
24682
|
+
color: inherit;
|
|
24732
24683
|
}
|
|
24733
|
-
.v-
|
|
24734
|
-
opacity:
|
|
24684
|
+
.v-snackbar--variant-plain {
|
|
24685
|
+
opacity: 0.62;
|
|
24735
24686
|
}
|
|
24736
|
-
.v-
|
|
24737
|
-
opacity:
|
|
24687
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
24688
|
+
opacity: 1;
|
|
24738
24689
|
}
|
|
24739
|
-
|
|
24740
|
-
|
|
24741
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24742
|
-
}
|
|
24690
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
24691
|
+
display: none;
|
|
24743
24692
|
}
|
|
24744
|
-
.v-
|
|
24745
|
-
|
|
24693
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
24694
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24695
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24746
24696
|
}
|
|
24747
|
-
.v-
|
|
24748
|
-
|
|
24697
|
+
.v-snackbar--variant-elevated {
|
|
24698
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24749
24699
|
}
|
|
24750
|
-
.v-
|
|
24751
|
-
|
|
24700
|
+
.v-snackbar--variant-flat {
|
|
24701
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24752
24702
|
}
|
|
24753
|
-
|
|
24754
|
-
|
|
24755
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24756
|
-
}
|
|
24703
|
+
.v-snackbar--variant-outlined {
|
|
24704
|
+
border: thin solid currentColor;
|
|
24757
24705
|
}
|
|
24758
|
-
.v-
|
|
24759
|
-
|
|
24706
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
24707
|
+
background: currentColor;
|
|
24708
|
+
}
|
|
24709
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
24710
|
+
background: currentColor;
|
|
24711
|
+
opacity: var(--v-activated-opacity);
|
|
24712
|
+
border-radius: inherit;
|
|
24713
|
+
top: 0;
|
|
24714
|
+
right: 0;
|
|
24715
|
+
bottom: 0;
|
|
24716
|
+
left: 0;
|
|
24717
|
+
pointer-events: none;
|
|
24718
|
+
}
|
|
24719
|
+
.v-snackbar .v-snackbar__underlay {
|
|
24720
|
+
position: absolute;
|
|
24721
|
+
}
|
|
24722
|
+
|
|
24723
|
+
.v-snackbar__content {
|
|
24724
|
+
flex-grow: 1;
|
|
24725
|
+
font-size: 0.875rem;
|
|
24726
|
+
font-weight: 400;
|
|
24727
|
+
letter-spacing: 0.0178571429em;
|
|
24728
|
+
line-height: 1.425;
|
|
24729
|
+
margin-right: auto;
|
|
24730
|
+
padding: 14px 16px;
|
|
24731
|
+
text-align: initial;
|
|
24732
|
+
}
|
|
24733
|
+
.v-snackbar__actions {
|
|
24734
|
+
align-items: center;
|
|
24735
|
+
align-self: center;
|
|
24736
|
+
display: flex;
|
|
24737
|
+
margin-inline-end: 8px;
|
|
24738
|
+
}
|
|
24739
|
+
.v-snackbar__actions > .v-btn {
|
|
24740
|
+
padding: 0 8px;
|
|
24741
|
+
min-width: auto;
|
|
24742
|
+
}
|
|
24743
|
+
.v-snackbar__timer {
|
|
24744
|
+
width: 100%;
|
|
24745
|
+
position: absolute;
|
|
24746
|
+
top: 0;
|
|
24747
|
+
}
|
|
24748
|
+
.v-snackbar__timer .v-progress-linear {
|
|
24749
|
+
transition: 0.2s linear;
|
|
24750
|
+
}
|
|
24751
|
+
.v-snackbar--absolute {
|
|
24752
|
+
position: absolute;
|
|
24753
|
+
z-index: 1;
|
|
24754
|
+
}
|
|
24755
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
24756
|
+
min-height: 68px;
|
|
24757
|
+
}
|
|
24758
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
24759
|
+
flex-direction: column;
|
|
24760
|
+
}
|
|
24761
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
24762
|
+
align-self: flex-end;
|
|
24763
|
+
margin-bottom: 8px;
|
|
24764
|
+
}
|
|
24765
|
+
.v-snackbar--center {
|
|
24766
|
+
align-items: center;
|
|
24767
|
+
justify-content: center;
|
|
24768
|
+
}
|
|
24769
|
+
.v-snackbar--top {
|
|
24770
|
+
align-items: flex-start;
|
|
24771
|
+
}
|
|
24772
|
+
.v-snackbar--bottom {
|
|
24773
|
+
align-items: flex-end;
|
|
24774
|
+
}
|
|
24775
|
+
.v-snackbar--left, .v-snackbar--start {
|
|
24776
|
+
justify-content: flex-start;
|
|
24777
|
+
}
|
|
24778
|
+
.v-snackbar--right, .v-snackbar--end {
|
|
24779
|
+
justify-content: flex-end;
|
|
24780
|
+
}
|
|
24781
|
+
|
|
24782
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
24783
|
+
transition-duration: 0.15s;
|
|
24784
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24785
|
+
}
|
|
24786
|
+
.v-snackbar-transition-enter-active {
|
|
24787
|
+
transition-property: opacity, transform;
|
|
24788
|
+
}
|
|
24789
|
+
.v-snackbar-transition-enter-from {
|
|
24790
|
+
opacity: 0;
|
|
24791
|
+
transform: scale(0.8);
|
|
24792
|
+
}
|
|
24793
|
+
.v-snackbar-transition-leave-active {
|
|
24794
|
+
transition-property: opacity;
|
|
24795
|
+
}
|
|
24796
|
+
.v-snackbar-transition-leave-to {
|
|
24797
|
+
opacity: 0;
|
|
24798
|
+
}.v-stepper.v-sheet {
|
|
24799
|
+
overflow: hidden;
|
|
24800
|
+
}
|
|
24801
|
+
.v-stepper.v-sheet {
|
|
24802
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24803
|
+
}
|
|
24804
|
+
.v-stepper.v-sheet {
|
|
24805
|
+
border-radius: 4px;
|
|
24806
|
+
}
|
|
24807
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24808
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24809
|
+
}
|
|
24810
|
+
|
|
24811
|
+
.v-stepper-header {
|
|
24812
|
+
align-items: center;
|
|
24813
|
+
display: flex;
|
|
24814
|
+
position: relative;
|
|
24815
|
+
overflow-x: auto;
|
|
24816
|
+
justify-content: space-between;
|
|
24817
|
+
z-index: 1;
|
|
24818
|
+
}
|
|
24819
|
+
.v-stepper-header {
|
|
24820
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24821
|
+
}
|
|
24822
|
+
.v-stepper-header .v-divider {
|
|
24823
|
+
margin: 0 -16px;
|
|
24824
|
+
}
|
|
24825
|
+
.v-stepper-header .v-divider:last-child {
|
|
24826
|
+
margin-inline-end: 0;
|
|
24827
|
+
}
|
|
24828
|
+
.v-stepper-header .v-divider:first-child {
|
|
24829
|
+
margin-inline-start: 0;
|
|
24830
|
+
}
|
|
24831
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24832
|
+
height: auto;
|
|
24833
|
+
}
|
|
24834
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24835
|
+
align-self: flex-start;
|
|
24836
|
+
margin: 35px -67px 0;
|
|
24837
|
+
}
|
|
24838
|
+
|
|
24839
|
+
.v-stepper-window {
|
|
24840
|
+
margin: 1.5rem;
|
|
24841
|
+
}
|
|
24842
|
+
|
|
24843
|
+
.v-stepper-actions {
|
|
24844
|
+
display: flex;
|
|
24845
|
+
align-items: center;
|
|
24846
|
+
justify-content: space-between;
|
|
24847
|
+
padding: 1rem;
|
|
24848
|
+
}
|
|
24849
|
+
.v-stepper .v-stepper-actions {
|
|
24850
|
+
padding: 0 1.5rem 1rem;
|
|
24851
|
+
}
|
|
24852
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24853
|
+
padding: 1.5rem 0 0;
|
|
24854
|
+
}.v-stepper-item {
|
|
24855
|
+
align-items: center;
|
|
24856
|
+
align-self: stretch;
|
|
24857
|
+
display: inline-flex;
|
|
24858
|
+
flex: none;
|
|
24859
|
+
outline: none;
|
|
24860
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24861
|
+
padding: 1.5rem;
|
|
24862
|
+
position: relative;
|
|
24863
|
+
transition-duration: 0.2s;
|
|
24864
|
+
transition-property: opacity;
|
|
24865
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24866
|
+
}
|
|
24867
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
|
24868
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
24869
|
+
}
|
|
24870
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
|
24871
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24872
|
+
}
|
|
24873
|
+
@supports not selector(:focus-visible) {
|
|
24874
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
|
24875
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24876
|
+
}
|
|
24877
|
+
}
|
|
24878
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
|
24879
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
24880
|
+
}
|
|
24881
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
|
24882
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24883
|
+
}
|
|
24884
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
|
24885
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24886
|
+
}
|
|
24887
|
+
@supports not selector(:focus-visible) {
|
|
24888
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
|
24889
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24890
|
+
}
|
|
24891
|
+
}
|
|
24892
|
+
.v-stepper--non-linear .v-stepper-item {
|
|
24893
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
24760
24894
|
}
|
|
24761
24895
|
.v-stepper-item--selected {
|
|
24762
24896
|
opacity: 1;
|
|
@@ -24836,6 +24970,47 @@ html.v-overlay-scroll-blocked {
|
|
|
24836
24970
|
left: 0;
|
|
24837
24971
|
width: 100%;
|
|
24838
24972
|
height: 100%;
|
|
24973
|
+
}.v-speed-dial__content {
|
|
24974
|
+
gap: 8px;
|
|
24975
|
+
}
|
|
24976
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24977
|
+
flex-direction: row;
|
|
24978
|
+
}
|
|
24979
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24980
|
+
flex-direction: row-reverse;
|
|
24981
|
+
}
|
|
24982
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24983
|
+
flex-direction: column-reverse;
|
|
24984
|
+
}
|
|
24985
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
24986
|
+
transition-delay: 0s;
|
|
24987
|
+
}
|
|
24988
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
24989
|
+
transition-delay: 0.05s;
|
|
24990
|
+
}
|
|
24991
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
24992
|
+
transition-delay: 0.1s;
|
|
24993
|
+
}
|
|
24994
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
24995
|
+
transition-delay: 0.15s;
|
|
24996
|
+
}
|
|
24997
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
24998
|
+
transition-delay: 0.2s;
|
|
24999
|
+
}
|
|
25000
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
25001
|
+
transition-delay: 0.25s;
|
|
25002
|
+
}
|
|
25003
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
25004
|
+
transition-delay: 0.3s;
|
|
25005
|
+
}
|
|
25006
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
25007
|
+
transition-delay: 0.35s;
|
|
25008
|
+
}
|
|
25009
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
25010
|
+
transition-delay: 0.4s;
|
|
25011
|
+
}
|
|
25012
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
25013
|
+
transition-delay: 0.45s;
|
|
24839
25014
|
}.v-switch .v-label {
|
|
24840
25015
|
padding-inline-start: 10px;
|
|
24841
25016
|
}
|
|
@@ -25018,197 +25193,16 @@ html.v-overlay-scroll-blocked {
|
|
|
25018
25193
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
25019
25194
|
border-width: 0;
|
|
25020
25195
|
}
|
|
25021
|
-
}.v-
|
|
25022
|
-
|
|
25023
|
-
|
|
25024
|
-
|
|
25025
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
25026
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
25027
|
-
}
|
|
25028
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
|
25029
|
-
align-items: flex-end;
|
|
25196
|
+
}.v-tab.v-tab.v-btn {
|
|
25197
|
+
height: var(--v-tabs-height);
|
|
25198
|
+
border-radius: 0;
|
|
25199
|
+
min-width: 90px;
|
|
25030
25200
|
}
|
|
25031
|
-
.v-
|
|
25032
|
-
|
|
25033
|
-
display: flex;
|
|
25034
|
-
max-width: 672px;
|
|
25035
|
-
min-height: 48px;
|
|
25036
|
-
min-width: 344px;
|
|
25037
|
-
overflow: hidden;
|
|
25038
|
-
padding: 0;
|
|
25201
|
+
.v-slide-group--horizontal .v-tab {
|
|
25202
|
+
max-width: 360px;
|
|
25039
25203
|
}
|
|
25040
|
-
.v-
|
|
25041
|
-
|
|
25042
|
-
}
|
|
25043
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
25044
|
-
background: transparent;
|
|
25045
|
-
color: inherit;
|
|
25046
|
-
}
|
|
25047
|
-
.v-snackbar--variant-plain {
|
|
25048
|
-
opacity: 0.62;
|
|
25049
|
-
}
|
|
25050
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
25051
|
-
opacity: 1;
|
|
25052
|
-
}
|
|
25053
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
25054
|
-
display: none;
|
|
25055
|
-
}
|
|
25056
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
25057
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
25058
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25059
|
-
}
|
|
25060
|
-
.v-snackbar--variant-elevated {
|
|
25061
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25062
|
-
}
|
|
25063
|
-
.v-snackbar--variant-flat {
|
|
25064
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25065
|
-
}
|
|
25066
|
-
.v-snackbar--variant-outlined {
|
|
25067
|
-
border: thin solid currentColor;
|
|
25068
|
-
}
|
|
25069
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
25070
|
-
background: currentColor;
|
|
25071
|
-
}
|
|
25072
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
25073
|
-
background: currentColor;
|
|
25074
|
-
opacity: var(--v-activated-opacity);
|
|
25075
|
-
border-radius: inherit;
|
|
25076
|
-
top: 0;
|
|
25077
|
-
right: 0;
|
|
25078
|
-
bottom: 0;
|
|
25079
|
-
left: 0;
|
|
25080
|
-
pointer-events: none;
|
|
25081
|
-
}
|
|
25082
|
-
.v-snackbar .v-snackbar__underlay {
|
|
25083
|
-
position: absolute;
|
|
25084
|
-
}
|
|
25085
|
-
|
|
25086
|
-
.v-snackbar__content {
|
|
25087
|
-
flex-grow: 1;
|
|
25088
|
-
font-size: 0.875rem;
|
|
25089
|
-
font-weight: 400;
|
|
25090
|
-
letter-spacing: 0.0178571429em;
|
|
25091
|
-
line-height: 1.425;
|
|
25092
|
-
margin-right: auto;
|
|
25093
|
-
padding: 14px 16px;
|
|
25094
|
-
text-align: initial;
|
|
25095
|
-
}
|
|
25096
|
-
.v-snackbar__actions {
|
|
25097
|
-
align-items: center;
|
|
25098
|
-
align-self: center;
|
|
25099
|
-
display: flex;
|
|
25100
|
-
margin-inline-end: 8px;
|
|
25101
|
-
}
|
|
25102
|
-
.v-snackbar__actions > .v-btn {
|
|
25103
|
-
padding: 0 8px;
|
|
25104
|
-
min-width: auto;
|
|
25105
|
-
}
|
|
25106
|
-
.v-snackbar__timer {
|
|
25107
|
-
width: 100%;
|
|
25108
|
-
position: absolute;
|
|
25109
|
-
top: 0;
|
|
25110
|
-
}
|
|
25111
|
-
.v-snackbar__timer .v-progress-linear {
|
|
25112
|
-
transition: 0.2s linear;
|
|
25113
|
-
}
|
|
25114
|
-
.v-snackbar--absolute {
|
|
25115
|
-
position: absolute;
|
|
25116
|
-
z-index: 1;
|
|
25117
|
-
}
|
|
25118
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
25119
|
-
min-height: 68px;
|
|
25120
|
-
}
|
|
25121
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
25122
|
-
flex-direction: column;
|
|
25123
|
-
}
|
|
25124
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
25125
|
-
align-self: flex-end;
|
|
25126
|
-
margin-bottom: 8px;
|
|
25127
|
-
}
|
|
25128
|
-
.v-snackbar--center {
|
|
25129
|
-
align-items: center;
|
|
25130
|
-
justify-content: center;
|
|
25131
|
-
}
|
|
25132
|
-
.v-snackbar--top {
|
|
25133
|
-
align-items: flex-start;
|
|
25134
|
-
}
|
|
25135
|
-
.v-snackbar--bottom {
|
|
25136
|
-
align-items: flex-end;
|
|
25137
|
-
}
|
|
25138
|
-
.v-snackbar--left, .v-snackbar--start {
|
|
25139
|
-
justify-content: flex-start;
|
|
25140
|
-
}
|
|
25141
|
-
.v-snackbar--right, .v-snackbar--end {
|
|
25142
|
-
justify-content: flex-end;
|
|
25143
|
-
}
|
|
25144
|
-
|
|
25145
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
25146
|
-
transition-duration: 0.15s;
|
|
25147
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25148
|
-
}
|
|
25149
|
-
.v-snackbar-transition-enter-active {
|
|
25150
|
-
transition-property: opacity, transform;
|
|
25151
|
-
}
|
|
25152
|
-
.v-snackbar-transition-enter-from {
|
|
25153
|
-
opacity: 0;
|
|
25154
|
-
transform: scale(0.8);
|
|
25155
|
-
}
|
|
25156
|
-
.v-snackbar-transition-leave-active {
|
|
25157
|
-
transition-property: opacity;
|
|
25158
|
-
}
|
|
25159
|
-
.v-snackbar-transition-leave-to {
|
|
25160
|
-
opacity: 0;
|
|
25161
|
-
}.v-speed-dial__content {
|
|
25162
|
-
gap: 8px;
|
|
25163
|
-
}
|
|
25164
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
25165
|
-
flex-direction: row;
|
|
25166
|
-
}
|
|
25167
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
25168
|
-
flex-direction: row-reverse;
|
|
25169
|
-
}
|
|
25170
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
25171
|
-
flex-direction: column-reverse;
|
|
25172
|
-
}
|
|
25173
|
-
.v-speed-dial__content > *:nth-child(1) {
|
|
25174
|
-
transition-delay: 0s;
|
|
25175
|
-
}
|
|
25176
|
-
.v-speed-dial__content > *:nth-child(2) {
|
|
25177
|
-
transition-delay: 0.05s;
|
|
25178
|
-
}
|
|
25179
|
-
.v-speed-dial__content > *:nth-child(3) {
|
|
25180
|
-
transition-delay: 0.1s;
|
|
25181
|
-
}
|
|
25182
|
-
.v-speed-dial__content > *:nth-child(4) {
|
|
25183
|
-
transition-delay: 0.15s;
|
|
25184
|
-
}
|
|
25185
|
-
.v-speed-dial__content > *:nth-child(5) {
|
|
25186
|
-
transition-delay: 0.2s;
|
|
25187
|
-
}
|
|
25188
|
-
.v-speed-dial__content > *:nth-child(6) {
|
|
25189
|
-
transition-delay: 0.25s;
|
|
25190
|
-
}
|
|
25191
|
-
.v-speed-dial__content > *:nth-child(7) {
|
|
25192
|
-
transition-delay: 0.3s;
|
|
25193
|
-
}
|
|
25194
|
-
.v-speed-dial__content > *:nth-child(8) {
|
|
25195
|
-
transition-delay: 0.35s;
|
|
25196
|
-
}
|
|
25197
|
-
.v-speed-dial__content > *:nth-child(9) {
|
|
25198
|
-
transition-delay: 0.4s;
|
|
25199
|
-
}
|
|
25200
|
-
.v-speed-dial__content > *:nth-child(10) {
|
|
25201
|
-
transition-delay: 0.45s;
|
|
25202
|
-
}.v-tab.v-tab.v-btn {
|
|
25203
|
-
height: var(--v-tabs-height);
|
|
25204
|
-
border-radius: 0;
|
|
25205
|
-
min-width: 90px;
|
|
25206
|
-
}
|
|
25207
|
-
.v-slide-group--horizontal .v-tab {
|
|
25208
|
-
max-width: 360px;
|
|
25209
|
-
}
|
|
25210
|
-
.v-slide-group--vertical .v-tab {
|
|
25211
|
-
justify-content: start;
|
|
25204
|
+
.v-slide-group--vertical .v-tab {
|
|
25205
|
+
justify-content: start;
|
|
25212
25206
|
}
|
|
25213
25207
|
|
|
25214
25208
|
.v-tab__slider {
|
|
@@ -25294,148 +25288,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25294
25288
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25295
25289
|
margin-inline-end: 52px;
|
|
25296
25290
|
}
|
|
25297
|
-
}.v-table {
|
|
25298
|
-
font-size: 0.875rem;
|
|
25299
|
-
transition-duration: 0.28s;
|
|
25300
|
-
transition-property: box-shadow, opacity, background, height;
|
|
25301
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25302
|
-
}
|
|
25303
|
-
.v-table {
|
|
25304
|
-
background: rgb(var(--v-theme-surface));
|
|
25305
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25306
|
-
}
|
|
25307
|
-
.v-table .v-table-divider {
|
|
25308
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25309
|
-
}
|
|
25310
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25311
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25312
|
-
}
|
|
25313
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25314
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25315
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25316
|
-
}
|
|
25317
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
25318
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
25319
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25320
|
-
}
|
|
25321
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
25322
|
-
position: relative;
|
|
25323
|
-
}
|
|
25324
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25325
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
25326
|
-
pointer-events: none;
|
|
25327
|
-
}
|
|
25328
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25329
|
-
content: "";
|
|
25330
|
-
position: absolute;
|
|
25331
|
-
top: 0;
|
|
25332
|
-
left: 0;
|
|
25333
|
-
width: 100%;
|
|
25334
|
-
height: 100%;
|
|
25335
|
-
}
|
|
25336
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25337
|
-
background: rgb(var(--v-theme-surface));
|
|
25338
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25339
|
-
z-index: 1;
|
|
25340
|
-
}
|
|
25341
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
25342
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
25343
|
-
background: rgb(var(--v-theme-surface));
|
|
25344
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25345
|
-
}
|
|
25346
|
-
|
|
25347
|
-
.v-table {
|
|
25348
|
-
border-radius: inherit;
|
|
25349
|
-
line-height: 1.5;
|
|
25350
|
-
max-width: 100%;
|
|
25351
|
-
display: flex;
|
|
25352
|
-
flex-direction: column;
|
|
25353
|
-
}
|
|
25354
|
-
.v-table > .v-table__wrapper > table {
|
|
25355
|
-
width: 100%;
|
|
25356
|
-
border-spacing: 0;
|
|
25357
|
-
}
|
|
25358
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25359
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25360
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25361
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25362
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
25363
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25364
|
-
padding: 0 16px;
|
|
25365
|
-
transition-duration: 0.28s;
|
|
25366
|
-
transition-property: box-shadow, opacity, background, height;
|
|
25367
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25368
|
-
}
|
|
25369
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25370
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25371
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
25372
|
-
height: var(--v-table-row-height);
|
|
25373
|
-
}
|
|
25374
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25375
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25376
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25377
|
-
height: var(--v-table-header-height);
|
|
25378
|
-
font-weight: 500;
|
|
25379
|
-
-webkit-user-select: none;
|
|
25380
|
-
user-select: none;
|
|
25381
|
-
text-align: start;
|
|
25382
|
-
}
|
|
25383
|
-
.v-table--density-default {
|
|
25384
|
-
--v-table-header-height: 56px;
|
|
25385
|
-
--v-table-row-height: 52px;
|
|
25386
|
-
}
|
|
25387
|
-
|
|
25388
|
-
.v-table--density-comfortable {
|
|
25389
|
-
--v-table-header-height: 48px;
|
|
25390
|
-
--v-table-row-height: 44px;
|
|
25391
|
-
}
|
|
25392
|
-
|
|
25393
|
-
.v-table--density-compact {
|
|
25394
|
-
--v-table-header-height: 40px;
|
|
25395
|
-
--v-table-row-height: 36px;
|
|
25396
|
-
}
|
|
25397
|
-
|
|
25398
|
-
.v-table__wrapper {
|
|
25399
|
-
border-radius: inherit;
|
|
25400
|
-
overflow: auto;
|
|
25401
|
-
flex: 1 1 auto;
|
|
25402
|
-
}
|
|
25403
|
-
|
|
25404
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
25405
|
-
border-top-left-radius: 0;
|
|
25406
|
-
}
|
|
25407
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
25408
|
-
border-top-right-radius: 0;
|
|
25409
|
-
}
|
|
25410
|
-
|
|
25411
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
25412
|
-
border-bottom-left-radius: 0;
|
|
25413
|
-
}
|
|
25414
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
25415
|
-
border-bottom-right-radius: 0;
|
|
25416
|
-
}
|
|
25417
|
-
|
|
25418
|
-
.v-table--fixed-height > .v-table__wrapper {
|
|
25419
|
-
overflow-y: auto;
|
|
25420
|
-
}
|
|
25421
|
-
|
|
25422
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
25423
|
-
position: sticky;
|
|
25424
|
-
top: 0;
|
|
25425
|
-
z-index: 2;
|
|
25426
|
-
}
|
|
25427
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25428
|
-
border-bottom: 0px !important;
|
|
25429
|
-
}
|
|
25430
|
-
|
|
25431
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
25432
|
-
position: sticky;
|
|
25433
|
-
bottom: 0;
|
|
25434
|
-
z-index: 1;
|
|
25435
|
-
}
|
|
25436
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25437
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25438
|
-
border-top: 0px !important;
|
|
25439
25291
|
}.v-textarea .v-field {
|
|
25440
25292
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
25441
25293
|
}
|
|
@@ -25543,152 +25395,151 @@ html.v-overlay-scroll-blocked {
|
|
|
25543
25395
|
padding-inline-end: var(--v-field-padding-end);
|
|
25544
25396
|
}
|
|
25545
25397
|
|
|
25546
|
-
/* endregion */.v-
|
|
25547
|
-
|
|
25548
|
-
|
|
25549
|
-
|
|
25550
|
-
|
|
25551
|
-
display: flex;
|
|
25552
|
-
flex: none;
|
|
25553
|
-
flex-direction: column;
|
|
25554
|
-
justify-content: space-between;
|
|
25555
|
-
max-width: 100%;
|
|
25556
|
-
position: relative;
|
|
25557
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25558
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
25559
|
-
width: 100%;
|
|
25560
|
-
}
|
|
25561
|
-
.v-toolbar {
|
|
25562
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25563
|
-
border-style: solid;
|
|
25564
|
-
border-width: 0;
|
|
25398
|
+
/* endregion */.v-table {
|
|
25399
|
+
font-size: 0.875rem;
|
|
25400
|
+
transition-duration: 0.28s;
|
|
25401
|
+
transition-property: box-shadow, opacity, background, height;
|
|
25402
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25565
25403
|
}
|
|
25566
|
-
.v-
|
|
25567
|
-
|
|
25568
|
-
|
|
25404
|
+
.v-table {
|
|
25405
|
+
background: rgb(var(--v-theme-surface));
|
|
25406
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25569
25407
|
}
|
|
25570
|
-
.v-
|
|
25571
|
-
|
|
25408
|
+
.v-table .v-table-divider {
|
|
25409
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25572
25410
|
}
|
|
25573
|
-
.v-
|
|
25574
|
-
border-
|
|
25411
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25412
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25575
25413
|
}
|
|
25576
|
-
.v-
|
|
25577
|
-
|
|
25578
|
-
|
|
25414
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25415
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25416
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25579
25417
|
}
|
|
25580
|
-
.v-
|
|
25581
|
-
|
|
25418
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
25419
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
25420
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25582
25421
|
}
|
|
25583
|
-
.v-
|
|
25584
|
-
|
|
25585
|
-
overflow: hidden;
|
|
25586
|
-
border-end-end-radius: 24px;
|
|
25422
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
25423
|
+
position: relative;
|
|
25587
25424
|
}
|
|
25588
|
-
.v-
|
|
25589
|
-
|
|
25425
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25426
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
25427
|
+
pointer-events: none;
|
|
25590
25428
|
}
|
|
25591
|
-
.v-
|
|
25592
|
-
|
|
25429
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25430
|
+
content: "";
|
|
25431
|
+
position: absolute;
|
|
25432
|
+
top: 0;
|
|
25433
|
+
left: 0;
|
|
25434
|
+
width: 100%;
|
|
25435
|
+
height: 100%;
|
|
25593
25436
|
}
|
|
25594
|
-
.v-
|
|
25595
|
-
|
|
25437
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25438
|
+
background: rgb(var(--v-theme-surface));
|
|
25439
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25440
|
+
z-index: 1;
|
|
25596
25441
|
}
|
|
25597
|
-
.v-
|
|
25598
|
-
|
|
25442
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
25443
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
25444
|
+
background: rgb(var(--v-theme-surface));
|
|
25445
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25599
25446
|
}
|
|
25600
25447
|
|
|
25601
|
-
.v-
|
|
25602
|
-
|
|
25603
|
-
|
|
25448
|
+
.v-table {
|
|
25449
|
+
border-radius: inherit;
|
|
25450
|
+
line-height: 1.5;
|
|
25451
|
+
max-width: 100%;
|
|
25604
25452
|
display: flex;
|
|
25605
|
-
flex:
|
|
25606
|
-
position: relative;
|
|
25607
|
-
transition: inherit;
|
|
25608
|
-
width: 100%;
|
|
25609
|
-
}
|
|
25610
|
-
|
|
25611
|
-
.v-toolbar__content {
|
|
25612
|
-
overflow: hidden;
|
|
25613
|
-
}
|
|
25614
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
25615
|
-
margin-inline-start: 4px;
|
|
25453
|
+
flex-direction: column;
|
|
25616
25454
|
}
|
|
25617
|
-
.v-
|
|
25618
|
-
|
|
25455
|
+
.v-table > .v-table__wrapper > table {
|
|
25456
|
+
width: 100%;
|
|
25457
|
+
border-spacing: 0;
|
|
25619
25458
|
}
|
|
25620
|
-
.v-
|
|
25621
|
-
|
|
25459
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25460
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25461
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25462
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25463
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
25464
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25465
|
+
padding: 0 16px;
|
|
25466
|
+
transition-duration: 0.28s;
|
|
25467
|
+
transition-property: box-shadow, opacity, background, height;
|
|
25468
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25622
25469
|
}
|
|
25623
|
-
.v-
|
|
25624
|
-
|
|
25470
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25471
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25472
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
25473
|
+
height: var(--v-table-row-height);
|
|
25625
25474
|
}
|
|
25626
|
-
|
|
25627
|
-
.v-
|
|
25628
|
-
|
|
25629
|
-
|
|
25630
|
-
|
|
25475
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25476
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25477
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25478
|
+
height: var(--v-table-header-height);
|
|
25479
|
+
font-weight: 500;
|
|
25480
|
+
-webkit-user-select: none;
|
|
25481
|
+
user-select: none;
|
|
25482
|
+
text-align: start;
|
|
25631
25483
|
}
|
|
25632
|
-
.v-
|
|
25633
|
-
|
|
25634
|
-
|
|
25635
|
-
left: 0;
|
|
25636
|
-
width: 100%;
|
|
25637
|
-
height: 100%;
|
|
25484
|
+
.v-table--density-default {
|
|
25485
|
+
--v-table-header-height: 56px;
|
|
25486
|
+
--v-table-row-height: 52px;
|
|
25638
25487
|
}
|
|
25639
25488
|
|
|
25640
|
-
.v-
|
|
25641
|
-
|
|
25642
|
-
|
|
25643
|
-
align-self: stretch;
|
|
25644
|
-
display: flex;
|
|
25489
|
+
.v-table--density-comfortable {
|
|
25490
|
+
--v-table-header-height: 48px;
|
|
25491
|
+
--v-table-row-height: 44px;
|
|
25645
25492
|
}
|
|
25646
25493
|
|
|
25647
|
-
.v-
|
|
25648
|
-
|
|
25494
|
+
.v-table--density-compact {
|
|
25495
|
+
--v-table-header-height: 40px;
|
|
25496
|
+
--v-table-row-height: 36px;
|
|
25649
25497
|
}
|
|
25650
25498
|
|
|
25651
|
-
.v-
|
|
25652
|
-
|
|
25499
|
+
.v-table__wrapper {
|
|
25500
|
+
border-radius: inherit;
|
|
25501
|
+
overflow: auto;
|
|
25502
|
+
flex: 1 1 auto;
|
|
25653
25503
|
}
|
|
25654
25504
|
|
|
25655
|
-
.v-
|
|
25656
|
-
|
|
25657
|
-
font-size: 1.25rem;
|
|
25658
|
-
min-width: 0;
|
|
25505
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
25506
|
+
border-top-left-radius: 0;
|
|
25659
25507
|
}
|
|
25660
|
-
.v-
|
|
25661
|
-
|
|
25662
|
-
font-weight: 400;
|
|
25663
|
-
letter-spacing: 0;
|
|
25664
|
-
line-height: 1.75rem;
|
|
25665
|
-
text-transform: none;
|
|
25508
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
25509
|
+
border-top-right-radius: 0;
|
|
25666
25510
|
}
|
|
25667
|
-
|
|
25668
|
-
|
|
25669
|
-
|
|
25511
|
+
|
|
25512
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
25513
|
+
border-bottom-left-radius: 0;
|
|
25670
25514
|
}
|
|
25671
|
-
.v-
|
|
25672
|
-
|
|
25673
|
-
font-weight: 400;
|
|
25674
|
-
letter-spacing: 0;
|
|
25675
|
-
line-height: 2.25rem;
|
|
25676
|
-
text-transform: none;
|
|
25515
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
25516
|
+
border-bottom-right-radius: 0;
|
|
25677
25517
|
}
|
|
25678
25518
|
|
|
25679
|
-
.v-
|
|
25680
|
-
overflow:
|
|
25681
|
-
text-overflow: ellipsis;
|
|
25682
|
-
white-space: nowrap;
|
|
25519
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
25520
|
+
overflow-y: auto;
|
|
25683
25521
|
}
|
|
25684
25522
|
|
|
25685
|
-
.v-
|
|
25686
|
-
|
|
25687
|
-
|
|
25688
|
-
|
|
25523
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
25524
|
+
position: sticky;
|
|
25525
|
+
top: 0;
|
|
25526
|
+
z-index: 2;
|
|
25689
25527
|
}
|
|
25690
|
-
.v-
|
|
25691
|
-
border-
|
|
25528
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25529
|
+
border-bottom: 0px !important;
|
|
25530
|
+
}
|
|
25531
|
+
|
|
25532
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
25533
|
+
position: sticky;
|
|
25534
|
+
bottom: 0;
|
|
25535
|
+
z-index: 1;
|
|
25536
|
+
}
|
|
25537
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25538
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25539
|
+
border-top: 0px !important;
|
|
25540
|
+
}.v-theme-provider {
|
|
25541
|
+
background: rgb(var(--v-theme-background));
|
|
25542
|
+
color: rgb(var(--v-theme-on-background));
|
|
25692
25543
|
}.v-timeline .v-timeline-divider__dot {
|
|
25693
25544
|
background: rgb(var(--v-theme-surface-light));
|
|
25694
25545
|
}
|
|
@@ -26107,28 +25958,49 @@ html.v-overlay-scroll-blocked {
|
|
|
26107
25958
|
|
|
26108
25959
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
26109
25960
|
padding-inline-end: 0;
|
|
26110
|
-
}.v-
|
|
26111
|
-
|
|
26112
|
-
|
|
26113
|
-
|
|
26114
|
-
|
|
26115
|
-
|
|
26116
|
-
|
|
26117
|
-
padding:
|
|
26118
|
-
|
|
26119
|
-
|
|
26120
|
-
|
|
26121
|
-
pointer-events: none;
|
|
26122
|
-
transition-property: opacity, transform;
|
|
26123
|
-
overflow-wrap: break-word;
|
|
25961
|
+
}.v-system-bar {
|
|
25962
|
+
align-items: center;
|
|
25963
|
+
display: flex;
|
|
25964
|
+
flex: 1 1 auto;
|
|
25965
|
+
height: 24px;
|
|
25966
|
+
justify-content: flex-end;
|
|
25967
|
+
max-width: 100%;
|
|
25968
|
+
padding-inline: 8px;
|
|
25969
|
+
position: relative;
|
|
25970
|
+
text-align: end;
|
|
25971
|
+
width: 100%;
|
|
26124
25972
|
}
|
|
26125
|
-
.v-
|
|
26126
|
-
|
|
26127
|
-
transition-duration: 150ms;
|
|
25973
|
+
.v-system-bar .v-icon {
|
|
25974
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
26128
25975
|
}
|
|
26129
|
-
.v-
|
|
26130
|
-
|
|
26131
|
-
|
|
25976
|
+
.v-system-bar {
|
|
25977
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25978
|
+
}
|
|
25979
|
+
.v-system-bar--absolute {
|
|
25980
|
+
position: absolute;
|
|
25981
|
+
}
|
|
25982
|
+
.v-system-bar--fixed {
|
|
25983
|
+
position: fixed;
|
|
25984
|
+
}
|
|
25985
|
+
.v-system-bar {
|
|
25986
|
+
background: rgba(var(--v-theme-surface-light));
|
|
25987
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25988
|
+
}
|
|
25989
|
+
.v-system-bar {
|
|
25990
|
+
font-size: 0.75rem;
|
|
25991
|
+
font-weight: 400;
|
|
25992
|
+
letter-spacing: 0.0333333333em;
|
|
25993
|
+
line-height: 1.667;
|
|
25994
|
+
text-transform: none;
|
|
25995
|
+
}
|
|
25996
|
+
.v-system-bar--rounded {
|
|
25997
|
+
border-radius: 0;
|
|
25998
|
+
}
|
|
25999
|
+
.v-system-bar--window {
|
|
26000
|
+
height: 32px;
|
|
26001
|
+
}
|
|
26002
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
26003
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
26132
26004
|
}.v-virtual-scroll {
|
|
26133
26005
|
display: block;
|
|
26134
26006
|
flex: 1 1 auto;
|
|
@@ -26208,49 +26080,176 @@ html.v-overlay-scroll-blocked {
|
|
|
26208
26080
|
}
|
|
26209
26081
|
.v-window-y-reverse-transition-leave-to {
|
|
26210
26082
|
transform: translateY(100%);
|
|
26211
|
-
}.v-
|
|
26212
|
-
|
|
26083
|
+
}.v-tooltip > .v-overlay__content {
|
|
26084
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
26085
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26086
|
+
border-radius: 4px;
|
|
26087
|
+
font-size: 0.875rem;
|
|
26088
|
+
line-height: 1.6;
|
|
26089
|
+
display: inline-block;
|
|
26090
|
+
padding: 5px 16px;
|
|
26091
|
+
text-transform: initial;
|
|
26092
|
+
width: auto;
|
|
26093
|
+
opacity: 1;
|
|
26094
|
+
pointer-events: none;
|
|
26095
|
+
transition-property: opacity, transform;
|
|
26096
|
+
overflow-wrap: break-word;
|
|
26097
|
+
}
|
|
26098
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
26099
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
26100
|
+
transition-duration: 150ms;
|
|
26101
|
+
}
|
|
26102
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
26103
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
26104
|
+
transition-duration: 75ms;
|
|
26105
|
+
}.v-item-group {
|
|
26106
|
+
flex: 0 1 auto;
|
|
26107
|
+
max-width: 100%;
|
|
26108
|
+
position: relative;
|
|
26109
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26110
|
+
}.v-toolbar {
|
|
26111
|
+
align-items: flex-start;
|
|
26213
26112
|
display: flex;
|
|
26214
|
-
flex:
|
|
26215
|
-
|
|
26216
|
-
justify-content:
|
|
26113
|
+
flex: none;
|
|
26114
|
+
flex-direction: column;
|
|
26115
|
+
justify-content: space-between;
|
|
26217
26116
|
max-width: 100%;
|
|
26218
|
-
padding-inline: 8px;
|
|
26219
26117
|
position: relative;
|
|
26220
|
-
|
|
26118
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26119
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
26221
26120
|
width: 100%;
|
|
26222
26121
|
}
|
|
26223
|
-
.v-
|
|
26224
|
-
|
|
26122
|
+
.v-toolbar {
|
|
26123
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
26124
|
+
border-style: solid;
|
|
26125
|
+
border-width: 0;
|
|
26225
26126
|
}
|
|
26226
|
-
.v-
|
|
26127
|
+
.v-toolbar--border {
|
|
26128
|
+
border-width: thin;
|
|
26129
|
+
box-shadow: none;
|
|
26130
|
+
}
|
|
26131
|
+
.v-toolbar {
|
|
26227
26132
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26228
26133
|
}
|
|
26229
|
-
.v-
|
|
26134
|
+
.v-toolbar {
|
|
26135
|
+
border-radius: 0;
|
|
26136
|
+
}
|
|
26137
|
+
.v-toolbar {
|
|
26138
|
+
background: rgb(var(--v-theme-surface-light));
|
|
26139
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
26140
|
+
}
|
|
26141
|
+
.v-toolbar--absolute {
|
|
26230
26142
|
position: absolute;
|
|
26231
26143
|
}
|
|
26232
|
-
.v-
|
|
26233
|
-
|
|
26144
|
+
.v-toolbar--collapse {
|
|
26145
|
+
max-width: 112px;
|
|
26146
|
+
overflow: hidden;
|
|
26147
|
+
border-end-end-radius: 24px;
|
|
26234
26148
|
}
|
|
26235
|
-
.v-
|
|
26236
|
-
|
|
26237
|
-
|
|
26149
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
26150
|
+
display: none;
|
|
26151
|
+
}
|
|
26152
|
+
.v-toolbar--flat {
|
|
26153
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26154
|
+
}
|
|
26155
|
+
.v-toolbar--floating {
|
|
26156
|
+
display: inline-flex;
|
|
26157
|
+
}
|
|
26158
|
+
.v-toolbar--rounded {
|
|
26159
|
+
border-radius: 4px;
|
|
26160
|
+
}
|
|
26161
|
+
|
|
26162
|
+
.v-toolbar__content,
|
|
26163
|
+
.v-toolbar__extension {
|
|
26164
|
+
align-items: center;
|
|
26165
|
+
display: flex;
|
|
26166
|
+
flex: 0 0 auto;
|
|
26167
|
+
position: relative;
|
|
26168
|
+
transition: inherit;
|
|
26169
|
+
width: 100%;
|
|
26170
|
+
}
|
|
26171
|
+
|
|
26172
|
+
.v-toolbar__content {
|
|
26173
|
+
overflow: hidden;
|
|
26174
|
+
}
|
|
26175
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
26176
|
+
margin-inline-start: 4px;
|
|
26177
|
+
}
|
|
26178
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
26179
|
+
margin-inline-end: 4px;
|
|
26180
|
+
}
|
|
26181
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
26182
|
+
margin-inline-start: 20px;
|
|
26183
|
+
}
|
|
26184
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
26185
|
+
align-items: flex-start;
|
|
26186
|
+
}
|
|
26187
|
+
|
|
26188
|
+
.v-toolbar__image {
|
|
26189
|
+
display: flex;
|
|
26190
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
26191
|
+
transition-property: opacity;
|
|
26192
|
+
}
|
|
26193
|
+
.v-toolbar__image {
|
|
26194
|
+
position: absolute;
|
|
26195
|
+
top: 0;
|
|
26196
|
+
left: 0;
|
|
26197
|
+
width: 100%;
|
|
26198
|
+
height: 100%;
|
|
26199
|
+
}
|
|
26200
|
+
|
|
26201
|
+
.v-toolbar__prepend,
|
|
26202
|
+
.v-toolbar__append {
|
|
26203
|
+
align-items: center;
|
|
26204
|
+
align-self: stretch;
|
|
26205
|
+
display: flex;
|
|
26206
|
+
}
|
|
26207
|
+
|
|
26208
|
+
.v-toolbar__prepend {
|
|
26209
|
+
margin-inline: 4px auto;
|
|
26210
|
+
}
|
|
26211
|
+
|
|
26212
|
+
.v-toolbar__append {
|
|
26213
|
+
margin-inline: auto 4px;
|
|
26214
|
+
}
|
|
26215
|
+
|
|
26216
|
+
.v-toolbar-title {
|
|
26217
|
+
flex: 1 1;
|
|
26218
|
+
font-size: 1.25rem;
|
|
26219
|
+
min-width: 0;
|
|
26220
|
+
}
|
|
26221
|
+
.v-toolbar-title {
|
|
26222
|
+
font-size: 1.25rem;
|
|
26223
|
+
font-weight: 400;
|
|
26224
|
+
letter-spacing: 0;
|
|
26225
|
+
line-height: 1.75rem;
|
|
26226
|
+
text-transform: none;
|
|
26238
26227
|
}
|
|
26239
|
-
.v-
|
|
26240
|
-
|
|
26228
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
26229
|
+
align-self: flex-end;
|
|
26230
|
+
padding-bottom: 6px;
|
|
26231
|
+
}
|
|
26232
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
26233
|
+
font-size: 1.5rem;
|
|
26241
26234
|
font-weight: 400;
|
|
26242
|
-
letter-spacing: 0
|
|
26243
|
-
line-height:
|
|
26235
|
+
letter-spacing: 0;
|
|
26236
|
+
line-height: 2.25rem;
|
|
26244
26237
|
text-transform: none;
|
|
26245
26238
|
}
|
|
26246
|
-
|
|
26247
|
-
|
|
26239
|
+
|
|
26240
|
+
.v-toolbar-title__placeholder {
|
|
26241
|
+
overflow: hidden;
|
|
26242
|
+
text-overflow: ellipsis;
|
|
26243
|
+
white-space: nowrap;
|
|
26248
26244
|
}
|
|
26249
|
-
|
|
26250
|
-
|
|
26245
|
+
|
|
26246
|
+
.v-toolbar-items {
|
|
26247
|
+
display: flex;
|
|
26248
|
+
height: inherit;
|
|
26249
|
+
align-self: stretch;
|
|
26251
26250
|
}
|
|
26252
|
-
.v-
|
|
26253
|
-
|
|
26251
|
+
.v-toolbar-items > .v-btn {
|
|
26252
|
+
border-radius: 0;
|
|
26254
26253
|
}.v-color-picker-canvas {
|
|
26255
26254
|
display: flex;
|
|
26256
26255
|
position: relative;
|
|
@@ -26273,41 +26272,6 @@ html.v-overlay-scroll-blocked {
|
|
|
26273
26272
|
}
|
|
26274
26273
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
26275
26274
|
will-change: transform;
|
|
26276
|
-
}.v-color-picker-swatches {
|
|
26277
|
-
overflow-y: auto;
|
|
26278
|
-
}
|
|
26279
|
-
.v-color-picker-swatches > div {
|
|
26280
|
-
display: flex;
|
|
26281
|
-
flex-wrap: wrap;
|
|
26282
|
-
justify-content: center;
|
|
26283
|
-
padding: 8px;
|
|
26284
|
-
}
|
|
26285
|
-
|
|
26286
|
-
.v-color-picker-swatches__swatch {
|
|
26287
|
-
display: flex;
|
|
26288
|
-
flex-direction: column;
|
|
26289
|
-
margin-bottom: 10px;
|
|
26290
|
-
}
|
|
26291
|
-
|
|
26292
|
-
.v-color-picker-swatches__color {
|
|
26293
|
-
position: relative;
|
|
26294
|
-
height: 18px;
|
|
26295
|
-
max-height: 18px;
|
|
26296
|
-
width: 45px;
|
|
26297
|
-
margin: 2px 4px;
|
|
26298
|
-
border-radius: 2px;
|
|
26299
|
-
-webkit-user-select: none;
|
|
26300
|
-
user-select: none;
|
|
26301
|
-
overflow: hidden;
|
|
26302
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26303
|
-
cursor: pointer;
|
|
26304
|
-
}
|
|
26305
|
-
.v-color-picker-swatches__color > div {
|
|
26306
|
-
display: flex;
|
|
26307
|
-
align-items: center;
|
|
26308
|
-
justify-content: center;
|
|
26309
|
-
width: 100%;
|
|
26310
|
-
height: 100%;
|
|
26311
26275
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
26312
26276
|
background-color: transparent !important;
|
|
26313
26277
|
}
|
|
@@ -26378,250 +26342,126 @@ html.v-overlay-scroll-blocked {
|
|
|
26378
26342
|
.v-color-picker-preview__eye-dropper {
|
|
26379
26343
|
position: relative;
|
|
26380
26344
|
margin-right: 12px;
|
|
26381
|
-
}.v-color-picker-
|
|
26382
|
-
|
|
26383
|
-
margin-top: 24px;
|
|
26345
|
+
}.v-color-picker-swatches {
|
|
26346
|
+
overflow-y: auto;
|
|
26384
26347
|
}
|
|
26385
|
-
|
|
26386
|
-
.v-color-picker-edit__input {
|
|
26387
|
-
width: 100%;
|
|
26348
|
+
.v-color-picker-swatches > div {
|
|
26388
26349
|
display: flex;
|
|
26389
26350
|
flex-wrap: wrap;
|
|
26390
26351
|
justify-content: center;
|
|
26391
|
-
|
|
26392
|
-
}
|
|
26393
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
26394
|
-
margin-inline-end: 8px;
|
|
26395
|
-
}
|
|
26396
|
-
.v-color-picker-edit__input input {
|
|
26397
|
-
border-radius: 4px;
|
|
26398
|
-
margin-bottom: 8px;
|
|
26399
|
-
min-width: 0;
|
|
26400
|
-
outline: none;
|
|
26401
|
-
text-align: center;
|
|
26402
|
-
width: 100%;
|
|
26403
|
-
height: 32px;
|
|
26404
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26405
|
-
color: rgba(var(--v-theme-on-surface));
|
|
26406
|
-
}
|
|
26407
|
-
.v-color-picker-edit__input span {
|
|
26408
|
-
font-size: 0.75rem;
|
|
26409
|
-
}.v-picker.v-sheet {
|
|
26410
|
-
display: grid;
|
|
26411
|
-
grid-auto-rows: min-content;
|
|
26412
|
-
grid-template-areas: "title" "header" "body";
|
|
26413
|
-
overflow: hidden;
|
|
26414
|
-
}
|
|
26415
|
-
.v-picker.v-sheet {
|
|
26416
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26417
|
-
}
|
|
26418
|
-
.v-picker.v-sheet {
|
|
26419
|
-
border-radius: 4px;
|
|
26420
|
-
}
|
|
26421
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
|
26422
|
-
grid-template-areas: "title" "header" "body" "actions";
|
|
26423
|
-
}
|
|
26424
|
-
|
|
26425
|
-
.v-picker__body {
|
|
26426
|
-
grid-area: body;
|
|
26427
|
-
overflow: hidden;
|
|
26428
|
-
position: relative;
|
|
26429
|
-
}
|
|
26430
|
-
|
|
26431
|
-
.v-picker__header {
|
|
26432
|
-
grid-area: header;
|
|
26352
|
+
padding: 8px;
|
|
26433
26353
|
}
|
|
26434
26354
|
|
|
26435
|
-
.v-
|
|
26436
|
-
grid-area: actions;
|
|
26437
|
-
padding: 0 12px 12px;
|
|
26355
|
+
.v-color-picker-swatches__swatch {
|
|
26438
26356
|
display: flex;
|
|
26439
|
-
|
|
26440
|
-
|
|
26441
|
-
}
|
|
26442
|
-
.v-picker__actions .v-btn {
|
|
26443
|
-
min-width: 48px;
|
|
26444
|
-
}
|
|
26445
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
|
26446
|
-
margin-inline-end: 8px;
|
|
26447
|
-
}
|
|
26448
|
-
|
|
26449
|
-
.v-picker--landscape {
|
|
26450
|
-
grid-template-areas: "title" "header body" "header body";
|
|
26451
|
-
}
|
|
26452
|
-
|
|
26453
|
-
.v-picker--landscape.v-picker--with-actions {
|
|
26454
|
-
grid-template-areas: "title" "header body" "header actions";
|
|
26455
|
-
}
|
|
26456
|
-
|
|
26457
|
-
.v-picker-title {
|
|
26458
|
-
text-transform: uppercase;
|
|
26459
|
-
font-size: 0.75rem;
|
|
26460
|
-
grid-area: title;
|
|
26461
|
-
padding-inline: 24px 12px;
|
|
26462
|
-
padding-top: 16px;
|
|
26463
|
-
padding-bottom: 16px;
|
|
26464
|
-
font-weight: 400;
|
|
26465
|
-
letter-spacing: 0.1666666667em;
|
|
26466
|
-
}.v-slider-thumb {
|
|
26467
|
-
touch-action: none;
|
|
26468
|
-
color: rgb(var(--v-theme-surface-variant));
|
|
26469
|
-
}
|
|
26470
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26471
|
-
color: inherit;
|
|
26472
|
-
}
|
|
26473
|
-
|
|
26474
|
-
.v-slider-thumb__label {
|
|
26475
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26476
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
26477
|
-
}
|
|
26478
|
-
.v-slider-thumb__label::before {
|
|
26479
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26480
|
-
}
|
|
26481
|
-
|
|
26482
|
-
.v-slider-thumb {
|
|
26483
|
-
outline: none;
|
|
26484
|
-
position: absolute;
|
|
26485
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26357
|
+
flex-direction: column;
|
|
26358
|
+
margin-bottom: 10px;
|
|
26486
26359
|
}
|
|
26487
26360
|
|
|
26488
|
-
.v-
|
|
26489
|
-
|
|
26490
|
-
|
|
26491
|
-
height:
|
|
26492
|
-
|
|
26361
|
+
.v-color-picker-swatches__color {
|
|
26362
|
+
position: relative;
|
|
26363
|
+
height: 18px;
|
|
26364
|
+
max-height: 18px;
|
|
26365
|
+
width: 45px;
|
|
26366
|
+
margin: 2px 4px;
|
|
26367
|
+
border-radius: 2px;
|
|
26493
26368
|
-webkit-user-select: none;
|
|
26494
26369
|
user-select: none;
|
|
26495
|
-
|
|
26496
|
-
|
|
26497
|
-
|
|
26498
|
-
.v-slider-thumb__surface {
|
|
26499
|
-
background-color: highlight;
|
|
26500
|
-
}
|
|
26370
|
+
overflow: hidden;
|
|
26371
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26372
|
+
cursor: pointer;
|
|
26501
26373
|
}
|
|
26502
|
-
.v-
|
|
26503
|
-
|
|
26504
|
-
|
|
26505
|
-
|
|
26506
|
-
top: 0;
|
|
26507
|
-
left: 0;
|
|
26374
|
+
.v-color-picker-swatches__color > div {
|
|
26375
|
+
display: flex;
|
|
26376
|
+
align-items: center;
|
|
26377
|
+
justify-content: center;
|
|
26508
26378
|
width: 100%;
|
|
26509
26379
|
height: 100%;
|
|
26510
|
-
|
|
26511
|
-
|
|
26512
|
-
|
|
26513
|
-
pointer-events: none;
|
|
26514
|
-
opacity: 0;
|
|
26515
|
-
}
|
|
26516
|
-
.v-slider-thumb__surface::after {
|
|
26517
|
-
content: "";
|
|
26518
|
-
width: 42px;
|
|
26519
|
-
height: 42px;
|
|
26520
|
-
position: absolute;
|
|
26521
|
-
top: 50%;
|
|
26522
|
-
left: 50%;
|
|
26523
|
-
transform: translate(-50%, -50%);
|
|
26524
|
-
}
|
|
26525
|
-
|
|
26526
|
-
.v-slider-thumb__label-container {
|
|
26527
|
-
position: absolute;
|
|
26528
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26380
|
+
}.v-color-picker-edit {
|
|
26381
|
+
display: flex;
|
|
26382
|
+
margin-top: 24px;
|
|
26529
26383
|
}
|
|
26530
26384
|
|
|
26531
|
-
.v-
|
|
26385
|
+
.v-color-picker-edit__input {
|
|
26386
|
+
width: 100%;
|
|
26532
26387
|
display: flex;
|
|
26533
|
-
|
|
26388
|
+
flex-wrap: wrap;
|
|
26534
26389
|
justify-content: center;
|
|
26535
|
-
|
|
26536
|
-
min-width: 35px;
|
|
26537
|
-
height: 25px;
|
|
26538
|
-
border-radius: 4px;
|
|
26539
|
-
padding: 6px;
|
|
26540
|
-
position: absolute;
|
|
26541
|
-
-webkit-user-select: none;
|
|
26542
|
-
user-select: none;
|
|
26543
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26390
|
+
text-align: center;
|
|
26544
26391
|
}
|
|
26545
|
-
.v-
|
|
26546
|
-
|
|
26547
|
-
width: 0;
|
|
26548
|
-
height: 0;
|
|
26549
|
-
position: absolute;
|
|
26392
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
26393
|
+
margin-inline-end: 8px;
|
|
26550
26394
|
}
|
|
26551
|
-
|
|
26552
|
-
|
|
26553
|
-
|
|
26554
|
-
|
|
26555
|
-
|
|
26556
|
-
|
|
26557
|
-
|
|
26558
|
-
|
|
26395
|
+
.v-color-picker-edit__input input {
|
|
26396
|
+
border-radius: 4px;
|
|
26397
|
+
margin-bottom: 8px;
|
|
26398
|
+
min-width: 0;
|
|
26399
|
+
outline: none;
|
|
26400
|
+
text-align: center;
|
|
26401
|
+
width: 100%;
|
|
26402
|
+
height: 32px;
|
|
26403
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26404
|
+
color: rgba(var(--v-theme-on-surface));
|
|
26559
26405
|
}
|
|
26560
|
-
|
|
26561
|
-
|
|
26562
|
-
|
|
26563
|
-
|
|
26564
|
-
|
|
26406
|
+
.v-color-picker-edit__input span {
|
|
26407
|
+
font-size: 0.75rem;
|
|
26408
|
+
}.v-picker.v-sheet {
|
|
26409
|
+
display: grid;
|
|
26410
|
+
grid-auto-rows: min-content;
|
|
26411
|
+
grid-template-areas: "title" "header" "body";
|
|
26412
|
+
overflow: hidden;
|
|
26565
26413
|
}
|
|
26566
|
-
.v-
|
|
26567
|
-
|
|
26568
|
-
top: 0;
|
|
26414
|
+
.v-picker.v-sheet {
|
|
26415
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26569
26416
|
}
|
|
26570
|
-
.v-
|
|
26571
|
-
|
|
26417
|
+
.v-picker.v-sheet {
|
|
26418
|
+
border-radius: 4px;
|
|
26572
26419
|
}
|
|
26573
|
-
.v-
|
|
26574
|
-
|
|
26420
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
|
26421
|
+
grid-template-areas: "title" "header" "body" "actions";
|
|
26575
26422
|
}
|
|
26576
26423
|
|
|
26577
|
-
.v-
|
|
26578
|
-
|
|
26424
|
+
.v-picker__body {
|
|
26425
|
+
grid-area: body;
|
|
26426
|
+
overflow: hidden;
|
|
26427
|
+
position: relative;
|
|
26579
26428
|
}
|
|
26580
26429
|
|
|
26581
|
-
.v-
|
|
26582
|
-
|
|
26583
|
-
border-right: 6px solid transparent;
|
|
26584
|
-
border-top: 6px solid currentColor;
|
|
26585
|
-
bottom: -6px;
|
|
26430
|
+
.v-picker__header {
|
|
26431
|
+
grid-area: header;
|
|
26586
26432
|
}
|
|
26587
26433
|
|
|
26588
|
-
.v-
|
|
26589
|
-
|
|
26590
|
-
|
|
26591
|
-
|
|
26592
|
-
|
|
26593
|
-
|
|
26434
|
+
.v-picker__actions {
|
|
26435
|
+
grid-area: actions;
|
|
26436
|
+
padding: 0 12px 12px;
|
|
26437
|
+
display: flex;
|
|
26438
|
+
align-items: center;
|
|
26439
|
+
justify-content: flex-end;
|
|
26594
26440
|
}
|
|
26595
|
-
.v-
|
|
26596
|
-
|
|
26597
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26441
|
+
.v-picker__actions .v-btn {
|
|
26442
|
+
min-width: 48px;
|
|
26598
26443
|
}
|
|
26599
|
-
.v-
|
|
26600
|
-
|
|
26601
|
-
border-top: 6px solid transparent;
|
|
26602
|
-
border-bottom: 6px solid transparent;
|
|
26603
|
-
left: -6px;
|
|
26444
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
|
26445
|
+
margin-inline-end: 8px;
|
|
26604
26446
|
}
|
|
26605
26447
|
|
|
26606
|
-
.v-
|
|
26607
|
-
|
|
26608
|
-
opacity: var(--v-focus-opacity);
|
|
26448
|
+
.v-picker--landscape {
|
|
26449
|
+
grid-template-areas: "title" "header body" "header body";
|
|
26609
26450
|
}
|
|
26610
26451
|
|
|
26611
|
-
.v-
|
|
26612
|
-
|
|
26613
|
-
}
|
|
26614
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
26615
|
-
opacity: var(--v-pressed-opacity);
|
|
26452
|
+
.v-picker--landscape.v-picker--with-actions {
|
|
26453
|
+
grid-template-areas: "title" "header body" "header actions";
|
|
26616
26454
|
}
|
|
26617
26455
|
|
|
26618
|
-
|
|
26619
|
-
|
|
26620
|
-
|
|
26621
|
-
|
|
26622
|
-
|
|
26623
|
-
|
|
26624
|
-
|
|
26456
|
+
.v-picker-title {
|
|
26457
|
+
text-transform: uppercase;
|
|
26458
|
+
font-size: 0.75rem;
|
|
26459
|
+
grid-area: title;
|
|
26460
|
+
padding-inline: 24px 12px;
|
|
26461
|
+
padding-top: 16px;
|
|
26462
|
+
padding-bottom: 16px;
|
|
26463
|
+
font-weight: 400;
|
|
26464
|
+
letter-spacing: 0.1666666667em;
|
|
26625
26465
|
}.v-slider-track__background {
|
|
26626
26466
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
26627
26467
|
}
|
|
@@ -26800,4 +26640,163 @@ html.v-overlay-scroll-blocked {
|
|
|
26800
26640
|
|
|
26801
26641
|
.v-slider-track__background--opacity {
|
|
26802
26642
|
opacity: 0.38;
|
|
26643
|
+
}.v-slider-thumb {
|
|
26644
|
+
touch-action: none;
|
|
26645
|
+
color: rgb(var(--v-theme-surface-variant));
|
|
26646
|
+
}
|
|
26647
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26648
|
+
color: inherit;
|
|
26649
|
+
}
|
|
26650
|
+
|
|
26651
|
+
.v-slider-thumb__label {
|
|
26652
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26653
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26654
|
+
}
|
|
26655
|
+
.v-slider-thumb__label::before {
|
|
26656
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26657
|
+
}
|
|
26658
|
+
|
|
26659
|
+
.v-slider-thumb {
|
|
26660
|
+
outline: none;
|
|
26661
|
+
position: absolute;
|
|
26662
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26663
|
+
}
|
|
26664
|
+
|
|
26665
|
+
.v-slider-thumb__surface {
|
|
26666
|
+
cursor: pointer;
|
|
26667
|
+
width: var(--v-slider-thumb-size);
|
|
26668
|
+
height: var(--v-slider-thumb-size);
|
|
26669
|
+
border-radius: 50%;
|
|
26670
|
+
-webkit-user-select: none;
|
|
26671
|
+
user-select: none;
|
|
26672
|
+
background-color: currentColor;
|
|
26673
|
+
}
|
|
26674
|
+
@media (forced-colors: active) {
|
|
26675
|
+
.v-slider-thumb__surface {
|
|
26676
|
+
background-color: highlight;
|
|
26677
|
+
}
|
|
26678
|
+
}
|
|
26679
|
+
.v-slider-thumb__surface::before {
|
|
26680
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26681
|
+
content: "";
|
|
26682
|
+
color: inherit;
|
|
26683
|
+
top: 0;
|
|
26684
|
+
left: 0;
|
|
26685
|
+
width: 100%;
|
|
26686
|
+
height: 100%;
|
|
26687
|
+
border-radius: 50%;
|
|
26688
|
+
background: currentColor;
|
|
26689
|
+
position: absolute;
|
|
26690
|
+
pointer-events: none;
|
|
26691
|
+
opacity: 0;
|
|
26692
|
+
}
|
|
26693
|
+
.v-slider-thumb__surface::after {
|
|
26694
|
+
content: "";
|
|
26695
|
+
width: 42px;
|
|
26696
|
+
height: 42px;
|
|
26697
|
+
position: absolute;
|
|
26698
|
+
top: 50%;
|
|
26699
|
+
left: 50%;
|
|
26700
|
+
transform: translate(-50%, -50%);
|
|
26701
|
+
}
|
|
26702
|
+
|
|
26703
|
+
.v-slider-thumb__label-container {
|
|
26704
|
+
position: absolute;
|
|
26705
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26706
|
+
}
|
|
26707
|
+
|
|
26708
|
+
.v-slider-thumb__label {
|
|
26709
|
+
display: flex;
|
|
26710
|
+
align-items: center;
|
|
26711
|
+
justify-content: center;
|
|
26712
|
+
font-size: 0.75rem;
|
|
26713
|
+
min-width: 35px;
|
|
26714
|
+
height: 25px;
|
|
26715
|
+
border-radius: 4px;
|
|
26716
|
+
padding: 6px;
|
|
26717
|
+
position: absolute;
|
|
26718
|
+
-webkit-user-select: none;
|
|
26719
|
+
user-select: none;
|
|
26720
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26721
|
+
}
|
|
26722
|
+
.v-slider-thumb__label::before {
|
|
26723
|
+
content: "";
|
|
26724
|
+
width: 0;
|
|
26725
|
+
height: 0;
|
|
26726
|
+
position: absolute;
|
|
26727
|
+
}
|
|
26728
|
+
|
|
26729
|
+
.v-slider-thumb__ripple {
|
|
26730
|
+
position: absolute;
|
|
26731
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
|
26732
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
|
26733
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
|
26734
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
|
26735
|
+
background: inherit;
|
|
26736
|
+
}
|
|
26737
|
+
|
|
26738
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
26739
|
+
top: 50%;
|
|
26740
|
+
transform: translateY(-50%);
|
|
26741
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26742
|
+
}
|
|
26743
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
26744
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26745
|
+
top: 0;
|
|
26746
|
+
}
|
|
26747
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26748
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
26749
|
+
}
|
|
26750
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26751
|
+
transform: translateX(-50%);
|
|
26752
|
+
}
|
|
26753
|
+
|
|
26754
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26755
|
+
transform: translateX(50%);
|
|
26756
|
+
}
|
|
26757
|
+
|
|
26758
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
26759
|
+
border-left: 6px solid transparent;
|
|
26760
|
+
border-right: 6px solid transparent;
|
|
26761
|
+
border-top: 6px solid currentColor;
|
|
26762
|
+
bottom: -6px;
|
|
26763
|
+
}
|
|
26764
|
+
|
|
26765
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
|
26766
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26767
|
+
}
|
|
26768
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
26769
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
|
26770
|
+
right: 0;
|
|
26771
|
+
}
|
|
26772
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
26773
|
+
top: -12.5px;
|
|
26774
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26775
|
+
}
|
|
26776
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
26777
|
+
border-right: 6px solid currentColor;
|
|
26778
|
+
border-top: 6px solid transparent;
|
|
26779
|
+
border-bottom: 6px solid transparent;
|
|
26780
|
+
left: -6px;
|
|
26781
|
+
}
|
|
26782
|
+
|
|
26783
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
26784
|
+
transform: scale(2);
|
|
26785
|
+
opacity: var(--v-focus-opacity);
|
|
26786
|
+
}
|
|
26787
|
+
|
|
26788
|
+
.v-slider-thumb--pressed {
|
|
26789
|
+
transition: none;
|
|
26790
|
+
}
|
|
26791
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
26792
|
+
opacity: var(--v-pressed-opacity);
|
|
26793
|
+
}
|
|
26794
|
+
|
|
26795
|
+
@media (hover: hover) {
|
|
26796
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
26797
|
+
transform: scale(2);
|
|
26798
|
+
}
|
|
26799
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
26800
|
+
opacity: var(--v-hover-opacity);
|
|
26801
|
+
}
|
|
26803
26802
|
}
|