vuetify 3.1.7 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +0 -528
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +2 -136
- package/dist/json/web-types.json +20 -1210
- package/dist/vuetify-labs.css +419 -276
- package/dist/vuetify-labs.esm.js +48 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +48 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1413 -1270
- package/dist/vuetify.d.ts +1 -1
- package/dist/vuetify.esm.js +33 -32
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +33 -32
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +209 -210
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +0 -2
- package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -0
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -10
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs +4 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +7 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/locale/index.mjs +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +0 -4
- package/lib/styles/generic/_index.scss +0 -1
- package/lib/styles/generic/_transitions.scss +111 -9
- package/lib/styles/main.css +312 -167
- package/lib/styles/tools/_sheet.sass +3 -6
- package/lib/styles/utilities/_display.sass +6 -5
- package/lib/styles/utilities/_elevation.scss +13 -0
- package/lib/styles/utilities/_index.sass +3 -2
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +17 -4
- package/lib/styles/generic/_elevation.scss +0 -10
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.8
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2634,122 +2634,24 @@ progress {
|
|
|
2634
2634
|
cursor: default;
|
|
2635
2635
|
}
|
|
2636
2636
|
|
|
2637
|
-
.elevation-24 {
|
|
2638
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
.elevation-23 {
|
|
2642
|
-
box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
.elevation-22 {
|
|
2646
|
-
box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
.elevation-21 {
|
|
2650
|
-
box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
.elevation-20 {
|
|
2654
|
-
box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
.elevation-19 {
|
|
2658
|
-
box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
.elevation-18 {
|
|
2662
|
-
box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
.elevation-17 {
|
|
2666
|
-
box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
.elevation-16 {
|
|
2670
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
.elevation-15 {
|
|
2674
|
-
box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
.elevation-14 {
|
|
2678
|
-
box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
.elevation-13 {
|
|
2682
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
.elevation-12 {
|
|
2686
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
.elevation-11 {
|
|
2690
|
-
box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
.elevation-10 {
|
|
2694
|
-
box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
.elevation-9 {
|
|
2698
|
-
box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
.elevation-8 {
|
|
2702
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.elevation-7 {
|
|
2706
|
-
box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
.elevation-6 {
|
|
2710
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
.elevation-5 {
|
|
2714
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
.elevation-4 {
|
|
2718
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
.elevation-3 {
|
|
2722
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
.elevation-2 {
|
|
2726
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
.elevation-1 {
|
|
2730
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
.elevation-0 {
|
|
2734
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
2637
|
.dialog-transition-enter-active,
|
|
2738
2638
|
.dialog-bottom-transition-enter-active,
|
|
2739
2639
|
.dialog-top-transition-enter-active {
|
|
2740
|
-
transition: 225ms
|
|
2640
|
+
transition-duration: 225ms !important;
|
|
2641
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
|
|
2741
2642
|
}
|
|
2742
2643
|
.dialog-transition-leave-active,
|
|
2743
2644
|
.dialog-bottom-transition-leave-active,
|
|
2744
2645
|
.dialog-top-transition-leave-active {
|
|
2745
|
-
transition: 125ms
|
|
2646
|
+
transition-duration: 125ms !important;
|
|
2647
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
|
|
2746
2648
|
}
|
|
2747
2649
|
.dialog-transition-enter-active, .dialog-transition-leave-active,
|
|
2748
2650
|
.dialog-bottom-transition-enter-active,
|
|
2749
2651
|
.dialog-bottom-transition-leave-active,
|
|
2750
2652
|
.dialog-top-transition-enter-active,
|
|
2751
2653
|
.dialog-top-transition-leave-active {
|
|
2752
|
-
transition-property: transform, opacity;
|
|
2654
|
+
transition-property: transform, opacity !important;
|
|
2753
2655
|
pointer-events: none;
|
|
2754
2656
|
}
|
|
2755
2657
|
|
|
@@ -2771,15 +2673,19 @@ progress {
|
|
|
2771
2673
|
|
|
2772
2674
|
.picker-transition-enter-active,
|
|
2773
2675
|
.picker-reverse-transition-enter-active {
|
|
2774
|
-
transition: 0.3s
|
|
2676
|
+
transition-duration: 0.3s !important;
|
|
2677
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2775
2678
|
}
|
|
2776
2679
|
.picker-transition-leave-active,
|
|
2777
2680
|
.picker-reverse-transition-leave-active {
|
|
2778
|
-
transition: 0.3s
|
|
2681
|
+
transition-duration: 0.3s !important;
|
|
2682
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2779
2683
|
}
|
|
2780
2684
|
.picker-transition-move,
|
|
2781
2685
|
.picker-reverse-transition-move {
|
|
2782
|
-
transition:
|
|
2686
|
+
transition-duration: 0.5s !important;
|
|
2687
|
+
transition-property: transform !important;
|
|
2688
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2783
2689
|
}
|
|
2784
2690
|
.picker-transition-enter-from, .picker-transition-leave-to,
|
|
2785
2691
|
.picker-reverse-transition-enter-from,
|
|
@@ -2792,15 +2698,24 @@ progress {
|
|
|
2792
2698
|
.picker-reverse-transition-leave-to {
|
|
2793
2699
|
position: absolute !important;
|
|
2794
2700
|
}
|
|
2701
|
+
.picker-transition-enter-active, .picker-transition-leave-active,
|
|
2702
|
+
.picker-reverse-transition-enter-active,
|
|
2703
|
+
.picker-reverse-transition-leave-active {
|
|
2704
|
+
transition-property: transform, opacity !important;
|
|
2705
|
+
}
|
|
2795
2706
|
|
|
2796
2707
|
.picker-transition-enter-active {
|
|
2797
|
-
transition: 0.3s
|
|
2708
|
+
transition-duration: 0.3s !important;
|
|
2709
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2798
2710
|
}
|
|
2799
2711
|
.picker-transition-leave-active {
|
|
2800
|
-
transition: 0.3s
|
|
2712
|
+
transition-duration: 0.3s !important;
|
|
2713
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2801
2714
|
}
|
|
2802
2715
|
.picker-transition-move {
|
|
2803
|
-
transition:
|
|
2716
|
+
transition-duration: 0.5s !important;
|
|
2717
|
+
transition-property: transform !important;
|
|
2718
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2804
2719
|
}
|
|
2805
2720
|
.picker-transition-enter-from {
|
|
2806
2721
|
transform: translate(0, 100%);
|
|
@@ -2810,13 +2725,17 @@ progress {
|
|
|
2810
2725
|
}
|
|
2811
2726
|
|
|
2812
2727
|
.picker-reverse-transition-enter-active {
|
|
2813
|
-
transition: 0.3s
|
|
2728
|
+
transition-duration: 0.3s !important;
|
|
2729
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2814
2730
|
}
|
|
2815
2731
|
.picker-reverse-transition-leave-active {
|
|
2816
|
-
transition: 0.3s
|
|
2732
|
+
transition-duration: 0.3s !important;
|
|
2733
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2817
2734
|
}
|
|
2818
2735
|
.picker-reverse-transition-move {
|
|
2819
|
-
transition:
|
|
2736
|
+
transition-duration: 0.5s !important;
|
|
2737
|
+
transition-property: transform !important;
|
|
2738
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2820
2739
|
}
|
|
2821
2740
|
.picker-reverse-transition-enter-from {
|
|
2822
2741
|
transform: translate(0, -100%);
|
|
@@ -2826,75 +2745,132 @@ progress {
|
|
|
2826
2745
|
}
|
|
2827
2746
|
|
|
2828
2747
|
.expand-transition-enter-active {
|
|
2829
|
-
transition: 0.3s
|
|
2748
|
+
transition-duration: 0.3s !important;
|
|
2749
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2830
2750
|
}
|
|
2831
2751
|
.expand-transition-leave-active {
|
|
2832
|
-
transition: 0.3s
|
|
2752
|
+
transition-duration: 0.3s !important;
|
|
2753
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2833
2754
|
}
|
|
2834
2755
|
.expand-transition-move {
|
|
2835
|
-
transition:
|
|
2756
|
+
transition-duration: 0.5s !important;
|
|
2757
|
+
transition-property: transform !important;
|
|
2758
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2759
|
+
}
|
|
2760
|
+
.expand-transition-enter-active, .expand-transition-leave-active {
|
|
2761
|
+
transition-property: height !important;
|
|
2836
2762
|
}
|
|
2837
2763
|
|
|
2838
2764
|
.expand-x-transition-enter-active {
|
|
2839
|
-
transition: 0.3s
|
|
2765
|
+
transition-duration: 0.3s !important;
|
|
2766
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2840
2767
|
}
|
|
2841
2768
|
.expand-x-transition-leave-active {
|
|
2842
|
-
transition: 0.3s
|
|
2769
|
+
transition-duration: 0.3s !important;
|
|
2770
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2843
2771
|
}
|
|
2844
2772
|
.expand-x-transition-move {
|
|
2845
|
-
transition:
|
|
2773
|
+
transition-duration: 0.5s !important;
|
|
2774
|
+
transition-property: transform !important;
|
|
2775
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2776
|
+
}
|
|
2777
|
+
.expand-x-transition-enter-active, .expand-x-transition-leave-active {
|
|
2778
|
+
transition-property: width !important;
|
|
2846
2779
|
}
|
|
2847
2780
|
|
|
2848
2781
|
.scale-transition-enter-active {
|
|
2849
|
-
transition: 0.3s
|
|
2782
|
+
transition-duration: 0.3s !important;
|
|
2783
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2850
2784
|
}
|
|
2851
2785
|
.scale-transition-leave-active {
|
|
2852
|
-
transition: 0.3s
|
|
2786
|
+
transition-duration: 0.3s !important;
|
|
2787
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2853
2788
|
}
|
|
2854
2789
|
.scale-transition-move {
|
|
2855
|
-
transition:
|
|
2790
|
+
transition-duration: 0.5s !important;
|
|
2791
|
+
transition-property: transform !important;
|
|
2792
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2793
|
+
}
|
|
2794
|
+
.scale-transition-leave-to {
|
|
2795
|
+
opacity: 0;
|
|
2796
|
+
}
|
|
2797
|
+
.scale-transition-leave-active {
|
|
2798
|
+
transition-duration: 100ms !important;
|
|
2856
2799
|
}
|
|
2857
|
-
.scale-transition-enter-from
|
|
2800
|
+
.scale-transition-enter-from {
|
|
2858
2801
|
opacity: 0;
|
|
2859
2802
|
transform: scale(0);
|
|
2860
2803
|
}
|
|
2804
|
+
.scale-transition-enter-active, .scale-transition-leave-active {
|
|
2805
|
+
transition-property: transform, opacity !important;
|
|
2806
|
+
}
|
|
2861
2807
|
|
|
2862
2808
|
.scale-rotate-transition-enter-active {
|
|
2863
|
-
transition: 0.3s
|
|
2809
|
+
transition-duration: 0.3s !important;
|
|
2810
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2864
2811
|
}
|
|
2865
2812
|
.scale-rotate-transition-leave-active {
|
|
2866
|
-
transition: 0.3s
|
|
2813
|
+
transition-duration: 0.3s !important;
|
|
2814
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2867
2815
|
}
|
|
2868
2816
|
.scale-rotate-transition-move {
|
|
2869
|
-
transition:
|
|
2817
|
+
transition-duration: 0.5s !important;
|
|
2818
|
+
transition-property: transform !important;
|
|
2819
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2820
|
+
}
|
|
2821
|
+
.scale-rotate-transition-leave-to {
|
|
2822
|
+
opacity: 0;
|
|
2823
|
+
}
|
|
2824
|
+
.scale-rotate-transition-leave-active {
|
|
2825
|
+
transition-duration: 100ms !important;
|
|
2870
2826
|
}
|
|
2871
|
-
.scale-rotate-transition-enter-from
|
|
2827
|
+
.scale-rotate-transition-enter-from {
|
|
2872
2828
|
opacity: 0;
|
|
2873
2829
|
transform: scale(0) rotate(-45deg);
|
|
2874
2830
|
}
|
|
2831
|
+
.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
|
|
2832
|
+
transition-property: transform, opacity !important;
|
|
2833
|
+
}
|
|
2875
2834
|
|
|
2876
2835
|
.scale-rotate-reverse-transition-enter-active {
|
|
2877
|
-
transition: 0.3s
|
|
2836
|
+
transition-duration: 0.3s !important;
|
|
2837
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2878
2838
|
}
|
|
2879
2839
|
.scale-rotate-reverse-transition-leave-active {
|
|
2880
|
-
transition: 0.3s
|
|
2840
|
+
transition-duration: 0.3s !important;
|
|
2841
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2881
2842
|
}
|
|
2882
2843
|
.scale-rotate-reverse-transition-move {
|
|
2883
|
-
transition:
|
|
2844
|
+
transition-duration: 0.5s !important;
|
|
2845
|
+
transition-property: transform !important;
|
|
2846
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2847
|
+
}
|
|
2848
|
+
.scale-rotate-reverse-transition-leave-to {
|
|
2849
|
+
opacity: 0;
|
|
2884
2850
|
}
|
|
2885
|
-
.scale-rotate-reverse-transition-
|
|
2851
|
+
.scale-rotate-reverse-transition-leave-active {
|
|
2852
|
+
transition-duration: 100ms !important;
|
|
2853
|
+
}
|
|
2854
|
+
.scale-rotate-reverse-transition-enter-from {
|
|
2886
2855
|
opacity: 0;
|
|
2887
2856
|
transform: scale(0) rotate(45deg);
|
|
2888
2857
|
}
|
|
2858
|
+
.scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
|
|
2859
|
+
transition-property: transform, opacity !important;
|
|
2860
|
+
}
|
|
2889
2861
|
|
|
2890
2862
|
.message-transition-enter-active {
|
|
2891
|
-
transition: 0.3s
|
|
2863
|
+
transition-duration: 0.3s !important;
|
|
2864
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2892
2865
|
}
|
|
2893
2866
|
.message-transition-leave-active {
|
|
2894
|
-
transition: 0.3s
|
|
2867
|
+
transition-duration: 0.3s !important;
|
|
2868
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2895
2869
|
}
|
|
2896
2870
|
.message-transition-move {
|
|
2897
|
-
transition:
|
|
2871
|
+
transition-duration: 0.5s !important;
|
|
2872
|
+
transition-property: transform !important;
|
|
2873
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2898
2874
|
}
|
|
2899
2875
|
.message-transition-enter-from, .message-transition-leave-to {
|
|
2900
2876
|
opacity: 0;
|
|
@@ -2903,43 +2879,64 @@ progress {
|
|
|
2903
2879
|
.message-transition-leave-from, .message-transition-leave-active {
|
|
2904
2880
|
position: absolute;
|
|
2905
2881
|
}
|
|
2882
|
+
.message-transition-enter-active, .message-transition-leave-active {
|
|
2883
|
+
transition-property: transform, opacity !important;
|
|
2884
|
+
}
|
|
2906
2885
|
|
|
2907
2886
|
.slide-y-transition-enter-active {
|
|
2908
|
-
transition: 0.3s
|
|
2887
|
+
transition-duration: 0.3s !important;
|
|
2888
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2909
2889
|
}
|
|
2910
2890
|
.slide-y-transition-leave-active {
|
|
2911
|
-
transition: 0.3s
|
|
2891
|
+
transition-duration: 0.3s !important;
|
|
2892
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2912
2893
|
}
|
|
2913
2894
|
.slide-y-transition-move {
|
|
2914
|
-
transition:
|
|
2895
|
+
transition-duration: 0.5s !important;
|
|
2896
|
+
transition-property: transform !important;
|
|
2897
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2915
2898
|
}
|
|
2916
2899
|
.slide-y-transition-enter-from, .slide-y-transition-leave-to {
|
|
2917
2900
|
opacity: 0;
|
|
2918
2901
|
transform: translateY(-15px);
|
|
2919
2902
|
}
|
|
2903
|
+
.slide-y-transition-enter-active, .slide-y-transition-leave-active {
|
|
2904
|
+
transition-property: transform, opacity !important;
|
|
2905
|
+
}
|
|
2920
2906
|
|
|
2921
2907
|
.slide-y-reverse-transition-enter-active {
|
|
2922
|
-
transition: 0.3s
|
|
2908
|
+
transition-duration: 0.3s !important;
|
|
2909
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2923
2910
|
}
|
|
2924
2911
|
.slide-y-reverse-transition-leave-active {
|
|
2925
|
-
transition: 0.3s
|
|
2912
|
+
transition-duration: 0.3s !important;
|
|
2913
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2926
2914
|
}
|
|
2927
2915
|
.slide-y-reverse-transition-move {
|
|
2928
|
-
transition:
|
|
2916
|
+
transition-duration: 0.5s !important;
|
|
2917
|
+
transition-property: transform !important;
|
|
2918
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2929
2919
|
}
|
|
2930
2920
|
.slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
|
|
2931
2921
|
opacity: 0;
|
|
2932
2922
|
transform: translateY(15px);
|
|
2933
2923
|
}
|
|
2924
|
+
.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
|
|
2925
|
+
transition-property: transform, opacity !important;
|
|
2926
|
+
}
|
|
2934
2927
|
|
|
2935
2928
|
.scroll-y-transition-enter-active {
|
|
2936
|
-
transition: 0.3s
|
|
2929
|
+
transition-duration: 0.3s !important;
|
|
2930
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2937
2931
|
}
|
|
2938
2932
|
.scroll-y-transition-leave-active {
|
|
2939
|
-
transition: 0.3s
|
|
2933
|
+
transition-duration: 0.3s !important;
|
|
2934
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2940
2935
|
}
|
|
2941
2936
|
.scroll-y-transition-move {
|
|
2942
|
-
transition:
|
|
2937
|
+
transition-duration: 0.5s !important;
|
|
2938
|
+
transition-property: transform !important;
|
|
2939
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2943
2940
|
}
|
|
2944
2941
|
.scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
|
|
2945
2942
|
opacity: 0;
|
|
@@ -2950,15 +2947,22 @@ progress {
|
|
|
2950
2947
|
.scroll-y-transition-leave-to {
|
|
2951
2948
|
transform: translateY(15px);
|
|
2952
2949
|
}
|
|
2950
|
+
.scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
|
|
2951
|
+
transition-property: transform, opacity !important;
|
|
2952
|
+
}
|
|
2953
2953
|
|
|
2954
2954
|
.scroll-y-reverse-transition-enter-active {
|
|
2955
|
-
transition: 0.3s
|
|
2955
|
+
transition-duration: 0.3s !important;
|
|
2956
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2956
2957
|
}
|
|
2957
2958
|
.scroll-y-reverse-transition-leave-active {
|
|
2958
|
-
transition: 0.3s
|
|
2959
|
+
transition-duration: 0.3s !important;
|
|
2960
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2959
2961
|
}
|
|
2960
2962
|
.scroll-y-reverse-transition-move {
|
|
2961
|
-
transition:
|
|
2963
|
+
transition-duration: 0.5s !important;
|
|
2964
|
+
transition-property: transform !important;
|
|
2965
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2962
2966
|
}
|
|
2963
2967
|
.scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
|
|
2964
2968
|
opacity: 0;
|
|
@@ -2969,15 +2973,22 @@ progress {
|
|
|
2969
2973
|
.scroll-y-reverse-transition-leave-to {
|
|
2970
2974
|
transform: translateY(-15px);
|
|
2971
2975
|
}
|
|
2976
|
+
.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
|
|
2977
|
+
transition-property: transform, opacity !important;
|
|
2978
|
+
}
|
|
2972
2979
|
|
|
2973
2980
|
.scroll-x-transition-enter-active {
|
|
2974
|
-
transition: 0.3s
|
|
2981
|
+
transition-duration: 0.3s !important;
|
|
2982
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2975
2983
|
}
|
|
2976
2984
|
.scroll-x-transition-leave-active {
|
|
2977
|
-
transition: 0.3s
|
|
2985
|
+
transition-duration: 0.3s !important;
|
|
2986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2978
2987
|
}
|
|
2979
2988
|
.scroll-x-transition-move {
|
|
2980
|
-
transition:
|
|
2989
|
+
transition-duration: 0.5s !important;
|
|
2990
|
+
transition-property: transform !important;
|
|
2991
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2981
2992
|
}
|
|
2982
2993
|
.scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
|
|
2983
2994
|
opacity: 0;
|
|
@@ -2988,15 +2999,22 @@ progress {
|
|
|
2988
2999
|
.scroll-x-transition-leave-to {
|
|
2989
3000
|
transform: translateX(15px);
|
|
2990
3001
|
}
|
|
3002
|
+
.scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
|
|
3003
|
+
transition-property: transform, opacity !important;
|
|
3004
|
+
}
|
|
2991
3005
|
|
|
2992
3006
|
.scroll-x-reverse-transition-enter-active {
|
|
2993
|
-
transition: 0.3s
|
|
3007
|
+
transition-duration: 0.3s !important;
|
|
3008
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2994
3009
|
}
|
|
2995
3010
|
.scroll-x-reverse-transition-leave-active {
|
|
2996
|
-
transition: 0.3s
|
|
3011
|
+
transition-duration: 0.3s !important;
|
|
3012
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2997
3013
|
}
|
|
2998
3014
|
.scroll-x-reverse-transition-move {
|
|
2999
|
-
transition:
|
|
3015
|
+
transition-duration: 0.5s !important;
|
|
3016
|
+
transition-property: transform !important;
|
|
3017
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3000
3018
|
}
|
|
3001
3019
|
.scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
|
|
3002
3020
|
opacity: 0;
|
|
@@ -3007,60 +3025,91 @@ progress {
|
|
|
3007
3025
|
.scroll-x-reverse-transition-leave-to {
|
|
3008
3026
|
transform: translateX(-15px);
|
|
3009
3027
|
}
|
|
3028
|
+
.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
|
|
3029
|
+
transition-property: transform, opacity !important;
|
|
3030
|
+
}
|
|
3010
3031
|
|
|
3011
3032
|
.slide-x-transition-enter-active {
|
|
3012
|
-
transition: 0.3s
|
|
3033
|
+
transition-duration: 0.3s !important;
|
|
3034
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3013
3035
|
}
|
|
3014
3036
|
.slide-x-transition-leave-active {
|
|
3015
|
-
transition: 0.3s
|
|
3037
|
+
transition-duration: 0.3s !important;
|
|
3038
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3016
3039
|
}
|
|
3017
3040
|
.slide-x-transition-move {
|
|
3018
|
-
transition:
|
|
3041
|
+
transition-duration: 0.5s !important;
|
|
3042
|
+
transition-property: transform !important;
|
|
3043
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3019
3044
|
}
|
|
3020
3045
|
.slide-x-transition-enter-from, .slide-x-transition-leave-to {
|
|
3021
3046
|
opacity: 0;
|
|
3022
3047
|
transform: translateX(-15px);
|
|
3023
3048
|
}
|
|
3049
|
+
.slide-x-transition-enter-active, .slide-x-transition-leave-active {
|
|
3050
|
+
transition-property: transform, opacity !important;
|
|
3051
|
+
}
|
|
3024
3052
|
|
|
3025
3053
|
.slide-x-reverse-transition-enter-active {
|
|
3026
|
-
transition: 0.3s
|
|
3054
|
+
transition-duration: 0.3s !important;
|
|
3055
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3027
3056
|
}
|
|
3028
3057
|
.slide-x-reverse-transition-leave-active {
|
|
3029
|
-
transition: 0.3s
|
|
3058
|
+
transition-duration: 0.3s !important;
|
|
3059
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3030
3060
|
}
|
|
3031
3061
|
.slide-x-reverse-transition-move {
|
|
3032
|
-
transition:
|
|
3062
|
+
transition-duration: 0.5s !important;
|
|
3063
|
+
transition-property: transform !important;
|
|
3064
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3033
3065
|
}
|
|
3034
3066
|
.slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
|
|
3035
3067
|
opacity: 0;
|
|
3036
3068
|
transform: translateX(15px);
|
|
3037
3069
|
}
|
|
3070
|
+
.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
|
|
3071
|
+
transition-property: transform, opacity !important;
|
|
3072
|
+
}
|
|
3038
3073
|
|
|
3039
3074
|
.fade-transition-enter-active {
|
|
3040
|
-
transition: 0.3s
|
|
3075
|
+
transition-duration: 0.3s !important;
|
|
3076
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3041
3077
|
}
|
|
3042
3078
|
.fade-transition-leave-active {
|
|
3043
|
-
transition: 0.3s
|
|
3079
|
+
transition-duration: 0.3s !important;
|
|
3080
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3044
3081
|
}
|
|
3045
3082
|
.fade-transition-move {
|
|
3046
|
-
transition:
|
|
3083
|
+
transition-duration: 0.5s !important;
|
|
3084
|
+
transition-property: transform !important;
|
|
3085
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3047
3086
|
}
|
|
3048
3087
|
.fade-transition-enter-from, .fade-transition-leave-to {
|
|
3049
3088
|
opacity: 0 !important;
|
|
3050
3089
|
}
|
|
3090
|
+
.fade-transition-enter-active, .fade-transition-leave-active {
|
|
3091
|
+
transition-property: opacity !important;
|
|
3092
|
+
}
|
|
3051
3093
|
|
|
3052
3094
|
.fab-transition-enter-active {
|
|
3053
|
-
transition: 0.3s
|
|
3095
|
+
transition-duration: 0.3s !important;
|
|
3096
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3054
3097
|
}
|
|
3055
3098
|
.fab-transition-leave-active {
|
|
3056
|
-
transition: 0.3s
|
|
3099
|
+
transition-duration: 0.3s !important;
|
|
3100
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3057
3101
|
}
|
|
3058
3102
|
.fab-transition-move {
|
|
3059
|
-
transition:
|
|
3103
|
+
transition-duration: 0.5s !important;
|
|
3104
|
+
transition-property: transform !important;
|
|
3105
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3060
3106
|
}
|
|
3061
3107
|
.fab-transition-enter-from, .fab-transition-leave-to {
|
|
3062
3108
|
transform: scale(0) rotate(-45deg);
|
|
3063
3109
|
}
|
|
3110
|
+
.fab-transition-enter-active, .fab-transition-leave-active {
|
|
3111
|
+
transition-property: transform !important;
|
|
3112
|
+
}
|
|
3064
3113
|
|
|
3065
3114
|
.v-locale--is-rtl {
|
|
3066
3115
|
direction: rtl;
|
|
@@ -3091,10 +3140,6 @@ html.overflow-y-hidden {
|
|
|
3091
3140
|
}
|
|
3092
3141
|
|
|
3093
3142
|
:root {
|
|
3094
|
-
--v-theme-background: #fff;
|
|
3095
|
-
--v-theme-on-background: #000;
|
|
3096
|
-
--v-theme-surface: #fff;
|
|
3097
|
-
--v-theme-on-surface: #000;
|
|
3098
3143
|
--v-theme-overlay-multiplier: 1;
|
|
3099
3144
|
--v-scrollbar-offset: 0px;
|
|
3100
3145
|
}
|
|
@@ -3200,94 +3245,194 @@ html.overflow-y-hidden {
|
|
|
3200
3245
|
}
|
|
3201
3246
|
}
|
|
3202
3247
|
|
|
3203
|
-
.
|
|
3204
|
-
.
|
|
3205
|
-
border: 0 !important;
|
|
3206
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
3207
|
-
height: 1px !important;
|
|
3208
|
-
margin: -1px !important;
|
|
3209
|
-
overflow: hidden !important;
|
|
3210
|
-
padding: 0 !important;
|
|
3211
|
-
position: absolute !important;
|
|
3212
|
-
white-space: nowrap !important;
|
|
3213
|
-
width: 1px !important;
|
|
3248
|
+
.elevation-24 {
|
|
3249
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3214
3250
|
}
|
|
3215
3251
|
|
|
3216
|
-
.
|
|
3217
|
-
|
|
3252
|
+
.elevation-23 {
|
|
3253
|
+
box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3218
3254
|
}
|
|
3219
3255
|
|
|
3220
|
-
.
|
|
3221
|
-
|
|
3256
|
+
.elevation-22 {
|
|
3257
|
+
box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3222
3258
|
}
|
|
3223
3259
|
|
|
3224
|
-
.
|
|
3225
|
-
|
|
3260
|
+
.elevation-21 {
|
|
3261
|
+
box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3226
3262
|
}
|
|
3227
3263
|
|
|
3228
|
-
.
|
|
3229
|
-
|
|
3264
|
+
.elevation-20 {
|
|
3265
|
+
box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3230
3266
|
}
|
|
3231
3267
|
|
|
3232
|
-
.
|
|
3233
|
-
|
|
3268
|
+
.elevation-19 {
|
|
3269
|
+
box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3234
3270
|
}
|
|
3235
3271
|
|
|
3236
|
-
.
|
|
3237
|
-
|
|
3272
|
+
.elevation-18 {
|
|
3273
|
+
box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3238
3274
|
}
|
|
3239
3275
|
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3276
|
+
.elevation-17 {
|
|
3277
|
+
box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3242
3278
|
}
|
|
3243
3279
|
|
|
3244
|
-
.
|
|
3245
|
-
|
|
3280
|
+
.elevation-16 {
|
|
3281
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3246
3282
|
}
|
|
3247
3283
|
|
|
3248
|
-
.
|
|
3249
|
-
|
|
3284
|
+
.elevation-15 {
|
|
3285
|
+
box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3250
3286
|
}
|
|
3251
3287
|
|
|
3252
|
-
.
|
|
3253
|
-
|
|
3288
|
+
.elevation-14 {
|
|
3289
|
+
box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3254
3290
|
}
|
|
3255
3291
|
|
|
3256
|
-
.
|
|
3257
|
-
|
|
3292
|
+
.elevation-13 {
|
|
3293
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3258
3294
|
}
|
|
3259
3295
|
|
|
3260
|
-
.
|
|
3261
|
-
|
|
3296
|
+
.elevation-12 {
|
|
3297
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3262
3298
|
}
|
|
3263
3299
|
|
|
3264
|
-
.
|
|
3265
|
-
|
|
3300
|
+
.elevation-11 {
|
|
3301
|
+
box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3266
3302
|
}
|
|
3267
3303
|
|
|
3268
|
-
.
|
|
3269
|
-
|
|
3304
|
+
.elevation-10 {
|
|
3305
|
+
box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3270
3306
|
}
|
|
3271
3307
|
|
|
3272
|
-
.
|
|
3273
|
-
|
|
3308
|
+
.elevation-9 {
|
|
3309
|
+
box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3274
3310
|
}
|
|
3275
3311
|
|
|
3276
|
-
.
|
|
3277
|
-
|
|
3312
|
+
.elevation-8 {
|
|
3313
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3278
3314
|
}
|
|
3279
3315
|
|
|
3280
|
-
.
|
|
3281
|
-
|
|
3316
|
+
.elevation-7 {
|
|
3317
|
+
box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3282
3318
|
}
|
|
3283
3319
|
|
|
3284
|
-
.
|
|
3285
|
-
|
|
3320
|
+
.elevation-6 {
|
|
3321
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3286
3322
|
}
|
|
3287
3323
|
|
|
3288
|
-
.
|
|
3289
|
-
|
|
3290
|
-
}
|
|
3324
|
+
.elevation-5 {
|
|
3325
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
.elevation-4 {
|
|
3329
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
.elevation-3 {
|
|
3333
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
.elevation-2 {
|
|
3337
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.elevation-1 {
|
|
3341
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.elevation-0 {
|
|
3345
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12)) !important;
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
.d-sr-only,
|
|
3349
|
+
.d-sr-only-focusable:not(:focus) {
|
|
3350
|
+
border: 0 !important;
|
|
3351
|
+
clip: rect(0, 0, 0, 0) !important;
|
|
3352
|
+
height: 1px !important;
|
|
3353
|
+
margin: -1px !important;
|
|
3354
|
+
overflow: hidden !important;
|
|
3355
|
+
padding: 0 !important;
|
|
3356
|
+
position: absolute !important;
|
|
3357
|
+
white-space: nowrap !important;
|
|
3358
|
+
width: 1px !important;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.overflow-auto {
|
|
3362
|
+
overflow: auto !important;
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.overflow-hidden {
|
|
3366
|
+
overflow: hidden !important;
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
.overflow-visible {
|
|
3370
|
+
overflow: visible !important;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
|
+
.overflow-x-auto {
|
|
3374
|
+
overflow-x: auto !important;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
.overflow-x-hidden {
|
|
3378
|
+
overflow-x: hidden !important;
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
.overflow-y-auto {
|
|
3382
|
+
overflow-y: auto !important;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
.overflow-y-hidden {
|
|
3386
|
+
overflow-y: hidden !important;
|
|
3387
|
+
}
|
|
3388
|
+
|
|
3389
|
+
.d-none {
|
|
3390
|
+
display: none !important;
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3393
|
+
.d-inline {
|
|
3394
|
+
display: inline !important;
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3397
|
+
.d-inline-block {
|
|
3398
|
+
display: inline-block !important;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.d-block {
|
|
3402
|
+
display: block !important;
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
.d-table {
|
|
3406
|
+
display: table !important;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.d-table-row {
|
|
3410
|
+
display: table-row !important;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.d-table-cell {
|
|
3414
|
+
display: table-cell !important;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
.d-flex {
|
|
3418
|
+
display: flex !important;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.d-inline-flex {
|
|
3422
|
+
display: inline-flex !important;
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
.float-none {
|
|
3426
|
+
float: none !important;
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3429
|
+
.float-left {
|
|
3430
|
+
float: left !important;
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
.float-right {
|
|
3434
|
+
float: right !important;
|
|
3435
|
+
}
|
|
3291
3436
|
|
|
3292
3437
|
.v-locale--is-rtl .float-end {
|
|
3293
3438
|
float: left !important;
|
|
@@ -15600,22 +15745,6 @@ html.overflow-y-hidden {
|
|
|
15600
15745
|
.v-locale--is-ltr .float-print-start {
|
|
15601
15746
|
float: left !important;
|
|
15602
15747
|
}
|
|
15603
|
-
}.v-code {
|
|
15604
|
-
background-color: rgb(var(--v-theme-code));
|
|
15605
|
-
color: rgb(var(--v-theme-on-code));
|
|
15606
|
-
border-radius: 4px;
|
|
15607
|
-
line-height: 1.8;
|
|
15608
|
-
font-size: 0.9em;
|
|
15609
|
-
font-weight: normal;
|
|
15610
|
-
padding: 0.2em 0.4em;
|
|
15611
|
-
}.v-kbd {
|
|
15612
|
-
background: rgb(var(--v-theme-kbd));
|
|
15613
|
-
color: rgb(var(--v-theme-on-kbd));
|
|
15614
|
-
border-radius: 3px;
|
|
15615
|
-
font-size: 85%;
|
|
15616
|
-
font-weight: normal;
|
|
15617
|
-
padding: 0.2em 0.4rem;
|
|
15618
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
15619
15748
|
}.v-ripple__container {
|
|
15620
15749
|
color: inherit;
|
|
15621
15750
|
border-radius: inherit;
|
|
@@ -15652,6 +15781,22 @@ html.overflow-y-hidden {
|
|
|
15652
15781
|
.v-ripple__animation--out {
|
|
15653
15782
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
15654
15783
|
opacity: 0;
|
|
15784
|
+
}.v-code {
|
|
15785
|
+
background-color: rgb(var(--v-theme-code));
|
|
15786
|
+
color: rgb(var(--v-theme-on-code));
|
|
15787
|
+
border-radius: 4px;
|
|
15788
|
+
line-height: 1.8;
|
|
15789
|
+
font-size: 0.9em;
|
|
15790
|
+
font-weight: normal;
|
|
15791
|
+
padding: 0.2em 0.4em;
|
|
15792
|
+
}.v-kbd {
|
|
15793
|
+
background: rgb(var(--v-theme-kbd));
|
|
15794
|
+
color: rgb(var(--v-theme-on-kbd));
|
|
15795
|
+
border-radius: 3px;
|
|
15796
|
+
font-size: 85%;
|
|
15797
|
+
font-weight: normal;
|
|
15798
|
+
padding: 0.2em 0.4rem;
|
|
15799
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
15655
15800
|
}.v-application {
|
|
15656
15801
|
display: flex;
|
|
15657
15802
|
background: rgb(var(--v-theme-background));
|
|
@@ -15832,7 +15977,7 @@ html.overflow-y-hidden {
|
|
|
15832
15977
|
.v-alert__append,
|
|
15833
15978
|
.v-alert__close {
|
|
15834
15979
|
align-self: flex-start;
|
|
15835
|
-
margin-inline-start:
|
|
15980
|
+
margin-inline-start: 16px;
|
|
15836
15981
|
}
|
|
15837
15982
|
|
|
15838
15983
|
.v-alert__append {
|
|
@@ -17155,1117 +17300,548 @@ html.overflow-y-hidden {
|
|
|
17155
17300
|
pointer-events: none;
|
|
17156
17301
|
opacity: 0;
|
|
17157
17302
|
transition: opacity 0.2s ease-in-out;
|
|
17158
|
-
}.v-
|
|
17159
|
-
overflow: hidden;
|
|
17160
|
-
position: relative;
|
|
17303
|
+
}.v-container {
|
|
17161
17304
|
width: 100%;
|
|
17305
|
+
padding: 16px;
|
|
17306
|
+
margin-right: auto;
|
|
17307
|
+
margin-left: auto;
|
|
17162
17308
|
}
|
|
17163
|
-
|
|
17309
|
+
@media (min-width: 960px) {
|
|
17310
|
+
.v-container {
|
|
17311
|
+
max-width: 900px;
|
|
17312
|
+
}
|
|
17313
|
+
}
|
|
17314
|
+
@media (min-width: 1280px) {
|
|
17315
|
+
.v-container {
|
|
17316
|
+
max-width: 1200px;
|
|
17317
|
+
}
|
|
17318
|
+
}
|
|
17319
|
+
@media (min-width: 1920px) {
|
|
17320
|
+
.v-container {
|
|
17321
|
+
max-width: 1800px;
|
|
17322
|
+
}
|
|
17323
|
+
}
|
|
17324
|
+
@media (min-width: 2560px) {
|
|
17325
|
+
.v-container {
|
|
17326
|
+
max-width: 2400px;
|
|
17327
|
+
}
|
|
17328
|
+
}
|
|
17329
|
+
.v-container--fluid {
|
|
17330
|
+
max-width: 100%;
|
|
17331
|
+
}
|
|
17332
|
+
.v-container.fill-height {
|
|
17164
17333
|
align-items: center;
|
|
17165
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17166
|
-
bottom: 0;
|
|
17167
17334
|
display: flex;
|
|
17168
|
-
|
|
17169
|
-
justify-content: center;
|
|
17170
|
-
list-style-type: none;
|
|
17171
|
-
position: absolute;
|
|
17172
|
-
width: 100%;
|
|
17173
|
-
z-index: 1;
|
|
17335
|
+
flex-wrap: wrap;
|
|
17174
17336
|
}
|
|
17175
|
-
|
|
17176
|
-
|
|
17337
|
+
|
|
17338
|
+
.v-row {
|
|
17339
|
+
display: flex;
|
|
17340
|
+
flex-wrap: wrap;
|
|
17341
|
+
flex: 1 1 auto;
|
|
17342
|
+
margin: -12px;
|
|
17177
17343
|
}
|
|
17178
|
-
.v-
|
|
17179
|
-
margin:
|
|
17344
|
+
.v-row + .v-row {
|
|
17345
|
+
margin-top: 12px;
|
|
17180
17346
|
}
|
|
17181
|
-
.v-
|
|
17182
|
-
|
|
17347
|
+
.v-row + .v-row--dense {
|
|
17348
|
+
margin-top: 4px;
|
|
17183
17349
|
}
|
|
17184
|
-
.v-
|
|
17185
|
-
|
|
17186
|
-
vertical-align: middle;
|
|
17350
|
+
.v-row--dense {
|
|
17351
|
+
margin: -4px;
|
|
17187
17352
|
}
|
|
17188
|
-
.v-
|
|
17189
|
-
|
|
17353
|
+
.v-row--dense > .v-col,
|
|
17354
|
+
.v-row--dense > [class*=v-col-] {
|
|
17355
|
+
padding: 4px;
|
|
17190
17356
|
}
|
|
17191
|
-
.v-
|
|
17192
|
-
|
|
17357
|
+
.v-row.v-row--no-gutters {
|
|
17358
|
+
margin: 0;
|
|
17359
|
+
}
|
|
17360
|
+
.v-row.v-row--no-gutters > .v-col,
|
|
17361
|
+
.v-row.v-row--no-gutters > [class*=v-col-] {
|
|
17362
|
+
padding: 0;
|
|
17193
17363
|
}
|
|
17194
17364
|
|
|
17195
|
-
.v-
|
|
17196
|
-
|
|
17197
|
-
|
|
17198
|
-
|
|
17199
|
-
|
|
17200
|
-
|
|
17365
|
+
.v-col-xxl,
|
|
17366
|
+
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
17367
|
+
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
17368
|
+
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
|
17369
|
+
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
|
17370
|
+
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
|
17371
|
+
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
|
17372
|
+
width: 100%;
|
|
17373
|
+
padding: 12px;
|
|
17201
17374
|
}
|
|
17202
17375
|
|
|
17203
|
-
.v-
|
|
17204
|
-
|
|
17205
|
-
|
|
17206
|
-
|
|
17376
|
+
.v-col {
|
|
17377
|
+
flex-basis: 0;
|
|
17378
|
+
flex-grow: 1;
|
|
17379
|
+
max-width: 100%;
|
|
17207
17380
|
}
|
|
17208
|
-
|
|
17209
|
-
|
|
17381
|
+
|
|
17382
|
+
.v-col-auto {
|
|
17383
|
+
flex: 0 0 auto;
|
|
17384
|
+
width: auto;
|
|
17385
|
+
max-width: 100%;
|
|
17210
17386
|
}
|
|
17211
17387
|
|
|
17212
|
-
.v-
|
|
17213
|
-
|
|
17388
|
+
.v-col-1 {
|
|
17389
|
+
flex: 0 0 8.3333333333%;
|
|
17390
|
+
max-width: 8.3333333333%;
|
|
17214
17391
|
}
|
|
17215
17392
|
|
|
17216
|
-
.v-
|
|
17217
|
-
flex
|
|
17218
|
-
|
|
17219
|
-
width: 50px;
|
|
17220
|
-
}.v-checkbox .v-selection-control {
|
|
17221
|
-
min-height: var(--v-input-control-height);
|
|
17222
|
-
}.v-chip {
|
|
17223
|
-
align-items: center;
|
|
17224
|
-
cursor: default;
|
|
17225
|
-
display: inline-flex;
|
|
17226
|
-
font-weight: 400;
|
|
17227
|
-
max-width: 100%;
|
|
17228
|
-
overflow: hidden;
|
|
17229
|
-
position: relative;
|
|
17230
|
-
text-decoration: none;
|
|
17231
|
-
white-space: nowrap;
|
|
17232
|
-
vertical-align: middle;
|
|
17233
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17234
|
-
border-style: solid;
|
|
17235
|
-
border-width: 0;
|
|
17236
|
-
border-radius: 9999px;
|
|
17237
|
-
}
|
|
17238
|
-
.v-chip.v-chip--size-x-small {
|
|
17239
|
-
--v-chip-size: 0.625rem;
|
|
17240
|
-
--v-chip-height: 20px;
|
|
17241
|
-
font-size: 0.625rem;
|
|
17242
|
-
padding: 0 8px;
|
|
17243
|
-
}
|
|
17244
|
-
.v-chip.v-chip--size-x-small .v-avatar {
|
|
17245
|
-
--v-avatar-height: 14px;
|
|
17246
|
-
}
|
|
17247
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
17248
|
-
--v-avatar-height: 20px;
|
|
17393
|
+
.v-col-2 {
|
|
17394
|
+
flex: 0 0 16.6666666667%;
|
|
17395
|
+
max-width: 16.6666666667%;
|
|
17249
17396
|
}
|
|
17250
17397
|
|
|
17251
|
-
.v-
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
.v-chip.v-chip--size-x-small > .v-icon--start {
|
|
17255
|
-
margin-inline-end: 4px;
|
|
17256
|
-
}
|
|
17257
|
-
.v-chip.v-chip--size-x-small .v-chip__filter,
|
|
17258
|
-
.v-chip.v-chip--size-x-small .v-chip__prepend,
|
|
17259
|
-
.v-chip.v-chip--size-x-small .v-icon--start {
|
|
17260
|
-
margin-inline-start: -4px;
|
|
17261
|
-
}
|
|
17262
|
-
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
17263
|
-
margin-inline-start: -5.6px;
|
|
17398
|
+
.v-col-3 {
|
|
17399
|
+
flex: 0 0 25%;
|
|
17400
|
+
max-width: 25%;
|
|
17264
17401
|
}
|
|
17265
|
-
|
|
17266
|
-
|
|
17402
|
+
|
|
17403
|
+
.v-col-4 {
|
|
17404
|
+
flex: 0 0 33.3333333333%;
|
|
17405
|
+
max-width: 33.3333333333%;
|
|
17267
17406
|
}
|
|
17268
17407
|
|
|
17269
|
-
.v-
|
|
17270
|
-
|
|
17271
|
-
|
|
17272
|
-
.v-chip.v-chip--size-x-small > .v-icon--end {
|
|
17273
|
-
margin-inline-start: 4px;
|
|
17274
|
-
margin-inline-end: -4px;
|
|
17408
|
+
.v-col-5 {
|
|
17409
|
+
flex: 0 0 41.6666666667%;
|
|
17410
|
+
max-width: 41.6666666667%;
|
|
17275
17411
|
}
|
|
17276
|
-
|
|
17277
|
-
|
|
17412
|
+
|
|
17413
|
+
.v-col-6 {
|
|
17414
|
+
flex: 0 0 50%;
|
|
17415
|
+
max-width: 50%;
|
|
17278
17416
|
}
|
|
17279
|
-
|
|
17280
|
-
|
|
17417
|
+
|
|
17418
|
+
.v-col-7 {
|
|
17419
|
+
flex: 0 0 58.3333333333%;
|
|
17420
|
+
max-width: 58.3333333333%;
|
|
17281
17421
|
}
|
|
17282
17422
|
|
|
17283
|
-
.v-
|
|
17284
|
-
|
|
17285
|
-
|
|
17286
|
-
font-size: 0.75rem;
|
|
17287
|
-
padding: 0 10px;
|
|
17423
|
+
.v-col-8 {
|
|
17424
|
+
flex: 0 0 66.6666666667%;
|
|
17425
|
+
max-width: 66.6666666667%;
|
|
17288
17426
|
}
|
|
17289
|
-
|
|
17290
|
-
|
|
17427
|
+
|
|
17428
|
+
.v-col-9 {
|
|
17429
|
+
flex: 0 0 75%;
|
|
17430
|
+
max-width: 75%;
|
|
17291
17431
|
}
|
|
17292
|
-
|
|
17293
|
-
|
|
17432
|
+
|
|
17433
|
+
.v-col-10 {
|
|
17434
|
+
flex: 0 0 83.3333333333%;
|
|
17435
|
+
max-width: 83.3333333333%;
|
|
17294
17436
|
}
|
|
17295
17437
|
|
|
17296
|
-
.v-
|
|
17297
|
-
|
|
17298
|
-
|
|
17299
|
-
.v-chip.v-chip--size-small > .v-icon--start {
|
|
17300
|
-
margin-inline-end: 5px;
|
|
17438
|
+
.v-col-11 {
|
|
17439
|
+
flex: 0 0 91.6666666667%;
|
|
17440
|
+
max-width: 91.6666666667%;
|
|
17301
17441
|
}
|
|
17302
|
-
|
|
17303
|
-
.v-
|
|
17304
|
-
|
|
17305
|
-
|
|
17442
|
+
|
|
17443
|
+
.v-col-12 {
|
|
17444
|
+
flex: 0 0 100%;
|
|
17445
|
+
max-width: 100%;
|
|
17306
17446
|
}
|
|
17307
|
-
|
|
17308
|
-
|
|
17447
|
+
|
|
17448
|
+
.offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
|
|
17449
|
+
margin-left: 8.3333333333%;
|
|
17309
17450
|
}
|
|
17310
|
-
.
|
|
17311
|
-
margin-
|
|
17451
|
+
.offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
|
|
17452
|
+
margin-right: 8.3333333333%;
|
|
17312
17453
|
}
|
|
17313
17454
|
|
|
17314
|
-
.
|
|
17315
|
-
|
|
17316
|
-
.v-chip.v-chip--size-small > .v-avatar--end,
|
|
17317
|
-
.v-chip.v-chip--size-small > .v-icon--end {
|
|
17318
|
-
margin-inline-start: 5px;
|
|
17319
|
-
margin-inline-end: -5px;
|
|
17320
|
-
}
|
|
17321
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
|
|
17322
|
-
margin-inline-end: -10px;
|
|
17455
|
+
.offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
|
|
17456
|
+
margin-left: 16.6666666667%;
|
|
17323
17457
|
}
|
|
17324
|
-
.
|
|
17325
|
-
margin-
|
|
17458
|
+
.offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
|
|
17459
|
+
margin-right: 16.6666666667%;
|
|
17326
17460
|
}
|
|
17327
17461
|
|
|
17328
|
-
.v-
|
|
17329
|
-
|
|
17330
|
-
--v-chip-height: 32px;
|
|
17331
|
-
font-size: 0.875rem;
|
|
17332
|
-
padding: 0 12px;
|
|
17333
|
-
}
|
|
17334
|
-
.v-chip.v-chip--size-default .v-avatar {
|
|
17335
|
-
--v-avatar-height: 26px;
|
|
17462
|
+
.offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
|
|
17463
|
+
margin-left: 25%;
|
|
17336
17464
|
}
|
|
17337
|
-
.
|
|
17338
|
-
|
|
17465
|
+
.offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
|
|
17466
|
+
margin-right: 25%;
|
|
17339
17467
|
}
|
|
17340
17468
|
|
|
17341
|
-
.
|
|
17342
|
-
|
|
17343
|
-
.v-chip.v-chip--size-default > .v-avatar--start,
|
|
17344
|
-
.v-chip.v-chip--size-default > .v-icon--start {
|
|
17345
|
-
margin-inline-end: 6px;
|
|
17469
|
+
.offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
|
|
17470
|
+
margin-left: 33.3333333333%;
|
|
17346
17471
|
}
|
|
17347
|
-
.
|
|
17348
|
-
|
|
17349
|
-
.v-chip.v-chip--size-default .v-icon--start {
|
|
17350
|
-
margin-inline-start: -6px;
|
|
17472
|
+
.offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
|
|
17473
|
+
margin-right: 33.3333333333%;
|
|
17351
17474
|
}
|
|
17352
|
-
|
|
17353
|
-
|
|
17475
|
+
|
|
17476
|
+
.offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
|
|
17477
|
+
margin-left: 41.6666666667%;
|
|
17354
17478
|
}
|
|
17355
|
-
.
|
|
17356
|
-
margin-
|
|
17479
|
+
.offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
|
|
17480
|
+
margin-right: 41.6666666667%;
|
|
17357
17481
|
}
|
|
17358
17482
|
|
|
17359
|
-
.
|
|
17360
|
-
|
|
17361
|
-
.v-chip.v-chip--size-default > .v-avatar--end,
|
|
17362
|
-
.v-chip.v-chip--size-default > .v-icon--end {
|
|
17363
|
-
margin-inline-start: 6px;
|
|
17364
|
-
margin-inline-end: -6px;
|
|
17365
|
-
}
|
|
17366
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
|
|
17367
|
-
margin-inline-end: -12px;
|
|
17483
|
+
.offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
|
|
17484
|
+
margin-left: 50%;
|
|
17368
17485
|
}
|
|
17369
|
-
.
|
|
17370
|
-
margin-
|
|
17486
|
+
.offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
|
|
17487
|
+
margin-right: 50%;
|
|
17371
17488
|
}
|
|
17372
17489
|
|
|
17373
|
-
.v-
|
|
17374
|
-
|
|
17375
|
-
--v-chip-height: 38px;
|
|
17376
|
-
font-size: 1rem;
|
|
17377
|
-
padding: 0 14px;
|
|
17378
|
-
}
|
|
17379
|
-
.v-chip.v-chip--size-large .v-avatar {
|
|
17380
|
-
--v-avatar-height: 32px;
|
|
17490
|
+
.offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
|
|
17491
|
+
margin-left: 58.3333333333%;
|
|
17381
17492
|
}
|
|
17382
|
-
.
|
|
17383
|
-
|
|
17493
|
+
.offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
|
|
17494
|
+
margin-right: 58.3333333333%;
|
|
17384
17495
|
}
|
|
17385
17496
|
|
|
17386
|
-
.
|
|
17387
|
-
|
|
17388
|
-
.v-chip.v-chip--size-large > .v-avatar--start,
|
|
17389
|
-
.v-chip.v-chip--size-large > .v-icon--start {
|
|
17390
|
-
margin-inline-end: 7px;
|
|
17497
|
+
.offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
|
|
17498
|
+
margin-left: 66.6666666667%;
|
|
17391
17499
|
}
|
|
17392
|
-
.
|
|
17393
|
-
|
|
17394
|
-
.v-chip.v-chip--size-large .v-icon--start {
|
|
17395
|
-
margin-inline-start: -7px;
|
|
17500
|
+
.offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
|
|
17501
|
+
margin-right: 66.6666666667%;
|
|
17396
17502
|
}
|
|
17397
|
-
|
|
17398
|
-
|
|
17503
|
+
|
|
17504
|
+
.offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
|
|
17505
|
+
margin-left: 75%;
|
|
17399
17506
|
}
|
|
17400
|
-
.
|
|
17401
|
-
margin-
|
|
17507
|
+
.offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
|
|
17508
|
+
margin-right: 75%;
|
|
17402
17509
|
}
|
|
17403
17510
|
|
|
17404
|
-
.
|
|
17405
|
-
|
|
17406
|
-
.v-chip.v-chip--size-large > .v-avatar--end,
|
|
17407
|
-
.v-chip.v-chip--size-large > .v-icon--end {
|
|
17408
|
-
margin-inline-start: 7px;
|
|
17409
|
-
margin-inline-end: -7px;
|
|
17410
|
-
}
|
|
17411
|
-
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
|
|
17412
|
-
margin-inline-end: -14px;
|
|
17511
|
+
.offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
|
|
17512
|
+
margin-left: 83.3333333333%;
|
|
17413
17513
|
}
|
|
17414
|
-
.
|
|
17415
|
-
margin-
|
|
17514
|
+
.offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
|
|
17515
|
+
margin-right: 83.3333333333%;
|
|
17416
17516
|
}
|
|
17417
17517
|
|
|
17418
|
-
.v-
|
|
17419
|
-
|
|
17420
|
-
--v-chip-height: 44px;
|
|
17421
|
-
font-size: 1.125rem;
|
|
17422
|
-
padding: 0 17px;
|
|
17423
|
-
}
|
|
17424
|
-
.v-chip.v-chip--size-x-large .v-avatar {
|
|
17425
|
-
--v-avatar-height: 38px;
|
|
17518
|
+
.offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
|
|
17519
|
+
margin-left: 91.6666666667%;
|
|
17426
17520
|
}
|
|
17427
|
-
.
|
|
17428
|
-
|
|
17521
|
+
.offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
|
|
17522
|
+
margin-right: 91.6666666667%;
|
|
17429
17523
|
}
|
|
17430
17524
|
|
|
17431
|
-
|
|
17432
|
-
.v-
|
|
17433
|
-
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
}
|
|
17437
|
-
.v-chip.v-chip--size-x-large .v-chip__filter,
|
|
17438
|
-
.v-chip.v-chip--size-x-large .v-chip__prepend,
|
|
17439
|
-
.v-chip.v-chip--size-x-large .v-icon--start {
|
|
17440
|
-
margin-inline-start: -8.5px;
|
|
17441
|
-
}
|
|
17442
|
-
.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
17443
|
-
margin-inline-start: -11.9px;
|
|
17444
|
-
}
|
|
17445
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
17446
|
-
margin-inline-start: -17px;
|
|
17447
|
-
}
|
|
17448
|
-
|
|
17449
|
-
.v-chip.v-chip--size-x-large .v-chip__append,
|
|
17450
|
-
.v-chip.v-chip--size-x-large .v-chip__close,
|
|
17451
|
-
.v-chip.v-chip--size-x-large > .v-avatar--end,
|
|
17452
|
-
.v-chip.v-chip--size-x-large > .v-icon--end {
|
|
17453
|
-
margin-inline-start: 8.5px;
|
|
17454
|
-
margin-inline-end: -8.5px;
|
|
17455
|
-
}
|
|
17456
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
|
|
17457
|
-
margin-inline-end: -17px;
|
|
17458
|
-
}
|
|
17459
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
|
|
17460
|
-
margin-inline-start: 17px;
|
|
17461
|
-
}
|
|
17462
|
-
|
|
17463
|
-
.v-chip.v-chip--density-default {
|
|
17464
|
-
height: calc(var(--v-chip-height) + 0px);
|
|
17465
|
-
}
|
|
17466
|
-
|
|
17467
|
-
.v-chip.v-chip--density-comfortable {
|
|
17468
|
-
height: calc(var(--v-chip-height) + -8px);
|
|
17469
|
-
}
|
|
17470
|
-
|
|
17471
|
-
.v-chip.v-chip--density-compact {
|
|
17472
|
-
height: calc(var(--v-chip-height) + -12px);
|
|
17473
|
-
}
|
|
17474
|
-
|
|
17475
|
-
.v-chip:hover > .v-chip__overlay {
|
|
17476
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
17477
|
-
}
|
|
17478
|
-
.v-chip:focus-visible > .v-chip__overlay {
|
|
17479
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
17480
|
-
}
|
|
17481
|
-
@supports not selector(:focus-visible) {
|
|
17482
|
-
.v-chip:focus > .v-chip__overlay {
|
|
17483
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
17525
|
+
@media (min-width: 600px) {
|
|
17526
|
+
.v-col-sm {
|
|
17527
|
+
flex-basis: 0;
|
|
17528
|
+
flex-grow: 1;
|
|
17529
|
+
max-width: 100%;
|
|
17484
17530
|
}
|
|
17485
|
-
|
|
17486
|
-
|
|
17487
|
-
|
|
17488
|
-
|
|
17489
|
-
|
|
17490
|
-
|
|
17491
|
-
|
|
17492
|
-
|
|
17493
|
-
|
|
17494
|
-
|
|
17495
|
-
|
|
17496
|
-
|
|
17497
|
-
|
|
17531
|
+
.v-col-sm-auto {
|
|
17532
|
+
flex: 0 0 auto;
|
|
17533
|
+
width: auto;
|
|
17534
|
+
max-width: 100%;
|
|
17535
|
+
}
|
|
17536
|
+
.v-col-sm-1 {
|
|
17537
|
+
flex: 0 0 8.3333333333%;
|
|
17538
|
+
max-width: 8.3333333333%;
|
|
17539
|
+
}
|
|
17540
|
+
.v-col-sm-2 {
|
|
17541
|
+
flex: 0 0 16.6666666667%;
|
|
17542
|
+
max-width: 16.6666666667%;
|
|
17543
|
+
}
|
|
17544
|
+
.v-col-sm-3 {
|
|
17545
|
+
flex: 0 0 25%;
|
|
17546
|
+
max-width: 25%;
|
|
17547
|
+
}
|
|
17548
|
+
.v-col-sm-4 {
|
|
17549
|
+
flex: 0 0 33.3333333333%;
|
|
17550
|
+
max-width: 33.3333333333%;
|
|
17551
|
+
}
|
|
17552
|
+
.v-col-sm-5 {
|
|
17553
|
+
flex: 0 0 41.6666666667%;
|
|
17554
|
+
max-width: 41.6666666667%;
|
|
17555
|
+
}
|
|
17556
|
+
.v-col-sm-6 {
|
|
17557
|
+
flex: 0 0 50%;
|
|
17558
|
+
max-width: 50%;
|
|
17559
|
+
}
|
|
17560
|
+
.v-col-sm-7 {
|
|
17561
|
+
flex: 0 0 58.3333333333%;
|
|
17562
|
+
max-width: 58.3333333333%;
|
|
17563
|
+
}
|
|
17564
|
+
.v-col-sm-8 {
|
|
17565
|
+
flex: 0 0 66.6666666667%;
|
|
17566
|
+
max-width: 66.6666666667%;
|
|
17567
|
+
}
|
|
17568
|
+
.v-col-sm-9 {
|
|
17569
|
+
flex: 0 0 75%;
|
|
17570
|
+
max-width: 75%;
|
|
17571
|
+
}
|
|
17572
|
+
.v-col-sm-10 {
|
|
17573
|
+
flex: 0 0 83.3333333333%;
|
|
17574
|
+
max-width: 83.3333333333%;
|
|
17575
|
+
}
|
|
17576
|
+
.v-col-sm-11 {
|
|
17577
|
+
flex: 0 0 91.6666666667%;
|
|
17578
|
+
max-width: 91.6666666667%;
|
|
17579
|
+
}
|
|
17580
|
+
.v-col-sm-12 {
|
|
17581
|
+
flex: 0 0 100%;
|
|
17582
|
+
max-width: 100%;
|
|
17583
|
+
}
|
|
17584
|
+
.offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
|
|
17585
|
+
margin-left: 0;
|
|
17586
|
+
}
|
|
17587
|
+
.offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
|
|
17588
|
+
margin-right: 0;
|
|
17589
|
+
}
|
|
17590
|
+
.offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
|
|
17591
|
+
margin-left: 8.3333333333%;
|
|
17592
|
+
}
|
|
17593
|
+
.offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
|
|
17594
|
+
margin-right: 8.3333333333%;
|
|
17595
|
+
}
|
|
17596
|
+
.offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
|
|
17597
|
+
margin-left: 16.6666666667%;
|
|
17598
|
+
}
|
|
17599
|
+
.offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
|
|
17600
|
+
margin-right: 16.6666666667%;
|
|
17601
|
+
}
|
|
17602
|
+
.offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
|
|
17603
|
+
margin-left: 25%;
|
|
17604
|
+
}
|
|
17605
|
+
.offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
|
|
17606
|
+
margin-right: 25%;
|
|
17607
|
+
}
|
|
17608
|
+
.offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
|
|
17609
|
+
margin-left: 33.3333333333%;
|
|
17610
|
+
}
|
|
17611
|
+
.offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
|
|
17612
|
+
margin-right: 33.3333333333%;
|
|
17613
|
+
}
|
|
17614
|
+
.offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
|
|
17615
|
+
margin-left: 41.6666666667%;
|
|
17616
|
+
}
|
|
17617
|
+
.offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
|
|
17618
|
+
margin-right: 41.6666666667%;
|
|
17619
|
+
}
|
|
17620
|
+
.offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
|
|
17621
|
+
margin-left: 50%;
|
|
17622
|
+
}
|
|
17623
|
+
.offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
|
|
17624
|
+
margin-right: 50%;
|
|
17625
|
+
}
|
|
17626
|
+
.offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
|
|
17627
|
+
margin-left: 58.3333333333%;
|
|
17628
|
+
}
|
|
17629
|
+
.offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
|
|
17630
|
+
margin-right: 58.3333333333%;
|
|
17631
|
+
}
|
|
17632
|
+
.offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
|
|
17633
|
+
margin-left: 66.6666666667%;
|
|
17634
|
+
}
|
|
17635
|
+
.offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
|
|
17636
|
+
margin-right: 66.6666666667%;
|
|
17637
|
+
}
|
|
17638
|
+
.offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
|
|
17639
|
+
margin-left: 75%;
|
|
17640
|
+
}
|
|
17641
|
+
.offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
|
|
17642
|
+
margin-right: 75%;
|
|
17643
|
+
}
|
|
17644
|
+
.offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
|
|
17645
|
+
margin-left: 83.3333333333%;
|
|
17646
|
+
}
|
|
17647
|
+
.offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
|
|
17648
|
+
margin-right: 83.3333333333%;
|
|
17649
|
+
}
|
|
17650
|
+
.offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
|
|
17651
|
+
margin-left: 91.6666666667%;
|
|
17652
|
+
}
|
|
17653
|
+
.offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
|
|
17654
|
+
margin-right: 91.6666666667%;
|
|
17498
17655
|
}
|
|
17499
|
-
}
|
|
17500
|
-
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
|
17501
|
-
background: transparent;
|
|
17502
|
-
color: inherit;
|
|
17503
|
-
}
|
|
17504
|
-
.v-chip--variant-plain {
|
|
17505
|
-
opacity: 0.26;
|
|
17506
|
-
}
|
|
17507
|
-
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
|
17508
|
-
opacity: 1;
|
|
17509
|
-
}
|
|
17510
|
-
.v-chip--variant-plain .v-chip__overlay {
|
|
17511
|
-
display: none;
|
|
17512
|
-
}
|
|
17513
|
-
.v-chip--variant-elevated, .v-chip--variant-flat {
|
|
17514
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17515
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
17516
|
-
}
|
|
17517
|
-
.v-chip--variant-elevated {
|
|
17518
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17519
|
-
}
|
|
17520
|
-
.v-chip--variant-flat {
|
|
17521
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17522
|
-
}
|
|
17523
|
-
.v-chip--variant-outlined {
|
|
17524
|
-
border: thin solid currentColor;
|
|
17525
|
-
}
|
|
17526
|
-
.v-chip--variant-text .v-chip__overlay {
|
|
17527
|
-
background: currentColor;
|
|
17528
|
-
}
|
|
17529
|
-
.v-chip--variant-tonal .v-chip__underlay {
|
|
17530
|
-
background: currentColor;
|
|
17531
|
-
opacity: var(--v-activated-opacity);
|
|
17532
|
-
border-radius: inherit;
|
|
17533
|
-
position: absolute;
|
|
17534
|
-
top: 0;
|
|
17535
|
-
right: 0;
|
|
17536
|
-
bottom: 0;
|
|
17537
|
-
left: 0;
|
|
17538
|
-
pointer-events: none;
|
|
17539
|
-
}
|
|
17540
|
-
.v-chip--border {
|
|
17541
|
-
border-width: thin;
|
|
17542
|
-
}
|
|
17543
|
-
.v-chip--link {
|
|
17544
|
-
cursor: pointer;
|
|
17545
|
-
}
|
|
17546
|
-
.v-chip--filter {
|
|
17547
|
-
-webkit-user-select: none;
|
|
17548
|
-
user-select: none;
|
|
17549
|
-
}
|
|
17550
|
-
.v-chip--label {
|
|
17551
|
-
border-radius: 4px;
|
|
17552
|
-
}
|
|
17553
|
-
|
|
17554
|
-
.v-chip__filter,
|
|
17555
|
-
.v-chip__prepend,
|
|
17556
|
-
.v-chip__append,
|
|
17557
|
-
.v-chip__close {
|
|
17558
|
-
align-items: center;
|
|
17559
|
-
display: inline-flex;
|
|
17560
|
-
}
|
|
17561
|
-
|
|
17562
|
-
.v-chip__close {
|
|
17563
|
-
cursor: pointer;
|
|
17564
|
-
flex: 0 1 auto;
|
|
17565
|
-
font-size: 18px;
|
|
17566
|
-
max-height: 18px;
|
|
17567
|
-
max-width: 18px;
|
|
17568
|
-
-webkit-user-select: none;
|
|
17569
|
-
user-select: none;
|
|
17570
|
-
}
|
|
17571
|
-
.v-chip__close .v-icon {
|
|
17572
|
-
font-size: inherit;
|
|
17573
|
-
}
|
|
17574
|
-
|
|
17575
|
-
.v-chip__filter {
|
|
17576
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17577
|
-
}
|
|
17578
|
-
|
|
17579
|
-
.v-chip__overlay {
|
|
17580
|
-
position: absolute;
|
|
17581
|
-
top: 0;
|
|
17582
|
-
left: 0;
|
|
17583
|
-
width: 100%;
|
|
17584
|
-
height: 100%;
|
|
17585
|
-
background-color: currentColor;
|
|
17586
|
-
border-radius: inherit;
|
|
17587
|
-
pointer-events: none;
|
|
17588
|
-
opacity: 0;
|
|
17589
|
-
transition: opacity 0.2s ease-in-out;
|
|
17590
|
-
}
|
|
17591
|
-
|
|
17592
|
-
.v-chip--disabled {
|
|
17593
|
-
opacity: 0.3;
|
|
17594
|
-
pointer-events: none;
|
|
17595
|
-
-webkit-user-select: none;
|
|
17596
|
-
user-select: none;
|
|
17597
|
-
}
|
|
17598
|
-
|
|
17599
|
-
.v-chip--label {
|
|
17600
|
-
border-radius: 4px;
|
|
17601
|
-
}.v-chip-group {
|
|
17602
|
-
display: flex;
|
|
17603
|
-
max-width: 100%;
|
|
17604
|
-
min-width: 0;
|
|
17605
|
-
overflow-x: auto;
|
|
17606
|
-
padding: 4px 0;
|
|
17607
|
-
flex-wrap: wrap;
|
|
17608
|
-
}
|
|
17609
|
-
.v-chip-group .v-chip {
|
|
17610
|
-
margin: 4px 8px 4px 0;
|
|
17611
|
-
}
|
|
17612
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
17613
|
-
opacity: var(--v-activated-opacity);
|
|
17614
|
-
}
|
|
17615
|
-
|
|
17616
|
-
.v-chip-group--column {
|
|
17617
|
-
flex-wrap: wrap;
|
|
17618
|
-
white-space: normal;
|
|
17619
|
-
}.v-color-picker {
|
|
17620
|
-
align-self: flex-start;
|
|
17621
|
-
contain: content;
|
|
17622
|
-
}
|
|
17623
|
-
.v-color-picker.v-sheet {
|
|
17624
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17625
|
-
border-radius: 4px;
|
|
17626
|
-
}
|
|
17627
|
-
|
|
17628
|
-
.v-color-picker__controls {
|
|
17629
|
-
display: flex;
|
|
17630
|
-
flex-direction: column;
|
|
17631
|
-
padding: 16px;
|
|
17632
|
-
}
|
|
17633
|
-
|
|
17634
|
-
.v-color-picker--flat {
|
|
17635
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17636
|
-
}
|
|
17637
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
17638
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17639
|
-
}.v-input--density-default {
|
|
17640
|
-
--combobox-chips-margin-bottom: 0px;
|
|
17641
|
-
}
|
|
17642
|
-
|
|
17643
|
-
.v-input--density-comfortable {
|
|
17644
|
-
--combobox-chips-margin-bottom: 2px;
|
|
17645
|
-
}
|
|
17646
|
-
|
|
17647
|
-
.v-input--density-compact {
|
|
17648
|
-
--combobox-chips-margin-bottom: 4px;
|
|
17649
|
-
}
|
|
17650
|
-
|
|
17651
|
-
.v-combobox .v-field .v-text-field__prefix,
|
|
17652
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
17653
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
17654
|
-
cursor: text;
|
|
17655
|
-
}
|
|
17656
|
-
.v-combobox .v-field .v-field__input > input {
|
|
17657
|
-
align-self: flex-start;
|
|
17658
|
-
flex: 1 1;
|
|
17659
|
-
}
|
|
17660
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
17661
|
-
margin-inline-start: 4px;
|
|
17662
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17663
|
-
}
|
|
17664
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
17665
|
-
min-width: 0;
|
|
17666
|
-
}
|
|
17667
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
17668
|
-
margin-inline-end: 2px;
|
|
17669
|
-
}
|
|
17670
|
-
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
17671
|
-
overflow: hidden;
|
|
17672
|
-
text-overflow: ellipsis;
|
|
17673
|
-
white-space: nowrap;
|
|
17674
|
-
}
|
|
17675
|
-
|
|
17676
|
-
.v-combobox__content {
|
|
17677
|
-
overflow: hidden;
|
|
17678
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17679
|
-
border-radius: 4px;
|
|
17680
|
-
}
|
|
17681
|
-
.v-combobox__mask {
|
|
17682
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
17683
|
-
}
|
|
17684
|
-
.v-combobox__selection {
|
|
17685
|
-
display: inline-flex;
|
|
17686
|
-
letter-spacing: inherit;
|
|
17687
|
-
line-height: inherit;
|
|
17688
|
-
max-width: 100%;
|
|
17689
|
-
}
|
|
17690
|
-
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
17691
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17692
|
-
transform: rotate(180deg);
|
|
17693
|
-
}
|
|
17694
|
-
.v-combobox--chips .v-combobox__selection {
|
|
17695
|
-
margin-top: 2px;
|
|
17696
|
-
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
17697
|
-
}
|
|
17698
|
-
.v-combobox--chips .v-combobox__selection:first-child {
|
|
17699
|
-
margin-inline-start: 0;
|
|
17700
|
-
}
|
|
17701
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
17702
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17703
|
-
}
|
|
17704
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
17705
|
-
opacity: 1;
|
|
17706
|
-
}
|
|
17707
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
17708
|
-
caret-color: transparent !important;
|
|
17709
|
-
}
|
|
17710
|
-
.v-combobox--single.v-text-field input {
|
|
17711
|
-
flex: 1 1;
|
|
17712
|
-
position: absolute;
|
|
17713
|
-
left: 0;
|
|
17714
|
-
right: 0;
|
|
17715
|
-
width: 100%;
|
|
17716
|
-
padding-inline-start: inherit;
|
|
17717
|
-
padding-inline-end: inherit;
|
|
17718
|
-
}
|
|
17719
|
-
.v-combobox--single .v-field--active input {
|
|
17720
|
-
transition: none;
|
|
17721
|
-
}
|
|
17722
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
17723
|
-
opacity: 0;
|
|
17724
|
-
}
|
|
17725
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
17726
|
-
opacity: 0;
|
|
17727
|
-
}.v-container {
|
|
17728
|
-
width: 100%;
|
|
17729
|
-
padding: 16px;
|
|
17730
|
-
margin-right: auto;
|
|
17731
|
-
margin-left: auto;
|
|
17732
17656
|
}
|
|
17733
17657
|
@media (min-width: 960px) {
|
|
17734
|
-
.v-
|
|
17735
|
-
|
|
17658
|
+
.v-col-md {
|
|
17659
|
+
flex-basis: 0;
|
|
17660
|
+
flex-grow: 1;
|
|
17661
|
+
max-width: 100%;
|
|
17736
17662
|
}
|
|
17737
|
-
|
|
17738
|
-
|
|
17739
|
-
|
|
17740
|
-
max-width:
|
|
17663
|
+
.v-col-md-auto {
|
|
17664
|
+
flex: 0 0 auto;
|
|
17665
|
+
width: auto;
|
|
17666
|
+
max-width: 100%;
|
|
17741
17667
|
}
|
|
17742
|
-
|
|
17743
|
-
|
|
17744
|
-
|
|
17745
|
-
max-width: 1800px;
|
|
17668
|
+
.v-col-md-1 {
|
|
17669
|
+
flex: 0 0 8.3333333333%;
|
|
17670
|
+
max-width: 8.3333333333%;
|
|
17746
17671
|
}
|
|
17747
|
-
|
|
17748
|
-
|
|
17749
|
-
|
|
17750
|
-
max-width: 2400px;
|
|
17672
|
+
.v-col-md-2 {
|
|
17673
|
+
flex: 0 0 16.6666666667%;
|
|
17674
|
+
max-width: 16.6666666667%;
|
|
17751
17675
|
}
|
|
17752
|
-
|
|
17753
|
-
.v-container--fluid {
|
|
17754
|
-
max-width: 100%;
|
|
17755
|
-
}
|
|
17756
|
-
.v-container.fill-height {
|
|
17757
|
-
align-items: center;
|
|
17758
|
-
display: flex;
|
|
17759
|
-
flex-wrap: wrap;
|
|
17760
|
-
}
|
|
17761
|
-
|
|
17762
|
-
.v-row {
|
|
17763
|
-
display: flex;
|
|
17764
|
-
flex-wrap: wrap;
|
|
17765
|
-
flex: 1 1 auto;
|
|
17766
|
-
margin: -12px;
|
|
17767
|
-
}
|
|
17768
|
-
.v-row + .v-row {
|
|
17769
|
-
margin-top: 12px;
|
|
17770
|
-
}
|
|
17771
|
-
.v-row + .v-row--dense {
|
|
17772
|
-
margin-top: 4px;
|
|
17773
|
-
}
|
|
17774
|
-
.v-row--dense {
|
|
17775
|
-
margin: -4px;
|
|
17776
|
-
}
|
|
17777
|
-
.v-row--dense > .v-col,
|
|
17778
|
-
.v-row--dense > [class*=v-col-] {
|
|
17779
|
-
padding: 4px;
|
|
17780
|
-
}
|
|
17781
|
-
.v-row.v-row--no-gutters {
|
|
17782
|
-
margin: 0;
|
|
17783
|
-
}
|
|
17784
|
-
.v-row.v-row--no-gutters > .v-col,
|
|
17785
|
-
.v-row.v-row--no-gutters > [class*=v-col-] {
|
|
17786
|
-
padding: 0;
|
|
17787
|
-
}
|
|
17788
|
-
|
|
17789
|
-
.v-col-xxl,
|
|
17790
|
-
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
17791
|
-
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
17792
|
-
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
|
17793
|
-
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
|
17794
|
-
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
|
17795
|
-
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
|
17796
|
-
width: 100%;
|
|
17797
|
-
padding: 12px;
|
|
17798
|
-
}
|
|
17799
|
-
|
|
17800
|
-
.v-col {
|
|
17801
|
-
flex-basis: 0;
|
|
17802
|
-
flex-grow: 1;
|
|
17803
|
-
max-width: 100%;
|
|
17804
|
-
}
|
|
17805
|
-
|
|
17806
|
-
.v-col-auto {
|
|
17807
|
-
flex: 0 0 auto;
|
|
17808
|
-
width: auto;
|
|
17809
|
-
max-width: 100%;
|
|
17810
|
-
}
|
|
17811
|
-
|
|
17812
|
-
.v-col-1 {
|
|
17813
|
-
flex: 0 0 8.3333333333%;
|
|
17814
|
-
max-width: 8.3333333333%;
|
|
17815
|
-
}
|
|
17816
|
-
|
|
17817
|
-
.v-col-2 {
|
|
17818
|
-
flex: 0 0 16.6666666667%;
|
|
17819
|
-
max-width: 16.6666666667%;
|
|
17820
|
-
}
|
|
17821
|
-
|
|
17822
|
-
.v-col-3 {
|
|
17823
|
-
flex: 0 0 25%;
|
|
17824
|
-
max-width: 25%;
|
|
17825
|
-
}
|
|
17826
|
-
|
|
17827
|
-
.v-col-4 {
|
|
17828
|
-
flex: 0 0 33.3333333333%;
|
|
17829
|
-
max-width: 33.3333333333%;
|
|
17830
|
-
}
|
|
17831
|
-
|
|
17832
|
-
.v-col-5 {
|
|
17833
|
-
flex: 0 0 41.6666666667%;
|
|
17834
|
-
max-width: 41.6666666667%;
|
|
17835
|
-
}
|
|
17836
|
-
|
|
17837
|
-
.v-col-6 {
|
|
17838
|
-
flex: 0 0 50%;
|
|
17839
|
-
max-width: 50%;
|
|
17840
|
-
}
|
|
17841
|
-
|
|
17842
|
-
.v-col-7 {
|
|
17843
|
-
flex: 0 0 58.3333333333%;
|
|
17844
|
-
max-width: 58.3333333333%;
|
|
17845
|
-
}
|
|
17846
|
-
|
|
17847
|
-
.v-col-8 {
|
|
17848
|
-
flex: 0 0 66.6666666667%;
|
|
17849
|
-
max-width: 66.6666666667%;
|
|
17850
|
-
}
|
|
17851
|
-
|
|
17852
|
-
.v-col-9 {
|
|
17853
|
-
flex: 0 0 75%;
|
|
17854
|
-
max-width: 75%;
|
|
17855
|
-
}
|
|
17856
|
-
|
|
17857
|
-
.v-col-10 {
|
|
17858
|
-
flex: 0 0 83.3333333333%;
|
|
17859
|
-
max-width: 83.3333333333%;
|
|
17860
|
-
}
|
|
17861
|
-
|
|
17862
|
-
.v-col-11 {
|
|
17863
|
-
flex: 0 0 91.6666666667%;
|
|
17864
|
-
max-width: 91.6666666667%;
|
|
17865
|
-
}
|
|
17866
|
-
|
|
17867
|
-
.v-col-12 {
|
|
17868
|
-
flex: 0 0 100%;
|
|
17869
|
-
max-width: 100%;
|
|
17870
|
-
}
|
|
17871
|
-
|
|
17872
|
-
.offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
|
|
17873
|
-
margin-left: 8.3333333333%;
|
|
17874
|
-
}
|
|
17875
|
-
.offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
|
|
17876
|
-
margin-right: 8.3333333333%;
|
|
17877
|
-
}
|
|
17878
|
-
|
|
17879
|
-
.offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
|
|
17880
|
-
margin-left: 16.6666666667%;
|
|
17881
|
-
}
|
|
17882
|
-
.offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
|
|
17883
|
-
margin-right: 16.6666666667%;
|
|
17884
|
-
}
|
|
17885
|
-
|
|
17886
|
-
.offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
|
|
17887
|
-
margin-left: 25%;
|
|
17888
|
-
}
|
|
17889
|
-
.offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
|
|
17890
|
-
margin-right: 25%;
|
|
17891
|
-
}
|
|
17892
|
-
|
|
17893
|
-
.offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
|
|
17894
|
-
margin-left: 33.3333333333%;
|
|
17895
|
-
}
|
|
17896
|
-
.offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
|
|
17897
|
-
margin-right: 33.3333333333%;
|
|
17898
|
-
}
|
|
17899
|
-
|
|
17900
|
-
.offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
|
|
17901
|
-
margin-left: 41.6666666667%;
|
|
17902
|
-
}
|
|
17903
|
-
.offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
|
|
17904
|
-
margin-right: 41.6666666667%;
|
|
17905
|
-
}
|
|
17906
|
-
|
|
17907
|
-
.offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
|
|
17908
|
-
margin-left: 50%;
|
|
17909
|
-
}
|
|
17910
|
-
.offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
|
|
17911
|
-
margin-right: 50%;
|
|
17912
|
-
}
|
|
17913
|
-
|
|
17914
|
-
.offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
|
|
17915
|
-
margin-left: 58.3333333333%;
|
|
17916
|
-
}
|
|
17917
|
-
.offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
|
|
17918
|
-
margin-right: 58.3333333333%;
|
|
17919
|
-
}
|
|
17920
|
-
|
|
17921
|
-
.offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
|
|
17922
|
-
margin-left: 66.6666666667%;
|
|
17923
|
-
}
|
|
17924
|
-
.offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
|
|
17925
|
-
margin-right: 66.6666666667%;
|
|
17926
|
-
}
|
|
17927
|
-
|
|
17928
|
-
.offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
|
|
17929
|
-
margin-left: 75%;
|
|
17930
|
-
}
|
|
17931
|
-
.offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
|
|
17932
|
-
margin-right: 75%;
|
|
17933
|
-
}
|
|
17934
|
-
|
|
17935
|
-
.offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
|
|
17936
|
-
margin-left: 83.3333333333%;
|
|
17937
|
-
}
|
|
17938
|
-
.offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
|
|
17939
|
-
margin-right: 83.3333333333%;
|
|
17940
|
-
}
|
|
17941
|
-
|
|
17942
|
-
.offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
|
|
17943
|
-
margin-left: 91.6666666667%;
|
|
17944
|
-
}
|
|
17945
|
-
.offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
|
|
17946
|
-
margin-right: 91.6666666667%;
|
|
17947
|
-
}
|
|
17948
|
-
|
|
17949
|
-
@media (min-width: 600px) {
|
|
17950
|
-
.v-col-sm {
|
|
17951
|
-
flex-basis: 0;
|
|
17952
|
-
flex-grow: 1;
|
|
17953
|
-
max-width: 100%;
|
|
17954
|
-
}
|
|
17955
|
-
.v-col-sm-auto {
|
|
17956
|
-
flex: 0 0 auto;
|
|
17957
|
-
width: auto;
|
|
17958
|
-
max-width: 100%;
|
|
17959
|
-
}
|
|
17960
|
-
.v-col-sm-1 {
|
|
17961
|
-
flex: 0 0 8.3333333333%;
|
|
17962
|
-
max-width: 8.3333333333%;
|
|
17963
|
-
}
|
|
17964
|
-
.v-col-sm-2 {
|
|
17965
|
-
flex: 0 0 16.6666666667%;
|
|
17966
|
-
max-width: 16.6666666667%;
|
|
17967
|
-
}
|
|
17968
|
-
.v-col-sm-3 {
|
|
17676
|
+
.v-col-md-3 {
|
|
17969
17677
|
flex: 0 0 25%;
|
|
17970
17678
|
max-width: 25%;
|
|
17971
17679
|
}
|
|
17972
|
-
.v-col-
|
|
17680
|
+
.v-col-md-4 {
|
|
17973
17681
|
flex: 0 0 33.3333333333%;
|
|
17974
17682
|
max-width: 33.3333333333%;
|
|
17975
17683
|
}
|
|
17976
|
-
.v-col-
|
|
17684
|
+
.v-col-md-5 {
|
|
17977
17685
|
flex: 0 0 41.6666666667%;
|
|
17978
17686
|
max-width: 41.6666666667%;
|
|
17979
17687
|
}
|
|
17980
|
-
.v-col-
|
|
17688
|
+
.v-col-md-6 {
|
|
17981
17689
|
flex: 0 0 50%;
|
|
17982
17690
|
max-width: 50%;
|
|
17983
17691
|
}
|
|
17984
|
-
.v-col-
|
|
17692
|
+
.v-col-md-7 {
|
|
17985
17693
|
flex: 0 0 58.3333333333%;
|
|
17986
17694
|
max-width: 58.3333333333%;
|
|
17987
17695
|
}
|
|
17988
|
-
.v-col-
|
|
17696
|
+
.v-col-md-8 {
|
|
17989
17697
|
flex: 0 0 66.6666666667%;
|
|
17990
17698
|
max-width: 66.6666666667%;
|
|
17991
17699
|
}
|
|
17992
|
-
.v-col-
|
|
17700
|
+
.v-col-md-9 {
|
|
17993
17701
|
flex: 0 0 75%;
|
|
17994
17702
|
max-width: 75%;
|
|
17995
17703
|
}
|
|
17996
|
-
.v-col-
|
|
17704
|
+
.v-col-md-10 {
|
|
17997
17705
|
flex: 0 0 83.3333333333%;
|
|
17998
17706
|
max-width: 83.3333333333%;
|
|
17999
17707
|
}
|
|
18000
|
-
.v-col-
|
|
17708
|
+
.v-col-md-11 {
|
|
18001
17709
|
flex: 0 0 91.6666666667%;
|
|
18002
17710
|
max-width: 91.6666666667%;
|
|
18003
17711
|
}
|
|
18004
|
-
.v-col-
|
|
17712
|
+
.v-col-md-12 {
|
|
18005
17713
|
flex: 0 0 100%;
|
|
18006
17714
|
max-width: 100%;
|
|
18007
17715
|
}
|
|
18008
|
-
.offset-
|
|
17716
|
+
.offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
|
|
18009
17717
|
margin-left: 0;
|
|
18010
17718
|
}
|
|
18011
|
-
.offset-
|
|
17719
|
+
.offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
|
|
18012
17720
|
margin-right: 0;
|
|
18013
17721
|
}
|
|
18014
|
-
.offset-
|
|
17722
|
+
.offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
|
|
18015
17723
|
margin-left: 8.3333333333%;
|
|
18016
17724
|
}
|
|
18017
|
-
.offset-
|
|
17725
|
+
.offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
|
|
18018
17726
|
margin-right: 8.3333333333%;
|
|
18019
17727
|
}
|
|
18020
|
-
.offset-
|
|
17728
|
+
.offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
|
|
18021
17729
|
margin-left: 16.6666666667%;
|
|
18022
17730
|
}
|
|
18023
|
-
.offset-
|
|
17731
|
+
.offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
|
|
18024
17732
|
margin-right: 16.6666666667%;
|
|
18025
17733
|
}
|
|
18026
|
-
.offset-
|
|
17734
|
+
.offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
|
|
18027
17735
|
margin-left: 25%;
|
|
18028
17736
|
}
|
|
18029
|
-
.offset-
|
|
17737
|
+
.offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
|
|
18030
17738
|
margin-right: 25%;
|
|
18031
17739
|
}
|
|
18032
|
-
.offset-
|
|
17740
|
+
.offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
|
|
18033
17741
|
margin-left: 33.3333333333%;
|
|
18034
17742
|
}
|
|
18035
|
-
.offset-
|
|
17743
|
+
.offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
|
|
18036
17744
|
margin-right: 33.3333333333%;
|
|
18037
17745
|
}
|
|
18038
|
-
.offset-
|
|
17746
|
+
.offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
|
|
18039
17747
|
margin-left: 41.6666666667%;
|
|
18040
17748
|
}
|
|
18041
|
-
.offset-
|
|
17749
|
+
.offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
|
|
18042
17750
|
margin-right: 41.6666666667%;
|
|
18043
17751
|
}
|
|
18044
|
-
.offset-
|
|
17752
|
+
.offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
|
|
18045
17753
|
margin-left: 50%;
|
|
18046
17754
|
}
|
|
18047
|
-
.offset-
|
|
17755
|
+
.offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
|
|
18048
17756
|
margin-right: 50%;
|
|
18049
17757
|
}
|
|
18050
|
-
.offset-
|
|
17758
|
+
.offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
|
|
18051
17759
|
margin-left: 58.3333333333%;
|
|
18052
17760
|
}
|
|
18053
|
-
.offset-
|
|
17761
|
+
.offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
|
|
18054
17762
|
margin-right: 58.3333333333%;
|
|
18055
17763
|
}
|
|
18056
|
-
.offset-
|
|
17764
|
+
.offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
|
|
18057
17765
|
margin-left: 66.6666666667%;
|
|
18058
17766
|
}
|
|
18059
|
-
.offset-
|
|
17767
|
+
.offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
|
|
18060
17768
|
margin-right: 66.6666666667%;
|
|
18061
17769
|
}
|
|
18062
|
-
.offset-
|
|
17770
|
+
.offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
|
|
18063
17771
|
margin-left: 75%;
|
|
18064
17772
|
}
|
|
18065
|
-
.offset-
|
|
17773
|
+
.offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
|
|
18066
17774
|
margin-right: 75%;
|
|
18067
17775
|
}
|
|
18068
|
-
.offset-
|
|
17776
|
+
.offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
|
|
18069
17777
|
margin-left: 83.3333333333%;
|
|
18070
17778
|
}
|
|
18071
|
-
.offset-
|
|
17779
|
+
.offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
|
|
18072
17780
|
margin-right: 83.3333333333%;
|
|
18073
17781
|
}
|
|
18074
|
-
.offset-
|
|
17782
|
+
.offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
|
|
18075
17783
|
margin-left: 91.6666666667%;
|
|
18076
17784
|
}
|
|
18077
|
-
.offset-
|
|
17785
|
+
.offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
|
|
18078
17786
|
margin-right: 91.6666666667%;
|
|
18079
17787
|
}
|
|
18080
17788
|
}
|
|
18081
|
-
@media (min-width:
|
|
18082
|
-
.v-col-
|
|
17789
|
+
@media (min-width: 1280px) {
|
|
17790
|
+
.v-col-lg {
|
|
18083
17791
|
flex-basis: 0;
|
|
18084
17792
|
flex-grow: 1;
|
|
18085
17793
|
max-width: 100%;
|
|
18086
17794
|
}
|
|
18087
|
-
.v-col-
|
|
17795
|
+
.v-col-lg-auto {
|
|
18088
17796
|
flex: 0 0 auto;
|
|
18089
17797
|
width: auto;
|
|
18090
17798
|
max-width: 100%;
|
|
18091
17799
|
}
|
|
18092
|
-
.v-col-
|
|
17800
|
+
.v-col-lg-1 {
|
|
18093
17801
|
flex: 0 0 8.3333333333%;
|
|
18094
17802
|
max-width: 8.3333333333%;
|
|
18095
17803
|
}
|
|
18096
|
-
.v-col-
|
|
17804
|
+
.v-col-lg-2 {
|
|
18097
17805
|
flex: 0 0 16.6666666667%;
|
|
18098
17806
|
max-width: 16.6666666667%;
|
|
18099
17807
|
}
|
|
18100
|
-
.v-col-
|
|
17808
|
+
.v-col-lg-3 {
|
|
18101
17809
|
flex: 0 0 25%;
|
|
18102
17810
|
max-width: 25%;
|
|
18103
17811
|
}
|
|
18104
|
-
.v-col-
|
|
17812
|
+
.v-col-lg-4 {
|
|
18105
17813
|
flex: 0 0 33.3333333333%;
|
|
18106
17814
|
max-width: 33.3333333333%;
|
|
18107
17815
|
}
|
|
18108
|
-
.v-col-
|
|
17816
|
+
.v-col-lg-5 {
|
|
18109
17817
|
flex: 0 0 41.6666666667%;
|
|
18110
17818
|
max-width: 41.6666666667%;
|
|
18111
17819
|
}
|
|
18112
|
-
.v-col-
|
|
17820
|
+
.v-col-lg-6 {
|
|
18113
17821
|
flex: 0 0 50%;
|
|
18114
17822
|
max-width: 50%;
|
|
18115
17823
|
}
|
|
18116
|
-
.v-col-
|
|
17824
|
+
.v-col-lg-7 {
|
|
18117
17825
|
flex: 0 0 58.3333333333%;
|
|
18118
17826
|
max-width: 58.3333333333%;
|
|
18119
17827
|
}
|
|
18120
|
-
.v-col-
|
|
17828
|
+
.v-col-lg-8 {
|
|
18121
17829
|
flex: 0 0 66.6666666667%;
|
|
18122
17830
|
max-width: 66.6666666667%;
|
|
18123
17831
|
}
|
|
18124
|
-
.v-col-
|
|
17832
|
+
.v-col-lg-9 {
|
|
18125
17833
|
flex: 0 0 75%;
|
|
18126
17834
|
max-width: 75%;
|
|
18127
17835
|
}
|
|
18128
|
-
.v-col-
|
|
17836
|
+
.v-col-lg-10 {
|
|
18129
17837
|
flex: 0 0 83.3333333333%;
|
|
18130
17838
|
max-width: 83.3333333333%;
|
|
18131
17839
|
}
|
|
18132
|
-
.v-col-
|
|
17840
|
+
.v-col-lg-11 {
|
|
18133
17841
|
flex: 0 0 91.6666666667%;
|
|
18134
17842
|
max-width: 91.6666666667%;
|
|
18135
17843
|
}
|
|
18136
|
-
.v-col-
|
|
18137
|
-
flex: 0 0 100%;
|
|
18138
|
-
max-width: 100%;
|
|
18139
|
-
}
|
|
18140
|
-
.offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
|
|
18141
|
-
margin-left: 0;
|
|
18142
|
-
}
|
|
18143
|
-
.offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
|
|
18144
|
-
margin-right: 0;
|
|
18145
|
-
}
|
|
18146
|
-
.offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
|
|
18147
|
-
margin-left: 8.3333333333%;
|
|
18148
|
-
}
|
|
18149
|
-
.offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
|
|
18150
|
-
margin-right: 8.3333333333%;
|
|
18151
|
-
}
|
|
18152
|
-
.offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
|
|
18153
|
-
margin-left: 16.6666666667%;
|
|
18154
|
-
}
|
|
18155
|
-
.offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
|
|
18156
|
-
margin-right: 16.6666666667%;
|
|
18157
|
-
}
|
|
18158
|
-
.offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
|
|
18159
|
-
margin-left: 25%;
|
|
18160
|
-
}
|
|
18161
|
-
.offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
|
|
18162
|
-
margin-right: 25%;
|
|
18163
|
-
}
|
|
18164
|
-
.offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
|
|
18165
|
-
margin-left: 33.3333333333%;
|
|
18166
|
-
}
|
|
18167
|
-
.offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
|
|
18168
|
-
margin-right: 33.3333333333%;
|
|
18169
|
-
}
|
|
18170
|
-
.offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
|
|
18171
|
-
margin-left: 41.6666666667%;
|
|
18172
|
-
}
|
|
18173
|
-
.offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
|
|
18174
|
-
margin-right: 41.6666666667%;
|
|
18175
|
-
}
|
|
18176
|
-
.offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
|
|
18177
|
-
margin-left: 50%;
|
|
18178
|
-
}
|
|
18179
|
-
.offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
|
|
18180
|
-
margin-right: 50%;
|
|
18181
|
-
}
|
|
18182
|
-
.offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
|
|
18183
|
-
margin-left: 58.3333333333%;
|
|
18184
|
-
}
|
|
18185
|
-
.offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
|
|
18186
|
-
margin-right: 58.3333333333%;
|
|
18187
|
-
}
|
|
18188
|
-
.offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
|
|
18189
|
-
margin-left: 66.6666666667%;
|
|
18190
|
-
}
|
|
18191
|
-
.offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
|
|
18192
|
-
margin-right: 66.6666666667%;
|
|
18193
|
-
}
|
|
18194
|
-
.offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
|
|
18195
|
-
margin-left: 75%;
|
|
18196
|
-
}
|
|
18197
|
-
.offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
|
|
18198
|
-
margin-right: 75%;
|
|
18199
|
-
}
|
|
18200
|
-
.offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
|
|
18201
|
-
margin-left: 83.3333333333%;
|
|
18202
|
-
}
|
|
18203
|
-
.offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
|
|
18204
|
-
margin-right: 83.3333333333%;
|
|
18205
|
-
}
|
|
18206
|
-
.offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
|
|
18207
|
-
margin-left: 91.6666666667%;
|
|
18208
|
-
}
|
|
18209
|
-
.offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
|
|
18210
|
-
margin-right: 91.6666666667%;
|
|
18211
|
-
}
|
|
18212
|
-
}
|
|
18213
|
-
@media (min-width: 1280px) {
|
|
18214
|
-
.v-col-lg {
|
|
18215
|
-
flex-basis: 0;
|
|
18216
|
-
flex-grow: 1;
|
|
18217
|
-
max-width: 100%;
|
|
18218
|
-
}
|
|
18219
|
-
.v-col-lg-auto {
|
|
18220
|
-
flex: 0 0 auto;
|
|
18221
|
-
width: auto;
|
|
18222
|
-
max-width: 100%;
|
|
18223
|
-
}
|
|
18224
|
-
.v-col-lg-1 {
|
|
18225
|
-
flex: 0 0 8.3333333333%;
|
|
18226
|
-
max-width: 8.3333333333%;
|
|
18227
|
-
}
|
|
18228
|
-
.v-col-lg-2 {
|
|
18229
|
-
flex: 0 0 16.6666666667%;
|
|
18230
|
-
max-width: 16.6666666667%;
|
|
18231
|
-
}
|
|
18232
|
-
.v-col-lg-3 {
|
|
18233
|
-
flex: 0 0 25%;
|
|
18234
|
-
max-width: 25%;
|
|
18235
|
-
}
|
|
18236
|
-
.v-col-lg-4 {
|
|
18237
|
-
flex: 0 0 33.3333333333%;
|
|
18238
|
-
max-width: 33.3333333333%;
|
|
18239
|
-
}
|
|
18240
|
-
.v-col-lg-5 {
|
|
18241
|
-
flex: 0 0 41.6666666667%;
|
|
18242
|
-
max-width: 41.6666666667%;
|
|
18243
|
-
}
|
|
18244
|
-
.v-col-lg-6 {
|
|
18245
|
-
flex: 0 0 50%;
|
|
18246
|
-
max-width: 50%;
|
|
18247
|
-
}
|
|
18248
|
-
.v-col-lg-7 {
|
|
18249
|
-
flex: 0 0 58.3333333333%;
|
|
18250
|
-
max-width: 58.3333333333%;
|
|
18251
|
-
}
|
|
18252
|
-
.v-col-lg-8 {
|
|
18253
|
-
flex: 0 0 66.6666666667%;
|
|
18254
|
-
max-width: 66.6666666667%;
|
|
18255
|
-
}
|
|
18256
|
-
.v-col-lg-9 {
|
|
18257
|
-
flex: 0 0 75%;
|
|
18258
|
-
max-width: 75%;
|
|
18259
|
-
}
|
|
18260
|
-
.v-col-lg-10 {
|
|
18261
|
-
flex: 0 0 83.3333333333%;
|
|
18262
|
-
max-width: 83.3333333333%;
|
|
18263
|
-
}
|
|
18264
|
-
.v-col-lg-11 {
|
|
18265
|
-
flex: 0 0 91.6666666667%;
|
|
18266
|
-
max-width: 91.6666666667%;
|
|
18267
|
-
}
|
|
18268
|
-
.v-col-lg-12 {
|
|
17844
|
+
.v-col-lg-12 {
|
|
18269
17845
|
flex: 0 0 100%;
|
|
18270
17846
|
max-width: 100%;
|
|
18271
17847
|
}
|
|
@@ -18605,6 +18181,575 @@ html.overflow-y-hidden {
|
|
|
18605
18181
|
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
18606
18182
|
margin-right: 91.6666666667%;
|
|
18607
18183
|
}
|
|
18184
|
+
}.v-carousel {
|
|
18185
|
+
overflow: hidden;
|
|
18186
|
+
position: relative;
|
|
18187
|
+
width: 100%;
|
|
18188
|
+
}
|
|
18189
|
+
.v-carousel__controls {
|
|
18190
|
+
align-items: center;
|
|
18191
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18192
|
+
bottom: 0;
|
|
18193
|
+
display: flex;
|
|
18194
|
+
height: 50px;
|
|
18195
|
+
justify-content: center;
|
|
18196
|
+
list-style-type: none;
|
|
18197
|
+
position: absolute;
|
|
18198
|
+
width: 100%;
|
|
18199
|
+
z-index: 1;
|
|
18200
|
+
}
|
|
18201
|
+
.v-carousel__controls > .v-item-group {
|
|
18202
|
+
flex: 0 1 auto;
|
|
18203
|
+
}
|
|
18204
|
+
.v-carousel__controls__item {
|
|
18205
|
+
margin: 0 8px;
|
|
18206
|
+
}
|
|
18207
|
+
.v-carousel__controls__item .v-icon {
|
|
18208
|
+
opacity: 0.5;
|
|
18209
|
+
}
|
|
18210
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18211
|
+
opacity: 1;
|
|
18212
|
+
vertical-align: middle;
|
|
18213
|
+
}
|
|
18214
|
+
.v-carousel__controls__item:hover {
|
|
18215
|
+
background: none;
|
|
18216
|
+
}
|
|
18217
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18218
|
+
opacity: 0.8;
|
|
18219
|
+
}
|
|
18220
|
+
|
|
18221
|
+
.v-carousel__progress {
|
|
18222
|
+
margin: 0;
|
|
18223
|
+
position: absolute;
|
|
18224
|
+
bottom: 0;
|
|
18225
|
+
left: 0;
|
|
18226
|
+
right: 0;
|
|
18227
|
+
}
|
|
18228
|
+
|
|
18229
|
+
.v-carousel-item {
|
|
18230
|
+
display: block;
|
|
18231
|
+
height: inherit;
|
|
18232
|
+
text-decoration: none;
|
|
18233
|
+
}
|
|
18234
|
+
.v-carousel-item > .v-img {
|
|
18235
|
+
height: inherit;
|
|
18236
|
+
}
|
|
18237
|
+
|
|
18238
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18239
|
+
background: transparent;
|
|
18240
|
+
}
|
|
18241
|
+
|
|
18242
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18243
|
+
flex-direction: column;
|
|
18244
|
+
height: 100% !important;
|
|
18245
|
+
width: 50px;
|
|
18246
|
+
}.v-checkbox .v-selection-control {
|
|
18247
|
+
min-height: var(--v-input-control-height);
|
|
18248
|
+
}.v-chip {
|
|
18249
|
+
align-items: center;
|
|
18250
|
+
cursor: default;
|
|
18251
|
+
display: inline-flex;
|
|
18252
|
+
font-weight: 400;
|
|
18253
|
+
max-width: 100%;
|
|
18254
|
+
overflow: hidden;
|
|
18255
|
+
position: relative;
|
|
18256
|
+
text-decoration: none;
|
|
18257
|
+
white-space: nowrap;
|
|
18258
|
+
vertical-align: middle;
|
|
18259
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18260
|
+
border-style: solid;
|
|
18261
|
+
border-width: 0;
|
|
18262
|
+
border-radius: 9999px;
|
|
18263
|
+
}
|
|
18264
|
+
.v-chip.v-chip--size-x-small {
|
|
18265
|
+
--v-chip-size: 0.625rem;
|
|
18266
|
+
--v-chip-height: 20px;
|
|
18267
|
+
font-size: 0.625rem;
|
|
18268
|
+
padding: 0 8px;
|
|
18269
|
+
}
|
|
18270
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
18271
|
+
--v-avatar-height: 14px;
|
|
18272
|
+
}
|
|
18273
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
18274
|
+
--v-avatar-height: 20px;
|
|
18275
|
+
}
|
|
18276
|
+
|
|
18277
|
+
.v-chip.v-chip--size-x-small .v-chip__filter,
|
|
18278
|
+
.v-chip.v-chip--size-x-small .v-chip__prepend,
|
|
18279
|
+
.v-chip.v-chip--size-x-small > .v-avatar--start,
|
|
18280
|
+
.v-chip.v-chip--size-x-small > .v-icon--start {
|
|
18281
|
+
margin-inline-end: 4px;
|
|
18282
|
+
}
|
|
18283
|
+
.v-chip.v-chip--size-x-small .v-chip__filter,
|
|
18284
|
+
.v-chip.v-chip--size-x-small .v-chip__prepend,
|
|
18285
|
+
.v-chip.v-chip--size-x-small .v-icon--start {
|
|
18286
|
+
margin-inline-start: -4px;
|
|
18287
|
+
}
|
|
18288
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
18289
|
+
margin-inline-start: -5.6px;
|
|
18290
|
+
}
|
|
18291
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
18292
|
+
margin-inline-start: -8px;
|
|
18293
|
+
}
|
|
18294
|
+
|
|
18295
|
+
.v-chip.v-chip--size-x-small .v-chip__append,
|
|
18296
|
+
.v-chip.v-chip--size-x-small .v-chip__close,
|
|
18297
|
+
.v-chip.v-chip--size-x-small > .v-avatar--end,
|
|
18298
|
+
.v-chip.v-chip--size-x-small > .v-icon--end {
|
|
18299
|
+
margin-inline-start: 4px;
|
|
18300
|
+
margin-inline-end: -4px;
|
|
18301
|
+
}
|
|
18302
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
|
|
18303
|
+
margin-inline-end: -8px;
|
|
18304
|
+
}
|
|
18305
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
|
|
18306
|
+
margin-inline-start: 8px;
|
|
18307
|
+
}
|
|
18308
|
+
|
|
18309
|
+
.v-chip.v-chip--size-small {
|
|
18310
|
+
--v-chip-size: 0.75rem;
|
|
18311
|
+
--v-chip-height: 26px;
|
|
18312
|
+
font-size: 0.75rem;
|
|
18313
|
+
padding: 0 10px;
|
|
18314
|
+
}
|
|
18315
|
+
.v-chip.v-chip--size-small .v-avatar {
|
|
18316
|
+
--v-avatar-height: 20px;
|
|
18317
|
+
}
|
|
18318
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
|
18319
|
+
--v-avatar-height: 26px;
|
|
18320
|
+
}
|
|
18321
|
+
|
|
18322
|
+
.v-chip.v-chip--size-small .v-chip__filter,
|
|
18323
|
+
.v-chip.v-chip--size-small .v-chip__prepend,
|
|
18324
|
+
.v-chip.v-chip--size-small > .v-avatar--start,
|
|
18325
|
+
.v-chip.v-chip--size-small > .v-icon--start {
|
|
18326
|
+
margin-inline-end: 5px;
|
|
18327
|
+
}
|
|
18328
|
+
.v-chip.v-chip--size-small .v-chip__filter,
|
|
18329
|
+
.v-chip.v-chip--size-small .v-chip__prepend,
|
|
18330
|
+
.v-chip.v-chip--size-small .v-icon--start {
|
|
18331
|
+
margin-inline-start: -5px;
|
|
18332
|
+
}
|
|
18333
|
+
.v-chip.v-chip--size-small .v-avatar--start {
|
|
18334
|
+
margin-inline-start: -7px;
|
|
18335
|
+
}
|
|
18336
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
|
18337
|
+
margin-inline-start: -10px;
|
|
18338
|
+
}
|
|
18339
|
+
|
|
18340
|
+
.v-chip.v-chip--size-small .v-chip__append,
|
|
18341
|
+
.v-chip.v-chip--size-small .v-chip__close,
|
|
18342
|
+
.v-chip.v-chip--size-small > .v-avatar--end,
|
|
18343
|
+
.v-chip.v-chip--size-small > .v-icon--end {
|
|
18344
|
+
margin-inline-start: 5px;
|
|
18345
|
+
margin-inline-end: -5px;
|
|
18346
|
+
}
|
|
18347
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
|
|
18348
|
+
margin-inline-end: -10px;
|
|
18349
|
+
}
|
|
18350
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
|
|
18351
|
+
margin-inline-start: 10px;
|
|
18352
|
+
}
|
|
18353
|
+
|
|
18354
|
+
.v-chip.v-chip--size-default {
|
|
18355
|
+
--v-chip-size: 0.875rem;
|
|
18356
|
+
--v-chip-height: 32px;
|
|
18357
|
+
font-size: 0.875rem;
|
|
18358
|
+
padding: 0 12px;
|
|
18359
|
+
}
|
|
18360
|
+
.v-chip.v-chip--size-default .v-avatar {
|
|
18361
|
+
--v-avatar-height: 26px;
|
|
18362
|
+
}
|
|
18363
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
|
|
18364
|
+
--v-avatar-height: 32px;
|
|
18365
|
+
}
|
|
18366
|
+
|
|
18367
|
+
.v-chip.v-chip--size-default .v-chip__filter,
|
|
18368
|
+
.v-chip.v-chip--size-default .v-chip__prepend,
|
|
18369
|
+
.v-chip.v-chip--size-default > .v-avatar--start,
|
|
18370
|
+
.v-chip.v-chip--size-default > .v-icon--start {
|
|
18371
|
+
margin-inline-end: 6px;
|
|
18372
|
+
}
|
|
18373
|
+
.v-chip.v-chip--size-default .v-chip__filter,
|
|
18374
|
+
.v-chip.v-chip--size-default .v-chip__prepend,
|
|
18375
|
+
.v-chip.v-chip--size-default .v-icon--start {
|
|
18376
|
+
margin-inline-start: -6px;
|
|
18377
|
+
}
|
|
18378
|
+
.v-chip.v-chip--size-default .v-avatar--start {
|
|
18379
|
+
margin-inline-start: -8.4px;
|
|
18380
|
+
}
|
|
18381
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
|
18382
|
+
margin-inline-start: -12px;
|
|
18383
|
+
}
|
|
18384
|
+
|
|
18385
|
+
.v-chip.v-chip--size-default .v-chip__append,
|
|
18386
|
+
.v-chip.v-chip--size-default .v-chip__close,
|
|
18387
|
+
.v-chip.v-chip--size-default > .v-avatar--end,
|
|
18388
|
+
.v-chip.v-chip--size-default > .v-icon--end {
|
|
18389
|
+
margin-inline-start: 6px;
|
|
18390
|
+
margin-inline-end: -6px;
|
|
18391
|
+
}
|
|
18392
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
|
|
18393
|
+
margin-inline-end: -12px;
|
|
18394
|
+
}
|
|
18395
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
|
|
18396
|
+
margin-inline-start: 12px;
|
|
18397
|
+
}
|
|
18398
|
+
|
|
18399
|
+
.v-chip.v-chip--size-large {
|
|
18400
|
+
--v-chip-size: 1rem;
|
|
18401
|
+
--v-chip-height: 38px;
|
|
18402
|
+
font-size: 1rem;
|
|
18403
|
+
padding: 0 14px;
|
|
18404
|
+
}
|
|
18405
|
+
.v-chip.v-chip--size-large .v-avatar {
|
|
18406
|
+
--v-avatar-height: 32px;
|
|
18407
|
+
}
|
|
18408
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
|
|
18409
|
+
--v-avatar-height: 38px;
|
|
18410
|
+
}
|
|
18411
|
+
|
|
18412
|
+
.v-chip.v-chip--size-large .v-chip__filter,
|
|
18413
|
+
.v-chip.v-chip--size-large .v-chip__prepend,
|
|
18414
|
+
.v-chip.v-chip--size-large > .v-avatar--start,
|
|
18415
|
+
.v-chip.v-chip--size-large > .v-icon--start {
|
|
18416
|
+
margin-inline-end: 7px;
|
|
18417
|
+
}
|
|
18418
|
+
.v-chip.v-chip--size-large .v-chip__filter,
|
|
18419
|
+
.v-chip.v-chip--size-large .v-chip__prepend,
|
|
18420
|
+
.v-chip.v-chip--size-large .v-icon--start {
|
|
18421
|
+
margin-inline-start: -7px;
|
|
18422
|
+
}
|
|
18423
|
+
.v-chip.v-chip--size-large .v-avatar--start {
|
|
18424
|
+
margin-inline-start: -9.8px;
|
|
18425
|
+
}
|
|
18426
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
|
18427
|
+
margin-inline-start: -14px;
|
|
18428
|
+
}
|
|
18429
|
+
|
|
18430
|
+
.v-chip.v-chip--size-large .v-chip__append,
|
|
18431
|
+
.v-chip.v-chip--size-large .v-chip__close,
|
|
18432
|
+
.v-chip.v-chip--size-large > .v-avatar--end,
|
|
18433
|
+
.v-chip.v-chip--size-large > .v-icon--end {
|
|
18434
|
+
margin-inline-start: 7px;
|
|
18435
|
+
margin-inline-end: -7px;
|
|
18436
|
+
}
|
|
18437
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
|
|
18438
|
+
margin-inline-end: -14px;
|
|
18439
|
+
}
|
|
18440
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
|
|
18441
|
+
margin-inline-start: 14px;
|
|
18442
|
+
}
|
|
18443
|
+
|
|
18444
|
+
.v-chip.v-chip--size-x-large {
|
|
18445
|
+
--v-chip-size: 1.125rem;
|
|
18446
|
+
--v-chip-height: 44px;
|
|
18447
|
+
font-size: 1.125rem;
|
|
18448
|
+
padding: 0 17px;
|
|
18449
|
+
}
|
|
18450
|
+
.v-chip.v-chip--size-x-large .v-avatar {
|
|
18451
|
+
--v-avatar-height: 38px;
|
|
18452
|
+
}
|
|
18453
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
|
18454
|
+
--v-avatar-height: 44px;
|
|
18455
|
+
}
|
|
18456
|
+
|
|
18457
|
+
.v-chip.v-chip--size-x-large .v-chip__filter,
|
|
18458
|
+
.v-chip.v-chip--size-x-large .v-chip__prepend,
|
|
18459
|
+
.v-chip.v-chip--size-x-large > .v-avatar--start,
|
|
18460
|
+
.v-chip.v-chip--size-x-large > .v-icon--start {
|
|
18461
|
+
margin-inline-end: 8.5px;
|
|
18462
|
+
}
|
|
18463
|
+
.v-chip.v-chip--size-x-large .v-chip__filter,
|
|
18464
|
+
.v-chip.v-chip--size-x-large .v-chip__prepend,
|
|
18465
|
+
.v-chip.v-chip--size-x-large .v-icon--start {
|
|
18466
|
+
margin-inline-start: -8.5px;
|
|
18467
|
+
}
|
|
18468
|
+
.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
18469
|
+
margin-inline-start: -11.9px;
|
|
18470
|
+
}
|
|
18471
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
18472
|
+
margin-inline-start: -17px;
|
|
18473
|
+
}
|
|
18474
|
+
|
|
18475
|
+
.v-chip.v-chip--size-x-large .v-chip__append,
|
|
18476
|
+
.v-chip.v-chip--size-x-large .v-chip__close,
|
|
18477
|
+
.v-chip.v-chip--size-x-large > .v-avatar--end,
|
|
18478
|
+
.v-chip.v-chip--size-x-large > .v-icon--end {
|
|
18479
|
+
margin-inline-start: 8.5px;
|
|
18480
|
+
margin-inline-end: -8.5px;
|
|
18481
|
+
}
|
|
18482
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
|
|
18483
|
+
margin-inline-end: -17px;
|
|
18484
|
+
}
|
|
18485
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
|
|
18486
|
+
margin-inline-start: 17px;
|
|
18487
|
+
}
|
|
18488
|
+
|
|
18489
|
+
.v-chip.v-chip--density-default {
|
|
18490
|
+
height: calc(var(--v-chip-height) + 0px);
|
|
18491
|
+
}
|
|
18492
|
+
|
|
18493
|
+
.v-chip.v-chip--density-comfortable {
|
|
18494
|
+
height: calc(var(--v-chip-height) + -8px);
|
|
18495
|
+
}
|
|
18496
|
+
|
|
18497
|
+
.v-chip.v-chip--density-compact {
|
|
18498
|
+
height: calc(var(--v-chip-height) + -12px);
|
|
18499
|
+
}
|
|
18500
|
+
|
|
18501
|
+
.v-chip:hover > .v-chip__overlay {
|
|
18502
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
18503
|
+
}
|
|
18504
|
+
.v-chip:focus-visible > .v-chip__overlay {
|
|
18505
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
18506
|
+
}
|
|
18507
|
+
@supports not selector(:focus-visible) {
|
|
18508
|
+
.v-chip:focus > .v-chip__overlay {
|
|
18509
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
18510
|
+
}
|
|
18511
|
+
}
|
|
18512
|
+
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
|
18513
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18514
|
+
}
|
|
18515
|
+
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
|
18516
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18517
|
+
}
|
|
18518
|
+
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
|
18519
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18520
|
+
}
|
|
18521
|
+
@supports not selector(:focus-visible) {
|
|
18522
|
+
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
|
18523
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18524
|
+
}
|
|
18525
|
+
}
|
|
18526
|
+
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
|
18527
|
+
background: transparent;
|
|
18528
|
+
color: inherit;
|
|
18529
|
+
}
|
|
18530
|
+
.v-chip--variant-plain {
|
|
18531
|
+
opacity: 0.26;
|
|
18532
|
+
}
|
|
18533
|
+
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
|
18534
|
+
opacity: 1;
|
|
18535
|
+
}
|
|
18536
|
+
.v-chip--variant-plain .v-chip__overlay {
|
|
18537
|
+
display: none;
|
|
18538
|
+
}
|
|
18539
|
+
.v-chip--variant-elevated, .v-chip--variant-flat {
|
|
18540
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18541
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18542
|
+
}
|
|
18543
|
+
.v-chip--variant-elevated {
|
|
18544
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18545
|
+
}
|
|
18546
|
+
.v-chip--variant-flat {
|
|
18547
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18548
|
+
}
|
|
18549
|
+
.v-chip--variant-outlined {
|
|
18550
|
+
border: thin solid currentColor;
|
|
18551
|
+
}
|
|
18552
|
+
.v-chip--variant-text .v-chip__overlay {
|
|
18553
|
+
background: currentColor;
|
|
18554
|
+
}
|
|
18555
|
+
.v-chip--variant-tonal .v-chip__underlay {
|
|
18556
|
+
background: currentColor;
|
|
18557
|
+
opacity: var(--v-activated-opacity);
|
|
18558
|
+
border-radius: inherit;
|
|
18559
|
+
position: absolute;
|
|
18560
|
+
top: 0;
|
|
18561
|
+
right: 0;
|
|
18562
|
+
bottom: 0;
|
|
18563
|
+
left: 0;
|
|
18564
|
+
pointer-events: none;
|
|
18565
|
+
}
|
|
18566
|
+
.v-chip--border {
|
|
18567
|
+
border-width: thin;
|
|
18568
|
+
}
|
|
18569
|
+
.v-chip--link {
|
|
18570
|
+
cursor: pointer;
|
|
18571
|
+
}
|
|
18572
|
+
.v-chip--filter {
|
|
18573
|
+
-webkit-user-select: none;
|
|
18574
|
+
user-select: none;
|
|
18575
|
+
}
|
|
18576
|
+
.v-chip--label {
|
|
18577
|
+
border-radius: 4px;
|
|
18578
|
+
}
|
|
18579
|
+
|
|
18580
|
+
.v-chip__filter,
|
|
18581
|
+
.v-chip__prepend,
|
|
18582
|
+
.v-chip__append,
|
|
18583
|
+
.v-chip__close {
|
|
18584
|
+
align-items: center;
|
|
18585
|
+
display: inline-flex;
|
|
18586
|
+
}
|
|
18587
|
+
|
|
18588
|
+
.v-chip__close {
|
|
18589
|
+
cursor: pointer;
|
|
18590
|
+
flex: 0 1 auto;
|
|
18591
|
+
font-size: 18px;
|
|
18592
|
+
max-height: 18px;
|
|
18593
|
+
max-width: 18px;
|
|
18594
|
+
-webkit-user-select: none;
|
|
18595
|
+
user-select: none;
|
|
18596
|
+
}
|
|
18597
|
+
.v-chip__close .v-icon {
|
|
18598
|
+
font-size: inherit;
|
|
18599
|
+
}
|
|
18600
|
+
|
|
18601
|
+
.v-chip__filter {
|
|
18602
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18603
|
+
}
|
|
18604
|
+
|
|
18605
|
+
.v-chip__overlay {
|
|
18606
|
+
position: absolute;
|
|
18607
|
+
top: 0;
|
|
18608
|
+
left: 0;
|
|
18609
|
+
width: 100%;
|
|
18610
|
+
height: 100%;
|
|
18611
|
+
background-color: currentColor;
|
|
18612
|
+
border-radius: inherit;
|
|
18613
|
+
pointer-events: none;
|
|
18614
|
+
opacity: 0;
|
|
18615
|
+
transition: opacity 0.2s ease-in-out;
|
|
18616
|
+
}
|
|
18617
|
+
|
|
18618
|
+
.v-chip--disabled {
|
|
18619
|
+
opacity: 0.3;
|
|
18620
|
+
pointer-events: none;
|
|
18621
|
+
-webkit-user-select: none;
|
|
18622
|
+
user-select: none;
|
|
18623
|
+
}
|
|
18624
|
+
|
|
18625
|
+
.v-chip--label {
|
|
18626
|
+
border-radius: 4px;
|
|
18627
|
+
}.v-chip-group {
|
|
18628
|
+
display: flex;
|
|
18629
|
+
max-width: 100%;
|
|
18630
|
+
min-width: 0;
|
|
18631
|
+
overflow-x: auto;
|
|
18632
|
+
padding: 4px 0;
|
|
18633
|
+
flex-wrap: wrap;
|
|
18634
|
+
}
|
|
18635
|
+
.v-chip-group .v-chip {
|
|
18636
|
+
margin: 4px 8px 4px 0;
|
|
18637
|
+
}
|
|
18638
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
18639
|
+
opacity: var(--v-activated-opacity);
|
|
18640
|
+
}
|
|
18641
|
+
|
|
18642
|
+
.v-chip-group--column {
|
|
18643
|
+
flex-wrap: wrap;
|
|
18644
|
+
white-space: normal;
|
|
18645
|
+
}.v-color-picker {
|
|
18646
|
+
align-self: flex-start;
|
|
18647
|
+
contain: content;
|
|
18648
|
+
}
|
|
18649
|
+
.v-color-picker.v-sheet {
|
|
18650
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18651
|
+
border-radius: 4px;
|
|
18652
|
+
}
|
|
18653
|
+
|
|
18654
|
+
.v-color-picker__controls {
|
|
18655
|
+
display: flex;
|
|
18656
|
+
flex-direction: column;
|
|
18657
|
+
padding: 16px;
|
|
18658
|
+
}
|
|
18659
|
+
|
|
18660
|
+
.v-color-picker--flat {
|
|
18661
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18662
|
+
}
|
|
18663
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
18664
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18665
|
+
}.v-input--density-default {
|
|
18666
|
+
--combobox-chips-margin-bottom: 0px;
|
|
18667
|
+
}
|
|
18668
|
+
|
|
18669
|
+
.v-input--density-comfortable {
|
|
18670
|
+
--combobox-chips-margin-bottom: 2px;
|
|
18671
|
+
}
|
|
18672
|
+
|
|
18673
|
+
.v-input--density-compact {
|
|
18674
|
+
--combobox-chips-margin-bottom: 4px;
|
|
18675
|
+
}
|
|
18676
|
+
|
|
18677
|
+
.v-combobox .v-field .v-text-field__prefix,
|
|
18678
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
18679
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
18680
|
+
cursor: text;
|
|
18681
|
+
}
|
|
18682
|
+
.v-combobox .v-field .v-field__input > input {
|
|
18683
|
+
align-self: flex-start;
|
|
18684
|
+
flex: 1 1;
|
|
18685
|
+
}
|
|
18686
|
+
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
18687
|
+
margin-inline-start: 4px;
|
|
18688
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18689
|
+
}
|
|
18690
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18691
|
+
min-width: 0;
|
|
18692
|
+
}
|
|
18693
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18694
|
+
margin-inline-end: 2px;
|
|
18695
|
+
}
|
|
18696
|
+
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
18697
|
+
overflow: hidden;
|
|
18698
|
+
text-overflow: ellipsis;
|
|
18699
|
+
white-space: nowrap;
|
|
18700
|
+
}
|
|
18701
|
+
|
|
18702
|
+
.v-combobox__content {
|
|
18703
|
+
overflow: hidden;
|
|
18704
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18705
|
+
border-radius: 4px;
|
|
18706
|
+
}
|
|
18707
|
+
.v-combobox__mask {
|
|
18708
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
18709
|
+
}
|
|
18710
|
+
.v-combobox__selection {
|
|
18711
|
+
display: inline-flex;
|
|
18712
|
+
letter-spacing: inherit;
|
|
18713
|
+
line-height: inherit;
|
|
18714
|
+
max-width: 100%;
|
|
18715
|
+
}
|
|
18716
|
+
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
18717
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18718
|
+
transform: rotate(180deg);
|
|
18719
|
+
}
|
|
18720
|
+
.v-combobox--chips .v-combobox__selection {
|
|
18721
|
+
margin-top: 2px;
|
|
18722
|
+
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
18723
|
+
}
|
|
18724
|
+
.v-combobox--chips .v-combobox__selection:first-child {
|
|
18725
|
+
margin-inline-start: 0;
|
|
18726
|
+
}
|
|
18727
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
18728
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18729
|
+
}
|
|
18730
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
18731
|
+
opacity: 1;
|
|
18732
|
+
}
|
|
18733
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
18734
|
+
caret-color: transparent !important;
|
|
18735
|
+
}
|
|
18736
|
+
.v-combobox--single.v-text-field input {
|
|
18737
|
+
flex: 1 1;
|
|
18738
|
+
position: absolute;
|
|
18739
|
+
left: 0;
|
|
18740
|
+
right: 0;
|
|
18741
|
+
width: 100%;
|
|
18742
|
+
padding-inline-start: inherit;
|
|
18743
|
+
padding-inline-end: inherit;
|
|
18744
|
+
}
|
|
18745
|
+
.v-combobox--single .v-field--active input {
|
|
18746
|
+
transition: none;
|
|
18747
|
+
}
|
|
18748
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
18749
|
+
opacity: 0;
|
|
18750
|
+
}
|
|
18751
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
18752
|
+
opacity: 0;
|
|
18608
18753
|
}.v-counter {
|
|
18609
18754
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18610
18755
|
flex: 0 1 auto;
|
|
@@ -19604,6 +19749,21 @@ textarea.v-field__input::placeholder {
|
|
|
19604
19749
|
|
|
19605
19750
|
.v-label--clickable {
|
|
19606
19751
|
cursor: pointer;
|
|
19752
|
+
}.v-layout {
|
|
19753
|
+
--v-scrollbar-offset: 0px;
|
|
19754
|
+
display: flex;
|
|
19755
|
+
flex: 1 1 auto;
|
|
19756
|
+
}
|
|
19757
|
+
.v-layout--full-height {
|
|
19758
|
+
--v-scrollbar-offset: inherit;
|
|
19759
|
+
height: 100%;
|
|
19760
|
+
}.v-layout-item {
|
|
19761
|
+
position: absolute;
|
|
19762
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19763
|
+
}
|
|
19764
|
+
|
|
19765
|
+
.v-layout-item--absolute {
|
|
19766
|
+
position: absolute;
|
|
19607
19767
|
}.v-list {
|
|
19608
19768
|
overflow: auto;
|
|
19609
19769
|
padding: 8px 0;
|
|
@@ -20312,106 +20472,6 @@ html.v-overlay-scroll-blocked {
|
|
|
20312
20472
|
}
|
|
20313
20473
|
.v-parallax--active > .v-img__img {
|
|
20314
20474
|
will-change: transform;
|
|
20315
|
-
}.v-progress-circular {
|
|
20316
|
-
align-items: center;
|
|
20317
|
-
display: inline-flex;
|
|
20318
|
-
justify-content: center;
|
|
20319
|
-
position: relative;
|
|
20320
|
-
vertical-align: middle;
|
|
20321
|
-
}
|
|
20322
|
-
.v-progress-circular > svg {
|
|
20323
|
-
width: 100%;
|
|
20324
|
-
height: 100%;
|
|
20325
|
-
margin: auto;
|
|
20326
|
-
position: absolute;
|
|
20327
|
-
top: 0;
|
|
20328
|
-
bottom: 0;
|
|
20329
|
-
left: 0;
|
|
20330
|
-
right: 0;
|
|
20331
|
-
z-index: 0;
|
|
20332
|
-
}
|
|
20333
|
-
|
|
20334
|
-
.v-progress-circular__content {
|
|
20335
|
-
align-items: center;
|
|
20336
|
-
display: flex;
|
|
20337
|
-
justify-content: center;
|
|
20338
|
-
}
|
|
20339
|
-
|
|
20340
|
-
.v-progress-circular__underlay {
|
|
20341
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20342
|
-
stroke: currentColor;
|
|
20343
|
-
z-index: 1;
|
|
20344
|
-
}
|
|
20345
|
-
|
|
20346
|
-
.v-progress-circular__overlay {
|
|
20347
|
-
stroke: currentColor;
|
|
20348
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
20349
|
-
z-index: 2;
|
|
20350
|
-
}
|
|
20351
|
-
|
|
20352
|
-
.v-progress-circular--size-x-small {
|
|
20353
|
-
height: 16px;
|
|
20354
|
-
width: 16px;
|
|
20355
|
-
}
|
|
20356
|
-
.v-progress-circular--size-small {
|
|
20357
|
-
height: 24px;
|
|
20358
|
-
width: 24px;
|
|
20359
|
-
}
|
|
20360
|
-
.v-progress-circular--size-default {
|
|
20361
|
-
height: 32px;
|
|
20362
|
-
width: 32px;
|
|
20363
|
-
}
|
|
20364
|
-
.v-progress-circular--size-large {
|
|
20365
|
-
height: 48px;
|
|
20366
|
-
width: 48px;
|
|
20367
|
-
}
|
|
20368
|
-
.v-progress-circular--size-x-large {
|
|
20369
|
-
height: 64px;
|
|
20370
|
-
width: 64px;
|
|
20371
|
-
}
|
|
20372
|
-
|
|
20373
|
-
.v-progress-circular--indeterminate > svg {
|
|
20374
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
20375
|
-
transform-origin: center center;
|
|
20376
|
-
transition: all 0.2s ease-in-out;
|
|
20377
|
-
}
|
|
20378
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
20379
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite;
|
|
20380
|
-
stroke-dasharray: 25, 200;
|
|
20381
|
-
stroke-dashoffset: 0;
|
|
20382
|
-
stroke-linecap: round;
|
|
20383
|
-
}
|
|
20384
|
-
|
|
20385
|
-
.v-progress-circular--disable-shrink > svg {
|
|
20386
|
-
animation-duration: 0.7s;
|
|
20387
|
-
}
|
|
20388
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
20389
|
-
animation: none;
|
|
20390
|
-
}
|
|
20391
|
-
|
|
20392
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
20393
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
20394
|
-
animation-play-state: paused !important;
|
|
20395
|
-
}
|
|
20396
|
-
|
|
20397
|
-
@keyframes progress-circular-dash {
|
|
20398
|
-
0% {
|
|
20399
|
-
stroke-dasharray: 1, 200;
|
|
20400
|
-
stroke-dashoffset: 0px;
|
|
20401
|
-
}
|
|
20402
|
-
50% {
|
|
20403
|
-
stroke-dasharray: 100, 200;
|
|
20404
|
-
stroke-dashoffset: -15px;
|
|
20405
|
-
}
|
|
20406
|
-
100% {
|
|
20407
|
-
stroke-dasharray: 100, 200;
|
|
20408
|
-
stroke-dashoffset: -124px;
|
|
20409
|
-
}
|
|
20410
|
-
}
|
|
20411
|
-
@keyframes progress-circular-rotate {
|
|
20412
|
-
100% {
|
|
20413
|
-
transform: rotate(270deg);
|
|
20414
|
-
}
|
|
20415
20475
|
}.v-progress-linear {
|
|
20416
20476
|
background: transparent;
|
|
20417
20477
|
overflow: hidden;
|
|
@@ -20940,6 +21000,106 @@ html.v-overlay-scroll-blocked {
|
|
|
20940
21000
|
.v-selection-control-group--inline {
|
|
20941
21001
|
flex-direction: row;
|
|
20942
21002
|
flex-wrap: wrap;
|
|
21003
|
+
}.v-progress-circular {
|
|
21004
|
+
align-items: center;
|
|
21005
|
+
display: inline-flex;
|
|
21006
|
+
justify-content: center;
|
|
21007
|
+
position: relative;
|
|
21008
|
+
vertical-align: middle;
|
|
21009
|
+
}
|
|
21010
|
+
.v-progress-circular > svg {
|
|
21011
|
+
width: 100%;
|
|
21012
|
+
height: 100%;
|
|
21013
|
+
margin: auto;
|
|
21014
|
+
position: absolute;
|
|
21015
|
+
top: 0;
|
|
21016
|
+
bottom: 0;
|
|
21017
|
+
left: 0;
|
|
21018
|
+
right: 0;
|
|
21019
|
+
z-index: 0;
|
|
21020
|
+
}
|
|
21021
|
+
|
|
21022
|
+
.v-progress-circular__content {
|
|
21023
|
+
align-items: center;
|
|
21024
|
+
display: flex;
|
|
21025
|
+
justify-content: center;
|
|
21026
|
+
}
|
|
21027
|
+
|
|
21028
|
+
.v-progress-circular__underlay {
|
|
21029
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21030
|
+
stroke: currentColor;
|
|
21031
|
+
z-index: 1;
|
|
21032
|
+
}
|
|
21033
|
+
|
|
21034
|
+
.v-progress-circular__overlay {
|
|
21035
|
+
stroke: currentColor;
|
|
21036
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
21037
|
+
z-index: 2;
|
|
21038
|
+
}
|
|
21039
|
+
|
|
21040
|
+
.v-progress-circular--size-x-small {
|
|
21041
|
+
height: 16px;
|
|
21042
|
+
width: 16px;
|
|
21043
|
+
}
|
|
21044
|
+
.v-progress-circular--size-small {
|
|
21045
|
+
height: 24px;
|
|
21046
|
+
width: 24px;
|
|
21047
|
+
}
|
|
21048
|
+
.v-progress-circular--size-default {
|
|
21049
|
+
height: 32px;
|
|
21050
|
+
width: 32px;
|
|
21051
|
+
}
|
|
21052
|
+
.v-progress-circular--size-large {
|
|
21053
|
+
height: 48px;
|
|
21054
|
+
width: 48px;
|
|
21055
|
+
}
|
|
21056
|
+
.v-progress-circular--size-x-large {
|
|
21057
|
+
height: 64px;
|
|
21058
|
+
width: 64px;
|
|
21059
|
+
}
|
|
21060
|
+
|
|
21061
|
+
.v-progress-circular--indeterminate > svg {
|
|
21062
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
21063
|
+
transform-origin: center center;
|
|
21064
|
+
transition: all 0.2s ease-in-out;
|
|
21065
|
+
}
|
|
21066
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
21067
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite;
|
|
21068
|
+
stroke-dasharray: 25, 200;
|
|
21069
|
+
stroke-dashoffset: 0;
|
|
21070
|
+
stroke-linecap: round;
|
|
21071
|
+
}
|
|
21072
|
+
|
|
21073
|
+
.v-progress-circular--disable-shrink > svg {
|
|
21074
|
+
animation-duration: 0.7s;
|
|
21075
|
+
}
|
|
21076
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
21077
|
+
animation: none;
|
|
21078
|
+
}
|
|
21079
|
+
|
|
21080
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
21081
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
21082
|
+
animation-play-state: paused !important;
|
|
21083
|
+
}
|
|
21084
|
+
|
|
21085
|
+
@keyframes progress-circular-dash {
|
|
21086
|
+
0% {
|
|
21087
|
+
stroke-dasharray: 1, 200;
|
|
21088
|
+
stroke-dashoffset: 0px;
|
|
21089
|
+
}
|
|
21090
|
+
50% {
|
|
21091
|
+
stroke-dasharray: 100, 200;
|
|
21092
|
+
stroke-dashoffset: -15px;
|
|
21093
|
+
}
|
|
21094
|
+
100% {
|
|
21095
|
+
stroke-dasharray: 100, 200;
|
|
21096
|
+
stroke-dashoffset: -124px;
|
|
21097
|
+
}
|
|
21098
|
+
}
|
|
21099
|
+
@keyframes progress-circular-rotate {
|
|
21100
|
+
100% {
|
|
21101
|
+
transform: rotate(270deg);
|
|
21102
|
+
}
|
|
20943
21103
|
}.v-sheet {
|
|
20944
21104
|
display: block;
|
|
20945
21105
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -21024,8 +21184,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21024
21184
|
min-height: 48px;
|
|
21025
21185
|
min-width: 344px;
|
|
21026
21186
|
padding: 0;
|
|
21027
|
-
pointer-events: auto;
|
|
21028
|
-
position: relative;
|
|
21029
21187
|
border-radius: 4px;
|
|
21030
21188
|
}
|
|
21031
21189
|
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
@@ -22233,21 +22391,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22233
22391
|
}
|
|
22234
22392
|
.v-window-y-reverse-transition-leave-to {
|
|
22235
22393
|
transform: translateY(100%);
|
|
22236
|
-
}.v-layout {
|
|
22237
|
-
--v-scrollbar-offset: 0px;
|
|
22238
|
-
display: flex;
|
|
22239
|
-
flex: 1 1 auto;
|
|
22240
|
-
}
|
|
22241
|
-
.v-layout--full-height {
|
|
22242
|
-
--v-scrollbar-offset: inherit;
|
|
22243
|
-
height: 100%;
|
|
22244
|
-
}.v-layout-item {
|
|
22245
|
-
position: absolute;
|
|
22246
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22247
|
-
}
|
|
22248
|
-
|
|
22249
|
-
.v-layout-item--absolute {
|
|
22250
|
-
position: absolute;
|
|
22251
22394
|
}.v-color-picker-canvas {
|
|
22252
22395
|
display: flex;
|
|
22253
22396
|
position: relative;
|