vuetify 3.4.0 → 3.4.2
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 +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17044,22 +17044,6 @@ html.overflow-y-hidden {
|
|
|
17044
17044
|
}
|
|
17045
17045
|
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17046
17046
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
17047
|
-
}.v-application {
|
|
17048
|
-
display: flex;
|
|
17049
|
-
background: rgb(var(--v-theme-background));
|
|
17050
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17051
|
-
}
|
|
17052
|
-
|
|
17053
|
-
.v-application__wrap {
|
|
17054
|
-
-webkit-backface-visibility: hidden;
|
|
17055
|
-
backface-visibility: hidden;
|
|
17056
|
-
display: flex;
|
|
17057
|
-
flex-direction: column;
|
|
17058
|
-
flex: 1 1 auto;
|
|
17059
|
-
max-width: 100%;
|
|
17060
|
-
min-height: 100vh;
|
|
17061
|
-
min-height: 100dvh;
|
|
17062
|
-
position: relative;
|
|
17063
17047
|
}.v-alert {
|
|
17064
17048
|
display: grid;
|
|
17065
17049
|
flex: 1 1;
|
|
@@ -17270,6 +17254,103 @@ html.overflow-y-hidden {
|
|
|
17270
17254
|
text-transform: none;
|
|
17271
17255
|
word-break: normal;
|
|
17272
17256
|
word-wrap: break-word;
|
|
17257
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17258
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17259
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17260
|
+
cursor: text;
|
|
17261
|
+
}
|
|
17262
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17263
|
+
flex: 1 1;
|
|
17264
|
+
}
|
|
17265
|
+
.v-autocomplete .v-field input {
|
|
17266
|
+
min-width: 64px;
|
|
17267
|
+
}
|
|
17268
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17269
|
+
min-width: 0;
|
|
17270
|
+
}
|
|
17271
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17272
|
+
margin-inline-end: 2px;
|
|
17273
|
+
}
|
|
17274
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17275
|
+
overflow: hidden;
|
|
17276
|
+
text-overflow: ellipsis;
|
|
17277
|
+
white-space: nowrap;
|
|
17278
|
+
}
|
|
17279
|
+
|
|
17280
|
+
.v-autocomplete__content {
|
|
17281
|
+
overflow: hidden;
|
|
17282
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17283
|
+
border-radius: 4px;
|
|
17284
|
+
}
|
|
17285
|
+
.v-autocomplete__mask {
|
|
17286
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
17287
|
+
}
|
|
17288
|
+
.v-autocomplete__selection {
|
|
17289
|
+
display: inline-flex;
|
|
17290
|
+
align-items: center;
|
|
17291
|
+
height: 1.5rem;
|
|
17292
|
+
letter-spacing: inherit;
|
|
17293
|
+
line-height: inherit;
|
|
17294
|
+
max-width: calc(100% - 2px);
|
|
17295
|
+
}
|
|
17296
|
+
.v-autocomplete__selection:first-child {
|
|
17297
|
+
margin-inline-start: 0;
|
|
17298
|
+
}
|
|
17299
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17300
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17301
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17302
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17303
|
+
top: 0px;
|
|
17304
|
+
}
|
|
17305
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17306
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17307
|
+
}
|
|
17308
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17309
|
+
opacity: 1;
|
|
17310
|
+
}
|
|
17311
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17312
|
+
caret-color: transparent;
|
|
17313
|
+
}
|
|
17314
|
+
.v-autocomplete--single.v-text-field input {
|
|
17315
|
+
flex: 1 1;
|
|
17316
|
+
position: absolute;
|
|
17317
|
+
left: 0;
|
|
17318
|
+
right: 0;
|
|
17319
|
+
width: 100%;
|
|
17320
|
+
padding-inline: inherit;
|
|
17321
|
+
}
|
|
17322
|
+
.v-autocomplete--single .v-field--active input {
|
|
17323
|
+
transition: none;
|
|
17324
|
+
}
|
|
17325
|
+
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17326
|
+
opacity: 0;
|
|
17327
|
+
}
|
|
17328
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17329
|
+
opacity: 0;
|
|
17330
|
+
}
|
|
17331
|
+
.v-autocomplete__menu-icon {
|
|
17332
|
+
margin-inline-start: 4px;
|
|
17333
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17334
|
+
}
|
|
17335
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17336
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17337
|
+
transform: rotate(180deg);
|
|
17338
|
+
}.v-application {
|
|
17339
|
+
display: flex;
|
|
17340
|
+
background: rgb(var(--v-theme-background));
|
|
17341
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17342
|
+
}
|
|
17343
|
+
|
|
17344
|
+
.v-application__wrap {
|
|
17345
|
+
-webkit-backface-visibility: hidden;
|
|
17346
|
+
backface-visibility: hidden;
|
|
17347
|
+
display: flex;
|
|
17348
|
+
flex-direction: column;
|
|
17349
|
+
flex: 1 1 auto;
|
|
17350
|
+
max-width: 100%;
|
|
17351
|
+
min-height: 100vh;
|
|
17352
|
+
min-height: 100dvh;
|
|
17353
|
+
position: relative;
|
|
17273
17354
|
}.v-avatar {
|
|
17274
17355
|
flex: none;
|
|
17275
17356
|
align-items: center;
|
|
@@ -17514,87 +17595,6 @@ html.overflow-y-hidden {
|
|
|
17514
17595
|
}
|
|
17515
17596
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17516
17597
|
align-self: flex-start;
|
|
17517
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17518
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17519
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17520
|
-
cursor: text;
|
|
17521
|
-
}
|
|
17522
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17523
|
-
flex: 1 1;
|
|
17524
|
-
}
|
|
17525
|
-
.v-autocomplete .v-field input {
|
|
17526
|
-
min-width: 64px;
|
|
17527
|
-
}
|
|
17528
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17529
|
-
min-width: 0;
|
|
17530
|
-
}
|
|
17531
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17532
|
-
margin-inline-end: 2px;
|
|
17533
|
-
}
|
|
17534
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17535
|
-
overflow: hidden;
|
|
17536
|
-
text-overflow: ellipsis;
|
|
17537
|
-
white-space: nowrap;
|
|
17538
|
-
}
|
|
17539
|
-
|
|
17540
|
-
.v-autocomplete__content {
|
|
17541
|
-
overflow: hidden;
|
|
17542
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17543
|
-
border-radius: 4px;
|
|
17544
|
-
}
|
|
17545
|
-
.v-autocomplete__mask {
|
|
17546
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
17547
|
-
}
|
|
17548
|
-
.v-autocomplete__selection {
|
|
17549
|
-
display: inline-flex;
|
|
17550
|
-
align-items: center;
|
|
17551
|
-
height: 1.5rem;
|
|
17552
|
-
letter-spacing: inherit;
|
|
17553
|
-
line-height: inherit;
|
|
17554
|
-
max-width: calc(100% - 2px);
|
|
17555
|
-
}
|
|
17556
|
-
.v-autocomplete__selection:first-child {
|
|
17557
|
-
margin-inline-start: 0;
|
|
17558
|
-
}
|
|
17559
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17560
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17561
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17562
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17563
|
-
top: 0px;
|
|
17564
|
-
}
|
|
17565
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17566
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17567
|
-
}
|
|
17568
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17569
|
-
opacity: 1;
|
|
17570
|
-
}
|
|
17571
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17572
|
-
caret-color: transparent;
|
|
17573
|
-
}
|
|
17574
|
-
.v-autocomplete--single.v-text-field input {
|
|
17575
|
-
flex: 1 1;
|
|
17576
|
-
position: absolute;
|
|
17577
|
-
left: 0;
|
|
17578
|
-
right: 0;
|
|
17579
|
-
width: 100%;
|
|
17580
|
-
padding-inline: inherit;
|
|
17581
|
-
}
|
|
17582
|
-
.v-autocomplete--single .v-field--active input {
|
|
17583
|
-
transition: none;
|
|
17584
|
-
}
|
|
17585
|
-
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17586
|
-
opacity: 0;
|
|
17587
|
-
}
|
|
17588
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17589
|
-
opacity: 0;
|
|
17590
|
-
}
|
|
17591
|
-
.v-autocomplete__menu-icon {
|
|
17592
|
-
margin-inline-start: 4px;
|
|
17593
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17594
|
-
}
|
|
17595
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17596
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17597
|
-
transform: rotate(180deg);
|
|
17598
17598
|
}.v-badge {
|
|
17599
17599
|
display: inline-block;
|
|
17600
17600
|
line-height: 1;
|
|
@@ -17721,38 +17721,6 @@ html.overflow-y-hidden {
|
|
|
17721
17721
|
}
|
|
17722
17722
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17723
17723
|
transform: translateY(0.5rem);
|
|
17724
|
-
}.bottom-sheet-transition-enter-from {
|
|
17725
|
-
transform: translateY(100%);
|
|
17726
|
-
}
|
|
17727
|
-
.bottom-sheet-transition-leave-to {
|
|
17728
|
-
transform: translateY(100%);
|
|
17729
|
-
}
|
|
17730
|
-
|
|
17731
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17732
|
-
align-self: flex-end;
|
|
17733
|
-
border-radius: 0;
|
|
17734
|
-
flex: 0 1 auto;
|
|
17735
|
-
left: 0;
|
|
17736
|
-
right: 0;
|
|
17737
|
-
margin-inline: 0;
|
|
17738
|
-
margin-bottom: 0;
|
|
17739
|
-
transition-duration: 0.2s;
|
|
17740
|
-
width: 100%;
|
|
17741
|
-
max-width: 100%;
|
|
17742
|
-
overflow: visible;
|
|
17743
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17744
|
-
}
|
|
17745
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17746
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17747
|
-
border-radius: 0;
|
|
17748
|
-
}
|
|
17749
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17750
|
-
max-width: none;
|
|
17751
|
-
}
|
|
17752
|
-
@media (min-width: 600px) {
|
|
17753
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17754
|
-
max-width: 70%;
|
|
17755
|
-
}
|
|
17756
17724
|
}.v-breadcrumbs {
|
|
17757
17725
|
display: flex;
|
|
17758
17726
|
align-items: center;
|
|
@@ -17810,21 +17778,96 @@ html.overflow-y-hidden {
|
|
|
17810
17778
|
display: inline-block;
|
|
17811
17779
|
padding: 0 8px;
|
|
17812
17780
|
vertical-align: middle;
|
|
17813
|
-
}.
|
|
17814
|
-
|
|
17781
|
+
}.bottom-sheet-transition-enter-from {
|
|
17782
|
+
transform: translateY(100%);
|
|
17815
17783
|
}
|
|
17816
|
-
.
|
|
17817
|
-
|
|
17784
|
+
.bottom-sheet-transition-leave-to {
|
|
17785
|
+
transform: translateY(100%);
|
|
17818
17786
|
}
|
|
17819
|
-
|
|
17820
|
-
|
|
17787
|
+
|
|
17788
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17789
|
+
align-self: flex-end;
|
|
17790
|
+
border-radius: 0;
|
|
17791
|
+
flex: 0 1 auto;
|
|
17792
|
+
left: 0;
|
|
17793
|
+
right: 0;
|
|
17794
|
+
margin-inline: 0;
|
|
17795
|
+
margin-bottom: 0;
|
|
17796
|
+
transition-duration: 0.2s;
|
|
17797
|
+
width: 100%;
|
|
17798
|
+
max-width: 100%;
|
|
17799
|
+
overflow: visible;
|
|
17800
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17821
17801
|
}
|
|
17822
|
-
|
|
17823
|
-
|
|
17824
|
-
|
|
17825
|
-
|
|
17826
|
-
|
|
17827
|
-
|
|
17802
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17803
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17804
|
+
border-radius: 0;
|
|
17805
|
+
}
|
|
17806
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17807
|
+
max-width: none;
|
|
17808
|
+
}
|
|
17809
|
+
@media (min-width: 600px) {
|
|
17810
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17811
|
+
max-width: 70%;
|
|
17812
|
+
}
|
|
17813
|
+
}.v-btn-group {
|
|
17814
|
+
display: inline-flex;
|
|
17815
|
+
flex-wrap: nowrap;
|
|
17816
|
+
max-width: 100%;
|
|
17817
|
+
min-width: 0;
|
|
17818
|
+
overflow: hidden;
|
|
17819
|
+
vertical-align: middle;
|
|
17820
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17821
|
+
border-style: solid;
|
|
17822
|
+
border-width: 0;
|
|
17823
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17824
|
+
border-radius: 4px;
|
|
17825
|
+
background: transparent;
|
|
17826
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17827
|
+
}
|
|
17828
|
+
.v-btn-group--border {
|
|
17829
|
+
border-width: thin;
|
|
17830
|
+
box-shadow: none;
|
|
17831
|
+
}
|
|
17832
|
+
.v-btn-group--density-default.v-btn-group {
|
|
17833
|
+
height: 48px;
|
|
17834
|
+
}
|
|
17835
|
+
|
|
17836
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
17837
|
+
height: 40px;
|
|
17838
|
+
}
|
|
17839
|
+
|
|
17840
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
17841
|
+
height: 36px;
|
|
17842
|
+
}
|
|
17843
|
+
|
|
17844
|
+
.v-btn-group .v-btn {
|
|
17845
|
+
border-radius: 0;
|
|
17846
|
+
border-color: inherit;
|
|
17847
|
+
}
|
|
17848
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
17849
|
+
border-inline-end: none;
|
|
17850
|
+
}
|
|
17851
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
17852
|
+
border-inline-start: none;
|
|
17853
|
+
}
|
|
17854
|
+
.v-btn-group .v-btn:first-child {
|
|
17855
|
+
border-start-start-radius: inherit;
|
|
17856
|
+
border-end-start-radius: inherit;
|
|
17857
|
+
}
|
|
17858
|
+
.v-btn-group .v-btn:last-child {
|
|
17859
|
+
border-start-end-radius: inherit;
|
|
17860
|
+
border-end-end-radius: inherit;
|
|
17861
|
+
}
|
|
17862
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17863
|
+
border-inline-end-width: thin;
|
|
17864
|
+
border-inline-end-style: solid;
|
|
17865
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17866
|
+
}
|
|
17867
|
+
.v-btn-group--tile {
|
|
17868
|
+
border-radius: 0;
|
|
17869
|
+
}.v-btn {
|
|
17870
|
+
align-items: center;
|
|
17828
17871
|
border-radius: 4px;
|
|
17829
17872
|
display: inline-grid;
|
|
17830
17873
|
grid-template-areas: "prepend content append";
|
|
@@ -18223,124 +18266,6 @@ html.overflow-y-hidden {
|
|
|
18223
18266
|
}
|
|
18224
18267
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18225
18268
|
opacity: var(--v-border-opacity);
|
|
18226
|
-
}.v-btn-group {
|
|
18227
|
-
display: inline-flex;
|
|
18228
|
-
flex-wrap: nowrap;
|
|
18229
|
-
max-width: 100%;
|
|
18230
|
-
min-width: 0;
|
|
18231
|
-
overflow: hidden;
|
|
18232
|
-
vertical-align: middle;
|
|
18233
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18234
|
-
border-style: solid;
|
|
18235
|
-
border-width: 0;
|
|
18236
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18237
|
-
border-radius: 4px;
|
|
18238
|
-
background: transparent;
|
|
18239
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18240
|
-
}
|
|
18241
|
-
.v-btn-group--border {
|
|
18242
|
-
border-width: thin;
|
|
18243
|
-
box-shadow: none;
|
|
18244
|
-
}
|
|
18245
|
-
.v-btn-group--density-default.v-btn-group {
|
|
18246
|
-
height: 48px;
|
|
18247
|
-
}
|
|
18248
|
-
|
|
18249
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
18250
|
-
height: 40px;
|
|
18251
|
-
}
|
|
18252
|
-
|
|
18253
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
18254
|
-
height: 36px;
|
|
18255
|
-
}
|
|
18256
|
-
|
|
18257
|
-
.v-btn-group .v-btn {
|
|
18258
|
-
border-radius: 0;
|
|
18259
|
-
border-color: inherit;
|
|
18260
|
-
}
|
|
18261
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
18262
|
-
border-inline-end: none;
|
|
18263
|
-
}
|
|
18264
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
18265
|
-
border-inline-start: none;
|
|
18266
|
-
}
|
|
18267
|
-
.v-btn-group .v-btn:first-child {
|
|
18268
|
-
border-start-start-radius: inherit;
|
|
18269
|
-
border-end-start-radius: inherit;
|
|
18270
|
-
}
|
|
18271
|
-
.v-btn-group .v-btn:last-child {
|
|
18272
|
-
border-start-end-radius: inherit;
|
|
18273
|
-
border-end-end-radius: inherit;
|
|
18274
|
-
}
|
|
18275
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18276
|
-
border-inline-end-width: thin;
|
|
18277
|
-
border-inline-end-style: solid;
|
|
18278
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18279
|
-
}
|
|
18280
|
-
.v-btn-group--tile {
|
|
18281
|
-
border-radius: 0;
|
|
18282
|
-
}.v-carousel {
|
|
18283
|
-
overflow: hidden;
|
|
18284
|
-
position: relative;
|
|
18285
|
-
width: 100%;
|
|
18286
|
-
}
|
|
18287
|
-
.v-carousel__controls {
|
|
18288
|
-
align-items: center;
|
|
18289
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18290
|
-
bottom: 0;
|
|
18291
|
-
display: flex;
|
|
18292
|
-
height: 50px;
|
|
18293
|
-
justify-content: center;
|
|
18294
|
-
list-style-type: none;
|
|
18295
|
-
position: absolute;
|
|
18296
|
-
width: 100%;
|
|
18297
|
-
z-index: 1;
|
|
18298
|
-
}
|
|
18299
|
-
.v-carousel__controls > .v-item-group {
|
|
18300
|
-
flex: 0 1 auto;
|
|
18301
|
-
}
|
|
18302
|
-
.v-carousel__controls__item {
|
|
18303
|
-
margin: 0 8px;
|
|
18304
|
-
}
|
|
18305
|
-
.v-carousel__controls__item .v-icon {
|
|
18306
|
-
opacity: 0.5;
|
|
18307
|
-
}
|
|
18308
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18309
|
-
opacity: 1;
|
|
18310
|
-
vertical-align: middle;
|
|
18311
|
-
}
|
|
18312
|
-
.v-carousel__controls__item:hover {
|
|
18313
|
-
background: none;
|
|
18314
|
-
}
|
|
18315
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18316
|
-
opacity: 0.8;
|
|
18317
|
-
}
|
|
18318
|
-
|
|
18319
|
-
.v-carousel__progress {
|
|
18320
|
-
margin: 0;
|
|
18321
|
-
position: absolute;
|
|
18322
|
-
bottom: 0;
|
|
18323
|
-
left: 0;
|
|
18324
|
-
right: 0;
|
|
18325
|
-
}
|
|
18326
|
-
|
|
18327
|
-
.v-carousel-item {
|
|
18328
|
-
display: block;
|
|
18329
|
-
height: inherit;
|
|
18330
|
-
text-decoration: none;
|
|
18331
|
-
}
|
|
18332
|
-
.v-carousel-item > .v-img {
|
|
18333
|
-
height: inherit;
|
|
18334
|
-
}
|
|
18335
|
-
|
|
18336
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18337
|
-
background: transparent;
|
|
18338
|
-
}
|
|
18339
|
-
|
|
18340
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18341
|
-
flex-direction: column;
|
|
18342
|
-
height: 100% !important;
|
|
18343
|
-
width: 50px;
|
|
18344
18269
|
}.v-card {
|
|
18345
18270
|
display: block;
|
|
18346
18271
|
overflow: hidden;
|
|
@@ -18633,52 +18558,129 @@ html.overflow-y-hidden {
|
|
|
18633
18558
|
pointer-events: none;
|
|
18634
18559
|
opacity: 0;
|
|
18635
18560
|
transition: opacity 0.2s ease-in-out;
|
|
18636
|
-
}.v-
|
|
18637
|
-
|
|
18638
|
-
cursor: default;
|
|
18639
|
-
display: inline-flex;
|
|
18640
|
-
font-weight: 400;
|
|
18641
|
-
max-width: 100%;
|
|
18642
|
-
min-width: 0;
|
|
18643
|
-
overflow: hidden;
|
|
18644
|
-
position: relative;
|
|
18645
|
-
text-decoration: none;
|
|
18646
|
-
white-space: nowrap;
|
|
18647
|
-
vertical-align: middle;
|
|
18648
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18649
|
-
border-style: solid;
|
|
18650
|
-
border-width: 0;
|
|
18651
|
-
border-radius: 9999px;
|
|
18561
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18562
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18652
18563
|
}
|
|
18653
|
-
.v-
|
|
18654
|
-
--v-
|
|
18655
|
-
--v-chip-height: 20px;
|
|
18656
|
-
font-size: 0.625rem;
|
|
18657
|
-
padding: 0 8px;
|
|
18564
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18565
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18658
18566
|
}
|
|
18659
|
-
.v-
|
|
18660
|
-
--v-
|
|
18567
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18568
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18661
18569
|
}
|
|
18662
|
-
|
|
18663
|
-
|
|
18570
|
+
@supports not selector(:focus-visible) {
|
|
18571
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18572
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18573
|
+
}
|
|
18574
|
+
}.v-carousel {
|
|
18575
|
+
overflow: hidden;
|
|
18576
|
+
position: relative;
|
|
18577
|
+
width: 100%;
|
|
18664
18578
|
}
|
|
18665
|
-
|
|
18666
|
-
|
|
18667
|
-
|
|
18668
|
-
|
|
18579
|
+
.v-carousel__controls {
|
|
18580
|
+
align-items: center;
|
|
18581
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18582
|
+
bottom: 0;
|
|
18583
|
+
display: flex;
|
|
18584
|
+
height: 50px;
|
|
18585
|
+
justify-content: center;
|
|
18586
|
+
list-style-type: none;
|
|
18587
|
+
position: absolute;
|
|
18588
|
+
width: 100%;
|
|
18589
|
+
z-index: 1;
|
|
18669
18590
|
}
|
|
18670
|
-
.v-
|
|
18671
|
-
|
|
18591
|
+
.v-carousel__controls > .v-item-group {
|
|
18592
|
+
flex: 0 1 auto;
|
|
18672
18593
|
}
|
|
18673
|
-
|
|
18674
|
-
|
|
18675
|
-
margin-inline-start: 4px;
|
|
18676
|
-
margin-inline-end: -5.6px;
|
|
18594
|
+
.v-carousel__controls__item {
|
|
18595
|
+
margin: 0 8px;
|
|
18677
18596
|
}
|
|
18678
|
-
.v-
|
|
18679
|
-
|
|
18597
|
+
.v-carousel__controls__item .v-icon {
|
|
18598
|
+
opacity: 0.5;
|
|
18680
18599
|
}
|
|
18681
|
-
|
|
18600
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18601
|
+
opacity: 1;
|
|
18602
|
+
vertical-align: middle;
|
|
18603
|
+
}
|
|
18604
|
+
.v-carousel__controls__item:hover {
|
|
18605
|
+
background: none;
|
|
18606
|
+
}
|
|
18607
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18608
|
+
opacity: 0.8;
|
|
18609
|
+
}
|
|
18610
|
+
|
|
18611
|
+
.v-carousel__progress {
|
|
18612
|
+
margin: 0;
|
|
18613
|
+
position: absolute;
|
|
18614
|
+
bottom: 0;
|
|
18615
|
+
left: 0;
|
|
18616
|
+
right: 0;
|
|
18617
|
+
}
|
|
18618
|
+
|
|
18619
|
+
.v-carousel-item {
|
|
18620
|
+
display: block;
|
|
18621
|
+
height: inherit;
|
|
18622
|
+
text-decoration: none;
|
|
18623
|
+
}
|
|
18624
|
+
.v-carousel-item > .v-img {
|
|
18625
|
+
height: inherit;
|
|
18626
|
+
}
|
|
18627
|
+
|
|
18628
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18629
|
+
background: transparent;
|
|
18630
|
+
}
|
|
18631
|
+
|
|
18632
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18633
|
+
flex-direction: column;
|
|
18634
|
+
height: 100% !important;
|
|
18635
|
+
width: 50px;
|
|
18636
|
+
}.v-checkbox .v-selection-control {
|
|
18637
|
+
min-height: var(--v-input-control-height);
|
|
18638
|
+
}.v-chip {
|
|
18639
|
+
align-items: center;
|
|
18640
|
+
cursor: default;
|
|
18641
|
+
display: inline-flex;
|
|
18642
|
+
font-weight: 400;
|
|
18643
|
+
max-width: 100%;
|
|
18644
|
+
min-width: 0;
|
|
18645
|
+
overflow: hidden;
|
|
18646
|
+
position: relative;
|
|
18647
|
+
text-decoration: none;
|
|
18648
|
+
white-space: nowrap;
|
|
18649
|
+
vertical-align: middle;
|
|
18650
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18651
|
+
border-style: solid;
|
|
18652
|
+
border-width: 0;
|
|
18653
|
+
border-radius: 9999px;
|
|
18654
|
+
}
|
|
18655
|
+
.v-chip.v-chip--size-x-small {
|
|
18656
|
+
--v-chip-size: 0.625rem;
|
|
18657
|
+
--v-chip-height: 20px;
|
|
18658
|
+
font-size: 0.625rem;
|
|
18659
|
+
padding: 0 8px;
|
|
18660
|
+
}
|
|
18661
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
18662
|
+
--v-avatar-height: 14px;
|
|
18663
|
+
}
|
|
18664
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
18665
|
+
--v-avatar-height: 20px;
|
|
18666
|
+
}
|
|
18667
|
+
|
|
18668
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
18669
|
+
margin-inline-start: -5.6px;
|
|
18670
|
+
margin-inline-end: 4px;
|
|
18671
|
+
}
|
|
18672
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
18673
|
+
margin-inline-start: -8px;
|
|
18674
|
+
}
|
|
18675
|
+
|
|
18676
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
18677
|
+
margin-inline-start: 4px;
|
|
18678
|
+
margin-inline-end: -5.6px;
|
|
18679
|
+
}
|
|
18680
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
18681
|
+
margin-inline-end: -8px;
|
|
18682
|
+
}
|
|
18683
|
+
|
|
18682
18684
|
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
|
18683
18685
|
margin-inline-start: 12px;
|
|
18684
18686
|
}
|
|
@@ -19041,8 +19043,6 @@ html.overflow-y-hidden {
|
|
|
19041
19043
|
|
|
19042
19044
|
.v-chip--label {
|
|
19043
19045
|
border-radius: 4px;
|
|
19044
|
-
}.v-checkbox .v-selection-control {
|
|
19045
|
-
min-height: var(--v-input-control-height);
|
|
19046
19046
|
}.v-color-picker {
|
|
19047
19047
|
align-self: flex-start;
|
|
19048
19048
|
contain: content;
|
|
@@ -19753,6 +19753,11 @@ html.overflow-y-hidden {
|
|
|
19753
19753
|
.offset-xxl-11 {
|
|
19754
19754
|
margin-inline-start: 91.6666666667%;
|
|
19755
19755
|
}
|
|
19756
|
+
}.v-counter {
|
|
19757
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19758
|
+
flex: 0 1 auto;
|
|
19759
|
+
font-size: 12px;
|
|
19760
|
+
transition-duration: 150ms;
|
|
19756
19761
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
19757
19762
|
.v-combobox .v-field .v-text-field__suffix,
|
|
19758
19763
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19834,67 +19839,6 @@ html.overflow-y-hidden {
|
|
|
19834
19839
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19835
19840
|
opacity: var(--v-high-emphasis-opacity);
|
|
19836
19841
|
transform: rotate(180deg);
|
|
19837
|
-
}.v-counter {
|
|
19838
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19839
|
-
flex: 0 1 auto;
|
|
19840
|
-
font-size: 12px;
|
|
19841
|
-
transition-duration: 150ms;
|
|
19842
|
-
}.v-date-picker-controls {
|
|
19843
|
-
display: flex;
|
|
19844
|
-
align-items: center;
|
|
19845
|
-
justify-content: space-between;
|
|
19846
|
-
font-size: 0.875rem;
|
|
19847
|
-
padding-top: 4px;
|
|
19848
|
-
padding-bottom: 4px;
|
|
19849
|
-
padding-inline-start: 6px;
|
|
19850
|
-
padding-inline-end: 12px;
|
|
19851
|
-
}
|
|
19852
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
19853
|
-
text-transform: none;
|
|
19854
|
-
font-weight: 400;
|
|
19855
|
-
line-height: initial;
|
|
19856
|
-
letter-spacing: initial;
|
|
19857
|
-
}
|
|
19858
|
-
.v-date-picker-controls--variant-classic {
|
|
19859
|
-
padding-inline-start: 12px;
|
|
19860
|
-
}
|
|
19861
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19862
|
-
opacity: 0.7;
|
|
19863
|
-
}
|
|
19864
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19865
|
-
cursor: pointer;
|
|
19866
|
-
}
|
|
19867
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19868
|
-
opacity: 1;
|
|
19869
|
-
}
|
|
19870
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
19871
|
-
margin-inline-start: 4px;
|
|
19872
|
-
}
|
|
19873
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
19874
|
-
transform: rotate(180deg);
|
|
19875
|
-
}
|
|
19876
|
-
|
|
19877
|
-
.v-date-picker-controls__date {
|
|
19878
|
-
margin-inline-end: 4px;
|
|
19879
|
-
}
|
|
19880
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
19881
|
-
margin: auto;
|
|
19882
|
-
text-align: center;
|
|
19883
|
-
}
|
|
19884
|
-
|
|
19885
|
-
.v-date-picker-controls__month {
|
|
19886
|
-
display: flex;
|
|
19887
|
-
}
|
|
19888
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
19889
|
-
flex-direction: row-reverse;
|
|
19890
|
-
}
|
|
19891
|
-
|
|
19892
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
19893
|
-
flex: 1 0 auto;
|
|
19894
|
-
}
|
|
19895
|
-
|
|
19896
|
-
.v-date-picker__title {
|
|
19897
|
-
display: inline-block;
|
|
19898
19842
|
}.v-date-picker__input {
|
|
19899
19843
|
padding-top: 16px;
|
|
19900
19844
|
padding-left: 24px;
|
|
@@ -19903,6 +19847,10 @@ html.overflow-y-hidden {
|
|
|
19903
19847
|
|
|
19904
19848
|
.v-date-picker {
|
|
19905
19849
|
overflow: hidden;
|
|
19850
|
+
width: 360px;
|
|
19851
|
+
}
|
|
19852
|
+
.v-date-picker--show-week {
|
|
19853
|
+
width: 408px;
|
|
19906
19854
|
}
|
|
19907
19855
|
|
|
19908
19856
|
.v-date-picker-month {
|
|
@@ -19977,6 +19925,62 @@ html.overflow-y-hidden {
|
|
|
19977
19925
|
.date-picker-header-reverse-transition-leave-to {
|
|
19978
19926
|
opacity: 0;
|
|
19979
19927
|
transform: translate(0, 100%);
|
|
19928
|
+
}.v-date-picker-controls {
|
|
19929
|
+
display: flex;
|
|
19930
|
+
align-items: center;
|
|
19931
|
+
justify-content: space-between;
|
|
19932
|
+
font-size: 0.875rem;
|
|
19933
|
+
padding-top: 4px;
|
|
19934
|
+
padding-bottom: 4px;
|
|
19935
|
+
padding-inline-start: 6px;
|
|
19936
|
+
padding-inline-end: 12px;
|
|
19937
|
+
}
|
|
19938
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
19939
|
+
text-transform: none;
|
|
19940
|
+
font-weight: 400;
|
|
19941
|
+
line-height: initial;
|
|
19942
|
+
letter-spacing: initial;
|
|
19943
|
+
}
|
|
19944
|
+
.v-date-picker-controls--variant-classic {
|
|
19945
|
+
padding-inline-start: 12px;
|
|
19946
|
+
}
|
|
19947
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19948
|
+
opacity: 0.7;
|
|
19949
|
+
}
|
|
19950
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19951
|
+
cursor: pointer;
|
|
19952
|
+
}
|
|
19953
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19954
|
+
opacity: 1;
|
|
19955
|
+
}
|
|
19956
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
19957
|
+
margin-inline-start: 4px;
|
|
19958
|
+
}
|
|
19959
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
19960
|
+
transform: rotate(180deg);
|
|
19961
|
+
}
|
|
19962
|
+
|
|
19963
|
+
.v-date-picker-controls__date {
|
|
19964
|
+
margin-inline-end: 4px;
|
|
19965
|
+
}
|
|
19966
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
19967
|
+
margin: auto;
|
|
19968
|
+
text-align: center;
|
|
19969
|
+
}
|
|
19970
|
+
|
|
19971
|
+
.v-date-picker-controls__month {
|
|
19972
|
+
display: flex;
|
|
19973
|
+
}
|
|
19974
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
19975
|
+
flex-direction: row-reverse;
|
|
19976
|
+
}
|
|
19977
|
+
|
|
19978
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
19979
|
+
flex: 1 0 auto;
|
|
19980
|
+
}
|
|
19981
|
+
|
|
19982
|
+
.v-date-picker__title {
|
|
19983
|
+
display: inline-block;
|
|
19980
19984
|
}.v-date-picker-month {
|
|
19981
19985
|
display: flex;
|
|
19982
19986
|
justify-content: center;
|
|
@@ -20061,34 +20065,122 @@ html.overflow-y-hidden {
|
|
|
20061
20065
|
}
|
|
20062
20066
|
.v-date-picker-years__content .v-btn {
|
|
20063
20067
|
padding-inline: 8px;
|
|
20064
|
-
}.v-
|
|
20065
|
-
|
|
20066
|
-
|
|
20067
|
-
|
|
20068
|
-
.v-data-table__table {
|
|
20069
|
-
width: 100%;
|
|
20070
|
-
border-collapse: separate;
|
|
20071
|
-
border-spacing: 0;
|
|
20068
|
+
}.v-dialog {
|
|
20069
|
+
align-items: center;
|
|
20070
|
+
justify-content: center;
|
|
20071
|
+
margin: auto;
|
|
20072
20072
|
}
|
|
20073
|
-
|
|
20074
|
-
|
|
20075
|
-
|
|
20073
|
+
.v-dialog > .v-overlay__content {
|
|
20074
|
+
max-height: calc(100% - 48px);
|
|
20075
|
+
width: calc(100% - 48px);
|
|
20076
|
+
max-width: calc(100% - 48px);
|
|
20077
|
+
margin: 24px;
|
|
20076
20078
|
}
|
|
20077
|
-
.v-
|
|
20078
|
-
|
|
20079
|
+
.v-dialog > .v-overlay__content,
|
|
20080
|
+
.v-dialog > .v-overlay__content > form {
|
|
20081
|
+
display: flex;
|
|
20082
|
+
flex-direction: column;
|
|
20083
|
+
min-height: 0;
|
|
20079
20084
|
}
|
|
20080
|
-
|
|
20081
|
-
.v-
|
|
20082
|
-
.v-
|
|
20083
|
-
.v-
|
|
20084
|
-
|
|
20085
|
-
|
|
20085
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20086
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20087
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20088
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20089
|
+
--v-scrollbar-offset: 0px;
|
|
20090
|
+
border-radius: 4px;
|
|
20091
|
+
overflow-y: auto;
|
|
20092
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20086
20093
|
}
|
|
20087
|
-
.v-
|
|
20088
|
-
.v-
|
|
20089
|
-
|
|
20090
|
-
|
|
20091
|
-
|
|
20094
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20095
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
20096
|
+
display: flex;
|
|
20097
|
+
flex-direction: column;
|
|
20098
|
+
}
|
|
20099
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20100
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20101
|
+
padding: 14px 24px 0;
|
|
20102
|
+
}
|
|
20103
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20104
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20105
|
+
padding-top: 10px;
|
|
20106
|
+
}
|
|
20107
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
20108
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20109
|
+
font-size: inherit;
|
|
20110
|
+
letter-spacing: 0.03125em;
|
|
20111
|
+
line-height: inherit;
|
|
20112
|
+
padding: 16px 24px 10px;
|
|
20113
|
+
}
|
|
20114
|
+
|
|
20115
|
+
.v-dialog--fullscreen {
|
|
20116
|
+
--v-scrollbar-offset: 0px;
|
|
20117
|
+
}
|
|
20118
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
20119
|
+
border-radius: 0;
|
|
20120
|
+
margin: 0;
|
|
20121
|
+
padding: 0;
|
|
20122
|
+
width: 100%;
|
|
20123
|
+
height: 100%;
|
|
20124
|
+
max-width: 100%;
|
|
20125
|
+
max-height: 100%;
|
|
20126
|
+
overflow-y: auto;
|
|
20127
|
+
top: 0;
|
|
20128
|
+
left: 0;
|
|
20129
|
+
}
|
|
20130
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20131
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20132
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20133
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20134
|
+
min-height: 100%;
|
|
20135
|
+
min-width: 100%;
|
|
20136
|
+
border-radius: 0;
|
|
20137
|
+
}
|
|
20138
|
+
|
|
20139
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
20140
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
20141
|
+
display: flex;
|
|
20142
|
+
}
|
|
20143
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20144
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20145
|
+
display: flex;
|
|
20146
|
+
flex: 1 1 100%;
|
|
20147
|
+
flex-direction: column;
|
|
20148
|
+
max-height: 100%;
|
|
20149
|
+
max-width: 100%;
|
|
20150
|
+
}
|
|
20151
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20152
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20153
|
+
-webkit-backface-visibility: hidden;
|
|
20154
|
+
backface-visibility: hidden;
|
|
20155
|
+
overflow-y: auto;
|
|
20156
|
+
}.v-data-table {
|
|
20157
|
+
width: 100%;
|
|
20158
|
+
}
|
|
20159
|
+
|
|
20160
|
+
.v-data-table__table {
|
|
20161
|
+
width: 100%;
|
|
20162
|
+
border-collapse: separate;
|
|
20163
|
+
border-spacing: 0;
|
|
20164
|
+
}
|
|
20165
|
+
|
|
20166
|
+
.v-data-table__tr--focus {
|
|
20167
|
+
border: 1px dotted black;
|
|
20168
|
+
}
|
|
20169
|
+
.v-data-table__tr--clickable {
|
|
20170
|
+
cursor: pointer;
|
|
20171
|
+
}
|
|
20172
|
+
|
|
20173
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
20174
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
20175
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
20176
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
20177
|
+
text-align: end;
|
|
20178
|
+
}
|
|
20179
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20180
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
20181
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20182
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
20183
|
+
flex-direction: row-reverse;
|
|
20092
20184
|
}
|
|
20093
20185
|
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
20094
20186
|
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
@@ -20447,108 +20539,6 @@ html.overflow-y-hidden {
|
|
|
20447
20539
|
}
|
|
20448
20540
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20449
20541
|
max-width: calc(100% - 32px);
|
|
20450
|
-
}.v-dialog {
|
|
20451
|
-
align-items: center;
|
|
20452
|
-
justify-content: center;
|
|
20453
|
-
margin: auto;
|
|
20454
|
-
}
|
|
20455
|
-
.v-dialog > .v-overlay__content {
|
|
20456
|
-
max-height: calc(100% - 48px);
|
|
20457
|
-
width: calc(100% - 48px);
|
|
20458
|
-
max-width: calc(100% - 48px);
|
|
20459
|
-
margin: 24px;
|
|
20460
|
-
display: flex;
|
|
20461
|
-
flex-direction: column;
|
|
20462
|
-
}
|
|
20463
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
20464
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20465
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20466
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20467
|
-
--v-scrollbar-offset: 0px;
|
|
20468
|
-
border-radius: 4px;
|
|
20469
|
-
overflow-y: auto;
|
|
20470
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20471
|
-
}
|
|
20472
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
20473
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
|
20474
|
-
display: flex;
|
|
20475
|
-
flex-direction: column;
|
|
20476
|
-
}
|
|
20477
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20478
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20479
|
-
padding: 14px 24px 0;
|
|
20480
|
-
}
|
|
20481
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20482
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20483
|
-
padding-top: 10px;
|
|
20484
|
-
}
|
|
20485
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
20486
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20487
|
-
font-size: inherit;
|
|
20488
|
-
letter-spacing: 0.03125em;
|
|
20489
|
-
line-height: inherit;
|
|
20490
|
-
padding: 16px 24px 10px;
|
|
20491
|
-
}
|
|
20492
|
-
|
|
20493
|
-
.v-dialog--fullscreen {
|
|
20494
|
-
--v-scrollbar-offset: 0px;
|
|
20495
|
-
}
|
|
20496
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
|
20497
|
-
border-radius: 0;
|
|
20498
|
-
margin: 0;
|
|
20499
|
-
padding: 0;
|
|
20500
|
-
width: 100%;
|
|
20501
|
-
height: 100%;
|
|
20502
|
-
max-width: 100%;
|
|
20503
|
-
max-height: 100%;
|
|
20504
|
-
overflow-y: auto;
|
|
20505
|
-
top: 0;
|
|
20506
|
-
left: 0;
|
|
20507
|
-
}
|
|
20508
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20509
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20510
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20511
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20512
|
-
min-height: 100%;
|
|
20513
|
-
min-width: 100%;
|
|
20514
|
-
border-radius: 0;
|
|
20515
|
-
}
|
|
20516
|
-
|
|
20517
|
-
.v-dialog--scrollable > .v-overlay__content,
|
|
20518
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
|
20519
|
-
display: flex;
|
|
20520
|
-
overflow: hidden;
|
|
20521
|
-
}
|
|
20522
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20523
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20524
|
-
display: flex;
|
|
20525
|
-
flex: 1 1 100%;
|
|
20526
|
-
flex-direction: column;
|
|
20527
|
-
max-height: 100%;
|
|
20528
|
-
max-width: 100%;
|
|
20529
|
-
}
|
|
20530
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20531
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20532
|
-
-webkit-backface-visibility: hidden;
|
|
20533
|
-
backface-visibility: hidden;
|
|
20534
|
-
overflow-y: auto;
|
|
20535
|
-
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20536
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20537
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20538
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20539
|
-
top: 0px;
|
|
20540
|
-
}
|
|
20541
|
-
.v-file-input input[type=file] {
|
|
20542
|
-
height: 100%;
|
|
20543
|
-
left: 0;
|
|
20544
|
-
opacity: 0;
|
|
20545
|
-
position: absolute;
|
|
20546
|
-
top: 0;
|
|
20547
|
-
width: 100%;
|
|
20548
|
-
z-index: 1;
|
|
20549
|
-
}
|
|
20550
|
-
.v-file-input .v-input__details {
|
|
20551
|
-
padding-inline: 16px;
|
|
20552
20542
|
}/* region INPUT */
|
|
20553
20543
|
.v-field {
|
|
20554
20544
|
display: grid;
|
|
@@ -21119,64 +21109,23 @@ textarea.v-field__input::placeholder {
|
|
|
21119
21109
|
}
|
|
21120
21110
|
.v-footer--rounded {
|
|
21121
21111
|
border-radius: 4px;
|
|
21122
|
-
}.v-
|
|
21123
|
-
|
|
21124
|
-
|
|
21125
|
-
|
|
21112
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21113
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21114
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21115
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21116
|
+
top: 0px;
|
|
21126
21117
|
}
|
|
21127
|
-
.v-
|
|
21118
|
+
.v-file-input input[type=file] {
|
|
21128
21119
|
height: 100%;
|
|
21129
|
-
|
|
21130
|
-
|
|
21131
|
-
|
|
21132
|
-
.v-infinite-scroll--vertical {
|
|
21133
|
-
display: flex;
|
|
21134
|
-
flex-direction: column;
|
|
21135
|
-
overflow-y: auto;
|
|
21136
|
-
}
|
|
21137
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21138
|
-
height: 1px;
|
|
21139
|
-
width: 100%;
|
|
21140
|
-
}
|
|
21141
|
-
|
|
21142
|
-
.v-infinite-scroll__side {
|
|
21143
|
-
align-items: center;
|
|
21144
|
-
display: flex;
|
|
21145
|
-
justify-content: center;
|
|
21146
|
-
padding: 8px;
|
|
21147
|
-
}.v-img {
|
|
21148
|
-
--v-theme-overlay-multiplier: 3;
|
|
21149
|
-
z-index: 0;
|
|
21150
|
-
}
|
|
21151
|
-
.v-img--booting .v-responsive__sizer {
|
|
21152
|
-
transition: none;
|
|
21153
|
-
}
|
|
21154
|
-
|
|
21155
|
-
.v-img__img,
|
|
21156
|
-
.v-img__picture,
|
|
21157
|
-
.v-img__gradient,
|
|
21158
|
-
.v-img__placeholder,
|
|
21159
|
-
.v-img__error {
|
|
21160
|
-
z-index: -1;
|
|
21120
|
+
left: 0;
|
|
21121
|
+
opacity: 0;
|
|
21161
21122
|
position: absolute;
|
|
21162
21123
|
top: 0;
|
|
21163
|
-
left: 0;
|
|
21164
21124
|
width: 100%;
|
|
21165
|
-
|
|
21166
|
-
}
|
|
21167
|
-
|
|
21168
|
-
.v-img__img--preload {
|
|
21169
|
-
filter: blur(4px);
|
|
21170
|
-
}
|
|
21171
|
-
.v-img__img--contain {
|
|
21172
|
-
object-fit: contain;
|
|
21173
|
-
}
|
|
21174
|
-
.v-img__img--cover {
|
|
21175
|
-
object-fit: cover;
|
|
21125
|
+
z-index: 1;
|
|
21176
21126
|
}
|
|
21177
|
-
|
|
21178
|
-
|
|
21179
|
-
background-repeat: no-repeat;
|
|
21127
|
+
.v-file-input .v-input__details {
|
|
21128
|
+
padding-inline: 16px;
|
|
21180
21129
|
}.v-icon {
|
|
21181
21130
|
--v-icon-size-multiplier: 1;
|
|
21182
21131
|
align-items: center;
|
|
@@ -21226,11 +21175,44 @@ textarea.v-field__input::placeholder {
|
|
|
21226
21175
|
|
|
21227
21176
|
.v-icon--end {
|
|
21228
21177
|
margin-inline-start: 8px;
|
|
21229
|
-
}.v-
|
|
21230
|
-
|
|
21231
|
-
|
|
21232
|
-
|
|
21233
|
-
|
|
21178
|
+
}.v-img {
|
|
21179
|
+
--v-theme-overlay-multiplier: 3;
|
|
21180
|
+
z-index: 0;
|
|
21181
|
+
}
|
|
21182
|
+
.v-img--booting .v-responsive__sizer {
|
|
21183
|
+
transition: none;
|
|
21184
|
+
}
|
|
21185
|
+
|
|
21186
|
+
.v-img__img,
|
|
21187
|
+
.v-img__picture,
|
|
21188
|
+
.v-img__gradient,
|
|
21189
|
+
.v-img__placeholder,
|
|
21190
|
+
.v-img__error {
|
|
21191
|
+
z-index: -1;
|
|
21192
|
+
position: absolute;
|
|
21193
|
+
top: 0;
|
|
21194
|
+
left: 0;
|
|
21195
|
+
width: 100%;
|
|
21196
|
+
height: 100%;
|
|
21197
|
+
}
|
|
21198
|
+
|
|
21199
|
+
.v-img__img--preload {
|
|
21200
|
+
filter: blur(4px);
|
|
21201
|
+
}
|
|
21202
|
+
.v-img__img--contain {
|
|
21203
|
+
object-fit: contain;
|
|
21204
|
+
}
|
|
21205
|
+
.v-img__img--cover {
|
|
21206
|
+
object-fit: cover;
|
|
21207
|
+
}
|
|
21208
|
+
|
|
21209
|
+
.v-img__gradient {
|
|
21210
|
+
background-repeat: no-repeat;
|
|
21211
|
+
}.v-input {
|
|
21212
|
+
display: grid;
|
|
21213
|
+
flex: 1 1 auto;
|
|
21214
|
+
font-size: 1rem;
|
|
21215
|
+
font-weight: 400;
|
|
21234
21216
|
line-height: 1.5;
|
|
21235
21217
|
}
|
|
21236
21218
|
.v-input--disabled {
|
|
@@ -21371,11 +21353,31 @@ textarea.v-field__input::placeholder {
|
|
|
21371
21353
|
|
|
21372
21354
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21373
21355
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21374
|
-
}.v-
|
|
21375
|
-
|
|
21376
|
-
|
|
21377
|
-
|
|
21378
|
-
|
|
21356
|
+
}.v-infinite-scroll--horizontal {
|
|
21357
|
+
display: flex;
|
|
21358
|
+
flex-direction: row;
|
|
21359
|
+
overflow-x: auto;
|
|
21360
|
+
}
|
|
21361
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21362
|
+
height: 100%;
|
|
21363
|
+
width: 1px;
|
|
21364
|
+
}
|
|
21365
|
+
|
|
21366
|
+
.v-infinite-scroll--vertical {
|
|
21367
|
+
display: flex;
|
|
21368
|
+
flex-direction: column;
|
|
21369
|
+
overflow-y: auto;
|
|
21370
|
+
}
|
|
21371
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21372
|
+
height: 1px;
|
|
21373
|
+
width: 100%;
|
|
21374
|
+
}
|
|
21375
|
+
|
|
21376
|
+
.v-infinite-scroll__side {
|
|
21377
|
+
align-items: center;
|
|
21378
|
+
display: flex;
|
|
21379
|
+
justify-content: center;
|
|
21380
|
+
padding: 8px;
|
|
21379
21381
|
}.v-label {
|
|
21380
21382
|
align-items: center;
|
|
21381
21383
|
color: inherit;
|
|
@@ -21391,8 +21393,11 @@ textarea.v-field__input::placeholder {
|
|
|
21391
21393
|
|
|
21392
21394
|
.v-label--clickable {
|
|
21393
21395
|
cursor: pointer;
|
|
21394
|
-
}.v-
|
|
21395
|
-
|
|
21396
|
+
}.v-item-group {
|
|
21397
|
+
flex: 0 1 auto;
|
|
21398
|
+
max-width: 100%;
|
|
21399
|
+
position: relative;
|
|
21400
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21396
21401
|
}.v-list {
|
|
21397
21402
|
overflow: auto;
|
|
21398
21403
|
padding: 8px 0;
|
|
@@ -21927,6 +21932,13 @@ textarea.v-field__input::placeholder {
|
|
|
21927
21932
|
}
|
|
21928
21933
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
21929
21934
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21935
|
+
}.v-layout-item {
|
|
21936
|
+
position: absolute;
|
|
21937
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21938
|
+
}
|
|
21939
|
+
|
|
21940
|
+
.v-layout-item--absolute {
|
|
21941
|
+
position: absolute;
|
|
21930
21942
|
}.v-layout {
|
|
21931
21943
|
--v-scrollbar-offset: 0px;
|
|
21932
21944
|
display: flex;
|
|
@@ -21935,13 +21947,19 @@ textarea.v-field__input::placeholder {
|
|
|
21935
21947
|
.v-layout--full-height {
|
|
21936
21948
|
--v-scrollbar-offset: inherit;
|
|
21937
21949
|
height: 100%;
|
|
21938
|
-
}.v-
|
|
21939
|
-
|
|
21940
|
-
|
|
21950
|
+
}.v-menu > .v-overlay__content {
|
|
21951
|
+
display: flex;
|
|
21952
|
+
flex-direction: column;
|
|
21953
|
+
border-radius: 4px;
|
|
21941
21954
|
}
|
|
21942
|
-
|
|
21943
|
-
.v-
|
|
21944
|
-
|
|
21955
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
21956
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
21957
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
21958
|
+
background: rgb(var(--v-theme-surface));
|
|
21959
|
+
border-radius: inherit;
|
|
21960
|
+
overflow: auto;
|
|
21961
|
+
height: 100%;
|
|
21962
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21945
21963
|
}.v-main {
|
|
21946
21964
|
flex: 1 0 auto;
|
|
21947
21965
|
max-width: 100%;
|
|
@@ -21970,35 +21988,8 @@ textarea.v-field__input::placeholder {
|
|
|
21970
21988
|
--v-layout-right: 0px;
|
|
21971
21989
|
--v-layout-top: 0px;
|
|
21972
21990
|
--v-layout-bottom: 0px;
|
|
21973
|
-
}.v-
|
|
21974
|
-
|
|
21975
|
-
font-size: 12px;
|
|
21976
|
-
min-height: 14px;
|
|
21977
|
-
min-width: 1px;
|
|
21978
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21979
|
-
position: relative;
|
|
21980
|
-
}
|
|
21981
|
-
.v-messages__message {
|
|
21982
|
-
line-height: 12px;
|
|
21983
|
-
word-break: break-word;
|
|
21984
|
-
overflow-wrap: break-word;
|
|
21985
|
-
word-wrap: break-word;
|
|
21986
|
-
-webkit-hyphens: auto;
|
|
21987
|
-
hyphens: auto;
|
|
21988
|
-
transition-duration: 150ms;
|
|
21989
|
-
}.v-menu > .v-overlay__content {
|
|
21990
|
-
display: flex;
|
|
21991
|
-
flex-direction: column;
|
|
21992
|
-
border-radius: 4px;
|
|
21993
|
-
}
|
|
21994
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
21995
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
21996
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
21997
|
-
background: rgb(var(--v-theme-surface));
|
|
21998
|
-
border-radius: inherit;
|
|
21999
|
-
overflow: auto;
|
|
22000
|
-
height: 100%;
|
|
22001
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21991
|
+
}.v-locale-provider {
|
|
21992
|
+
display: contents;
|
|
22002
21993
|
}.v-navigation-drawer {
|
|
22003
21994
|
-webkit-overflow-scrolling: touch;
|
|
22004
21995
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22097,69 +22088,75 @@ textarea.v-field__input::placeholder {
|
|
|
22097
22088
|
.v-navigation-drawer__append {
|
|
22098
22089
|
flex: none;
|
|
22099
22090
|
overflow: hidden;
|
|
22100
|
-
}.v-
|
|
22101
|
-
|
|
22102
|
-
|
|
22103
|
-
|
|
22104
|
-
|
|
22105
|
-
|
|
22106
|
-
|
|
22107
|
-
}
|
|
22108
|
-
|
|
22109
|
-
.v-overlay-scroll-blocked {
|
|
22110
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
22091
|
+
}.v-messages {
|
|
22092
|
+
flex: 1 1 auto;
|
|
22093
|
+
font-size: 12px;
|
|
22094
|
+
min-height: 14px;
|
|
22095
|
+
min-width: 1px;
|
|
22096
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22097
|
+
position: relative;
|
|
22111
22098
|
}
|
|
22112
|
-
.v-
|
|
22113
|
-
|
|
22099
|
+
.v-messages__message {
|
|
22100
|
+
line-height: 12px;
|
|
22101
|
+
word-break: break-word;
|
|
22102
|
+
overflow-wrap: break-word;
|
|
22103
|
+
word-wrap: break-word;
|
|
22104
|
+
-webkit-hyphens: auto;
|
|
22105
|
+
hyphens: auto;
|
|
22106
|
+
transition-duration: 150ms;
|
|
22107
|
+
}.v-otp-input {
|
|
22108
|
+
border-radius: 4px;
|
|
22109
|
+
align-items: center;
|
|
22110
|
+
display: flex;
|
|
22111
|
+
justify-content: center;
|
|
22112
|
+
padding: 0.5rem 0;
|
|
22113
|
+
position: relative;
|
|
22114
22114
|
}
|
|
22115
|
-
|
|
22116
|
-
position: fixed;
|
|
22117
|
-
top: var(--v-body-scroll-y);
|
|
22118
|
-
left: var(--v-body-scroll-x);
|
|
22119
|
-
width: 100%;
|
|
22115
|
+
.v-otp-input .v-field {
|
|
22120
22116
|
height: 100%;
|
|
22121
22117
|
}
|
|
22122
22118
|
|
|
22123
|
-
.v-
|
|
22124
|
-
|
|
22125
|
-
display: flex;
|
|
22126
|
-
left: 0;
|
|
22127
|
-
pointer-events: none;
|
|
22128
|
-
position: fixed;
|
|
22129
|
-
top: 0;
|
|
22130
|
-
bottom: 0;
|
|
22131
|
-
right: 0;
|
|
22132
|
-
}
|
|
22133
|
-
|
|
22134
|
-
.v-overlay__content {
|
|
22135
|
-
outline: none;
|
|
22136
|
-
position: absolute;
|
|
22137
|
-
pointer-events: auto;
|
|
22138
|
-
contain: layout;
|
|
22119
|
+
.v-otp-input__divider {
|
|
22120
|
+
margin: 0 8px;
|
|
22139
22121
|
}
|
|
22140
22122
|
|
|
22141
|
-
.v-
|
|
22142
|
-
|
|
22143
|
-
|
|
22123
|
+
.v-otp-input__content {
|
|
22124
|
+
align-items: center;
|
|
22125
|
+
display: flex;
|
|
22126
|
+
gap: 0.5rem;
|
|
22127
|
+
height: 64px;
|
|
22128
|
+
padding: 0.5rem;
|
|
22129
|
+
justify-content: center;
|
|
22130
|
+
max-width: 320px;
|
|
22131
|
+
position: relative;
|
|
22144
22132
|
border-radius: inherit;
|
|
22145
|
-
bottom: 0;
|
|
22146
|
-
left: 0;
|
|
22147
|
-
opacity: 0.32;
|
|
22148
|
-
position: fixed;
|
|
22149
|
-
right: 0;
|
|
22150
|
-
top: 0;
|
|
22151
22133
|
}
|
|
22152
|
-
|
|
22153
|
-
|
|
22154
|
-
position: absolute;
|
|
22134
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
22135
|
+
max-width: 360px;
|
|
22155
22136
|
}
|
|
22156
22137
|
|
|
22157
|
-
.v-
|
|
22158
|
-
|
|
22138
|
+
.v-otp-input__field {
|
|
22139
|
+
color: inherit;
|
|
22140
|
+
font-size: 1.25rem;
|
|
22141
|
+
height: 100%;
|
|
22142
|
+
outline: none;
|
|
22143
|
+
text-align: center;
|
|
22144
|
+
width: 100%;
|
|
22145
|
+
}
|
|
22146
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
22147
|
+
-webkit-appearance: none;
|
|
22148
|
+
margin: 0;
|
|
22149
|
+
}
|
|
22150
|
+
.v-otp-input__field[type=number] {
|
|
22151
|
+
-moz-appearance: textfield;
|
|
22159
22152
|
}
|
|
22160
22153
|
|
|
22161
|
-
.v-
|
|
22162
|
-
|
|
22154
|
+
.v-otp-input__loader {
|
|
22155
|
+
align-items: center;
|
|
22156
|
+
display: flex;
|
|
22157
|
+
height: 100%;
|
|
22158
|
+
justify-content: center;
|
|
22159
|
+
width: 100%;
|
|
22163
22160
|
}.v-pagination__list {
|
|
22164
22161
|
display: inline-flex;
|
|
22165
22162
|
list-style-type: none;
|
|
@@ -22174,113 +22171,11 @@ html.v-overlay-scroll-blocked {
|
|
|
22174
22171
|
}
|
|
22175
22172
|
.v-parallax--active > .v-img__img {
|
|
22176
22173
|
will-change: transform;
|
|
22177
|
-
}.v-progress-
|
|
22178
|
-
|
|
22179
|
-
|
|
22180
|
-
justify-content: center;
|
|
22174
|
+
}.v-progress-linear {
|
|
22175
|
+
background: transparent;
|
|
22176
|
+
overflow: hidden;
|
|
22181
22177
|
position: relative;
|
|
22182
|
-
|
|
22183
|
-
}
|
|
22184
|
-
.v-progress-circular > svg {
|
|
22185
|
-
width: 100%;
|
|
22186
|
-
height: 100%;
|
|
22187
|
-
margin: auto;
|
|
22188
|
-
position: absolute;
|
|
22189
|
-
top: 0;
|
|
22190
|
-
bottom: 0;
|
|
22191
|
-
left: 0;
|
|
22192
|
-
right: 0;
|
|
22193
|
-
z-index: 0;
|
|
22194
|
-
}
|
|
22195
|
-
|
|
22196
|
-
.v-progress-circular__content {
|
|
22197
|
-
align-items: center;
|
|
22198
|
-
display: flex;
|
|
22199
|
-
justify-content: center;
|
|
22200
|
-
}
|
|
22201
|
-
|
|
22202
|
-
.v-progress-circular__underlay {
|
|
22203
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22204
|
-
stroke: currentColor;
|
|
22205
|
-
z-index: 1;
|
|
22206
|
-
}
|
|
22207
|
-
|
|
22208
|
-
.v-progress-circular__overlay {
|
|
22209
|
-
stroke: currentColor;
|
|
22210
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22211
|
-
z-index: 2;
|
|
22212
|
-
}
|
|
22213
|
-
|
|
22214
|
-
.v-progress-circular--size-x-small {
|
|
22215
|
-
height: 16px;
|
|
22216
|
-
width: 16px;
|
|
22217
|
-
}
|
|
22218
|
-
.v-progress-circular--size-small {
|
|
22219
|
-
height: 24px;
|
|
22220
|
-
width: 24px;
|
|
22221
|
-
}
|
|
22222
|
-
.v-progress-circular--size-default {
|
|
22223
|
-
height: 32px;
|
|
22224
|
-
width: 32px;
|
|
22225
|
-
}
|
|
22226
|
-
.v-progress-circular--size-large {
|
|
22227
|
-
height: 48px;
|
|
22228
|
-
width: 48px;
|
|
22229
|
-
}
|
|
22230
|
-
.v-progress-circular--size-x-large {
|
|
22231
|
-
height: 64px;
|
|
22232
|
-
width: 64px;
|
|
22233
|
-
}
|
|
22234
|
-
|
|
22235
|
-
.v-progress-circular--indeterminate > svg {
|
|
22236
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22237
|
-
transform-origin: center center;
|
|
22238
|
-
transition: all 0.2s ease-in-out;
|
|
22239
|
-
}
|
|
22240
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22241
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22242
|
-
stroke-dasharray: 25, 200;
|
|
22243
|
-
stroke-dashoffset: 0;
|
|
22244
|
-
stroke-linecap: round;
|
|
22245
|
-
transform-origin: center center;
|
|
22246
|
-
transform: rotate(-90deg);
|
|
22247
|
-
}
|
|
22248
|
-
|
|
22249
|
-
.v-progress-circular--disable-shrink > svg {
|
|
22250
|
-
animation-duration: 0.7s;
|
|
22251
|
-
}
|
|
22252
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22253
|
-
animation: none;
|
|
22254
|
-
}
|
|
22255
|
-
|
|
22256
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22257
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22258
|
-
animation-play-state: paused !important;
|
|
22259
|
-
}
|
|
22260
|
-
|
|
22261
|
-
@keyframes progress-circular-dash {
|
|
22262
|
-
0% {
|
|
22263
|
-
stroke-dasharray: 1, 200;
|
|
22264
|
-
stroke-dashoffset: 0px;
|
|
22265
|
-
}
|
|
22266
|
-
50% {
|
|
22267
|
-
stroke-dasharray: 100, 200;
|
|
22268
|
-
stroke-dashoffset: -15px;
|
|
22269
|
-
}
|
|
22270
|
-
100% {
|
|
22271
|
-
stroke-dasharray: 100, 200;
|
|
22272
|
-
stroke-dashoffset: -124px;
|
|
22273
|
-
}
|
|
22274
|
-
}
|
|
22275
|
-
@keyframes progress-circular-rotate {
|
|
22276
|
-
100% {
|
|
22277
|
-
transform: rotate(270deg);
|
|
22278
|
-
}
|
|
22279
|
-
}.v-progress-linear {
|
|
22280
|
-
background: transparent;
|
|
22281
|
-
overflow: hidden;
|
|
22282
|
-
position: relative;
|
|
22283
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22178
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22284
22179
|
width: 100%;
|
|
22285
22180
|
}
|
|
22286
22181
|
.v-progress-linear--rounded {
|
|
@@ -22486,6 +22381,171 @@ html.v-overlay-scroll-blocked {
|
|
|
22486
22381
|
0% {
|
|
22487
22382
|
background-position-x: var(--v-progress-linear-height);
|
|
22488
22383
|
}
|
|
22384
|
+
}.v-progress-circular {
|
|
22385
|
+
align-items: center;
|
|
22386
|
+
display: inline-flex;
|
|
22387
|
+
justify-content: center;
|
|
22388
|
+
position: relative;
|
|
22389
|
+
vertical-align: middle;
|
|
22390
|
+
}
|
|
22391
|
+
.v-progress-circular > svg {
|
|
22392
|
+
width: 100%;
|
|
22393
|
+
height: 100%;
|
|
22394
|
+
margin: auto;
|
|
22395
|
+
position: absolute;
|
|
22396
|
+
top: 0;
|
|
22397
|
+
bottom: 0;
|
|
22398
|
+
left: 0;
|
|
22399
|
+
right: 0;
|
|
22400
|
+
z-index: 0;
|
|
22401
|
+
}
|
|
22402
|
+
|
|
22403
|
+
.v-progress-circular__content {
|
|
22404
|
+
align-items: center;
|
|
22405
|
+
display: flex;
|
|
22406
|
+
justify-content: center;
|
|
22407
|
+
}
|
|
22408
|
+
|
|
22409
|
+
.v-progress-circular__underlay {
|
|
22410
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22411
|
+
stroke: currentColor;
|
|
22412
|
+
z-index: 1;
|
|
22413
|
+
}
|
|
22414
|
+
|
|
22415
|
+
.v-progress-circular__overlay {
|
|
22416
|
+
stroke: currentColor;
|
|
22417
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22418
|
+
z-index: 2;
|
|
22419
|
+
}
|
|
22420
|
+
|
|
22421
|
+
.v-progress-circular--size-x-small {
|
|
22422
|
+
height: 16px;
|
|
22423
|
+
width: 16px;
|
|
22424
|
+
}
|
|
22425
|
+
.v-progress-circular--size-small {
|
|
22426
|
+
height: 24px;
|
|
22427
|
+
width: 24px;
|
|
22428
|
+
}
|
|
22429
|
+
.v-progress-circular--size-default {
|
|
22430
|
+
height: 32px;
|
|
22431
|
+
width: 32px;
|
|
22432
|
+
}
|
|
22433
|
+
.v-progress-circular--size-large {
|
|
22434
|
+
height: 48px;
|
|
22435
|
+
width: 48px;
|
|
22436
|
+
}
|
|
22437
|
+
.v-progress-circular--size-x-large {
|
|
22438
|
+
height: 64px;
|
|
22439
|
+
width: 64px;
|
|
22440
|
+
}
|
|
22441
|
+
|
|
22442
|
+
.v-progress-circular--indeterminate > svg {
|
|
22443
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22444
|
+
transform-origin: center center;
|
|
22445
|
+
transition: all 0.2s ease-in-out;
|
|
22446
|
+
}
|
|
22447
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22448
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22449
|
+
stroke-dasharray: 25, 200;
|
|
22450
|
+
stroke-dashoffset: 0;
|
|
22451
|
+
stroke-linecap: round;
|
|
22452
|
+
transform-origin: center center;
|
|
22453
|
+
transform: rotate(-90deg);
|
|
22454
|
+
}
|
|
22455
|
+
|
|
22456
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22457
|
+
animation-duration: 0.7s;
|
|
22458
|
+
}
|
|
22459
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22460
|
+
animation: none;
|
|
22461
|
+
}
|
|
22462
|
+
|
|
22463
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22464
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22465
|
+
animation-play-state: paused !important;
|
|
22466
|
+
}
|
|
22467
|
+
|
|
22468
|
+
@keyframes progress-circular-dash {
|
|
22469
|
+
0% {
|
|
22470
|
+
stroke-dasharray: 1, 200;
|
|
22471
|
+
stroke-dashoffset: 0px;
|
|
22472
|
+
}
|
|
22473
|
+
50% {
|
|
22474
|
+
stroke-dasharray: 100, 200;
|
|
22475
|
+
stroke-dashoffset: -15px;
|
|
22476
|
+
}
|
|
22477
|
+
100% {
|
|
22478
|
+
stroke-dasharray: 100, 200;
|
|
22479
|
+
stroke-dashoffset: -124px;
|
|
22480
|
+
}
|
|
22481
|
+
}
|
|
22482
|
+
@keyframes progress-circular-rotate {
|
|
22483
|
+
100% {
|
|
22484
|
+
transform: rotate(270deg);
|
|
22485
|
+
}
|
|
22486
|
+
}.v-overlay-container {
|
|
22487
|
+
contain: layout;
|
|
22488
|
+
left: 0;
|
|
22489
|
+
pointer-events: none;
|
|
22490
|
+
position: absolute;
|
|
22491
|
+
top: 0;
|
|
22492
|
+
display: contents;
|
|
22493
|
+
}
|
|
22494
|
+
|
|
22495
|
+
.v-overlay-scroll-blocked {
|
|
22496
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22497
|
+
}
|
|
22498
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
22499
|
+
overflow-y: hidden !important;
|
|
22500
|
+
}
|
|
22501
|
+
html.v-overlay-scroll-blocked {
|
|
22502
|
+
position: fixed;
|
|
22503
|
+
top: var(--v-body-scroll-y);
|
|
22504
|
+
left: var(--v-body-scroll-x);
|
|
22505
|
+
width: 100%;
|
|
22506
|
+
height: 100%;
|
|
22507
|
+
}
|
|
22508
|
+
|
|
22509
|
+
.v-overlay {
|
|
22510
|
+
border-radius: inherit;
|
|
22511
|
+
display: flex;
|
|
22512
|
+
left: 0;
|
|
22513
|
+
pointer-events: none;
|
|
22514
|
+
position: fixed;
|
|
22515
|
+
top: 0;
|
|
22516
|
+
bottom: 0;
|
|
22517
|
+
right: 0;
|
|
22518
|
+
}
|
|
22519
|
+
|
|
22520
|
+
.v-overlay__content {
|
|
22521
|
+
outline: none;
|
|
22522
|
+
position: absolute;
|
|
22523
|
+
pointer-events: auto;
|
|
22524
|
+
contain: layout;
|
|
22525
|
+
}
|
|
22526
|
+
|
|
22527
|
+
.v-overlay__scrim {
|
|
22528
|
+
pointer-events: auto;
|
|
22529
|
+
background: rgb(var(--v-theme-on-surface));
|
|
22530
|
+
border-radius: inherit;
|
|
22531
|
+
bottom: 0;
|
|
22532
|
+
left: 0;
|
|
22533
|
+
opacity: 0.32;
|
|
22534
|
+
position: fixed;
|
|
22535
|
+
right: 0;
|
|
22536
|
+
top: 0;
|
|
22537
|
+
}
|
|
22538
|
+
|
|
22539
|
+
.v-overlay--absolute {
|
|
22540
|
+
position: absolute;
|
|
22541
|
+
}
|
|
22542
|
+
|
|
22543
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
22544
|
+
position: absolute;
|
|
22545
|
+
}
|
|
22546
|
+
|
|
22547
|
+
.v-overlay--scroll-blocked {
|
|
22548
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22489
22549
|
}.v-slider .v-slider__container input {
|
|
22490
22550
|
cursor: default;
|
|
22491
22551
|
padding: 0;
|
|
@@ -22555,86 +22615,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22555
22615
|
}
|
|
22556
22616
|
.v-radio-group .v-input__details {
|
|
22557
22617
|
padding-inline: 16px;
|
|
22558
|
-
}.v-rating {
|
|
22559
|
-
max-width: 100%;
|
|
22560
|
-
display: inline-flex;
|
|
22561
|
-
white-space: nowrap;
|
|
22562
|
-
}
|
|
22563
|
-
.v-rating--readonly {
|
|
22564
|
-
pointer-events: none;
|
|
22565
|
-
}
|
|
22566
|
-
|
|
22567
|
-
.v-rating__wrapper {
|
|
22568
|
-
align-items: center;
|
|
22569
|
-
display: inline-flex;
|
|
22570
|
-
flex-direction: column;
|
|
22571
|
-
}
|
|
22572
|
-
.v-rating__wrapper--bottom {
|
|
22573
|
-
flex-direction: column-reverse;
|
|
22574
|
-
}
|
|
22575
|
-
|
|
22576
|
-
.v-rating__item {
|
|
22577
|
-
display: inline-flex;
|
|
22578
|
-
position: relative;
|
|
22579
|
-
}
|
|
22580
|
-
.v-rating__item label {
|
|
22581
|
-
cursor: pointer;
|
|
22582
|
-
}
|
|
22583
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22584
|
-
opacity: 1;
|
|
22585
|
-
}
|
|
22586
|
-
.v-rating__item .v-btn {
|
|
22587
|
-
transition-property: transform;
|
|
22588
|
-
}
|
|
22589
|
-
.v-rating__item .v-btn .v-icon {
|
|
22590
|
-
transition: inherit;
|
|
22591
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22592
|
-
}
|
|
22593
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22594
|
-
transform: scale(1.25);
|
|
22595
|
-
}
|
|
22596
|
-
.v-rating__item--half {
|
|
22597
|
-
overflow: hidden;
|
|
22598
|
-
position: absolute;
|
|
22599
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22600
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22601
|
-
z-index: 1;
|
|
22602
|
-
}
|
|
22603
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22604
|
-
opacity: 0;
|
|
22605
|
-
}
|
|
22606
|
-
|
|
22607
|
-
.v-rating__hidden {
|
|
22608
|
-
height: 0;
|
|
22609
|
-
opacity: 0;
|
|
22610
|
-
position: absolute;
|
|
22611
|
-
width: 0;
|
|
22612
|
-
}.v-responsive {
|
|
22613
|
-
display: flex;
|
|
22614
|
-
flex: 1 0 auto;
|
|
22615
|
-
max-height: 100%;
|
|
22616
|
-
max-width: 100%;
|
|
22617
|
-
overflow: hidden;
|
|
22618
|
-
position: relative;
|
|
22619
|
-
}
|
|
22620
|
-
.v-responsive--inline {
|
|
22621
|
-
display: inline-flex;
|
|
22622
|
-
flex: 0 0 auto;
|
|
22623
|
-
}
|
|
22624
|
-
|
|
22625
|
-
.v-responsive__content {
|
|
22626
|
-
flex: 1 0 0px;
|
|
22627
|
-
max-width: 100%;
|
|
22628
|
-
}
|
|
22629
|
-
|
|
22630
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
22631
|
-
margin-inline-start: -100%;
|
|
22632
|
-
}
|
|
22633
|
-
|
|
22634
|
-
.v-responsive__sizer {
|
|
22635
|
-
flex: 1 0 0px;
|
|
22636
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22637
|
-
pointer-events: none;
|
|
22638
22618
|
}.v-select .v-field .v-text-field__prefix,
|
|
22639
22619
|
.v-select .v-field .v-text-field__suffix,
|
|
22640
22620
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -22683,14 +22663,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22683
22663
|
.v-select--active-menu .v-select__menu-icon {
|
|
22684
22664
|
opacity: var(--v-high-emphasis-opacity);
|
|
22685
22665
|
transform: rotate(180deg);
|
|
22686
|
-
}.v-selection-control-group {
|
|
22687
|
-
grid-area: control;
|
|
22688
|
-
display: flex;
|
|
22689
|
-
flex-direction: column;
|
|
22690
|
-
}
|
|
22691
|
-
.v-selection-control-group--inline {
|
|
22692
|
-
flex-direction: row;
|
|
22693
|
-
flex-wrap: wrap;
|
|
22694
22666
|
}.v-selection-control {
|
|
22695
22667
|
align-items: center;
|
|
22696
22668
|
contain: layout;
|
|
@@ -22792,6 +22764,94 @@ html.v-overlay-scroll-blocked {
|
|
|
22792
22764
|
}
|
|
22793
22765
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22794
22766
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22767
|
+
}.v-responsive {
|
|
22768
|
+
display: flex;
|
|
22769
|
+
flex: 1 0 auto;
|
|
22770
|
+
max-height: 100%;
|
|
22771
|
+
max-width: 100%;
|
|
22772
|
+
overflow: hidden;
|
|
22773
|
+
position: relative;
|
|
22774
|
+
}
|
|
22775
|
+
.v-responsive--inline {
|
|
22776
|
+
display: inline-flex;
|
|
22777
|
+
flex: 0 0 auto;
|
|
22778
|
+
}
|
|
22779
|
+
|
|
22780
|
+
.v-responsive__content {
|
|
22781
|
+
flex: 1 0 0px;
|
|
22782
|
+
max-width: 100%;
|
|
22783
|
+
}
|
|
22784
|
+
|
|
22785
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
22786
|
+
margin-inline-start: -100%;
|
|
22787
|
+
}
|
|
22788
|
+
|
|
22789
|
+
.v-responsive__sizer {
|
|
22790
|
+
flex: 1 0 0px;
|
|
22791
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22792
|
+
pointer-events: none;
|
|
22793
|
+
}.v-rating {
|
|
22794
|
+
max-width: 100%;
|
|
22795
|
+
display: inline-flex;
|
|
22796
|
+
white-space: nowrap;
|
|
22797
|
+
}
|
|
22798
|
+
.v-rating--readonly {
|
|
22799
|
+
pointer-events: none;
|
|
22800
|
+
}
|
|
22801
|
+
|
|
22802
|
+
.v-rating__wrapper {
|
|
22803
|
+
align-items: center;
|
|
22804
|
+
display: inline-flex;
|
|
22805
|
+
flex-direction: column;
|
|
22806
|
+
}
|
|
22807
|
+
.v-rating__wrapper--bottom {
|
|
22808
|
+
flex-direction: column-reverse;
|
|
22809
|
+
}
|
|
22810
|
+
|
|
22811
|
+
.v-rating__item {
|
|
22812
|
+
display: inline-flex;
|
|
22813
|
+
position: relative;
|
|
22814
|
+
}
|
|
22815
|
+
.v-rating__item label {
|
|
22816
|
+
cursor: pointer;
|
|
22817
|
+
}
|
|
22818
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22819
|
+
opacity: 1;
|
|
22820
|
+
}
|
|
22821
|
+
.v-rating__item .v-btn {
|
|
22822
|
+
transition-property: transform;
|
|
22823
|
+
}
|
|
22824
|
+
.v-rating__item .v-btn .v-icon {
|
|
22825
|
+
transition: inherit;
|
|
22826
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22827
|
+
}
|
|
22828
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22829
|
+
transform: scale(1.25);
|
|
22830
|
+
}
|
|
22831
|
+
.v-rating__item--half {
|
|
22832
|
+
overflow: hidden;
|
|
22833
|
+
position: absolute;
|
|
22834
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22835
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22836
|
+
z-index: 1;
|
|
22837
|
+
}
|
|
22838
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22839
|
+
opacity: 0;
|
|
22840
|
+
}
|
|
22841
|
+
|
|
22842
|
+
.v-rating__hidden {
|
|
22843
|
+
height: 0;
|
|
22844
|
+
opacity: 0;
|
|
22845
|
+
position: absolute;
|
|
22846
|
+
width: 0;
|
|
22847
|
+
}.v-selection-control-group {
|
|
22848
|
+
grid-area: control;
|
|
22849
|
+
display: flex;
|
|
22850
|
+
flex-direction: column;
|
|
22851
|
+
}
|
|
22852
|
+
.v-selection-control-group--inline {
|
|
22853
|
+
flex-direction: row;
|
|
22854
|
+
flex-wrap: wrap;
|
|
22795
22855
|
}.v-skeleton-loader {
|
|
22796
22856
|
align-items: center;
|
|
22797
22857
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23043,164 +23103,204 @@ html.v-overlay-scroll-blocked {
|
|
|
23043
23103
|
}
|
|
23044
23104
|
.v-sheet--rounded {
|
|
23045
23105
|
border-radius: 4px;
|
|
23046
|
-
}.v-
|
|
23047
|
-
display: flex;
|
|
23048
|
-
overflow: hidden;
|
|
23049
|
-
}
|
|
23050
|
-
|
|
23051
|
-
.v-slide-group__next,
|
|
23052
|
-
.v-slide-group__prev {
|
|
23053
|
-
align-items: center;
|
|
23054
|
-
display: flex;
|
|
23055
|
-
flex: 0 1 52px;
|
|
23106
|
+
}.v-snackbar {
|
|
23056
23107
|
justify-content: center;
|
|
23057
|
-
|
|
23058
|
-
|
|
23059
|
-
|
|
23060
|
-
.v-slide-group__next--disabled,
|
|
23061
|
-
.v-slide-group__prev--disabled {
|
|
23062
|
-
pointer-events: none;
|
|
23063
|
-
opacity: var(--v-disabled-opacity);
|
|
23064
|
-
}
|
|
23065
|
-
|
|
23066
|
-
.v-slide-group__content {
|
|
23067
|
-
display: flex;
|
|
23068
|
-
flex: 1 0 auto;
|
|
23069
|
-
position: relative;
|
|
23070
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23071
|
-
white-space: nowrap;
|
|
23108
|
+
z-index: 10000;
|
|
23109
|
+
margin: 8px;
|
|
23110
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23072
23111
|
}
|
|
23073
|
-
.v-
|
|
23074
|
-
|
|
23112
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23113
|
+
align-items: flex-end;
|
|
23075
23114
|
}
|
|
23076
|
-
|
|
23077
|
-
|
|
23078
|
-
contain: content;
|
|
23115
|
+
.v-snackbar__wrapper {
|
|
23116
|
+
align-items: center;
|
|
23079
23117
|
display: flex;
|
|
23080
|
-
|
|
23118
|
+
max-width: 672px;
|
|
23119
|
+
min-height: 48px;
|
|
23120
|
+
min-width: 344px;
|
|
23081
23121
|
overflow: hidden;
|
|
23082
|
-
|
|
23083
|
-
|
|
23084
|
-
.v-slide-group--vertical,
|
|
23085
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23086
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23087
|
-
flex-direction: column;
|
|
23088
|
-
}.v-stepper.v-sheet {
|
|
23089
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23122
|
+
padding: 0;
|
|
23090
23123
|
border-radius: 4px;
|
|
23091
|
-
overflow: hidden;
|
|
23092
23124
|
}
|
|
23093
|
-
.v-
|
|
23094
|
-
|
|
23095
|
-
|
|
23096
|
-
|
|
23097
|
-
.v-stepper-header {
|
|
23098
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23099
|
-
align-items: center;
|
|
23100
|
-
display: flex;
|
|
23101
|
-
position: relative;
|
|
23102
|
-
overflow-x: auto;
|
|
23103
|
-
justify-content: space-between;
|
|
23104
|
-
z-index: 1;
|
|
23125
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23126
|
+
background: transparent;
|
|
23127
|
+
color: inherit;
|
|
23105
23128
|
}
|
|
23106
|
-
.v-
|
|
23107
|
-
|
|
23129
|
+
.v-snackbar--variant-plain {
|
|
23130
|
+
opacity: 0.62;
|
|
23108
23131
|
}
|
|
23109
|
-
.v-
|
|
23110
|
-
|
|
23132
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23133
|
+
opacity: 1;
|
|
23111
23134
|
}
|
|
23112
|
-
.v-
|
|
23113
|
-
|
|
23135
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23136
|
+
display: none;
|
|
23114
23137
|
}
|
|
23115
|
-
.v-
|
|
23116
|
-
|
|
23138
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23139
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23140
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23117
23141
|
}
|
|
23118
|
-
.v-
|
|
23119
|
-
|
|
23120
|
-
margin: 35px -67px 0;
|
|
23142
|
+
.v-snackbar--variant-elevated {
|
|
23143
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23121
23144
|
}
|
|
23122
|
-
|
|
23123
|
-
.v-
|
|
23124
|
-
|
|
23145
|
+
.v-snackbar--variant-flat {
|
|
23146
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23147
|
+
}
|
|
23148
|
+
.v-snackbar--variant-outlined {
|
|
23149
|
+
border: thin solid currentColor;
|
|
23150
|
+
}
|
|
23151
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23152
|
+
background: currentColor;
|
|
23153
|
+
}
|
|
23154
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23155
|
+
background: currentColor;
|
|
23156
|
+
opacity: var(--v-activated-opacity);
|
|
23157
|
+
border-radius: inherit;
|
|
23158
|
+
position: absolute;
|
|
23159
|
+
top: 0;
|
|
23160
|
+
right: 0;
|
|
23161
|
+
bottom: 0;
|
|
23162
|
+
left: 0;
|
|
23163
|
+
pointer-events: none;
|
|
23125
23164
|
}
|
|
23126
23165
|
|
|
23127
|
-
.v-
|
|
23128
|
-
|
|
23166
|
+
.v-snackbar__content {
|
|
23167
|
+
flex-grow: 1;
|
|
23168
|
+
font-size: 0.875rem;
|
|
23169
|
+
font-weight: 400;
|
|
23170
|
+
letter-spacing: 0.0178571429em;
|
|
23171
|
+
line-height: 1.25rem;
|
|
23172
|
+
margin-right: auto;
|
|
23173
|
+
padding: 14px 16px;
|
|
23174
|
+
text-align: initial;
|
|
23175
|
+
}
|
|
23176
|
+
.v-snackbar__actions {
|
|
23129
23177
|
align-items: center;
|
|
23130
|
-
|
|
23131
|
-
|
|
23178
|
+
align-self: center;
|
|
23179
|
+
display: flex;
|
|
23180
|
+
margin-inline-end: 8px;
|
|
23132
23181
|
}
|
|
23133
|
-
.v-
|
|
23134
|
-
padding: 0
|
|
23182
|
+
.v-snackbar__actions > .v-btn {
|
|
23183
|
+
padding: 0 8px;
|
|
23184
|
+
min-width: auto;
|
|
23135
23185
|
}
|
|
23136
|
-
.v-
|
|
23137
|
-
|
|
23138
|
-
|
|
23139
|
-
|
|
23140
|
-
align-self: stretch;
|
|
23141
|
-
display: inline-flex;
|
|
23142
|
-
flex: none;
|
|
23143
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23144
|
-
padding: 1.5rem;
|
|
23145
|
-
transition-duration: 0.2s;
|
|
23146
|
-
transition-property: opacity;
|
|
23147
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23186
|
+
.v-snackbar__timer {
|
|
23187
|
+
width: 100%;
|
|
23188
|
+
position: absolute;
|
|
23189
|
+
top: 0;
|
|
23148
23190
|
}
|
|
23149
|
-
.v-
|
|
23150
|
-
|
|
23191
|
+
.v-snackbar__timer .v-progress-linear {
|
|
23192
|
+
transition: 0.2s linear;
|
|
23151
23193
|
}
|
|
23152
|
-
.v-
|
|
23153
|
-
|
|
23194
|
+
.v-snackbar--absolute {
|
|
23195
|
+
position: absolute;
|
|
23196
|
+
z-index: 1;
|
|
23154
23197
|
}
|
|
23155
|
-
.v-
|
|
23156
|
-
|
|
23157
|
-
pointer-events: none;
|
|
23198
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23199
|
+
min-height: 68px;
|
|
23158
23200
|
}
|
|
23159
|
-
.v-
|
|
23201
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23160
23202
|
flex-direction: column;
|
|
23161
|
-
|
|
23162
|
-
|
|
23163
|
-
|
|
23203
|
+
}
|
|
23204
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23205
|
+
align-self: flex-end;
|
|
23206
|
+
margin-bottom: 8px;
|
|
23164
23207
|
}
|
|
23165
23208
|
|
|
23166
|
-
.v-
|
|
23167
|
-
|
|
23168
|
-
|
|
23169
|
-
font-size: 0.75rem;
|
|
23170
|
-
margin-inline-end: 8px;
|
|
23209
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23210
|
+
transition-duration: 0.15s;
|
|
23211
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23171
23212
|
}
|
|
23172
|
-
.v-
|
|
23173
|
-
|
|
23213
|
+
.v-snackbar-transition-enter-active {
|
|
23214
|
+
transition-property: opacity, transform;
|
|
23174
23215
|
}
|
|
23175
|
-
.v-
|
|
23176
|
-
|
|
23216
|
+
.v-snackbar-transition-enter-from {
|
|
23217
|
+
opacity: 0;
|
|
23218
|
+
transform: scale(0.8);
|
|
23177
23219
|
}
|
|
23178
|
-
.v-
|
|
23179
|
-
|
|
23220
|
+
.v-snackbar-transition-leave-active {
|
|
23221
|
+
transition-property: opacity;
|
|
23180
23222
|
}
|
|
23181
|
-
.v-
|
|
23182
|
-
|
|
23183
|
-
|
|
23223
|
+
.v-snackbar-transition-leave-to {
|
|
23224
|
+
opacity: 0;
|
|
23225
|
+
}.v-slide-group {
|
|
23226
|
+
display: flex;
|
|
23227
|
+
overflow: hidden;
|
|
23184
23228
|
}
|
|
23185
23229
|
|
|
23186
|
-
.v-
|
|
23187
|
-
|
|
23230
|
+
.v-slide-group__next,
|
|
23231
|
+
.v-slide-group__prev {
|
|
23232
|
+
align-items: center;
|
|
23233
|
+
display: flex;
|
|
23234
|
+
flex: 0 1 52px;
|
|
23235
|
+
justify-content: center;
|
|
23236
|
+
min-width: 52px;
|
|
23237
|
+
cursor: pointer;
|
|
23188
23238
|
}
|
|
23189
|
-
.v-
|
|
23190
|
-
|
|
23239
|
+
.v-slide-group__next--disabled,
|
|
23240
|
+
.v-slide-group__prev--disabled {
|
|
23241
|
+
pointer-events: none;
|
|
23242
|
+
opacity: var(--v-disabled-opacity);
|
|
23191
23243
|
}
|
|
23192
23244
|
|
|
23193
|
-
.v-
|
|
23245
|
+
.v-slide-group__content {
|
|
23246
|
+
display: flex;
|
|
23247
|
+
flex: 1 0 auto;
|
|
23248
|
+
position: relative;
|
|
23249
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23250
|
+
white-space: nowrap;
|
|
23251
|
+
}
|
|
23252
|
+
.v-slide-group__content > * {
|
|
23253
|
+
white-space: initial;
|
|
23254
|
+
}
|
|
23255
|
+
|
|
23256
|
+
.v-slide-group__container {
|
|
23257
|
+
contain: content;
|
|
23258
|
+
display: flex;
|
|
23259
|
+
flex: 1 1 auto;
|
|
23260
|
+
overflow: hidden;
|
|
23261
|
+
}
|
|
23262
|
+
|
|
23263
|
+
.v-slide-group--vertical,
|
|
23264
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23265
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23266
|
+
flex-direction: column;
|
|
23267
|
+
}.v-system-bar {
|
|
23268
|
+
align-items: center;
|
|
23269
|
+
display: flex;
|
|
23270
|
+
flex: 1 1 auto;
|
|
23271
|
+
height: 24px;
|
|
23272
|
+
justify-content: flex-end;
|
|
23273
|
+
max-width: 100%;
|
|
23274
|
+
padding-inline: 8px;
|
|
23275
|
+
position: relative;
|
|
23276
|
+
text-align: end;
|
|
23277
|
+
width: 100%;
|
|
23278
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23279
|
+
background: rgba(var(--v-theme-on-surface-variant));
|
|
23280
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23194
23281
|
font-size: 0.75rem;
|
|
23195
|
-
|
|
23196
|
-
|
|
23282
|
+
font-weight: 400;
|
|
23283
|
+
letter-spacing: 0.0333333333em;
|
|
23284
|
+
line-height: 1.25rem;
|
|
23285
|
+
text-transform: none;
|
|
23286
|
+
}
|
|
23287
|
+
.v-system-bar .v-icon {
|
|
23197
23288
|
opacity: var(--v-medium-emphasis-opacity);
|
|
23198
23289
|
}
|
|
23199
|
-
.v-
|
|
23200
|
-
|
|
23290
|
+
.v-system-bar--absolute {
|
|
23291
|
+
position: absolute;
|
|
23201
23292
|
}
|
|
23202
|
-
.v-
|
|
23203
|
-
|
|
23293
|
+
.v-system-bar--fixed {
|
|
23294
|
+
position: fixed;
|
|
23295
|
+
}
|
|
23296
|
+
.v-system-bar--rounded {
|
|
23297
|
+
border-radius: 0;
|
|
23298
|
+
}
|
|
23299
|
+
.v-system-bar--window {
|
|
23300
|
+
height: 32px;
|
|
23301
|
+
}
|
|
23302
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23303
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23204
23304
|
}.v-switch .v-label {
|
|
23205
23305
|
padding-inline-start: 10px;
|
|
23206
23306
|
}
|
|
@@ -23292,257 +23392,122 @@ html.v-overlay-scroll-blocked {
|
|
|
23292
23392
|
}
|
|
23293
23393
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23294
23394
|
width: auto;
|
|
23295
|
-
}.v-
|
|
23296
|
-
|
|
23297
|
-
z-index: 10000;
|
|
23298
|
-
margin: 8px;
|
|
23299
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23300
|
-
}
|
|
23301
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23302
|
-
align-items: flex-end;
|
|
23303
|
-
}
|
|
23304
|
-
.v-snackbar__wrapper {
|
|
23305
|
-
align-items: center;
|
|
23306
|
-
display: flex;
|
|
23307
|
-
max-width: 672px;
|
|
23308
|
-
min-height: 48px;
|
|
23309
|
-
min-width: 344px;
|
|
23310
|
-
overflow: hidden;
|
|
23311
|
-
padding: 0;
|
|
23395
|
+
}.v-stepper.v-sheet {
|
|
23396
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23312
23397
|
border-radius: 4px;
|
|
23398
|
+
overflow: hidden;
|
|
23313
23399
|
}
|
|
23314
|
-
.v-
|
|
23315
|
-
background: transparent;
|
|
23316
|
-
color: inherit;
|
|
23317
|
-
}
|
|
23318
|
-
.v-snackbar--variant-plain {
|
|
23319
|
-
opacity: 0.62;
|
|
23320
|
-
}
|
|
23321
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23322
|
-
opacity: 1;
|
|
23323
|
-
}
|
|
23324
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23325
|
-
display: none;
|
|
23326
|
-
}
|
|
23327
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23328
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
23329
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23330
|
-
}
|
|
23331
|
-
.v-snackbar--variant-elevated {
|
|
23332
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23333
|
-
}
|
|
23334
|
-
.v-snackbar--variant-flat {
|
|
23400
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23335
23401
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23336
23402
|
}
|
|
23337
|
-
.v-snackbar--variant-outlined {
|
|
23338
|
-
border: thin solid currentColor;
|
|
23339
|
-
}
|
|
23340
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23341
|
-
background: currentColor;
|
|
23342
|
-
}
|
|
23343
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23344
|
-
background: currentColor;
|
|
23345
|
-
opacity: var(--v-activated-opacity);
|
|
23346
|
-
border-radius: inherit;
|
|
23347
|
-
position: absolute;
|
|
23348
|
-
top: 0;
|
|
23349
|
-
right: 0;
|
|
23350
|
-
bottom: 0;
|
|
23351
|
-
left: 0;
|
|
23352
|
-
pointer-events: none;
|
|
23353
|
-
}
|
|
23354
23403
|
|
|
23355
|
-
.v-
|
|
23356
|
-
|
|
23357
|
-
font-size: 0.875rem;
|
|
23358
|
-
font-weight: 400;
|
|
23359
|
-
letter-spacing: 0.0178571429em;
|
|
23360
|
-
line-height: 1.25rem;
|
|
23361
|
-
margin-right: auto;
|
|
23362
|
-
padding: 14px 16px;
|
|
23363
|
-
text-align: initial;
|
|
23364
|
-
}
|
|
23365
|
-
.v-snackbar__actions {
|
|
23404
|
+
.v-stepper-header {
|
|
23405
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23366
23406
|
align-items: center;
|
|
23367
|
-
align-self: center;
|
|
23368
23407
|
display: flex;
|
|
23369
|
-
|
|
23370
|
-
|
|
23371
|
-
|
|
23372
|
-
padding: 0 8px;
|
|
23373
|
-
min-width: auto;
|
|
23374
|
-
}
|
|
23375
|
-
.v-snackbar__timer {
|
|
23376
|
-
width: 100%;
|
|
23377
|
-
position: absolute;
|
|
23378
|
-
top: 0;
|
|
23379
|
-
}
|
|
23380
|
-
.v-snackbar__timer .v-progress-linear {
|
|
23381
|
-
transition: 0.2s linear;
|
|
23382
|
-
}
|
|
23383
|
-
.v-snackbar--absolute {
|
|
23384
|
-
position: absolute;
|
|
23408
|
+
position: relative;
|
|
23409
|
+
overflow-x: auto;
|
|
23410
|
+
justify-content: space-between;
|
|
23385
23411
|
z-index: 1;
|
|
23386
23412
|
}
|
|
23387
|
-
.v-
|
|
23388
|
-
|
|
23389
|
-
}
|
|
23390
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23391
|
-
flex-direction: column;
|
|
23392
|
-
}
|
|
23393
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23394
|
-
align-self: flex-end;
|
|
23395
|
-
margin-bottom: 8px;
|
|
23396
|
-
}
|
|
23397
|
-
|
|
23398
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23399
|
-
transition-duration: 0.15s;
|
|
23400
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23401
|
-
}
|
|
23402
|
-
.v-snackbar-transition-enter-active {
|
|
23403
|
-
transition-property: opacity, transform;
|
|
23404
|
-
}
|
|
23405
|
-
.v-snackbar-transition-enter-from {
|
|
23406
|
-
opacity: 0;
|
|
23407
|
-
transform: scale(0.8);
|
|
23408
|
-
}
|
|
23409
|
-
.v-snackbar-transition-leave-active {
|
|
23410
|
-
transition-property: opacity;
|
|
23411
|
-
}
|
|
23412
|
-
.v-snackbar-transition-leave-to {
|
|
23413
|
-
opacity: 0;
|
|
23414
|
-
}.v-tabs {
|
|
23415
|
-
display: flex;
|
|
23416
|
-
height: var(--v-tabs-height);
|
|
23417
|
-
}
|
|
23418
|
-
.v-tabs--density-default {
|
|
23419
|
-
--v-tabs-height: 48px;
|
|
23420
|
-
}
|
|
23421
|
-
.v-tabs--density-default.v-tabs--stacked {
|
|
23422
|
-
--v-tabs-height: 72px;
|
|
23423
|
-
}
|
|
23424
|
-
|
|
23425
|
-
.v-tabs--density-comfortable {
|
|
23426
|
-
--v-tabs-height: 44px;
|
|
23427
|
-
}
|
|
23428
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23429
|
-
--v-tabs-height: 68px;
|
|
23413
|
+
.v-stepper-header .v-divider {
|
|
23414
|
+
margin: 0 -16px;
|
|
23430
23415
|
}
|
|
23431
|
-
|
|
23432
|
-
|
|
23433
|
-
--v-tabs-height: 36px;
|
|
23416
|
+
.v-stepper-header .v-divider:last-child {
|
|
23417
|
+
margin-inline-end: 0;
|
|
23434
23418
|
}
|
|
23435
|
-
.v-
|
|
23436
|
-
|
|
23419
|
+
.v-stepper-header .v-divider:first-child {
|
|
23420
|
+
margin-inline-start: 0;
|
|
23437
23421
|
}
|
|
23438
|
-
|
|
23439
|
-
.v-tabs.v-slide-group--vertical {
|
|
23422
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
23440
23423
|
height: auto;
|
|
23441
|
-
flex: none;
|
|
23442
|
-
--v-tabs-height: 48px;
|
|
23443
23424
|
}
|
|
23444
|
-
|
|
23445
|
-
|
|
23446
|
-
margin
|
|
23425
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23426
|
+
align-self: flex-start;
|
|
23427
|
+
margin: 35px -67px 0;
|
|
23447
23428
|
}
|
|
23448
23429
|
|
|
23449
|
-
.v-
|
|
23450
|
-
|
|
23451
|
-
margin-inline-end: auto;
|
|
23452
|
-
}
|
|
23453
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23454
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23455
|
-
margin-inline-start: auto;
|
|
23430
|
+
.v-stepper-window {
|
|
23431
|
+
margin: 1.5rem;
|
|
23456
23432
|
}
|
|
23457
23433
|
|
|
23458
|
-
.v-
|
|
23459
|
-
|
|
23434
|
+
.v-stepper-actions {
|
|
23435
|
+
display: flex;
|
|
23436
|
+
align-items: center;
|
|
23437
|
+
justify-content: space-between;
|
|
23438
|
+
padding: 1rem;
|
|
23460
23439
|
}
|
|
23461
|
-
.v-
|
|
23462
|
-
|
|
23463
|
-
max-width: none;
|
|
23440
|
+
.v-stepper .v-stepper-actions {
|
|
23441
|
+
padding: 0 1.5rem 1rem;
|
|
23464
23442
|
}
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23443
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
23444
|
+
padding: 1.5rem 0 0;
|
|
23445
|
+
}.v-stepper-item {
|
|
23446
|
+
align-items: center;
|
|
23447
|
+
align-self: stretch;
|
|
23448
|
+
display: inline-flex;
|
|
23449
|
+
flex: none;
|
|
23450
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23451
|
+
padding: 1.5rem;
|
|
23452
|
+
transition-duration: 0.2s;
|
|
23453
|
+
transition-property: opacity;
|
|
23454
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23468
23455
|
}
|
|
23469
|
-
.v-
|
|
23470
|
-
|
|
23456
|
+
.v-stepper-item--selected {
|
|
23457
|
+
opacity: 1;
|
|
23471
23458
|
}
|
|
23472
|
-
|
|
23473
|
-
|
|
23474
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23475
|
-
margin-inline-start: 52px;
|
|
23476
|
-
}
|
|
23477
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23478
|
-
margin-inline-end: 52px;
|
|
23479
|
-
}
|
|
23480
|
-
}.v-tab.v-tab {
|
|
23481
|
-
--v-btn-height: var(--v-tabs-height);
|
|
23482
|
-
border-radius: 0;
|
|
23483
|
-
min-width: 90px;
|
|
23459
|
+
.v-stepper-item--error {
|
|
23460
|
+
color: rgb(var(--v-theme-error));
|
|
23484
23461
|
}
|
|
23485
|
-
.v-
|
|
23486
|
-
|
|
23462
|
+
.v-stepper-item--disabled {
|
|
23463
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23464
|
+
pointer-events: none;
|
|
23487
23465
|
}
|
|
23488
|
-
.v-
|
|
23489
|
-
|
|
23466
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
23467
|
+
flex-direction: column;
|
|
23468
|
+
justify-content: flex-start;
|
|
23469
|
+
align-items: center;
|
|
23470
|
+
flex-basis: 175px;
|
|
23490
23471
|
}
|
|
23491
23472
|
|
|
23492
|
-
.v-
|
|
23493
|
-
|
|
23494
|
-
|
|
23495
|
-
|
|
23496
|
-
|
|
23497
|
-
width: 100%;
|
|
23498
|
-
background: currentColor;
|
|
23499
|
-
pointer-events: none;
|
|
23500
|
-
opacity: 0;
|
|
23473
|
+
.v-stepper-item__avatar.v-avatar {
|
|
23474
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23475
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23476
|
+
font-size: 0.75rem;
|
|
23477
|
+
margin-inline-end: 8px;
|
|
23501
23478
|
}
|
|
23502
|
-
.v-
|
|
23503
|
-
|
|
23479
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23480
|
+
font-size: 0.875rem;
|
|
23504
23481
|
}
|
|
23505
|
-
.v-
|
|
23506
|
-
|
|
23507
|
-
height: 100%;
|
|
23508
|
-
width: 2px;
|
|
23509
|
-
}.v-system-bar {
|
|
23510
|
-
align-items: center;
|
|
23511
|
-
display: flex;
|
|
23512
|
-
flex: 1 1 auto;
|
|
23513
|
-
height: 24px;
|
|
23514
|
-
justify-content: flex-end;
|
|
23515
|
-
max-width: 100%;
|
|
23516
|
-
padding-inline: 8px;
|
|
23517
|
-
position: relative;
|
|
23518
|
-
text-align: end;
|
|
23519
|
-
width: 100%;
|
|
23520
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23521
|
-
background: rgba(var(--v-theme-on-surface-variant));
|
|
23522
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23523
|
-
font-size: 0.75rem;
|
|
23524
|
-
font-weight: 400;
|
|
23525
|
-
letter-spacing: 0.0333333333em;
|
|
23526
|
-
line-height: 1.25rem;
|
|
23527
|
-
text-transform: none;
|
|
23482
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23483
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23528
23484
|
}
|
|
23529
|
-
.v-
|
|
23530
|
-
|
|
23485
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23486
|
+
background: rgb(var(--v-theme-error));
|
|
23531
23487
|
}
|
|
23532
|
-
.v-
|
|
23533
|
-
|
|
23488
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23489
|
+
margin-bottom: 16px;
|
|
23490
|
+
margin-inline-end: 0;
|
|
23534
23491
|
}
|
|
23535
|
-
|
|
23536
|
-
|
|
23492
|
+
|
|
23493
|
+
.v-stepper-item__title {
|
|
23494
|
+
line-height: 1;
|
|
23537
23495
|
}
|
|
23538
|
-
.v-
|
|
23539
|
-
|
|
23496
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
23497
|
+
display: none;
|
|
23540
23498
|
}
|
|
23541
|
-
|
|
23542
|
-
|
|
23499
|
+
|
|
23500
|
+
.v-stepper-item__subtitle {
|
|
23501
|
+
font-size: 0.75rem;
|
|
23502
|
+
text-align: left;
|
|
23503
|
+
line-height: 1;
|
|
23504
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23543
23505
|
}
|
|
23544
|
-
.v-
|
|
23545
|
-
|
|
23506
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23507
|
+
text-align: center;
|
|
23508
|
+
}
|
|
23509
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23510
|
+
display: none;
|
|
23546
23511
|
}.v-table {
|
|
23547
23512
|
background: rgb(var(--v-theme-surface));
|
|
23548
23513
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -23795,8 +23760,233 @@ html.v-overlay-scroll-blocked {
|
|
|
23795
23760
|
.v-text-field__suffix {
|
|
23796
23761
|
padding-inline-end: var(--v-field-padding-end);
|
|
23797
23762
|
}
|
|
23798
|
-
|
|
23799
|
-
/* endregion */.v-
|
|
23763
|
+
|
|
23764
|
+
/* endregion */.v-tabs {
|
|
23765
|
+
display: flex;
|
|
23766
|
+
height: var(--v-tabs-height);
|
|
23767
|
+
}
|
|
23768
|
+
.v-tabs--density-default {
|
|
23769
|
+
--v-tabs-height: 48px;
|
|
23770
|
+
}
|
|
23771
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
23772
|
+
--v-tabs-height: 72px;
|
|
23773
|
+
}
|
|
23774
|
+
|
|
23775
|
+
.v-tabs--density-comfortable {
|
|
23776
|
+
--v-tabs-height: 44px;
|
|
23777
|
+
}
|
|
23778
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23779
|
+
--v-tabs-height: 68px;
|
|
23780
|
+
}
|
|
23781
|
+
|
|
23782
|
+
.v-tabs--density-compact {
|
|
23783
|
+
--v-tabs-height: 36px;
|
|
23784
|
+
}
|
|
23785
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
23786
|
+
--v-tabs-height: 60px;
|
|
23787
|
+
}
|
|
23788
|
+
|
|
23789
|
+
.v-tabs.v-slide-group--vertical {
|
|
23790
|
+
height: auto;
|
|
23791
|
+
flex: none;
|
|
23792
|
+
--v-tabs-height: 48px;
|
|
23793
|
+
}
|
|
23794
|
+
|
|
23795
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23796
|
+
margin-inline-start: 42px;
|
|
23797
|
+
}
|
|
23798
|
+
|
|
23799
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
23800
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
23801
|
+
margin-inline-end: auto;
|
|
23802
|
+
}
|
|
23803
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23804
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23805
|
+
margin-inline-start: auto;
|
|
23806
|
+
}
|
|
23807
|
+
|
|
23808
|
+
.v-tabs--grow {
|
|
23809
|
+
flex-grow: 1;
|
|
23810
|
+
}
|
|
23811
|
+
.v-tabs--grow .v-tab {
|
|
23812
|
+
flex: 1 0 auto;
|
|
23813
|
+
max-width: none;
|
|
23814
|
+
}
|
|
23815
|
+
|
|
23816
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
23817
|
+
margin-inline-start: auto;
|
|
23818
|
+
}
|
|
23819
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
23820
|
+
margin-inline-end: 0;
|
|
23821
|
+
}
|
|
23822
|
+
|
|
23823
|
+
@media (max-width: 1279.98px) {
|
|
23824
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23825
|
+
margin-inline-start: 52px;
|
|
23826
|
+
}
|
|
23827
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23828
|
+
margin-inline-end: 52px;
|
|
23829
|
+
}
|
|
23830
|
+
}.v-tab.v-tab {
|
|
23831
|
+
--v-btn-height: var(--v-tabs-height);
|
|
23832
|
+
border-radius: 0;
|
|
23833
|
+
min-width: 90px;
|
|
23834
|
+
}
|
|
23835
|
+
.v-slide-group--horizontal .v-tab {
|
|
23836
|
+
max-width: 360px;
|
|
23837
|
+
}
|
|
23838
|
+
.v-slide-group--vertical .v-tab {
|
|
23839
|
+
justify-content: start;
|
|
23840
|
+
}
|
|
23841
|
+
|
|
23842
|
+
.v-tab__slider {
|
|
23843
|
+
position: absolute;
|
|
23844
|
+
bottom: 0;
|
|
23845
|
+
left: 0;
|
|
23846
|
+
height: 2px;
|
|
23847
|
+
width: 100%;
|
|
23848
|
+
background: currentColor;
|
|
23849
|
+
pointer-events: none;
|
|
23850
|
+
opacity: 0;
|
|
23851
|
+
}
|
|
23852
|
+
.v-tab--selected .v-tab__slider {
|
|
23853
|
+
opacity: 1;
|
|
23854
|
+
}
|
|
23855
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23856
|
+
top: 0;
|
|
23857
|
+
height: 100%;
|
|
23858
|
+
width: 2px;
|
|
23859
|
+
}.v-theme-provider {
|
|
23860
|
+
background: rgb(var(--v-theme-background));
|
|
23861
|
+
color: rgb(var(--v-theme-on-background));
|
|
23862
|
+
}.v-toolbar {
|
|
23863
|
+
align-items: flex-start;
|
|
23864
|
+
display: flex;
|
|
23865
|
+
flex: none;
|
|
23866
|
+
flex-direction: column;
|
|
23867
|
+
justify-content: space-between;
|
|
23868
|
+
max-width: 100%;
|
|
23869
|
+
overflow: hidden;
|
|
23870
|
+
position: relative;
|
|
23871
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23872
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
23873
|
+
width: 100%;
|
|
23874
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23875
|
+
border-style: solid;
|
|
23876
|
+
border-width: 0;
|
|
23877
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23878
|
+
border-radius: 0;
|
|
23879
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
23880
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23881
|
+
}
|
|
23882
|
+
.v-toolbar--border {
|
|
23883
|
+
border-width: thin;
|
|
23884
|
+
box-shadow: none;
|
|
23885
|
+
}
|
|
23886
|
+
.v-toolbar--absolute {
|
|
23887
|
+
position: absolute;
|
|
23888
|
+
}
|
|
23889
|
+
.v-toolbar--collapse {
|
|
23890
|
+
max-width: 112px;
|
|
23891
|
+
overflow: hidden;
|
|
23892
|
+
border-end-end-radius: 24px;
|
|
23893
|
+
}
|
|
23894
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
23895
|
+
display: none;
|
|
23896
|
+
}
|
|
23897
|
+
.v-toolbar--flat {
|
|
23898
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23899
|
+
}
|
|
23900
|
+
.v-toolbar--floating {
|
|
23901
|
+
display: inline-flex;
|
|
23902
|
+
}
|
|
23903
|
+
.v-toolbar--rounded {
|
|
23904
|
+
border-radius: 4px;
|
|
23905
|
+
}
|
|
23906
|
+
|
|
23907
|
+
.v-toolbar__content,
|
|
23908
|
+
.v-toolbar__extension {
|
|
23909
|
+
align-items: center;
|
|
23910
|
+
display: flex;
|
|
23911
|
+
flex: 0 0 auto;
|
|
23912
|
+
position: relative;
|
|
23913
|
+
transition: inherit;
|
|
23914
|
+
width: 100%;
|
|
23915
|
+
}
|
|
23916
|
+
|
|
23917
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
23918
|
+
margin-inline-start: 10px;
|
|
23919
|
+
}
|
|
23920
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
23921
|
+
margin-inline-end: 10px;
|
|
23922
|
+
}
|
|
23923
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
23924
|
+
margin-inline-start: 16px;
|
|
23925
|
+
}
|
|
23926
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
23927
|
+
align-items: flex-start;
|
|
23928
|
+
}
|
|
23929
|
+
|
|
23930
|
+
.v-toolbar__image {
|
|
23931
|
+
position: absolute;
|
|
23932
|
+
top: 0;
|
|
23933
|
+
left: 0;
|
|
23934
|
+
width: 100%;
|
|
23935
|
+
height: 100%;
|
|
23936
|
+
display: flex;
|
|
23937
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
23938
|
+
transition-property: opacity;
|
|
23939
|
+
}
|
|
23940
|
+
|
|
23941
|
+
.v-toolbar__prepend,
|
|
23942
|
+
.v-toolbar__append {
|
|
23943
|
+
align-items: center;
|
|
23944
|
+
align-self: stretch;
|
|
23945
|
+
display: flex;
|
|
23946
|
+
}
|
|
23947
|
+
|
|
23948
|
+
.v-toolbar__prepend {
|
|
23949
|
+
margin-inline: 10px auto;
|
|
23950
|
+
}
|
|
23951
|
+
|
|
23952
|
+
.v-toolbar__append {
|
|
23953
|
+
margin-inline: auto 10px;
|
|
23954
|
+
}
|
|
23955
|
+
|
|
23956
|
+
.v-toolbar-title {
|
|
23957
|
+
flex: 1 1;
|
|
23958
|
+
font-size: 1.25rem;
|
|
23959
|
+
min-width: 0;
|
|
23960
|
+
font-size: 1.25rem;
|
|
23961
|
+
font-weight: 400;
|
|
23962
|
+
letter-spacing: 0;
|
|
23963
|
+
line-height: 1.75rem;
|
|
23964
|
+
text-transform: none;
|
|
23965
|
+
}
|
|
23966
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
23967
|
+
align-self: flex-end;
|
|
23968
|
+
padding-bottom: 6px;
|
|
23969
|
+
font-size: 1.5rem;
|
|
23970
|
+
font-weight: 400;
|
|
23971
|
+
letter-spacing: 0;
|
|
23972
|
+
line-height: 2.25rem;
|
|
23973
|
+
text-transform: none;
|
|
23974
|
+
}
|
|
23975
|
+
|
|
23976
|
+
.v-toolbar-title__placeholder {
|
|
23977
|
+
overflow: hidden;
|
|
23978
|
+
text-overflow: ellipsis;
|
|
23979
|
+
white-space: nowrap;
|
|
23980
|
+
}
|
|
23981
|
+
|
|
23982
|
+
.v-toolbar-items {
|
|
23983
|
+
display: flex;
|
|
23984
|
+
height: inherit;
|
|
23985
|
+
align-self: stretch;
|
|
23986
|
+
}
|
|
23987
|
+
.v-toolbar-items > .v-btn {
|
|
23988
|
+
border-radius: 0;
|
|
23989
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
23800
23990
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
23801
23991
|
}
|
|
23802
23992
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24233,133 +24423,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24233
24423
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24234
24424
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24235
24425
|
transition-duration: 75ms;
|
|
24236
|
-
}.v-
|
|
24237
|
-
|
|
24238
|
-
|
|
24239
|
-
flex: none;
|
|
24240
|
-
flex-direction: column;
|
|
24241
|
-
justify-content: space-between;
|
|
24426
|
+
}.v-virtual-scroll {
|
|
24427
|
+
display: block;
|
|
24428
|
+
flex: 1 1 auto;
|
|
24242
24429
|
max-width: 100%;
|
|
24243
|
-
overflow:
|
|
24244
|
-
position: relative;
|
|
24245
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24246
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24247
|
-
width: 100%;
|
|
24248
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24249
|
-
border-style: solid;
|
|
24250
|
-
border-width: 0;
|
|
24251
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24252
|
-
border-radius: 0;
|
|
24253
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
24254
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24255
|
-
}
|
|
24256
|
-
.v-toolbar--border {
|
|
24257
|
-
border-width: thin;
|
|
24258
|
-
box-shadow: none;
|
|
24259
|
-
}
|
|
24260
|
-
.v-toolbar--absolute {
|
|
24261
|
-
position: absolute;
|
|
24262
|
-
}
|
|
24263
|
-
.v-toolbar--collapse {
|
|
24264
|
-
max-width: 112px;
|
|
24265
|
-
overflow: hidden;
|
|
24266
|
-
border-end-end-radius: 24px;
|
|
24267
|
-
}
|
|
24268
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
24269
|
-
display: none;
|
|
24270
|
-
}
|
|
24271
|
-
.v-toolbar--flat {
|
|
24272
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24273
|
-
}
|
|
24274
|
-
.v-toolbar--floating {
|
|
24275
|
-
display: inline-flex;
|
|
24276
|
-
}
|
|
24277
|
-
.v-toolbar--rounded {
|
|
24278
|
-
border-radius: 4px;
|
|
24279
|
-
}
|
|
24280
|
-
|
|
24281
|
-
.v-toolbar__content,
|
|
24282
|
-
.v-toolbar__extension {
|
|
24283
|
-
align-items: center;
|
|
24284
|
-
display: flex;
|
|
24285
|
-
flex: 0 0 auto;
|
|
24430
|
+
overflow: auto;
|
|
24286
24431
|
position: relative;
|
|
24287
|
-
transition: inherit;
|
|
24288
|
-
width: 100%;
|
|
24289
|
-
}
|
|
24290
|
-
|
|
24291
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
24292
|
-
margin-inline-start: 10px;
|
|
24293
|
-
}
|
|
24294
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
24295
|
-
margin-inline-end: 10px;
|
|
24296
|
-
}
|
|
24297
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
24298
|
-
margin-inline-start: 16px;
|
|
24299
|
-
}
|
|
24300
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24301
|
-
align-items: flex-start;
|
|
24302
|
-
}
|
|
24303
|
-
|
|
24304
|
-
.v-toolbar__image {
|
|
24305
|
-
position: absolute;
|
|
24306
|
-
top: 0;
|
|
24307
|
-
left: 0;
|
|
24308
|
-
width: 100%;
|
|
24309
|
-
height: 100%;
|
|
24310
|
-
display: flex;
|
|
24311
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24312
|
-
transition-property: opacity;
|
|
24313
|
-
}
|
|
24314
|
-
|
|
24315
|
-
.v-toolbar__prepend,
|
|
24316
|
-
.v-toolbar__append {
|
|
24317
|
-
align-items: center;
|
|
24318
|
-
align-self: stretch;
|
|
24319
|
-
display: flex;
|
|
24320
|
-
}
|
|
24321
|
-
|
|
24322
|
-
.v-toolbar__prepend {
|
|
24323
|
-
margin-inline: 10px auto;
|
|
24324
|
-
}
|
|
24325
|
-
|
|
24326
|
-
.v-toolbar__append {
|
|
24327
|
-
margin-inline: auto 10px;
|
|
24328
|
-
}
|
|
24329
|
-
|
|
24330
|
-
.v-toolbar-title {
|
|
24331
|
-
flex: 1 1;
|
|
24332
|
-
font-size: 1.25rem;
|
|
24333
|
-
min-width: 0;
|
|
24334
|
-
font-size: 1.25rem;
|
|
24335
|
-
font-weight: 400;
|
|
24336
|
-
letter-spacing: 0;
|
|
24337
|
-
line-height: 1.75rem;
|
|
24338
|
-
text-transform: none;
|
|
24339
|
-
}
|
|
24340
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24341
|
-
align-self: flex-end;
|
|
24342
|
-
padding-bottom: 6px;
|
|
24343
|
-
font-size: 1.5rem;
|
|
24344
|
-
font-weight: 400;
|
|
24345
|
-
letter-spacing: 0;
|
|
24346
|
-
line-height: 2.25rem;
|
|
24347
|
-
text-transform: none;
|
|
24348
|
-
}
|
|
24349
|
-
|
|
24350
|
-
.v-toolbar-title__placeholder {
|
|
24351
|
-
overflow: hidden;
|
|
24352
|
-
text-overflow: ellipsis;
|
|
24353
|
-
white-space: nowrap;
|
|
24354
|
-
}
|
|
24355
|
-
|
|
24356
|
-
.v-toolbar-items {
|
|
24357
|
-
display: flex;
|
|
24358
|
-
height: inherit;
|
|
24359
|
-
align-self: stretch;
|
|
24360
24432
|
}
|
|
24361
|
-
.v-
|
|
24362
|
-
|
|
24433
|
+
.v-virtual-scroll__container {
|
|
24434
|
+
display: block;
|
|
24363
24435
|
}.v-window {
|
|
24364
24436
|
overflow: hidden;
|
|
24365
24437
|
}
|
|
@@ -24429,71 +24501,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24429
24501
|
}
|
|
24430
24502
|
.v-window-y-reverse-transition-leave-to {
|
|
24431
24503
|
transform: translateY(100%);
|
|
24432
|
-
}.v-virtual-scroll {
|
|
24433
|
-
display: block;
|
|
24434
|
-
flex: 1 1 auto;
|
|
24435
|
-
max-width: 100%;
|
|
24436
|
-
overflow: auto;
|
|
24437
|
-
position: relative;
|
|
24438
|
-
}
|
|
24439
|
-
.v-virtual-scroll__container {
|
|
24440
|
-
display: block;
|
|
24441
|
-
}.v-theme-provider {
|
|
24442
|
-
background: rgb(var(--v-theme-background));
|
|
24443
|
-
color: rgb(var(--v-theme-on-background));
|
|
24444
|
-
}.v-otp-input {
|
|
24445
|
-
border-radius: 4px;
|
|
24446
|
-
align-items: center;
|
|
24447
|
-
display: flex;
|
|
24448
|
-
justify-content: center;
|
|
24449
|
-
padding: 0.5rem 0;
|
|
24450
|
-
position: relative;
|
|
24451
|
-
}
|
|
24452
|
-
.v-otp-input .v-field {
|
|
24453
|
-
height: 100%;
|
|
24454
|
-
}
|
|
24455
|
-
|
|
24456
|
-
.v-otp-input__divider {
|
|
24457
|
-
margin: 0 8px;
|
|
24458
|
-
}
|
|
24459
|
-
|
|
24460
|
-
.v-otp-input__content {
|
|
24461
|
-
align-items: center;
|
|
24462
|
-
display: flex;
|
|
24463
|
-
gap: 0.5rem;
|
|
24464
|
-
height: 64px;
|
|
24465
|
-
padding: 0.5rem;
|
|
24466
|
-
justify-content: center;
|
|
24467
|
-
max-width: 320px;
|
|
24468
|
-
position: relative;
|
|
24469
|
-
border-radius: inherit;
|
|
24470
|
-
}
|
|
24471
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
24472
|
-
max-width: 360px;
|
|
24473
|
-
}
|
|
24474
|
-
|
|
24475
|
-
.v-otp-input__field {
|
|
24476
|
-
color: inherit;
|
|
24477
|
-
font-size: 1.25rem;
|
|
24478
|
-
height: 100%;
|
|
24479
|
-
outline: none;
|
|
24480
|
-
text-align: center;
|
|
24481
|
-
width: 100%;
|
|
24482
|
-
}
|
|
24483
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
24484
|
-
-webkit-appearance: none;
|
|
24485
|
-
margin: 0;
|
|
24486
|
-
}
|
|
24487
|
-
.v-otp-input__field[type=number] {
|
|
24488
|
-
-moz-appearance: textfield;
|
|
24489
|
-
}
|
|
24490
|
-
|
|
24491
|
-
.v-otp-input__loader {
|
|
24492
|
-
align-items: center;
|
|
24493
|
-
display: flex;
|
|
24494
|
-
height: 100%;
|
|
24495
|
-
justify-content: center;
|
|
24496
|
-
width: 100%;
|
|
24497
24504
|
}.v-color-picker-canvas {
|
|
24498
24505
|
display: flex;
|
|
24499
24506
|
position: relative;
|
|
@@ -24516,6 +24523,34 @@ html.v-overlay-scroll-blocked {
|
|
|
24516
24523
|
}
|
|
24517
24524
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24518
24525
|
will-change: transform;
|
|
24526
|
+
}.v-color-picker-edit {
|
|
24527
|
+
display: flex;
|
|
24528
|
+
margin-top: 24px;
|
|
24529
|
+
}
|
|
24530
|
+
|
|
24531
|
+
.v-color-picker-edit__input {
|
|
24532
|
+
width: 100%;
|
|
24533
|
+
display: flex;
|
|
24534
|
+
flex-wrap: wrap;
|
|
24535
|
+
justify-content: center;
|
|
24536
|
+
text-align: center;
|
|
24537
|
+
}
|
|
24538
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24539
|
+
margin-inline-end: 8px;
|
|
24540
|
+
}
|
|
24541
|
+
.v-color-picker-edit__input input {
|
|
24542
|
+
border-radius: 4px;
|
|
24543
|
+
margin-bottom: 8px;
|
|
24544
|
+
min-width: 0;
|
|
24545
|
+
outline: none;
|
|
24546
|
+
text-align: center;
|
|
24547
|
+
width: 100%;
|
|
24548
|
+
height: 32px;
|
|
24549
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24550
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24551
|
+
}
|
|
24552
|
+
.v-color-picker-edit__input span {
|
|
24553
|
+
font-size: 0.75rem;
|
|
24519
24554
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24520
24555
|
background-color: transparent !important;
|
|
24521
24556
|
}
|
|
@@ -24585,34 +24620,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24585
24620
|
.v-color-picker-preview__eye-dropper {
|
|
24586
24621
|
position: relative;
|
|
24587
24622
|
margin-right: 12px;
|
|
24588
|
-
}.v-color-picker-edit {
|
|
24589
|
-
display: flex;
|
|
24590
|
-
margin-top: 24px;
|
|
24591
|
-
}
|
|
24592
|
-
|
|
24593
|
-
.v-color-picker-edit__input {
|
|
24594
|
-
width: 100%;
|
|
24595
|
-
display: flex;
|
|
24596
|
-
flex-wrap: wrap;
|
|
24597
|
-
justify-content: center;
|
|
24598
|
-
text-align: center;
|
|
24599
|
-
}
|
|
24600
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24601
|
-
margin-inline-end: 8px;
|
|
24602
|
-
}
|
|
24603
|
-
.v-color-picker-edit__input input {
|
|
24604
|
-
border-radius: 4px;
|
|
24605
|
-
margin-bottom: 8px;
|
|
24606
|
-
min-width: 0;
|
|
24607
|
-
outline: none;
|
|
24608
|
-
text-align: center;
|
|
24609
|
-
width: 100%;
|
|
24610
|
-
height: 32px;
|
|
24611
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24612
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24613
|
-
}
|
|
24614
|
-
.v-color-picker-edit__input span {
|
|
24615
|
-
font-size: 0.75rem;
|
|
24616
24623
|
}.v-color-picker-swatches {
|
|
24617
24624
|
overflow-y: auto;
|
|
24618
24625
|
}
|