vuetify 3.3.11 → 3.3.13
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 +49 -5
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +168 -11
- package/dist/vuetify-labs.css +423 -358
- package/dist/vuetify-labs.d.ts +233 -91
- package/dist/vuetify-labs.esm.js +189 -104
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +189 -104
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +130 -65
- package/dist/vuetify.d.ts +172 -38
- package/dist/vuetify.esm.js +100 -59
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -59
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +152 -152
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.mjs +2 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBanner/VBanner.css +2 -0
- package/lib/components/VBanner/VBanner.sass +2 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +5 -0
- package/lib/components/VCheckbox/index.d.mts +3 -1
- package/lib/components/VChip/VChip.mjs +1 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VDialog/VDialog.css +15 -6
- package/lib/components/VDialog/VDialog.sass +41 -35
- package/lib/components/VField/VField.css +7 -2
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +7 -2
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VGrid/VGrid.css +4 -0
- package/lib/components/VGrid/VGrid.sass +4 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +20 -9
- package/lib/components/VList/VListItem.mjs +6 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +19 -8
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +28 -19
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +6 -1
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VTooltip/VTooltip.css +1 -1
- package/lib/components/VTooltip/_variables.scss +1 -1
- package/lib/components/index.d.mts +169 -35
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/composables.mjs +11 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -0
- package/lib/labs/VDatePicker/VDatePicker.mjs +34 -14
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/composables.mjs +4 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +14 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs +31 -22
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.mjs +12 -9
- package/lib/labs/VStepper/VStepper.mjs.map +1 -1
- package/lib/labs/VStepper/index.d.mts +50 -56
- package/lib/labs/components.d.mts +64 -56
- package/lib/labs/date/adapters/vuetify.mjs +1 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +16 -15
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16386,6 +16386,58 @@ html.overflow-y-hidden {
|
|
|
16386
16386
|
display: flex;
|
|
16387
16387
|
justify-content: center;
|
|
16388
16388
|
padding: 8px;
|
|
16389
|
+
}.v-otp-input {
|
|
16390
|
+
border-radius: 4px;
|
|
16391
|
+
align-items: center;
|
|
16392
|
+
display: flex;
|
|
16393
|
+
justify-content: center;
|
|
16394
|
+
padding: 0.5rem;
|
|
16395
|
+
position: relative;
|
|
16396
|
+
}
|
|
16397
|
+
.v-otp-input .v-field {
|
|
16398
|
+
height: 100%;
|
|
16399
|
+
margin: 0 0.25rem;
|
|
16400
|
+
}
|
|
16401
|
+
|
|
16402
|
+
.v-otp-input__divider {
|
|
16403
|
+
margin: 0 8px;
|
|
16404
|
+
}
|
|
16405
|
+
|
|
16406
|
+
.v-otp-input__content {
|
|
16407
|
+
align-items: center;
|
|
16408
|
+
display: flex;
|
|
16409
|
+
height: 64px;
|
|
16410
|
+
padding: 0.5rem;
|
|
16411
|
+
justify-content: center;
|
|
16412
|
+
max-width: 320px;
|
|
16413
|
+
position: relative;
|
|
16414
|
+
border-radius: inherit;
|
|
16415
|
+
}
|
|
16416
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
16417
|
+
max-width: 360px;
|
|
16418
|
+
}
|
|
16419
|
+
|
|
16420
|
+
.v-otp-input__field {
|
|
16421
|
+
font-size: 1.25rem;
|
|
16422
|
+
height: 100%;
|
|
16423
|
+
outline: none;
|
|
16424
|
+
text-align: center;
|
|
16425
|
+
width: 100%;
|
|
16426
|
+
}
|
|
16427
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
16428
|
+
-webkit-appearance: none;
|
|
16429
|
+
margin: 0;
|
|
16430
|
+
}
|
|
16431
|
+
.v-otp-input__field[type=number] {
|
|
16432
|
+
-moz-appearance: textfield;
|
|
16433
|
+
}
|
|
16434
|
+
|
|
16435
|
+
.v-otp-input__loader {
|
|
16436
|
+
align-items: center;
|
|
16437
|
+
display: flex;
|
|
16438
|
+
height: 100%;
|
|
16439
|
+
justify-content: center;
|
|
16440
|
+
width: 100%;
|
|
16389
16441
|
}.v-picker.v-sheet {
|
|
16390
16442
|
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));
|
|
16391
16443
|
border-radius: 4px;
|
|
@@ -16441,58 +16493,6 @@ html.overflow-y-hidden {
|
|
|
16441
16493
|
padding-bottom: 16px;
|
|
16442
16494
|
font-weight: 600;
|
|
16443
16495
|
letter-spacing: 0.1666666667em;
|
|
16444
|
-
}.v-otp-input {
|
|
16445
|
-
border-radius: 4px;
|
|
16446
|
-
align-items: center;
|
|
16447
|
-
display: flex;
|
|
16448
|
-
justify-content: center;
|
|
16449
|
-
padding: 0.5rem;
|
|
16450
|
-
position: relative;
|
|
16451
|
-
}
|
|
16452
|
-
.v-otp-input .v-field {
|
|
16453
|
-
height: 100%;
|
|
16454
|
-
margin: 0 0.25rem;
|
|
16455
|
-
}
|
|
16456
|
-
|
|
16457
|
-
.v-otp-input__divider {
|
|
16458
|
-
margin: 0 8px;
|
|
16459
|
-
}
|
|
16460
|
-
|
|
16461
|
-
.v-otp-input__content {
|
|
16462
|
-
align-items: center;
|
|
16463
|
-
display: flex;
|
|
16464
|
-
height: 64px;
|
|
16465
|
-
padding: 0.5rem;
|
|
16466
|
-
justify-content: center;
|
|
16467
|
-
max-width: 320px;
|
|
16468
|
-
position: relative;
|
|
16469
|
-
border-radius: inherit;
|
|
16470
|
-
}
|
|
16471
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
16472
|
-
max-width: 360px;
|
|
16473
|
-
}
|
|
16474
|
-
|
|
16475
|
-
.v-otp-input__field {
|
|
16476
|
-
font-size: 1.25rem;
|
|
16477
|
-
height: 100%;
|
|
16478
|
-
outline: none;
|
|
16479
|
-
text-align: center;
|
|
16480
|
-
width: 100%;
|
|
16481
|
-
}
|
|
16482
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
16483
|
-
-webkit-appearance: none;
|
|
16484
|
-
margin: 0;
|
|
16485
|
-
}
|
|
16486
|
-
.v-otp-input__field[type=number] {
|
|
16487
|
-
-moz-appearance: textfield;
|
|
16488
|
-
}
|
|
16489
|
-
|
|
16490
|
-
.v-otp-input__loader {
|
|
16491
|
-
align-items: center;
|
|
16492
|
-
display: flex;
|
|
16493
|
-
height: 100%;
|
|
16494
|
-
justify-content: center;
|
|
16495
|
-
width: 100%;
|
|
16496
16496
|
}.v-skeleton-loader {
|
|
16497
16497
|
align-items: center;
|
|
16498
16498
|
background: rgb(var(--v-theme-surface));
|
|
@@ -17419,6 +17419,8 @@ html.overflow-y-hidden {
|
|
|
17419
17419
|
}
|
|
17420
17420
|
|
|
17421
17421
|
.v-banner__content {
|
|
17422
|
+
align-items: center;
|
|
17423
|
+
display: flex;
|
|
17422
17424
|
grid-area: content;
|
|
17423
17425
|
}
|
|
17424
17426
|
|
|
@@ -17506,6 +17508,7 @@ html.overflow-y-hidden {
|
|
|
17506
17508
|
flex-grow: 1;
|
|
17507
17509
|
}
|
|
17508
17510
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17511
|
+
transition: inherit;
|
|
17509
17512
|
opacity: 0;
|
|
17510
17513
|
}
|
|
17511
17514
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
@@ -17780,6 +17783,9 @@ html.overflow-y-hidden {
|
|
|
17780
17783
|
pointer-events: none;
|
|
17781
17784
|
opacity: 0.26;
|
|
17782
17785
|
}
|
|
17786
|
+
.v-btn--disabled:hover {
|
|
17787
|
+
opacity: 0.26;
|
|
17788
|
+
}
|
|
17783
17789
|
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
|
|
17784
17790
|
box-shadow: none;
|
|
17785
17791
|
opacity: 1;
|
|
@@ -17878,6 +17884,9 @@ html.overflow-y-hidden {
|
|
|
17878
17884
|
.v-btn--rounded {
|
|
17879
17885
|
border-radius: 24px;
|
|
17880
17886
|
}
|
|
17887
|
+
.v-btn--rounded.v-btn--icon {
|
|
17888
|
+
border-radius: 4px;
|
|
17889
|
+
}
|
|
17881
17890
|
.v-btn .v-icon {
|
|
17882
17891
|
--v-icon-size-multiplier: 0.8571428571;
|
|
17883
17892
|
}
|
|
@@ -18033,6 +18042,8 @@ html.overflow-y-hidden {
|
|
|
18033
18042
|
}
|
|
18034
18043
|
.v-btn-group--tile {
|
|
18035
18044
|
border-radius: 0;
|
|
18045
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18046
|
+
opacity: var(--v-activated-opacity);
|
|
18036
18047
|
}.v-card {
|
|
18037
18048
|
display: block;
|
|
18038
18049
|
overflow: hidden;
|
|
@@ -18795,8 +18806,6 @@ html.overflow-y-hidden {
|
|
|
18795
18806
|
|
|
18796
18807
|
.v-chip--label {
|
|
18797
18808
|
border-radius: 4px;
|
|
18798
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18799
|
-
opacity: var(--v-activated-opacity);
|
|
18800
18809
|
}.v-chip-group {
|
|
18801
18810
|
display: flex;
|
|
18802
18811
|
max-width: 100%;
|
|
@@ -18981,6 +18990,10 @@ html.overflow-y-hidden {
|
|
|
18981
18990
|
padding: 0;
|
|
18982
18991
|
}
|
|
18983
18992
|
|
|
18993
|
+
.v-spacer {
|
|
18994
|
+
flex-grow: 1;
|
|
18995
|
+
}
|
|
18996
|
+
|
|
18984
18997
|
.v-col-xxl,
|
|
18985
18998
|
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
18986
18999
|
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
@@ -19819,23 +19832,29 @@ html.overflow-y-hidden {
|
|
|
19819
19832
|
flex-direction: column;
|
|
19820
19833
|
}
|
|
19821
19834
|
.v-dialog > .v-overlay__content > .v-card,
|
|
19822
|
-
.v-dialog > .v-overlay__content > .v-sheet
|
|
19835
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
19836
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
19837
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
19823
19838
|
--v-scrollbar-offset: 0px;
|
|
19824
19839
|
border-radius: 4px;
|
|
19825
19840
|
overflow-y: auto;
|
|
19826
19841
|
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));
|
|
19827
19842
|
}
|
|
19828
|
-
.v-dialog > .v-overlay__content > .v-card
|
|
19843
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
19844
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
19829
19845
|
display: flex;
|
|
19830
19846
|
flex-direction: column;
|
|
19831
19847
|
}
|
|
19832
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item
|
|
19848
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
19849
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
19833
19850
|
padding: 14px 24px 0;
|
|
19834
19851
|
}
|
|
19835
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text
|
|
19852
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
19853
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
19836
19854
|
padding-top: 10px;
|
|
19837
19855
|
}
|
|
19838
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text
|
|
19856
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
19857
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
19839
19858
|
font-size: inherit;
|
|
19840
19859
|
letter-spacing: 0.03125em;
|
|
19841
19860
|
line-height: inherit;
|
|
@@ -19858,7 +19877,9 @@ html.overflow-y-hidden {
|
|
|
19858
19877
|
left: 0;
|
|
19859
19878
|
}
|
|
19860
19879
|
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
19861
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet
|
|
19880
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
19881
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
19882
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
19862
19883
|
min-height: 100%;
|
|
19863
19884
|
min-width: 100%;
|
|
19864
19885
|
border-radius: 0;
|
|
@@ -19867,6 +19888,7 @@ html.overflow-y-hidden {
|
|
|
19867
19888
|
.v-dialog--scrollable > .v-overlay__content,
|
|
19868
19889
|
.v-dialog--scrollable > .v-overlay__content > form {
|
|
19869
19890
|
display: flex;
|
|
19891
|
+
overflow: hidden;
|
|
19870
19892
|
}
|
|
19871
19893
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
19872
19894
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
@@ -20362,6 +20384,7 @@ textarea.v-field__input::placeholder {
|
|
|
20362
20384
|
transform-origin: left center;
|
|
20363
20385
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20364
20386
|
transition-property: opacity, transform;
|
|
20387
|
+
z-index: 1;
|
|
20365
20388
|
}
|
|
20366
20389
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
20367
20390
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -20445,6 +20468,7 @@ textarea.v-field__input::placeholder {
|
|
|
20445
20468
|
--v-field-border-width: 2px;
|
|
20446
20469
|
}
|
|
20447
20470
|
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
|
20471
|
+
border-color: currentColor;
|
|
20448
20472
|
border-style: solid;
|
|
20449
20473
|
border-width: 0 0 var(--v-field-border-width);
|
|
20450
20474
|
opacity: var(--v-field-border-opacity);
|
|
@@ -20614,10 +20638,13 @@ textarea.v-field__input::placeholder {
|
|
|
20614
20638
|
|
|
20615
20639
|
/* endregion */
|
|
20616
20640
|
/* region MODIFIERS */
|
|
20617
|
-
.v-field--reverse .v-
|
|
20641
|
+
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
20642
|
+
flex-direction: row-reverse;
|
|
20643
|
+
}
|
|
20644
|
+
.v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse input {
|
|
20618
20645
|
text-align: right;
|
|
20619
20646
|
}
|
|
20620
|
-
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input {
|
|
20647
|
+
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse input {
|
|
20621
20648
|
text-align: left;
|
|
20622
20649
|
}
|
|
20623
20650
|
|
|
@@ -20640,6 +20667,10 @@ textarea.v-field__input::placeholder {
|
|
|
20640
20667
|
width: 100%;
|
|
20641
20668
|
z-index: 1;
|
|
20642
20669
|
}
|
|
20670
|
+
.v-file-input .v-input__details {
|
|
20671
|
+
padding-inline-start: 16px;
|
|
20672
|
+
padding-inline-end: 16px;
|
|
20673
|
+
}
|
|
20643
20674
|
.v-file-input .v-chip {
|
|
20644
20675
|
margin-top: var(--v-input-chips-margin-top);
|
|
20645
20676
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
@@ -20943,7 +20974,7 @@ textarea.v-field__input::placeholder {
|
|
|
20943
20974
|
padding-inline-start: 8px;
|
|
20944
20975
|
padding-inline-end: 8px;
|
|
20945
20976
|
}
|
|
20946
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
20977
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20947
20978
|
--v-avatar-height: 24px;
|
|
20948
20979
|
}
|
|
20949
20980
|
.v-list--rounded {
|
|
@@ -21125,10 +21156,14 @@ textarea.v-field__input::placeholder {
|
|
|
21125
21156
|
opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
|
|
21126
21157
|
}
|
|
21127
21158
|
}
|
|
21128
|
-
.v-list-item__prepend > .v-
|
|
21159
|
+
.v-list-item__prepend > .v-badge .v-icon,
|
|
21160
|
+
.v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
|
|
21161
|
+
.v-list-item__append > .v-icon {
|
|
21129
21162
|
opacity: var(--v-medium-emphasis-opacity);
|
|
21130
21163
|
}
|
|
21164
|
+
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
|
|
21131
21165
|
.v-list-item--active .v-list-item__prepend > .v-icon,
|
|
21166
|
+
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
|
|
21132
21167
|
.v-list-item--active .v-list-item__append > .v-icon {
|
|
21133
21168
|
opacity: 1;
|
|
21134
21169
|
}
|
|
@@ -21151,11 +21186,13 @@ textarea.v-field__input::placeholder {
|
|
|
21151
21186
|
display: flex;
|
|
21152
21187
|
grid-area: prepend;
|
|
21153
21188
|
}
|
|
21154
|
-
.v-list-item__prepend > .v-
|
|
21155
|
-
|
|
21189
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
21190
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
21191
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
21192
|
+
width: 32px;
|
|
21156
21193
|
}
|
|
21157
|
-
.v-list-item__prepend > .v-
|
|
21158
|
-
|
|
21194
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
21195
|
+
width: 16px;
|
|
21159
21196
|
}
|
|
21160
21197
|
.v-list-item--three-line .v-list-item__prepend {
|
|
21161
21198
|
align-self: start;
|
|
@@ -21167,11 +21204,16 @@ textarea.v-field__input::placeholder {
|
|
|
21167
21204
|
align-items: center;
|
|
21168
21205
|
grid-area: append;
|
|
21169
21206
|
}
|
|
21170
|
-
.v-list-item__append
|
|
21171
|
-
|
|
21207
|
+
.v-list-item__append .v-list-item__spacer {
|
|
21208
|
+
order: -1;
|
|
21172
21209
|
}
|
|
21173
|
-
.v-list-item__append > .v-
|
|
21174
|
-
|
|
21210
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
21211
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
21212
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
21213
|
+
width: 32px;
|
|
21214
|
+
}
|
|
21215
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
21216
|
+
width: 16px;
|
|
21175
21217
|
}
|
|
21176
21218
|
.v-list-item--three-line .v-list-item__append {
|
|
21177
21219
|
align-self: start;
|
|
@@ -21504,7 +21546,6 @@ textarea.v-field__input::placeholder {
|
|
|
21504
21546
|
transition-duration: 0.2s;
|
|
21505
21547
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21506
21548
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21507
|
-
will-change: transform;
|
|
21508
21549
|
position: absolute;
|
|
21509
21550
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21510
21551
|
border-style: solid;
|
|
@@ -21983,10 +22024,15 @@ html.v-overlay-scroll-blocked {
|
|
|
21983
22024
|
flex-direction: column;
|
|
21984
22025
|
}
|
|
21985
22026
|
.v-radio-group > .v-input__control > .v-label {
|
|
21986
|
-
margin-inline-start:
|
|
22027
|
+
margin-inline-start: 16px;
|
|
21987
22028
|
}
|
|
21988
22029
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22030
|
+
padding-inline-start: 6px;
|
|
21989
22031
|
margin-top: 8px;
|
|
22032
|
+
}
|
|
22033
|
+
.v-radio-group .v-input__details {
|
|
22034
|
+
padding-inline-start: 16px;
|
|
22035
|
+
padding-inline-end: 16px;
|
|
21990
22036
|
}.v-slider .v-slider__container input {
|
|
21991
22037
|
cursor: default;
|
|
21992
22038
|
padding: 0;
|
|
@@ -22480,52 +22526,56 @@ html.v-overlay-scroll-blocked {
|
|
|
22480
22526
|
|
|
22481
22527
|
.v-switch__track,
|
|
22482
22528
|
.v-switch__thumb {
|
|
22483
|
-
background-color: currentColor;
|
|
22484
22529
|
transition: none;
|
|
22485
22530
|
}
|
|
22486
22531
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
22487
22532
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
22488
22533
|
background-color: rgb(var(--v-theme-error));
|
|
22489
|
-
|
|
22490
|
-
|
|
22491
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
22492
|
-
color: currentColor;
|
|
22534
|
+
color: rgb(var(--v-theme-on-error));
|
|
22493
22535
|
}
|
|
22494
22536
|
|
|
22495
22537
|
.v-switch__track {
|
|
22496
|
-
|
|
22538
|
+
background-color: currentColor;
|
|
22539
|
+
border-radius: 9999px;
|
|
22497
22540
|
height: 14px;
|
|
22498
22541
|
opacity: 0.6;
|
|
22499
22542
|
width: 36px;
|
|
22500
22543
|
cursor: pointer;
|
|
22544
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
22501
22545
|
}
|
|
22502
22546
|
.v-switch--inset .v-switch__track {
|
|
22503
|
-
border-radius:
|
|
22504
|
-
height:
|
|
22505
|
-
width:
|
|
22547
|
+
border-radius: 9999px;
|
|
22548
|
+
height: 32px;
|
|
22549
|
+
width: 52px;
|
|
22506
22550
|
}
|
|
22507
22551
|
|
|
22508
22552
|
.v-switch__thumb {
|
|
22509
22553
|
align-items: center;
|
|
22510
22554
|
border-radius: 50%;
|
|
22511
|
-
|
|
22555
|
+
background: rgb(var(--v-theme-surface));
|
|
22556
|
+
color: rgb(var(--v-theme-on-surface));
|
|
22512
22557
|
display: flex;
|
|
22513
22558
|
height: 20px;
|
|
22514
22559
|
justify-content: center;
|
|
22515
22560
|
width: 20px;
|
|
22516
22561
|
pointer-events: none;
|
|
22517
|
-
transition: 0.15s transform cubic-bezier(0
|
|
22562
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22563
|
+
position: relative;
|
|
22564
|
+
overflow: hidden;
|
|
22518
22565
|
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));
|
|
22519
22566
|
}
|
|
22520
22567
|
.v-switch--inset .v-switch__thumb {
|
|
22568
|
+
height: 24px;
|
|
22569
|
+
width: 24px;
|
|
22570
|
+
transform: scale(0.6666666667);
|
|
22521
22571
|
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));
|
|
22522
22572
|
}
|
|
22523
|
-
.v-switch
|
|
22524
|
-
|
|
22573
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
22574
|
+
transform: none;
|
|
22525
22575
|
}
|
|
22526
|
-
|
|
22527
|
-
|
|
22528
|
-
|
|
22576
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
22577
|
+
transform: none;
|
|
22578
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22529
22579
|
}
|
|
22530
22580
|
|
|
22531
22581
|
.v-switch .v-selection-control {
|
|
@@ -22533,10 +22583,13 @@ html.v-overlay-scroll-blocked {
|
|
|
22533
22583
|
}
|
|
22534
22584
|
.v-switch .v-selection-control__input {
|
|
22535
22585
|
border-radius: 50%;
|
|
22536
|
-
transition: 0.
|
|
22586
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
22537
22587
|
transform: translateX(-10px);
|
|
22538
22588
|
position: absolute;
|
|
22539
22589
|
}
|
|
22590
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
22591
|
+
position: absolute;
|
|
22592
|
+
}
|
|
22540
22593
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22541
22594
|
transform: translateX(10px);
|
|
22542
22595
|
}
|
|
@@ -22860,8 +22913,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22860
22913
|
flex: 1;
|
|
22861
22914
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22862
22915
|
min-width: 0;
|
|
22863
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22864
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22865
22916
|
}
|
|
22866
22917
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22867
22918
|
outline: none;
|
|
@@ -22880,6 +22931,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22880
22931
|
--v-field-padding-end: 0;
|
|
22881
22932
|
}
|
|
22882
22933
|
|
|
22934
|
+
.v-text-field .v-field__input input {
|
|
22935
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22936
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22937
|
+
}
|
|
22938
|
+
.v-text-field input.v-field__input {
|
|
22939
|
+
min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom));
|
|
22940
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
22941
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
22942
|
+
}
|
|
22883
22943
|
.v-text-field .v-input__details {
|
|
22884
22944
|
padding-inline-start: 16px;
|
|
22885
22945
|
padding-inline-end: 16px;
|
|
@@ -22940,283 +23000,55 @@ html.v-overlay-scroll-blocked {
|
|
|
22940
23000
|
/* endregion */.v-theme-provider {
|
|
22941
23001
|
background: rgb(var(--v-theme-background));
|
|
22942
23002
|
color: rgb(var(--v-theme-on-background));
|
|
22943
|
-
}.v-
|
|
22944
|
-
align-items: flex-start;
|
|
22945
|
-
display: flex;
|
|
22946
|
-
flex: none;
|
|
22947
|
-
flex-direction: column;
|
|
22948
|
-
justify-content: space-between;
|
|
22949
|
-
max-width: 100%;
|
|
22950
|
-
overflow: hidden;
|
|
22951
|
-
position: relative;
|
|
22952
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22953
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
22954
|
-
width: 100%;
|
|
22955
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22956
|
-
border-style: solid;
|
|
22957
|
-
border-width: 0;
|
|
22958
|
-
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));
|
|
22959
|
-
border-radius: 0;
|
|
23003
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
22960
23004
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
22961
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22962
23005
|
}
|
|
22963
|
-
.v-
|
|
22964
|
-
|
|
22965
|
-
box-shadow: none;
|
|
23006
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
|
23007
|
+
background: rgb(var(--v-theme-on-surface));
|
|
22966
23008
|
}
|
|
22967
|
-
|
|
22968
|
-
|
|
23009
|
+
|
|
23010
|
+
.v-timeline {
|
|
23011
|
+
display: grid;
|
|
23012
|
+
grid-auto-flow: dense;
|
|
23013
|
+
position: relative;
|
|
22969
23014
|
}
|
|
22970
|
-
.v-
|
|
22971
|
-
|
|
22972
|
-
overflow: hidden;
|
|
23015
|
+
.v-timeline--horizontal.v-timeline {
|
|
23016
|
+
width: 100%;
|
|
22973
23017
|
}
|
|
22974
|
-
.v-
|
|
22975
|
-
|
|
23018
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
23019
|
+
padding-inline-start: 24px;
|
|
22976
23020
|
}
|
|
22977
|
-
.v-
|
|
22978
|
-
|
|
23021
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
23022
|
+
padding-inline-end: 24px;
|
|
22979
23023
|
}
|
|
22980
|
-
.v-
|
|
22981
|
-
|
|
23024
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
23025
|
+
padding-inline-end: 24px;
|
|
22982
23026
|
}
|
|
22983
|
-
.v-
|
|
22984
|
-
|
|
23027
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
23028
|
+
padding-inline-end: 24px;
|
|
22985
23029
|
}
|
|
22986
|
-
.v-
|
|
22987
|
-
|
|
23030
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
23031
|
+
grid-row: 3;
|
|
23032
|
+
padding-block-start: 24px;
|
|
22988
23033
|
}
|
|
22989
|
-
.v-
|
|
22990
|
-
|
|
23034
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
23035
|
+
grid-row: 1;
|
|
23036
|
+
padding-block-end: 24px;
|
|
23037
|
+
align-self: flex-end;
|
|
22991
23038
|
}
|
|
22992
|
-
|
|
22993
|
-
|
|
22994
|
-
|
|
22995
|
-
align-
|
|
22996
|
-
|
|
22997
|
-
|
|
22998
|
-
|
|
22999
|
-
|
|
23000
|
-
width: 100%;
|
|
23039
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
|
23040
|
+
grid-row: 1;
|
|
23041
|
+
padding-block-end: 24px;
|
|
23042
|
+
align-self: flex-end;
|
|
23043
|
+
}
|
|
23044
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
|
23045
|
+
grid-row: 3;
|
|
23046
|
+
padding-block-start: 24px;
|
|
23001
23047
|
}
|
|
23002
23048
|
|
|
23003
|
-
.v-
|
|
23004
|
-
|
|
23005
|
-
|
|
23006
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
23007
|
-
margin-inline-end: 10px;
|
|
23008
|
-
}
|
|
23009
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
23010
|
-
margin-inline-start: 16px;
|
|
23011
|
-
}
|
|
23012
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
23013
|
-
align-items: flex-start;
|
|
23014
|
-
}
|
|
23015
|
-
|
|
23016
|
-
.v-toolbar__image {
|
|
23017
|
-
position: absolute;
|
|
23018
|
-
top: 0;
|
|
23019
|
-
left: 0;
|
|
23020
|
-
width: 100%;
|
|
23021
|
-
height: 100%;
|
|
23022
|
-
display: flex;
|
|
23023
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
23024
|
-
transition-property: opacity;
|
|
23025
|
-
}
|
|
23026
|
-
|
|
23027
|
-
.v-toolbar__prepend,
|
|
23028
|
-
.v-toolbar__append {
|
|
23029
|
-
align-items: center;
|
|
23030
|
-
align-self: stretch;
|
|
23031
|
-
display: flex;
|
|
23032
|
-
}
|
|
23033
|
-
|
|
23034
|
-
.v-toolbar__prepend {
|
|
23035
|
-
margin-inline-start: 10px;
|
|
23036
|
-
margin-inline-end: auto;
|
|
23037
|
-
}
|
|
23038
|
-
|
|
23039
|
-
.v-toolbar__append {
|
|
23040
|
-
margin-inline-start: auto;
|
|
23041
|
-
margin-inline-end: 10px;
|
|
23042
|
-
}
|
|
23043
|
-
|
|
23044
|
-
.v-toolbar-title {
|
|
23045
|
-
flex: 1 1;
|
|
23046
|
-
font-size: 1.25rem;
|
|
23047
|
-
min-width: 0;
|
|
23048
|
-
font-size: 1.25rem;
|
|
23049
|
-
font-weight: 400;
|
|
23050
|
-
letter-spacing: 0;
|
|
23051
|
-
line-height: 1.75rem;
|
|
23052
|
-
text-transform: none;
|
|
23053
|
-
}
|
|
23054
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
23055
|
-
align-self: flex-end;
|
|
23056
|
-
padding-bottom: 6px;
|
|
23057
|
-
font-size: 1.5rem;
|
|
23058
|
-
font-weight: 400;
|
|
23059
|
-
letter-spacing: 0;
|
|
23060
|
-
line-height: 2.25rem;
|
|
23061
|
-
text-transform: none;
|
|
23062
|
-
}
|
|
23063
|
-
|
|
23064
|
-
.v-toolbar-title__placeholder {
|
|
23065
|
-
overflow: hidden;
|
|
23066
|
-
text-overflow: ellipsis;
|
|
23067
|
-
white-space: nowrap;
|
|
23068
|
-
}
|
|
23069
|
-
|
|
23070
|
-
.v-toolbar-items {
|
|
23071
|
-
display: flex;
|
|
23072
|
-
height: inherit;
|
|
23073
|
-
align-self: stretch;
|
|
23074
|
-
}
|
|
23075
|
-
.v-toolbar-items > .v-btn {
|
|
23076
|
-
border-radius: 0;
|
|
23077
|
-
}.v-tooltip > .v-overlay__content {
|
|
23078
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
23079
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23080
|
-
border-radius: 4px;
|
|
23081
|
-
font-size: 0.875rem;
|
|
23082
|
-
line-height: 1.6;
|
|
23083
|
-
display: inline-block;
|
|
23084
|
-
padding: 5px 16px;
|
|
23085
|
-
text-transform: initial;
|
|
23086
|
-
width: auto;
|
|
23087
|
-
opacity: 1;
|
|
23088
|
-
pointer-events: none;
|
|
23089
|
-
transition-property: opacity, transform;
|
|
23090
|
-
}
|
|
23091
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
23092
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23093
|
-
transition-duration: 150ms;
|
|
23094
|
-
}
|
|
23095
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
23096
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
23097
|
-
transition-duration: 75ms;
|
|
23098
|
-
}.v-virtual-scroll {
|
|
23099
|
-
display: block;
|
|
23100
|
-
flex: 1 1 auto;
|
|
23101
|
-
max-width: 100%;
|
|
23102
|
-
overflow: auto;
|
|
23103
|
-
position: relative;
|
|
23104
|
-
}
|
|
23105
|
-
.v-virtual-scroll__container {
|
|
23106
|
-
display: block;
|
|
23107
|
-
}.v-window {
|
|
23108
|
-
overflow: hidden;
|
|
23109
|
-
}
|
|
23110
|
-
.v-window__container {
|
|
23111
|
-
display: flex;
|
|
23112
|
-
flex-direction: column;
|
|
23113
|
-
height: inherit;
|
|
23114
|
-
position: relative;
|
|
23115
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
23116
|
-
}
|
|
23117
|
-
.v-window__controls {
|
|
23118
|
-
position: absolute;
|
|
23119
|
-
left: 0;
|
|
23120
|
-
top: 0;
|
|
23121
|
-
width: 100%;
|
|
23122
|
-
height: 100%;
|
|
23123
|
-
display: flex;
|
|
23124
|
-
align-items: center;
|
|
23125
|
-
justify-content: space-between;
|
|
23126
|
-
padding: 0 16px;
|
|
23127
|
-
pointer-events: none;
|
|
23128
|
-
}
|
|
23129
|
-
.v-window__controls * {
|
|
23130
|
-
pointer-events: auto;
|
|
23131
|
-
}
|
|
23132
|
-
.v-window--show-arrows-on-hover {
|
|
23133
|
-
overflow: hidden;
|
|
23134
|
-
}
|
|
23135
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
|
23136
|
-
transform: translateX(-200%);
|
|
23137
|
-
}
|
|
23138
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
|
23139
|
-
transform: translateX(200%);
|
|
23140
|
-
}
|
|
23141
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
23142
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
23143
|
-
transform: translateX(0);
|
|
23144
|
-
}
|
|
23145
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
23146
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
23147
|
-
}
|
|
23148
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
23149
|
-
position: absolute !important;
|
|
23150
|
-
top: 0;
|
|
23151
|
-
width: 100%;
|
|
23152
|
-
}
|
|
23153
|
-
.v-window-x-transition-enter-from {
|
|
23154
|
-
transform: translateX(100%);
|
|
23155
|
-
}
|
|
23156
|
-
.v-window-x-transition-leave-to {
|
|
23157
|
-
transform: translateX(-100%);
|
|
23158
|
-
}
|
|
23159
|
-
.v-window-x-reverse-transition-enter-from {
|
|
23160
|
-
transform: translateX(-100%);
|
|
23161
|
-
}
|
|
23162
|
-
.v-window-x-reverse-transition-leave-to {
|
|
23163
|
-
transform: translateX(100%);
|
|
23164
|
-
}
|
|
23165
|
-
.v-window-y-transition-enter-from {
|
|
23166
|
-
transform: translateY(100%);
|
|
23167
|
-
}
|
|
23168
|
-
.v-window-y-transition-leave-to {
|
|
23169
|
-
transform: translateY(-100%);
|
|
23170
|
-
}
|
|
23171
|
-
.v-window-y-reverse-transition-enter-from {
|
|
23172
|
-
transform: translateY(-100%);
|
|
23173
|
-
}
|
|
23174
|
-
.v-window-y-reverse-transition-leave-to {
|
|
23175
|
-
transform: translateY(100%);
|
|
23176
|
-
}.v-timeline .v-timeline-divider__dot {
|
|
23177
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
23178
|
-
}
|
|
23179
|
-
.v-timeline .v-timeline-divider__inner-dot {
|
|
23180
|
-
background: rgb(var(--v-theme-on-surface));
|
|
23181
|
-
}
|
|
23182
|
-
|
|
23183
|
-
.v-timeline {
|
|
23184
|
-
display: grid;
|
|
23185
|
-
grid-auto-flow: dense;
|
|
23186
|
-
position: relative;
|
|
23187
|
-
}
|
|
23188
|
-
.v-timeline--horizontal.v-timeline {
|
|
23189
|
-
grid-column-gap: 24px;
|
|
23190
|
-
width: 100%;
|
|
23191
|
-
}
|
|
23192
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
23193
|
-
padding-inline-start: 24px;
|
|
23194
|
-
}
|
|
23195
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
23196
|
-
padding-inline-end: 24px;
|
|
23197
|
-
}
|
|
23198
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
23199
|
-
grid-row: 3;
|
|
23200
|
-
padding-block-start: 24px;
|
|
23201
|
-
}
|
|
23202
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
23203
|
-
grid-row: 1;
|
|
23204
|
-
padding-block-end: 24px;
|
|
23205
|
-
align-self: flex-end;
|
|
23206
|
-
}
|
|
23207
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
|
23208
|
-
grid-row: 1;
|
|
23209
|
-
padding-block-end: 24px;
|
|
23210
|
-
align-self: flex-end;
|
|
23211
|
-
}
|
|
23212
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
|
23213
|
-
grid-row: 3;
|
|
23214
|
-
padding-block-start: 24px;
|
|
23215
|
-
}
|
|
23216
|
-
|
|
23217
|
-
.v-timeline--vertical.v-timeline {
|
|
23218
|
-
grid-row-gap: 24px;
|
|
23219
|
-
height: 100%;
|
|
23049
|
+
.v-timeline--vertical.v-timeline {
|
|
23050
|
+
grid-row-gap: 24px;
|
|
23051
|
+
height: 100%;
|
|
23220
23052
|
}
|
|
23221
23053
|
.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
23222
23054
|
padding-block-start: 24px;
|
|
@@ -23618,6 +23450,239 @@ html.v-overlay-scroll-blocked {
|
|
|
23618
23450
|
|
|
23619
23451
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
23620
23452
|
padding-inline-end: 0;
|
|
23453
|
+
}.v-toolbar {
|
|
23454
|
+
align-items: flex-start;
|
|
23455
|
+
display: flex;
|
|
23456
|
+
flex: none;
|
|
23457
|
+
flex-direction: column;
|
|
23458
|
+
justify-content: space-between;
|
|
23459
|
+
max-width: 100%;
|
|
23460
|
+
overflow: hidden;
|
|
23461
|
+
position: relative;
|
|
23462
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23463
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
23464
|
+
width: 100%;
|
|
23465
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23466
|
+
border-style: solid;
|
|
23467
|
+
border-width: 0;
|
|
23468
|
+
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));
|
|
23469
|
+
border-radius: 0;
|
|
23470
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
23471
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23472
|
+
}
|
|
23473
|
+
.v-toolbar--border {
|
|
23474
|
+
border-width: thin;
|
|
23475
|
+
box-shadow: none;
|
|
23476
|
+
}
|
|
23477
|
+
.v-toolbar--absolute {
|
|
23478
|
+
position: absolute;
|
|
23479
|
+
}
|
|
23480
|
+
.v-toolbar--collapse {
|
|
23481
|
+
max-width: 112px;
|
|
23482
|
+
overflow: hidden;
|
|
23483
|
+
}
|
|
23484
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
23485
|
+
display: none;
|
|
23486
|
+
}
|
|
23487
|
+
.v-toolbar--collapse.v-locale--is-ltr, .v-locale--is-ltr .v-toolbar--collapse {
|
|
23488
|
+
border-bottom-right-radius: 24px;
|
|
23489
|
+
}
|
|
23490
|
+
.v-toolbar--collapse.v-locale--is-rtl, .v-locale--is-rtl .v-toolbar--collapse {
|
|
23491
|
+
border-bottom-left-radius: 24px;
|
|
23492
|
+
}
|
|
23493
|
+
.v-toolbar--flat {
|
|
23494
|
+
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));
|
|
23495
|
+
}
|
|
23496
|
+
.v-toolbar--floating {
|
|
23497
|
+
display: inline-flex;
|
|
23498
|
+
}
|
|
23499
|
+
.v-toolbar--rounded {
|
|
23500
|
+
border-radius: 4px;
|
|
23501
|
+
}
|
|
23502
|
+
|
|
23503
|
+
.v-toolbar__content,
|
|
23504
|
+
.v-toolbar__extension {
|
|
23505
|
+
align-items: center;
|
|
23506
|
+
display: flex;
|
|
23507
|
+
flex: 0 0 auto;
|
|
23508
|
+
position: relative;
|
|
23509
|
+
transition: inherit;
|
|
23510
|
+
width: 100%;
|
|
23511
|
+
}
|
|
23512
|
+
|
|
23513
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
23514
|
+
margin-inline-start: 10px;
|
|
23515
|
+
}
|
|
23516
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
23517
|
+
margin-inline-end: 10px;
|
|
23518
|
+
}
|
|
23519
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
23520
|
+
margin-inline-start: 16px;
|
|
23521
|
+
}
|
|
23522
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
23523
|
+
align-items: flex-start;
|
|
23524
|
+
}
|
|
23525
|
+
|
|
23526
|
+
.v-toolbar__image {
|
|
23527
|
+
position: absolute;
|
|
23528
|
+
top: 0;
|
|
23529
|
+
left: 0;
|
|
23530
|
+
width: 100%;
|
|
23531
|
+
height: 100%;
|
|
23532
|
+
display: flex;
|
|
23533
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
23534
|
+
transition-property: opacity;
|
|
23535
|
+
}
|
|
23536
|
+
|
|
23537
|
+
.v-toolbar__prepend,
|
|
23538
|
+
.v-toolbar__append {
|
|
23539
|
+
align-items: center;
|
|
23540
|
+
align-self: stretch;
|
|
23541
|
+
display: flex;
|
|
23542
|
+
}
|
|
23543
|
+
|
|
23544
|
+
.v-toolbar__prepend {
|
|
23545
|
+
margin-inline-start: 10px;
|
|
23546
|
+
margin-inline-end: auto;
|
|
23547
|
+
}
|
|
23548
|
+
|
|
23549
|
+
.v-toolbar__append {
|
|
23550
|
+
margin-inline-start: auto;
|
|
23551
|
+
margin-inline-end: 10px;
|
|
23552
|
+
}
|
|
23553
|
+
|
|
23554
|
+
.v-toolbar-title {
|
|
23555
|
+
flex: 1 1;
|
|
23556
|
+
font-size: 1.25rem;
|
|
23557
|
+
min-width: 0;
|
|
23558
|
+
font-size: 1.25rem;
|
|
23559
|
+
font-weight: 400;
|
|
23560
|
+
letter-spacing: 0;
|
|
23561
|
+
line-height: 1.75rem;
|
|
23562
|
+
text-transform: none;
|
|
23563
|
+
}
|
|
23564
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
23565
|
+
align-self: flex-end;
|
|
23566
|
+
padding-bottom: 6px;
|
|
23567
|
+
font-size: 1.5rem;
|
|
23568
|
+
font-weight: 400;
|
|
23569
|
+
letter-spacing: 0;
|
|
23570
|
+
line-height: 2.25rem;
|
|
23571
|
+
text-transform: none;
|
|
23572
|
+
}
|
|
23573
|
+
|
|
23574
|
+
.v-toolbar-title__placeholder {
|
|
23575
|
+
overflow: hidden;
|
|
23576
|
+
text-overflow: ellipsis;
|
|
23577
|
+
white-space: nowrap;
|
|
23578
|
+
}
|
|
23579
|
+
|
|
23580
|
+
.v-toolbar-items {
|
|
23581
|
+
display: flex;
|
|
23582
|
+
height: inherit;
|
|
23583
|
+
align-self: stretch;
|
|
23584
|
+
}
|
|
23585
|
+
.v-toolbar-items > .v-btn {
|
|
23586
|
+
border-radius: 0;
|
|
23587
|
+
}.v-tooltip > .v-overlay__content {
|
|
23588
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23589
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23590
|
+
border-radius: 4px;
|
|
23591
|
+
font-size: 0.875rem;
|
|
23592
|
+
line-height: 1.6;
|
|
23593
|
+
display: inline-block;
|
|
23594
|
+
padding: 5px 16px;
|
|
23595
|
+
text-transform: initial;
|
|
23596
|
+
width: auto;
|
|
23597
|
+
opacity: 1;
|
|
23598
|
+
pointer-events: none;
|
|
23599
|
+
transition-property: opacity, transform;
|
|
23600
|
+
}
|
|
23601
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
23602
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23603
|
+
transition-duration: 150ms;
|
|
23604
|
+
}
|
|
23605
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
23606
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
23607
|
+
transition-duration: 75ms;
|
|
23608
|
+
}.v-virtual-scroll {
|
|
23609
|
+
display: block;
|
|
23610
|
+
flex: 1 1 auto;
|
|
23611
|
+
max-width: 100%;
|
|
23612
|
+
overflow: auto;
|
|
23613
|
+
position: relative;
|
|
23614
|
+
}
|
|
23615
|
+
.v-virtual-scroll__container {
|
|
23616
|
+
display: block;
|
|
23617
|
+
}.v-window {
|
|
23618
|
+
overflow: hidden;
|
|
23619
|
+
}
|
|
23620
|
+
.v-window__container {
|
|
23621
|
+
display: flex;
|
|
23622
|
+
flex-direction: column;
|
|
23623
|
+
height: inherit;
|
|
23624
|
+
position: relative;
|
|
23625
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
23626
|
+
}
|
|
23627
|
+
.v-window__controls {
|
|
23628
|
+
position: absolute;
|
|
23629
|
+
left: 0;
|
|
23630
|
+
top: 0;
|
|
23631
|
+
width: 100%;
|
|
23632
|
+
height: 100%;
|
|
23633
|
+
display: flex;
|
|
23634
|
+
align-items: center;
|
|
23635
|
+
justify-content: space-between;
|
|
23636
|
+
padding: 0 16px;
|
|
23637
|
+
pointer-events: none;
|
|
23638
|
+
}
|
|
23639
|
+
.v-window__controls * {
|
|
23640
|
+
pointer-events: auto;
|
|
23641
|
+
}
|
|
23642
|
+
.v-window--show-arrows-on-hover {
|
|
23643
|
+
overflow: hidden;
|
|
23644
|
+
}
|
|
23645
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
|
23646
|
+
transform: translateX(-200%);
|
|
23647
|
+
}
|
|
23648
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
|
23649
|
+
transform: translateX(200%);
|
|
23650
|
+
}
|
|
23651
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
23652
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
23653
|
+
transform: translateX(0);
|
|
23654
|
+
}
|
|
23655
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
23656
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
23657
|
+
}
|
|
23658
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
23659
|
+
position: absolute !important;
|
|
23660
|
+
top: 0;
|
|
23661
|
+
width: 100%;
|
|
23662
|
+
}
|
|
23663
|
+
.v-window-x-transition-enter-from {
|
|
23664
|
+
transform: translateX(100%);
|
|
23665
|
+
}
|
|
23666
|
+
.v-window-x-transition-leave-to {
|
|
23667
|
+
transform: translateX(-100%);
|
|
23668
|
+
}
|
|
23669
|
+
.v-window-x-reverse-transition-enter-from {
|
|
23670
|
+
transform: translateX(-100%);
|
|
23671
|
+
}
|
|
23672
|
+
.v-window-x-reverse-transition-leave-to {
|
|
23673
|
+
transform: translateX(100%);
|
|
23674
|
+
}
|
|
23675
|
+
.v-window-y-transition-enter-from {
|
|
23676
|
+
transform: translateY(100%);
|
|
23677
|
+
}
|
|
23678
|
+
.v-window-y-transition-leave-to {
|
|
23679
|
+
transform: translateY(-100%);
|
|
23680
|
+
}
|
|
23681
|
+
.v-window-y-reverse-transition-enter-from {
|
|
23682
|
+
transform: translateY(-100%);
|
|
23683
|
+
}
|
|
23684
|
+
.v-window-y-reverse-transition-leave-to {
|
|
23685
|
+
transform: translateY(100%);
|
|
23621
23686
|
}.v-color-picker-canvas {
|
|
23622
23687
|
display: flex;
|
|
23623
23688
|
position: relative;
|