vuetify 3.6.0-alpha.2 → 3.6.0
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/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.0
|
|
2
|
+
* Vuetify v3.6.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6789,7 +6789,7 @@ html.overflow-y-hidden {
|
|
|
6789
6789
|
.text-h1 {
|
|
6790
6790
|
font-size: 6rem !important;
|
|
6791
6791
|
font-weight: 300;
|
|
6792
|
-
line-height:
|
|
6792
|
+
line-height: 1;
|
|
6793
6793
|
letter-spacing: -0.015625em !important;
|
|
6794
6794
|
font-family: "Roboto", sans-serif;
|
|
6795
6795
|
text-transform: none !important;
|
|
@@ -6798,7 +6798,7 @@ html.overflow-y-hidden {
|
|
|
6798
6798
|
.text-h2 {
|
|
6799
6799
|
font-size: 3.75rem !important;
|
|
6800
6800
|
font-weight: 300;
|
|
6801
|
-
line-height:
|
|
6801
|
+
line-height: 1;
|
|
6802
6802
|
letter-spacing: -0.0083333333em !important;
|
|
6803
6803
|
font-family: "Roboto", sans-serif;
|
|
6804
6804
|
text-transform: none !important;
|
|
@@ -6807,7 +6807,7 @@ html.overflow-y-hidden {
|
|
|
6807
6807
|
.text-h3 {
|
|
6808
6808
|
font-size: 3rem !important;
|
|
6809
6809
|
font-weight: 400;
|
|
6810
|
-
line-height:
|
|
6810
|
+
line-height: 1.05;
|
|
6811
6811
|
letter-spacing: normal !important;
|
|
6812
6812
|
font-family: "Roboto", sans-serif;
|
|
6813
6813
|
text-transform: none !important;
|
|
@@ -6816,7 +6816,7 @@ html.overflow-y-hidden {
|
|
|
6816
6816
|
.text-h4 {
|
|
6817
6817
|
font-size: 2.125rem !important;
|
|
6818
6818
|
font-weight: 400;
|
|
6819
|
-
line-height:
|
|
6819
|
+
line-height: 1.175;
|
|
6820
6820
|
letter-spacing: 0.0073529412em !important;
|
|
6821
6821
|
font-family: "Roboto", sans-serif;
|
|
6822
6822
|
text-transform: none !important;
|
|
@@ -6825,7 +6825,7 @@ html.overflow-y-hidden {
|
|
|
6825
6825
|
.text-h5 {
|
|
6826
6826
|
font-size: 1.5rem !important;
|
|
6827
6827
|
font-weight: 400;
|
|
6828
|
-
line-height:
|
|
6828
|
+
line-height: 1.333;
|
|
6829
6829
|
letter-spacing: normal !important;
|
|
6830
6830
|
font-family: "Roboto", sans-serif;
|
|
6831
6831
|
text-transform: none !important;
|
|
@@ -6834,7 +6834,7 @@ html.overflow-y-hidden {
|
|
|
6834
6834
|
.text-h6 {
|
|
6835
6835
|
font-size: 1.25rem !important;
|
|
6836
6836
|
font-weight: 500;
|
|
6837
|
-
line-height:
|
|
6837
|
+
line-height: 1.6;
|
|
6838
6838
|
letter-spacing: 0.0125em !important;
|
|
6839
6839
|
font-family: "Roboto", sans-serif;
|
|
6840
6840
|
text-transform: none !important;
|
|
@@ -6843,7 +6843,7 @@ html.overflow-y-hidden {
|
|
|
6843
6843
|
.text-subtitle-1 {
|
|
6844
6844
|
font-size: 1rem !important;
|
|
6845
6845
|
font-weight: normal;
|
|
6846
|
-
line-height: 1.
|
|
6846
|
+
line-height: 1.75;
|
|
6847
6847
|
letter-spacing: 0.009375em !important;
|
|
6848
6848
|
font-family: "Roboto", sans-serif;
|
|
6849
6849
|
text-transform: none !important;
|
|
@@ -6852,7 +6852,7 @@ html.overflow-y-hidden {
|
|
|
6852
6852
|
.text-subtitle-2 {
|
|
6853
6853
|
font-size: 0.875rem !important;
|
|
6854
6854
|
font-weight: 500;
|
|
6855
|
-
line-height: 1.
|
|
6855
|
+
line-height: 1.6;
|
|
6856
6856
|
letter-spacing: 0.0071428571em !important;
|
|
6857
6857
|
font-family: "Roboto", sans-serif;
|
|
6858
6858
|
text-transform: none !important;
|
|
@@ -6861,7 +6861,7 @@ html.overflow-y-hidden {
|
|
|
6861
6861
|
.text-body-1 {
|
|
6862
6862
|
font-size: 1rem !important;
|
|
6863
6863
|
font-weight: 400;
|
|
6864
|
-
line-height: 1.
|
|
6864
|
+
line-height: 1.5;
|
|
6865
6865
|
letter-spacing: 0.03125em !important;
|
|
6866
6866
|
font-family: "Roboto", sans-serif;
|
|
6867
6867
|
text-transform: none !important;
|
|
@@ -6870,7 +6870,7 @@ html.overflow-y-hidden {
|
|
|
6870
6870
|
.text-body-2 {
|
|
6871
6871
|
font-size: 0.875rem !important;
|
|
6872
6872
|
font-weight: 400;
|
|
6873
|
-
line-height: 1.
|
|
6873
|
+
line-height: 1.425;
|
|
6874
6874
|
letter-spacing: 0.0178571429em !important;
|
|
6875
6875
|
font-family: "Roboto", sans-serif;
|
|
6876
6876
|
text-transform: none !important;
|
|
@@ -6879,7 +6879,7 @@ html.overflow-y-hidden {
|
|
|
6879
6879
|
.text-button {
|
|
6880
6880
|
font-size: 0.875rem !important;
|
|
6881
6881
|
font-weight: 500;
|
|
6882
|
-
line-height: 2.
|
|
6882
|
+
line-height: 2.6;
|
|
6883
6883
|
letter-spacing: 0.0892857143em !important;
|
|
6884
6884
|
font-family: "Roboto", sans-serif;
|
|
6885
6885
|
text-transform: uppercase !important;
|
|
@@ -6888,7 +6888,7 @@ html.overflow-y-hidden {
|
|
|
6888
6888
|
.text-caption {
|
|
6889
6889
|
font-size: 0.75rem !important;
|
|
6890
6890
|
font-weight: 400;
|
|
6891
|
-
line-height: 1.
|
|
6891
|
+
line-height: 1.667;
|
|
6892
6892
|
letter-spacing: 0.0333333333em !important;
|
|
6893
6893
|
font-family: "Roboto", sans-serif;
|
|
6894
6894
|
text-transform: none !important;
|
|
@@ -6897,7 +6897,7 @@ html.overflow-y-hidden {
|
|
|
6897
6897
|
.text-overline {
|
|
6898
6898
|
font-size: 0.75rem !important;
|
|
6899
6899
|
font-weight: 500;
|
|
6900
|
-
line-height:
|
|
6900
|
+
line-height: 2.667;
|
|
6901
6901
|
letter-spacing: 0.1666666667em !important;
|
|
6902
6902
|
font-family: "Roboto", sans-serif;
|
|
6903
6903
|
text-transform: uppercase !important;
|
|
@@ -8991,7 +8991,7 @@ html.overflow-y-hidden {
|
|
|
8991
8991
|
.text-sm-h1 {
|
|
8992
8992
|
font-size: 6rem !important;
|
|
8993
8993
|
font-weight: 300;
|
|
8994
|
-
line-height:
|
|
8994
|
+
line-height: 1;
|
|
8995
8995
|
letter-spacing: -0.015625em !important;
|
|
8996
8996
|
font-family: "Roboto", sans-serif;
|
|
8997
8997
|
text-transform: none !important;
|
|
@@ -8999,7 +8999,7 @@ html.overflow-y-hidden {
|
|
|
8999
8999
|
.text-sm-h2 {
|
|
9000
9000
|
font-size: 3.75rem !important;
|
|
9001
9001
|
font-weight: 300;
|
|
9002
|
-
line-height:
|
|
9002
|
+
line-height: 1;
|
|
9003
9003
|
letter-spacing: -0.0083333333em !important;
|
|
9004
9004
|
font-family: "Roboto", sans-serif;
|
|
9005
9005
|
text-transform: none !important;
|
|
@@ -9007,7 +9007,7 @@ html.overflow-y-hidden {
|
|
|
9007
9007
|
.text-sm-h3 {
|
|
9008
9008
|
font-size: 3rem !important;
|
|
9009
9009
|
font-weight: 400;
|
|
9010
|
-
line-height:
|
|
9010
|
+
line-height: 1.05;
|
|
9011
9011
|
letter-spacing: normal !important;
|
|
9012
9012
|
font-family: "Roboto", sans-serif;
|
|
9013
9013
|
text-transform: none !important;
|
|
@@ -9015,7 +9015,7 @@ html.overflow-y-hidden {
|
|
|
9015
9015
|
.text-sm-h4 {
|
|
9016
9016
|
font-size: 2.125rem !important;
|
|
9017
9017
|
font-weight: 400;
|
|
9018
|
-
line-height:
|
|
9018
|
+
line-height: 1.175;
|
|
9019
9019
|
letter-spacing: 0.0073529412em !important;
|
|
9020
9020
|
font-family: "Roboto", sans-serif;
|
|
9021
9021
|
text-transform: none !important;
|
|
@@ -9023,7 +9023,7 @@ html.overflow-y-hidden {
|
|
|
9023
9023
|
.text-sm-h5 {
|
|
9024
9024
|
font-size: 1.5rem !important;
|
|
9025
9025
|
font-weight: 400;
|
|
9026
|
-
line-height:
|
|
9026
|
+
line-height: 1.333;
|
|
9027
9027
|
letter-spacing: normal !important;
|
|
9028
9028
|
font-family: "Roboto", sans-serif;
|
|
9029
9029
|
text-transform: none !important;
|
|
@@ -9031,7 +9031,7 @@ html.overflow-y-hidden {
|
|
|
9031
9031
|
.text-sm-h6 {
|
|
9032
9032
|
font-size: 1.25rem !important;
|
|
9033
9033
|
font-weight: 500;
|
|
9034
|
-
line-height:
|
|
9034
|
+
line-height: 1.6;
|
|
9035
9035
|
letter-spacing: 0.0125em !important;
|
|
9036
9036
|
font-family: "Roboto", sans-serif;
|
|
9037
9037
|
text-transform: none !important;
|
|
@@ -9039,7 +9039,7 @@ html.overflow-y-hidden {
|
|
|
9039
9039
|
.text-sm-subtitle-1 {
|
|
9040
9040
|
font-size: 1rem !important;
|
|
9041
9041
|
font-weight: normal;
|
|
9042
|
-
line-height: 1.
|
|
9042
|
+
line-height: 1.75;
|
|
9043
9043
|
letter-spacing: 0.009375em !important;
|
|
9044
9044
|
font-family: "Roboto", sans-serif;
|
|
9045
9045
|
text-transform: none !important;
|
|
@@ -9047,7 +9047,7 @@ html.overflow-y-hidden {
|
|
|
9047
9047
|
.text-sm-subtitle-2 {
|
|
9048
9048
|
font-size: 0.875rem !important;
|
|
9049
9049
|
font-weight: 500;
|
|
9050
|
-
line-height: 1.
|
|
9050
|
+
line-height: 1.6;
|
|
9051
9051
|
letter-spacing: 0.0071428571em !important;
|
|
9052
9052
|
font-family: "Roboto", sans-serif;
|
|
9053
9053
|
text-transform: none !important;
|
|
@@ -9055,7 +9055,7 @@ html.overflow-y-hidden {
|
|
|
9055
9055
|
.text-sm-body-1 {
|
|
9056
9056
|
font-size: 1rem !important;
|
|
9057
9057
|
font-weight: 400;
|
|
9058
|
-
line-height: 1.
|
|
9058
|
+
line-height: 1.5;
|
|
9059
9059
|
letter-spacing: 0.03125em !important;
|
|
9060
9060
|
font-family: "Roboto", sans-serif;
|
|
9061
9061
|
text-transform: none !important;
|
|
@@ -9063,7 +9063,7 @@ html.overflow-y-hidden {
|
|
|
9063
9063
|
.text-sm-body-2 {
|
|
9064
9064
|
font-size: 0.875rem !important;
|
|
9065
9065
|
font-weight: 400;
|
|
9066
|
-
line-height: 1.
|
|
9066
|
+
line-height: 1.425;
|
|
9067
9067
|
letter-spacing: 0.0178571429em !important;
|
|
9068
9068
|
font-family: "Roboto", sans-serif;
|
|
9069
9069
|
text-transform: none !important;
|
|
@@ -9071,7 +9071,7 @@ html.overflow-y-hidden {
|
|
|
9071
9071
|
.text-sm-button {
|
|
9072
9072
|
font-size: 0.875rem !important;
|
|
9073
9073
|
font-weight: 500;
|
|
9074
|
-
line-height: 2.
|
|
9074
|
+
line-height: 2.6;
|
|
9075
9075
|
letter-spacing: 0.0892857143em !important;
|
|
9076
9076
|
font-family: "Roboto", sans-serif;
|
|
9077
9077
|
text-transform: uppercase !important;
|
|
@@ -9079,7 +9079,7 @@ html.overflow-y-hidden {
|
|
|
9079
9079
|
.text-sm-caption {
|
|
9080
9080
|
font-size: 0.75rem !important;
|
|
9081
9081
|
font-weight: 400;
|
|
9082
|
-
line-height: 1.
|
|
9082
|
+
line-height: 1.667;
|
|
9083
9083
|
letter-spacing: 0.0333333333em !important;
|
|
9084
9084
|
font-family: "Roboto", sans-serif;
|
|
9085
9085
|
text-transform: none !important;
|
|
@@ -9087,7 +9087,7 @@ html.overflow-y-hidden {
|
|
|
9087
9087
|
.text-sm-overline {
|
|
9088
9088
|
font-size: 0.75rem !important;
|
|
9089
9089
|
font-weight: 500;
|
|
9090
|
-
line-height:
|
|
9090
|
+
line-height: 2.667;
|
|
9091
9091
|
letter-spacing: 0.1666666667em !important;
|
|
9092
9092
|
font-family: "Roboto", sans-serif;
|
|
9093
9093
|
text-transform: uppercase !important;
|
|
@@ -11026,7 +11026,7 @@ html.overflow-y-hidden {
|
|
|
11026
11026
|
.text-md-h1 {
|
|
11027
11027
|
font-size: 6rem !important;
|
|
11028
11028
|
font-weight: 300;
|
|
11029
|
-
line-height:
|
|
11029
|
+
line-height: 1;
|
|
11030
11030
|
letter-spacing: -0.015625em !important;
|
|
11031
11031
|
font-family: "Roboto", sans-serif;
|
|
11032
11032
|
text-transform: none !important;
|
|
@@ -11034,7 +11034,7 @@ html.overflow-y-hidden {
|
|
|
11034
11034
|
.text-md-h2 {
|
|
11035
11035
|
font-size: 3.75rem !important;
|
|
11036
11036
|
font-weight: 300;
|
|
11037
|
-
line-height:
|
|
11037
|
+
line-height: 1;
|
|
11038
11038
|
letter-spacing: -0.0083333333em !important;
|
|
11039
11039
|
font-family: "Roboto", sans-serif;
|
|
11040
11040
|
text-transform: none !important;
|
|
@@ -11042,7 +11042,7 @@ html.overflow-y-hidden {
|
|
|
11042
11042
|
.text-md-h3 {
|
|
11043
11043
|
font-size: 3rem !important;
|
|
11044
11044
|
font-weight: 400;
|
|
11045
|
-
line-height:
|
|
11045
|
+
line-height: 1.05;
|
|
11046
11046
|
letter-spacing: normal !important;
|
|
11047
11047
|
font-family: "Roboto", sans-serif;
|
|
11048
11048
|
text-transform: none !important;
|
|
@@ -11050,7 +11050,7 @@ html.overflow-y-hidden {
|
|
|
11050
11050
|
.text-md-h4 {
|
|
11051
11051
|
font-size: 2.125rem !important;
|
|
11052
11052
|
font-weight: 400;
|
|
11053
|
-
line-height:
|
|
11053
|
+
line-height: 1.175;
|
|
11054
11054
|
letter-spacing: 0.0073529412em !important;
|
|
11055
11055
|
font-family: "Roboto", sans-serif;
|
|
11056
11056
|
text-transform: none !important;
|
|
@@ -11058,7 +11058,7 @@ html.overflow-y-hidden {
|
|
|
11058
11058
|
.text-md-h5 {
|
|
11059
11059
|
font-size: 1.5rem !important;
|
|
11060
11060
|
font-weight: 400;
|
|
11061
|
-
line-height:
|
|
11061
|
+
line-height: 1.333;
|
|
11062
11062
|
letter-spacing: normal !important;
|
|
11063
11063
|
font-family: "Roboto", sans-serif;
|
|
11064
11064
|
text-transform: none !important;
|
|
@@ -11066,7 +11066,7 @@ html.overflow-y-hidden {
|
|
|
11066
11066
|
.text-md-h6 {
|
|
11067
11067
|
font-size: 1.25rem !important;
|
|
11068
11068
|
font-weight: 500;
|
|
11069
|
-
line-height:
|
|
11069
|
+
line-height: 1.6;
|
|
11070
11070
|
letter-spacing: 0.0125em !important;
|
|
11071
11071
|
font-family: "Roboto", sans-serif;
|
|
11072
11072
|
text-transform: none !important;
|
|
@@ -11074,7 +11074,7 @@ html.overflow-y-hidden {
|
|
|
11074
11074
|
.text-md-subtitle-1 {
|
|
11075
11075
|
font-size: 1rem !important;
|
|
11076
11076
|
font-weight: normal;
|
|
11077
|
-
line-height: 1.
|
|
11077
|
+
line-height: 1.75;
|
|
11078
11078
|
letter-spacing: 0.009375em !important;
|
|
11079
11079
|
font-family: "Roboto", sans-serif;
|
|
11080
11080
|
text-transform: none !important;
|
|
@@ -11082,7 +11082,7 @@ html.overflow-y-hidden {
|
|
|
11082
11082
|
.text-md-subtitle-2 {
|
|
11083
11083
|
font-size: 0.875rem !important;
|
|
11084
11084
|
font-weight: 500;
|
|
11085
|
-
line-height: 1.
|
|
11085
|
+
line-height: 1.6;
|
|
11086
11086
|
letter-spacing: 0.0071428571em !important;
|
|
11087
11087
|
font-family: "Roboto", sans-serif;
|
|
11088
11088
|
text-transform: none !important;
|
|
@@ -11090,7 +11090,7 @@ html.overflow-y-hidden {
|
|
|
11090
11090
|
.text-md-body-1 {
|
|
11091
11091
|
font-size: 1rem !important;
|
|
11092
11092
|
font-weight: 400;
|
|
11093
|
-
line-height: 1.
|
|
11093
|
+
line-height: 1.5;
|
|
11094
11094
|
letter-spacing: 0.03125em !important;
|
|
11095
11095
|
font-family: "Roboto", sans-serif;
|
|
11096
11096
|
text-transform: none !important;
|
|
@@ -11098,7 +11098,7 @@ html.overflow-y-hidden {
|
|
|
11098
11098
|
.text-md-body-2 {
|
|
11099
11099
|
font-size: 0.875rem !important;
|
|
11100
11100
|
font-weight: 400;
|
|
11101
|
-
line-height: 1.
|
|
11101
|
+
line-height: 1.425;
|
|
11102
11102
|
letter-spacing: 0.0178571429em !important;
|
|
11103
11103
|
font-family: "Roboto", sans-serif;
|
|
11104
11104
|
text-transform: none !important;
|
|
@@ -11106,7 +11106,7 @@ html.overflow-y-hidden {
|
|
|
11106
11106
|
.text-md-button {
|
|
11107
11107
|
font-size: 0.875rem !important;
|
|
11108
11108
|
font-weight: 500;
|
|
11109
|
-
line-height: 2.
|
|
11109
|
+
line-height: 2.6;
|
|
11110
11110
|
letter-spacing: 0.0892857143em !important;
|
|
11111
11111
|
font-family: "Roboto", sans-serif;
|
|
11112
11112
|
text-transform: uppercase !important;
|
|
@@ -11114,7 +11114,7 @@ html.overflow-y-hidden {
|
|
|
11114
11114
|
.text-md-caption {
|
|
11115
11115
|
font-size: 0.75rem !important;
|
|
11116
11116
|
font-weight: 400;
|
|
11117
|
-
line-height: 1.
|
|
11117
|
+
line-height: 1.667;
|
|
11118
11118
|
letter-spacing: 0.0333333333em !important;
|
|
11119
11119
|
font-family: "Roboto", sans-serif;
|
|
11120
11120
|
text-transform: none !important;
|
|
@@ -11122,7 +11122,7 @@ html.overflow-y-hidden {
|
|
|
11122
11122
|
.text-md-overline {
|
|
11123
11123
|
font-size: 0.75rem !important;
|
|
11124
11124
|
font-weight: 500;
|
|
11125
|
-
line-height:
|
|
11125
|
+
line-height: 2.667;
|
|
11126
11126
|
letter-spacing: 0.1666666667em !important;
|
|
11127
11127
|
font-family: "Roboto", sans-serif;
|
|
11128
11128
|
text-transform: uppercase !important;
|
|
@@ -13061,7 +13061,7 @@ html.overflow-y-hidden {
|
|
|
13061
13061
|
.text-lg-h1 {
|
|
13062
13062
|
font-size: 6rem !important;
|
|
13063
13063
|
font-weight: 300;
|
|
13064
|
-
line-height:
|
|
13064
|
+
line-height: 1;
|
|
13065
13065
|
letter-spacing: -0.015625em !important;
|
|
13066
13066
|
font-family: "Roboto", sans-serif;
|
|
13067
13067
|
text-transform: none !important;
|
|
@@ -13069,7 +13069,7 @@ html.overflow-y-hidden {
|
|
|
13069
13069
|
.text-lg-h2 {
|
|
13070
13070
|
font-size: 3.75rem !important;
|
|
13071
13071
|
font-weight: 300;
|
|
13072
|
-
line-height:
|
|
13072
|
+
line-height: 1;
|
|
13073
13073
|
letter-spacing: -0.0083333333em !important;
|
|
13074
13074
|
font-family: "Roboto", sans-serif;
|
|
13075
13075
|
text-transform: none !important;
|
|
@@ -13077,7 +13077,7 @@ html.overflow-y-hidden {
|
|
|
13077
13077
|
.text-lg-h3 {
|
|
13078
13078
|
font-size: 3rem !important;
|
|
13079
13079
|
font-weight: 400;
|
|
13080
|
-
line-height:
|
|
13080
|
+
line-height: 1.05;
|
|
13081
13081
|
letter-spacing: normal !important;
|
|
13082
13082
|
font-family: "Roboto", sans-serif;
|
|
13083
13083
|
text-transform: none !important;
|
|
@@ -13085,7 +13085,7 @@ html.overflow-y-hidden {
|
|
|
13085
13085
|
.text-lg-h4 {
|
|
13086
13086
|
font-size: 2.125rem !important;
|
|
13087
13087
|
font-weight: 400;
|
|
13088
|
-
line-height:
|
|
13088
|
+
line-height: 1.175;
|
|
13089
13089
|
letter-spacing: 0.0073529412em !important;
|
|
13090
13090
|
font-family: "Roboto", sans-serif;
|
|
13091
13091
|
text-transform: none !important;
|
|
@@ -13093,7 +13093,7 @@ html.overflow-y-hidden {
|
|
|
13093
13093
|
.text-lg-h5 {
|
|
13094
13094
|
font-size: 1.5rem !important;
|
|
13095
13095
|
font-weight: 400;
|
|
13096
|
-
line-height:
|
|
13096
|
+
line-height: 1.333;
|
|
13097
13097
|
letter-spacing: normal !important;
|
|
13098
13098
|
font-family: "Roboto", sans-serif;
|
|
13099
13099
|
text-transform: none !important;
|
|
@@ -13101,7 +13101,7 @@ html.overflow-y-hidden {
|
|
|
13101
13101
|
.text-lg-h6 {
|
|
13102
13102
|
font-size: 1.25rem !important;
|
|
13103
13103
|
font-weight: 500;
|
|
13104
|
-
line-height:
|
|
13104
|
+
line-height: 1.6;
|
|
13105
13105
|
letter-spacing: 0.0125em !important;
|
|
13106
13106
|
font-family: "Roboto", sans-serif;
|
|
13107
13107
|
text-transform: none !important;
|
|
@@ -13109,7 +13109,7 @@ html.overflow-y-hidden {
|
|
|
13109
13109
|
.text-lg-subtitle-1 {
|
|
13110
13110
|
font-size: 1rem !important;
|
|
13111
13111
|
font-weight: normal;
|
|
13112
|
-
line-height: 1.
|
|
13112
|
+
line-height: 1.75;
|
|
13113
13113
|
letter-spacing: 0.009375em !important;
|
|
13114
13114
|
font-family: "Roboto", sans-serif;
|
|
13115
13115
|
text-transform: none !important;
|
|
@@ -13117,7 +13117,7 @@ html.overflow-y-hidden {
|
|
|
13117
13117
|
.text-lg-subtitle-2 {
|
|
13118
13118
|
font-size: 0.875rem !important;
|
|
13119
13119
|
font-weight: 500;
|
|
13120
|
-
line-height: 1.
|
|
13120
|
+
line-height: 1.6;
|
|
13121
13121
|
letter-spacing: 0.0071428571em !important;
|
|
13122
13122
|
font-family: "Roboto", sans-serif;
|
|
13123
13123
|
text-transform: none !important;
|
|
@@ -13125,7 +13125,7 @@ html.overflow-y-hidden {
|
|
|
13125
13125
|
.text-lg-body-1 {
|
|
13126
13126
|
font-size: 1rem !important;
|
|
13127
13127
|
font-weight: 400;
|
|
13128
|
-
line-height: 1.
|
|
13128
|
+
line-height: 1.5;
|
|
13129
13129
|
letter-spacing: 0.03125em !important;
|
|
13130
13130
|
font-family: "Roboto", sans-serif;
|
|
13131
13131
|
text-transform: none !important;
|
|
@@ -13133,7 +13133,7 @@ html.overflow-y-hidden {
|
|
|
13133
13133
|
.text-lg-body-2 {
|
|
13134
13134
|
font-size: 0.875rem !important;
|
|
13135
13135
|
font-weight: 400;
|
|
13136
|
-
line-height: 1.
|
|
13136
|
+
line-height: 1.425;
|
|
13137
13137
|
letter-spacing: 0.0178571429em !important;
|
|
13138
13138
|
font-family: "Roboto", sans-serif;
|
|
13139
13139
|
text-transform: none !important;
|
|
@@ -13141,7 +13141,7 @@ html.overflow-y-hidden {
|
|
|
13141
13141
|
.text-lg-button {
|
|
13142
13142
|
font-size: 0.875rem !important;
|
|
13143
13143
|
font-weight: 500;
|
|
13144
|
-
line-height: 2.
|
|
13144
|
+
line-height: 2.6;
|
|
13145
13145
|
letter-spacing: 0.0892857143em !important;
|
|
13146
13146
|
font-family: "Roboto", sans-serif;
|
|
13147
13147
|
text-transform: uppercase !important;
|
|
@@ -13149,7 +13149,7 @@ html.overflow-y-hidden {
|
|
|
13149
13149
|
.text-lg-caption {
|
|
13150
13150
|
font-size: 0.75rem !important;
|
|
13151
13151
|
font-weight: 400;
|
|
13152
|
-
line-height: 1.
|
|
13152
|
+
line-height: 1.667;
|
|
13153
13153
|
letter-spacing: 0.0333333333em !important;
|
|
13154
13154
|
font-family: "Roboto", sans-serif;
|
|
13155
13155
|
text-transform: none !important;
|
|
@@ -13157,7 +13157,7 @@ html.overflow-y-hidden {
|
|
|
13157
13157
|
.text-lg-overline {
|
|
13158
13158
|
font-size: 0.75rem !important;
|
|
13159
13159
|
font-weight: 500;
|
|
13160
|
-
line-height:
|
|
13160
|
+
line-height: 2.667;
|
|
13161
13161
|
letter-spacing: 0.1666666667em !important;
|
|
13162
13162
|
font-family: "Roboto", sans-serif;
|
|
13163
13163
|
text-transform: uppercase !important;
|
|
@@ -15096,7 +15096,7 @@ html.overflow-y-hidden {
|
|
|
15096
15096
|
.text-xl-h1 {
|
|
15097
15097
|
font-size: 6rem !important;
|
|
15098
15098
|
font-weight: 300;
|
|
15099
|
-
line-height:
|
|
15099
|
+
line-height: 1;
|
|
15100
15100
|
letter-spacing: -0.015625em !important;
|
|
15101
15101
|
font-family: "Roboto", sans-serif;
|
|
15102
15102
|
text-transform: none !important;
|
|
@@ -15104,7 +15104,7 @@ html.overflow-y-hidden {
|
|
|
15104
15104
|
.text-xl-h2 {
|
|
15105
15105
|
font-size: 3.75rem !important;
|
|
15106
15106
|
font-weight: 300;
|
|
15107
|
-
line-height:
|
|
15107
|
+
line-height: 1;
|
|
15108
15108
|
letter-spacing: -0.0083333333em !important;
|
|
15109
15109
|
font-family: "Roboto", sans-serif;
|
|
15110
15110
|
text-transform: none !important;
|
|
@@ -15112,7 +15112,7 @@ html.overflow-y-hidden {
|
|
|
15112
15112
|
.text-xl-h3 {
|
|
15113
15113
|
font-size: 3rem !important;
|
|
15114
15114
|
font-weight: 400;
|
|
15115
|
-
line-height:
|
|
15115
|
+
line-height: 1.05;
|
|
15116
15116
|
letter-spacing: normal !important;
|
|
15117
15117
|
font-family: "Roboto", sans-serif;
|
|
15118
15118
|
text-transform: none !important;
|
|
@@ -15120,7 +15120,7 @@ html.overflow-y-hidden {
|
|
|
15120
15120
|
.text-xl-h4 {
|
|
15121
15121
|
font-size: 2.125rem !important;
|
|
15122
15122
|
font-weight: 400;
|
|
15123
|
-
line-height:
|
|
15123
|
+
line-height: 1.175;
|
|
15124
15124
|
letter-spacing: 0.0073529412em !important;
|
|
15125
15125
|
font-family: "Roboto", sans-serif;
|
|
15126
15126
|
text-transform: none !important;
|
|
@@ -15128,7 +15128,7 @@ html.overflow-y-hidden {
|
|
|
15128
15128
|
.text-xl-h5 {
|
|
15129
15129
|
font-size: 1.5rem !important;
|
|
15130
15130
|
font-weight: 400;
|
|
15131
|
-
line-height:
|
|
15131
|
+
line-height: 1.333;
|
|
15132
15132
|
letter-spacing: normal !important;
|
|
15133
15133
|
font-family: "Roboto", sans-serif;
|
|
15134
15134
|
text-transform: none !important;
|
|
@@ -15136,7 +15136,7 @@ html.overflow-y-hidden {
|
|
|
15136
15136
|
.text-xl-h6 {
|
|
15137
15137
|
font-size: 1.25rem !important;
|
|
15138
15138
|
font-weight: 500;
|
|
15139
|
-
line-height:
|
|
15139
|
+
line-height: 1.6;
|
|
15140
15140
|
letter-spacing: 0.0125em !important;
|
|
15141
15141
|
font-family: "Roboto", sans-serif;
|
|
15142
15142
|
text-transform: none !important;
|
|
@@ -15144,7 +15144,7 @@ html.overflow-y-hidden {
|
|
|
15144
15144
|
.text-xl-subtitle-1 {
|
|
15145
15145
|
font-size: 1rem !important;
|
|
15146
15146
|
font-weight: normal;
|
|
15147
|
-
line-height: 1.
|
|
15147
|
+
line-height: 1.75;
|
|
15148
15148
|
letter-spacing: 0.009375em !important;
|
|
15149
15149
|
font-family: "Roboto", sans-serif;
|
|
15150
15150
|
text-transform: none !important;
|
|
@@ -15152,7 +15152,7 @@ html.overflow-y-hidden {
|
|
|
15152
15152
|
.text-xl-subtitle-2 {
|
|
15153
15153
|
font-size: 0.875rem !important;
|
|
15154
15154
|
font-weight: 500;
|
|
15155
|
-
line-height: 1.
|
|
15155
|
+
line-height: 1.6;
|
|
15156
15156
|
letter-spacing: 0.0071428571em !important;
|
|
15157
15157
|
font-family: "Roboto", sans-serif;
|
|
15158
15158
|
text-transform: none !important;
|
|
@@ -15160,7 +15160,7 @@ html.overflow-y-hidden {
|
|
|
15160
15160
|
.text-xl-body-1 {
|
|
15161
15161
|
font-size: 1rem !important;
|
|
15162
15162
|
font-weight: 400;
|
|
15163
|
-
line-height: 1.
|
|
15163
|
+
line-height: 1.5;
|
|
15164
15164
|
letter-spacing: 0.03125em !important;
|
|
15165
15165
|
font-family: "Roboto", sans-serif;
|
|
15166
15166
|
text-transform: none !important;
|
|
@@ -15168,7 +15168,7 @@ html.overflow-y-hidden {
|
|
|
15168
15168
|
.text-xl-body-2 {
|
|
15169
15169
|
font-size: 0.875rem !important;
|
|
15170
15170
|
font-weight: 400;
|
|
15171
|
-
line-height: 1.
|
|
15171
|
+
line-height: 1.425;
|
|
15172
15172
|
letter-spacing: 0.0178571429em !important;
|
|
15173
15173
|
font-family: "Roboto", sans-serif;
|
|
15174
15174
|
text-transform: none !important;
|
|
@@ -15176,7 +15176,7 @@ html.overflow-y-hidden {
|
|
|
15176
15176
|
.text-xl-button {
|
|
15177
15177
|
font-size: 0.875rem !important;
|
|
15178
15178
|
font-weight: 500;
|
|
15179
|
-
line-height: 2.
|
|
15179
|
+
line-height: 2.6;
|
|
15180
15180
|
letter-spacing: 0.0892857143em !important;
|
|
15181
15181
|
font-family: "Roboto", sans-serif;
|
|
15182
15182
|
text-transform: uppercase !important;
|
|
@@ -15184,7 +15184,7 @@ html.overflow-y-hidden {
|
|
|
15184
15184
|
.text-xl-caption {
|
|
15185
15185
|
font-size: 0.75rem !important;
|
|
15186
15186
|
font-weight: 400;
|
|
15187
|
-
line-height: 1.
|
|
15187
|
+
line-height: 1.667;
|
|
15188
15188
|
letter-spacing: 0.0333333333em !important;
|
|
15189
15189
|
font-family: "Roboto", sans-serif;
|
|
15190
15190
|
text-transform: none !important;
|
|
@@ -15192,7 +15192,7 @@ html.overflow-y-hidden {
|
|
|
15192
15192
|
.text-xl-overline {
|
|
15193
15193
|
font-size: 0.75rem !important;
|
|
15194
15194
|
font-weight: 500;
|
|
15195
|
-
line-height:
|
|
15195
|
+
line-height: 2.667;
|
|
15196
15196
|
letter-spacing: 0.1666666667em !important;
|
|
15197
15197
|
font-family: "Roboto", sans-serif;
|
|
15198
15198
|
text-transform: uppercase !important;
|
|
@@ -17131,7 +17131,7 @@ html.overflow-y-hidden {
|
|
|
17131
17131
|
.text-xxl-h1 {
|
|
17132
17132
|
font-size: 6rem !important;
|
|
17133
17133
|
font-weight: 300;
|
|
17134
|
-
line-height:
|
|
17134
|
+
line-height: 1;
|
|
17135
17135
|
letter-spacing: -0.015625em !important;
|
|
17136
17136
|
font-family: "Roboto", sans-serif;
|
|
17137
17137
|
text-transform: none !important;
|
|
@@ -17139,7 +17139,7 @@ html.overflow-y-hidden {
|
|
|
17139
17139
|
.text-xxl-h2 {
|
|
17140
17140
|
font-size: 3.75rem !important;
|
|
17141
17141
|
font-weight: 300;
|
|
17142
|
-
line-height:
|
|
17142
|
+
line-height: 1;
|
|
17143
17143
|
letter-spacing: -0.0083333333em !important;
|
|
17144
17144
|
font-family: "Roboto", sans-serif;
|
|
17145
17145
|
text-transform: none !important;
|
|
@@ -17147,7 +17147,7 @@ html.overflow-y-hidden {
|
|
|
17147
17147
|
.text-xxl-h3 {
|
|
17148
17148
|
font-size: 3rem !important;
|
|
17149
17149
|
font-weight: 400;
|
|
17150
|
-
line-height:
|
|
17150
|
+
line-height: 1.05;
|
|
17151
17151
|
letter-spacing: normal !important;
|
|
17152
17152
|
font-family: "Roboto", sans-serif;
|
|
17153
17153
|
text-transform: none !important;
|
|
@@ -17155,7 +17155,7 @@ html.overflow-y-hidden {
|
|
|
17155
17155
|
.text-xxl-h4 {
|
|
17156
17156
|
font-size: 2.125rem !important;
|
|
17157
17157
|
font-weight: 400;
|
|
17158
|
-
line-height:
|
|
17158
|
+
line-height: 1.175;
|
|
17159
17159
|
letter-spacing: 0.0073529412em !important;
|
|
17160
17160
|
font-family: "Roboto", sans-serif;
|
|
17161
17161
|
text-transform: none !important;
|
|
@@ -17163,7 +17163,7 @@ html.overflow-y-hidden {
|
|
|
17163
17163
|
.text-xxl-h5 {
|
|
17164
17164
|
font-size: 1.5rem !important;
|
|
17165
17165
|
font-weight: 400;
|
|
17166
|
-
line-height:
|
|
17166
|
+
line-height: 1.333;
|
|
17167
17167
|
letter-spacing: normal !important;
|
|
17168
17168
|
font-family: "Roboto", sans-serif;
|
|
17169
17169
|
text-transform: none !important;
|
|
@@ -17171,7 +17171,7 @@ html.overflow-y-hidden {
|
|
|
17171
17171
|
.text-xxl-h6 {
|
|
17172
17172
|
font-size: 1.25rem !important;
|
|
17173
17173
|
font-weight: 500;
|
|
17174
|
-
line-height:
|
|
17174
|
+
line-height: 1.6;
|
|
17175
17175
|
letter-spacing: 0.0125em !important;
|
|
17176
17176
|
font-family: "Roboto", sans-serif;
|
|
17177
17177
|
text-transform: none !important;
|
|
@@ -17179,7 +17179,7 @@ html.overflow-y-hidden {
|
|
|
17179
17179
|
.text-xxl-subtitle-1 {
|
|
17180
17180
|
font-size: 1rem !important;
|
|
17181
17181
|
font-weight: normal;
|
|
17182
|
-
line-height: 1.
|
|
17182
|
+
line-height: 1.75;
|
|
17183
17183
|
letter-spacing: 0.009375em !important;
|
|
17184
17184
|
font-family: "Roboto", sans-serif;
|
|
17185
17185
|
text-transform: none !important;
|
|
@@ -17187,7 +17187,7 @@ html.overflow-y-hidden {
|
|
|
17187
17187
|
.text-xxl-subtitle-2 {
|
|
17188
17188
|
font-size: 0.875rem !important;
|
|
17189
17189
|
font-weight: 500;
|
|
17190
|
-
line-height: 1.
|
|
17190
|
+
line-height: 1.6;
|
|
17191
17191
|
letter-spacing: 0.0071428571em !important;
|
|
17192
17192
|
font-family: "Roboto", sans-serif;
|
|
17193
17193
|
text-transform: none !important;
|
|
@@ -17195,7 +17195,7 @@ html.overflow-y-hidden {
|
|
|
17195
17195
|
.text-xxl-body-1 {
|
|
17196
17196
|
font-size: 1rem !important;
|
|
17197
17197
|
font-weight: 400;
|
|
17198
|
-
line-height: 1.
|
|
17198
|
+
line-height: 1.5;
|
|
17199
17199
|
letter-spacing: 0.03125em !important;
|
|
17200
17200
|
font-family: "Roboto", sans-serif;
|
|
17201
17201
|
text-transform: none !important;
|
|
@@ -17203,7 +17203,7 @@ html.overflow-y-hidden {
|
|
|
17203
17203
|
.text-xxl-body-2 {
|
|
17204
17204
|
font-size: 0.875rem !important;
|
|
17205
17205
|
font-weight: 400;
|
|
17206
|
-
line-height: 1.
|
|
17206
|
+
line-height: 1.425;
|
|
17207
17207
|
letter-spacing: 0.0178571429em !important;
|
|
17208
17208
|
font-family: "Roboto", sans-serif;
|
|
17209
17209
|
text-transform: none !important;
|
|
@@ -17211,7 +17211,7 @@ html.overflow-y-hidden {
|
|
|
17211
17211
|
.text-xxl-button {
|
|
17212
17212
|
font-size: 0.875rem !important;
|
|
17213
17213
|
font-weight: 500;
|
|
17214
|
-
line-height: 2.
|
|
17214
|
+
line-height: 2.6;
|
|
17215
17215
|
letter-spacing: 0.0892857143em !important;
|
|
17216
17216
|
font-family: "Roboto", sans-serif;
|
|
17217
17217
|
text-transform: uppercase !important;
|
|
@@ -17219,7 +17219,7 @@ html.overflow-y-hidden {
|
|
|
17219
17219
|
.text-xxl-caption {
|
|
17220
17220
|
font-size: 0.75rem !important;
|
|
17221
17221
|
font-weight: 400;
|
|
17222
|
-
line-height: 1.
|
|
17222
|
+
line-height: 1.667;
|
|
17223
17223
|
letter-spacing: 0.0333333333em !important;
|
|
17224
17224
|
font-family: "Roboto", sans-serif;
|
|
17225
17225
|
text-transform: none !important;
|
|
@@ -17227,7 +17227,7 @@ html.overflow-y-hidden {
|
|
|
17227
17227
|
.text-xxl-overline {
|
|
17228
17228
|
font-size: 0.75rem !important;
|
|
17229
17229
|
font-weight: 500;
|
|
17230
|
-
line-height:
|
|
17230
|
+
line-height: 2.667;
|
|
17231
17231
|
letter-spacing: 0.1666666667em !important;
|
|
17232
17232
|
font-family: "Roboto", sans-serif;
|
|
17233
17233
|
text-transform: uppercase !important;
|
|
@@ -17380,154 +17380,38 @@ html.overflow-y-hidden {
|
|
|
17380
17380
|
font-weight: normal;
|
|
17381
17381
|
padding: 0.2em 0.4rem;
|
|
17382
17382
|
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));
|
|
17383
|
-
}.v-
|
|
17384
|
-
align-items: center;
|
|
17385
|
-
display: flex;
|
|
17386
|
-
flex-direction: column;
|
|
17387
|
-
justify-content: center;
|
|
17388
|
-
min-height: 100%;
|
|
17389
|
-
padding: 16px;
|
|
17390
|
-
}
|
|
17391
|
-
.v-empty-state--start {
|
|
17392
|
-
align-items: flex-start;
|
|
17393
|
-
}
|
|
17394
|
-
.v-empty-state--center {
|
|
17395
|
-
align-items: center;
|
|
17396
|
-
}
|
|
17397
|
-
.v-empty-state--end {
|
|
17398
|
-
align-items: flex-end;
|
|
17399
|
-
}
|
|
17400
|
-
|
|
17401
|
-
.v-empty-state__media {
|
|
17402
|
-
text-align: center;
|
|
17403
|
-
width: 100%;
|
|
17404
|
-
}
|
|
17405
|
-
.v-empty-state__media .v-icon {
|
|
17406
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17407
|
-
}
|
|
17408
|
-
|
|
17409
|
-
.v-empty-state__headline {
|
|
17410
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17411
|
-
font-size: 3.75rem;
|
|
17412
|
-
font-weight: 300;
|
|
17413
|
-
line-height: 3.75rem;
|
|
17414
|
-
text-align: center;
|
|
17415
|
-
margin-bottom: 8px;
|
|
17416
|
-
}
|
|
17417
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
|
17418
|
-
font-size: 2.125rem;
|
|
17419
|
-
}
|
|
17420
|
-
|
|
17421
|
-
.v-empty-state__title {
|
|
17422
|
-
font-size: 1.25rem;
|
|
17423
|
-
font-weight: 500;
|
|
17424
|
-
line-height: 2rem;
|
|
17425
|
-
margin-bottom: 4px;
|
|
17426
|
-
text-align: center;
|
|
17427
|
-
}
|
|
17428
|
-
|
|
17429
|
-
.v-empty-state__text {
|
|
17430
|
-
font-size: 0.875rem;
|
|
17431
|
-
font-weight: 400;
|
|
17432
|
-
line-height: 1.25rem;
|
|
17433
|
-
padding: 0 16px;
|
|
17434
|
-
text-align: center;
|
|
17435
|
-
}
|
|
17436
|
-
|
|
17437
|
-
.v-empty-state__content {
|
|
17438
|
-
padding: 24px 0;
|
|
17439
|
-
}
|
|
17440
|
-
|
|
17441
|
-
.v-empty-state__actions {
|
|
17442
|
-
display: flex;
|
|
17443
|
-
gap: 8px;
|
|
17444
|
-
padding: 16px;
|
|
17445
|
-
}
|
|
17446
|
-
|
|
17447
|
-
.v-empty-state__action-btn.v-btn {
|
|
17448
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
17449
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
17450
|
-
}.v-fab {
|
|
17451
|
-
align-items: center;
|
|
17452
|
-
display: inline-flex;
|
|
17453
|
-
flex: 1 1 auto;
|
|
17454
|
-
pointer-events: none;
|
|
17383
|
+
}.v-calendar-day {
|
|
17455
17384
|
position: relative;
|
|
17456
|
-
transition-duration: 0.2s;
|
|
17457
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17458
|
-
vertical-align: middle;
|
|
17459
|
-
}
|
|
17460
|
-
.v-fab .v-btn {
|
|
17461
|
-
pointer-events: auto;
|
|
17462
|
-
}
|
|
17463
|
-
.v-fab .v-btn--variant-elevated {
|
|
17464
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17465
|
-
}
|
|
17466
|
-
.v-fab--app, .v-fab--absolute {
|
|
17467
17385
|
display: flex;
|
|
17468
|
-
|
|
17469
|
-
.v-fab--start, .v-fab--left {
|
|
17470
|
-
justify-content: flex-start;
|
|
17471
|
-
}
|
|
17472
|
-
.v-fab--center {
|
|
17473
|
-
align-items: center;
|
|
17474
|
-
justify-content: center;
|
|
17475
|
-
}
|
|
17476
|
-
.v-fab--end, .v-fab--right {
|
|
17477
|
-
justify-content: flex-end;
|
|
17478
|
-
}
|
|
17479
|
-
.v-fab--bottom {
|
|
17480
|
-
align-items: flex-end;
|
|
17481
|
-
}
|
|
17482
|
-
.v-fab--top {
|
|
17483
|
-
align-items: flex-start;
|
|
17484
|
-
}
|
|
17485
|
-
.v-fab--extended .v-btn {
|
|
17486
|
-
border-radius: 9999px !important;
|
|
17386
|
+
flex-direction: column;
|
|
17487
17387
|
}
|
|
17488
17388
|
|
|
17489
|
-
.v-
|
|
17490
|
-
|
|
17491
|
-
display: inline-flex;
|
|
17492
|
-
vertical-align: middle;
|
|
17493
|
-
}
|
|
17494
|
-
.v-fab--app .v-fab__container {
|
|
17495
|
-
margin: 12px;
|
|
17496
|
-
}
|
|
17497
|
-
.v-fab--absolute .v-fab__container {
|
|
17498
|
-
position: absolute;
|
|
17499
|
-
z-index: 4;
|
|
17389
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17390
|
+
display: grid;
|
|
17500
17391
|
}
|
|
17501
|
-
.v-
|
|
17502
|
-
|
|
17392
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17393
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17503
17394
|
}
|
|
17504
|
-
.v-
|
|
17505
|
-
|
|
17395
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17396
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17506
17397
|
}
|
|
17507
|
-
.v-
|
|
17508
|
-
|
|
17398
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17399
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17509
17400
|
}
|
|
17510
|
-
.v-
|
|
17511
|
-
|
|
17401
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17402
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17512
17403
|
}
|
|
17513
|
-
.v-
|
|
17514
|
-
|
|
17404
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17405
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17515
17406
|
}
|
|
17516
|
-
.v-
|
|
17517
|
-
|
|
17518
|
-
}.v-calendar-header {
|
|
17519
|
-
align-items: center;
|
|
17520
|
-
display: flex;
|
|
17521
|
-
min-height: 64px;
|
|
17407
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17408
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17522
17409
|
}
|
|
17523
|
-
|
|
17524
|
-
|
|
17525
|
-
margin-inline-end: 24px;
|
|
17410
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17411
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17526
17412
|
}
|
|
17527
|
-
|
|
17528
|
-
|
|
17529
|
-
font-size: 1.5rem;
|
|
17530
|
-
margin-inline-start: 24px;
|
|
17413
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17414
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17531
17415
|
}.v-calendar-weekly {
|
|
17532
17416
|
width: 100%;
|
|
17533
17417
|
height: 100%;
|
|
@@ -17751,38 +17635,19 @@ html.overflow-y-hidden {
|
|
|
17751
17635
|
}
|
|
17752
17636
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17753
17637
|
border-right: none;
|
|
17754
|
-
}.v-calendar-
|
|
17755
|
-
|
|
17638
|
+
}.v-calendar-header {
|
|
17639
|
+
align-items: center;
|
|
17756
17640
|
display: flex;
|
|
17757
|
-
|
|
17641
|
+
min-height: 64px;
|
|
17758
17642
|
}
|
|
17759
17643
|
|
|
17760
|
-
.v-calendar-
|
|
17761
|
-
|
|
17762
|
-
}
|
|
17763
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17764
|
-
grid-template-columns: repeat(7, 1fr);
|
|
17765
|
-
}
|
|
17766
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17767
|
-
grid-template-columns: repeat(6, 1fr);
|
|
17768
|
-
}
|
|
17769
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17770
|
-
grid-template-columns: repeat(5, 1fr);
|
|
17771
|
-
}
|
|
17772
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17773
|
-
grid-template-columns: repeat(4, 1fr);
|
|
17774
|
-
}
|
|
17775
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17776
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17777
|
-
}
|
|
17778
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17779
|
-
grid-template-columns: repeat(2, 1fr);
|
|
17780
|
-
}
|
|
17781
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17782
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17644
|
+
.v-calendar-header__today {
|
|
17645
|
+
margin-inline-end: 24px;
|
|
17783
17646
|
}
|
|
17784
|
-
|
|
17785
|
-
|
|
17647
|
+
|
|
17648
|
+
.v-calendar-header__title {
|
|
17649
|
+
font-size: 1.5rem;
|
|
17650
|
+
margin-inline-start: 24px;
|
|
17786
17651
|
}.v-calendar-day__row-with-label {
|
|
17787
17652
|
display: grid;
|
|
17788
17653
|
grid-template-columns: 48px 8px 1fr;
|
|
@@ -17825,29 +17690,233 @@ html.overflow-y-hidden {
|
|
|
17825
17690
|
}
|
|
17826
17691
|
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
|
17827
17692
|
border-bottom: none;
|
|
17828
|
-
}.v-
|
|
17829
|
-
|
|
17830
|
-
|
|
17831
|
-
|
|
17832
|
-
-
|
|
17693
|
+
}.v-calendar-month__day {
|
|
17694
|
+
position: relative;
|
|
17695
|
+
display: flex;
|
|
17696
|
+
flex-direction: column;
|
|
17697
|
+
min-width: 0;
|
|
17698
|
+
min-height: 150px;
|
|
17699
|
+
border-right: thin solid #e0e0e0;
|
|
17700
|
+
border-bottom: thin solid #e0e0e0;
|
|
17701
|
+
flex: 1 1 auto;
|
|
17702
|
+
border-inline-end: thin solid #e0e0e0;
|
|
17833
17703
|
}
|
|
17834
|
-
|
|
17835
|
-
|
|
17836
|
-
|
|
17704
|
+
|
|
17705
|
+
.v-calendar-weekly__day {
|
|
17706
|
+
flex: 1;
|
|
17707
|
+
width: 0;
|
|
17708
|
+
overflow: hidden;
|
|
17709
|
+
-webkit-user-select: none;
|
|
17710
|
+
user-select: none;
|
|
17711
|
+
position: relative;
|
|
17712
|
+
padding: 0px 0px 0px 0px;
|
|
17713
|
+
min-width: 0;
|
|
17714
|
+
min-height: 150px;
|
|
17715
|
+
border-right: thin solid #e0e0e0;
|
|
17716
|
+
border-bottom: thin solid #e0e0e0;
|
|
17717
|
+
flex: 1 1 auto;
|
|
17718
|
+
border-inline-end: thin solid #e0e0e0;
|
|
17719
|
+
text-align: center;
|
|
17837
17720
|
}
|
|
17838
|
-
.v-
|
|
17839
|
-
|
|
17840
|
-
width: 55%;
|
|
17841
|
-
align-self: center;
|
|
17721
|
+
.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
|
|
17722
|
+
color: currentColor;
|
|
17842
17723
|
}
|
|
17843
|
-
|
|
17724
|
+
|
|
17725
|
+
.v-calendar-weekly__day-label {
|
|
17726
|
+
text-decoration: none;
|
|
17727
|
+
-webkit-user-select: none;
|
|
17728
|
+
user-select: none;
|
|
17729
|
+
cursor: pointer;
|
|
17730
|
+
box-shadow: none;
|
|
17844
17731
|
text-align: center;
|
|
17845
17732
|
}
|
|
17846
|
-
.v-
|
|
17847
|
-
|
|
17733
|
+
.v-calendar-weekly__day-label .v-btn {
|
|
17734
|
+
font-size: 12px;
|
|
17735
|
+
text-transform: none !important;
|
|
17848
17736
|
}
|
|
17849
|
-
.v-
|
|
17850
|
-
|
|
17737
|
+
.v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
|
|
17738
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
17739
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
17740
|
+
}
|
|
17741
|
+
|
|
17742
|
+
.v-calendar-weekly__day-month {
|
|
17743
|
+
position: absolute;
|
|
17744
|
+
text-decoration: none;
|
|
17745
|
+
-webkit-user-select: none;
|
|
17746
|
+
user-select: none;
|
|
17747
|
+
box-shadow: none;
|
|
17748
|
+
top: 0;
|
|
17749
|
+
left: 36px;
|
|
17750
|
+
height: 32px;
|
|
17751
|
+
line-height: 32px;
|
|
17752
|
+
}
|
|
17753
|
+
|
|
17754
|
+
.v-calendar-weekly__day-alldayevents-container {
|
|
17755
|
+
min-height: 24px;
|
|
17756
|
+
}.v-calendar-internal-event {
|
|
17757
|
+
overflow: hidden;
|
|
17758
|
+
padding: 4px;
|
|
17759
|
+
text-overflow: ellipsis;
|
|
17760
|
+
white-space: nowrap;
|
|
17761
|
+
}.v-empty-state {
|
|
17762
|
+
align-items: center;
|
|
17763
|
+
display: flex;
|
|
17764
|
+
flex-direction: column;
|
|
17765
|
+
justify-content: center;
|
|
17766
|
+
min-height: 100%;
|
|
17767
|
+
padding: 16px;
|
|
17768
|
+
}
|
|
17769
|
+
.v-empty-state--start {
|
|
17770
|
+
align-items: flex-start;
|
|
17771
|
+
}
|
|
17772
|
+
.v-empty-state--center {
|
|
17773
|
+
align-items: center;
|
|
17774
|
+
}
|
|
17775
|
+
.v-empty-state--end {
|
|
17776
|
+
align-items: flex-end;
|
|
17777
|
+
}
|
|
17778
|
+
|
|
17779
|
+
.v-empty-state__media {
|
|
17780
|
+
text-align: center;
|
|
17781
|
+
width: 100%;
|
|
17782
|
+
}
|
|
17783
|
+
.v-empty-state__media .v-icon {
|
|
17784
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17785
|
+
}
|
|
17786
|
+
|
|
17787
|
+
.v-empty-state__headline {
|
|
17788
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17789
|
+
font-size: 3.75rem;
|
|
17790
|
+
font-weight: 300;
|
|
17791
|
+
line-height: 1;
|
|
17792
|
+
text-align: center;
|
|
17793
|
+
margin-bottom: 8px;
|
|
17794
|
+
}
|
|
17795
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
17796
|
+
font-size: 2.125rem;
|
|
17797
|
+
}
|
|
17798
|
+
|
|
17799
|
+
.v-empty-state__title {
|
|
17800
|
+
font-size: 1.25rem;
|
|
17801
|
+
font-weight: 500;
|
|
17802
|
+
line-height: 1.6;
|
|
17803
|
+
margin-bottom: 4px;
|
|
17804
|
+
text-align: center;
|
|
17805
|
+
}
|
|
17806
|
+
|
|
17807
|
+
.v-empty-state__text {
|
|
17808
|
+
font-size: 0.875rem;
|
|
17809
|
+
font-weight: 400;
|
|
17810
|
+
line-height: 1.425;
|
|
17811
|
+
padding: 0 16px;
|
|
17812
|
+
text-align: center;
|
|
17813
|
+
}
|
|
17814
|
+
|
|
17815
|
+
.v-empty-state__content {
|
|
17816
|
+
padding: 24px 0;
|
|
17817
|
+
}
|
|
17818
|
+
|
|
17819
|
+
.v-empty-state__actions {
|
|
17820
|
+
display: flex;
|
|
17821
|
+
gap: 8px;
|
|
17822
|
+
padding: 16px;
|
|
17823
|
+
}
|
|
17824
|
+
|
|
17825
|
+
.v-empty-state__action-btn.v-btn {
|
|
17826
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
17827
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
17828
|
+
}.v-fab {
|
|
17829
|
+
align-items: center;
|
|
17830
|
+
display: inline-flex;
|
|
17831
|
+
flex: 1 1 auto;
|
|
17832
|
+
pointer-events: none;
|
|
17833
|
+
position: relative;
|
|
17834
|
+
transition-duration: 0.2s;
|
|
17835
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17836
|
+
vertical-align: middle;
|
|
17837
|
+
}
|
|
17838
|
+
.v-fab .v-btn {
|
|
17839
|
+
pointer-events: auto;
|
|
17840
|
+
}
|
|
17841
|
+
.v-fab .v-btn--variant-elevated {
|
|
17842
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17843
|
+
}
|
|
17844
|
+
.v-fab--app, .v-fab--absolute {
|
|
17845
|
+
display: flex;
|
|
17846
|
+
}
|
|
17847
|
+
.v-fab--start, .v-fab--left {
|
|
17848
|
+
justify-content: flex-start;
|
|
17849
|
+
}
|
|
17850
|
+
.v-fab--center {
|
|
17851
|
+
align-items: center;
|
|
17852
|
+
justify-content: center;
|
|
17853
|
+
}
|
|
17854
|
+
.v-fab--end, .v-fab--right {
|
|
17855
|
+
justify-content: flex-end;
|
|
17856
|
+
}
|
|
17857
|
+
.v-fab--bottom {
|
|
17858
|
+
align-items: flex-end;
|
|
17859
|
+
}
|
|
17860
|
+
.v-fab--top {
|
|
17861
|
+
align-items: flex-start;
|
|
17862
|
+
}
|
|
17863
|
+
.v-fab--extended .v-btn {
|
|
17864
|
+
border-radius: 9999px !important;
|
|
17865
|
+
}
|
|
17866
|
+
|
|
17867
|
+
.v-fab__container {
|
|
17868
|
+
align-self: center;
|
|
17869
|
+
display: inline-flex;
|
|
17870
|
+
position: absolute;
|
|
17871
|
+
vertical-align: middle;
|
|
17872
|
+
}
|
|
17873
|
+
.v-fab--app .v-fab__container {
|
|
17874
|
+
margin: 12px;
|
|
17875
|
+
}
|
|
17876
|
+
.v-fab--absolute .v-fab__container {
|
|
17877
|
+
position: absolute;
|
|
17878
|
+
z-index: 4;
|
|
17879
|
+
}
|
|
17880
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
17881
|
+
transform: translateY(-50%);
|
|
17882
|
+
}
|
|
17883
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
17884
|
+
transform: translateY(50%);
|
|
17885
|
+
}
|
|
17886
|
+
.v-fab--top .v-fab__container {
|
|
17887
|
+
top: 0;
|
|
17888
|
+
}
|
|
17889
|
+
.v-fab--bottom .v-fab__container {
|
|
17890
|
+
bottom: 0;
|
|
17891
|
+
}
|
|
17892
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
17893
|
+
left: 0;
|
|
17894
|
+
}
|
|
17895
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
17896
|
+
right: 0;
|
|
17897
|
+
}.v-number-input input[type=number] {
|
|
17898
|
+
-moz-appearance: textfield;
|
|
17899
|
+
}
|
|
17900
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
|
17901
|
+
-webkit-appearance: none;
|
|
17902
|
+
}
|
|
17903
|
+
.v-number-input .v-field {
|
|
17904
|
+
padding-inline-end: 0;
|
|
17905
|
+
padding-inline-start: 0;
|
|
17906
|
+
}
|
|
17907
|
+
.v-number-input--inset .v-divider {
|
|
17908
|
+
height: 55%;
|
|
17909
|
+
width: 55%;
|
|
17910
|
+
align-self: center;
|
|
17911
|
+
}
|
|
17912
|
+
.v-number-input--split .v-field__input {
|
|
17913
|
+
text-align: center;
|
|
17914
|
+
}
|
|
17915
|
+
.v-number-input--stacked .v-number-input__control {
|
|
17916
|
+
flex-direction: column-reverse;
|
|
17917
|
+
}
|
|
17918
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
|
17919
|
+
flex: 1;
|
|
17851
17920
|
}
|
|
17852
17921
|
.v-number-input--hide-input .v-field {
|
|
17853
17922
|
flex: none;
|
|
@@ -17863,11 +17932,32 @@ html.overflow-y-hidden {
|
|
|
17863
17932
|
.v-number-input__control .v-btn {
|
|
17864
17933
|
background-color: transparent;
|
|
17865
17934
|
border-radius: 0;
|
|
17866
|
-
}.v-
|
|
17935
|
+
}.v-pull-to-refresh {
|
|
17867
17936
|
overflow: hidden;
|
|
17868
|
-
|
|
17869
|
-
|
|
17870
|
-
|
|
17937
|
+
position: relative;
|
|
17938
|
+
}
|
|
17939
|
+
.v-pull-to-refresh__pull-down {
|
|
17940
|
+
position: absolute;
|
|
17941
|
+
width: 100%;
|
|
17942
|
+
transition: top 0.3s ease-out;
|
|
17943
|
+
}
|
|
17944
|
+
.v-pull-to-refresh__pull-down--touching {
|
|
17945
|
+
transition: none;
|
|
17946
|
+
}
|
|
17947
|
+
.v-pull-to-refresh__pull-down-default {
|
|
17948
|
+
display: flex;
|
|
17949
|
+
width: 100%;
|
|
17950
|
+
height: 100%;
|
|
17951
|
+
justify-content: center;
|
|
17952
|
+
align-items: flex-end;
|
|
17953
|
+
padding-bottom: 10px;
|
|
17954
|
+
}
|
|
17955
|
+
.v-pull-to-refresh__scroll-container {
|
|
17956
|
+
position: relative;
|
|
17957
|
+
transition: top 0.3s ease-out;
|
|
17958
|
+
}
|
|
17959
|
+
.v-pull-to-refresh__scroll-container--touching {
|
|
17960
|
+
transition: none;
|
|
17871
17961
|
}.v-speed-dial__content {
|
|
17872
17962
|
gap: 8px;
|
|
17873
17963
|
}
|
|
@@ -17962,85 +18052,144 @@ html.overflow-y-hidden {
|
|
|
17962
18052
|
padding-bottom: 16px;
|
|
17963
18053
|
font-weight: 400;
|
|
17964
18054
|
letter-spacing: 0.1666666667em;
|
|
17965
|
-
}.v-
|
|
17966
|
-
|
|
17967
|
-
|
|
17968
|
-
flex-direction: column;
|
|
17969
|
-
min-width: 0;
|
|
17970
|
-
min-height: 150px;
|
|
17971
|
-
border-right: thin solid #e0e0e0;
|
|
17972
|
-
border-bottom: thin solid #e0e0e0;
|
|
17973
|
-
flex: 1 1 auto;
|
|
17974
|
-
border-inline-end: thin solid #e0e0e0;
|
|
18055
|
+
}.v-time-picker.v-picker {
|
|
18056
|
+
padding: 24px;
|
|
18057
|
+
width: 328px;
|
|
17975
18058
|
}
|
|
17976
|
-
|
|
17977
|
-
|
|
17978
|
-
|
|
17979
|
-
|
|
17980
|
-
|
|
17981
|
-
-
|
|
17982
|
-
user-select: none;
|
|
17983
|
-
position: relative;
|
|
17984
|
-
padding: 0px 0px 0px 0px;
|
|
17985
|
-
min-width: 0;
|
|
17986
|
-
min-height: 150px;
|
|
17987
|
-
border-right: thin solid #e0e0e0;
|
|
17988
|
-
border-bottom: thin solid #e0e0e0;
|
|
17989
|
-
flex: 1 1 auto;
|
|
17990
|
-
border-inline-end: thin solid #e0e0e0;
|
|
17991
|
-
text-align: center;
|
|
18059
|
+
.v-time-picker.v-picker .v-picker-title {
|
|
18060
|
+
padding: 0;
|
|
18061
|
+
margin-bottom: 20px;
|
|
18062
|
+
}.v-time-picker-clock {
|
|
18063
|
+
background: rgb(var(--v-theme-background));
|
|
18064
|
+
color: rgb(var(--v-theme-on-background));
|
|
17992
18065
|
}
|
|
17993
|
-
.v-
|
|
17994
|
-
color:
|
|
18066
|
+
.v-time-picker-clock:after {
|
|
18067
|
+
color: rgb(var(--v-theme-primary));
|
|
18068
|
+
}
|
|
18069
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
18070
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
18071
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
17995
18072
|
}
|
|
17996
18073
|
|
|
17997
|
-
.v-
|
|
17998
|
-
|
|
18074
|
+
.v-time-picker-clock {
|
|
18075
|
+
margin: 0 auto;
|
|
18076
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18077
|
+
border-radius: 50%;
|
|
18078
|
+
position: relative;
|
|
18079
|
+
transition: none;
|
|
17999
18080
|
-webkit-user-select: none;
|
|
18000
18081
|
user-select: none;
|
|
18001
|
-
|
|
18002
|
-
|
|
18003
|
-
|
|
18082
|
+
height: 256px;
|
|
18083
|
+
width: 256px;
|
|
18084
|
+
flex: 1 0 auto;
|
|
18004
18085
|
}
|
|
18005
|
-
.v-
|
|
18006
|
-
|
|
18007
|
-
|
|
18086
|
+
.v-time-picker-clock__container {
|
|
18087
|
+
display: flex;
|
|
18088
|
+
flex-direction: column;
|
|
18089
|
+
flex-basis: 290px;
|
|
18090
|
+
justify-content: center;
|
|
18091
|
+
padding: 10px;
|
|
18008
18092
|
}
|
|
18009
|
-
.v-
|
|
18010
|
-
background:
|
|
18011
|
-
|
|
18093
|
+
.v-time-picker-clock__hand {
|
|
18094
|
+
background-color: currentColor;
|
|
18095
|
+
height: calc(50% - 4px);
|
|
18096
|
+
width: 2px;
|
|
18097
|
+
bottom: 50%;
|
|
18098
|
+
left: calc(50% - 1px);
|
|
18099
|
+
transform-origin: center bottom;
|
|
18100
|
+
position: absolute;
|
|
18101
|
+
will-change: transform;
|
|
18102
|
+
z-index: 1;
|
|
18012
18103
|
}
|
|
18013
|
-
|
|
18014
|
-
|
|
18104
|
+
.v-time-picker-clock__hand:before {
|
|
18105
|
+
background: transparent;
|
|
18106
|
+
border-width: 2px;
|
|
18107
|
+
border-style: solid;
|
|
18108
|
+
border-color: currentColor;
|
|
18109
|
+
border-radius: 100%;
|
|
18110
|
+
width: 10px;
|
|
18111
|
+
height: 10px;
|
|
18112
|
+
content: "";
|
|
18015
18113
|
position: absolute;
|
|
18016
|
-
|
|
18017
|
-
|
|
18018
|
-
|
|
18019
|
-
|
|
18020
|
-
|
|
18021
|
-
|
|
18022
|
-
|
|
18023
|
-
|
|
18114
|
+
top: -4px;
|
|
18115
|
+
left: 50%;
|
|
18116
|
+
transform: translate(-50%, -50%);
|
|
18117
|
+
}
|
|
18118
|
+
.v-time-picker-clock__hand:after {
|
|
18119
|
+
content: "";
|
|
18120
|
+
position: absolute;
|
|
18121
|
+
height: 8px;
|
|
18122
|
+
width: 8px;
|
|
18123
|
+
top: 100%;
|
|
18124
|
+
left: 50%;
|
|
18125
|
+
border-radius: 100%;
|
|
18126
|
+
background-color: currentColor;
|
|
18127
|
+
transform: translate(-50%, -50%);
|
|
18128
|
+
}
|
|
18129
|
+
.v-time-picker-clock__hand--inner:after {
|
|
18130
|
+
height: 14px;
|
|
18131
|
+
}
|
|
18132
|
+
.v-time-picker-clock--readonly {
|
|
18133
|
+
pointer-events: none;
|
|
18134
|
+
}
|
|
18135
|
+
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
|
18136
|
+
opacity: var(--v-disabled-opacity);
|
|
18024
18137
|
}
|
|
18025
18138
|
|
|
18026
|
-
.v-
|
|
18027
|
-
|
|
18028
|
-
}.v-treeview-item--filtered {
|
|
18029
|
-
display: none;
|
|
18139
|
+
.v-picker--full-width .v-time-picker-clock__container {
|
|
18140
|
+
max-width: 290px;
|
|
18030
18141
|
}
|
|
18031
18142
|
|
|
18032
|
-
.v-
|
|
18033
|
-
|
|
18143
|
+
.v-time-picker-clock__inner {
|
|
18144
|
+
position: absolute;
|
|
18145
|
+
bottom: 27px;
|
|
18146
|
+
left: 27px;
|
|
18147
|
+
right: 27px;
|
|
18148
|
+
top: 27px;
|
|
18034
18149
|
}
|
|
18035
18150
|
|
|
18036
|
-
.v-
|
|
18037
|
-
|
|
18151
|
+
.v-time-picker-clock__item {
|
|
18152
|
+
align-items: center;
|
|
18153
|
+
border-radius: 100%;
|
|
18154
|
+
cursor: default;
|
|
18155
|
+
display: flex;
|
|
18156
|
+
font-size: 16px;
|
|
18157
|
+
justify-content: center;
|
|
18158
|
+
height: 40px;
|
|
18159
|
+
position: absolute;
|
|
18160
|
+
text-align: center;
|
|
18161
|
+
width: 40px;
|
|
18162
|
+
-webkit-user-select: none;
|
|
18163
|
+
user-select: none;
|
|
18164
|
+
transform: translate(-50%, -50%);
|
|
18038
18165
|
}
|
|
18039
|
-
.v-
|
|
18040
|
-
|
|
18166
|
+
.v-time-picker-clock__item > span {
|
|
18167
|
+
z-index: 1;
|
|
18041
18168
|
}
|
|
18042
|
-
.v-
|
|
18043
|
-
|
|
18169
|
+
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
|
18170
|
+
content: "";
|
|
18171
|
+
border-radius: 100%;
|
|
18172
|
+
position: absolute;
|
|
18173
|
+
top: 50%;
|
|
18174
|
+
left: 50%;
|
|
18175
|
+
height: 14px;
|
|
18176
|
+
width: 14px;
|
|
18177
|
+
transform: translate(-50%, -50%);
|
|
18178
|
+
}
|
|
18179
|
+
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
|
18180
|
+
height: 40px;
|
|
18181
|
+
width: 40px;
|
|
18182
|
+
}
|
|
18183
|
+
.v-time-picker-clock__item--active {
|
|
18184
|
+
cursor: default;
|
|
18185
|
+
z-index: 2;
|
|
18186
|
+
}
|
|
18187
|
+
.v-time-picker-clock__item--disabled {
|
|
18188
|
+
pointer-events: none;
|
|
18189
|
+
}
|
|
18190
|
+
|
|
18191
|
+
.v-picker--landscape .v-time-picker-clock__container {
|
|
18192
|
+
flex-direction: row;
|
|
18044
18193
|
}.v-time-picker-controls {
|
|
18045
18194
|
display: flex;
|
|
18046
18195
|
align-items: center;
|
|
@@ -18144,249 +18293,131 @@ html.overflow-y-hidden {
|
|
|
18144
18293
|
}
|
|
18145
18294
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
18146
18295
|
text-align: center;
|
|
18147
|
-
}.v-
|
|
18148
|
-
|
|
18149
|
-
width: 328px;
|
|
18150
|
-
}
|
|
18151
|
-
.v-time-picker.v-picker .v-picker-title {
|
|
18152
|
-
padding: 0;
|
|
18153
|
-
margin-bottom: 20px;
|
|
18154
|
-
}.v-time-picker-clock {
|
|
18155
|
-
background: rgb(var(--v-theme-background));
|
|
18156
|
-
color: rgb(var(--v-theme-on-background));
|
|
18157
|
-
}
|
|
18158
|
-
.v-time-picker-clock:after {
|
|
18159
|
-
color: rgb(var(--v-theme-primary));
|
|
18160
|
-
}
|
|
18161
|
-
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
18162
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
18163
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18296
|
+
}.v-treeview-item--filtered {
|
|
18297
|
+
display: none;
|
|
18164
18298
|
}
|
|
18165
18299
|
|
|
18166
|
-
.v-
|
|
18167
|
-
|
|
18168
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18169
|
-
border-radius: 50%;
|
|
18170
|
-
position: relative;
|
|
18171
|
-
transition: none;
|
|
18172
|
-
-webkit-user-select: none;
|
|
18173
|
-
user-select: none;
|
|
18174
|
-
height: 256px;
|
|
18175
|
-
width: 256px;
|
|
18176
|
-
flex: 1 0 auto;
|
|
18177
|
-
}
|
|
18178
|
-
.v-time-picker-clock__container {
|
|
18179
|
-
display: flex;
|
|
18180
|
-
flex-direction: column;
|
|
18181
|
-
flex-basis: 290px;
|
|
18182
|
-
justify-content: center;
|
|
18183
|
-
padding: 10px;
|
|
18184
|
-
}
|
|
18185
|
-
.v-time-picker-clock__hand {
|
|
18186
|
-
background-color: currentColor;
|
|
18187
|
-
height: calc(50% - 4px);
|
|
18188
|
-
width: 2px;
|
|
18189
|
-
bottom: 50%;
|
|
18190
|
-
left: calc(50% - 1px);
|
|
18191
|
-
transform-origin: center bottom;
|
|
18192
|
-
position: absolute;
|
|
18193
|
-
will-change: transform;
|
|
18194
|
-
z-index: 1;
|
|
18195
|
-
}
|
|
18196
|
-
.v-time-picker-clock__hand:before {
|
|
18197
|
-
background: transparent;
|
|
18198
|
-
border-width: 2px;
|
|
18199
|
-
border-style: solid;
|
|
18200
|
-
border-color: currentColor;
|
|
18201
|
-
border-radius: 100%;
|
|
18202
|
-
width: 10px;
|
|
18203
|
-
height: 10px;
|
|
18204
|
-
content: "";
|
|
18205
|
-
position: absolute;
|
|
18206
|
-
top: -4px;
|
|
18207
|
-
left: 50%;
|
|
18208
|
-
transform: translate(-50%, -50%);
|
|
18209
|
-
}
|
|
18210
|
-
.v-time-picker-clock__hand:after {
|
|
18211
|
-
content: "";
|
|
18212
|
-
position: absolute;
|
|
18213
|
-
height: 8px;
|
|
18214
|
-
width: 8px;
|
|
18215
|
-
top: 100%;
|
|
18216
|
-
left: 50%;
|
|
18217
|
-
border-radius: 100%;
|
|
18218
|
-
background-color: currentColor;
|
|
18219
|
-
transform: translate(-50%, -50%);
|
|
18220
|
-
}
|
|
18221
|
-
.v-time-picker-clock__hand--inner:after {
|
|
18222
|
-
height: 14px;
|
|
18223
|
-
}
|
|
18224
|
-
.v-time-picker-clock--readonly {
|
|
18225
|
-
pointer-events: none;
|
|
18226
|
-
}
|
|
18227
|
-
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
|
18228
|
-
opacity: var(--v-disabled-opacity);
|
|
18300
|
+
.v-treeview {
|
|
18301
|
+
--indent-padding: 0px;
|
|
18229
18302
|
}
|
|
18230
18303
|
|
|
18231
|
-
.v-
|
|
18232
|
-
|
|
18304
|
+
.v-treeview-group.v-list-group {
|
|
18305
|
+
--list-indent-size: 16px;
|
|
18233
18306
|
}
|
|
18234
|
-
|
|
18235
|
-
|
|
18236
|
-
position: absolute;
|
|
18237
|
-
bottom: 27px;
|
|
18238
|
-
left: 27px;
|
|
18239
|
-
right: 27px;
|
|
18240
|
-
top: 27px;
|
|
18307
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
|
18308
|
+
--prepend-width: 16px;
|
|
18241
18309
|
}
|
|
18242
|
-
|
|
18243
|
-
|
|
18244
|
-
|
|
18245
|
-
border-radius: 100%;
|
|
18246
|
-
cursor: default;
|
|
18310
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
18311
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
|
18312
|
+
}.v-application {
|
|
18247
18313
|
display: flex;
|
|
18248
|
-
|
|
18249
|
-
|
|
18250
|
-
height: 40px;
|
|
18251
|
-
position: absolute;
|
|
18252
|
-
text-align: center;
|
|
18253
|
-
width: 40px;
|
|
18254
|
-
-webkit-user-select: none;
|
|
18255
|
-
user-select: none;
|
|
18256
|
-
transform: translate(-50%, -50%);
|
|
18257
|
-
}
|
|
18258
|
-
.v-time-picker-clock__item > span {
|
|
18259
|
-
z-index: 1;
|
|
18260
|
-
}
|
|
18261
|
-
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
|
18262
|
-
content: "";
|
|
18263
|
-
border-radius: 100%;
|
|
18264
|
-
position: absolute;
|
|
18265
|
-
top: 50%;
|
|
18266
|
-
left: 50%;
|
|
18267
|
-
height: 14px;
|
|
18268
|
-
width: 14px;
|
|
18269
|
-
transform: translate(-50%, -50%);
|
|
18270
|
-
}
|
|
18271
|
-
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
|
18272
|
-
height: 40px;
|
|
18273
|
-
width: 40px;
|
|
18274
|
-
}
|
|
18275
|
-
.v-time-picker-clock__item--active {
|
|
18276
|
-
cursor: default;
|
|
18277
|
-
z-index: 2;
|
|
18278
|
-
}
|
|
18279
|
-
.v-time-picker-clock__item--disabled {
|
|
18280
|
-
pointer-events: none;
|
|
18314
|
+
background: rgb(var(--v-theme-background));
|
|
18315
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18281
18316
|
}
|
|
18282
18317
|
|
|
18283
|
-
.v-
|
|
18284
|
-
|
|
18285
|
-
|
|
18318
|
+
.v-application__wrap {
|
|
18319
|
+
-webkit-backface-visibility: hidden;
|
|
18320
|
+
backface-visibility: hidden;
|
|
18286
18321
|
display: flex;
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18293
|
-
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));
|
|
18294
|
-
}
|
|
18295
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18296
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
18297
|
-
}.v-avatar {
|
|
18298
|
-
flex: none;
|
|
18299
|
-
align-items: center;
|
|
18300
|
-
display: inline-flex;
|
|
18301
|
-
justify-content: center;
|
|
18302
|
-
line-height: normal;
|
|
18303
|
-
overflow: hidden;
|
|
18322
|
+
flex-direction: column;
|
|
18323
|
+
flex: 1 1 auto;
|
|
18324
|
+
max-width: 100%;
|
|
18325
|
+
min-height: 100vh;
|
|
18326
|
+
min-height: 100dvh;
|
|
18304
18327
|
position: relative;
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
border-radius: 50%;
|
|
18328
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18329
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18330
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18331
|
+
cursor: text;
|
|
18310
18332
|
}
|
|
18311
|
-
.v-
|
|
18312
|
-
|
|
18333
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18334
|
+
flex: 1 1;
|
|
18313
18335
|
}
|
|
18314
|
-
.v-
|
|
18315
|
-
|
|
18336
|
+
.v-autocomplete .v-field input {
|
|
18337
|
+
min-width: 64px;
|
|
18316
18338
|
}
|
|
18317
|
-
.v-
|
|
18318
|
-
|
|
18339
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18340
|
+
min-width: 0;
|
|
18319
18341
|
}
|
|
18320
|
-
.v-
|
|
18321
|
-
|
|
18342
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18343
|
+
margin-inline-end: 2px;
|
|
18322
18344
|
}
|
|
18323
|
-
.v-
|
|
18324
|
-
|
|
18345
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18346
|
+
overflow: hidden;
|
|
18347
|
+
text-overflow: ellipsis;
|
|
18348
|
+
white-space: nowrap;
|
|
18325
18349
|
}
|
|
18326
|
-
|
|
18327
|
-
|
|
18328
|
-
|
|
18350
|
+
|
|
18351
|
+
.v-autocomplete__content {
|
|
18352
|
+
overflow: hidden;
|
|
18353
|
+
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));
|
|
18354
|
+
border-radius: 4px;
|
|
18329
18355
|
}
|
|
18330
|
-
.v-
|
|
18331
|
-
|
|
18332
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
18356
|
+
.v-autocomplete__mask {
|
|
18357
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18333
18358
|
}
|
|
18334
|
-
.v-
|
|
18335
|
-
|
|
18336
|
-
|
|
18359
|
+
.v-autocomplete__selection {
|
|
18360
|
+
display: inline-flex;
|
|
18361
|
+
align-items: center;
|
|
18362
|
+
height: 1.5rem;
|
|
18363
|
+
letter-spacing: inherit;
|
|
18364
|
+
line-height: inherit;
|
|
18365
|
+
max-width: calc(100% - 2px - 2px);
|
|
18337
18366
|
}
|
|
18338
|
-
.v-
|
|
18339
|
-
|
|
18340
|
-
color: inherit;
|
|
18367
|
+
.v-autocomplete__selection:first-child {
|
|
18368
|
+
margin-inline-start: 0;
|
|
18341
18369
|
}
|
|
18342
|
-
.v-
|
|
18343
|
-
|
|
18370
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18371
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18372
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18373
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18374
|
+
top: 0px;
|
|
18344
18375
|
}
|
|
18345
|
-
.v-
|
|
18346
|
-
opacity:
|
|
18376
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18377
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18347
18378
|
}
|
|
18348
|
-
.v-
|
|
18349
|
-
|
|
18379
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18380
|
+
opacity: 1;
|
|
18350
18381
|
}
|
|
18351
|
-
.v-
|
|
18352
|
-
|
|
18353
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18382
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18383
|
+
caret-color: transparent;
|
|
18354
18384
|
}
|
|
18355
|
-
.v-
|
|
18356
|
-
|
|
18385
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18386
|
+
flex: 1 1;
|
|
18387
|
+
position: absolute;
|
|
18388
|
+
left: 0;
|
|
18389
|
+
right: 0;
|
|
18390
|
+
width: 100%;
|
|
18391
|
+
padding-inline: inherit;
|
|
18357
18392
|
}
|
|
18358
|
-
.v-
|
|
18359
|
-
|
|
18393
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18394
|
+
transition: none;
|
|
18360
18395
|
}
|
|
18361
|
-
.v-
|
|
18362
|
-
|
|
18396
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18397
|
+
opacity: 0;
|
|
18363
18398
|
}
|
|
18364
|
-
.v-
|
|
18365
|
-
|
|
18399
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18400
|
+
opacity: 0;
|
|
18366
18401
|
}
|
|
18367
|
-
.v-
|
|
18368
|
-
|
|
18369
|
-
|
|
18370
|
-
border-radius: inherit;
|
|
18371
|
-
position: absolute;
|
|
18372
|
-
top: 0;
|
|
18373
|
-
right: 0;
|
|
18374
|
-
bottom: 0;
|
|
18375
|
-
left: 0;
|
|
18376
|
-
pointer-events: none;
|
|
18402
|
+
.v-autocomplete__menu-icon {
|
|
18403
|
+
margin-inline-start: 4px;
|
|
18404
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18377
18405
|
}
|
|
18378
|
-
.v-
|
|
18379
|
-
|
|
18406
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18407
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18408
|
+
transform: rotate(180deg);
|
|
18409
|
+
}.v-app-bar {
|
|
18410
|
+
display: flex;
|
|
18380
18411
|
}
|
|
18381
|
-
.v-
|
|
18382
|
-
|
|
18412
|
+
.v-app-bar.v-toolbar {
|
|
18413
|
+
background: rgb(var(--v-theme-surface));
|
|
18414
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18383
18415
|
}
|
|
18384
|
-
.v-
|
|
18385
|
-
|
|
18416
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18417
|
+
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));
|
|
18386
18418
|
}
|
|
18387
|
-
.v-
|
|
18388
|
-
|
|
18389
|
-
width: 100%;
|
|
18419
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18420
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
18390
18421
|
}.v-alert {
|
|
18391
18422
|
display: grid;
|
|
18392
18423
|
flex: 1 1;
|
|
@@ -18597,6 +18628,154 @@ html.overflow-y-hidden {
|
|
|
18597
18628
|
text-transform: none;
|
|
18598
18629
|
word-break: normal;
|
|
18599
18630
|
word-wrap: break-word;
|
|
18631
|
+
}.v-avatar {
|
|
18632
|
+
flex: none;
|
|
18633
|
+
align-items: center;
|
|
18634
|
+
display: inline-flex;
|
|
18635
|
+
justify-content: center;
|
|
18636
|
+
line-height: normal;
|
|
18637
|
+
overflow: hidden;
|
|
18638
|
+
position: relative;
|
|
18639
|
+
text-align: center;
|
|
18640
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18641
|
+
transition-property: width, height;
|
|
18642
|
+
vertical-align: middle;
|
|
18643
|
+
border-radius: 50%;
|
|
18644
|
+
}
|
|
18645
|
+
.v-avatar.v-avatar--size-x-small {
|
|
18646
|
+
--v-avatar-height: 24px;
|
|
18647
|
+
}
|
|
18648
|
+
.v-avatar.v-avatar--size-small {
|
|
18649
|
+
--v-avatar-height: 32px;
|
|
18650
|
+
}
|
|
18651
|
+
.v-avatar.v-avatar--size-default {
|
|
18652
|
+
--v-avatar-height: 40px;
|
|
18653
|
+
}
|
|
18654
|
+
.v-avatar.v-avatar--size-large {
|
|
18655
|
+
--v-avatar-height: 48px;
|
|
18656
|
+
}
|
|
18657
|
+
.v-avatar.v-avatar--size-x-large {
|
|
18658
|
+
--v-avatar-height: 56px;
|
|
18659
|
+
}
|
|
18660
|
+
.v-avatar.v-avatar--density-default {
|
|
18661
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
18662
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
18663
|
+
}
|
|
18664
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
18665
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
18666
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
18667
|
+
}
|
|
18668
|
+
.v-avatar.v-avatar--density-compact {
|
|
18669
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
18670
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
18671
|
+
}
|
|
18672
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18673
|
+
background: transparent;
|
|
18674
|
+
color: inherit;
|
|
18675
|
+
}
|
|
18676
|
+
.v-avatar--variant-plain {
|
|
18677
|
+
opacity: 0.62;
|
|
18678
|
+
}
|
|
18679
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18680
|
+
opacity: 1;
|
|
18681
|
+
}
|
|
18682
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18683
|
+
display: none;
|
|
18684
|
+
}
|
|
18685
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18686
|
+
background: var(--v-theme-surface);
|
|
18687
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18688
|
+
}
|
|
18689
|
+
.v-avatar--variant-elevated {
|
|
18690
|
+
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));
|
|
18691
|
+
}
|
|
18692
|
+
.v-avatar--variant-flat {
|
|
18693
|
+
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));
|
|
18694
|
+
}
|
|
18695
|
+
.v-avatar--variant-outlined {
|
|
18696
|
+
border: thin solid currentColor;
|
|
18697
|
+
}
|
|
18698
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
18699
|
+
background: currentColor;
|
|
18700
|
+
}
|
|
18701
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18702
|
+
background: currentColor;
|
|
18703
|
+
opacity: var(--v-activated-opacity);
|
|
18704
|
+
border-radius: inherit;
|
|
18705
|
+
position: absolute;
|
|
18706
|
+
top: 0;
|
|
18707
|
+
right: 0;
|
|
18708
|
+
bottom: 0;
|
|
18709
|
+
left: 0;
|
|
18710
|
+
pointer-events: none;
|
|
18711
|
+
}
|
|
18712
|
+
.v-avatar--rounded {
|
|
18713
|
+
border-radius: 4px;
|
|
18714
|
+
}
|
|
18715
|
+
.v-avatar--start {
|
|
18716
|
+
margin-inline-end: 8px;
|
|
18717
|
+
}
|
|
18718
|
+
.v-avatar--end {
|
|
18719
|
+
margin-inline-start: 8px;
|
|
18720
|
+
}
|
|
18721
|
+
.v-avatar .v-img {
|
|
18722
|
+
height: 100%;
|
|
18723
|
+
width: 100%;
|
|
18724
|
+
}.v-bottom-navigation {
|
|
18725
|
+
display: flex;
|
|
18726
|
+
max-width: 100%;
|
|
18727
|
+
overflow: hidden;
|
|
18728
|
+
position: absolute;
|
|
18729
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18730
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18731
|
+
border-style: solid;
|
|
18732
|
+
border-width: 0;
|
|
18733
|
+
border-radius: 0;
|
|
18734
|
+
background: rgb(var(--v-theme-surface));
|
|
18735
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18736
|
+
}
|
|
18737
|
+
.v-bottom-navigation--border {
|
|
18738
|
+
border-width: thin;
|
|
18739
|
+
box-shadow: none;
|
|
18740
|
+
}
|
|
18741
|
+
.v-bottom-navigation--active {
|
|
18742
|
+
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));
|
|
18743
|
+
}
|
|
18744
|
+
|
|
18745
|
+
.v-bottom-navigation__content {
|
|
18746
|
+
display: flex;
|
|
18747
|
+
flex: none;
|
|
18748
|
+
font-size: 0.75rem;
|
|
18749
|
+
justify-content: center;
|
|
18750
|
+
transition: inherit;
|
|
18751
|
+
width: 100%;
|
|
18752
|
+
}
|
|
18753
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18754
|
+
font-size: inherit;
|
|
18755
|
+
height: 100%;
|
|
18756
|
+
max-width: 168px;
|
|
18757
|
+
min-width: 80px;
|
|
18758
|
+
text-transform: none;
|
|
18759
|
+
transition: inherit;
|
|
18760
|
+
width: auto;
|
|
18761
|
+
border-radius: 0;
|
|
18762
|
+
}
|
|
18763
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18764
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18765
|
+
transition: inherit;
|
|
18766
|
+
}
|
|
18767
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18768
|
+
font-size: 1.5rem;
|
|
18769
|
+
}
|
|
18770
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18771
|
+
flex-grow: 1;
|
|
18772
|
+
}
|
|
18773
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18774
|
+
transition: inherit;
|
|
18775
|
+
opacity: 0;
|
|
18776
|
+
}
|
|
18777
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18778
|
+
transform: translateY(0.5rem);
|
|
18600
18779
|
}.v-banner {
|
|
18601
18780
|
display: grid;
|
|
18602
18781
|
flex: 1 1;
|
|
@@ -18604,7 +18783,7 @@ html.overflow-y-hidden {
|
|
|
18604
18783
|
grid-template-areas: "prepend content actions";
|
|
18605
18784
|
grid-template-columns: max-content auto max-content;
|
|
18606
18785
|
grid-template-rows: max-content max-content;
|
|
18607
|
-
line-height: 1.
|
|
18786
|
+
line-height: 1.6;
|
|
18608
18787
|
overflow: hidden;
|
|
18609
18788
|
padding-inline: 16px 8px;
|
|
18610
18789
|
padding-top: 16px;
|
|
@@ -18754,63 +18933,6 @@ html.overflow-y-hidden {
|
|
|
18754
18933
|
}
|
|
18755
18934
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18756
18935
|
align-self: flex-start;
|
|
18757
|
-
}.v-breadcrumbs {
|
|
18758
|
-
display: flex;
|
|
18759
|
-
align-items: center;
|
|
18760
|
-
line-height: 1.375rem;
|
|
18761
|
-
padding: 16px 12px;
|
|
18762
|
-
}
|
|
18763
|
-
.v-breadcrumbs--rounded {
|
|
18764
|
-
border-radius: 4px;
|
|
18765
|
-
}
|
|
18766
|
-
.v-breadcrumbs--density-default {
|
|
18767
|
-
padding-top: 16px;
|
|
18768
|
-
padding-bottom: 16px;
|
|
18769
|
-
}
|
|
18770
|
-
|
|
18771
|
-
.v-breadcrumbs--density-comfortable {
|
|
18772
|
-
padding-top: 12px;
|
|
18773
|
-
padding-bottom: 12px;
|
|
18774
|
-
}
|
|
18775
|
-
|
|
18776
|
-
.v-breadcrumbs--density-compact {
|
|
18777
|
-
padding-top: 8px;
|
|
18778
|
-
padding-bottom: 8px;
|
|
18779
|
-
}
|
|
18780
|
-
|
|
18781
|
-
.v-breadcrumbs__prepend {
|
|
18782
|
-
align-items: center;
|
|
18783
|
-
display: inline-flex;
|
|
18784
|
-
}
|
|
18785
|
-
|
|
18786
|
-
.v-breadcrumbs-item {
|
|
18787
|
-
align-items: center;
|
|
18788
|
-
color: inherit;
|
|
18789
|
-
display: inline-flex;
|
|
18790
|
-
padding: 0 4px;
|
|
18791
|
-
text-decoration: none;
|
|
18792
|
-
vertical-align: middle;
|
|
18793
|
-
}
|
|
18794
|
-
.v-breadcrumbs-item--disabled {
|
|
18795
|
-
opacity: var(--v-disabled-opacity);
|
|
18796
|
-
pointer-events: none;
|
|
18797
|
-
}
|
|
18798
|
-
.v-breadcrumbs-item--link {
|
|
18799
|
-
color: inherit;
|
|
18800
|
-
text-decoration: none;
|
|
18801
|
-
}
|
|
18802
|
-
.v-breadcrumbs-item--link:hover {
|
|
18803
|
-
text-decoration: underline;
|
|
18804
|
-
}
|
|
18805
|
-
.v-breadcrumbs-item .v-icon {
|
|
18806
|
-
font-size: 1rem;
|
|
18807
|
-
margin-inline: -4px 2px;
|
|
18808
|
-
}
|
|
18809
|
-
|
|
18810
|
-
.v-breadcrumbs-divider {
|
|
18811
|
-
display: inline-block;
|
|
18812
|
-
padding: 0 8px;
|
|
18813
|
-
vertical-align: middle;
|
|
18814
18936
|
}.v-badge {
|
|
18815
18937
|
display: inline-block;
|
|
18816
18938
|
line-height: 1;
|
|
@@ -18882,87 +19004,63 @@ html.overflow-y-hidden {
|
|
|
18882
19004
|
display: inline-flex;
|
|
18883
19005
|
justify-content: center;
|
|
18884
19006
|
margin: 0 4px;
|
|
18885
|
-
}.v-
|
|
18886
|
-
|
|
18887
|
-
|
|
18888
|
-
|
|
18889
|
-
|
|
18890
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18891
|
-
flex: 1 1;
|
|
18892
|
-
}
|
|
18893
|
-
.v-autocomplete .v-field input {
|
|
18894
|
-
min-width: 64px;
|
|
18895
|
-
}
|
|
18896
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18897
|
-
min-width: 0;
|
|
18898
|
-
}
|
|
18899
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18900
|
-
margin-inline-end: 2px;
|
|
18901
|
-
}
|
|
18902
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
18903
|
-
overflow: hidden;
|
|
18904
|
-
text-overflow: ellipsis;
|
|
18905
|
-
white-space: nowrap;
|
|
18906
|
-
}
|
|
18907
|
-
|
|
18908
|
-
.v-autocomplete__content {
|
|
18909
|
-
overflow: hidden;
|
|
18910
|
-
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));
|
|
18911
|
-
border-radius: 4px;
|
|
18912
|
-
}
|
|
18913
|
-
.v-autocomplete__mask {
|
|
18914
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18915
|
-
}
|
|
18916
|
-
.v-autocomplete__selection {
|
|
18917
|
-
display: inline-flex;
|
|
18918
|
-
align-items: center;
|
|
18919
|
-
height: 1.5rem;
|
|
18920
|
-
letter-spacing: inherit;
|
|
18921
|
-
line-height: inherit;
|
|
18922
|
-
max-width: calc(100% - 2px - 2px);
|
|
19007
|
+
}.v-breadcrumbs {
|
|
19008
|
+
display: flex;
|
|
19009
|
+
align-items: center;
|
|
19010
|
+
line-height: 1.6;
|
|
19011
|
+
padding: 16px 12px;
|
|
18923
19012
|
}
|
|
18924
|
-
.v-
|
|
18925
|
-
|
|
19013
|
+
.v-breadcrumbs--rounded {
|
|
19014
|
+
border-radius: 4px;
|
|
18926
19015
|
}
|
|
18927
|
-
.v-
|
|
18928
|
-
|
|
18929
|
-
|
|
18930
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18931
|
-
top: 0px;
|
|
19016
|
+
.v-breadcrumbs--density-default {
|
|
19017
|
+
padding-top: 16px;
|
|
19018
|
+
padding-bottom: 16px;
|
|
18932
19019
|
}
|
|
18933
|
-
|
|
18934
|
-
|
|
19020
|
+
|
|
19021
|
+
.v-breadcrumbs--density-comfortable {
|
|
19022
|
+
padding-top: 12px;
|
|
19023
|
+
padding-bottom: 12px;
|
|
18935
19024
|
}
|
|
18936
|
-
|
|
18937
|
-
|
|
19025
|
+
|
|
19026
|
+
.v-breadcrumbs--density-compact {
|
|
19027
|
+
padding-top: 8px;
|
|
19028
|
+
padding-bottom: 8px;
|
|
18938
19029
|
}
|
|
18939
|
-
|
|
18940
|
-
|
|
19030
|
+
|
|
19031
|
+
.v-breadcrumbs__prepend {
|
|
19032
|
+
align-items: center;
|
|
19033
|
+
display: inline-flex;
|
|
18941
19034
|
}
|
|
18942
|
-
|
|
18943
|
-
|
|
18944
|
-
|
|
18945
|
-
|
|
18946
|
-
|
|
18947
|
-
|
|
18948
|
-
|
|
19035
|
+
|
|
19036
|
+
.v-breadcrumbs-item {
|
|
19037
|
+
align-items: center;
|
|
19038
|
+
color: inherit;
|
|
19039
|
+
display: inline-flex;
|
|
19040
|
+
padding: 0 4px;
|
|
19041
|
+
text-decoration: none;
|
|
19042
|
+
vertical-align: middle;
|
|
18949
19043
|
}
|
|
18950
|
-
.v-
|
|
18951
|
-
|
|
19044
|
+
.v-breadcrumbs-item--disabled {
|
|
19045
|
+
opacity: var(--v-disabled-opacity);
|
|
19046
|
+
pointer-events: none;
|
|
18952
19047
|
}
|
|
18953
|
-
.v-
|
|
18954
|
-
|
|
19048
|
+
.v-breadcrumbs-item--link {
|
|
19049
|
+
color: inherit;
|
|
19050
|
+
text-decoration: none;
|
|
18955
19051
|
}
|
|
18956
|
-
.v-
|
|
18957
|
-
|
|
19052
|
+
.v-breadcrumbs-item--link:hover {
|
|
19053
|
+
text-decoration: underline;
|
|
18958
19054
|
}
|
|
18959
|
-
.v-
|
|
18960
|
-
|
|
18961
|
-
|
|
19055
|
+
.v-breadcrumbs-item .v-icon {
|
|
19056
|
+
font-size: 1rem;
|
|
19057
|
+
margin-inline: -4px 2px;
|
|
18962
19058
|
}
|
|
18963
|
-
|
|
18964
|
-
|
|
18965
|
-
|
|
19059
|
+
|
|
19060
|
+
.v-breadcrumbs-divider {
|
|
19061
|
+
display: inline-block;
|
|
19062
|
+
padding: 0 8px;
|
|
19063
|
+
vertical-align: middle;
|
|
18966
19064
|
}.v-btn {
|
|
18967
19065
|
align-items: center;
|
|
18968
19066
|
border-radius: 4px;
|
|
@@ -19274,6 +19372,9 @@ html.overflow-y-hidden {
|
|
|
19274
19372
|
.v-btn--slim {
|
|
19275
19373
|
padding: 0 8px;
|
|
19276
19374
|
}
|
|
19375
|
+
.v-btn--readonly {
|
|
19376
|
+
pointer-events: none;
|
|
19377
|
+
}
|
|
19277
19378
|
.v-btn--rounded {
|
|
19278
19379
|
border-radius: 24px;
|
|
19279
19380
|
}
|
|
@@ -19370,61 +19471,6 @@ html.overflow-y-hidden {
|
|
|
19370
19471
|
}
|
|
19371
19472
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
19372
19473
|
opacity: var(--v-border-opacity);
|
|
19373
|
-
}.v-bottom-navigation {
|
|
19374
|
-
display: flex;
|
|
19375
|
-
max-width: 100%;
|
|
19376
|
-
overflow: hidden;
|
|
19377
|
-
position: absolute;
|
|
19378
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19379
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19380
|
-
border-style: solid;
|
|
19381
|
-
border-width: 0;
|
|
19382
|
-
border-radius: 0;
|
|
19383
|
-
background: rgb(var(--v-theme-surface));
|
|
19384
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19385
|
-
}
|
|
19386
|
-
.v-bottom-navigation--border {
|
|
19387
|
-
border-width: thin;
|
|
19388
|
-
box-shadow: none;
|
|
19389
|
-
}
|
|
19390
|
-
.v-bottom-navigation--active {
|
|
19391
|
-
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));
|
|
19392
|
-
}
|
|
19393
|
-
|
|
19394
|
-
.v-bottom-navigation__content {
|
|
19395
|
-
display: flex;
|
|
19396
|
-
flex: none;
|
|
19397
|
-
font-size: 0.75rem;
|
|
19398
|
-
justify-content: center;
|
|
19399
|
-
transition: inherit;
|
|
19400
|
-
width: 100%;
|
|
19401
|
-
}
|
|
19402
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
19403
|
-
font-size: inherit;
|
|
19404
|
-
height: 100%;
|
|
19405
|
-
max-width: 168px;
|
|
19406
|
-
min-width: 80px;
|
|
19407
|
-
text-transform: none;
|
|
19408
|
-
transition: inherit;
|
|
19409
|
-
width: auto;
|
|
19410
|
-
border-radius: 0;
|
|
19411
|
-
}
|
|
19412
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
19413
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19414
|
-
transition: inherit;
|
|
19415
|
-
}
|
|
19416
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19417
|
-
font-size: 1.5rem;
|
|
19418
|
-
}
|
|
19419
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
19420
|
-
flex-grow: 1;
|
|
19421
|
-
}
|
|
19422
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
19423
|
-
transition: inherit;
|
|
19424
|
-
opacity: 0;
|
|
19425
|
-
}
|
|
19426
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
19427
|
-
transform: translateY(0.5rem);
|
|
19428
19474
|
}.bottom-sheet-transition-enter-from {
|
|
19429
19475
|
transform: translateY(100%);
|
|
19430
19476
|
}
|
|
@@ -19513,19 +19559,69 @@ html.overflow-y-hidden {
|
|
|
19513
19559
|
}
|
|
19514
19560
|
.v-btn-group--tile {
|
|
19515
19561
|
border-radius: 0;
|
|
19516
|
-
}.v-
|
|
19517
|
-
|
|
19562
|
+
}.v-carousel {
|
|
19563
|
+
overflow: hidden;
|
|
19564
|
+
position: relative;
|
|
19565
|
+
width: 100%;
|
|
19518
19566
|
}
|
|
19519
|
-
.v-
|
|
19520
|
-
|
|
19567
|
+
.v-carousel__controls {
|
|
19568
|
+
align-items: center;
|
|
19569
|
+
bottom: 0;
|
|
19570
|
+
display: flex;
|
|
19571
|
+
height: 50px;
|
|
19572
|
+
justify-content: center;
|
|
19573
|
+
list-style-type: none;
|
|
19574
|
+
position: absolute;
|
|
19575
|
+
width: 100%;
|
|
19576
|
+
z-index: 1;
|
|
19577
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19578
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19521
19579
|
}
|
|
19522
|
-
.v-
|
|
19523
|
-
|
|
19580
|
+
.v-carousel__controls > .v-item-group {
|
|
19581
|
+
flex: 0 1 auto;
|
|
19524
19582
|
}
|
|
19525
|
-
|
|
19526
|
-
|
|
19527
|
-
|
|
19528
|
-
|
|
19583
|
+
.v-carousel__controls__item {
|
|
19584
|
+
margin: 0 8px;
|
|
19585
|
+
}
|
|
19586
|
+
.v-carousel__controls__item .v-icon {
|
|
19587
|
+
opacity: 0.5;
|
|
19588
|
+
}
|
|
19589
|
+
.v-carousel__controls__item--active .v-icon {
|
|
19590
|
+
opacity: 1;
|
|
19591
|
+
vertical-align: middle;
|
|
19592
|
+
}
|
|
19593
|
+
.v-carousel__controls__item:hover {
|
|
19594
|
+
background: none;
|
|
19595
|
+
}
|
|
19596
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
19597
|
+
opacity: 0.8;
|
|
19598
|
+
}
|
|
19599
|
+
|
|
19600
|
+
.v-carousel__progress {
|
|
19601
|
+
margin: 0;
|
|
19602
|
+
position: absolute;
|
|
19603
|
+
bottom: 0;
|
|
19604
|
+
left: 0;
|
|
19605
|
+
right: 0;
|
|
19606
|
+
}
|
|
19607
|
+
|
|
19608
|
+
.v-carousel-item {
|
|
19609
|
+
display: block;
|
|
19610
|
+
height: inherit;
|
|
19611
|
+
text-decoration: none;
|
|
19612
|
+
}
|
|
19613
|
+
.v-carousel-item > .v-img {
|
|
19614
|
+
height: inherit;
|
|
19615
|
+
}
|
|
19616
|
+
|
|
19617
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19618
|
+
background: transparent;
|
|
19619
|
+
}
|
|
19620
|
+
|
|
19621
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19622
|
+
flex-direction: column;
|
|
19623
|
+
height: 100% !important;
|
|
19624
|
+
width: 50px;
|
|
19529
19625
|
}.v-card {
|
|
19530
19626
|
display: block;
|
|
19531
19627
|
overflow: hidden;
|
|
@@ -19723,7 +19819,7 @@ html.overflow-y-hidden {
|
|
|
19723
19819
|
word-wrap: break-word;
|
|
19724
19820
|
}
|
|
19725
19821
|
.v-card .v-card-title {
|
|
19726
|
-
line-height:
|
|
19822
|
+
line-height: 1.6;
|
|
19727
19823
|
}
|
|
19728
19824
|
.v-card--density-comfortable .v-card-title {
|
|
19729
19825
|
line-height: 1.75rem;
|
|
@@ -19753,7 +19849,7 @@ html.overflow-y-hidden {
|
|
|
19753
19849
|
white-space: nowrap;
|
|
19754
19850
|
}
|
|
19755
19851
|
.v-card .v-card-subtitle {
|
|
19756
|
-
line-height: 1.
|
|
19852
|
+
line-height: 1.425;
|
|
19757
19853
|
}
|
|
19758
19854
|
.v-card--density-comfortable .v-card-subtitle {
|
|
19759
19855
|
line-height: 1.125rem;
|
|
@@ -19775,7 +19871,7 @@ html.overflow-y-hidden {
|
|
|
19775
19871
|
text-transform: none;
|
|
19776
19872
|
}
|
|
19777
19873
|
.v-card .v-card-text {
|
|
19778
|
-
line-height: 1.
|
|
19874
|
+
line-height: 1.425;
|
|
19779
19875
|
}
|
|
19780
19876
|
.v-card--density-comfortable .v-card-text {
|
|
19781
19877
|
line-height: 1.2rem;
|
|
@@ -20170,7 +20266,7 @@ html.overflow-y-hidden {
|
|
|
20170
20266
|
.v-chip--link {
|
|
20171
20267
|
cursor: pointer;
|
|
20172
20268
|
}
|
|
20173
|
-
.v-chip--filter {
|
|
20269
|
+
.v-chip--link, .v-chip--filter {
|
|
20174
20270
|
-webkit-user-select: none;
|
|
20175
20271
|
user-select: none;
|
|
20176
20272
|
}
|
|
@@ -20233,74 +20329,123 @@ html.overflow-y-hidden {
|
|
|
20233
20329
|
|
|
20234
20330
|
.v-chip--label {
|
|
20235
20331
|
border-radius: 4px;
|
|
20332
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
20333
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
20334
|
+
}
|
|
20335
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
20336
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20337
|
+
}
|
|
20338
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
20339
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20340
|
+
}
|
|
20341
|
+
@supports not selector(:focus-visible) {
|
|
20342
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
20343
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20344
|
+
}
|
|
20236
20345
|
}.v-checkbox.v-input {
|
|
20237
20346
|
flex: 0 1 auto;
|
|
20238
20347
|
}
|
|
20239
20348
|
.v-checkbox .v-selection-control {
|
|
20240
20349
|
min-height: var(--v-input-control-height);
|
|
20241
|
-
}.v-
|
|
20350
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
20351
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
20352
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20353
|
+
cursor: text;
|
|
20354
|
+
}
|
|
20355
|
+
.v-combobox .v-field .v-field__input > input {
|
|
20356
|
+
flex: 1 1;
|
|
20357
|
+
}
|
|
20358
|
+
.v-combobox .v-field input {
|
|
20359
|
+
min-width: 64px;
|
|
20360
|
+
}
|
|
20361
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
20362
|
+
min-width: 0;
|
|
20363
|
+
}
|
|
20364
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
20365
|
+
margin-inline-end: 2px;
|
|
20366
|
+
}
|
|
20367
|
+
.v-combobox .v-combobox__selection-text {
|
|
20242
20368
|
overflow: hidden;
|
|
20243
|
-
|
|
20244
|
-
|
|
20369
|
+
text-overflow: ellipsis;
|
|
20370
|
+
white-space: nowrap;
|
|
20245
20371
|
}
|
|
20246
|
-
|
|
20247
|
-
|
|
20248
|
-
|
|
20249
|
-
|
|
20250
|
-
|
|
20251
|
-
justify-content: center;
|
|
20252
|
-
list-style-type: none;
|
|
20253
|
-
position: absolute;
|
|
20254
|
-
width: 100%;
|
|
20255
|
-
z-index: 1;
|
|
20256
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
20257
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20372
|
+
|
|
20373
|
+
.v-combobox__content {
|
|
20374
|
+
overflow: hidden;
|
|
20375
|
+
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));
|
|
20376
|
+
border-radius: 4px;
|
|
20258
20377
|
}
|
|
20259
|
-
.v-
|
|
20260
|
-
|
|
20378
|
+
.v-combobox__mask {
|
|
20379
|
+
background: rgb(var(--v-theme-surface-light));
|
|
20261
20380
|
}
|
|
20262
|
-
.v-
|
|
20263
|
-
|
|
20381
|
+
.v-combobox__selection {
|
|
20382
|
+
display: inline-flex;
|
|
20383
|
+
align-items: center;
|
|
20384
|
+
height: 1.5rem;
|
|
20385
|
+
letter-spacing: inherit;
|
|
20386
|
+
line-height: inherit;
|
|
20387
|
+
max-width: calc(100% - 2px - 2px);
|
|
20264
20388
|
}
|
|
20265
|
-
.v-
|
|
20266
|
-
|
|
20389
|
+
.v-combobox__selection:first-child {
|
|
20390
|
+
margin-inline-start: 0;
|
|
20267
20391
|
}
|
|
20268
|
-
.v-
|
|
20269
|
-
|
|
20270
|
-
|
|
20392
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20393
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20394
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20395
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20396
|
+
top: 0px;
|
|
20271
20397
|
}
|
|
20272
|
-
.v-
|
|
20273
|
-
|
|
20398
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
20399
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
20274
20400
|
}
|
|
20275
|
-
.v-
|
|
20276
|
-
opacity:
|
|
20401
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20402
|
+
opacity: 1;
|
|
20277
20403
|
}
|
|
20278
|
-
|
|
20279
|
-
|
|
20280
|
-
|
|
20404
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
20405
|
+
caret-color: transparent;
|
|
20406
|
+
}
|
|
20407
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
20408
|
+
flex: 1 1;
|
|
20281
20409
|
position: absolute;
|
|
20282
|
-
bottom: 0;
|
|
20283
20410
|
left: 0;
|
|
20284
20411
|
right: 0;
|
|
20412
|
+
width: 100%;
|
|
20413
|
+
padding-inline: inherit;
|
|
20285
20414
|
}
|
|
20286
|
-
|
|
20287
|
-
|
|
20288
|
-
display: block;
|
|
20289
|
-
height: inherit;
|
|
20290
|
-
text-decoration: none;
|
|
20415
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
20416
|
+
transition: none;
|
|
20291
20417
|
}
|
|
20292
|
-
.v-
|
|
20293
|
-
|
|
20418
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
20419
|
+
opacity: 0;
|
|
20294
20420
|
}
|
|
20295
|
-
|
|
20296
|
-
|
|
20297
|
-
|
|
20421
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
20422
|
+
opacity: 0;
|
|
20423
|
+
}
|
|
20424
|
+
.v-combobox__menu-icon {
|
|
20425
|
+
margin-inline-start: 4px;
|
|
20426
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20427
|
+
}
|
|
20428
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20429
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
20430
|
+
transform: rotate(180deg);
|
|
20431
|
+
}.v-chip-group {
|
|
20432
|
+
display: flex;
|
|
20433
|
+
max-width: 100%;
|
|
20434
|
+
min-width: 0;
|
|
20435
|
+
overflow-x: auto;
|
|
20436
|
+
padding: 4px 0;
|
|
20437
|
+
}
|
|
20438
|
+
.v-chip-group .v-chip {
|
|
20439
|
+
margin: 4px 8px 4px 0;
|
|
20440
|
+
}
|
|
20441
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20442
|
+
opacity: var(--v-activated-opacity);
|
|
20298
20443
|
}
|
|
20299
20444
|
|
|
20300
|
-
.v-
|
|
20301
|
-
|
|
20302
|
-
|
|
20303
|
-
width:
|
|
20445
|
+
.v-chip-group--column .v-slide-group__content {
|
|
20446
|
+
white-space: normal;
|
|
20447
|
+
flex-wrap: wrap;
|
|
20448
|
+
max-width: 100%;
|
|
20304
20449
|
}.v-color-picker {
|
|
20305
20450
|
align-self: flex-start;
|
|
20306
20451
|
contain: content;
|
|
@@ -20321,29 +20466,6 @@ html.overflow-y-hidden {
|
|
|
20321
20466
|
}
|
|
20322
20467
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20323
20468
|
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));
|
|
20324
|
-
}.v-chip-group {
|
|
20325
|
-
display: flex;
|
|
20326
|
-
max-width: 100%;
|
|
20327
|
-
min-width: 0;
|
|
20328
|
-
overflow-x: auto;
|
|
20329
|
-
padding: 4px 0;
|
|
20330
|
-
}
|
|
20331
|
-
.v-chip-group .v-chip {
|
|
20332
|
-
margin: 4px 8px 4px 0;
|
|
20333
|
-
}
|
|
20334
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20335
|
-
opacity: var(--v-activated-opacity);
|
|
20336
|
-
}
|
|
20337
|
-
|
|
20338
|
-
.v-chip-group--column .v-slide-group__content {
|
|
20339
|
-
white-space: normal;
|
|
20340
|
-
flex-wrap: wrap;
|
|
20341
|
-
max-width: 100%;
|
|
20342
|
-
}.v-counter {
|
|
20343
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20344
|
-
flex: 0 1 auto;
|
|
20345
|
-
font-size: 12px;
|
|
20346
|
-
transition-duration: 150ms;
|
|
20347
20469
|
}.v-container {
|
|
20348
20470
|
width: 100%;
|
|
20349
20471
|
padding: 16px;
|
|
@@ -21016,122 +21138,6 @@ html.overflow-y-hidden {
|
|
|
21016
21138
|
.offset-xxl-11 {
|
|
21017
21139
|
margin-inline-start: 91.6666666667%;
|
|
21018
21140
|
}
|
|
21019
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
|
21020
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
21021
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
21022
|
-
cursor: text;
|
|
21023
|
-
}
|
|
21024
|
-
.v-combobox .v-field .v-field__input > input {
|
|
21025
|
-
flex: 1 1;
|
|
21026
|
-
}
|
|
21027
|
-
.v-combobox .v-field input {
|
|
21028
|
-
min-width: 64px;
|
|
21029
|
-
}
|
|
21030
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
21031
|
-
min-width: 0;
|
|
21032
|
-
}
|
|
21033
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
21034
|
-
margin-inline-end: 2px;
|
|
21035
|
-
}
|
|
21036
|
-
.v-combobox .v-combobox__selection-text {
|
|
21037
|
-
overflow: hidden;
|
|
21038
|
-
text-overflow: ellipsis;
|
|
21039
|
-
white-space: nowrap;
|
|
21040
|
-
}
|
|
21041
|
-
|
|
21042
|
-
.v-combobox__content {
|
|
21043
|
-
overflow: hidden;
|
|
21044
|
-
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));
|
|
21045
|
-
border-radius: 4px;
|
|
21046
|
-
}
|
|
21047
|
-
.v-combobox__mask {
|
|
21048
|
-
background: rgb(var(--v-theme-surface-light));
|
|
21049
|
-
}
|
|
21050
|
-
.v-combobox__selection {
|
|
21051
|
-
display: inline-flex;
|
|
21052
|
-
align-items: center;
|
|
21053
|
-
height: 1.5rem;
|
|
21054
|
-
letter-spacing: inherit;
|
|
21055
|
-
line-height: inherit;
|
|
21056
|
-
max-width: calc(100% - 2px - 2px);
|
|
21057
|
-
}
|
|
21058
|
-
.v-combobox__selection:first-child {
|
|
21059
|
-
margin-inline-start: 0;
|
|
21060
|
-
}
|
|
21061
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21062
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21063
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21064
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21065
|
-
top: 0px;
|
|
21066
|
-
}
|
|
21067
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
21068
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21069
|
-
}
|
|
21070
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
21071
|
-
opacity: 1;
|
|
21072
|
-
}
|
|
21073
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
21074
|
-
caret-color: transparent;
|
|
21075
|
-
}
|
|
21076
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
21077
|
-
flex: 1 1;
|
|
21078
|
-
position: absolute;
|
|
21079
|
-
left: 0;
|
|
21080
|
-
right: 0;
|
|
21081
|
-
width: 100%;
|
|
21082
|
-
padding-inline: inherit;
|
|
21083
|
-
}
|
|
21084
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
21085
|
-
transition: none;
|
|
21086
|
-
}
|
|
21087
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
21088
|
-
opacity: 0;
|
|
21089
|
-
}
|
|
21090
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
21091
|
-
opacity: 0;
|
|
21092
|
-
}
|
|
21093
|
-
.v-combobox__menu-icon {
|
|
21094
|
-
margin-inline-start: 4px;
|
|
21095
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21096
|
-
}
|
|
21097
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21098
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
21099
|
-
transform: rotate(180deg);
|
|
21100
|
-
}.v-data-table-footer {
|
|
21101
|
-
display: flex;
|
|
21102
|
-
align-items: center;
|
|
21103
|
-
flex-wrap: wrap;
|
|
21104
|
-
padding: 4px;
|
|
21105
|
-
justify-content: flex-end;
|
|
21106
|
-
}
|
|
21107
|
-
|
|
21108
|
-
.v-data-table-footer__items-per-page {
|
|
21109
|
-
display: flex;
|
|
21110
|
-
align-items: center;
|
|
21111
|
-
justify-content: center;
|
|
21112
|
-
}
|
|
21113
|
-
.v-data-table-footer__items-per-page > span {
|
|
21114
|
-
padding-inline-end: 8px;
|
|
21115
|
-
}
|
|
21116
|
-
.v-data-table-footer__items-per-page > .v-select {
|
|
21117
|
-
width: 90px;
|
|
21118
|
-
}
|
|
21119
|
-
|
|
21120
|
-
.v-data-table-footer__info {
|
|
21121
|
-
display: flex;
|
|
21122
|
-
justify-content: flex-end;
|
|
21123
|
-
min-width: 116px;
|
|
21124
|
-
padding: 0 16px;
|
|
21125
|
-
}
|
|
21126
|
-
|
|
21127
|
-
.v-data-table-footer__pagination {
|
|
21128
|
-
display: flex;
|
|
21129
|
-
align-items: center;
|
|
21130
|
-
margin-inline-start: 16px;
|
|
21131
|
-
}
|
|
21132
|
-
|
|
21133
|
-
.v-data-table-footer__page {
|
|
21134
|
-
padding: 0 8px;
|
|
21135
21141
|
}.v-data-table {
|
|
21136
21142
|
width: 100%;
|
|
21137
21143
|
}
|
|
@@ -21240,7 +21246,7 @@ html.overflow-y-hidden {
|
|
|
21240
21246
|
}
|
|
21241
21247
|
|
|
21242
21248
|
.v-data-table--loading .v-data-table__td {
|
|
21243
|
-
opacity:
|
|
21249
|
+
opacity: var(--v-disabled-opacity);
|
|
21244
21250
|
}
|
|
21245
21251
|
|
|
21246
21252
|
.v-data-table-group-header-row__column {
|
|
@@ -21276,97 +21282,80 @@ html.overflow-y-hidden {
|
|
|
21276
21282
|
position: relative;
|
|
21277
21283
|
}
|
|
21278
21284
|
|
|
21279
|
-
.v-data-table-rows-loading,
|
|
21280
|
-
.v-data-table-rows-no-data {
|
|
21281
|
-
text-align: center;
|
|
21282
|
-
}.v-dialog {
|
|
21283
|
-
align-items: center;
|
|
21284
|
-
justify-content: center;
|
|
21285
|
-
margin: auto;
|
|
21286
|
-
}
|
|
21287
|
-
.v-dialog > .v-overlay__content {
|
|
21288
|
-
max-height: calc(100% - 48px);
|
|
21289
|
-
width: calc(100% - 48px);
|
|
21290
|
-
max-width: calc(100% - 48px);
|
|
21291
|
-
margin: 24px;
|
|
21292
|
-
}
|
|
21293
|
-
.v-dialog > .v-overlay__content,
|
|
21294
|
-
.v-dialog > .v-overlay__content > form {
|
|
21295
|
-
display: flex;
|
|
21296
|
-
flex-direction: column;
|
|
21297
|
-
min-height: 0;
|
|
21298
|
-
}
|
|
21299
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
21300
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21301
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21302
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21303
|
-
--v-scrollbar-offset: 0px;
|
|
21304
|
-
border-radius: 4px;
|
|
21305
|
-
overflow-y: auto;
|
|
21306
|
-
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));
|
|
21285
|
+
.v-data-table-rows-loading,
|
|
21286
|
+
.v-data-table-rows-no-data {
|
|
21287
|
+
text-align: center;
|
|
21307
21288
|
}
|
|
21308
|
-
|
|
21309
|
-
.v-
|
|
21310
|
-
|
|
21311
|
-
|
|
21289
|
+
|
|
21290
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
21291
|
+
grid-template-columns: 0;
|
|
21292
|
+
justify-content: center;
|
|
21312
21293
|
}
|
|
21313
|
-
.v-
|
|
21314
|
-
|
|
21315
|
-
|
|
21294
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
21295
|
+
grid-template-columns: 0;
|
|
21296
|
+
justify-content: end;
|
|
21316
21297
|
}
|
|
21317
|
-
.v-
|
|
21318
|
-
|
|
21319
|
-
|
|
21298
|
+
.v-data-table__tr--mobile > td {
|
|
21299
|
+
align-items: center;
|
|
21300
|
+
column-gap: 4px;
|
|
21301
|
+
display: grid;
|
|
21302
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21303
|
+
min-height: var(--v-table-row-height);
|
|
21320
21304
|
}
|
|
21321
|
-
.v-
|
|
21322
|
-
|
|
21323
|
-
font-size: inherit;
|
|
21324
|
-
letter-spacing: 0.03125em;
|
|
21325
|
-
line-height: inherit;
|
|
21326
|
-
padding: 16px 24px 10px;
|
|
21305
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
21306
|
+
border-bottom: 0 !important;
|
|
21327
21307
|
}
|
|
21328
21308
|
|
|
21329
|
-
.v-
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
|
21333
|
-
border-radius: 0;
|
|
21334
|
-
margin: 0;
|
|
21335
|
-
padding: 0;
|
|
21336
|
-
width: 100%;
|
|
21337
|
-
height: 100%;
|
|
21338
|
-
max-width: 100%;
|
|
21339
|
-
max-height: 100%;
|
|
21340
|
-
overflow-y: auto;
|
|
21341
|
-
top: 0;
|
|
21342
|
-
left: 0;
|
|
21309
|
+
.v-data-table__td-title {
|
|
21310
|
+
font-weight: bold;
|
|
21311
|
+
text-align: left;
|
|
21343
21312
|
}
|
|
21344
|
-
|
|
21345
|
-
.v-
|
|
21346
|
-
|
|
21347
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
21348
|
-
min-height: 100%;
|
|
21349
|
-
min-width: 100%;
|
|
21350
|
-
border-radius: 0;
|
|
21313
|
+
|
|
21314
|
+
.v-data-table__td-value {
|
|
21315
|
+
text-align: right;
|
|
21351
21316
|
}
|
|
21352
21317
|
|
|
21353
|
-
.v-
|
|
21354
|
-
|
|
21318
|
+
.v-data-table__td-sort-icon {
|
|
21319
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
21320
|
+
}
|
|
21321
|
+
.v-data-table__td-sort-icon-active {
|
|
21322
|
+
color: rgba(var(--v-theme-on-surface));
|
|
21323
|
+
}.v-data-table-footer {
|
|
21324
|
+
align-items: center;
|
|
21355
21325
|
display: flex;
|
|
21326
|
+
flex-wrap: wrap;
|
|
21327
|
+
justify-content: flex-end;
|
|
21328
|
+
padding: 8px 4px;
|
|
21356
21329
|
}
|
|
21357
|
-
.v-
|
|
21358
|
-
|
|
21330
|
+
.v-data-table-footer__items-per-page {
|
|
21331
|
+
align-items: center;
|
|
21359
21332
|
display: flex;
|
|
21360
|
-
|
|
21361
|
-
flex-direction: column;
|
|
21362
|
-
max-height: 100%;
|
|
21363
|
-
max-width: 100%;
|
|
21333
|
+
justify-content: center;
|
|
21364
21334
|
}
|
|
21365
|
-
.v-
|
|
21366
|
-
|
|
21367
|
-
|
|
21368
|
-
|
|
21369
|
-
|
|
21335
|
+
.v-data-table-footer__items-per-page > span {
|
|
21336
|
+
padding-inline-end: 8px;
|
|
21337
|
+
}
|
|
21338
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
21339
|
+
width: 90px;
|
|
21340
|
+
}
|
|
21341
|
+
.v-data-table-footer__info {
|
|
21342
|
+
display: flex;
|
|
21343
|
+
justify-content: flex-end;
|
|
21344
|
+
min-width: 116px;
|
|
21345
|
+
padding: 0 16px;
|
|
21346
|
+
}
|
|
21347
|
+
.v-data-table-footer__paginationz {
|
|
21348
|
+
align-items: center;
|
|
21349
|
+
display: flex;
|
|
21350
|
+
margin-inline-start: 16px;
|
|
21351
|
+
}
|
|
21352
|
+
.v-data-table-footer__page {
|
|
21353
|
+
padding: 0 8px;
|
|
21354
|
+
}.v-counter {
|
|
21355
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21356
|
+
flex: 0 1 auto;
|
|
21357
|
+
font-size: 12px;
|
|
21358
|
+
transition-duration: 150ms;
|
|
21370
21359
|
}.v-divider {
|
|
21371
21360
|
display: block;
|
|
21372
21361
|
flex: 1 1 100%;
|
|
@@ -21416,6 +21405,68 @@ html.overflow-y-hidden {
|
|
|
21416
21405
|
}
|
|
21417
21406
|
.v-divider__wrapper--vertical .v-divider {
|
|
21418
21407
|
margin: 0 auto;
|
|
21408
|
+
}.v-date-picker-controls {
|
|
21409
|
+
display: flex;
|
|
21410
|
+
align-items: center;
|
|
21411
|
+
justify-content: space-between;
|
|
21412
|
+
font-size: 0.875rem;
|
|
21413
|
+
padding-top: 4px;
|
|
21414
|
+
padding-bottom: 4px;
|
|
21415
|
+
padding-inline-start: 6px;
|
|
21416
|
+
padding-inline-end: 12px;
|
|
21417
|
+
}
|
|
21418
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
21419
|
+
text-transform: none;
|
|
21420
|
+
font-weight: 400;
|
|
21421
|
+
line-height: initial;
|
|
21422
|
+
letter-spacing: initial;
|
|
21423
|
+
}
|
|
21424
|
+
.v-date-picker-controls--variant-classic {
|
|
21425
|
+
padding-inline-start: 12px;
|
|
21426
|
+
}
|
|
21427
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21428
|
+
opacity: 0.7;
|
|
21429
|
+
}
|
|
21430
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21431
|
+
cursor: pointer;
|
|
21432
|
+
}
|
|
21433
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21434
|
+
opacity: 1;
|
|
21435
|
+
}
|
|
21436
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
21437
|
+
margin-inline-start: 4px;
|
|
21438
|
+
}
|
|
21439
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21440
|
+
transform: rotate(180deg);
|
|
21441
|
+
}
|
|
21442
|
+
|
|
21443
|
+
.v-date-picker-controls__date {
|
|
21444
|
+
margin-inline-end: 4px;
|
|
21445
|
+
}
|
|
21446
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21447
|
+
margin: auto;
|
|
21448
|
+
text-align: center;
|
|
21449
|
+
}
|
|
21450
|
+
|
|
21451
|
+
.v-date-picker-controls__month {
|
|
21452
|
+
display: flex;
|
|
21453
|
+
}
|
|
21454
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21455
|
+
flex-direction: row-reverse;
|
|
21456
|
+
}
|
|
21457
|
+
|
|
21458
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
21459
|
+
flex: 1 0 auto;
|
|
21460
|
+
}
|
|
21461
|
+
|
|
21462
|
+
.v-date-picker__title {
|
|
21463
|
+
display: inline-block;
|
|
21464
|
+
}.v-date-picker {
|
|
21465
|
+
overflow: hidden;
|
|
21466
|
+
width: 328px;
|
|
21467
|
+
}
|
|
21468
|
+
.v-date-picker--show-week {
|
|
21469
|
+
width: 368px;
|
|
21419
21470
|
}.v-date-picker-month {
|
|
21420
21471
|
display: flex;
|
|
21421
21472
|
justify-content: center;
|
|
@@ -21531,62 +21582,6 @@ html.overflow-y-hidden {
|
|
|
21531
21582
|
.date-picker-header-reverse-transition-leave-to {
|
|
21532
21583
|
opacity: 0;
|
|
21533
21584
|
transform: translate(0, 100%);
|
|
21534
|
-
}.v-date-picker-controls {
|
|
21535
|
-
display: flex;
|
|
21536
|
-
align-items: center;
|
|
21537
|
-
justify-content: space-between;
|
|
21538
|
-
font-size: 0.875rem;
|
|
21539
|
-
padding-top: 4px;
|
|
21540
|
-
padding-bottom: 4px;
|
|
21541
|
-
padding-inline-start: 6px;
|
|
21542
|
-
padding-inline-end: 12px;
|
|
21543
|
-
}
|
|
21544
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
21545
|
-
text-transform: none;
|
|
21546
|
-
font-weight: 400;
|
|
21547
|
-
line-height: initial;
|
|
21548
|
-
letter-spacing: initial;
|
|
21549
|
-
}
|
|
21550
|
-
.v-date-picker-controls--variant-classic {
|
|
21551
|
-
padding-inline-start: 12px;
|
|
21552
|
-
}
|
|
21553
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21554
|
-
opacity: 0.7;
|
|
21555
|
-
}
|
|
21556
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21557
|
-
cursor: pointer;
|
|
21558
|
-
}
|
|
21559
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21560
|
-
opacity: 1;
|
|
21561
|
-
}
|
|
21562
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
21563
|
-
margin-inline-start: 4px;
|
|
21564
|
-
}
|
|
21565
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21566
|
-
transform: rotate(180deg);
|
|
21567
|
-
}
|
|
21568
|
-
|
|
21569
|
-
.v-date-picker-controls__date {
|
|
21570
|
-
margin-inline-end: 4px;
|
|
21571
|
-
}
|
|
21572
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21573
|
-
margin: auto;
|
|
21574
|
-
text-align: center;
|
|
21575
|
-
}
|
|
21576
|
-
|
|
21577
|
-
.v-date-picker-controls__month {
|
|
21578
|
-
display: flex;
|
|
21579
|
-
}
|
|
21580
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21581
|
-
flex-direction: row-reverse;
|
|
21582
|
-
}
|
|
21583
|
-
|
|
21584
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
21585
|
-
flex: 1 0 auto;
|
|
21586
|
-
}
|
|
21587
|
-
|
|
21588
|
-
.v-date-picker__title {
|
|
21589
|
-
display: inline-block;
|
|
21590
21585
|
}.v-date-picker-months {
|
|
21591
21586
|
height: 288px;
|
|
21592
21587
|
}
|
|
@@ -21605,56 +21600,22 @@ html.overflow-y-hidden {
|
|
|
21605
21600
|
.v-date-picker-months__content .v-btn {
|
|
21606
21601
|
text-transform: none;
|
|
21607
21602
|
padding-inline-start: 8px;
|
|
21608
|
-
padding-inline-end: 8px;
|
|
21609
|
-
}.v-date-picker {
|
|
21610
|
-
|
|
21611
|
-
|
|
21612
|
-
}
|
|
21613
|
-
.v-date-picker--show-week {
|
|
21614
|
-
width: 368px;
|
|
21615
|
-
}.v-date-picker-years {
|
|
21616
|
-
height: 288px;
|
|
21617
|
-
overflow-y: scroll;
|
|
21618
|
-
}
|
|
21619
|
-
|
|
21620
|
-
.v-date-picker-years__content {
|
|
21621
|
-
display: grid;
|
|
21622
|
-
flex: 1 1;
|
|
21623
|
-
justify-content: space-around;
|
|
21624
|
-
grid-template-columns: repeat(3, 1fr);
|
|
21625
|
-
gap: 8px 24px;
|
|
21626
|
-
padding-inline: 32px;
|
|
21627
|
-
}
|
|
21628
|
-
.v-date-picker-years__content .v-btn {
|
|
21629
|
-
padding-inline: 8px;
|
|
21630
|
-
}.v-footer {
|
|
21631
|
-
align-items: center;
|
|
21632
|
-
display: flex;
|
|
21633
|
-
flex: 1 1 auto;
|
|
21634
|
-
padding: 8px 16px;
|
|
21635
|
-
position: relative;
|
|
21636
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21637
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21638
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21639
|
-
border-style: solid;
|
|
21640
|
-
border-width: 0;
|
|
21641
|
-
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));
|
|
21642
|
-
border-radius: 0;
|
|
21643
|
-
background: rgb(var(--v-theme-surface));
|
|
21644
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21645
|
-
}
|
|
21646
|
-
.v-footer--border {
|
|
21647
|
-
border-width: thin;
|
|
21648
|
-
box-shadow: none;
|
|
21649
|
-
}
|
|
21650
|
-
.v-footer--absolute {
|
|
21651
|
-
position: absolute;
|
|
21603
|
+
padding-inline-end: 8px;
|
|
21604
|
+
}.v-date-picker-years {
|
|
21605
|
+
height: 288px;
|
|
21606
|
+
overflow-y: scroll;
|
|
21652
21607
|
}
|
|
21653
|
-
|
|
21654
|
-
|
|
21608
|
+
|
|
21609
|
+
.v-date-picker-years__content {
|
|
21610
|
+
display: grid;
|
|
21611
|
+
flex: 1 1;
|
|
21612
|
+
justify-content: space-around;
|
|
21613
|
+
grid-template-columns: repeat(3, 1fr);
|
|
21614
|
+
gap: 8px 24px;
|
|
21615
|
+
padding-inline: 32px;
|
|
21655
21616
|
}
|
|
21656
|
-
.v-
|
|
21657
|
-
|
|
21617
|
+
.v-date-picker-years__content .v-btn {
|
|
21618
|
+
padding-inline: 8px;
|
|
21658
21619
|
}.v-expansion-panel {
|
|
21659
21620
|
background-color: rgb(var(--v-theme-surface));
|
|
21660
21621
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -21865,35 +21826,6 @@ html.overflow-y-hidden {
|
|
|
21865
21826
|
}
|
|
21866
21827
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21867
21828
|
border-radius: 0;
|
|
21868
|
-
}.v-file-input--hide.v-input .v-field,
|
|
21869
|
-
.v-file-input--hide.v-input .v-input__control,
|
|
21870
|
-
.v-file-input--hide.v-input .v-input__details {
|
|
21871
|
-
display: none;
|
|
21872
|
-
}
|
|
21873
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
|
21874
|
-
grid-area: control;
|
|
21875
|
-
margin: 0 auto;
|
|
21876
|
-
}
|
|
21877
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21878
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21879
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21880
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21881
|
-
top: 0px;
|
|
21882
|
-
}
|
|
21883
|
-
.v-file-input input[type=file] {
|
|
21884
|
-
height: 100%;
|
|
21885
|
-
left: 0;
|
|
21886
|
-
opacity: 0;
|
|
21887
|
-
position: absolute;
|
|
21888
|
-
top: 0;
|
|
21889
|
-
width: 100%;
|
|
21890
|
-
z-index: 1;
|
|
21891
|
-
}
|
|
21892
|
-
.v-file-input .v-input__details {
|
|
21893
|
-
padding-inline: 16px;
|
|
21894
|
-
}
|
|
21895
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21896
|
-
padding-inline: 0;
|
|
21897
21829
|
}/* region INPUT */
|
|
21898
21830
|
.v-field {
|
|
21899
21831
|
display: grid;
|
|
@@ -22464,7 +22396,156 @@ textarea.v-field__input::placeholder {
|
|
|
22464
22396
|
opacity: 0;
|
|
22465
22397
|
}
|
|
22466
22398
|
|
|
22467
|
-
/* endregion */.v-
|
|
22399
|
+
/* endregion */.v-dialog {
|
|
22400
|
+
align-items: center;
|
|
22401
|
+
justify-content: center;
|
|
22402
|
+
margin: auto;
|
|
22403
|
+
}
|
|
22404
|
+
.v-dialog > .v-overlay__content {
|
|
22405
|
+
max-height: calc(100% - 48px);
|
|
22406
|
+
width: calc(100% - 48px);
|
|
22407
|
+
max-width: calc(100% - 48px);
|
|
22408
|
+
margin: 24px;
|
|
22409
|
+
}
|
|
22410
|
+
.v-dialog > .v-overlay__content,
|
|
22411
|
+
.v-dialog > .v-overlay__content > form {
|
|
22412
|
+
display: flex;
|
|
22413
|
+
flex-direction: column;
|
|
22414
|
+
min-height: 0;
|
|
22415
|
+
}
|
|
22416
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
22417
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
22418
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
22419
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
22420
|
+
--v-scrollbar-offset: 0px;
|
|
22421
|
+
border-radius: 4px;
|
|
22422
|
+
overflow-y: auto;
|
|
22423
|
+
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));
|
|
22424
|
+
}
|
|
22425
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
22426
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
22427
|
+
display: flex;
|
|
22428
|
+
flex-direction: column;
|
|
22429
|
+
}
|
|
22430
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
22431
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
22432
|
+
padding: 16px 24px;
|
|
22433
|
+
}
|
|
22434
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
22435
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
22436
|
+
padding-top: 0;
|
|
22437
|
+
}
|
|
22438
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
22439
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
22440
|
+
font-size: inherit;
|
|
22441
|
+
letter-spacing: 0.03125em;
|
|
22442
|
+
line-height: inherit;
|
|
22443
|
+
padding: 16px 24px 24px;
|
|
22444
|
+
}
|
|
22445
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
|
22446
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
|
22447
|
+
justify-content: flex-end;
|
|
22448
|
+
}
|
|
22449
|
+
|
|
22450
|
+
.v-dialog--fullscreen {
|
|
22451
|
+
--v-scrollbar-offset: 0px;
|
|
22452
|
+
}
|
|
22453
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
22454
|
+
border-radius: 0;
|
|
22455
|
+
margin: 0;
|
|
22456
|
+
padding: 0;
|
|
22457
|
+
width: 100%;
|
|
22458
|
+
height: 100%;
|
|
22459
|
+
max-width: 100%;
|
|
22460
|
+
max-height: 100%;
|
|
22461
|
+
overflow-y: auto;
|
|
22462
|
+
top: 0;
|
|
22463
|
+
left: 0;
|
|
22464
|
+
}
|
|
22465
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
22466
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
22467
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
22468
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
22469
|
+
min-height: 100%;
|
|
22470
|
+
min-width: 100%;
|
|
22471
|
+
border-radius: 0;
|
|
22472
|
+
}
|
|
22473
|
+
|
|
22474
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
22475
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
22476
|
+
display: flex;
|
|
22477
|
+
}
|
|
22478
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
22479
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
22480
|
+
display: flex;
|
|
22481
|
+
flex: 1 1 100%;
|
|
22482
|
+
flex-direction: column;
|
|
22483
|
+
max-height: 100%;
|
|
22484
|
+
max-width: 100%;
|
|
22485
|
+
}
|
|
22486
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
22487
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
22488
|
+
-webkit-backface-visibility: hidden;
|
|
22489
|
+
backface-visibility: hidden;
|
|
22490
|
+
overflow-y: auto;
|
|
22491
|
+
}.v-file-input--hide.v-input .v-field,
|
|
22492
|
+
.v-file-input--hide.v-input .v-input__control,
|
|
22493
|
+
.v-file-input--hide.v-input .v-input__details {
|
|
22494
|
+
display: none;
|
|
22495
|
+
}
|
|
22496
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
|
22497
|
+
grid-area: control;
|
|
22498
|
+
margin: 0 auto;
|
|
22499
|
+
}
|
|
22500
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
22501
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
22502
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
22503
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
22504
|
+
top: 0px;
|
|
22505
|
+
}
|
|
22506
|
+
.v-file-input input[type=file] {
|
|
22507
|
+
height: 100%;
|
|
22508
|
+
left: 0;
|
|
22509
|
+
opacity: 0;
|
|
22510
|
+
position: absolute;
|
|
22511
|
+
top: 0;
|
|
22512
|
+
width: 100%;
|
|
22513
|
+
z-index: 1;
|
|
22514
|
+
}
|
|
22515
|
+
.v-file-input .v-input__details {
|
|
22516
|
+
padding-inline: 16px;
|
|
22517
|
+
}
|
|
22518
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
22519
|
+
padding-inline: 0;
|
|
22520
|
+
}.v-footer {
|
|
22521
|
+
align-items: center;
|
|
22522
|
+
display: flex;
|
|
22523
|
+
flex: 1 1 auto;
|
|
22524
|
+
padding: 8px 16px;
|
|
22525
|
+
position: relative;
|
|
22526
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22527
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
22528
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22529
|
+
border-style: solid;
|
|
22530
|
+
border-width: 0;
|
|
22531
|
+
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));
|
|
22532
|
+
border-radius: 0;
|
|
22533
|
+
background: rgb(var(--v-theme-surface));
|
|
22534
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22535
|
+
}
|
|
22536
|
+
.v-footer--border {
|
|
22537
|
+
border-width: thin;
|
|
22538
|
+
box-shadow: none;
|
|
22539
|
+
}
|
|
22540
|
+
.v-footer--absolute {
|
|
22541
|
+
position: absolute;
|
|
22542
|
+
}
|
|
22543
|
+
.v-footer--fixed {
|
|
22544
|
+
position: fixed;
|
|
22545
|
+
}
|
|
22546
|
+
.v-footer--rounded {
|
|
22547
|
+
border-radius: 4px;
|
|
22548
|
+
}.v-icon {
|
|
22468
22549
|
--v-icon-size-multiplier: 1;
|
|
22469
22550
|
align-items: center;
|
|
22470
22551
|
display: inline-flex;
|
|
@@ -22512,77 +22593,11 @@ textarea.v-field__input::placeholder {
|
|
|
22512
22593
|
}
|
|
22513
22594
|
|
|
22514
22595
|
.v-icon--start {
|
|
22515
|
-
margin-inline-end: 8px;
|
|
22516
|
-
}
|
|
22517
|
-
|
|
22518
|
-
.v-icon--end {
|
|
22519
|
-
margin-inline-start: 8px;
|
|
22520
|
-
}.v-img {
|
|
22521
|
-
--v-theme-overlay-multiplier: 3;
|
|
22522
|
-
z-index: 0;
|
|
22523
|
-
}
|
|
22524
|
-
.v-img--booting .v-responsive__sizer {
|
|
22525
|
-
transition: none;
|
|
22526
|
-
}
|
|
22527
|
-
.v-img--rounded {
|
|
22528
|
-
border-radius: 4px;
|
|
22529
|
-
}
|
|
22530
|
-
|
|
22531
|
-
.v-img__img,
|
|
22532
|
-
.v-img__picture,
|
|
22533
|
-
.v-img__gradient,
|
|
22534
|
-
.v-img__placeholder,
|
|
22535
|
-
.v-img__error {
|
|
22536
|
-
z-index: -1;
|
|
22537
|
-
position: absolute;
|
|
22538
|
-
top: 0;
|
|
22539
|
-
left: 0;
|
|
22540
|
-
width: 100%;
|
|
22541
|
-
height: 100%;
|
|
22542
|
-
}
|
|
22543
|
-
|
|
22544
|
-
.v-img__img--preload {
|
|
22545
|
-
filter: blur(4px);
|
|
22546
|
-
}
|
|
22547
|
-
.v-img__img--contain {
|
|
22548
|
-
object-fit: contain;
|
|
22549
|
-
}
|
|
22550
|
-
.v-img__img--cover {
|
|
22551
|
-
object-fit: cover;
|
|
22552
|
-
}
|
|
22553
|
-
|
|
22554
|
-
.v-img__gradient {
|
|
22555
|
-
background-repeat: no-repeat;
|
|
22556
|
-
}.v-item-group {
|
|
22557
|
-
flex: 0 1 auto;
|
|
22558
|
-
max-width: 100%;
|
|
22559
|
-
position: relative;
|
|
22560
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22561
|
-
}.v-infinite-scroll--horizontal {
|
|
22562
|
-
display: flex;
|
|
22563
|
-
flex-direction: row;
|
|
22564
|
-
overflow-x: auto;
|
|
22565
|
-
}
|
|
22566
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
22567
|
-
height: 100%;
|
|
22568
|
-
width: 1px;
|
|
22569
|
-
}
|
|
22570
|
-
|
|
22571
|
-
.v-infinite-scroll--vertical {
|
|
22572
|
-
display: flex;
|
|
22573
|
-
flex-direction: column;
|
|
22574
|
-
overflow-y: auto;
|
|
22575
|
-
}
|
|
22576
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
22577
|
-
height: 1px;
|
|
22578
|
-
width: 100%;
|
|
22596
|
+
margin-inline-end: 8px;
|
|
22579
22597
|
}
|
|
22580
22598
|
|
|
22581
|
-
.v-
|
|
22582
|
-
|
|
22583
|
-
display: flex;
|
|
22584
|
-
justify-content: center;
|
|
22585
|
-
padding: 8px;
|
|
22599
|
+
.v-icon--end {
|
|
22600
|
+
margin-inline-start: 8px;
|
|
22586
22601
|
}.v-input {
|
|
22587
22602
|
display: grid;
|
|
22588
22603
|
flex: 1 1 auto;
|
|
@@ -22725,36 +22740,72 @@ textarea.v-field__input::placeholder {
|
|
|
22725
22740
|
|
|
22726
22741
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
22727
22742
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
22728
|
-
}.v-
|
|
22729
|
-
|
|
22730
|
-
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
|
|
22735
|
-
|
|
22736
|
-
overflow: hidden;
|
|
22737
|
-
text-overflow: ellipsis;
|
|
22738
|
-
white-space: nowrap;
|
|
22743
|
+
}.v-infinite-scroll--horizontal {
|
|
22744
|
+
display: flex;
|
|
22745
|
+
flex-direction: row;
|
|
22746
|
+
overflow-x: auto;
|
|
22747
|
+
}
|
|
22748
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
22749
|
+
height: 100%;
|
|
22750
|
+
width: 1px;
|
|
22739
22751
|
}
|
|
22740
22752
|
|
|
22741
|
-
.v-
|
|
22742
|
-
|
|
22743
|
-
|
|
22744
|
-
|
|
22745
|
-
|
|
22753
|
+
.v-infinite-scroll--vertical {
|
|
22754
|
+
display: flex;
|
|
22755
|
+
flex-direction: column;
|
|
22756
|
+
overflow-y: auto;
|
|
22757
|
+
}
|
|
22758
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
22759
|
+
height: 1px;
|
|
22760
|
+
width: 100%;
|
|
22746
22761
|
}
|
|
22747
22762
|
|
|
22748
|
-
.v-
|
|
22749
|
-
|
|
22750
|
-
}.v-layout {
|
|
22751
|
-
--v-scrollbar-offset: 0px;
|
|
22763
|
+
.v-infinite-scroll__side {
|
|
22764
|
+
align-items: center;
|
|
22752
22765
|
display: flex;
|
|
22753
|
-
|
|
22766
|
+
justify-content: center;
|
|
22767
|
+
padding: 8px;
|
|
22768
|
+
}.v-img {
|
|
22769
|
+
--v-theme-overlay-multiplier: 3;
|
|
22770
|
+
z-index: 0;
|
|
22754
22771
|
}
|
|
22755
|
-
.v-
|
|
22756
|
-
|
|
22772
|
+
.v-img--booting .v-responsive__sizer {
|
|
22773
|
+
transition: none;
|
|
22774
|
+
}
|
|
22775
|
+
.v-img--rounded {
|
|
22776
|
+
border-radius: 4px;
|
|
22777
|
+
}
|
|
22778
|
+
|
|
22779
|
+
.v-img__img,
|
|
22780
|
+
.v-img__picture,
|
|
22781
|
+
.v-img__gradient,
|
|
22782
|
+
.v-img__placeholder,
|
|
22783
|
+
.v-img__error {
|
|
22784
|
+
z-index: -1;
|
|
22785
|
+
position: absolute;
|
|
22786
|
+
top: 0;
|
|
22787
|
+
left: 0;
|
|
22788
|
+
width: 100%;
|
|
22757
22789
|
height: 100%;
|
|
22790
|
+
}
|
|
22791
|
+
|
|
22792
|
+
.v-img__img--preload {
|
|
22793
|
+
filter: blur(4px);
|
|
22794
|
+
}
|
|
22795
|
+
.v-img__img--contain {
|
|
22796
|
+
object-fit: contain;
|
|
22797
|
+
}
|
|
22798
|
+
.v-img__img--cover {
|
|
22799
|
+
object-fit: cover;
|
|
22800
|
+
}
|
|
22801
|
+
|
|
22802
|
+
.v-img__gradient {
|
|
22803
|
+
background-repeat: no-repeat;
|
|
22804
|
+
}.v-item-group {
|
|
22805
|
+
flex: 0 1 auto;
|
|
22806
|
+
max-width: 100%;
|
|
22807
|
+
position: relative;
|
|
22808
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22758
22809
|
}.v-list {
|
|
22759
22810
|
overflow: auto;
|
|
22760
22811
|
padding: 8px 0;
|
|
@@ -23143,7 +23194,7 @@ textarea.v-field__input::placeholder {
|
|
|
23143
23194
|
font-size: 1rem;
|
|
23144
23195
|
font-weight: 400;
|
|
23145
23196
|
letter-spacing: 0.009375em;
|
|
23146
|
-
line-height: 1.
|
|
23197
|
+
line-height: 1.5;
|
|
23147
23198
|
text-transform: none;
|
|
23148
23199
|
}
|
|
23149
23200
|
.v-list-item--nav .v-list-item-title {
|
|
@@ -23310,21 +23361,36 @@ textarea.v-field__input::placeholder {
|
|
|
23310
23361
|
}
|
|
23311
23362
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
23312
23363
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23313
|
-
}.v-
|
|
23364
|
+
}.v-label {
|
|
23365
|
+
align-items: center;
|
|
23366
|
+
color: inherit;
|
|
23367
|
+
display: inline-flex;
|
|
23368
|
+
font-size: 1rem;
|
|
23369
|
+
letter-spacing: 0.009375em;
|
|
23370
|
+
min-width: 0;
|
|
23371
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23372
|
+
overflow: hidden;
|
|
23373
|
+
text-overflow: ellipsis;
|
|
23374
|
+
white-space: nowrap;
|
|
23375
|
+
}
|
|
23376
|
+
|
|
23377
|
+
.v-label--clickable {
|
|
23378
|
+
cursor: pointer;
|
|
23379
|
+
}.v-layout-item {
|
|
23380
|
+
position: absolute;
|
|
23381
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23382
|
+
}
|
|
23383
|
+
|
|
23384
|
+
.v-layout-item--absolute {
|
|
23385
|
+
position: absolute;
|
|
23386
|
+
}.v-layout {
|
|
23387
|
+
--v-scrollbar-offset: 0px;
|
|
23314
23388
|
display: flex;
|
|
23315
|
-
flex
|
|
23316
|
-
border-radius: 4px;
|
|
23389
|
+
flex: 1 1 auto;
|
|
23317
23390
|
}
|
|
23318
|
-
.v-
|
|
23319
|
-
|
|
23320
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
23321
|
-
background: rgb(var(--v-theme-surface));
|
|
23322
|
-
border-radius: inherit;
|
|
23323
|
-
overflow: auto;
|
|
23391
|
+
.v-layout--full-height {
|
|
23392
|
+
--v-scrollbar-offset: inherit;
|
|
23324
23393
|
height: 100%;
|
|
23325
|
-
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));
|
|
23326
|
-
}.v-locale-provider {
|
|
23327
|
-
display: contents;
|
|
23328
23394
|
}.v-main {
|
|
23329
23395
|
flex: 1 0 auto;
|
|
23330
23396
|
max-width: 100%;
|
|
@@ -23353,62 +23419,6 @@ textarea.v-field__input::placeholder {
|
|
|
23353
23419
|
--v-layout-right: 0px;
|
|
23354
23420
|
--v-layout-top: 0px;
|
|
23355
23421
|
--v-layout-bottom: 0px;
|
|
23356
|
-
}.v-otp-input {
|
|
23357
|
-
border-radius: 4px;
|
|
23358
|
-
align-items: center;
|
|
23359
|
-
display: flex;
|
|
23360
|
-
justify-content: center;
|
|
23361
|
-
padding: 0.5rem 0;
|
|
23362
|
-
position: relative;
|
|
23363
|
-
}
|
|
23364
|
-
.v-otp-input .v-field {
|
|
23365
|
-
height: 100%;
|
|
23366
|
-
}
|
|
23367
|
-
|
|
23368
|
-
.v-otp-input__divider {
|
|
23369
|
-
margin: 0 8px;
|
|
23370
|
-
}
|
|
23371
|
-
|
|
23372
|
-
.v-otp-input__content {
|
|
23373
|
-
align-items: center;
|
|
23374
|
-
display: flex;
|
|
23375
|
-
gap: 0.5rem;
|
|
23376
|
-
height: 64px;
|
|
23377
|
-
padding: 0.5rem;
|
|
23378
|
-
justify-content: center;
|
|
23379
|
-
max-width: 320px;
|
|
23380
|
-
position: relative;
|
|
23381
|
-
border-radius: inherit;
|
|
23382
|
-
}
|
|
23383
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23384
|
-
max-width: 360px;
|
|
23385
|
-
}
|
|
23386
|
-
|
|
23387
|
-
.v-otp-input__field {
|
|
23388
|
-
color: inherit;
|
|
23389
|
-
font-size: 1.25rem;
|
|
23390
|
-
height: 100%;
|
|
23391
|
-
outline: none;
|
|
23392
|
-
text-align: center;
|
|
23393
|
-
width: 100%;
|
|
23394
|
-
}
|
|
23395
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23396
|
-
-webkit-appearance: none;
|
|
23397
|
-
margin: 0;
|
|
23398
|
-
}
|
|
23399
|
-
.v-otp-input__field[type=number] {
|
|
23400
|
-
-moz-appearance: textfield;
|
|
23401
|
-
}
|
|
23402
|
-
|
|
23403
|
-
.v-otp-input__loader {
|
|
23404
|
-
align-items: center;
|
|
23405
|
-
display: flex;
|
|
23406
|
-
height: 100%;
|
|
23407
|
-
justify-content: center;
|
|
23408
|
-
width: 100%;
|
|
23409
|
-
}
|
|
23410
|
-
.v-otp-input__loader .v-progress-linear {
|
|
23411
|
-
position: absolute;
|
|
23412
23422
|
}.v-messages {
|
|
23413
23423
|
flex: 1 1 auto;
|
|
23414
23424
|
font-size: 12px;
|
|
@@ -23425,6 +23435,29 @@ textarea.v-field__input::placeholder {
|
|
|
23425
23435
|
-webkit-hyphens: auto;
|
|
23426
23436
|
hyphens: auto;
|
|
23427
23437
|
transition-duration: 150ms;
|
|
23438
|
+
}.v-locale-provider {
|
|
23439
|
+
display: contents;
|
|
23440
|
+
}.v-menu > .v-overlay__content {
|
|
23441
|
+
display: flex;
|
|
23442
|
+
flex-direction: column;
|
|
23443
|
+
border-radius: 4px;
|
|
23444
|
+
}
|
|
23445
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23446
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23447
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23448
|
+
background: rgb(var(--v-theme-surface));
|
|
23449
|
+
border-radius: inherit;
|
|
23450
|
+
overflow: auto;
|
|
23451
|
+
height: 100%;
|
|
23452
|
+
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));
|
|
23453
|
+
}.v-pagination__list {
|
|
23454
|
+
display: inline-flex;
|
|
23455
|
+
list-style-type: none;
|
|
23456
|
+
justify-content: center;
|
|
23457
|
+
width: 100%;
|
|
23458
|
+
}
|
|
23459
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23460
|
+
margin: 0.3rem;
|
|
23428
23461
|
}.v-navigation-drawer {
|
|
23429
23462
|
-webkit-overflow-scrolling: touch;
|
|
23430
23463
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23451,6 +23484,10 @@ textarea.v-field__input::placeholder {
|
|
|
23451
23484
|
.v-navigation-drawer--rounded {
|
|
23452
23485
|
border-radius: 4px;
|
|
23453
23486
|
}
|
|
23487
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
23488
|
+
max-height: -webkit-fill-available;
|
|
23489
|
+
overflow-y: auto;
|
|
23490
|
+
}
|
|
23454
23491
|
.v-navigation-drawer--top {
|
|
23455
23492
|
top: 0;
|
|
23456
23493
|
border-bottom-width: thin;
|
|
@@ -23519,24 +23556,72 @@ textarea.v-field__input::placeholder {
|
|
|
23519
23556
|
z-index: 1;
|
|
23520
23557
|
}
|
|
23521
23558
|
|
|
23522
|
-
.v-navigation-drawer__prepend,
|
|
23523
|
-
.v-navigation-drawer__append {
|
|
23524
|
-
flex: none;
|
|
23525
|
-
overflow: hidden;
|
|
23559
|
+
.v-navigation-drawer__prepend,
|
|
23560
|
+
.v-navigation-drawer__append {
|
|
23561
|
+
flex: none;
|
|
23562
|
+
overflow: hidden;
|
|
23563
|
+
}.v-otp-input {
|
|
23564
|
+
border-radius: 4px;
|
|
23565
|
+
align-items: center;
|
|
23566
|
+
display: flex;
|
|
23567
|
+
justify-content: center;
|
|
23568
|
+
padding: 0.5rem 0;
|
|
23569
|
+
position: relative;
|
|
23570
|
+
}
|
|
23571
|
+
.v-otp-input .v-field {
|
|
23572
|
+
height: 100%;
|
|
23573
|
+
}
|
|
23574
|
+
|
|
23575
|
+
.v-otp-input__divider {
|
|
23576
|
+
margin: 0 8px;
|
|
23577
|
+
}
|
|
23578
|
+
|
|
23579
|
+
.v-otp-input__content {
|
|
23580
|
+
align-items: center;
|
|
23581
|
+
display: flex;
|
|
23582
|
+
gap: 0.5rem;
|
|
23583
|
+
height: 64px;
|
|
23584
|
+
padding: 0.5rem;
|
|
23585
|
+
justify-content: center;
|
|
23586
|
+
max-width: 320px;
|
|
23587
|
+
position: relative;
|
|
23588
|
+
border-radius: inherit;
|
|
23589
|
+
}
|
|
23590
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23591
|
+
max-width: 360px;
|
|
23592
|
+
}
|
|
23593
|
+
|
|
23594
|
+
.v-otp-input__field {
|
|
23595
|
+
color: inherit;
|
|
23596
|
+
font-size: 1.25rem;
|
|
23597
|
+
height: 100%;
|
|
23598
|
+
outline: none;
|
|
23599
|
+
text-align: center;
|
|
23600
|
+
width: 100%;
|
|
23601
|
+
}
|
|
23602
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23603
|
+
-webkit-appearance: none;
|
|
23604
|
+
margin: 0;
|
|
23605
|
+
}
|
|
23606
|
+
.v-otp-input__field[type=number] {
|
|
23607
|
+
-moz-appearance: textfield;
|
|
23608
|
+
}
|
|
23609
|
+
|
|
23610
|
+
.v-otp-input__loader {
|
|
23611
|
+
align-items: center;
|
|
23612
|
+
display: flex;
|
|
23613
|
+
height: 100%;
|
|
23614
|
+
justify-content: center;
|
|
23615
|
+
width: 100%;
|
|
23616
|
+
}
|
|
23617
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23618
|
+
position: absolute;
|
|
23526
23619
|
}.v-parallax {
|
|
23527
23620
|
position: relative;
|
|
23528
23621
|
overflow: hidden;
|
|
23529
23622
|
}
|
|
23530
23623
|
.v-parallax--active > .v-img__img {
|
|
23531
23624
|
will-change: transform;
|
|
23532
|
-
}.v-pagination__list {
|
|
23533
|
-
display: inline-flex;
|
|
23534
|
-
list-style-type: none;
|
|
23535
|
-
justify-content: center;
|
|
23536
|
-
width: 100%;
|
|
23537
|
-
}
|
|
23538
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23539
|
-
margin: 0.3rem;
|
|
23540
23625
|
}.v-progress-circular {
|
|
23541
23626
|
align-items: center;
|
|
23542
23627
|
display: inline-flex;
|
|
@@ -23639,6 +23724,138 @@ textarea.v-field__input::placeholder {
|
|
|
23639
23724
|
100% {
|
|
23640
23725
|
transform: rotate(270deg);
|
|
23641
23726
|
}
|
|
23727
|
+
}.v-overlay-container {
|
|
23728
|
+
contain: layout;
|
|
23729
|
+
left: 0;
|
|
23730
|
+
pointer-events: none;
|
|
23731
|
+
position: absolute;
|
|
23732
|
+
top: 0;
|
|
23733
|
+
display: contents;
|
|
23734
|
+
}
|
|
23735
|
+
|
|
23736
|
+
.v-overlay-scroll-blocked {
|
|
23737
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23738
|
+
}
|
|
23739
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
23740
|
+
overflow-y: hidden !important;
|
|
23741
|
+
}
|
|
23742
|
+
html.v-overlay-scroll-blocked {
|
|
23743
|
+
position: fixed;
|
|
23744
|
+
top: var(--v-body-scroll-y);
|
|
23745
|
+
left: var(--v-body-scroll-x);
|
|
23746
|
+
width: 100%;
|
|
23747
|
+
height: 100%;
|
|
23748
|
+
}
|
|
23749
|
+
|
|
23750
|
+
.v-overlay {
|
|
23751
|
+
border-radius: inherit;
|
|
23752
|
+
display: flex;
|
|
23753
|
+
left: 0;
|
|
23754
|
+
pointer-events: none;
|
|
23755
|
+
position: fixed;
|
|
23756
|
+
top: 0;
|
|
23757
|
+
bottom: 0;
|
|
23758
|
+
right: 0;
|
|
23759
|
+
}
|
|
23760
|
+
|
|
23761
|
+
.v-overlay__content {
|
|
23762
|
+
outline: none;
|
|
23763
|
+
position: absolute;
|
|
23764
|
+
pointer-events: auto;
|
|
23765
|
+
contain: layout;
|
|
23766
|
+
}
|
|
23767
|
+
|
|
23768
|
+
.v-overlay__scrim {
|
|
23769
|
+
pointer-events: auto;
|
|
23770
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23771
|
+
border-radius: inherit;
|
|
23772
|
+
bottom: 0;
|
|
23773
|
+
left: 0;
|
|
23774
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
|
23775
|
+
position: fixed;
|
|
23776
|
+
right: 0;
|
|
23777
|
+
top: 0;
|
|
23778
|
+
}
|
|
23779
|
+
|
|
23780
|
+
.v-overlay--absolute {
|
|
23781
|
+
position: absolute;
|
|
23782
|
+
}
|
|
23783
|
+
|
|
23784
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23785
|
+
position: absolute;
|
|
23786
|
+
}
|
|
23787
|
+
|
|
23788
|
+
.v-overlay--scroll-blocked {
|
|
23789
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23790
|
+
}.v-radio-group > .v-input__control {
|
|
23791
|
+
flex-direction: column;
|
|
23792
|
+
}
|
|
23793
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
23794
|
+
margin-inline-start: 16px;
|
|
23795
|
+
}
|
|
23796
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23797
|
+
padding-inline-start: 6px;
|
|
23798
|
+
margin-top: 8px;
|
|
23799
|
+
}
|
|
23800
|
+
.v-radio-group .v-input__details {
|
|
23801
|
+
padding-inline: 16px;
|
|
23802
|
+
}.v-slider .v-slider__container input {
|
|
23803
|
+
cursor: default;
|
|
23804
|
+
padding: 0;
|
|
23805
|
+
width: 100%;
|
|
23806
|
+
display: none;
|
|
23807
|
+
}
|
|
23808
|
+
.v-slider > .v-input__append,
|
|
23809
|
+
.v-slider > .v-input__prepend {
|
|
23810
|
+
padding: 0;
|
|
23811
|
+
}
|
|
23812
|
+
|
|
23813
|
+
.v-slider__container {
|
|
23814
|
+
position: relative;
|
|
23815
|
+
min-height: inherit;
|
|
23816
|
+
width: 100%;
|
|
23817
|
+
height: 100%;
|
|
23818
|
+
display: flex;
|
|
23819
|
+
justify-content: center;
|
|
23820
|
+
align-items: center;
|
|
23821
|
+
cursor: pointer;
|
|
23822
|
+
}
|
|
23823
|
+
.v-input--disabled .v-slider__container {
|
|
23824
|
+
opacity: var(--v-disabled-opacity);
|
|
23825
|
+
}
|
|
23826
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23827
|
+
color: rgb(var(--v-theme-error));
|
|
23828
|
+
}
|
|
23829
|
+
|
|
23830
|
+
.v-slider.v-input--horizontal {
|
|
23831
|
+
align-items: center;
|
|
23832
|
+
margin-inline: 8px 8px;
|
|
23833
|
+
}
|
|
23834
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
23835
|
+
min-height: 32px;
|
|
23836
|
+
display: flex;
|
|
23837
|
+
align-items: center;
|
|
23838
|
+
}
|
|
23839
|
+
|
|
23840
|
+
.v-slider.v-input--vertical {
|
|
23841
|
+
justify-content: center;
|
|
23842
|
+
margin-top: 12px;
|
|
23843
|
+
margin-bottom: 12px;
|
|
23844
|
+
}
|
|
23845
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23846
|
+
min-height: 300px;
|
|
23847
|
+
}
|
|
23848
|
+
|
|
23849
|
+
.v-slider.v-input--disabled {
|
|
23850
|
+
pointer-events: none;
|
|
23851
|
+
}
|
|
23852
|
+
|
|
23853
|
+
.v-slider--has-labels > .v-input__control {
|
|
23854
|
+
margin-bottom: 4px;
|
|
23855
|
+
}
|
|
23856
|
+
|
|
23857
|
+
.v-slider__label {
|
|
23858
|
+
margin-inline-end: 12px;
|
|
23642
23859
|
}.v-progress-linear {
|
|
23643
23860
|
background: transparent;
|
|
23644
23861
|
overflow: hidden;
|
|
@@ -23850,126 +24067,32 @@ textarea.v-field__input::placeholder {
|
|
|
23850
24067
|
0% {
|
|
23851
24068
|
background-position-x: var(--v-progress-linear-height);
|
|
23852
24069
|
}
|
|
23853
|
-
}.v-
|
|
23854
|
-
contain: layout;
|
|
23855
|
-
left: 0;
|
|
23856
|
-
pointer-events: none;
|
|
23857
|
-
position: absolute;
|
|
23858
|
-
top: 0;
|
|
23859
|
-
display: contents;
|
|
23860
|
-
}
|
|
23861
|
-
|
|
23862
|
-
.v-overlay-scroll-blocked {
|
|
23863
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23864
|
-
}
|
|
23865
|
-
.v-overlay-scroll-blocked:not(html) {
|
|
23866
|
-
overflow-y: hidden !important;
|
|
23867
|
-
}
|
|
23868
|
-
html.v-overlay-scroll-blocked {
|
|
23869
|
-
position: fixed;
|
|
23870
|
-
top: var(--v-body-scroll-y);
|
|
23871
|
-
left: var(--v-body-scroll-x);
|
|
23872
|
-
width: 100%;
|
|
23873
|
-
height: 100%;
|
|
23874
|
-
}
|
|
23875
|
-
|
|
23876
|
-
.v-overlay {
|
|
23877
|
-
border-radius: inherit;
|
|
23878
|
-
display: flex;
|
|
23879
|
-
left: 0;
|
|
23880
|
-
pointer-events: none;
|
|
23881
|
-
position: fixed;
|
|
23882
|
-
top: 0;
|
|
23883
|
-
bottom: 0;
|
|
23884
|
-
right: 0;
|
|
23885
|
-
}
|
|
23886
|
-
|
|
23887
|
-
.v-overlay__content {
|
|
23888
|
-
outline: none;
|
|
23889
|
-
position: absolute;
|
|
23890
|
-
pointer-events: auto;
|
|
23891
|
-
contain: layout;
|
|
23892
|
-
}
|
|
23893
|
-
|
|
23894
|
-
.v-overlay__scrim {
|
|
23895
|
-
pointer-events: auto;
|
|
23896
|
-
background: rgb(var(--v-theme-on-surface));
|
|
23897
|
-
border-radius: inherit;
|
|
23898
|
-
bottom: 0;
|
|
23899
|
-
left: 0;
|
|
23900
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
|
23901
|
-
position: fixed;
|
|
23902
|
-
right: 0;
|
|
23903
|
-
top: 0;
|
|
23904
|
-
}
|
|
23905
|
-
|
|
23906
|
-
.v-overlay--absolute {
|
|
23907
|
-
position: absolute;
|
|
23908
|
-
}
|
|
23909
|
-
|
|
23910
|
-
.v-overlay--contained .v-overlay__scrim {
|
|
23911
|
-
position: absolute;
|
|
23912
|
-
}
|
|
23913
|
-
|
|
23914
|
-
.v-overlay--scroll-blocked {
|
|
23915
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23916
|
-
}.v-slider .v-slider__container input {
|
|
23917
|
-
cursor: default;
|
|
23918
|
-
padding: 0;
|
|
23919
|
-
width: 100%;
|
|
23920
|
-
display: none;
|
|
23921
|
-
}
|
|
23922
|
-
.v-slider > .v-input__append,
|
|
23923
|
-
.v-slider > .v-input__prepend {
|
|
23924
|
-
padding: 0;
|
|
23925
|
-
}
|
|
23926
|
-
|
|
23927
|
-
.v-slider__container {
|
|
23928
|
-
position: relative;
|
|
23929
|
-
min-height: inherit;
|
|
23930
|
-
width: 100%;
|
|
23931
|
-
height: 100%;
|
|
23932
|
-
display: flex;
|
|
23933
|
-
justify-content: center;
|
|
23934
|
-
align-items: center;
|
|
23935
|
-
cursor: pointer;
|
|
23936
|
-
}
|
|
23937
|
-
.v-input--disabled .v-slider__container {
|
|
23938
|
-
opacity: var(--v-disabled-opacity);
|
|
23939
|
-
}
|
|
23940
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23941
|
-
color: rgb(var(--v-theme-error));
|
|
23942
|
-
}
|
|
23943
|
-
|
|
23944
|
-
.v-slider.v-input--horizontal {
|
|
23945
|
-
align-items: center;
|
|
23946
|
-
margin-inline: 8px 8px;
|
|
23947
|
-
}
|
|
23948
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23949
|
-
min-height: 32px;
|
|
24070
|
+
}.v-responsive {
|
|
23950
24071
|
display: flex;
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
|
|
23954
|
-
|
|
23955
|
-
|
|
23956
|
-
margin-top: 12px;
|
|
23957
|
-
margin-bottom: 12px;
|
|
24072
|
+
flex: 1 0 auto;
|
|
24073
|
+
max-height: 100%;
|
|
24074
|
+
max-width: 100%;
|
|
24075
|
+
overflow: hidden;
|
|
24076
|
+
position: relative;
|
|
23958
24077
|
}
|
|
23959
|
-
.v-
|
|
23960
|
-
|
|
24078
|
+
.v-responsive--inline {
|
|
24079
|
+
display: inline-flex;
|
|
24080
|
+
flex: 0 0 auto;
|
|
23961
24081
|
}
|
|
23962
24082
|
|
|
23963
|
-
.v-
|
|
23964
|
-
|
|
24083
|
+
.v-responsive__content {
|
|
24084
|
+
flex: 1 0 0px;
|
|
24085
|
+
max-width: 100%;
|
|
23965
24086
|
}
|
|
23966
24087
|
|
|
23967
|
-
.v-
|
|
23968
|
-
margin-
|
|
24088
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
24089
|
+
margin-inline-start: -100%;
|
|
23969
24090
|
}
|
|
23970
24091
|
|
|
23971
|
-
.v-
|
|
23972
|
-
|
|
24092
|
+
.v-responsive__sizer {
|
|
24093
|
+
flex: 1 0 0px;
|
|
24094
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24095
|
+
pointer-events: none;
|
|
23973
24096
|
}.v-rating {
|
|
23974
24097
|
max-width: 100%;
|
|
23975
24098
|
display: inline-flex;
|
|
@@ -24173,74 +24296,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24173
24296
|
}
|
|
24174
24297
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24175
24298
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24176
|
-
}.v-responsive {
|
|
24177
|
-
display: flex;
|
|
24178
|
-
flex: 1 0 auto;
|
|
24179
|
-
max-height: 100%;
|
|
24180
|
-
max-width: 100%;
|
|
24181
|
-
overflow: hidden;
|
|
24182
|
-
position: relative;
|
|
24183
|
-
}
|
|
24184
|
-
.v-responsive--inline {
|
|
24185
|
-
display: inline-flex;
|
|
24186
|
-
flex: 0 0 auto;
|
|
24187
|
-
}
|
|
24188
|
-
|
|
24189
|
-
.v-responsive__content {
|
|
24190
|
-
flex: 1 0 0px;
|
|
24191
|
-
max-width: 100%;
|
|
24192
|
-
}
|
|
24193
|
-
|
|
24194
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
24195
|
-
margin-inline-start: -100%;
|
|
24196
|
-
}
|
|
24197
|
-
|
|
24198
|
-
.v-responsive__sizer {
|
|
24199
|
-
flex: 1 0 0px;
|
|
24200
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24201
|
-
pointer-events: none;
|
|
24202
|
-
}.v-slide-group {
|
|
24203
|
-
display: flex;
|
|
24204
|
-
overflow: hidden;
|
|
24205
|
-
}
|
|
24206
|
-
|
|
24207
|
-
.v-slide-group__next,
|
|
24208
|
-
.v-slide-group__prev {
|
|
24209
|
-
align-items: center;
|
|
24210
|
-
display: flex;
|
|
24211
|
-
flex: 0 1 52px;
|
|
24212
|
-
justify-content: center;
|
|
24213
|
-
min-width: 52px;
|
|
24214
|
-
cursor: pointer;
|
|
24215
|
-
}
|
|
24216
|
-
.v-slide-group__next--disabled,
|
|
24217
|
-
.v-slide-group__prev--disabled {
|
|
24218
|
-
pointer-events: none;
|
|
24219
|
-
opacity: var(--v-disabled-opacity);
|
|
24220
|
-
}
|
|
24221
|
-
|
|
24222
|
-
.v-slide-group__content {
|
|
24223
|
-
display: flex;
|
|
24224
|
-
flex: 1 0 auto;
|
|
24225
|
-
position: relative;
|
|
24226
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24227
|
-
white-space: nowrap;
|
|
24228
|
-
}
|
|
24229
|
-
.v-slide-group__content > * {
|
|
24230
|
-
white-space: initial;
|
|
24231
|
-
}
|
|
24232
|
-
|
|
24233
|
-
.v-slide-group__container {
|
|
24234
|
-
contain: content;
|
|
24235
|
-
display: flex;
|
|
24236
|
-
flex: 1 1 auto;
|
|
24237
|
-
overflow: hidden;
|
|
24238
|
-
}
|
|
24239
|
-
|
|
24240
|
-
.v-slide-group--vertical,
|
|
24241
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
24242
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
24243
|
-
flex-direction: column;
|
|
24244
24299
|
}.v-selection-control-group {
|
|
24245
24300
|
grid-area: control;
|
|
24246
24301
|
display: flex;
|
|
@@ -24414,97 +24469,269 @@ html.v-overlay-scroll-blocked {
|
|
|
24414
24469
|
margin: 16px;
|
|
24415
24470
|
height: 24px;
|
|
24416
24471
|
}
|
|
24417
|
-
.v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
|
|
24418
|
-
margin-top: -16px;
|
|
24472
|
+
.v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
|
|
24473
|
+
margin-top: -16px;
|
|
24474
|
+
}
|
|
24475
|
+
.v-skeleton-loader__image {
|
|
24476
|
+
height: 150px;
|
|
24477
|
+
border-radius: 0;
|
|
24478
|
+
}
|
|
24479
|
+
.v-skeleton-loader__card .v-skeleton-loader__image {
|
|
24480
|
+
border-radius: 0;
|
|
24481
|
+
}
|
|
24482
|
+
.v-skeleton-loader__list-item {
|
|
24483
|
+
margin: 16px;
|
|
24484
|
+
}
|
|
24485
|
+
.v-skeleton-loader__list-item .v-skeleton-loader__text {
|
|
24486
|
+
margin: 0;
|
|
24487
|
+
}
|
|
24488
|
+
.v-skeleton-loader__table-thead {
|
|
24489
|
+
justify-content: space-between;
|
|
24490
|
+
}
|
|
24491
|
+
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
|
|
24492
|
+
margin-top: 16px;
|
|
24493
|
+
max-width: 16px;
|
|
24494
|
+
}
|
|
24495
|
+
.v-skeleton-loader__table-tfoot {
|
|
24496
|
+
flex-wrap: nowrap;
|
|
24497
|
+
}
|
|
24498
|
+
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
24499
|
+
margin-top: 16px;
|
|
24500
|
+
}
|
|
24501
|
+
.v-skeleton-loader__table-row {
|
|
24502
|
+
align-items: baseline;
|
|
24503
|
+
margin: 0 8px;
|
|
24504
|
+
justify-content: space-evenly;
|
|
24505
|
+
flex-wrap: nowrap;
|
|
24506
|
+
}
|
|
24507
|
+
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
|
24508
|
+
margin-inline: 8px;
|
|
24509
|
+
}
|
|
24510
|
+
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
|
|
24511
|
+
margin: 0 16px;
|
|
24512
|
+
}
|
|
24513
|
+
.v-skeleton-loader__table-cell {
|
|
24514
|
+
align-items: center;
|
|
24515
|
+
display: flex;
|
|
24516
|
+
height: 48px;
|
|
24517
|
+
width: 88px;
|
|
24518
|
+
}
|
|
24519
|
+
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
|
|
24520
|
+
margin-bottom: 0;
|
|
24521
|
+
}
|
|
24522
|
+
.v-skeleton-loader__subtitle {
|
|
24523
|
+
max-width: 70%;
|
|
24524
|
+
}
|
|
24525
|
+
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
|
|
24526
|
+
height: 16px;
|
|
24527
|
+
border-radius: 8px;
|
|
24528
|
+
}
|
|
24529
|
+
.v-skeleton-loader__text {
|
|
24530
|
+
border-radius: 6px;
|
|
24531
|
+
margin: 16px;
|
|
24532
|
+
height: 12px;
|
|
24533
|
+
}
|
|
24534
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24535
|
+
margin-top: -8px;
|
|
24536
|
+
max-width: 50%;
|
|
24537
|
+
}
|
|
24538
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24539
|
+
max-width: 70%;
|
|
24540
|
+
}
|
|
24541
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
24542
|
+
display: none;
|
|
24543
|
+
}
|
|
24544
|
+
.v-skeleton-loader--is-loading {
|
|
24545
|
+
overflow: hidden;
|
|
24546
|
+
}
|
|
24547
|
+
.v-skeleton-loader--tile {
|
|
24548
|
+
border-radius: 0;
|
|
24549
|
+
}
|
|
24550
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
24551
|
+
border-radius: 0;
|
|
24552
|
+
}
|
|
24553
|
+
|
|
24554
|
+
@keyframes loading {
|
|
24555
|
+
100% {
|
|
24556
|
+
transform: translateX(100%);
|
|
24557
|
+
}
|
|
24558
|
+
}.v-slide-group {
|
|
24559
|
+
display: flex;
|
|
24560
|
+
overflow: hidden;
|
|
24561
|
+
}
|
|
24562
|
+
|
|
24563
|
+
.v-slide-group__next,
|
|
24564
|
+
.v-slide-group__prev {
|
|
24565
|
+
align-items: center;
|
|
24566
|
+
display: flex;
|
|
24567
|
+
flex: 0 1 52px;
|
|
24568
|
+
justify-content: center;
|
|
24569
|
+
min-width: 52px;
|
|
24570
|
+
cursor: pointer;
|
|
24571
|
+
}
|
|
24572
|
+
.v-slide-group__next--disabled,
|
|
24573
|
+
.v-slide-group__prev--disabled {
|
|
24574
|
+
pointer-events: none;
|
|
24575
|
+
opacity: var(--v-disabled-opacity);
|
|
24576
|
+
}
|
|
24577
|
+
|
|
24578
|
+
.v-slide-group__content {
|
|
24579
|
+
display: flex;
|
|
24580
|
+
flex: 1 0 auto;
|
|
24581
|
+
position: relative;
|
|
24582
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24583
|
+
white-space: nowrap;
|
|
24584
|
+
}
|
|
24585
|
+
.v-slide-group__content > * {
|
|
24586
|
+
white-space: initial;
|
|
24587
|
+
}
|
|
24588
|
+
|
|
24589
|
+
.v-slide-group__container {
|
|
24590
|
+
contain: content;
|
|
24591
|
+
display: flex;
|
|
24592
|
+
flex: 1 1 auto;
|
|
24593
|
+
overflow-x: auto;
|
|
24594
|
+
overflow-y: hidden;
|
|
24595
|
+
scrollbar-width: none;
|
|
24596
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24597
|
+
}
|
|
24598
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
24599
|
+
display: none;
|
|
24600
|
+
}
|
|
24601
|
+
|
|
24602
|
+
.v-slide-group--vertical {
|
|
24603
|
+
max-height: inherit;
|
|
24604
|
+
}
|
|
24605
|
+
.v-slide-group--vertical,
|
|
24606
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
24607
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
24608
|
+
flex-direction: column;
|
|
24609
|
+
}
|
|
24610
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
24611
|
+
overflow-x: hidden;
|
|
24612
|
+
overflow-y: auto;
|
|
24613
|
+
}.v-stepper-item {
|
|
24614
|
+
align-items: center;
|
|
24615
|
+
align-self: stretch;
|
|
24616
|
+
display: inline-flex;
|
|
24617
|
+
flex: none;
|
|
24618
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24619
|
+
padding: 1.5rem;
|
|
24620
|
+
transition-duration: 0.2s;
|
|
24621
|
+
transition-property: opacity;
|
|
24622
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24623
|
+
}
|
|
24624
|
+
.v-stepper-item--selected {
|
|
24625
|
+
opacity: 1;
|
|
24626
|
+
}
|
|
24627
|
+
.v-stepper-item--error {
|
|
24628
|
+
color: rgb(var(--v-theme-error));
|
|
24629
|
+
}
|
|
24630
|
+
.v-stepper-item--disabled {
|
|
24631
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24632
|
+
pointer-events: none;
|
|
24633
|
+
}
|
|
24634
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
24635
|
+
flex-direction: column;
|
|
24636
|
+
justify-content: flex-start;
|
|
24637
|
+
align-items: center;
|
|
24638
|
+
flex-basis: 175px;
|
|
24419
24639
|
}
|
|
24420
|
-
|
|
24421
|
-
|
|
24422
|
-
|
|
24640
|
+
|
|
24641
|
+
.v-stepper-item__avatar.v-avatar {
|
|
24642
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
24643
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24644
|
+
font-size: 0.75rem;
|
|
24645
|
+
margin-inline-end: 8px;
|
|
24423
24646
|
}
|
|
24424
|
-
.v-
|
|
24425
|
-
|
|
24647
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
24648
|
+
font-size: 0.875rem;
|
|
24426
24649
|
}
|
|
24427
|
-
.v-
|
|
24428
|
-
|
|
24650
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
24651
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24429
24652
|
}
|
|
24430
|
-
.v-
|
|
24431
|
-
|
|
24653
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
24654
|
+
background: rgb(var(--v-theme-error));
|
|
24432
24655
|
}
|
|
24433
|
-
.v-
|
|
24434
|
-
|
|
24656
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
24657
|
+
margin-bottom: 16px;
|
|
24658
|
+
margin-inline-end: 0;
|
|
24435
24659
|
}
|
|
24436
|
-
|
|
24437
|
-
|
|
24438
|
-
|
|
24660
|
+
|
|
24661
|
+
.v-stepper-item__title {
|
|
24662
|
+
line-height: 1;
|
|
24439
24663
|
}
|
|
24440
|
-
.v-
|
|
24441
|
-
|
|
24664
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
24665
|
+
display: none;
|
|
24442
24666
|
}
|
|
24443
|
-
|
|
24444
|
-
|
|
24667
|
+
|
|
24668
|
+
.v-stepper-item__subtitle {
|
|
24669
|
+
font-size: 0.75rem;
|
|
24670
|
+
text-align: left;
|
|
24671
|
+
line-height: 1;
|
|
24672
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24445
24673
|
}
|
|
24446
|
-
.v-
|
|
24447
|
-
align
|
|
24448
|
-
margin: 0 8px;
|
|
24449
|
-
justify-content: space-evenly;
|
|
24450
|
-
flex-wrap: nowrap;
|
|
24674
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
24675
|
+
text-align: center;
|
|
24451
24676
|
}
|
|
24452
|
-
.v-
|
|
24453
|
-
|
|
24677
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
24678
|
+
display: none;
|
|
24679
|
+
}.v-stepper.v-sheet {
|
|
24680
|
+
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));
|
|
24681
|
+
border-radius: 4px;
|
|
24682
|
+
overflow: hidden;
|
|
24454
24683
|
}
|
|
24455
|
-
.v-
|
|
24456
|
-
|
|
24684
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24685
|
+
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));
|
|
24457
24686
|
}
|
|
24458
|
-
|
|
24687
|
+
|
|
24688
|
+
.v-stepper-header {
|
|
24689
|
+
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));
|
|
24459
24690
|
align-items: center;
|
|
24460
24691
|
display: flex;
|
|
24461
|
-
|
|
24462
|
-
|
|
24463
|
-
|
|
24464
|
-
|
|
24465
|
-
margin-bottom: 0;
|
|
24466
|
-
}
|
|
24467
|
-
.v-skeleton-loader__subtitle {
|
|
24468
|
-
max-width: 70%;
|
|
24692
|
+
position: relative;
|
|
24693
|
+
overflow-x: auto;
|
|
24694
|
+
justify-content: space-between;
|
|
24695
|
+
z-index: 1;
|
|
24469
24696
|
}
|
|
24470
|
-
.v-
|
|
24471
|
-
|
|
24472
|
-
border-radius: 8px;
|
|
24697
|
+
.v-stepper-header .v-divider {
|
|
24698
|
+
margin: 0 -16px;
|
|
24473
24699
|
}
|
|
24474
|
-
.v-
|
|
24475
|
-
|
|
24476
|
-
margin: 16px;
|
|
24477
|
-
height: 12px;
|
|
24700
|
+
.v-stepper-header .v-divider:last-child {
|
|
24701
|
+
margin-inline-end: 0;
|
|
24478
24702
|
}
|
|
24479
|
-
.v-
|
|
24480
|
-
margin-
|
|
24481
|
-
max-width: 50%;
|
|
24703
|
+
.v-stepper-header .v-divider:first-child {
|
|
24704
|
+
margin-inline-start: 0;
|
|
24482
24705
|
}
|
|
24483
|
-
.v-
|
|
24484
|
-
|
|
24706
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24707
|
+
height: auto;
|
|
24485
24708
|
}
|
|
24486
|
-
.v-
|
|
24487
|
-
|
|
24709
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24710
|
+
align-self: flex-start;
|
|
24711
|
+
margin: 35px -67px 0;
|
|
24488
24712
|
}
|
|
24489
|
-
|
|
24490
|
-
|
|
24713
|
+
|
|
24714
|
+
.v-stepper-window {
|
|
24715
|
+
margin: 1.5rem;
|
|
24491
24716
|
}
|
|
24492
|
-
|
|
24493
|
-
|
|
24717
|
+
|
|
24718
|
+
.v-stepper-actions {
|
|
24719
|
+
display: flex;
|
|
24720
|
+
align-items: center;
|
|
24721
|
+
justify-content: space-between;
|
|
24722
|
+
padding: 1rem;
|
|
24494
24723
|
}
|
|
24495
|
-
.v-
|
|
24496
|
-
|
|
24724
|
+
.v-stepper .v-stepper-actions {
|
|
24725
|
+
padding: 0 1.5rem 1rem;
|
|
24497
24726
|
}
|
|
24498
|
-
|
|
24499
|
-
|
|
24500
|
-
100% {
|
|
24501
|
-
transform: translateX(100%);
|
|
24502
|
-
}
|
|
24727
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24728
|
+
padding: 1.5rem 0 0;
|
|
24503
24729
|
}.v-snackbar {
|
|
24504
24730
|
justify-content: center;
|
|
24505
24731
|
z-index: 10000;
|
|
24506
24732
|
margin: 8px;
|
|
24507
24733
|
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24734
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
24508
24735
|
}
|
|
24509
24736
|
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
24510
24737
|
align-items: flex-end;
|
|
@@ -24565,7 +24792,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24565
24792
|
font-size: 0.875rem;
|
|
24566
24793
|
font-weight: 400;
|
|
24567
24794
|
letter-spacing: 0.0178571429em;
|
|
24568
|
-
line-height: 1.
|
|
24795
|
+
line-height: 1.425;
|
|
24569
24796
|
margin-right: auto;
|
|
24570
24797
|
padding: 14px 16px;
|
|
24571
24798
|
text-align: initial;
|
|
@@ -24602,6 +24829,22 @@ html.v-overlay-scroll-blocked {
|
|
|
24602
24829
|
align-self: flex-end;
|
|
24603
24830
|
margin-bottom: 8px;
|
|
24604
24831
|
}
|
|
24832
|
+
.v-snackbar--center {
|
|
24833
|
+
align-items: center;
|
|
24834
|
+
justify-content: center;
|
|
24835
|
+
}
|
|
24836
|
+
.v-snackbar--top {
|
|
24837
|
+
align-items: flex-start;
|
|
24838
|
+
}
|
|
24839
|
+
.v-snackbar--bottom {
|
|
24840
|
+
align-items: flex-end;
|
|
24841
|
+
}
|
|
24842
|
+
.v-snackbar--left, .v-snackbar--start {
|
|
24843
|
+
justify-content: flex-start;
|
|
24844
|
+
}
|
|
24845
|
+
.v-snackbar--right, .v-snackbar--end {
|
|
24846
|
+
justify-content: flex-end;
|
|
24847
|
+
}
|
|
24605
24848
|
|
|
24606
24849
|
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
24607
24850
|
transition-duration: 0.15s;
|
|
@@ -24698,167 +24941,63 @@ html.v-overlay-scroll-blocked {
|
|
|
24698
24941
|
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));
|
|
24699
24942
|
}
|
|
24700
24943
|
.v-switch--inset .v-switch__thumb {
|
|
24701
|
-
height: 24px;
|
|
24702
|
-
width: 24px;
|
|
24703
|
-
transform: scale(0.6666666667);
|
|
24704
|
-
}
|
|
24705
|
-
.v-switch--inset .v-switch__thumb--filled {
|
|
24706
|
-
transform: none;
|
|
24707
|
-
}
|
|
24708
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24709
|
-
transform: none;
|
|
24710
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24711
|
-
}
|
|
24712
|
-
|
|
24713
|
-
.v-switch.v-input {
|
|
24714
|
-
flex: 0 1 auto;
|
|
24715
|
-
}
|
|
24716
|
-
.v-switch .v-selection-control {
|
|
24717
|
-
min-height: var(--v-input-control-height);
|
|
24718
|
-
}
|
|
24719
|
-
.v-switch .v-selection-control__input {
|
|
24720
|
-
border-radius: 50%;
|
|
24721
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24722
|
-
transform: translateX(-10px);
|
|
24723
|
-
position: absolute;
|
|
24724
|
-
}
|
|
24725
|
-
.v-switch .v-selection-control__input .v-icon {
|
|
24726
|
-
position: absolute;
|
|
24727
|
-
}
|
|
24728
|
-
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24729
|
-
transform: translateX(10px);
|
|
24730
|
-
}
|
|
24731
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24732
|
-
transform: scale(0.8);
|
|
24733
|
-
}
|
|
24734
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24735
|
-
transform: scale(0.75);
|
|
24736
|
-
box-shadow: none;
|
|
24737
|
-
}
|
|
24738
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24739
|
-
width: auto;
|
|
24740
|
-
}
|
|
24741
|
-
.v-switch.v-input--vertical .v-label {
|
|
24742
|
-
min-width: max-content;
|
|
24743
|
-
}
|
|
24744
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
24745
|
-
transform: rotate(-90deg);
|
|
24746
|
-
}.v-stepper.v-sheet {
|
|
24747
|
-
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));
|
|
24748
|
-
border-radius: 4px;
|
|
24749
|
-
overflow: hidden;
|
|
24750
|
-
}
|
|
24751
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
24752
|
-
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));
|
|
24753
|
-
}
|
|
24754
|
-
|
|
24755
|
-
.v-stepper-header {
|
|
24756
|
-
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));
|
|
24757
|
-
align-items: center;
|
|
24758
|
-
display: flex;
|
|
24759
|
-
position: relative;
|
|
24760
|
-
overflow-x: auto;
|
|
24761
|
-
justify-content: space-between;
|
|
24762
|
-
z-index: 1;
|
|
24763
|
-
}
|
|
24764
|
-
.v-stepper-header .v-divider {
|
|
24765
|
-
margin: 0 -16px;
|
|
24766
|
-
}
|
|
24767
|
-
.v-stepper-header .v-divider:last-child {
|
|
24768
|
-
margin-inline-end: 0;
|
|
24769
|
-
}
|
|
24770
|
-
.v-stepper-header .v-divider:first-child {
|
|
24771
|
-
margin-inline-start: 0;
|
|
24772
|
-
}
|
|
24773
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
24774
|
-
height: auto;
|
|
24775
|
-
}
|
|
24776
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24777
|
-
align-self: flex-start;
|
|
24778
|
-
margin: 35px -67px 0;
|
|
24779
|
-
}
|
|
24780
|
-
|
|
24781
|
-
.v-stepper-window {
|
|
24782
|
-
margin: 1.5rem;
|
|
24783
|
-
}
|
|
24784
|
-
|
|
24785
|
-
.v-stepper-actions {
|
|
24786
|
-
display: flex;
|
|
24787
|
-
align-items: center;
|
|
24788
|
-
justify-content: space-between;
|
|
24789
|
-
padding: 1rem;
|
|
24790
|
-
}
|
|
24791
|
-
.v-stepper .v-stepper-actions {
|
|
24792
|
-
padding: 0 1.5rem 1rem;
|
|
24793
|
-
}
|
|
24794
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
24795
|
-
padding: 1.5rem 0 0;
|
|
24796
|
-
}.v-stepper-item {
|
|
24797
|
-
align-items: center;
|
|
24798
|
-
align-self: stretch;
|
|
24799
|
-
display: inline-flex;
|
|
24800
|
-
flex: none;
|
|
24801
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24802
|
-
padding: 1.5rem;
|
|
24803
|
-
transition-duration: 0.2s;
|
|
24804
|
-
transition-property: opacity;
|
|
24805
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24806
|
-
}
|
|
24807
|
-
.v-stepper-item--selected {
|
|
24808
|
-
opacity: 1;
|
|
24809
|
-
}
|
|
24810
|
-
.v-stepper-item--error {
|
|
24811
|
-
color: rgb(var(--v-theme-error));
|
|
24944
|
+
height: 24px;
|
|
24945
|
+
width: 24px;
|
|
24946
|
+
transform: scale(0.6666666667);
|
|
24812
24947
|
}
|
|
24813
|
-
.v-
|
|
24814
|
-
|
|
24815
|
-
pointer-events: none;
|
|
24948
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
24949
|
+
transform: none;
|
|
24816
24950
|
}
|
|
24817
|
-
.v-
|
|
24818
|
-
|
|
24819
|
-
|
|
24820
|
-
align-items: center;
|
|
24821
|
-
flex-basis: 175px;
|
|
24951
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24952
|
+
transform: none;
|
|
24953
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24822
24954
|
}
|
|
24823
24955
|
|
|
24824
|
-
.v-
|
|
24825
|
-
|
|
24826
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24827
|
-
font-size: 0.75rem;
|
|
24828
|
-
margin-inline-end: 8px;
|
|
24956
|
+
.v-switch.v-input {
|
|
24957
|
+
flex: 0 1 auto;
|
|
24829
24958
|
}
|
|
24830
|
-
.v-
|
|
24831
|
-
|
|
24959
|
+
.v-switch .v-selection-control {
|
|
24960
|
+
min-height: var(--v-input-control-height);
|
|
24832
24961
|
}
|
|
24833
|
-
.v-
|
|
24834
|
-
|
|
24962
|
+
.v-switch .v-selection-control__input {
|
|
24963
|
+
border-radius: 50%;
|
|
24964
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24965
|
+
position: absolute;
|
|
24835
24966
|
}
|
|
24836
|
-
.v-
|
|
24837
|
-
|
|
24967
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
24968
|
+
transform: translateX(-10px);
|
|
24838
24969
|
}
|
|
24839
|
-
|
|
24840
|
-
|
|
24841
|
-
|
|
24970
|
+
|
|
24971
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
24972
|
+
transform: translateX(10px);
|
|
24842
24973
|
}
|
|
24843
24974
|
|
|
24844
|
-
.v-
|
|
24845
|
-
|
|
24975
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
24976
|
+
position: absolute;
|
|
24846
24977
|
}
|
|
24847
|
-
.v-
|
|
24848
|
-
|
|
24978
|
+
.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 {
|
|
24979
|
+
transform: translateX(10px);
|
|
24849
24980
|
}
|
|
24850
24981
|
|
|
24851
|
-
.v-
|
|
24852
|
-
|
|
24853
|
-
text-align: left;
|
|
24854
|
-
line-height: 1;
|
|
24855
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24982
|
+
.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 {
|
|
24983
|
+
transform: translateX(-10px);
|
|
24856
24984
|
}
|
|
24857
|
-
|
|
24858
|
-
|
|
24985
|
+
|
|
24986
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24987
|
+
transform: scale(0.8);
|
|
24859
24988
|
}
|
|
24860
|
-
.v-
|
|
24861
|
-
|
|
24989
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24990
|
+
transform: scale(0.75);
|
|
24991
|
+
box-shadow: none;
|
|
24992
|
+
}
|
|
24993
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24994
|
+
width: auto;
|
|
24995
|
+
}
|
|
24996
|
+
.v-switch.v-input--vertical .v-label {
|
|
24997
|
+
min-width: max-content;
|
|
24998
|
+
}
|
|
24999
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
25000
|
+
transform: rotate(-90deg);
|
|
24862
25001
|
}.v-system-bar {
|
|
24863
25002
|
align-items: center;
|
|
24864
25003
|
display: flex;
|
|
@@ -24876,7 +25015,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24876
25015
|
font-size: 0.75rem;
|
|
24877
25016
|
font-weight: 400;
|
|
24878
25017
|
letter-spacing: 0.0333333333em;
|
|
24879
|
-
line-height: 1.
|
|
25018
|
+
line-height: 1.667;
|
|
24880
25019
|
text-transform: none;
|
|
24881
25020
|
}
|
|
24882
25021
|
.v-system-bar .v-icon {
|
|
@@ -24896,45 +25035,144 @@ html.v-overlay-scroll-blocked {
|
|
|
24896
25035
|
}
|
|
24897
25036
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24898
25037
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24899
|
-
}.v-
|
|
24900
|
-
|
|
25038
|
+
}.v-table {
|
|
25039
|
+
background: rgb(var(--v-theme-surface));
|
|
25040
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25041
|
+
font-size: 0.875rem;
|
|
25042
|
+
transition-duration: 0.28s;
|
|
25043
|
+
transition-property: box-shadow, opacity, background, height;
|
|
25044
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24901
25045
|
}
|
|
24902
|
-
.v-
|
|
24903
|
-
--v-
|
|
25046
|
+
.v-table .v-table-divider {
|
|
25047
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24904
25048
|
}
|
|
24905
|
-
.v-
|
|
24906
|
-
|
|
24907
|
-
outline: none;
|
|
24908
|
-
-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));
|
|
24909
|
-
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));
|
|
25049
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25050
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24910
25051
|
}
|
|
24911
|
-
.v-
|
|
24912
|
-
|
|
25052
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25053
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25054
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25055
|
+
}
|
|
25056
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
25057
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
25058
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25059
|
+
}
|
|
25060
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
25061
|
+
position: relative;
|
|
25062
|
+
}
|
|
25063
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25064
|
+
content: "";
|
|
24913
25065
|
position: absolute;
|
|
24914
25066
|
top: 0;
|
|
24915
25067
|
left: 0;
|
|
24916
|
-
|
|
24917
|
-
|
|
25068
|
+
width: 100%;
|
|
25069
|
+
height: 100%;
|
|
25070
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
24918
25071
|
pointer-events: none;
|
|
24919
25072
|
}
|
|
24920
|
-
.v-
|
|
24921
|
-
|
|
25073
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25074
|
+
background: rgb(var(--v-theme-surface));
|
|
25075
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25076
|
+
z-index: 1;
|
|
24922
25077
|
}
|
|
24923
|
-
.v-
|
|
24924
|
-
.v-
|
|
24925
|
-
|
|
25078
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
25079
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
25080
|
+
background: rgb(var(--v-theme-surface));
|
|
25081
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24926
25082
|
}
|
|
24927
|
-
|
|
24928
|
-
|
|
24929
|
-
|
|
24930
|
-
|
|
24931
|
-
|
|
25083
|
+
|
|
25084
|
+
.v-table {
|
|
25085
|
+
border-radius: inherit;
|
|
25086
|
+
line-height: 1.5;
|
|
25087
|
+
max-width: 100%;
|
|
25088
|
+
display: flex;
|
|
25089
|
+
flex-direction: column;
|
|
24932
25090
|
}
|
|
24933
|
-
.v-
|
|
24934
|
-
|
|
25091
|
+
.v-table > .v-table__wrapper > table {
|
|
25092
|
+
width: 100%;
|
|
25093
|
+
border-spacing: 0;
|
|
24935
25094
|
}
|
|
24936
|
-
.v-
|
|
24937
|
-
|
|
25095
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25096
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25097
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25098
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25099
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
25100
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25101
|
+
padding: 0 16px;
|
|
25102
|
+
transition-duration: 0.28s;
|
|
25103
|
+
transition-property: box-shadow, opacity, background, height;
|
|
25104
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25105
|
+
}
|
|
25106
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25107
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25108
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
25109
|
+
height: var(--v-table-row-height);
|
|
25110
|
+
}
|
|
25111
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25112
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25113
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25114
|
+
height: var(--v-table-header-height);
|
|
25115
|
+
font-weight: 500;
|
|
25116
|
+
-webkit-user-select: none;
|
|
25117
|
+
user-select: none;
|
|
25118
|
+
text-align: start;
|
|
25119
|
+
}
|
|
25120
|
+
.v-table--density-default {
|
|
25121
|
+
--v-table-header-height: 56px;
|
|
25122
|
+
--v-table-row-height: 52px;
|
|
25123
|
+
}
|
|
25124
|
+
|
|
25125
|
+
.v-table--density-comfortable {
|
|
25126
|
+
--v-table-header-height: 48px;
|
|
25127
|
+
--v-table-row-height: 44px;
|
|
25128
|
+
}
|
|
25129
|
+
|
|
25130
|
+
.v-table--density-compact {
|
|
25131
|
+
--v-table-header-height: 40px;
|
|
25132
|
+
--v-table-row-height: 36px;
|
|
25133
|
+
}
|
|
25134
|
+
|
|
25135
|
+
.v-table__wrapper {
|
|
25136
|
+
border-radius: inherit;
|
|
25137
|
+
overflow: auto;
|
|
25138
|
+
flex: 1 1 auto;
|
|
25139
|
+
}
|
|
25140
|
+
|
|
25141
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
25142
|
+
border-top-left-radius: 0;
|
|
25143
|
+
}
|
|
25144
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
25145
|
+
border-top-right-radius: 0;
|
|
25146
|
+
}
|
|
25147
|
+
|
|
25148
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
25149
|
+
border-bottom-left-radius: 0;
|
|
25150
|
+
}
|
|
25151
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
25152
|
+
border-bottom-right-radius: 0;
|
|
25153
|
+
}
|
|
25154
|
+
|
|
25155
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
25156
|
+
overflow-y: auto;
|
|
25157
|
+
}
|
|
25158
|
+
|
|
25159
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
25160
|
+
position: sticky;
|
|
25161
|
+
top: 0;
|
|
25162
|
+
z-index: 2;
|
|
25163
|
+
}
|
|
25164
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25165
|
+
border-bottom: 0px !important;
|
|
25166
|
+
}
|
|
25167
|
+
|
|
25168
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
25169
|
+
position: sticky;
|
|
25170
|
+
bottom: 0;
|
|
25171
|
+
z-index: 1;
|
|
25172
|
+
}
|
|
25173
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25174
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25175
|
+
border-top: 0px !important;
|
|
24938
25176
|
}/* region BLOCK */
|
|
24939
25177
|
.v-text-field input {
|
|
24940
25178
|
color: inherit;
|
|
@@ -25018,19 +25256,58 @@ html.v-overlay-scroll-blocked {
|
|
|
25018
25256
|
position: absolute;
|
|
25019
25257
|
bottom: 0;
|
|
25020
25258
|
left: 0;
|
|
25021
|
-
height: 2px;
|
|
25022
|
-
width: 100%;
|
|
25023
|
-
background: currentColor;
|
|
25259
|
+
height: 2px;
|
|
25260
|
+
width: 100%;
|
|
25261
|
+
background: currentColor;
|
|
25262
|
+
pointer-events: none;
|
|
25263
|
+
opacity: 0;
|
|
25264
|
+
}
|
|
25265
|
+
.v-tab--selected .v-tab__slider {
|
|
25266
|
+
opacity: 1;
|
|
25267
|
+
}
|
|
25268
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
25269
|
+
top: 0;
|
|
25270
|
+
height: 100%;
|
|
25271
|
+
width: 2px;
|
|
25272
|
+
}.v-textarea .v-field {
|
|
25273
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
25274
|
+
}
|
|
25275
|
+
.v-textarea .v-field__field {
|
|
25276
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
25277
|
+
}
|
|
25278
|
+
.v-textarea .v-field__input {
|
|
25279
|
+
flex: 1 1 auto;
|
|
25280
|
+
outline: none;
|
|
25281
|
+
-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));
|
|
25282
|
+
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));
|
|
25283
|
+
}
|
|
25284
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25285
|
+
visibility: hidden;
|
|
25286
|
+
position: absolute;
|
|
25287
|
+
top: 0;
|
|
25288
|
+
left: 0;
|
|
25289
|
+
height: 0 !important;
|
|
25290
|
+
min-height: 0 !important;
|
|
25024
25291
|
pointer-events: none;
|
|
25025
|
-
opacity: 0;
|
|
25026
25292
|
}
|
|
25027
|
-
.v-
|
|
25293
|
+
.v-textarea--no-resize .v-field__input {
|
|
25294
|
+
resize: none;
|
|
25295
|
+
}
|
|
25296
|
+
.v-textarea .v-field--no-label textarea,
|
|
25297
|
+
.v-textarea .v-field--active textarea {
|
|
25028
25298
|
opacity: 1;
|
|
25029
25299
|
}
|
|
25030
|
-
.v-
|
|
25031
|
-
|
|
25032
|
-
|
|
25033
|
-
width:
|
|
25300
|
+
.v-textarea textarea {
|
|
25301
|
+
opacity: 0;
|
|
25302
|
+
flex: 1;
|
|
25303
|
+
min-width: 0;
|
|
25304
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25305
|
+
}
|
|
25306
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
25307
|
+
outline: none;
|
|
25308
|
+
}
|
|
25309
|
+
.v-textarea textarea:invalid {
|
|
25310
|
+
box-shadow: none;
|
|
25034
25311
|
}.v-tabs {
|
|
25035
25312
|
display: flex;
|
|
25036
25313
|
height: var(--v-tabs-height);
|
|
@@ -25097,147 +25374,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25097
25374
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25098
25375
|
margin-inline-end: 52px;
|
|
25099
25376
|
}
|
|
25100
|
-
}.v-table {
|
|
25101
|
-
background: rgb(var(--v-theme-surface));
|
|
25102
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25103
|
-
font-size: 0.875rem;
|
|
25104
|
-
transition-duration: 0.28s;
|
|
25105
|
-
transition-property: box-shadow, opacity, background, height;
|
|
25106
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25107
|
-
}
|
|
25108
|
-
.v-table .v-table-divider {
|
|
25109
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25110
|
-
}
|
|
25111
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25112
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25113
|
-
}
|
|
25114
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25115
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25116
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25117
|
-
}
|
|
25118
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
25119
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
25120
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25121
|
-
}
|
|
25122
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
25123
|
-
position: relative;
|
|
25124
|
-
}
|
|
25125
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
25126
|
-
content: "";
|
|
25127
|
-
position: absolute;
|
|
25128
|
-
top: 0;
|
|
25129
|
-
left: 0;
|
|
25130
|
-
width: 100%;
|
|
25131
|
-
height: 100%;
|
|
25132
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
25133
|
-
pointer-events: none;
|
|
25134
|
-
}
|
|
25135
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25136
|
-
background: rgb(var(--v-theme-surface));
|
|
25137
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25138
|
-
z-index: 1;
|
|
25139
|
-
}
|
|
25140
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
25141
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
25142
|
-
background: rgb(var(--v-theme-surface));
|
|
25143
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25144
|
-
}
|
|
25145
|
-
|
|
25146
|
-
.v-table {
|
|
25147
|
-
border-radius: inherit;
|
|
25148
|
-
line-height: 1.5;
|
|
25149
|
-
max-width: 100%;
|
|
25150
|
-
display: flex;
|
|
25151
|
-
flex-direction: column;
|
|
25152
|
-
}
|
|
25153
|
-
.v-table > .v-table__wrapper > table {
|
|
25154
|
-
width: 100%;
|
|
25155
|
-
border-spacing: 0;
|
|
25156
|
-
}
|
|
25157
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25158
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25159
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25160
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25161
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
25162
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25163
|
-
padding: 0 16px;
|
|
25164
|
-
transition-duration: 0.28s;
|
|
25165
|
-
transition-property: box-shadow, opacity, background, height;
|
|
25166
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25167
|
-
}
|
|
25168
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
25169
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
25170
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
25171
|
-
height: var(--v-table-row-height);
|
|
25172
|
-
}
|
|
25173
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
25174
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
25175
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
25176
|
-
height: var(--v-table-header-height);
|
|
25177
|
-
font-weight: 500;
|
|
25178
|
-
-webkit-user-select: none;
|
|
25179
|
-
user-select: none;
|
|
25180
|
-
text-align: start;
|
|
25181
|
-
}
|
|
25182
|
-
.v-table--density-default {
|
|
25183
|
-
--v-table-header-height: 56px;
|
|
25184
|
-
--v-table-row-height: 52px;
|
|
25185
|
-
}
|
|
25186
|
-
|
|
25187
|
-
.v-table--density-comfortable {
|
|
25188
|
-
--v-table-header-height: 48px;
|
|
25189
|
-
--v-table-row-height: 44px;
|
|
25190
|
-
}
|
|
25191
|
-
|
|
25192
|
-
.v-table--density-compact {
|
|
25193
|
-
--v-table-header-height: 40px;
|
|
25194
|
-
--v-table-row-height: 36px;
|
|
25195
|
-
}
|
|
25196
|
-
|
|
25197
|
-
.v-table__wrapper {
|
|
25198
|
-
border-radius: inherit;
|
|
25199
|
-
overflow: auto;
|
|
25200
|
-
flex: 1 1 auto;
|
|
25201
|
-
}
|
|
25202
|
-
|
|
25203
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
25204
|
-
border-top-left-radius: 0;
|
|
25205
|
-
}
|
|
25206
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
25207
|
-
border-top-right-radius: 0;
|
|
25208
|
-
}
|
|
25209
|
-
|
|
25210
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
25211
|
-
border-bottom-left-radius: 0;
|
|
25212
|
-
}
|
|
25213
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
25214
|
-
border-bottom-right-radius: 0;
|
|
25215
|
-
}
|
|
25216
|
-
|
|
25217
|
-
.v-table--fixed-height > .v-table__wrapper {
|
|
25218
|
-
overflow-y: auto;
|
|
25219
|
-
}
|
|
25220
|
-
|
|
25221
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
25222
|
-
position: sticky;
|
|
25223
|
-
top: 0;
|
|
25224
|
-
z-index: 2;
|
|
25225
|
-
}
|
|
25226
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
25227
|
-
border-bottom: 0px !important;
|
|
25228
|
-
}
|
|
25229
|
-
|
|
25230
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
25231
|
-
position: sticky;
|
|
25232
|
-
bottom: 0;
|
|
25233
|
-
z-index: 1;
|
|
25234
|
-
}
|
|
25235
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25236
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25237
|
-
border-top: 0px !important;
|
|
25238
|
-
}.v-theme-provider {
|
|
25239
|
-
background: rgb(var(--v-theme-background));
|
|
25240
|
-
color: rgb(var(--v-theme-on-background));
|
|
25241
25377
|
}.v-timeline .v-timeline-divider__dot {
|
|
25242
25378
|
background: rgb(var(--v-theme-surface-light));
|
|
25243
25379
|
}
|
|
@@ -25783,6 +25919,9 @@ html.v-overlay-scroll-blocked {
|
|
|
25783
25919
|
}
|
|
25784
25920
|
.v-toolbar-items > .v-btn {
|
|
25785
25921
|
border-radius: 0;
|
|
25922
|
+
}.v-theme-provider {
|
|
25923
|
+
background: rgb(var(--v-theme-background));
|
|
25924
|
+
color: rgb(var(--v-theme-on-background));
|
|
25786
25925
|
}.v-tooltip > .v-overlay__content {
|
|
25787
25926
|
background: rgb(var(--v-theme-surface-variant));
|
|
25788
25927
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
@@ -25843,6 +25982,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25843
25982
|
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
25844
25983
|
transform: translateX(0);
|
|
25845
25984
|
}
|
|
25985
|
+
|
|
25846
25986
|
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
25847
25987
|
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
25848
25988
|
}
|
|
@@ -25883,34 +26023,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25883
26023
|
}
|
|
25884
26024
|
.v-virtual-scroll__container {
|
|
25885
26025
|
display: block;
|
|
25886
|
-
}.v-application {
|
|
25887
|
-
display: flex;
|
|
25888
|
-
background: rgb(var(--v-theme-background));
|
|
25889
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
25890
|
-
}
|
|
25891
|
-
|
|
25892
|
-
.v-application__wrap {
|
|
25893
|
-
-webkit-backface-visibility: hidden;
|
|
25894
|
-
backface-visibility: hidden;
|
|
25895
|
-
display: flex;
|
|
25896
|
-
flex-direction: column;
|
|
25897
|
-
flex: 1 1 auto;
|
|
25898
|
-
max-width: 100%;
|
|
25899
|
-
min-height: 100vh;
|
|
25900
|
-
min-height: 100dvh;
|
|
25901
|
-
position: relative;
|
|
25902
|
-
}.v-radio-group > .v-input__control {
|
|
25903
|
-
flex-direction: column;
|
|
25904
|
-
}
|
|
25905
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
25906
|
-
margin-inline-start: 16px;
|
|
25907
|
-
}
|
|
25908
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
25909
|
-
padding-inline-start: 6px;
|
|
25910
|
-
margin-top: 8px;
|
|
25911
|
-
}
|
|
25912
|
-
.v-radio-group .v-input__details {
|
|
25913
|
-
padding-inline: 16px;
|
|
25914
26026
|
}.v-color-picker-canvas {
|
|
25915
26027
|
display: flex;
|
|
25916
26028
|
position: relative;
|
|
@@ -25933,34 +26045,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25933
26045
|
}
|
|
25934
26046
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25935
26047
|
will-change: transform;
|
|
25936
|
-
}.v-color-picker-edit {
|
|
25937
|
-
display: flex;
|
|
25938
|
-
margin-top: 24px;
|
|
25939
|
-
}
|
|
25940
|
-
|
|
25941
|
-
.v-color-picker-edit__input {
|
|
25942
|
-
width: 100%;
|
|
25943
|
-
display: flex;
|
|
25944
|
-
flex-wrap: wrap;
|
|
25945
|
-
justify-content: center;
|
|
25946
|
-
text-align: center;
|
|
25947
|
-
}
|
|
25948
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
25949
|
-
margin-inline-end: 8px;
|
|
25950
|
-
}
|
|
25951
|
-
.v-color-picker-edit__input input {
|
|
25952
|
-
border-radius: 4px;
|
|
25953
|
-
margin-bottom: 8px;
|
|
25954
|
-
min-width: 0;
|
|
25955
|
-
outline: none;
|
|
25956
|
-
text-align: center;
|
|
25957
|
-
width: 100%;
|
|
25958
|
-
height: 32px;
|
|
25959
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25960
|
-
color: rgba(var(--v-theme-on-surface));
|
|
25961
|
-
}
|
|
25962
|
-
.v-color-picker-edit__input span {
|
|
25963
|
-
font-size: 0.75rem;
|
|
25964
26048
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25965
26049
|
background-color: transparent !important;
|
|
25966
26050
|
}
|
|
@@ -26066,6 +26150,34 @@ html.v-overlay-scroll-blocked {
|
|
|
26066
26150
|
justify-content: center;
|
|
26067
26151
|
width: 100%;
|
|
26068
26152
|
height: 100%;
|
|
26153
|
+
}.v-color-picker-edit {
|
|
26154
|
+
display: flex;
|
|
26155
|
+
margin-top: 24px;
|
|
26156
|
+
}
|
|
26157
|
+
|
|
26158
|
+
.v-color-picker-edit__input {
|
|
26159
|
+
width: 100%;
|
|
26160
|
+
display: flex;
|
|
26161
|
+
flex-wrap: wrap;
|
|
26162
|
+
justify-content: center;
|
|
26163
|
+
text-align: center;
|
|
26164
|
+
}
|
|
26165
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
26166
|
+
margin-inline-end: 8px;
|
|
26167
|
+
}
|
|
26168
|
+
.v-color-picker-edit__input input {
|
|
26169
|
+
border-radius: 4px;
|
|
26170
|
+
margin-bottom: 8px;
|
|
26171
|
+
min-width: 0;
|
|
26172
|
+
outline: none;
|
|
26173
|
+
text-align: center;
|
|
26174
|
+
width: 100%;
|
|
26175
|
+
height: 32px;
|
|
26176
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26177
|
+
color: rgba(var(--v-theme-on-surface));
|
|
26178
|
+
}
|
|
26179
|
+
.v-color-picker-edit__input span {
|
|
26180
|
+
font-size: 0.75rem;
|
|
26069
26181
|
}.v-slider-thumb {
|
|
26070
26182
|
touch-action: none;
|
|
26071
26183
|
color: rgb(var(--v-theme-surface-variant));
|