vuetify 3.7.0 → 3.7.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 +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17978,6 +17978,18 @@ html.overflow-y-hidden {
|
|
|
17978
17978
|
}
|
|
17979
17979
|
.v-kbd {
|
|
17980
17980
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17981
|
+
}.v-app-bar {
|
|
17982
|
+
display: flex;
|
|
17983
|
+
}
|
|
17984
|
+
.v-app-bar.v-toolbar {
|
|
17985
|
+
background: rgb(var(--v-theme-surface));
|
|
17986
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17987
|
+
}
|
|
17988
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17989
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17990
|
+
}
|
|
17991
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17992
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17981
17993
|
}.v-application {
|
|
17982
17994
|
display: flex;
|
|
17983
17995
|
background: rgb(var(--v-theme-background));
|
|
@@ -17994,18 +18006,6 @@ html.overflow-y-hidden {
|
|
|
17994
18006
|
min-height: 100vh;
|
|
17995
18007
|
min-height: 100dvh;
|
|
17996
18008
|
position: relative;
|
|
17997
|
-
}.v-app-bar {
|
|
17998
|
-
display: flex;
|
|
17999
|
-
}
|
|
18000
|
-
.v-app-bar.v-toolbar {
|
|
18001
|
-
background: rgb(var(--v-theme-surface));
|
|
18002
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18003
|
-
}
|
|
18004
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18005
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18006
|
-
}
|
|
18007
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18008
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
18009
18009
|
}.v-alert {
|
|
18010
18010
|
display: grid;
|
|
18011
18011
|
flex: 1 1;
|
|
@@ -18307,112 +18307,6 @@ html.overflow-y-hidden {
|
|
|
18307
18307
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18308
18308
|
opacity: var(--v-high-emphasis-opacity);
|
|
18309
18309
|
transform: rotate(180deg);
|
|
18310
|
-
}.v-avatar {
|
|
18311
|
-
flex: none;
|
|
18312
|
-
align-items: center;
|
|
18313
|
-
display: inline-flex;
|
|
18314
|
-
justify-content: center;
|
|
18315
|
-
line-height: normal;
|
|
18316
|
-
overflow: hidden;
|
|
18317
|
-
position: relative;
|
|
18318
|
-
text-align: center;
|
|
18319
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18320
|
-
transition-property: width, height;
|
|
18321
|
-
vertical-align: middle;
|
|
18322
|
-
}
|
|
18323
|
-
.v-avatar.v-avatar--size-x-small {
|
|
18324
|
-
--v-avatar-height: 24px;
|
|
18325
|
-
}
|
|
18326
|
-
.v-avatar.v-avatar--size-small {
|
|
18327
|
-
--v-avatar-height: 32px;
|
|
18328
|
-
}
|
|
18329
|
-
.v-avatar.v-avatar--size-default {
|
|
18330
|
-
--v-avatar-height: 40px;
|
|
18331
|
-
}
|
|
18332
|
-
.v-avatar.v-avatar--size-large {
|
|
18333
|
-
--v-avatar-height: 48px;
|
|
18334
|
-
}
|
|
18335
|
-
.v-avatar.v-avatar--size-x-large {
|
|
18336
|
-
--v-avatar-height: 56px;
|
|
18337
|
-
}
|
|
18338
|
-
.v-avatar.v-avatar--density-default {
|
|
18339
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
18340
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
18341
|
-
}
|
|
18342
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
18343
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
18344
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
18345
|
-
}
|
|
18346
|
-
.v-avatar.v-avatar--density-compact {
|
|
18347
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
18348
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
18349
|
-
}
|
|
18350
|
-
.v-avatar {
|
|
18351
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18352
|
-
border-style: solid;
|
|
18353
|
-
border-width: thin;
|
|
18354
|
-
}
|
|
18355
|
-
.v-avatar--border {
|
|
18356
|
-
border-width: thin;
|
|
18357
|
-
box-shadow: none;
|
|
18358
|
-
}
|
|
18359
|
-
.v-avatar {
|
|
18360
|
-
border-radius: 50%;
|
|
18361
|
-
}
|
|
18362
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18363
|
-
background: transparent;
|
|
18364
|
-
color: inherit;
|
|
18365
|
-
}
|
|
18366
|
-
.v-avatar--variant-plain {
|
|
18367
|
-
opacity: 0.62;
|
|
18368
|
-
}
|
|
18369
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18370
|
-
opacity: 1;
|
|
18371
|
-
}
|
|
18372
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18373
|
-
display: none;
|
|
18374
|
-
}
|
|
18375
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18376
|
-
background: var(--v-theme-surface);
|
|
18377
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18378
|
-
}
|
|
18379
|
-
.v-avatar--variant-elevated {
|
|
18380
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18381
|
-
}
|
|
18382
|
-
.v-avatar--variant-flat {
|
|
18383
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18384
|
-
}
|
|
18385
|
-
.v-avatar--variant-outlined {
|
|
18386
|
-
border: thin solid currentColor;
|
|
18387
|
-
}
|
|
18388
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
18389
|
-
background: currentColor;
|
|
18390
|
-
}
|
|
18391
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18392
|
-
background: currentColor;
|
|
18393
|
-
opacity: var(--v-activated-opacity);
|
|
18394
|
-
border-radius: inherit;
|
|
18395
|
-
top: 0;
|
|
18396
|
-
right: 0;
|
|
18397
|
-
bottom: 0;
|
|
18398
|
-
left: 0;
|
|
18399
|
-
pointer-events: none;
|
|
18400
|
-
}
|
|
18401
|
-
.v-avatar .v-avatar__underlay {
|
|
18402
|
-
position: absolute;
|
|
18403
|
-
}
|
|
18404
|
-
.v-avatar--rounded {
|
|
18405
|
-
border-radius: 4px;
|
|
18406
|
-
}
|
|
18407
|
-
.v-avatar--start {
|
|
18408
|
-
margin-inline-end: 8px;
|
|
18409
|
-
}
|
|
18410
|
-
.v-avatar--end {
|
|
18411
|
-
margin-inline-start: 8px;
|
|
18412
|
-
}
|
|
18413
|
-
.v-avatar .v-img {
|
|
18414
|
-
height: 100%;
|
|
18415
|
-
width: 100%;
|
|
18416
18310
|
}.v-badge {
|
|
18417
18311
|
display: inline-block;
|
|
18418
18312
|
line-height: 1;
|
|
@@ -18486,69 +18380,6 @@ html.overflow-y-hidden {
|
|
|
18486
18380
|
display: inline-flex;
|
|
18487
18381
|
justify-content: center;
|
|
18488
18382
|
margin: 0 4px;
|
|
18489
|
-
}.v-bottom-navigation {
|
|
18490
|
-
display: flex;
|
|
18491
|
-
max-width: 100%;
|
|
18492
|
-
overflow: hidden;
|
|
18493
|
-
position: absolute;
|
|
18494
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18495
|
-
}
|
|
18496
|
-
.v-bottom-navigation {
|
|
18497
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18498
|
-
border-style: solid;
|
|
18499
|
-
border-width: 0;
|
|
18500
|
-
}
|
|
18501
|
-
.v-bottom-navigation--border {
|
|
18502
|
-
border-width: thin;
|
|
18503
|
-
box-shadow: none;
|
|
18504
|
-
}
|
|
18505
|
-
.v-bottom-navigation {
|
|
18506
|
-
border-radius: 0;
|
|
18507
|
-
}
|
|
18508
|
-
.v-bottom-navigation {
|
|
18509
|
-
background: rgb(var(--v-theme-surface));
|
|
18510
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18511
|
-
}
|
|
18512
|
-
.v-bottom-navigation--active {
|
|
18513
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18514
|
-
}
|
|
18515
|
-
|
|
18516
|
-
.v-bottom-navigation__content {
|
|
18517
|
-
display: flex;
|
|
18518
|
-
flex: none;
|
|
18519
|
-
font-size: 0.75rem;
|
|
18520
|
-
justify-content: center;
|
|
18521
|
-
transition: inherit;
|
|
18522
|
-
width: 100%;
|
|
18523
|
-
}
|
|
18524
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18525
|
-
font-size: inherit;
|
|
18526
|
-
height: 100%;
|
|
18527
|
-
max-width: 168px;
|
|
18528
|
-
min-width: 80px;
|
|
18529
|
-
text-transform: none;
|
|
18530
|
-
transition: inherit;
|
|
18531
|
-
width: auto;
|
|
18532
|
-
}
|
|
18533
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18534
|
-
border-radius: 0;
|
|
18535
|
-
}
|
|
18536
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18537
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18538
|
-
transition: inherit;
|
|
18539
|
-
}
|
|
18540
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18541
|
-
font-size: 1.5rem;
|
|
18542
|
-
}
|
|
18543
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18544
|
-
flex-grow: 1;
|
|
18545
|
-
}
|
|
18546
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18547
|
-
transition: inherit;
|
|
18548
|
-
opacity: 0;
|
|
18549
|
-
}
|
|
18550
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18551
|
-
transform: translateY(0.5rem);
|
|
18552
18383
|
}.v-banner {
|
|
18553
18384
|
display: grid;
|
|
18554
18385
|
flex: 1 1;
|
|
@@ -18715,48 +18546,217 @@ html.overflow-y-hidden {
|
|
|
18715
18546
|
}
|
|
18716
18547
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18717
18548
|
align-self: flex-start;
|
|
18718
|
-
}.
|
|
18719
|
-
|
|
18549
|
+
}.v-avatar {
|
|
18550
|
+
flex: none;
|
|
18551
|
+
align-items: center;
|
|
18552
|
+
display: inline-flex;
|
|
18553
|
+
justify-content: center;
|
|
18554
|
+
line-height: normal;
|
|
18555
|
+
overflow: hidden;
|
|
18556
|
+
position: relative;
|
|
18557
|
+
text-align: center;
|
|
18558
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18559
|
+
transition-property: width, height;
|
|
18560
|
+
vertical-align: middle;
|
|
18720
18561
|
}
|
|
18721
|
-
.
|
|
18722
|
-
|
|
18562
|
+
.v-avatar.v-avatar--size-x-small {
|
|
18563
|
+
--v-avatar-height: 24px;
|
|
18723
18564
|
}
|
|
18724
|
-
|
|
18725
|
-
|
|
18726
|
-
align-self: flex-end;
|
|
18727
|
-
border-radius: 0;
|
|
18728
|
-
flex: 0 1 auto;
|
|
18729
|
-
left: 0;
|
|
18730
|
-
right: 0;
|
|
18731
|
-
margin-inline: 0;
|
|
18732
|
-
margin-bottom: 0;
|
|
18733
|
-
transition-duration: 0.2s;
|
|
18734
|
-
width: 100%;
|
|
18735
|
-
max-width: 100%;
|
|
18736
|
-
overflow: visible;
|
|
18565
|
+
.v-avatar.v-avatar--size-small {
|
|
18566
|
+
--v-avatar-height: 32px;
|
|
18737
18567
|
}
|
|
18738
|
-
.v-
|
|
18739
|
-
|
|
18568
|
+
.v-avatar.v-avatar--size-default {
|
|
18569
|
+
--v-avatar-height: 40px;
|
|
18740
18570
|
}
|
|
18741
|
-
.v-
|
|
18742
|
-
|
|
18743
|
-
border-radius: 0;
|
|
18571
|
+
.v-avatar.v-avatar--size-large {
|
|
18572
|
+
--v-avatar-height: 48px;
|
|
18744
18573
|
}
|
|
18745
|
-
.v-
|
|
18746
|
-
|
|
18574
|
+
.v-avatar.v-avatar--size-x-large {
|
|
18575
|
+
--v-avatar-height: 56px;
|
|
18747
18576
|
}
|
|
18748
|
-
|
|
18749
|
-
|
|
18750
|
-
|
|
18751
|
-
}
|
|
18752
|
-
}.v-breadcrumbs {
|
|
18753
|
-
display: flex;
|
|
18754
|
-
align-items: center;
|
|
18755
|
-
line-height: 1.6;
|
|
18756
|
-
padding: 16px 12px;
|
|
18577
|
+
.v-avatar.v-avatar--density-default {
|
|
18578
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
18579
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
18757
18580
|
}
|
|
18758
|
-
.v-
|
|
18759
|
-
|
|
18581
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
18582
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
18583
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
18584
|
+
}
|
|
18585
|
+
.v-avatar.v-avatar--density-compact {
|
|
18586
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
18587
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
18588
|
+
}
|
|
18589
|
+
.v-avatar {
|
|
18590
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18591
|
+
border-style: solid;
|
|
18592
|
+
border-width: 0;
|
|
18593
|
+
}
|
|
18594
|
+
.v-avatar--border {
|
|
18595
|
+
border-width: thin;
|
|
18596
|
+
box-shadow: none;
|
|
18597
|
+
}
|
|
18598
|
+
.v-avatar {
|
|
18599
|
+
border-radius: 50%;
|
|
18600
|
+
}
|
|
18601
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18602
|
+
background: transparent;
|
|
18603
|
+
color: inherit;
|
|
18604
|
+
}
|
|
18605
|
+
.v-avatar--variant-plain {
|
|
18606
|
+
opacity: 0.62;
|
|
18607
|
+
}
|
|
18608
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18609
|
+
opacity: 1;
|
|
18610
|
+
}
|
|
18611
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18612
|
+
display: none;
|
|
18613
|
+
}
|
|
18614
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18615
|
+
background: var(--v-theme-surface);
|
|
18616
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18617
|
+
}
|
|
18618
|
+
.v-avatar--variant-elevated {
|
|
18619
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18620
|
+
}
|
|
18621
|
+
.v-avatar--variant-flat {
|
|
18622
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18623
|
+
}
|
|
18624
|
+
.v-avatar--variant-outlined {
|
|
18625
|
+
border: thin solid currentColor;
|
|
18626
|
+
}
|
|
18627
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
18628
|
+
background: currentColor;
|
|
18629
|
+
}
|
|
18630
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18631
|
+
background: currentColor;
|
|
18632
|
+
opacity: var(--v-activated-opacity);
|
|
18633
|
+
border-radius: inherit;
|
|
18634
|
+
top: 0;
|
|
18635
|
+
right: 0;
|
|
18636
|
+
bottom: 0;
|
|
18637
|
+
left: 0;
|
|
18638
|
+
pointer-events: none;
|
|
18639
|
+
}
|
|
18640
|
+
.v-avatar .v-avatar__underlay {
|
|
18641
|
+
position: absolute;
|
|
18642
|
+
}
|
|
18643
|
+
.v-avatar--rounded {
|
|
18644
|
+
border-radius: 4px;
|
|
18645
|
+
}
|
|
18646
|
+
.v-avatar--start {
|
|
18647
|
+
margin-inline-end: 8px;
|
|
18648
|
+
}
|
|
18649
|
+
.v-avatar--end {
|
|
18650
|
+
margin-inline-start: 8px;
|
|
18651
|
+
}
|
|
18652
|
+
.v-avatar .v-img {
|
|
18653
|
+
height: 100%;
|
|
18654
|
+
width: 100%;
|
|
18655
|
+
}.v-bottom-navigation {
|
|
18656
|
+
display: flex;
|
|
18657
|
+
max-width: 100%;
|
|
18658
|
+
overflow: hidden;
|
|
18659
|
+
position: absolute;
|
|
18660
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18661
|
+
}
|
|
18662
|
+
.v-bottom-navigation {
|
|
18663
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18664
|
+
border-style: solid;
|
|
18665
|
+
border-width: 0;
|
|
18666
|
+
}
|
|
18667
|
+
.v-bottom-navigation--border {
|
|
18668
|
+
border-width: thin;
|
|
18669
|
+
box-shadow: none;
|
|
18670
|
+
}
|
|
18671
|
+
.v-bottom-navigation {
|
|
18672
|
+
border-radius: 0;
|
|
18673
|
+
}
|
|
18674
|
+
.v-bottom-navigation {
|
|
18675
|
+
background: rgb(var(--v-theme-surface));
|
|
18676
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18677
|
+
}
|
|
18678
|
+
.v-bottom-navigation--active {
|
|
18679
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18680
|
+
}
|
|
18681
|
+
|
|
18682
|
+
.v-bottom-navigation__content {
|
|
18683
|
+
display: flex;
|
|
18684
|
+
flex: none;
|
|
18685
|
+
font-size: 0.75rem;
|
|
18686
|
+
justify-content: center;
|
|
18687
|
+
transition: inherit;
|
|
18688
|
+
width: 100%;
|
|
18689
|
+
}
|
|
18690
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18691
|
+
font-size: inherit;
|
|
18692
|
+
height: 100%;
|
|
18693
|
+
max-width: 168px;
|
|
18694
|
+
min-width: 80px;
|
|
18695
|
+
text-transform: none;
|
|
18696
|
+
transition: inherit;
|
|
18697
|
+
width: auto;
|
|
18698
|
+
}
|
|
18699
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18700
|
+
border-radius: 0;
|
|
18701
|
+
}
|
|
18702
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18703
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18704
|
+
transition: inherit;
|
|
18705
|
+
}
|
|
18706
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18707
|
+
font-size: 1.5rem;
|
|
18708
|
+
}
|
|
18709
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18710
|
+
flex-grow: 1;
|
|
18711
|
+
}
|
|
18712
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18713
|
+
transition: inherit;
|
|
18714
|
+
opacity: 0;
|
|
18715
|
+
}
|
|
18716
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18717
|
+
transform: translateY(0.5rem);
|
|
18718
|
+
}.bottom-sheet-transition-enter-from {
|
|
18719
|
+
transform: translateY(100%);
|
|
18720
|
+
}
|
|
18721
|
+
.bottom-sheet-transition-leave-to {
|
|
18722
|
+
transform: translateY(100%);
|
|
18723
|
+
}
|
|
18724
|
+
|
|
18725
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18726
|
+
align-self: flex-end;
|
|
18727
|
+
border-radius: 0;
|
|
18728
|
+
flex: 0 1 auto;
|
|
18729
|
+
left: 0;
|
|
18730
|
+
right: 0;
|
|
18731
|
+
margin-inline: 0;
|
|
18732
|
+
margin-bottom: 0;
|
|
18733
|
+
transition-duration: 0.2s;
|
|
18734
|
+
width: 100%;
|
|
18735
|
+
max-width: 100%;
|
|
18736
|
+
overflow: visible;
|
|
18737
|
+
}
|
|
18738
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18739
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18740
|
+
}
|
|
18741
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
18742
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
18743
|
+
border-radius: 0;
|
|
18744
|
+
}
|
|
18745
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18746
|
+
max-width: none;
|
|
18747
|
+
}
|
|
18748
|
+
@media (min-width: 600px) {
|
|
18749
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18750
|
+
max-width: 70%;
|
|
18751
|
+
}
|
|
18752
|
+
}.v-breadcrumbs {
|
|
18753
|
+
display: flex;
|
|
18754
|
+
align-items: center;
|
|
18755
|
+
line-height: 1.6;
|
|
18756
|
+
padding: 16px 12px;
|
|
18757
|
+
}
|
|
18758
|
+
.v-breadcrumbs--rounded {
|
|
18759
|
+
border-radius: 4px;
|
|
18760
18760
|
}
|
|
18761
18761
|
.v-breadcrumbs--density-default {
|
|
18762
18762
|
padding-top: 16px;
|
|
@@ -18806,6 +18806,70 @@ html.overflow-y-hidden {
|
|
|
18806
18806
|
display: inline-block;
|
|
18807
18807
|
padding: 0 8px;
|
|
18808
18808
|
vertical-align: middle;
|
|
18809
|
+
}.v-btn-group {
|
|
18810
|
+
display: inline-flex;
|
|
18811
|
+
flex-wrap: nowrap;
|
|
18812
|
+
max-width: 100%;
|
|
18813
|
+
min-width: 0;
|
|
18814
|
+
overflow: hidden;
|
|
18815
|
+
vertical-align: middle;
|
|
18816
|
+
}
|
|
18817
|
+
.v-btn-group {
|
|
18818
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18819
|
+
border-style: solid;
|
|
18820
|
+
border-width: 0;
|
|
18821
|
+
}
|
|
18822
|
+
.v-btn-group--border {
|
|
18823
|
+
border-width: thin;
|
|
18824
|
+
box-shadow: none;
|
|
18825
|
+
}
|
|
18826
|
+
.v-btn-group {
|
|
18827
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18828
|
+
}
|
|
18829
|
+
.v-btn-group {
|
|
18830
|
+
border-radius: 4px;
|
|
18831
|
+
}
|
|
18832
|
+
.v-btn-group {
|
|
18833
|
+
background: transparent;
|
|
18834
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18835
|
+
}
|
|
18836
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18837
|
+
height: 48px;
|
|
18838
|
+
}
|
|
18839
|
+
|
|
18840
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18841
|
+
height: 40px;
|
|
18842
|
+
}
|
|
18843
|
+
|
|
18844
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18845
|
+
height: 36px;
|
|
18846
|
+
}
|
|
18847
|
+
|
|
18848
|
+
.v-btn-group .v-btn {
|
|
18849
|
+
border-radius: 0;
|
|
18850
|
+
border-color: inherit;
|
|
18851
|
+
}
|
|
18852
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18853
|
+
border-inline-end: none;
|
|
18854
|
+
}
|
|
18855
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18856
|
+
border-inline-start: none;
|
|
18857
|
+
}
|
|
18858
|
+
.v-btn-group .v-btn:first-child {
|
|
18859
|
+
border-start-start-radius: inherit;
|
|
18860
|
+
border-end-start-radius: inherit;
|
|
18861
|
+
}
|
|
18862
|
+
.v-btn-group .v-btn:last-child {
|
|
18863
|
+
border-start-end-radius: inherit;
|
|
18864
|
+
border-end-end-radius: inherit;
|
|
18865
|
+
}
|
|
18866
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18867
|
+
border-inline-end-width: thin;
|
|
18868
|
+
border-inline-end-style: solid;
|
|
18869
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18870
|
+
}
|
|
18871
|
+
.v-btn-group--tile {
|
|
18872
|
+
border-radius: 0;
|
|
18809
18873
|
}.v-btn {
|
|
18810
18874
|
align-items: center;
|
|
18811
18875
|
border-radius: 4px;
|
|
@@ -19230,94 +19294,17 @@ html.overflow-y-hidden {
|
|
|
19230
19294
|
}
|
|
19231
19295
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
19232
19296
|
opacity: var(--v-border-opacity);
|
|
19233
|
-
}.v-
|
|
19234
|
-
display:
|
|
19235
|
-
flex-wrap: nowrap;
|
|
19236
|
-
max-width: 100%;
|
|
19237
|
-
min-width: 0;
|
|
19297
|
+
}.v-card {
|
|
19298
|
+
display: block;
|
|
19238
19299
|
overflow: hidden;
|
|
19239
|
-
|
|
19240
|
-
|
|
19241
|
-
|
|
19242
|
-
|
|
19243
|
-
|
|
19244
|
-
|
|
19245
|
-
|
|
19246
|
-
|
|
19247
|
-
border-width: thin;
|
|
19248
|
-
box-shadow: none;
|
|
19249
|
-
}
|
|
19250
|
-
.v-btn-group {
|
|
19251
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19252
|
-
}
|
|
19253
|
-
.v-btn-group {
|
|
19254
|
-
border-radius: 4px;
|
|
19255
|
-
}
|
|
19256
|
-
.v-btn-group {
|
|
19257
|
-
background: transparent;
|
|
19258
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19259
|
-
}
|
|
19260
|
-
.v-btn-group--density-default.v-btn-group {
|
|
19261
|
-
height: 48px;
|
|
19262
|
-
}
|
|
19263
|
-
|
|
19264
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
19265
|
-
height: 40px;
|
|
19266
|
-
}
|
|
19267
|
-
|
|
19268
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
19269
|
-
height: 36px;
|
|
19270
|
-
}
|
|
19271
|
-
|
|
19272
|
-
.v-btn-group .v-btn {
|
|
19273
|
-
border-radius: 0;
|
|
19274
|
-
border-color: inherit;
|
|
19275
|
-
}
|
|
19276
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
19277
|
-
border-inline-end: none;
|
|
19278
|
-
}
|
|
19279
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
19280
|
-
border-inline-start: none;
|
|
19281
|
-
}
|
|
19282
|
-
.v-btn-group .v-btn:first-child {
|
|
19283
|
-
border-start-start-radius: inherit;
|
|
19284
|
-
border-end-start-radius: inherit;
|
|
19285
|
-
}
|
|
19286
|
-
.v-btn-group .v-btn:last-child {
|
|
19287
|
-
border-start-end-radius: inherit;
|
|
19288
|
-
border-end-end-radius: inherit;
|
|
19289
|
-
}
|
|
19290
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19291
|
-
border-inline-end-width: thin;
|
|
19292
|
-
border-inline-end-style: solid;
|
|
19293
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19294
|
-
}
|
|
19295
|
-
.v-btn-group--tile {
|
|
19296
|
-
border-radius: 0;
|
|
19297
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19298
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19299
|
-
}
|
|
19300
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19301
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19302
|
-
}
|
|
19303
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19304
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19305
|
-
}
|
|
19306
|
-
@supports not selector(:focus-visible) {
|
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19309
|
-
}
|
|
19310
|
-
}.v-card {
|
|
19311
|
-
display: block;
|
|
19312
|
-
overflow: hidden;
|
|
19313
|
-
overflow-wrap: break-word;
|
|
19314
|
-
position: relative;
|
|
19315
|
-
padding: 0;
|
|
19316
|
-
text-decoration: none;
|
|
19317
|
-
transition-duration: 0.28s;
|
|
19318
|
-
transition-property: box-shadow, opacity, background;
|
|
19319
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19320
|
-
z-index: 0;
|
|
19300
|
+
overflow-wrap: break-word;
|
|
19301
|
+
position: relative;
|
|
19302
|
+
padding: 0;
|
|
19303
|
+
text-decoration: none;
|
|
19304
|
+
transition-duration: 0.28s;
|
|
19305
|
+
transition-property: box-shadow, opacity, background;
|
|
19306
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19307
|
+
z-index: 0;
|
|
19321
19308
|
}
|
|
19322
19309
|
.v-card {
|
|
19323
19310
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -19615,6 +19602,24 @@ html.overflow-y-hidden {
|
|
|
19615
19602
|
pointer-events: none;
|
|
19616
19603
|
opacity: 0;
|
|
19617
19604
|
transition: opacity 0.2s ease-in-out;
|
|
19605
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19606
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19607
|
+
}
|
|
19608
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19609
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19610
|
+
}
|
|
19611
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19612
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19613
|
+
}
|
|
19614
|
+
@supports not selector(:focus-visible) {
|
|
19615
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19616
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19617
|
+
}
|
|
19618
|
+
}.v-checkbox.v-input {
|
|
19619
|
+
flex: 0 1 auto;
|
|
19620
|
+
}
|
|
19621
|
+
.v-checkbox .v-selection-control {
|
|
19622
|
+
min-height: var(--v-input-control-height);
|
|
19618
19623
|
}.v-carousel {
|
|
19619
19624
|
overflow: hidden;
|
|
19620
19625
|
position: relative;
|
|
@@ -19680,11 +19685,6 @@ html.overflow-y-hidden {
|
|
|
19680
19685
|
flex-direction: column;
|
|
19681
19686
|
height: 100% !important;
|
|
19682
19687
|
width: 50px;
|
|
19683
|
-
}.v-checkbox.v-input {
|
|
19684
|
-
flex: 0 1 auto;
|
|
19685
|
-
}
|
|
19686
|
-
.v-checkbox .v-selection-control {
|
|
19687
|
-
min-height: var(--v-input-control-height);
|
|
19688
19688
|
}.v-chip {
|
|
19689
19689
|
align-items: center;
|
|
19690
19690
|
display: inline-flex;
|
|
@@ -20121,6 +20121,28 @@ html.overflow-y-hidden {
|
|
|
20121
20121
|
white-space: normal;
|
|
20122
20122
|
flex-wrap: wrap;
|
|
20123
20123
|
max-width: 100%;
|
|
20124
|
+
}.v-color-picker {
|
|
20125
|
+
align-self: flex-start;
|
|
20126
|
+
contain: content;
|
|
20127
|
+
}
|
|
20128
|
+
.v-color-picker.v-sheet {
|
|
20129
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20130
|
+
}
|
|
20131
|
+
.v-color-picker.v-sheet {
|
|
20132
|
+
border-radius: 4px;
|
|
20133
|
+
}
|
|
20134
|
+
|
|
20135
|
+
.v-color-picker__controls {
|
|
20136
|
+
display: flex;
|
|
20137
|
+
flex-direction: column;
|
|
20138
|
+
padding: 16px;
|
|
20139
|
+
}
|
|
20140
|
+
|
|
20141
|
+
.v-color-picker--flat {
|
|
20142
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20143
|
+
}
|
|
20144
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20145
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20124
20146
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
20125
20147
|
.v-combobox .v-field .v-text-field__suffix,
|
|
20126
20148
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -20206,33 +20228,37 @@ html.overflow-y-hidden {
|
|
|
20206
20228
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20207
20229
|
opacity: var(--v-high-emphasis-opacity);
|
|
20208
20230
|
transform: rotate(180deg);
|
|
20209
|
-
}.v-
|
|
20210
|
-
align-
|
|
20211
|
-
|
|
20231
|
+
}.v-data-table-footer {
|
|
20232
|
+
align-items: center;
|
|
20233
|
+
display: flex;
|
|
20234
|
+
flex-wrap: wrap;
|
|
20235
|
+
justify-content: flex-end;
|
|
20236
|
+
padding: 8px 4px;
|
|
20212
20237
|
}
|
|
20213
|
-
.v-
|
|
20214
|
-
|
|
20238
|
+
.v-data-table-footer__items-per-page {
|
|
20239
|
+
align-items: center;
|
|
20240
|
+
display: flex;
|
|
20241
|
+
justify-content: center;
|
|
20215
20242
|
}
|
|
20216
|
-
.v-
|
|
20217
|
-
|
|
20243
|
+
.v-data-table-footer__items-per-page > span {
|
|
20244
|
+
padding-inline-end: 8px;
|
|
20218
20245
|
}
|
|
20219
|
-
|
|
20220
|
-
|
|
20246
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20247
|
+
width: 90px;
|
|
20248
|
+
}
|
|
20249
|
+
.v-data-table-footer__info {
|
|
20221
20250
|
display: flex;
|
|
20222
|
-
|
|
20223
|
-
|
|
20251
|
+
justify-content: flex-end;
|
|
20252
|
+
min-width: 116px;
|
|
20253
|
+
padding: 0 16px;
|
|
20224
20254
|
}
|
|
20225
|
-
|
|
20226
|
-
|
|
20227
|
-
|
|
20255
|
+
.v-data-table-footer__paginationz {
|
|
20256
|
+
align-items: center;
|
|
20257
|
+
display: flex;
|
|
20258
|
+
margin-inline-start: 16px;
|
|
20228
20259
|
}
|
|
20229
|
-
.v-
|
|
20230
|
-
|
|
20231
|
-
}.v-counter {
|
|
20232
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20233
|
-
flex: 0 1 auto;
|
|
20234
|
-
font-size: 12px;
|
|
20235
|
-
transition-duration: 150ms;
|
|
20260
|
+
.v-data-table-footer__page {
|
|
20261
|
+
padding: 0 8px;
|
|
20236
20262
|
}.v-data-table {
|
|
20237
20263
|
width: 100%;
|
|
20238
20264
|
}
|
|
@@ -20420,37 +20446,6 @@ html.overflow-y-hidden {
|
|
|
20420
20446
|
}
|
|
20421
20447
|
.v-data-table__td-sort-icon-active {
|
|
20422
20448
|
color: rgba(var(--v-theme-on-surface));
|
|
20423
|
-
}.v-data-table-footer {
|
|
20424
|
-
align-items: center;
|
|
20425
|
-
display: flex;
|
|
20426
|
-
flex-wrap: wrap;
|
|
20427
|
-
justify-content: flex-end;
|
|
20428
|
-
padding: 8px 4px;
|
|
20429
|
-
}
|
|
20430
|
-
.v-data-table-footer__items-per-page {
|
|
20431
|
-
align-items: center;
|
|
20432
|
-
display: flex;
|
|
20433
|
-
justify-content: center;
|
|
20434
|
-
}
|
|
20435
|
-
.v-data-table-footer__items-per-page > span {
|
|
20436
|
-
padding-inline-end: 8px;
|
|
20437
|
-
}
|
|
20438
|
-
.v-data-table-footer__items-per-page > .v-select {
|
|
20439
|
-
width: 90px;
|
|
20440
|
-
}
|
|
20441
|
-
.v-data-table-footer__info {
|
|
20442
|
-
display: flex;
|
|
20443
|
-
justify-content: flex-end;
|
|
20444
|
-
min-width: 116px;
|
|
20445
|
-
padding: 0 16px;
|
|
20446
|
-
}
|
|
20447
|
-
.v-data-table-footer__paginationz {
|
|
20448
|
-
align-items: center;
|
|
20449
|
-
display: flex;
|
|
20450
|
-
margin-inline-start: 16px;
|
|
20451
|
-
}
|
|
20452
|
-
.v-data-table-footer__page {
|
|
20453
|
-
padding: 0 8px;
|
|
20454
20449
|
}.v-date-picker {
|
|
20455
20450
|
overflow: hidden;
|
|
20456
20451
|
width: 328px;
|
|
@@ -20662,34 +20657,134 @@ html.overflow-y-hidden {
|
|
|
20662
20657
|
}
|
|
20663
20658
|
.v-date-picker-years__content .v-btn {
|
|
20664
20659
|
padding-inline: 8px;
|
|
20665
|
-
}.v-
|
|
20666
|
-
|
|
20667
|
-
|
|
20668
|
-
margin
|
|
20669
|
-
margin-left: auto;
|
|
20660
|
+
}.v-dialog {
|
|
20661
|
+
align-items: center;
|
|
20662
|
+
justify-content: center;
|
|
20663
|
+
margin: auto;
|
|
20670
20664
|
}
|
|
20671
|
-
|
|
20672
|
-
|
|
20673
|
-
|
|
20674
|
-
|
|
20665
|
+
.v-dialog > .v-overlay__content {
|
|
20666
|
+
max-height: calc(100% - 48px);
|
|
20667
|
+
width: calc(100% - 48px);
|
|
20668
|
+
max-width: calc(100% - 48px);
|
|
20669
|
+
margin: 24px;
|
|
20675
20670
|
}
|
|
20676
|
-
|
|
20677
|
-
|
|
20678
|
-
|
|
20679
|
-
|
|
20671
|
+
.v-dialog > .v-overlay__content,
|
|
20672
|
+
.v-dialog > .v-overlay__content > form {
|
|
20673
|
+
display: flex;
|
|
20674
|
+
flex-direction: column;
|
|
20675
|
+
min-height: 0;
|
|
20680
20676
|
}
|
|
20681
|
-
|
|
20682
|
-
|
|
20683
|
-
|
|
20684
|
-
|
|
20677
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20678
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20679
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20680
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20681
|
+
--v-scrollbar-offset: 0px;
|
|
20682
|
+
border-radius: 4px;
|
|
20683
|
+
overflow-y: auto;
|
|
20685
20684
|
}
|
|
20686
|
-
|
|
20687
|
-
|
|
20688
|
-
|
|
20689
|
-
|
|
20685
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20686
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20687
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20688
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20689
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20690
20690
|
}
|
|
20691
|
-
.v-
|
|
20692
|
-
|
|
20691
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20692
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
20693
|
+
display: flex;
|
|
20694
|
+
flex-direction: column;
|
|
20695
|
+
}
|
|
20696
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20697
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20698
|
+
padding: 16px 24px;
|
|
20699
|
+
}
|
|
20700
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20701
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20702
|
+
padding-top: 0;
|
|
20703
|
+
}
|
|
20704
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
20705
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20706
|
+
font-size: inherit;
|
|
20707
|
+
letter-spacing: 0.03125em;
|
|
20708
|
+
line-height: inherit;
|
|
20709
|
+
padding: 16px 24px 24px;
|
|
20710
|
+
}
|
|
20711
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
|
20712
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
|
20713
|
+
justify-content: flex-end;
|
|
20714
|
+
}
|
|
20715
|
+
|
|
20716
|
+
.v-dialog--fullscreen {
|
|
20717
|
+
--v-scrollbar-offset: 0px;
|
|
20718
|
+
}
|
|
20719
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
20720
|
+
border-radius: 0;
|
|
20721
|
+
margin: 0;
|
|
20722
|
+
padding: 0;
|
|
20723
|
+
width: 100%;
|
|
20724
|
+
max-width: 100%;
|
|
20725
|
+
max-height: 100%;
|
|
20726
|
+
overflow-y: auto;
|
|
20727
|
+
top: 0;
|
|
20728
|
+
left: 0;
|
|
20729
|
+
}
|
|
20730
|
+
.v-dialog--fullscreen > .v-overlay__content,
|
|
20731
|
+
.v-dialog--fullscreen > .v-overlay__content > form {
|
|
20732
|
+
height: 100%;
|
|
20733
|
+
}
|
|
20734
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20735
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20736
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20737
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20738
|
+
min-height: 100%;
|
|
20739
|
+
min-width: 100%;
|
|
20740
|
+
border-radius: 0;
|
|
20741
|
+
}
|
|
20742
|
+
|
|
20743
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
20744
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
20745
|
+
display: flex;
|
|
20746
|
+
}
|
|
20747
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20748
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20749
|
+
display: flex;
|
|
20750
|
+
flex: 1 1 100%;
|
|
20751
|
+
flex-direction: column;
|
|
20752
|
+
max-height: 100%;
|
|
20753
|
+
max-width: 100%;
|
|
20754
|
+
}
|
|
20755
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20756
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20757
|
+
-webkit-backface-visibility: hidden;
|
|
20758
|
+
backface-visibility: hidden;
|
|
20759
|
+
overflow-y: auto;
|
|
20760
|
+
}.v-container {
|
|
20761
|
+
width: 100%;
|
|
20762
|
+
padding: 16px;
|
|
20763
|
+
margin-right: auto;
|
|
20764
|
+
margin-left: auto;
|
|
20765
|
+
}
|
|
20766
|
+
@media (min-width: 960px) {
|
|
20767
|
+
.v-container {
|
|
20768
|
+
max-width: 900px;
|
|
20769
|
+
}
|
|
20770
|
+
}
|
|
20771
|
+
@media (min-width: 1280px) {
|
|
20772
|
+
.v-container {
|
|
20773
|
+
max-width: 1200px;
|
|
20774
|
+
}
|
|
20775
|
+
}
|
|
20776
|
+
@media (min-width: 1920px) {
|
|
20777
|
+
.v-container {
|
|
20778
|
+
max-width: 1800px;
|
|
20779
|
+
}
|
|
20780
|
+
}
|
|
20781
|
+
@media (min-width: 2560px) {
|
|
20782
|
+
.v-container {
|
|
20783
|
+
max-width: 2400px;
|
|
20784
|
+
}
|
|
20785
|
+
}
|
|
20786
|
+
.v-container--fluid {
|
|
20787
|
+
max-width: 100%;
|
|
20693
20788
|
}
|
|
20694
20789
|
.v-container.fill-height {
|
|
20695
20790
|
align-items: center;
|
|
@@ -21334,103 +21429,58 @@ html.overflow-y-hidden {
|
|
|
21334
21429
|
.offset-xxl-11 {
|
|
21335
21430
|
margin-inline-start: 91.6666666667%;
|
|
21336
21431
|
}
|
|
21337
|
-
}.v-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21342
|
-
|
|
21343
|
-
|
|
21344
|
-
width: calc(100% - 48px);
|
|
21345
|
-
max-width: calc(100% - 48px);
|
|
21346
|
-
margin: 24px;
|
|
21347
|
-
}
|
|
21348
|
-
.v-dialog > .v-overlay__content,
|
|
21349
|
-
.v-dialog > .v-overlay__content > form {
|
|
21350
|
-
display: flex;
|
|
21351
|
-
flex-direction: column;
|
|
21352
|
-
min-height: 0;
|
|
21353
|
-
}
|
|
21354
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
21355
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21356
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21357
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21358
|
-
--v-scrollbar-offset: 0px;
|
|
21359
|
-
border-radius: 4px;
|
|
21360
|
-
overflow-y: auto;
|
|
21361
|
-
}
|
|
21362
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
21363
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21364
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21365
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21366
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21367
|
-
}
|
|
21368
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
21369
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
|
21370
|
-
display: flex;
|
|
21371
|
-
flex-direction: column;
|
|
21432
|
+
}.v-divider {
|
|
21433
|
+
display: block;
|
|
21434
|
+
flex: 1 1 100%;
|
|
21435
|
+
height: 0px;
|
|
21436
|
+
max-height: 0px;
|
|
21437
|
+
opacity: var(--v-border-opacity);
|
|
21438
|
+
transition: inherit;
|
|
21372
21439
|
}
|
|
21373
|
-
.v-
|
|
21374
|
-
|
|
21375
|
-
|
|
21440
|
+
.v-divider {
|
|
21441
|
+
border-style: solid;
|
|
21442
|
+
border-width: thin 0 0 0;
|
|
21376
21443
|
}
|
|
21377
|
-
.v-
|
|
21378
|
-
|
|
21379
|
-
|
|
21444
|
+
.v-divider--vertical {
|
|
21445
|
+
align-self: stretch;
|
|
21446
|
+
border-width: 0 thin 0 0;
|
|
21447
|
+
display: inline-flex;
|
|
21448
|
+
height: auto;
|
|
21449
|
+
margin-left: -1px;
|
|
21450
|
+
max-height: 100%;
|
|
21451
|
+
max-width: 0px;
|
|
21452
|
+
vertical-align: text-bottom;
|
|
21453
|
+
width: 0px;
|
|
21380
21454
|
}
|
|
21381
|
-
.v-
|
|
21382
|
-
|
|
21383
|
-
|
|
21384
|
-
letter-spacing: 0.03125em;
|
|
21385
|
-
line-height: inherit;
|
|
21386
|
-
padding: 16px 24px 24px;
|
|
21455
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21456
|
+
max-width: calc(100% - 72px);
|
|
21457
|
+
margin-inline-start: 72px;
|
|
21387
21458
|
}
|
|
21388
|
-
.v-
|
|
21389
|
-
|
|
21390
|
-
|
|
21459
|
+
.v-divider--inset.v-divider--vertical {
|
|
21460
|
+
margin-bottom: 8px;
|
|
21461
|
+
margin-top: 8px;
|
|
21462
|
+
max-height: calc(100% - 16px);
|
|
21391
21463
|
}
|
|
21392
21464
|
|
|
21393
|
-
.v-
|
|
21394
|
-
|
|
21395
|
-
|
|
21396
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
|
21397
|
-
border-radius: 0;
|
|
21398
|
-
margin: 0;
|
|
21399
|
-
padding: 0;
|
|
21400
|
-
width: 100%;
|
|
21401
|
-
height: 100%;
|
|
21402
|
-
max-width: 100%;
|
|
21403
|
-
max-height: 100%;
|
|
21404
|
-
overflow-y: auto;
|
|
21405
|
-
top: 0;
|
|
21406
|
-
left: 0;
|
|
21465
|
+
.v-divider__content {
|
|
21466
|
+
padding: 0 16px;
|
|
21467
|
+
text-wrap: nowrap;
|
|
21407
21468
|
}
|
|
21408
|
-
.v-
|
|
21409
|
-
|
|
21410
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
21411
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
21412
|
-
min-height: 100%;
|
|
21413
|
-
min-width: 100%;
|
|
21414
|
-
border-radius: 0;
|
|
21469
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
21470
|
+
padding: 4px 0;
|
|
21415
21471
|
}
|
|
21416
21472
|
|
|
21417
|
-
.v-
|
|
21418
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
|
21473
|
+
.v-divider__wrapper {
|
|
21419
21474
|
display: flex;
|
|
21475
|
+
align-items: center;
|
|
21476
|
+
justify-content: center;
|
|
21420
21477
|
}
|
|
21421
|
-
.v-
|
|
21422
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
21423
|
-
display: flex;
|
|
21424
|
-
flex: 1 1 100%;
|
|
21478
|
+
.v-divider__wrapper--vertical {
|
|
21425
21479
|
flex-direction: column;
|
|
21426
|
-
|
|
21427
|
-
max-width: 100%;
|
|
21480
|
+
height: 100%;
|
|
21428
21481
|
}
|
|
21429
|
-
.v-
|
|
21430
|
-
|
|
21431
|
-
-webkit-backface-visibility: hidden;
|
|
21432
|
-
backface-visibility: hidden;
|
|
21433
|
-
overflow-y: auto;
|
|
21482
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
21483
|
+
margin: 0 auto;
|
|
21434
21484
|
}.v-empty-state {
|
|
21435
21485
|
align-items: center;
|
|
21436
21486
|
display: flex;
|
|
@@ -22431,78 +22481,26 @@ textarea.v-field__input::placeholder {
|
|
|
22431
22481
|
}
|
|
22432
22482
|
.v-footer--rounded {
|
|
22433
22483
|
border-radius: 4px;
|
|
22434
|
-
}.v-
|
|
22435
|
-
|
|
22436
|
-
|
|
22437
|
-
height: 0px;
|
|
22438
|
-
max-height: 0px;
|
|
22439
|
-
opacity: var(--v-border-opacity);
|
|
22440
|
-
transition: inherit;
|
|
22441
|
-
}
|
|
22442
|
-
.v-divider {
|
|
22443
|
-
border-style: solid;
|
|
22444
|
-
border-width: thin 0 0 0;
|
|
22445
|
-
}
|
|
22446
|
-
.v-divider--vertical {
|
|
22447
|
-
align-self: stretch;
|
|
22448
|
-
border-width: 0 thin 0 0;
|
|
22484
|
+
}.v-icon {
|
|
22485
|
+
--v-icon-size-multiplier: 1;
|
|
22486
|
+
align-items: center;
|
|
22449
22487
|
display: inline-flex;
|
|
22450
|
-
|
|
22451
|
-
|
|
22452
|
-
|
|
22453
|
-
|
|
22454
|
-
|
|
22455
|
-
|
|
22488
|
+
font-feature-settings: "liga";
|
|
22489
|
+
height: 1em;
|
|
22490
|
+
justify-content: center;
|
|
22491
|
+
letter-spacing: normal;
|
|
22492
|
+
line-height: 1;
|
|
22493
|
+
position: relative;
|
|
22494
|
+
text-indent: 0;
|
|
22495
|
+
text-align: center;
|
|
22496
|
+
-webkit-user-select: none;
|
|
22497
|
+
user-select: none;
|
|
22498
|
+
vertical-align: middle;
|
|
22499
|
+
width: 1em;
|
|
22500
|
+
min-width: 1em;
|
|
22456
22501
|
}
|
|
22457
|
-
.v-
|
|
22458
|
-
|
|
22459
|
-
margin-inline-start: 72px;
|
|
22460
|
-
}
|
|
22461
|
-
.v-divider--inset.v-divider--vertical {
|
|
22462
|
-
margin-bottom: 8px;
|
|
22463
|
-
margin-top: 8px;
|
|
22464
|
-
max-height: calc(100% - 16px);
|
|
22465
|
-
}
|
|
22466
|
-
|
|
22467
|
-
.v-divider__content {
|
|
22468
|
-
padding: 0 16px;
|
|
22469
|
-
text-wrap: nowrap;
|
|
22470
|
-
}
|
|
22471
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
|
22472
|
-
padding: 4px 0;
|
|
22473
|
-
}
|
|
22474
|
-
|
|
22475
|
-
.v-divider__wrapper {
|
|
22476
|
-
display: flex;
|
|
22477
|
-
align-items: center;
|
|
22478
|
-
justify-content: center;
|
|
22479
|
-
}
|
|
22480
|
-
.v-divider__wrapper--vertical {
|
|
22481
|
-
flex-direction: column;
|
|
22482
|
-
height: 100%;
|
|
22483
|
-
}
|
|
22484
|
-
.v-divider__wrapper--vertical .v-divider {
|
|
22485
|
-
margin: 0 auto;
|
|
22486
|
-
}.v-icon {
|
|
22487
|
-
--v-icon-size-multiplier: 1;
|
|
22488
|
-
align-items: center;
|
|
22489
|
-
display: inline-flex;
|
|
22490
|
-
font-feature-settings: "liga";
|
|
22491
|
-
height: 1em;
|
|
22492
|
-
justify-content: center;
|
|
22493
|
-
letter-spacing: normal;
|
|
22494
|
-
line-height: 1;
|
|
22495
|
-
position: relative;
|
|
22496
|
-
text-indent: 0;
|
|
22497
|
-
text-align: center;
|
|
22498
|
-
-webkit-user-select: none;
|
|
22499
|
-
user-select: none;
|
|
22500
|
-
vertical-align: middle;
|
|
22501
|
-
width: 1em;
|
|
22502
|
-
min-width: 1em;
|
|
22503
|
-
}
|
|
22504
|
-
.v-icon--clickable {
|
|
22505
|
-
cursor: pointer;
|
|
22502
|
+
.v-icon--clickable {
|
|
22503
|
+
cursor: pointer;
|
|
22506
22504
|
}
|
|
22507
22505
|
.v-icon--disabled {
|
|
22508
22506
|
pointer-events: none;
|
|
@@ -22594,7 +22592,7 @@ textarea.v-field__input::placeholder {
|
|
|
22594
22592
|
}
|
|
22595
22593
|
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
22596
22594
|
height: 100%;
|
|
22597
|
-
width: 1px;
|
|
22595
|
+
width: var(--v-infinite-margin-size, 1px);
|
|
22598
22596
|
}
|
|
22599
22597
|
|
|
22600
22598
|
.v-infinite-scroll--vertical {
|
|
@@ -22607,6 +22605,18 @@ textarea.v-field__input::placeholder {
|
|
|
22607
22605
|
width: 100%;
|
|
22608
22606
|
}
|
|
22609
22607
|
|
|
22608
|
+
.v-infinite-scroll-intersect {
|
|
22609
|
+
pointer-events: none;
|
|
22610
|
+
margin-top: var(--v-infinite-margin);
|
|
22611
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
|
22612
|
+
}
|
|
22613
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
|
22614
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
|
22615
|
+
}
|
|
22616
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
|
22617
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
|
22618
|
+
}
|
|
22619
|
+
|
|
22610
22620
|
.v-infinite-scroll__side {
|
|
22611
22621
|
align-items: center;
|
|
22612
22622
|
display: flex;
|
|
@@ -22774,130 +22784,6 @@ textarea.v-field__input::placeholder {
|
|
|
22774
22784
|
|
|
22775
22785
|
.v-label--clickable {
|
|
22776
22786
|
cursor: pointer;
|
|
22777
|
-
}.v-layout-item {
|
|
22778
|
-
position: absolute;
|
|
22779
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22780
|
-
}
|
|
22781
|
-
|
|
22782
|
-
.v-layout-item--absolute {
|
|
22783
|
-
position: absolute;
|
|
22784
|
-
}.v-layout {
|
|
22785
|
-
--v-scrollbar-offset: 0px;
|
|
22786
|
-
display: flex;
|
|
22787
|
-
flex: 1 1 auto;
|
|
22788
|
-
}
|
|
22789
|
-
.v-layout--full-height {
|
|
22790
|
-
--v-scrollbar-offset: inherit;
|
|
22791
|
-
height: 100%;
|
|
22792
|
-
}.v-list {
|
|
22793
|
-
overflow: auto;
|
|
22794
|
-
padding: 8px 0;
|
|
22795
|
-
position: relative;
|
|
22796
|
-
outline: none;
|
|
22797
|
-
}
|
|
22798
|
-
.v-list {
|
|
22799
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22800
|
-
border-style: solid;
|
|
22801
|
-
border-width: 0;
|
|
22802
|
-
}
|
|
22803
|
-
.v-list--border {
|
|
22804
|
-
border-width: thin;
|
|
22805
|
-
box-shadow: none;
|
|
22806
|
-
}
|
|
22807
|
-
.v-list {
|
|
22808
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22809
|
-
}
|
|
22810
|
-
.v-list {
|
|
22811
|
-
border-radius: 0;
|
|
22812
|
-
}
|
|
22813
|
-
.v-list {
|
|
22814
|
-
background: rgba(var(--v-theme-surface));
|
|
22815
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22816
|
-
}
|
|
22817
|
-
.v-list--disabled {
|
|
22818
|
-
pointer-events: none;
|
|
22819
|
-
-webkit-user-select: none;
|
|
22820
|
-
user-select: none;
|
|
22821
|
-
}
|
|
22822
|
-
.v-list--nav {
|
|
22823
|
-
padding-inline: 8px;
|
|
22824
|
-
}
|
|
22825
|
-
.v-list--rounded {
|
|
22826
|
-
border-radius: 4px;
|
|
22827
|
-
}
|
|
22828
|
-
.v-list--subheader {
|
|
22829
|
-
padding-top: 0;
|
|
22830
|
-
}
|
|
22831
|
-
|
|
22832
|
-
.v-list-img {
|
|
22833
|
-
border-radius: inherit;
|
|
22834
|
-
display: flex;
|
|
22835
|
-
height: 100%;
|
|
22836
|
-
left: 0;
|
|
22837
|
-
overflow: hidden;
|
|
22838
|
-
position: absolute;
|
|
22839
|
-
top: 0;
|
|
22840
|
-
width: 100%;
|
|
22841
|
-
z-index: -1;
|
|
22842
|
-
}
|
|
22843
|
-
|
|
22844
|
-
.v-list-subheader {
|
|
22845
|
-
align-items: center;
|
|
22846
|
-
background: inherit;
|
|
22847
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22848
|
-
display: flex;
|
|
22849
|
-
font-size: 0.875rem;
|
|
22850
|
-
font-weight: 400;
|
|
22851
|
-
line-height: 1.375rem;
|
|
22852
|
-
padding-inline-end: 16px;
|
|
22853
|
-
min-height: 40px;
|
|
22854
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22855
|
-
}
|
|
22856
|
-
.v-list-subheader__text {
|
|
22857
|
-
overflow: hidden;
|
|
22858
|
-
text-overflow: ellipsis;
|
|
22859
|
-
white-space: nowrap;
|
|
22860
|
-
}
|
|
22861
|
-
.v-list--density-default .v-list-subheader {
|
|
22862
|
-
min-height: 40px;
|
|
22863
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22864
|
-
}
|
|
22865
|
-
|
|
22866
|
-
.v-list--density-comfortable .v-list-subheader {
|
|
22867
|
-
min-height: 36px;
|
|
22868
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22869
|
-
}
|
|
22870
|
-
|
|
22871
|
-
.v-list--density-compact .v-list-subheader {
|
|
22872
|
-
min-height: 32px;
|
|
22873
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22874
|
-
}
|
|
22875
|
-
|
|
22876
|
-
.v-list-subheader--inset {
|
|
22877
|
-
--indent-padding: 56px;
|
|
22878
|
-
}
|
|
22879
|
-
.v-list--nav .v-list-subheader {
|
|
22880
|
-
font-size: 0.75rem;
|
|
22881
|
-
}
|
|
22882
|
-
.v-list-subheader--sticky {
|
|
22883
|
-
background: inherit;
|
|
22884
|
-
left: 0;
|
|
22885
|
-
position: sticky;
|
|
22886
|
-
top: 0;
|
|
22887
|
-
z-index: 1;
|
|
22888
|
-
}
|
|
22889
|
-
|
|
22890
|
-
.v-list__overlay {
|
|
22891
|
-
background-color: currentColor;
|
|
22892
|
-
border-radius: inherit;
|
|
22893
|
-
bottom: 0;
|
|
22894
|
-
left: 0;
|
|
22895
|
-
opacity: 0;
|
|
22896
|
-
pointer-events: none;
|
|
22897
|
-
position: absolute;
|
|
22898
|
-
right: 0;
|
|
22899
|
-
top: 0;
|
|
22900
|
-
transition: opacity 0.2s ease-in-out;
|
|
22901
22787
|
}.v-list-item {
|
|
22902
22788
|
align-items: center;
|
|
22903
22789
|
display: grid;
|
|
@@ -23364,57 +23250,162 @@ textarea.v-field__input::placeholder {
|
|
|
23364
23250
|
}
|
|
23365
23251
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23366
23252
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23367
|
-
}.v-
|
|
23368
|
-
|
|
23369
|
-
|
|
23370
|
-
flex: 1 0 auto;
|
|
23371
|
-
max-width: 100%;
|
|
23372
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23373
|
-
padding-left: var(--v-layout-left);
|
|
23374
|
-
padding-right: var(--v-layout-right);
|
|
23375
|
-
padding-top: var(--v-layout-top);
|
|
23376
|
-
padding-bottom: var(--v-layout-bottom);
|
|
23377
|
-
}
|
|
23378
|
-
.v-main__scroller {
|
|
23379
|
-
max-width: 100%;
|
|
23253
|
+
}.v-list {
|
|
23254
|
+
overflow: auto;
|
|
23255
|
+
padding: 8px 0;
|
|
23380
23256
|
position: relative;
|
|
23257
|
+
outline: none;
|
|
23381
23258
|
}
|
|
23382
|
-
.v-
|
|
23383
|
-
|
|
23259
|
+
.v-list {
|
|
23260
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23261
|
+
border-style: solid;
|
|
23262
|
+
border-width: 0;
|
|
23384
23263
|
}
|
|
23385
|
-
.v-
|
|
23386
|
-
|
|
23387
|
-
|
|
23388
|
-
left: 0;
|
|
23389
|
-
width: 100%;
|
|
23390
|
-
height: 100%;
|
|
23264
|
+
.v-list--border {
|
|
23265
|
+
border-width: thin;
|
|
23266
|
+
box-shadow: none;
|
|
23391
23267
|
}
|
|
23392
|
-
.v-
|
|
23393
|
-
|
|
23394
|
-
overflow-y: auto;
|
|
23395
|
-
--v-layout-left: 0px;
|
|
23396
|
-
--v-layout-right: 0px;
|
|
23397
|
-
--v-layout-top: 0px;
|
|
23398
|
-
--v-layout-bottom: 0px;
|
|
23399
|
-
}.v-menu > .v-overlay__content {
|
|
23400
|
-
display: flex;
|
|
23401
|
-
flex-direction: column;
|
|
23268
|
+
.v-list {
|
|
23269
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23402
23270
|
}
|
|
23403
|
-
.v-
|
|
23271
|
+
.v-list {
|
|
23272
|
+
border-radius: 0;
|
|
23273
|
+
}
|
|
23274
|
+
.v-list {
|
|
23275
|
+
background: rgba(var(--v-theme-surface));
|
|
23276
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23277
|
+
}
|
|
23278
|
+
.v-list--disabled {
|
|
23279
|
+
pointer-events: none;
|
|
23280
|
+
-webkit-user-select: none;
|
|
23281
|
+
user-select: none;
|
|
23282
|
+
}
|
|
23283
|
+
.v-list--nav {
|
|
23284
|
+
padding-inline: 8px;
|
|
23285
|
+
}
|
|
23286
|
+
.v-list--rounded {
|
|
23404
23287
|
border-radius: 4px;
|
|
23405
23288
|
}
|
|
23406
|
-
.v-
|
|
23407
|
-
|
|
23408
|
-
|
|
23409
|
-
|
|
23289
|
+
.v-list--subheader {
|
|
23290
|
+
padding-top: 0;
|
|
23291
|
+
}
|
|
23292
|
+
|
|
23293
|
+
.v-list-img {
|
|
23410
23294
|
border-radius: inherit;
|
|
23411
|
-
|
|
23295
|
+
display: flex;
|
|
23412
23296
|
height: 100%;
|
|
23297
|
+
left: 0;
|
|
23298
|
+
overflow: hidden;
|
|
23299
|
+
position: absolute;
|
|
23300
|
+
top: 0;
|
|
23301
|
+
width: 100%;
|
|
23302
|
+
z-index: -1;
|
|
23413
23303
|
}
|
|
23414
|
-
|
|
23415
|
-
.v-
|
|
23416
|
-
|
|
23417
|
-
|
|
23304
|
+
|
|
23305
|
+
.v-list-subheader {
|
|
23306
|
+
align-items: center;
|
|
23307
|
+
background: inherit;
|
|
23308
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23309
|
+
display: flex;
|
|
23310
|
+
font-size: 0.875rem;
|
|
23311
|
+
font-weight: 400;
|
|
23312
|
+
line-height: 1.375rem;
|
|
23313
|
+
padding-inline-end: 16px;
|
|
23314
|
+
min-height: 40px;
|
|
23315
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
23316
|
+
}
|
|
23317
|
+
.v-list-subheader__text {
|
|
23318
|
+
overflow: hidden;
|
|
23319
|
+
text-overflow: ellipsis;
|
|
23320
|
+
white-space: nowrap;
|
|
23321
|
+
}
|
|
23322
|
+
.v-list--density-default .v-list-subheader {
|
|
23323
|
+
min-height: 40px;
|
|
23324
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23325
|
+
}
|
|
23326
|
+
|
|
23327
|
+
.v-list--density-comfortable .v-list-subheader {
|
|
23328
|
+
min-height: 36px;
|
|
23329
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23330
|
+
}
|
|
23331
|
+
|
|
23332
|
+
.v-list--density-compact .v-list-subheader {
|
|
23333
|
+
min-height: 32px;
|
|
23334
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23335
|
+
}
|
|
23336
|
+
|
|
23337
|
+
.v-list-subheader--inset {
|
|
23338
|
+
--indent-padding: 56px;
|
|
23339
|
+
}
|
|
23340
|
+
.v-list--nav .v-list-subheader {
|
|
23341
|
+
font-size: 0.75rem;
|
|
23342
|
+
}
|
|
23343
|
+
.v-list-subheader--sticky {
|
|
23344
|
+
background: inherit;
|
|
23345
|
+
left: 0;
|
|
23346
|
+
position: sticky;
|
|
23347
|
+
top: 0;
|
|
23348
|
+
z-index: 1;
|
|
23349
|
+
}
|
|
23350
|
+
|
|
23351
|
+
.v-list__overlay {
|
|
23352
|
+
background-color: currentColor;
|
|
23353
|
+
border-radius: inherit;
|
|
23354
|
+
bottom: 0;
|
|
23355
|
+
left: 0;
|
|
23356
|
+
opacity: 0;
|
|
23357
|
+
pointer-events: none;
|
|
23358
|
+
position: absolute;
|
|
23359
|
+
right: 0;
|
|
23360
|
+
top: 0;
|
|
23361
|
+
transition: opacity 0.2s ease-in-out;
|
|
23362
|
+
}.v-layout {
|
|
23363
|
+
--v-scrollbar-offset: 0px;
|
|
23364
|
+
display: flex;
|
|
23365
|
+
flex: 1 1 auto;
|
|
23366
|
+
}
|
|
23367
|
+
.v-layout--full-height {
|
|
23368
|
+
--v-scrollbar-offset: inherit;
|
|
23369
|
+
height: 100%;
|
|
23370
|
+
}.v-layout-item {
|
|
23371
|
+
position: absolute;
|
|
23372
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23373
|
+
}
|
|
23374
|
+
|
|
23375
|
+
.v-layout-item--absolute {
|
|
23376
|
+
position: absolute;
|
|
23377
|
+
}.v-main {
|
|
23378
|
+
flex: 1 0 auto;
|
|
23379
|
+
max-width: 100%;
|
|
23380
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23381
|
+
padding-left: var(--v-layout-left);
|
|
23382
|
+
padding-right: var(--v-layout-right);
|
|
23383
|
+
padding-top: var(--v-layout-top);
|
|
23384
|
+
padding-bottom: var(--v-layout-bottom);
|
|
23385
|
+
}
|
|
23386
|
+
.v-main__scroller {
|
|
23387
|
+
max-width: 100%;
|
|
23388
|
+
position: relative;
|
|
23389
|
+
}
|
|
23390
|
+
.v-main--scrollable {
|
|
23391
|
+
display: flex;
|
|
23392
|
+
}
|
|
23393
|
+
.v-main--scrollable {
|
|
23394
|
+
position: absolute;
|
|
23395
|
+
top: 0;
|
|
23396
|
+
left: 0;
|
|
23397
|
+
width: 100%;
|
|
23398
|
+
height: 100%;
|
|
23399
|
+
}
|
|
23400
|
+
.v-main--scrollable > .v-main__scroller {
|
|
23401
|
+
flex: 1 1 auto;
|
|
23402
|
+
overflow-y: auto;
|
|
23403
|
+
--v-layout-left: 0px;
|
|
23404
|
+
--v-layout-right: 0px;
|
|
23405
|
+
--v-layout-top: 0px;
|
|
23406
|
+
--v-layout-bottom: 0px;
|
|
23407
|
+
}.v-locale-provider {
|
|
23408
|
+
display: contents;
|
|
23418
23409
|
}.v-messages {
|
|
23419
23410
|
flex: 1 1 auto;
|
|
23420
23411
|
font-size: 12px;
|
|
@@ -23431,6 +23422,133 @@ textarea.v-field__input::placeholder {
|
|
|
23431
23422
|
-webkit-hyphens: auto;
|
|
23432
23423
|
hyphens: auto;
|
|
23433
23424
|
transition-duration: 150ms;
|
|
23425
|
+
}.v-menu > .v-overlay__content {
|
|
23426
|
+
display: flex;
|
|
23427
|
+
flex-direction: column;
|
|
23428
|
+
}
|
|
23429
|
+
.v-menu > .v-overlay__content {
|
|
23430
|
+
border-radius: 4px;
|
|
23431
|
+
}
|
|
23432
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23433
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23434
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23435
|
+
background: rgb(var(--v-theme-surface));
|
|
23436
|
+
border-radius: inherit;
|
|
23437
|
+
overflow: auto;
|
|
23438
|
+
height: 100%;
|
|
23439
|
+
}
|
|
23440
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23441
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23442
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23443
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23444
|
+
}.v-navigation-drawer {
|
|
23445
|
+
-webkit-overflow-scrolling: touch;
|
|
23446
|
+
background: rgb(var(--v-theme-surface));
|
|
23447
|
+
display: flex;
|
|
23448
|
+
flex-direction: column;
|
|
23449
|
+
height: 100%;
|
|
23450
|
+
max-width: 100%;
|
|
23451
|
+
pointer-events: auto;
|
|
23452
|
+
transition-duration: 0.2s;
|
|
23453
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
23454
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23455
|
+
position: absolute;
|
|
23456
|
+
}
|
|
23457
|
+
.v-navigation-drawer {
|
|
23458
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23459
|
+
border-style: solid;
|
|
23460
|
+
border-width: 0;
|
|
23461
|
+
}
|
|
23462
|
+
.v-navigation-drawer--border {
|
|
23463
|
+
border-width: thin;
|
|
23464
|
+
box-shadow: none;
|
|
23465
|
+
}
|
|
23466
|
+
.v-navigation-drawer {
|
|
23467
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23468
|
+
}
|
|
23469
|
+
.v-navigation-drawer {
|
|
23470
|
+
background: rgb(var(--v-theme-surface));
|
|
23471
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23472
|
+
}
|
|
23473
|
+
.v-navigation-drawer--rounded {
|
|
23474
|
+
border-radius: 4px;
|
|
23475
|
+
}
|
|
23476
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
23477
|
+
max-height: -webkit-fill-available;
|
|
23478
|
+
overflow-y: auto;
|
|
23479
|
+
}
|
|
23480
|
+
.v-navigation-drawer--top {
|
|
23481
|
+
top: 0;
|
|
23482
|
+
border-bottom-width: thin;
|
|
23483
|
+
}
|
|
23484
|
+
.v-navigation-drawer--bottom {
|
|
23485
|
+
left: 0;
|
|
23486
|
+
border-top-width: thin;
|
|
23487
|
+
}
|
|
23488
|
+
.v-navigation-drawer--left {
|
|
23489
|
+
top: 0;
|
|
23490
|
+
left: 0;
|
|
23491
|
+
right: auto;
|
|
23492
|
+
border-right-width: thin;
|
|
23493
|
+
}
|
|
23494
|
+
.v-navigation-drawer--right {
|
|
23495
|
+
top: 0;
|
|
23496
|
+
left: auto;
|
|
23497
|
+
right: 0;
|
|
23498
|
+
border-left-width: thin;
|
|
23499
|
+
}
|
|
23500
|
+
.v-navigation-drawer--floating {
|
|
23501
|
+
border: none;
|
|
23502
|
+
}
|
|
23503
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
|
23504
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23505
|
+
}
|
|
23506
|
+
.v-navigation-drawer--sticky {
|
|
23507
|
+
height: auto;
|
|
23508
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
23509
|
+
}
|
|
23510
|
+
.v-navigation-drawer .v-list {
|
|
23511
|
+
overflow: hidden;
|
|
23512
|
+
}
|
|
23513
|
+
|
|
23514
|
+
.v-navigation-drawer__content {
|
|
23515
|
+
flex: 0 1 auto;
|
|
23516
|
+
height: 100%;
|
|
23517
|
+
max-width: 100%;
|
|
23518
|
+
overflow-x: hidden;
|
|
23519
|
+
overflow-y: auto;
|
|
23520
|
+
}
|
|
23521
|
+
|
|
23522
|
+
.v-navigation-drawer__img {
|
|
23523
|
+
height: 100%;
|
|
23524
|
+
left: 0;
|
|
23525
|
+
position: absolute;
|
|
23526
|
+
top: 0;
|
|
23527
|
+
width: 100%;
|
|
23528
|
+
z-index: -1;
|
|
23529
|
+
}
|
|
23530
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
|
23531
|
+
height: inherit;
|
|
23532
|
+
object-fit: cover;
|
|
23533
|
+
width: inherit;
|
|
23534
|
+
}
|
|
23535
|
+
|
|
23536
|
+
.v-navigation-drawer__scrim {
|
|
23537
|
+
position: absolute;
|
|
23538
|
+
top: 0;
|
|
23539
|
+
left: 0;
|
|
23540
|
+
width: 100%;
|
|
23541
|
+
height: 100%;
|
|
23542
|
+
background: black;
|
|
23543
|
+
opacity: 0.2;
|
|
23544
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23545
|
+
z-index: 1;
|
|
23546
|
+
}
|
|
23547
|
+
|
|
23548
|
+
.v-navigation-drawer__prepend,
|
|
23549
|
+
.v-navigation-drawer__append {
|
|
23550
|
+
flex: none;
|
|
23551
|
+
overflow: hidden;
|
|
23434
23552
|
}.v-otp-input {
|
|
23435
23553
|
align-items: center;
|
|
23436
23554
|
display: flex;
|
|
@@ -23489,6 +23607,14 @@ textarea.v-field__input::placeholder {
|
|
|
23489
23607
|
}
|
|
23490
23608
|
.v-otp-input__loader .v-progress-linear {
|
|
23491
23609
|
position: absolute;
|
|
23610
|
+
}.v-pagination__list {
|
|
23611
|
+
display: inline-flex;
|
|
23612
|
+
list-style-type: none;
|
|
23613
|
+
justify-content: center;
|
|
23614
|
+
width: 100%;
|
|
23615
|
+
}
|
|
23616
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23617
|
+
margin: 0.3rem;
|
|
23492
23618
|
}.v-overlay-container {
|
|
23493
23619
|
contain: layout;
|
|
23494
23620
|
left: 0;
|
|
@@ -23552,14 +23678,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23552
23678
|
|
|
23553
23679
|
.v-overlay--scroll-blocked {
|
|
23554
23680
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
23555
|
-
}.v-pagination__list {
|
|
23556
|
-
display: inline-flex;
|
|
23557
|
-
list-style-type: none;
|
|
23558
|
-
justify-content: center;
|
|
23559
|
-
width: 100%;
|
|
23560
|
-
}
|
|
23561
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23562
|
-
margin: 0.3rem;
|
|
23563
23681
|
}.v-parallax {
|
|
23564
23682
|
position: relative;
|
|
23565
23683
|
overflow: hidden;
|
|
@@ -23668,13 +23786,70 @@ html.v-overlay-scroll-blocked {
|
|
|
23668
23786
|
100% {
|
|
23669
23787
|
transform: rotate(270deg);
|
|
23670
23788
|
}
|
|
23671
|
-
}.v-
|
|
23672
|
-
|
|
23673
|
-
|
|
23674
|
-
|
|
23675
|
-
|
|
23676
|
-
|
|
23677
|
-
|
|
23789
|
+
}.v-slider .v-slider__container input {
|
|
23790
|
+
cursor: default;
|
|
23791
|
+
padding: 0;
|
|
23792
|
+
width: 100%;
|
|
23793
|
+
display: none;
|
|
23794
|
+
}
|
|
23795
|
+
.v-slider > .v-input__append,
|
|
23796
|
+
.v-slider > .v-input__prepend {
|
|
23797
|
+
padding: 0;
|
|
23798
|
+
}
|
|
23799
|
+
|
|
23800
|
+
.v-slider__container {
|
|
23801
|
+
position: relative;
|
|
23802
|
+
min-height: inherit;
|
|
23803
|
+
width: 100%;
|
|
23804
|
+
height: 100%;
|
|
23805
|
+
display: flex;
|
|
23806
|
+
justify-content: center;
|
|
23807
|
+
align-items: center;
|
|
23808
|
+
cursor: pointer;
|
|
23809
|
+
}
|
|
23810
|
+
.v-input--disabled .v-slider__container {
|
|
23811
|
+
opacity: var(--v-disabled-opacity);
|
|
23812
|
+
}
|
|
23813
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23814
|
+
color: rgb(var(--v-theme-error));
|
|
23815
|
+
}
|
|
23816
|
+
|
|
23817
|
+
.v-slider.v-input--horizontal {
|
|
23818
|
+
align-items: center;
|
|
23819
|
+
margin-inline: 8px 8px;
|
|
23820
|
+
}
|
|
23821
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
23822
|
+
min-height: 32px;
|
|
23823
|
+
display: flex;
|
|
23824
|
+
align-items: center;
|
|
23825
|
+
}
|
|
23826
|
+
|
|
23827
|
+
.v-slider.v-input--vertical {
|
|
23828
|
+
justify-content: center;
|
|
23829
|
+
margin-top: 12px;
|
|
23830
|
+
margin-bottom: 12px;
|
|
23831
|
+
}
|
|
23832
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23833
|
+
min-height: 300px;
|
|
23834
|
+
}
|
|
23835
|
+
|
|
23836
|
+
.v-slider.v-input--disabled {
|
|
23837
|
+
pointer-events: none;
|
|
23838
|
+
}
|
|
23839
|
+
|
|
23840
|
+
.v-slider--has-labels > .v-input__control {
|
|
23841
|
+
margin-bottom: 4px;
|
|
23842
|
+
}
|
|
23843
|
+
|
|
23844
|
+
.v-slider__label {
|
|
23845
|
+
margin-inline-end: 12px;
|
|
23846
|
+
}.v-progress-linear {
|
|
23847
|
+
background: transparent;
|
|
23848
|
+
overflow: hidden;
|
|
23849
|
+
position: relative;
|
|
23850
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23851
|
+
width: 100%;
|
|
23852
|
+
}
|
|
23678
23853
|
.v-progress-linear--rounded {
|
|
23679
23854
|
border-radius: 9999px;
|
|
23680
23855
|
}
|
|
@@ -23908,63 +24083,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23908
24083
|
}
|
|
23909
24084
|
.v-radio-group .v-input__details {
|
|
23910
24085
|
padding-inline: 16px;
|
|
23911
|
-
}.v-slider .v-slider__container input {
|
|
23912
|
-
cursor: default;
|
|
23913
|
-
padding: 0;
|
|
23914
|
-
width: 100%;
|
|
23915
|
-
display: none;
|
|
23916
|
-
}
|
|
23917
|
-
.v-slider > .v-input__append,
|
|
23918
|
-
.v-slider > .v-input__prepend {
|
|
23919
|
-
padding: 0;
|
|
23920
|
-
}
|
|
23921
|
-
|
|
23922
|
-
.v-slider__container {
|
|
23923
|
-
position: relative;
|
|
23924
|
-
min-height: inherit;
|
|
23925
|
-
width: 100%;
|
|
23926
|
-
height: 100%;
|
|
23927
|
-
display: flex;
|
|
23928
|
-
justify-content: center;
|
|
23929
|
-
align-items: center;
|
|
23930
|
-
cursor: pointer;
|
|
23931
|
-
}
|
|
23932
|
-
.v-input--disabled .v-slider__container {
|
|
23933
|
-
opacity: var(--v-disabled-opacity);
|
|
23934
|
-
}
|
|
23935
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23936
|
-
color: rgb(var(--v-theme-error));
|
|
23937
|
-
}
|
|
23938
|
-
|
|
23939
|
-
.v-slider.v-input--horizontal {
|
|
23940
|
-
align-items: center;
|
|
23941
|
-
margin-inline: 8px 8px;
|
|
23942
|
-
}
|
|
23943
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23944
|
-
min-height: 32px;
|
|
23945
|
-
display: flex;
|
|
23946
|
-
align-items: center;
|
|
23947
|
-
}
|
|
23948
|
-
|
|
23949
|
-
.v-slider.v-input--vertical {
|
|
23950
|
-
justify-content: center;
|
|
23951
|
-
margin-top: 12px;
|
|
23952
|
-
margin-bottom: 12px;
|
|
23953
|
-
}
|
|
23954
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
23955
|
-
min-height: 300px;
|
|
23956
|
-
}
|
|
23957
|
-
|
|
23958
|
-
.v-slider.v-input--disabled {
|
|
23959
|
-
pointer-events: none;
|
|
23960
|
-
}
|
|
23961
|
-
|
|
23962
|
-
.v-slider--has-labels > .v-input__control {
|
|
23963
|
-
margin-bottom: 4px;
|
|
23964
|
-
}
|
|
23965
|
-
|
|
23966
|
-
.v-slider__label {
|
|
23967
|
-
margin-inline-end: 12px;
|
|
23968
24086
|
}.v-rating {
|
|
23969
24087
|
max-width: 100%;
|
|
23970
24088
|
display: inline-flex;
|
|
@@ -24070,32 +24188,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24070
24188
|
.v-select--active-menu .v-select__menu-icon {
|
|
24071
24189
|
opacity: var(--v-high-emphasis-opacity);
|
|
24072
24190
|
transform: rotate(180deg);
|
|
24073
|
-
}.v-responsive {
|
|
24074
|
-
display: flex;
|
|
24075
|
-
flex: 1 0 auto;
|
|
24076
|
-
max-height: 100%;
|
|
24077
|
-
max-width: 100%;
|
|
24078
|
-
overflow: hidden;
|
|
24079
|
-
position: relative;
|
|
24080
|
-
}
|
|
24081
|
-
.v-responsive--inline {
|
|
24082
|
-
display: inline-flex;
|
|
24083
|
-
flex: 0 0 auto;
|
|
24084
|
-
}
|
|
24085
|
-
|
|
24086
|
-
.v-responsive__content {
|
|
24087
|
-
flex: 1 0 0px;
|
|
24088
|
-
max-width: 100%;
|
|
24089
|
-
}
|
|
24090
|
-
|
|
24091
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
24092
|
-
margin-inline-start: -100%;
|
|
24093
|
-
}
|
|
24094
|
-
|
|
24095
|
-
.v-responsive__sizer {
|
|
24096
|
-
flex: 1 0 0px;
|
|
24097
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24098
|
-
pointer-events: none;
|
|
24099
24191
|
}.v-selection-control {
|
|
24100
24192
|
align-items: center;
|
|
24101
24193
|
contain: layout;
|
|
@@ -24199,14 +24291,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24199
24291
|
}
|
|
24200
24292
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24201
24293
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24202
|
-
}.v-selection-control-group {
|
|
24203
|
-
grid-area: control;
|
|
24204
|
-
display: flex;
|
|
24205
|
-
flex-direction: column;
|
|
24206
|
-
}
|
|
24207
|
-
.v-selection-control-group--inline {
|
|
24208
|
-
flex-direction: row;
|
|
24209
|
-
flex-wrap: wrap;
|
|
24210
24294
|
}.v-sheet {
|
|
24211
24295
|
display: block;
|
|
24212
24296
|
}
|
|
@@ -24468,6 +24552,14 @@ html.v-overlay-scroll-blocked {
|
|
|
24468
24552
|
100% {
|
|
24469
24553
|
transform: translateX(100%);
|
|
24470
24554
|
}
|
|
24555
|
+
}.v-selection-control-group {
|
|
24556
|
+
grid-area: control;
|
|
24557
|
+
display: flex;
|
|
24558
|
+
flex-direction: column;
|
|
24559
|
+
}
|
|
24560
|
+
.v-selection-control-group--inline {
|
|
24561
|
+
flex-direction: row;
|
|
24562
|
+
flex-wrap: wrap;
|
|
24471
24563
|
}.v-slide-group {
|
|
24472
24564
|
display: flex;
|
|
24473
24565
|
overflow: hidden;
|
|
@@ -24663,190 +24755,49 @@ html.v-overlay-scroll-blocked {
|
|
|
24663
24755
|
}
|
|
24664
24756
|
.v-snackbar-transition-leave-to {
|
|
24665
24757
|
opacity: 0;
|
|
24666
|
-
}.v-
|
|
24667
|
-
|
|
24758
|
+
}.v-speed-dial__content {
|
|
24759
|
+
gap: 8px;
|
|
24668
24760
|
}
|
|
24669
|
-
|
|
24670
|
-
|
|
24671
|
-
display: flex;
|
|
24761
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24762
|
+
flex-direction: row;
|
|
24672
24763
|
}
|
|
24673
|
-
.v-
|
|
24674
|
-
|
|
24764
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24765
|
+
flex-direction: row-reverse;
|
|
24675
24766
|
}
|
|
24676
|
-
|
|
24677
|
-
|
|
24678
|
-
.v-switch__thumb {
|
|
24679
|
-
transition: none;
|
|
24767
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24768
|
+
flex-direction: column-reverse;
|
|
24680
24769
|
}
|
|
24681
|
-
.v-
|
|
24682
|
-
|
|
24683
|
-
background-color: rgb(var(--v-theme-error));
|
|
24684
|
-
color: rgb(var(--v-theme-on-error));
|
|
24770
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
24771
|
+
transition-delay: 0s;
|
|
24685
24772
|
}
|
|
24686
|
-
|
|
24687
|
-
|
|
24688
|
-
margin-inline-end: auto;
|
|
24773
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
24774
|
+
transition-delay: 0.05s;
|
|
24689
24775
|
}
|
|
24690
|
-
.v-
|
|
24691
|
-
|
|
24776
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
24777
|
+
transition-delay: 0.1s;
|
|
24692
24778
|
}
|
|
24693
|
-
|
|
24694
|
-
|
|
24695
|
-
margin-inline-start: auto;
|
|
24779
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
24780
|
+
transition-delay: 0.15s;
|
|
24696
24781
|
}
|
|
24697
|
-
.v-
|
|
24698
|
-
|
|
24782
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
24783
|
+
transition-delay: 0.2s;
|
|
24699
24784
|
}
|
|
24700
|
-
|
|
24701
|
-
|
|
24702
|
-
display: inline-flex;
|
|
24703
|
-
align-items: center;
|
|
24704
|
-
font-size: 0.5rem;
|
|
24705
|
-
padding: 0 5px;
|
|
24706
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
24707
|
-
border-radius: 9999px;
|
|
24708
|
-
height: 14px;
|
|
24709
|
-
opacity: 0.6;
|
|
24710
|
-
min-width: 36px;
|
|
24711
|
-
cursor: pointer;
|
|
24712
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24785
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
24786
|
+
transition-delay: 0.25s;
|
|
24713
24787
|
}
|
|
24714
|
-
.v-
|
|
24715
|
-
|
|
24716
|
-
font-size: 0.75rem;
|
|
24717
|
-
height: 32px;
|
|
24718
|
-
min-width: 52px;
|
|
24788
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
24789
|
+
transition-delay: 0.3s;
|
|
24719
24790
|
}
|
|
24720
|
-
|
|
24721
|
-
|
|
24722
|
-
align-items: center;
|
|
24723
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
|
24724
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
|
24725
|
-
border-radius: 50%;
|
|
24726
|
-
display: flex;
|
|
24727
|
-
font-size: 0.75rem;
|
|
24728
|
-
height: 20px;
|
|
24729
|
-
justify-content: center;
|
|
24730
|
-
width: 20px;
|
|
24731
|
-
pointer-events: none;
|
|
24732
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24733
|
-
position: relative;
|
|
24734
|
-
overflow: hidden;
|
|
24791
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
24792
|
+
transition-delay: 0.35s;
|
|
24735
24793
|
}
|
|
24736
|
-
.v-
|
|
24737
|
-
|
|
24794
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
24795
|
+
transition-delay: 0.4s;
|
|
24738
24796
|
}
|
|
24739
|
-
.v-
|
|
24740
|
-
|
|
24741
|
-
|
|
24742
|
-
|
|
24743
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
24744
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24745
|
-
}
|
|
24746
|
-
.v-switch--inset .v-switch__thumb {
|
|
24747
|
-
height: 24px;
|
|
24748
|
-
width: 24px;
|
|
24749
|
-
transform: scale(0.6666666667);
|
|
24750
|
-
}
|
|
24751
|
-
.v-switch--inset .v-switch__thumb--filled {
|
|
24752
|
-
transform: none;
|
|
24753
|
-
}
|
|
24754
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24755
|
-
transform: none;
|
|
24756
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24757
|
-
}
|
|
24758
|
-
|
|
24759
|
-
.v-switch.v-input {
|
|
24760
|
-
flex: 0 1 auto;
|
|
24761
|
-
}
|
|
24762
|
-
.v-switch .v-selection-control {
|
|
24763
|
-
min-height: var(--v-input-control-height);
|
|
24764
|
-
}
|
|
24765
|
-
.v-switch .v-selection-control__input {
|
|
24766
|
-
border-radius: 50%;
|
|
24767
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24768
|
-
position: absolute;
|
|
24769
|
-
}
|
|
24770
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
24771
|
-
transform: translateX(-10px);
|
|
24772
|
-
}
|
|
24773
|
-
|
|
24774
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
24775
|
-
transform: translateX(10px);
|
|
24776
|
-
}
|
|
24777
|
-
|
|
24778
|
-
.v-switch .v-selection-control__input .v-icon {
|
|
24779
|
-
position: absolute;
|
|
24780
|
-
}
|
|
24781
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24782
|
-
transform: translateX(10px);
|
|
24783
|
-
}
|
|
24784
|
-
|
|
24785
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24786
|
-
transform: translateX(-10px);
|
|
24787
|
-
}
|
|
24788
|
-
|
|
24789
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24790
|
-
transform: scale(0.8);
|
|
24791
|
-
}
|
|
24792
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24793
|
-
transform: scale(0.75);
|
|
24794
|
-
box-shadow: none;
|
|
24795
|
-
}
|
|
24796
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24797
|
-
width: auto;
|
|
24798
|
-
}
|
|
24799
|
-
.v-switch.v-input--vertical .v-label {
|
|
24800
|
-
min-width: max-content;
|
|
24801
|
-
}
|
|
24802
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
24803
|
-
transform: rotate(-90deg);
|
|
24804
|
-
}
|
|
24805
|
-
|
|
24806
|
-
@media (forced-colors: active) {
|
|
24807
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
|
24808
|
-
color: currentColor;
|
|
24809
|
-
}
|
|
24810
|
-
.v-switch .v-switch__thumb {
|
|
24811
|
-
background-color: buttontext;
|
|
24812
|
-
}
|
|
24813
|
-
.v-switch .v-switch__track,
|
|
24814
|
-
.v-switch .v-switch__thumb {
|
|
24815
|
-
border: 1px solid;
|
|
24816
|
-
color: buttontext;
|
|
24817
|
-
}
|
|
24818
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
24819
|
-
background-color: highlight;
|
|
24820
|
-
}
|
|
24821
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
|
24822
|
-
background-color: highlight;
|
|
24823
|
-
}
|
|
24824
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
|
24825
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
24826
|
-
color: highlight;
|
|
24827
|
-
}
|
|
24828
|
-
.v-switch.v-switch--inset .v-switch__track {
|
|
24829
|
-
border-width: 2px;
|
|
24830
|
-
}
|
|
24831
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
24832
|
-
background-color: highlighttext;
|
|
24833
|
-
color: highlighttext;
|
|
24834
|
-
}
|
|
24835
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
|
24836
|
-
background-color: graytext;
|
|
24837
|
-
}
|
|
24838
|
-
.v-switch.v-input--disabled .v-switch__track,
|
|
24839
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
|
24840
|
-
color: graytext;
|
|
24841
|
-
}
|
|
24842
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
|
24843
|
-
background-color: canvas;
|
|
24844
|
-
}
|
|
24845
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
24846
|
-
border-width: 0;
|
|
24847
|
-
}
|
|
24848
|
-
}.v-stepper.v-sheet {
|
|
24849
|
-
overflow: hidden;
|
|
24797
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
24798
|
+
transition-delay: 0.45s;
|
|
24799
|
+
}.v-stepper.v-sheet {
|
|
24800
|
+
overflow: hidden;
|
|
24850
24801
|
}
|
|
24851
24802
|
.v-stepper.v-sheet {
|
|
24852
24803
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
@@ -25020,114 +24971,187 @@ html.v-overlay-scroll-blocked {
|
|
|
25020
24971
|
left: 0;
|
|
25021
24972
|
width: 100%;
|
|
25022
24973
|
height: 100%;
|
|
25023
|
-
}.v-
|
|
25024
|
-
|
|
24974
|
+
}.v-switch .v-label {
|
|
24975
|
+
padding-inline-start: 10px;
|
|
24976
|
+
}
|
|
24977
|
+
|
|
24978
|
+
.v-switch__loader {
|
|
25025
24979
|
display: flex;
|
|
25026
|
-
flex: 1 1 auto;
|
|
25027
|
-
height: 24px;
|
|
25028
|
-
justify-content: flex-end;
|
|
25029
|
-
max-width: 100%;
|
|
25030
|
-
padding-inline: 8px;
|
|
25031
|
-
position: relative;
|
|
25032
|
-
text-align: end;
|
|
25033
|
-
width: 100%;
|
|
25034
24980
|
}
|
|
25035
|
-
.v-
|
|
25036
|
-
|
|
24981
|
+
.v-switch__loader .v-progress-circular {
|
|
24982
|
+
color: rgb(var(--v-theme-surface));
|
|
25037
24983
|
}
|
|
25038
|
-
|
|
25039
|
-
|
|
24984
|
+
|
|
24985
|
+
.v-switch__track,
|
|
24986
|
+
.v-switch__thumb {
|
|
24987
|
+
transition: none;
|
|
25040
24988
|
}
|
|
25041
|
-
.v-
|
|
25042
|
-
|
|
24989
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
24990
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
24991
|
+
background-color: rgb(var(--v-theme-error));
|
|
24992
|
+
color: rgb(var(--v-theme-on-error));
|
|
25043
24993
|
}
|
|
25044
|
-
|
|
25045
|
-
|
|
24994
|
+
|
|
24995
|
+
.v-switch__track-true {
|
|
24996
|
+
margin-inline-end: auto;
|
|
25046
24997
|
}
|
|
25047
|
-
.v-
|
|
25048
|
-
|
|
25049
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24998
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24999
|
+
opacity: 0;
|
|
25050
25000
|
}
|
|
25051
|
-
|
|
25052
|
-
|
|
25053
|
-
|
|
25054
|
-
letter-spacing: 0.0333333333em;
|
|
25055
|
-
line-height: 1.667;
|
|
25056
|
-
text-transform: none;
|
|
25001
|
+
|
|
25002
|
+
.v-switch__track-false {
|
|
25003
|
+
margin-inline-start: auto;
|
|
25057
25004
|
}
|
|
25058
|
-
.v-
|
|
25059
|
-
|
|
25005
|
+
.v-selection-control--dirty .v-switch__track-false {
|
|
25006
|
+
opacity: 0;
|
|
25060
25007
|
}
|
|
25061
|
-
|
|
25008
|
+
|
|
25009
|
+
.v-switch__track {
|
|
25010
|
+
display: inline-flex;
|
|
25011
|
+
align-items: center;
|
|
25012
|
+
font-size: 0.5rem;
|
|
25013
|
+
padding: 0 5px;
|
|
25014
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
25015
|
+
border-radius: 9999px;
|
|
25016
|
+
height: 14px;
|
|
25017
|
+
opacity: 0.6;
|
|
25018
|
+
min-width: 36px;
|
|
25019
|
+
cursor: pointer;
|
|
25020
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
25021
|
+
}
|
|
25022
|
+
.v-switch--inset .v-switch__track {
|
|
25023
|
+
border-radius: 9999px;
|
|
25024
|
+
font-size: 0.75rem;
|
|
25062
25025
|
height: 32px;
|
|
25026
|
+
min-width: 52px;
|
|
25063
25027
|
}
|
|
25064
|
-
|
|
25065
|
-
|
|
25066
|
-
|
|
25028
|
+
|
|
25029
|
+
.v-switch__thumb {
|
|
25030
|
+
align-items: center;
|
|
25031
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
25032
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
25033
|
+
border-radius: 50%;
|
|
25067
25034
|
display: flex;
|
|
25068
|
-
|
|
25035
|
+
font-size: 0.75rem;
|
|
25036
|
+
height: 20px;
|
|
25037
|
+
justify-content: center;
|
|
25038
|
+
width: 20px;
|
|
25039
|
+
pointer-events: none;
|
|
25040
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
25041
|
+
position: relative;
|
|
25042
|
+
overflow: hidden;
|
|
25069
25043
|
}
|
|
25070
|
-
.v-
|
|
25071
|
-
--v-
|
|
25044
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
25045
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25072
25046
|
}
|
|
25073
|
-
.v-
|
|
25074
|
-
--v-
|
|
25047
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
25048
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
25049
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25075
25050
|
}
|
|
25076
|
-
|
|
25077
|
-
.v-
|
|
25078
|
-
--v-tabs-height: 44px;
|
|
25051
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
25052
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25079
25053
|
}
|
|
25080
|
-
.v-
|
|
25081
|
-
|
|
25054
|
+
.v-switch--inset .v-switch__thumb {
|
|
25055
|
+
height: 24px;
|
|
25056
|
+
width: 24px;
|
|
25057
|
+
transform: scale(0.6666666667);
|
|
25082
25058
|
}
|
|
25083
|
-
|
|
25084
|
-
|
|
25085
|
-
--v-tabs-height: 36px;
|
|
25059
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
25060
|
+
transform: none;
|
|
25086
25061
|
}
|
|
25087
|
-
.v-
|
|
25088
|
-
|
|
25062
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
25063
|
+
transform: none;
|
|
25064
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
25089
25065
|
}
|
|
25090
25066
|
|
|
25091
|
-
.v-
|
|
25092
|
-
|
|
25093
|
-
flex: none;
|
|
25094
|
-
--v-tabs-height: 48px;
|
|
25067
|
+
.v-switch.v-input {
|
|
25068
|
+
flex: 0 1 auto;
|
|
25095
25069
|
}
|
|
25096
|
-
|
|
25097
|
-
|
|
25098
|
-
margin-inline-start: 42px;
|
|
25070
|
+
.v-switch .v-selection-control {
|
|
25071
|
+
min-height: var(--v-input-control-height);
|
|
25099
25072
|
}
|
|
25100
|
-
|
|
25101
|
-
|
|
25102
|
-
|
|
25103
|
-
|
|
25073
|
+
.v-switch .v-selection-control__input {
|
|
25074
|
+
border-radius: 50%;
|
|
25075
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
25076
|
+
position: absolute;
|
|
25104
25077
|
}
|
|
25105
|
-
.v-
|
|
25106
|
-
|
|
25107
|
-
margin-inline-start: auto;
|
|
25078
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
25079
|
+
transform: translateX(-10px);
|
|
25108
25080
|
}
|
|
25109
25081
|
|
|
25110
|
-
.v-
|
|
25111
|
-
|
|
25112
|
-
}
|
|
25113
|
-
.v-tabs--grow .v-tab {
|
|
25114
|
-
flex: 1 0 auto;
|
|
25115
|
-
max-width: none;
|
|
25082
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
25083
|
+
transform: translateX(10px);
|
|
25116
25084
|
}
|
|
25117
25085
|
|
|
25118
|
-
.v-
|
|
25119
|
-
|
|
25086
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
25087
|
+
position: absolute;
|
|
25120
25088
|
}
|
|
25121
|
-
.v-
|
|
25122
|
-
|
|
25089
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
25090
|
+
transform: translateX(10px);
|
|
25123
25091
|
}
|
|
25124
25092
|
|
|
25125
|
-
|
|
25126
|
-
|
|
25127
|
-
|
|
25093
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
25094
|
+
transform: translateX(-10px);
|
|
25095
|
+
}
|
|
25096
|
+
|
|
25097
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
25098
|
+
transform: scale(0.8);
|
|
25099
|
+
}
|
|
25100
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
25101
|
+
transform: scale(0.75);
|
|
25102
|
+
box-shadow: none;
|
|
25103
|
+
}
|
|
25104
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
25105
|
+
width: auto;
|
|
25106
|
+
}
|
|
25107
|
+
.v-switch.v-input--vertical .v-label {
|
|
25108
|
+
min-width: max-content;
|
|
25109
|
+
}
|
|
25110
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
25111
|
+
transform: rotate(-90deg);
|
|
25112
|
+
}
|
|
25113
|
+
|
|
25114
|
+
@media (forced-colors: active) {
|
|
25115
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
|
25116
|
+
color: currentColor;
|
|
25128
25117
|
}
|
|
25129
|
-
.v-
|
|
25130
|
-
|
|
25118
|
+
.v-switch .v-switch__thumb {
|
|
25119
|
+
background-color: buttontext;
|
|
25120
|
+
}
|
|
25121
|
+
.v-switch .v-switch__track,
|
|
25122
|
+
.v-switch .v-switch__thumb {
|
|
25123
|
+
border: 1px solid;
|
|
25124
|
+
color: buttontext;
|
|
25125
|
+
}
|
|
25126
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
25127
|
+
background-color: highlight;
|
|
25128
|
+
}
|
|
25129
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
|
25130
|
+
background-color: highlight;
|
|
25131
|
+
}
|
|
25132
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
|
25133
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
25134
|
+
color: highlight;
|
|
25135
|
+
}
|
|
25136
|
+
.v-switch.v-switch--inset .v-switch__track {
|
|
25137
|
+
border-width: 2px;
|
|
25138
|
+
}
|
|
25139
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
|
25140
|
+
background-color: highlighttext;
|
|
25141
|
+
color: highlighttext;
|
|
25142
|
+
}
|
|
25143
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
|
25144
|
+
background-color: graytext;
|
|
25145
|
+
}
|
|
25146
|
+
.v-switch.v-input--disabled .v-switch__track,
|
|
25147
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
|
25148
|
+
color: graytext;
|
|
25149
|
+
}
|
|
25150
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
|
25151
|
+
background-color: canvas;
|
|
25152
|
+
}
|
|
25153
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
25154
|
+
border-width: 0;
|
|
25131
25155
|
}
|
|
25132
25156
|
}.v-tab.v-tab.v-btn {
|
|
25133
25157
|
height: var(--v-tabs-height);
|
|
@@ -25158,6 +25182,72 @@ html.v-overlay-scroll-blocked {
|
|
|
25158
25182
|
top: 0;
|
|
25159
25183
|
height: 100%;
|
|
25160
25184
|
width: 2px;
|
|
25185
|
+
}.v-tabs {
|
|
25186
|
+
display: flex;
|
|
25187
|
+
height: var(--v-tabs-height);
|
|
25188
|
+
}
|
|
25189
|
+
.v-tabs--density-default {
|
|
25190
|
+
--v-tabs-height: 48px;
|
|
25191
|
+
}
|
|
25192
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
25193
|
+
--v-tabs-height: 72px;
|
|
25194
|
+
}
|
|
25195
|
+
|
|
25196
|
+
.v-tabs--density-comfortable {
|
|
25197
|
+
--v-tabs-height: 44px;
|
|
25198
|
+
}
|
|
25199
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
25200
|
+
--v-tabs-height: 68px;
|
|
25201
|
+
}
|
|
25202
|
+
|
|
25203
|
+
.v-tabs--density-compact {
|
|
25204
|
+
--v-tabs-height: 36px;
|
|
25205
|
+
}
|
|
25206
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
25207
|
+
--v-tabs-height: 60px;
|
|
25208
|
+
}
|
|
25209
|
+
|
|
25210
|
+
.v-tabs.v-slide-group--vertical {
|
|
25211
|
+
height: auto;
|
|
25212
|
+
flex: none;
|
|
25213
|
+
--v-tabs-height: 48px;
|
|
25214
|
+
}
|
|
25215
|
+
|
|
25216
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25217
|
+
margin-inline-start: 42px;
|
|
25218
|
+
}
|
|
25219
|
+
|
|
25220
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
25221
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
25222
|
+
margin-inline-end: auto;
|
|
25223
|
+
}
|
|
25224
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
25225
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
25226
|
+
margin-inline-start: auto;
|
|
25227
|
+
}
|
|
25228
|
+
|
|
25229
|
+
.v-tabs--grow {
|
|
25230
|
+
flex-grow: 1;
|
|
25231
|
+
}
|
|
25232
|
+
.v-tabs--grow .v-tab {
|
|
25233
|
+
flex: 1 0 auto;
|
|
25234
|
+
max-width: none;
|
|
25235
|
+
}
|
|
25236
|
+
|
|
25237
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
25238
|
+
margin-inline-start: auto;
|
|
25239
|
+
}
|
|
25240
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
25241
|
+
margin-inline-end: 0;
|
|
25242
|
+
}
|
|
25243
|
+
|
|
25244
|
+
@media (max-width: 1279.98px) {
|
|
25245
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25246
|
+
margin-inline-start: 52px;
|
|
25247
|
+
}
|
|
25248
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25249
|
+
margin-inline-end: 52px;
|
|
25250
|
+
}
|
|
25161
25251
|
}.v-table {
|
|
25162
25252
|
font-size: 0.875rem;
|
|
25163
25253
|
transition-duration: 0.28s;
|
|
@@ -25300,45 +25390,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25300
25390
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25301
25391
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25302
25392
|
border-top: 0px !important;
|
|
25303
|
-
}.v-textarea .v-field {
|
|
25304
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
25305
|
-
}
|
|
25306
|
-
.v-textarea .v-field__field {
|
|
25307
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
25308
|
-
}
|
|
25309
|
-
.v-textarea .v-field__input {
|
|
25310
|
-
flex: 1 1 auto;
|
|
25311
|
-
outline: none;
|
|
25312
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25313
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25314
|
-
}
|
|
25315
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25316
|
-
visibility: hidden;
|
|
25317
|
-
position: absolute;
|
|
25318
|
-
top: 0;
|
|
25319
|
-
left: 0;
|
|
25320
|
-
height: 0 !important;
|
|
25321
|
-
min-height: 0 !important;
|
|
25322
|
-
pointer-events: none;
|
|
25323
|
-
}
|
|
25324
|
-
.v-textarea--no-resize .v-field__input {
|
|
25325
|
-
resize: none;
|
|
25326
|
-
}
|
|
25327
|
-
.v-textarea .v-field--no-label textarea,
|
|
25328
|
-
.v-textarea .v-field--active textarea {
|
|
25329
|
-
opacity: 1;
|
|
25330
|
-
}
|
|
25331
|
-
.v-textarea textarea {
|
|
25332
|
-
opacity: 0;
|
|
25333
|
-
flex: 1;
|
|
25334
|
-
min-width: 0;
|
|
25335
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25336
|
-
}
|
|
25337
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
25338
|
-
outline: none;
|
|
25339
|
-
}
|
|
25340
|
-
.v-textarea textarea:invalid {
|
|
25341
|
-
box-shadow: none;
|
|
25342
25393
|
}/* region BLOCK */
|
|
25343
25394
|
.v-text-field input {
|
|
25344
25395
|
color: inherit;
|
|
@@ -25406,60 +25457,264 @@ html.v-overlay-scroll-blocked {
|
|
|
25406
25457
|
padding-inline-end: var(--v-field-padding-end);
|
|
25407
25458
|
}
|
|
25408
25459
|
|
|
25409
|
-
/* endregion */.v-
|
|
25410
|
-
|
|
25411
|
-
color: rgb(var(--v-theme-on-background));
|
|
25412
|
-
}.v-timeline .v-timeline-divider__dot {
|
|
25413
|
-
background: rgb(var(--v-theme-surface-light));
|
|
25414
|
-
}
|
|
25415
|
-
.v-timeline .v-timeline-divider__inner-dot {
|
|
25416
|
-
background: rgb(var(--v-theme-on-surface));
|
|
25417
|
-
}
|
|
25418
|
-
|
|
25419
|
-
.v-timeline {
|
|
25420
|
-
display: grid;
|
|
25421
|
-
grid-auto-flow: dense;
|
|
25422
|
-
position: relative;
|
|
25423
|
-
}
|
|
25424
|
-
.v-timeline--horizontal.v-timeline {
|
|
25425
|
-
grid-column-gap: 24px;
|
|
25426
|
-
width: 100%;
|
|
25427
|
-
}
|
|
25428
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
25429
|
-
grid-row: 3;
|
|
25430
|
-
padding-block-start: 24px;
|
|
25460
|
+
/* endregion */.v-textarea .v-field {
|
|
25461
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
25431
25462
|
}
|
|
25432
|
-
.v-
|
|
25433
|
-
|
|
25434
|
-
padding-block-end: 24px;
|
|
25435
|
-
align-self: flex-end;
|
|
25463
|
+
.v-textarea .v-field__field {
|
|
25464
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
25436
25465
|
}
|
|
25437
|
-
.v-
|
|
25438
|
-
|
|
25439
|
-
|
|
25440
|
-
|
|
25466
|
+
.v-textarea .v-field__input {
|
|
25467
|
+
flex: 1 1 auto;
|
|
25468
|
+
outline: none;
|
|
25469
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25470
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
25441
25471
|
}
|
|
25442
|
-
.v-
|
|
25443
|
-
|
|
25444
|
-
|
|
25472
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25473
|
+
visibility: hidden;
|
|
25474
|
+
position: absolute;
|
|
25475
|
+
top: 0;
|
|
25476
|
+
left: 0;
|
|
25477
|
+
height: 0 !important;
|
|
25478
|
+
min-height: 0 !important;
|
|
25479
|
+
pointer-events: none;
|
|
25445
25480
|
}
|
|
25446
|
-
|
|
25447
|
-
|
|
25448
|
-
row-gap: 24px;
|
|
25449
|
-
height: 100%;
|
|
25481
|
+
.v-textarea--no-resize .v-field__input {
|
|
25482
|
+
resize: none;
|
|
25450
25483
|
}
|
|
25451
|
-
.v-
|
|
25452
|
-
|
|
25484
|
+
.v-textarea .v-field--no-label textarea,
|
|
25485
|
+
.v-textarea .v-field--active textarea {
|
|
25486
|
+
opacity: 1;
|
|
25453
25487
|
}
|
|
25454
|
-
.v-
|
|
25455
|
-
|
|
25488
|
+
.v-textarea textarea {
|
|
25489
|
+
opacity: 0;
|
|
25490
|
+
flex: 1;
|
|
25491
|
+
min-width: 0;
|
|
25492
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25456
25493
|
}
|
|
25457
|
-
.v-
|
|
25458
|
-
|
|
25459
|
-
padding-inline-end: 24px;
|
|
25494
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
25495
|
+
outline: none;
|
|
25460
25496
|
}
|
|
25461
|
-
.v-
|
|
25462
|
-
|
|
25497
|
+
.v-textarea textarea:invalid {
|
|
25498
|
+
box-shadow: none;
|
|
25499
|
+
}.v-theme-provider {
|
|
25500
|
+
background: rgb(var(--v-theme-background));
|
|
25501
|
+
color: rgb(var(--v-theme-on-background));
|
|
25502
|
+
}.v-tooltip > .v-overlay__content {
|
|
25503
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
25504
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25505
|
+
border-radius: 4px;
|
|
25506
|
+
font-size: 0.875rem;
|
|
25507
|
+
line-height: 1.6;
|
|
25508
|
+
display: inline-block;
|
|
25509
|
+
padding: 5px 16px;
|
|
25510
|
+
text-transform: initial;
|
|
25511
|
+
width: auto;
|
|
25512
|
+
opacity: 1;
|
|
25513
|
+
pointer-events: none;
|
|
25514
|
+
transition-property: opacity, transform;
|
|
25515
|
+
overflow-wrap: break-word;
|
|
25516
|
+
}
|
|
25517
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
25518
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25519
|
+
transition-duration: 150ms;
|
|
25520
|
+
}
|
|
25521
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
25522
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
25523
|
+
transition-duration: 75ms;
|
|
25524
|
+
}.v-toolbar {
|
|
25525
|
+
align-items: flex-start;
|
|
25526
|
+
display: flex;
|
|
25527
|
+
flex: none;
|
|
25528
|
+
flex-direction: column;
|
|
25529
|
+
justify-content: space-between;
|
|
25530
|
+
max-width: 100%;
|
|
25531
|
+
position: relative;
|
|
25532
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25533
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
25534
|
+
width: 100%;
|
|
25535
|
+
}
|
|
25536
|
+
.v-toolbar {
|
|
25537
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25538
|
+
border-style: solid;
|
|
25539
|
+
border-width: 0;
|
|
25540
|
+
}
|
|
25541
|
+
.v-toolbar--border {
|
|
25542
|
+
border-width: thin;
|
|
25543
|
+
box-shadow: none;
|
|
25544
|
+
}
|
|
25545
|
+
.v-toolbar {
|
|
25546
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25547
|
+
}
|
|
25548
|
+
.v-toolbar {
|
|
25549
|
+
border-radius: 0;
|
|
25550
|
+
}
|
|
25551
|
+
.v-toolbar {
|
|
25552
|
+
background: rgb(var(--v-theme-surface-light));
|
|
25553
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25554
|
+
}
|
|
25555
|
+
.v-toolbar--absolute {
|
|
25556
|
+
position: absolute;
|
|
25557
|
+
}
|
|
25558
|
+
.v-toolbar--collapse {
|
|
25559
|
+
max-width: 112px;
|
|
25560
|
+
overflow: hidden;
|
|
25561
|
+
border-end-end-radius: 24px;
|
|
25562
|
+
}
|
|
25563
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
25564
|
+
display: none;
|
|
25565
|
+
}
|
|
25566
|
+
.v-toolbar--flat {
|
|
25567
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25568
|
+
}
|
|
25569
|
+
.v-toolbar--floating {
|
|
25570
|
+
display: inline-flex;
|
|
25571
|
+
}
|
|
25572
|
+
.v-toolbar--rounded {
|
|
25573
|
+
border-radius: 4px;
|
|
25574
|
+
}
|
|
25575
|
+
|
|
25576
|
+
.v-toolbar__content,
|
|
25577
|
+
.v-toolbar__extension {
|
|
25578
|
+
align-items: center;
|
|
25579
|
+
display: flex;
|
|
25580
|
+
flex: 0 0 auto;
|
|
25581
|
+
position: relative;
|
|
25582
|
+
transition: inherit;
|
|
25583
|
+
width: 100%;
|
|
25584
|
+
}
|
|
25585
|
+
|
|
25586
|
+
.v-toolbar__content {
|
|
25587
|
+
overflow: hidden;
|
|
25588
|
+
}
|
|
25589
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
25590
|
+
margin-inline-start: 4px;
|
|
25591
|
+
}
|
|
25592
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
25593
|
+
margin-inline-end: 4px;
|
|
25594
|
+
}
|
|
25595
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
25596
|
+
margin-inline-start: 20px;
|
|
25597
|
+
}
|
|
25598
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
25599
|
+
align-items: flex-start;
|
|
25600
|
+
}
|
|
25601
|
+
|
|
25602
|
+
.v-toolbar__image {
|
|
25603
|
+
display: flex;
|
|
25604
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
25605
|
+
transition-property: opacity;
|
|
25606
|
+
}
|
|
25607
|
+
.v-toolbar__image {
|
|
25608
|
+
position: absolute;
|
|
25609
|
+
top: 0;
|
|
25610
|
+
left: 0;
|
|
25611
|
+
width: 100%;
|
|
25612
|
+
height: 100%;
|
|
25613
|
+
}
|
|
25614
|
+
|
|
25615
|
+
.v-toolbar__prepend,
|
|
25616
|
+
.v-toolbar__append {
|
|
25617
|
+
align-items: center;
|
|
25618
|
+
align-self: stretch;
|
|
25619
|
+
display: flex;
|
|
25620
|
+
}
|
|
25621
|
+
|
|
25622
|
+
.v-toolbar__prepend {
|
|
25623
|
+
margin-inline: 4px auto;
|
|
25624
|
+
}
|
|
25625
|
+
|
|
25626
|
+
.v-toolbar__append {
|
|
25627
|
+
margin-inline: auto 4px;
|
|
25628
|
+
}
|
|
25629
|
+
|
|
25630
|
+
.v-toolbar-title {
|
|
25631
|
+
flex: 1 1;
|
|
25632
|
+
font-size: 1.25rem;
|
|
25633
|
+
min-width: 0;
|
|
25634
|
+
}
|
|
25635
|
+
.v-toolbar-title {
|
|
25636
|
+
font-size: 1.25rem;
|
|
25637
|
+
font-weight: 400;
|
|
25638
|
+
letter-spacing: 0;
|
|
25639
|
+
line-height: 1.75rem;
|
|
25640
|
+
text-transform: none;
|
|
25641
|
+
}
|
|
25642
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
25643
|
+
align-self: flex-end;
|
|
25644
|
+
padding-bottom: 6px;
|
|
25645
|
+
}
|
|
25646
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
25647
|
+
font-size: 1.5rem;
|
|
25648
|
+
font-weight: 400;
|
|
25649
|
+
letter-spacing: 0;
|
|
25650
|
+
line-height: 2.25rem;
|
|
25651
|
+
text-transform: none;
|
|
25652
|
+
}
|
|
25653
|
+
|
|
25654
|
+
.v-toolbar-title__placeholder {
|
|
25655
|
+
overflow: hidden;
|
|
25656
|
+
text-overflow: ellipsis;
|
|
25657
|
+
white-space: nowrap;
|
|
25658
|
+
}
|
|
25659
|
+
|
|
25660
|
+
.v-toolbar-items {
|
|
25661
|
+
display: flex;
|
|
25662
|
+
height: inherit;
|
|
25663
|
+
align-self: stretch;
|
|
25664
|
+
}
|
|
25665
|
+
.v-toolbar-items > .v-btn {
|
|
25666
|
+
border-radius: 0;
|
|
25667
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
25668
|
+
background: rgb(var(--v-theme-surface-light));
|
|
25669
|
+
}
|
|
25670
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
|
25671
|
+
background: rgb(var(--v-theme-on-surface));
|
|
25672
|
+
}
|
|
25673
|
+
|
|
25674
|
+
.v-timeline {
|
|
25675
|
+
display: grid;
|
|
25676
|
+
grid-auto-flow: dense;
|
|
25677
|
+
position: relative;
|
|
25678
|
+
}
|
|
25679
|
+
.v-timeline--horizontal.v-timeline {
|
|
25680
|
+
grid-column-gap: 24px;
|
|
25681
|
+
width: 100%;
|
|
25682
|
+
}
|
|
25683
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
25684
|
+
grid-row: 3;
|
|
25685
|
+
padding-block-start: 24px;
|
|
25686
|
+
}
|
|
25687
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
25688
|
+
grid-row: 1;
|
|
25689
|
+
padding-block-end: 24px;
|
|
25690
|
+
align-self: flex-end;
|
|
25691
|
+
}
|
|
25692
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
|
25693
|
+
grid-row: 1;
|
|
25694
|
+
padding-block-end: 24px;
|
|
25695
|
+
align-self: flex-end;
|
|
25696
|
+
}
|
|
25697
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
|
25698
|
+
grid-row: 3;
|
|
25699
|
+
padding-block-start: 24px;
|
|
25700
|
+
}
|
|
25701
|
+
|
|
25702
|
+
.v-timeline--vertical.v-timeline {
|
|
25703
|
+
row-gap: 24px;
|
|
25704
|
+
height: 100%;
|
|
25705
|
+
}
|
|
25706
|
+
.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 {
|
|
25707
|
+
padding-block-start: 24px;
|
|
25708
|
+
}
|
|
25709
|
+
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
25710
|
+
padding-block-end: 24px;
|
|
25711
|
+
}
|
|
25712
|
+
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
25713
|
+
grid-column: 1;
|
|
25714
|
+
padding-inline-end: 24px;
|
|
25715
|
+
}
|
|
25716
|
+
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
|
25717
|
+
grid-column: 3;
|
|
25463
25718
|
padding-inline-start: 24px;
|
|
25464
25719
|
}
|
|
25465
25720
|
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
|
@@ -25827,180 +26082,41 @@ html.v-overlay-scroll-blocked {
|
|
|
25827
26082
|
|
|
25828
26083
|
.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 {
|
|
25829
26084
|
padding-inline-end: 0;
|
|
25830
|
-
}.v-
|
|
25831
|
-
|
|
26085
|
+
}.v-virtual-scroll {
|
|
26086
|
+
display: block;
|
|
26087
|
+
flex: 1 1 auto;
|
|
26088
|
+
max-width: 100%;
|
|
26089
|
+
overflow: auto;
|
|
26090
|
+
position: relative;
|
|
26091
|
+
}
|
|
26092
|
+
.v-virtual-scroll__container {
|
|
26093
|
+
display: block;
|
|
26094
|
+
}.v-responsive {
|
|
25832
26095
|
display: flex;
|
|
25833
|
-
flex:
|
|
25834
|
-
|
|
25835
|
-
justify-content: space-between;
|
|
26096
|
+
flex: 1 0 auto;
|
|
26097
|
+
max-height: 100%;
|
|
25836
26098
|
max-width: 100%;
|
|
26099
|
+
overflow: hidden;
|
|
25837
26100
|
position: relative;
|
|
25838
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25839
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
25840
|
-
width: 100%;
|
|
25841
26101
|
}
|
|
25842
|
-
.v-
|
|
25843
|
-
|
|
25844
|
-
|
|
25845
|
-
border-width: 0;
|
|
26102
|
+
.v-responsive--inline {
|
|
26103
|
+
display: inline-flex;
|
|
26104
|
+
flex: 0 0 auto;
|
|
25846
26105
|
}
|
|
25847
|
-
|
|
25848
|
-
|
|
25849
|
-
|
|
25850
|
-
|
|
25851
|
-
.v-toolbar {
|
|
25852
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25853
|
-
}
|
|
25854
|
-
.v-toolbar {
|
|
25855
|
-
border-radius: 0;
|
|
25856
|
-
}
|
|
25857
|
-
.v-toolbar {
|
|
25858
|
-
background: rgb(var(--v-theme-surface-light));
|
|
25859
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25860
|
-
}
|
|
25861
|
-
.v-toolbar--absolute {
|
|
25862
|
-
position: absolute;
|
|
25863
|
-
}
|
|
25864
|
-
.v-toolbar--collapse {
|
|
25865
|
-
max-width: 112px;
|
|
25866
|
-
overflow: hidden;
|
|
25867
|
-
border-end-end-radius: 24px;
|
|
25868
|
-
}
|
|
25869
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
25870
|
-
display: none;
|
|
25871
|
-
}
|
|
25872
|
-
.v-toolbar--flat {
|
|
25873
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25874
|
-
}
|
|
25875
|
-
.v-toolbar--floating {
|
|
25876
|
-
display: inline-flex;
|
|
25877
|
-
}
|
|
25878
|
-
.v-toolbar--rounded {
|
|
25879
|
-
border-radius: 4px;
|
|
26106
|
+
|
|
26107
|
+
.v-responsive__content {
|
|
26108
|
+
flex: 1 0 0px;
|
|
26109
|
+
max-width: 100%;
|
|
25880
26110
|
}
|
|
25881
26111
|
|
|
25882
|
-
.v-
|
|
25883
|
-
|
|
25884
|
-
align-items: center;
|
|
25885
|
-
display: flex;
|
|
25886
|
-
flex: 0 0 auto;
|
|
25887
|
-
position: relative;
|
|
25888
|
-
transition: inherit;
|
|
25889
|
-
width: 100%;
|
|
25890
|
-
}
|
|
25891
|
-
|
|
25892
|
-
.v-toolbar__content {
|
|
25893
|
-
overflow: hidden;
|
|
25894
|
-
}
|
|
25895
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
25896
|
-
margin-inline-start: 4px;
|
|
25897
|
-
}
|
|
25898
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
25899
|
-
margin-inline-end: 4px;
|
|
25900
|
-
}
|
|
25901
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
25902
|
-
margin-inline-start: 20px;
|
|
25903
|
-
}
|
|
25904
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
25905
|
-
align-items: flex-start;
|
|
25906
|
-
}
|
|
25907
|
-
|
|
25908
|
-
.v-toolbar__image {
|
|
25909
|
-
display: flex;
|
|
25910
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
25911
|
-
transition-property: opacity;
|
|
25912
|
-
}
|
|
25913
|
-
.v-toolbar__image {
|
|
25914
|
-
position: absolute;
|
|
25915
|
-
top: 0;
|
|
25916
|
-
left: 0;
|
|
25917
|
-
width: 100%;
|
|
25918
|
-
height: 100%;
|
|
25919
|
-
}
|
|
25920
|
-
|
|
25921
|
-
.v-toolbar__prepend,
|
|
25922
|
-
.v-toolbar__append {
|
|
25923
|
-
align-items: center;
|
|
25924
|
-
align-self: stretch;
|
|
25925
|
-
display: flex;
|
|
25926
|
-
}
|
|
25927
|
-
|
|
25928
|
-
.v-toolbar__prepend {
|
|
25929
|
-
margin-inline: 4px auto;
|
|
25930
|
-
}
|
|
25931
|
-
|
|
25932
|
-
.v-toolbar__append {
|
|
25933
|
-
margin-inline: auto 4px;
|
|
25934
|
-
}
|
|
25935
|
-
|
|
25936
|
-
.v-toolbar-title {
|
|
25937
|
-
flex: 1 1;
|
|
25938
|
-
font-size: 1.25rem;
|
|
25939
|
-
min-width: 0;
|
|
25940
|
-
}
|
|
25941
|
-
.v-toolbar-title {
|
|
25942
|
-
font-size: 1.25rem;
|
|
25943
|
-
font-weight: 400;
|
|
25944
|
-
letter-spacing: 0;
|
|
25945
|
-
line-height: 1.75rem;
|
|
25946
|
-
text-transform: none;
|
|
25947
|
-
}
|
|
25948
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
25949
|
-
align-self: flex-end;
|
|
25950
|
-
padding-bottom: 6px;
|
|
25951
|
-
}
|
|
25952
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
25953
|
-
font-size: 1.5rem;
|
|
25954
|
-
font-weight: 400;
|
|
25955
|
-
letter-spacing: 0;
|
|
25956
|
-
line-height: 2.25rem;
|
|
25957
|
-
text-transform: none;
|
|
25958
|
-
}
|
|
25959
|
-
|
|
25960
|
-
.v-toolbar-title__placeholder {
|
|
25961
|
-
overflow: hidden;
|
|
25962
|
-
text-overflow: ellipsis;
|
|
25963
|
-
white-space: nowrap;
|
|
26112
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
26113
|
+
margin-inline-start: -100%;
|
|
25964
26114
|
}
|
|
25965
26115
|
|
|
25966
|
-
.v-
|
|
25967
|
-
|
|
25968
|
-
|
|
25969
|
-
align-self: stretch;
|
|
25970
|
-
}
|
|
25971
|
-
.v-toolbar-items > .v-btn {
|
|
25972
|
-
border-radius: 0;
|
|
25973
|
-
}.v-tooltip > .v-overlay__content {
|
|
25974
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
25975
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25976
|
-
border-radius: 4px;
|
|
25977
|
-
font-size: 0.875rem;
|
|
25978
|
-
line-height: 1.6;
|
|
25979
|
-
display: inline-block;
|
|
25980
|
-
padding: 5px 16px;
|
|
25981
|
-
text-transform: initial;
|
|
25982
|
-
width: auto;
|
|
25983
|
-
opacity: 1;
|
|
26116
|
+
.v-responsive__sizer {
|
|
26117
|
+
flex: 1 0 0px;
|
|
26118
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25984
26119
|
pointer-events: none;
|
|
25985
|
-
transition-property: opacity, transform;
|
|
25986
|
-
overflow-wrap: break-word;
|
|
25987
|
-
}
|
|
25988
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
25989
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25990
|
-
transition-duration: 150ms;
|
|
25991
|
-
}
|
|
25992
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
25993
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
25994
|
-
transition-duration: 75ms;
|
|
25995
|
-
}.v-virtual-scroll {
|
|
25996
|
-
display: block;
|
|
25997
|
-
flex: 1 1 auto;
|
|
25998
|
-
max-width: 100%;
|
|
25999
|
-
overflow: auto;
|
|
26000
|
-
position: relative;
|
|
26001
|
-
}
|
|
26002
|
-
.v-virtual-scroll__container {
|
|
26003
|
-
display: block;
|
|
26004
26120
|
}.v-window {
|
|
26005
26121
|
overflow: hidden;
|
|
26006
26122
|
}
|
|
@@ -26071,155 +26187,54 @@ html.v-overlay-scroll-blocked {
|
|
|
26071
26187
|
}
|
|
26072
26188
|
.v-window-y-reverse-transition-leave-to {
|
|
26073
26189
|
transform: translateY(100%);
|
|
26074
|
-
}.v-
|
|
26075
|
-
-
|
|
26076
|
-
background: rgb(var(--v-theme-surface));
|
|
26190
|
+
}.v-system-bar {
|
|
26191
|
+
align-items: center;
|
|
26077
26192
|
display: flex;
|
|
26078
|
-
flex
|
|
26079
|
-
height:
|
|
26193
|
+
flex: 1 1 auto;
|
|
26194
|
+
height: 24px;
|
|
26195
|
+
justify-content: flex-end;
|
|
26080
26196
|
max-width: 100%;
|
|
26081
|
-
|
|
26082
|
-
|
|
26083
|
-
|
|
26084
|
-
|
|
26085
|
-
position: absolute;
|
|
26086
|
-
}
|
|
26087
|
-
.v-navigation-drawer {
|
|
26088
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
26089
|
-
border-style: solid;
|
|
26090
|
-
border-width: 0;
|
|
26197
|
+
padding-inline: 8px;
|
|
26198
|
+
position: relative;
|
|
26199
|
+
text-align: end;
|
|
26200
|
+
width: 100%;
|
|
26091
26201
|
}
|
|
26092
|
-
.v-
|
|
26093
|
-
|
|
26094
|
-
box-shadow: none;
|
|
26202
|
+
.v-system-bar .v-icon {
|
|
26203
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
26095
26204
|
}
|
|
26096
|
-
.v-
|
|
26205
|
+
.v-system-bar {
|
|
26097
26206
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26098
26207
|
}
|
|
26099
|
-
.v-
|
|
26100
|
-
background: rgb(var(--v-theme-surface));
|
|
26101
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
26102
|
-
}
|
|
26103
|
-
.v-navigation-drawer--rounded {
|
|
26104
|
-
border-radius: 4px;
|
|
26105
|
-
}
|
|
26106
|
-
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
26107
|
-
max-height: -webkit-fill-available;
|
|
26108
|
-
overflow-y: auto;
|
|
26109
|
-
}
|
|
26110
|
-
.v-navigation-drawer--top {
|
|
26111
|
-
top: 0;
|
|
26112
|
-
border-bottom-width: thin;
|
|
26113
|
-
}
|
|
26114
|
-
.v-navigation-drawer--bottom {
|
|
26115
|
-
left: 0;
|
|
26116
|
-
border-top-width: thin;
|
|
26117
|
-
}
|
|
26118
|
-
.v-navigation-drawer--left {
|
|
26119
|
-
top: 0;
|
|
26120
|
-
left: 0;
|
|
26121
|
-
right: auto;
|
|
26122
|
-
border-right-width: thin;
|
|
26123
|
-
}
|
|
26124
|
-
.v-navigation-drawer--right {
|
|
26125
|
-
top: 0;
|
|
26126
|
-
left: auto;
|
|
26127
|
-
right: 0;
|
|
26128
|
-
border-left-width: thin;
|
|
26129
|
-
}
|
|
26130
|
-
.v-navigation-drawer--floating {
|
|
26131
|
-
border: none;
|
|
26132
|
-
}
|
|
26133
|
-
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
|
26134
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
26135
|
-
}
|
|
26136
|
-
.v-navigation-drawer--sticky {
|
|
26137
|
-
height: auto;
|
|
26138
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
26139
|
-
}
|
|
26140
|
-
.v-navigation-drawer .v-list {
|
|
26141
|
-
overflow: hidden;
|
|
26142
|
-
}
|
|
26143
|
-
|
|
26144
|
-
.v-navigation-drawer__content {
|
|
26145
|
-
flex: 0 1 auto;
|
|
26146
|
-
height: 100%;
|
|
26147
|
-
max-width: 100%;
|
|
26148
|
-
overflow-x: hidden;
|
|
26149
|
-
overflow-y: auto;
|
|
26150
|
-
}
|
|
26151
|
-
|
|
26152
|
-
.v-navigation-drawer__img {
|
|
26153
|
-
height: 100%;
|
|
26154
|
-
left: 0;
|
|
26208
|
+
.v-system-bar--absolute {
|
|
26155
26209
|
position: absolute;
|
|
26156
|
-
top: 0;
|
|
26157
|
-
width: 100%;
|
|
26158
|
-
z-index: -1;
|
|
26159
|
-
}
|
|
26160
|
-
.v-navigation-drawer__img img:not(.v-img__img) {
|
|
26161
|
-
height: inherit;
|
|
26162
|
-
object-fit: cover;
|
|
26163
|
-
width: inherit;
|
|
26164
26210
|
}
|
|
26165
|
-
|
|
26166
|
-
|
|
26167
|
-
position: absolute;
|
|
26168
|
-
top: 0;
|
|
26169
|
-
left: 0;
|
|
26170
|
-
width: 100%;
|
|
26171
|
-
height: 100%;
|
|
26172
|
-
background: black;
|
|
26173
|
-
opacity: 0.2;
|
|
26174
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26175
|
-
z-index: 1;
|
|
26176
|
-
}
|
|
26177
|
-
|
|
26178
|
-
.v-navigation-drawer__prepend,
|
|
26179
|
-
.v-navigation-drawer__append {
|
|
26180
|
-
flex: none;
|
|
26181
|
-
overflow: hidden;
|
|
26182
|
-
}.v-speed-dial__content {
|
|
26183
|
-
gap: 8px;
|
|
26184
|
-
}
|
|
26185
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
26186
|
-
flex-direction: row;
|
|
26187
|
-
}
|
|
26188
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
26189
|
-
flex-direction: row-reverse;
|
|
26190
|
-
}
|
|
26191
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
26192
|
-
flex-direction: column-reverse;
|
|
26193
|
-
}
|
|
26194
|
-
.v-speed-dial__content > *:nth-child(1) {
|
|
26195
|
-
transition-delay: 0s;
|
|
26196
|
-
}
|
|
26197
|
-
.v-speed-dial__content > *:nth-child(2) {
|
|
26198
|
-
transition-delay: 0.05s;
|
|
26199
|
-
}
|
|
26200
|
-
.v-speed-dial__content > *:nth-child(3) {
|
|
26201
|
-
transition-delay: 0.1s;
|
|
26202
|
-
}
|
|
26203
|
-
.v-speed-dial__content > *:nth-child(4) {
|
|
26204
|
-
transition-delay: 0.15s;
|
|
26205
|
-
}
|
|
26206
|
-
.v-speed-dial__content > *:nth-child(5) {
|
|
26207
|
-
transition-delay: 0.2s;
|
|
26211
|
+
.v-system-bar--fixed {
|
|
26212
|
+
position: fixed;
|
|
26208
26213
|
}
|
|
26209
|
-
.v-
|
|
26210
|
-
|
|
26214
|
+
.v-system-bar {
|
|
26215
|
+
background: rgba(var(--v-theme-surface-light));
|
|
26216
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
26211
26217
|
}
|
|
26212
|
-
.v-
|
|
26213
|
-
|
|
26218
|
+
.v-system-bar {
|
|
26219
|
+
font-size: 0.75rem;
|
|
26220
|
+
font-weight: 400;
|
|
26221
|
+
letter-spacing: 0.0333333333em;
|
|
26222
|
+
line-height: 1.667;
|
|
26223
|
+
text-transform: none;
|
|
26214
26224
|
}
|
|
26215
|
-
.v-
|
|
26216
|
-
|
|
26225
|
+
.v-system-bar--rounded {
|
|
26226
|
+
border-radius: 0;
|
|
26217
26227
|
}
|
|
26218
|
-
.v-
|
|
26219
|
-
|
|
26228
|
+
.v-system-bar--window {
|
|
26229
|
+
height: 32px;
|
|
26220
26230
|
}
|
|
26221
|
-
.v-
|
|
26222
|
-
|
|
26231
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
26232
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
26233
|
+
}.v-counter {
|
|
26234
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
26235
|
+
flex: 0 1 auto;
|
|
26236
|
+
font-size: 12px;
|
|
26237
|
+
transition-duration: 150ms;
|
|
26223
26238
|
}.v-color-picker-canvas {
|
|
26224
26239
|
display: flex;
|
|
26225
26240
|
position: relative;
|
|
@@ -26242,69 +26257,6 @@ html.v-overlay-scroll-blocked {
|
|
|
26242
26257
|
}
|
|
26243
26258
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
26244
26259
|
will-change: transform;
|
|
26245
|
-
}.v-color-picker-edit {
|
|
26246
|
-
display: flex;
|
|
26247
|
-
margin-top: 24px;
|
|
26248
|
-
}
|
|
26249
|
-
|
|
26250
|
-
.v-color-picker-edit__input {
|
|
26251
|
-
width: 100%;
|
|
26252
|
-
display: flex;
|
|
26253
|
-
flex-wrap: wrap;
|
|
26254
|
-
justify-content: center;
|
|
26255
|
-
text-align: center;
|
|
26256
|
-
}
|
|
26257
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
26258
|
-
margin-inline-end: 8px;
|
|
26259
|
-
}
|
|
26260
|
-
.v-color-picker-edit__input input {
|
|
26261
|
-
border-radius: 4px;
|
|
26262
|
-
margin-bottom: 8px;
|
|
26263
|
-
min-width: 0;
|
|
26264
|
-
outline: none;
|
|
26265
|
-
text-align: center;
|
|
26266
|
-
width: 100%;
|
|
26267
|
-
height: 32px;
|
|
26268
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26269
|
-
color: rgba(var(--v-theme-on-surface));
|
|
26270
|
-
}
|
|
26271
|
-
.v-color-picker-edit__input span {
|
|
26272
|
-
font-size: 0.75rem;
|
|
26273
|
-
}.v-color-picker-swatches {
|
|
26274
|
-
overflow-y: auto;
|
|
26275
|
-
}
|
|
26276
|
-
.v-color-picker-swatches > div {
|
|
26277
|
-
display: flex;
|
|
26278
|
-
flex-wrap: wrap;
|
|
26279
|
-
justify-content: center;
|
|
26280
|
-
padding: 8px;
|
|
26281
|
-
}
|
|
26282
|
-
|
|
26283
|
-
.v-color-picker-swatches__swatch {
|
|
26284
|
-
display: flex;
|
|
26285
|
-
flex-direction: column;
|
|
26286
|
-
margin-bottom: 10px;
|
|
26287
|
-
}
|
|
26288
|
-
|
|
26289
|
-
.v-color-picker-swatches__color {
|
|
26290
|
-
position: relative;
|
|
26291
|
-
height: 18px;
|
|
26292
|
-
max-height: 18px;
|
|
26293
|
-
width: 45px;
|
|
26294
|
-
margin: 2px 4px;
|
|
26295
|
-
border-radius: 2px;
|
|
26296
|
-
-webkit-user-select: none;
|
|
26297
|
-
user-select: none;
|
|
26298
|
-
overflow: hidden;
|
|
26299
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26300
|
-
cursor: pointer;
|
|
26301
|
-
}
|
|
26302
|
-
.v-color-picker-swatches__color > div {
|
|
26303
|
-
display: flex;
|
|
26304
|
-
align-items: center;
|
|
26305
|
-
justify-content: center;
|
|
26306
|
-
width: 100%;
|
|
26307
|
-
height: 100%;
|
|
26308
26260
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
26309
26261
|
background-color: transparent !important;
|
|
26310
26262
|
}
|
|
@@ -26375,6 +26327,69 @@ html.v-overlay-scroll-blocked {
|
|
|
26375
26327
|
.v-color-picker-preview__eye-dropper {
|
|
26376
26328
|
position: relative;
|
|
26377
26329
|
margin-right: 12px;
|
|
26330
|
+
}.v-color-picker-swatches {
|
|
26331
|
+
overflow-y: auto;
|
|
26332
|
+
}
|
|
26333
|
+
.v-color-picker-swatches > div {
|
|
26334
|
+
display: flex;
|
|
26335
|
+
flex-wrap: wrap;
|
|
26336
|
+
justify-content: center;
|
|
26337
|
+
padding: 8px;
|
|
26338
|
+
}
|
|
26339
|
+
|
|
26340
|
+
.v-color-picker-swatches__swatch {
|
|
26341
|
+
display: flex;
|
|
26342
|
+
flex-direction: column;
|
|
26343
|
+
margin-bottom: 10px;
|
|
26344
|
+
}
|
|
26345
|
+
|
|
26346
|
+
.v-color-picker-swatches__color {
|
|
26347
|
+
position: relative;
|
|
26348
|
+
height: 18px;
|
|
26349
|
+
max-height: 18px;
|
|
26350
|
+
width: 45px;
|
|
26351
|
+
margin: 2px 4px;
|
|
26352
|
+
border-radius: 2px;
|
|
26353
|
+
-webkit-user-select: none;
|
|
26354
|
+
user-select: none;
|
|
26355
|
+
overflow: hidden;
|
|
26356
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26357
|
+
cursor: pointer;
|
|
26358
|
+
}
|
|
26359
|
+
.v-color-picker-swatches__color > div {
|
|
26360
|
+
display: flex;
|
|
26361
|
+
align-items: center;
|
|
26362
|
+
justify-content: center;
|
|
26363
|
+
width: 100%;
|
|
26364
|
+
height: 100%;
|
|
26365
|
+
}.v-color-picker-edit {
|
|
26366
|
+
display: flex;
|
|
26367
|
+
margin-top: 24px;
|
|
26368
|
+
}
|
|
26369
|
+
|
|
26370
|
+
.v-color-picker-edit__input {
|
|
26371
|
+
width: 100%;
|
|
26372
|
+
display: flex;
|
|
26373
|
+
flex-wrap: wrap;
|
|
26374
|
+
justify-content: center;
|
|
26375
|
+
text-align: center;
|
|
26376
|
+
}
|
|
26377
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
26378
|
+
margin-inline-end: 8px;
|
|
26379
|
+
}
|
|
26380
|
+
.v-color-picker-edit__input input {
|
|
26381
|
+
border-radius: 4px;
|
|
26382
|
+
margin-bottom: 8px;
|
|
26383
|
+
min-width: 0;
|
|
26384
|
+
outline: none;
|
|
26385
|
+
text-align: center;
|
|
26386
|
+
width: 100%;
|
|
26387
|
+
height: 32px;
|
|
26388
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26389
|
+
color: rgba(var(--v-theme-on-surface));
|
|
26390
|
+
}
|
|
26391
|
+
.v-color-picker-edit__input span {
|
|
26392
|
+
font-size: 0.75rem;
|
|
26378
26393
|
}.v-picker.v-sheet {
|
|
26379
26394
|
display: grid;
|
|
26380
26395
|
grid-auto-rows: min-content;
|