vuetify 3.3.12 → 3.4.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +152 -16
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +462 -48
- package/dist/vuetify-labs.css +1718 -606
- package/dist/vuetify-labs.d.ts +880 -276
- package/dist/vuetify-labs.esm.js +373 -189
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +372 -188
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1591 -479
- package/dist/vuetify.d.ts +865 -267
- package/dist/vuetify.esm.js +373 -189
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +372 -188
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +920 -905
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +62 -14
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBanner/VBanner.mjs +5 -3
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +10 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +28 -2
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCarousel/index.d.mts +26 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +15 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +16 -6
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +62 -14
- package/lib/components/VDialog/index.d.mts +41 -20
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VImg/VImg.mjs +13 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +26 -0
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +46 -25
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VNavigationDrawer/index.d.mts +10 -0
- package/lib/components/VOverlay/VOverlay.mjs +9 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +17 -8
- package/lib/components/VOverlay/locationStrategies.mjs +9 -9
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -21
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +9 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +128 -33
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +62 -14
- package/lib/components/VSelectionControl/VSelectionControl.mjs +27 -21
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +33 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +10 -0
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +128 -33
- package/lib/components/VSlider/slider.mjs +5 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +41 -20
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +37 -28
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +9 -1
- package/lib/components/VTabs/index.d.mts +10 -0
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +22 -16
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.css +21 -11
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/VTooltip/index.d.mts +41 -20
- package/lib/components/index.d.mts +836 -265
- package/lib/components/transitions/dialog-transition.mjs +4 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +6 -6
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +69 -0
- package/lib/composables/directiveComponent.mjs.map +1 -0
- package/lib/composables/display.mjs +23 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +33 -2
- package/lib/labs/VBottomSheet/index.d.mts +14 -8
- package/lib/labs/VDateInput/index.d.mts +10 -4
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VOtpInput/index.d.mts +4 -4
- package/lib/labs/components.d.mts +18 -12
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +1026 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +19 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.
|
|
2
|
+
* Vuetify v3.4.0-alpha.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3686,6 +3686,222 @@ html.overflow-y-hidden {
|
|
|
3686
3686
|
order: 13 !important;
|
|
3687
3687
|
}
|
|
3688
3688
|
|
|
3689
|
+
.ga-0 {
|
|
3690
|
+
gap: 0px !important;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
.ga-1 {
|
|
3694
|
+
gap: 4px !important;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
.ga-2 {
|
|
3698
|
+
gap: 8px !important;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
.ga-3 {
|
|
3702
|
+
gap: 12px !important;
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
.ga-4 {
|
|
3706
|
+
gap: 16px !important;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
.ga-5 {
|
|
3710
|
+
gap: 20px !important;
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
.ga-6 {
|
|
3714
|
+
gap: 24px !important;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.ga-7 {
|
|
3718
|
+
gap: 28px !important;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
.ga-8 {
|
|
3722
|
+
gap: 32px !important;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.ga-9 {
|
|
3726
|
+
gap: 36px !important;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
.ga-10 {
|
|
3730
|
+
gap: 40px !important;
|
|
3731
|
+
}
|
|
3732
|
+
|
|
3733
|
+
.ga-11 {
|
|
3734
|
+
gap: 44px !important;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
.ga-12 {
|
|
3738
|
+
gap: 48px !important;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
.ga-13 {
|
|
3742
|
+
gap: 52px !important;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
.ga-14 {
|
|
3746
|
+
gap: 56px !important;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
.ga-15 {
|
|
3750
|
+
gap: 60px !important;
|
|
3751
|
+
}
|
|
3752
|
+
|
|
3753
|
+
.ga-16 {
|
|
3754
|
+
gap: 64px !important;
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.ga-auto {
|
|
3758
|
+
gap: auto !important;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
.gr-0 {
|
|
3762
|
+
row-gap: 0px !important;
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3765
|
+
.gr-1 {
|
|
3766
|
+
row-gap: 4px !important;
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
.gr-2 {
|
|
3770
|
+
row-gap: 8px !important;
|
|
3771
|
+
}
|
|
3772
|
+
|
|
3773
|
+
.gr-3 {
|
|
3774
|
+
row-gap: 12px !important;
|
|
3775
|
+
}
|
|
3776
|
+
|
|
3777
|
+
.gr-4 {
|
|
3778
|
+
row-gap: 16px !important;
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3781
|
+
.gr-5 {
|
|
3782
|
+
row-gap: 20px !important;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
.gr-6 {
|
|
3786
|
+
row-gap: 24px !important;
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
.gr-7 {
|
|
3790
|
+
row-gap: 28px !important;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.gr-8 {
|
|
3794
|
+
row-gap: 32px !important;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.gr-9 {
|
|
3798
|
+
row-gap: 36px !important;
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3801
|
+
.gr-10 {
|
|
3802
|
+
row-gap: 40px !important;
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
.gr-11 {
|
|
3806
|
+
row-gap: 44px !important;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.gr-12 {
|
|
3810
|
+
row-gap: 48px !important;
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
.gr-13 {
|
|
3814
|
+
row-gap: 52px !important;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
.gr-14 {
|
|
3818
|
+
row-gap: 56px !important;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
.gr-15 {
|
|
3822
|
+
row-gap: 60px !important;
|
|
3823
|
+
}
|
|
3824
|
+
|
|
3825
|
+
.gr-16 {
|
|
3826
|
+
row-gap: 64px !important;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
.gr-auto {
|
|
3830
|
+
row-gap: auto !important;
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
.gc-0 {
|
|
3834
|
+
column-gap: 0px !important;
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
.gc-1 {
|
|
3838
|
+
column-gap: 4px !important;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.gc-2 {
|
|
3842
|
+
column-gap: 8px !important;
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
.gc-3 {
|
|
3846
|
+
column-gap: 12px !important;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
.gc-4 {
|
|
3850
|
+
column-gap: 16px !important;
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.gc-5 {
|
|
3854
|
+
column-gap: 20px !important;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
.gc-6 {
|
|
3858
|
+
column-gap: 24px !important;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
.gc-7 {
|
|
3862
|
+
column-gap: 28px !important;
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
.gc-8 {
|
|
3866
|
+
column-gap: 32px !important;
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
.gc-9 {
|
|
3870
|
+
column-gap: 36px !important;
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
.gc-10 {
|
|
3874
|
+
column-gap: 40px !important;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.gc-11 {
|
|
3878
|
+
column-gap: 44px !important;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
.gc-12 {
|
|
3882
|
+
column-gap: 48px !important;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.gc-13 {
|
|
3886
|
+
column-gap: 52px !important;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.gc-14 {
|
|
3890
|
+
column-gap: 56px !important;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.gc-15 {
|
|
3894
|
+
column-gap: 60px !important;
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3897
|
+
.gc-16 {
|
|
3898
|
+
column-gap: 64px !important;
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
|
+
.gc-auto {
|
|
3902
|
+
column-gap: auto !important;
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3689
3905
|
.ma-0 {
|
|
3690
3906
|
margin: 0px !important;
|
|
3691
3907
|
}
|
|
@@ -6938,6 +7154,168 @@ html.overflow-y-hidden {
|
|
|
6938
7154
|
.order-sm-last {
|
|
6939
7155
|
order: 13 !important;
|
|
6940
7156
|
}
|
|
7157
|
+
.ga-sm-0 {
|
|
7158
|
+
gap: 0px !important;
|
|
7159
|
+
}
|
|
7160
|
+
.ga-sm-1 {
|
|
7161
|
+
gap: 4px !important;
|
|
7162
|
+
}
|
|
7163
|
+
.ga-sm-2 {
|
|
7164
|
+
gap: 8px !important;
|
|
7165
|
+
}
|
|
7166
|
+
.ga-sm-3 {
|
|
7167
|
+
gap: 12px !important;
|
|
7168
|
+
}
|
|
7169
|
+
.ga-sm-4 {
|
|
7170
|
+
gap: 16px !important;
|
|
7171
|
+
}
|
|
7172
|
+
.ga-sm-5 {
|
|
7173
|
+
gap: 20px !important;
|
|
7174
|
+
}
|
|
7175
|
+
.ga-sm-6 {
|
|
7176
|
+
gap: 24px !important;
|
|
7177
|
+
}
|
|
7178
|
+
.ga-sm-7 {
|
|
7179
|
+
gap: 28px !important;
|
|
7180
|
+
}
|
|
7181
|
+
.ga-sm-8 {
|
|
7182
|
+
gap: 32px !important;
|
|
7183
|
+
}
|
|
7184
|
+
.ga-sm-9 {
|
|
7185
|
+
gap: 36px !important;
|
|
7186
|
+
}
|
|
7187
|
+
.ga-sm-10 {
|
|
7188
|
+
gap: 40px !important;
|
|
7189
|
+
}
|
|
7190
|
+
.ga-sm-11 {
|
|
7191
|
+
gap: 44px !important;
|
|
7192
|
+
}
|
|
7193
|
+
.ga-sm-12 {
|
|
7194
|
+
gap: 48px !important;
|
|
7195
|
+
}
|
|
7196
|
+
.ga-sm-13 {
|
|
7197
|
+
gap: 52px !important;
|
|
7198
|
+
}
|
|
7199
|
+
.ga-sm-14 {
|
|
7200
|
+
gap: 56px !important;
|
|
7201
|
+
}
|
|
7202
|
+
.ga-sm-15 {
|
|
7203
|
+
gap: 60px !important;
|
|
7204
|
+
}
|
|
7205
|
+
.ga-sm-16 {
|
|
7206
|
+
gap: 64px !important;
|
|
7207
|
+
}
|
|
7208
|
+
.ga-sm-auto {
|
|
7209
|
+
gap: auto !important;
|
|
7210
|
+
}
|
|
7211
|
+
.gr-sm-0 {
|
|
7212
|
+
row-gap: 0px !important;
|
|
7213
|
+
}
|
|
7214
|
+
.gr-sm-1 {
|
|
7215
|
+
row-gap: 4px !important;
|
|
7216
|
+
}
|
|
7217
|
+
.gr-sm-2 {
|
|
7218
|
+
row-gap: 8px !important;
|
|
7219
|
+
}
|
|
7220
|
+
.gr-sm-3 {
|
|
7221
|
+
row-gap: 12px !important;
|
|
7222
|
+
}
|
|
7223
|
+
.gr-sm-4 {
|
|
7224
|
+
row-gap: 16px !important;
|
|
7225
|
+
}
|
|
7226
|
+
.gr-sm-5 {
|
|
7227
|
+
row-gap: 20px !important;
|
|
7228
|
+
}
|
|
7229
|
+
.gr-sm-6 {
|
|
7230
|
+
row-gap: 24px !important;
|
|
7231
|
+
}
|
|
7232
|
+
.gr-sm-7 {
|
|
7233
|
+
row-gap: 28px !important;
|
|
7234
|
+
}
|
|
7235
|
+
.gr-sm-8 {
|
|
7236
|
+
row-gap: 32px !important;
|
|
7237
|
+
}
|
|
7238
|
+
.gr-sm-9 {
|
|
7239
|
+
row-gap: 36px !important;
|
|
7240
|
+
}
|
|
7241
|
+
.gr-sm-10 {
|
|
7242
|
+
row-gap: 40px !important;
|
|
7243
|
+
}
|
|
7244
|
+
.gr-sm-11 {
|
|
7245
|
+
row-gap: 44px !important;
|
|
7246
|
+
}
|
|
7247
|
+
.gr-sm-12 {
|
|
7248
|
+
row-gap: 48px !important;
|
|
7249
|
+
}
|
|
7250
|
+
.gr-sm-13 {
|
|
7251
|
+
row-gap: 52px !important;
|
|
7252
|
+
}
|
|
7253
|
+
.gr-sm-14 {
|
|
7254
|
+
row-gap: 56px !important;
|
|
7255
|
+
}
|
|
7256
|
+
.gr-sm-15 {
|
|
7257
|
+
row-gap: 60px !important;
|
|
7258
|
+
}
|
|
7259
|
+
.gr-sm-16 {
|
|
7260
|
+
row-gap: 64px !important;
|
|
7261
|
+
}
|
|
7262
|
+
.gr-sm-auto {
|
|
7263
|
+
row-gap: auto !important;
|
|
7264
|
+
}
|
|
7265
|
+
.gc-sm-0 {
|
|
7266
|
+
column-gap: 0px !important;
|
|
7267
|
+
}
|
|
7268
|
+
.gc-sm-1 {
|
|
7269
|
+
column-gap: 4px !important;
|
|
7270
|
+
}
|
|
7271
|
+
.gc-sm-2 {
|
|
7272
|
+
column-gap: 8px !important;
|
|
7273
|
+
}
|
|
7274
|
+
.gc-sm-3 {
|
|
7275
|
+
column-gap: 12px !important;
|
|
7276
|
+
}
|
|
7277
|
+
.gc-sm-4 {
|
|
7278
|
+
column-gap: 16px !important;
|
|
7279
|
+
}
|
|
7280
|
+
.gc-sm-5 {
|
|
7281
|
+
column-gap: 20px !important;
|
|
7282
|
+
}
|
|
7283
|
+
.gc-sm-6 {
|
|
7284
|
+
column-gap: 24px !important;
|
|
7285
|
+
}
|
|
7286
|
+
.gc-sm-7 {
|
|
7287
|
+
column-gap: 28px !important;
|
|
7288
|
+
}
|
|
7289
|
+
.gc-sm-8 {
|
|
7290
|
+
column-gap: 32px !important;
|
|
7291
|
+
}
|
|
7292
|
+
.gc-sm-9 {
|
|
7293
|
+
column-gap: 36px !important;
|
|
7294
|
+
}
|
|
7295
|
+
.gc-sm-10 {
|
|
7296
|
+
column-gap: 40px !important;
|
|
7297
|
+
}
|
|
7298
|
+
.gc-sm-11 {
|
|
7299
|
+
column-gap: 44px !important;
|
|
7300
|
+
}
|
|
7301
|
+
.gc-sm-12 {
|
|
7302
|
+
column-gap: 48px !important;
|
|
7303
|
+
}
|
|
7304
|
+
.gc-sm-13 {
|
|
7305
|
+
column-gap: 52px !important;
|
|
7306
|
+
}
|
|
7307
|
+
.gc-sm-14 {
|
|
7308
|
+
column-gap: 56px !important;
|
|
7309
|
+
}
|
|
7310
|
+
.gc-sm-15 {
|
|
7311
|
+
column-gap: 60px !important;
|
|
7312
|
+
}
|
|
7313
|
+
.gc-sm-16 {
|
|
7314
|
+
column-gap: 64px !important;
|
|
7315
|
+
}
|
|
7316
|
+
.gc-sm-auto {
|
|
7317
|
+
column-gap: auto !important;
|
|
7318
|
+
}
|
|
6941
7319
|
.ma-sm-0 {
|
|
6942
7320
|
margin: 0px !important;
|
|
6943
7321
|
}
|
|
@@ -8766,6 +9144,168 @@ html.overflow-y-hidden {
|
|
|
8766
9144
|
.order-md-last {
|
|
8767
9145
|
order: 13 !important;
|
|
8768
9146
|
}
|
|
9147
|
+
.ga-md-0 {
|
|
9148
|
+
gap: 0px !important;
|
|
9149
|
+
}
|
|
9150
|
+
.ga-md-1 {
|
|
9151
|
+
gap: 4px !important;
|
|
9152
|
+
}
|
|
9153
|
+
.ga-md-2 {
|
|
9154
|
+
gap: 8px !important;
|
|
9155
|
+
}
|
|
9156
|
+
.ga-md-3 {
|
|
9157
|
+
gap: 12px !important;
|
|
9158
|
+
}
|
|
9159
|
+
.ga-md-4 {
|
|
9160
|
+
gap: 16px !important;
|
|
9161
|
+
}
|
|
9162
|
+
.ga-md-5 {
|
|
9163
|
+
gap: 20px !important;
|
|
9164
|
+
}
|
|
9165
|
+
.ga-md-6 {
|
|
9166
|
+
gap: 24px !important;
|
|
9167
|
+
}
|
|
9168
|
+
.ga-md-7 {
|
|
9169
|
+
gap: 28px !important;
|
|
9170
|
+
}
|
|
9171
|
+
.ga-md-8 {
|
|
9172
|
+
gap: 32px !important;
|
|
9173
|
+
}
|
|
9174
|
+
.ga-md-9 {
|
|
9175
|
+
gap: 36px !important;
|
|
9176
|
+
}
|
|
9177
|
+
.ga-md-10 {
|
|
9178
|
+
gap: 40px !important;
|
|
9179
|
+
}
|
|
9180
|
+
.ga-md-11 {
|
|
9181
|
+
gap: 44px !important;
|
|
9182
|
+
}
|
|
9183
|
+
.ga-md-12 {
|
|
9184
|
+
gap: 48px !important;
|
|
9185
|
+
}
|
|
9186
|
+
.ga-md-13 {
|
|
9187
|
+
gap: 52px !important;
|
|
9188
|
+
}
|
|
9189
|
+
.ga-md-14 {
|
|
9190
|
+
gap: 56px !important;
|
|
9191
|
+
}
|
|
9192
|
+
.ga-md-15 {
|
|
9193
|
+
gap: 60px !important;
|
|
9194
|
+
}
|
|
9195
|
+
.ga-md-16 {
|
|
9196
|
+
gap: 64px !important;
|
|
9197
|
+
}
|
|
9198
|
+
.ga-md-auto {
|
|
9199
|
+
gap: auto !important;
|
|
9200
|
+
}
|
|
9201
|
+
.gr-md-0 {
|
|
9202
|
+
row-gap: 0px !important;
|
|
9203
|
+
}
|
|
9204
|
+
.gr-md-1 {
|
|
9205
|
+
row-gap: 4px !important;
|
|
9206
|
+
}
|
|
9207
|
+
.gr-md-2 {
|
|
9208
|
+
row-gap: 8px !important;
|
|
9209
|
+
}
|
|
9210
|
+
.gr-md-3 {
|
|
9211
|
+
row-gap: 12px !important;
|
|
9212
|
+
}
|
|
9213
|
+
.gr-md-4 {
|
|
9214
|
+
row-gap: 16px !important;
|
|
9215
|
+
}
|
|
9216
|
+
.gr-md-5 {
|
|
9217
|
+
row-gap: 20px !important;
|
|
9218
|
+
}
|
|
9219
|
+
.gr-md-6 {
|
|
9220
|
+
row-gap: 24px !important;
|
|
9221
|
+
}
|
|
9222
|
+
.gr-md-7 {
|
|
9223
|
+
row-gap: 28px !important;
|
|
9224
|
+
}
|
|
9225
|
+
.gr-md-8 {
|
|
9226
|
+
row-gap: 32px !important;
|
|
9227
|
+
}
|
|
9228
|
+
.gr-md-9 {
|
|
9229
|
+
row-gap: 36px !important;
|
|
9230
|
+
}
|
|
9231
|
+
.gr-md-10 {
|
|
9232
|
+
row-gap: 40px !important;
|
|
9233
|
+
}
|
|
9234
|
+
.gr-md-11 {
|
|
9235
|
+
row-gap: 44px !important;
|
|
9236
|
+
}
|
|
9237
|
+
.gr-md-12 {
|
|
9238
|
+
row-gap: 48px !important;
|
|
9239
|
+
}
|
|
9240
|
+
.gr-md-13 {
|
|
9241
|
+
row-gap: 52px !important;
|
|
9242
|
+
}
|
|
9243
|
+
.gr-md-14 {
|
|
9244
|
+
row-gap: 56px !important;
|
|
9245
|
+
}
|
|
9246
|
+
.gr-md-15 {
|
|
9247
|
+
row-gap: 60px !important;
|
|
9248
|
+
}
|
|
9249
|
+
.gr-md-16 {
|
|
9250
|
+
row-gap: 64px !important;
|
|
9251
|
+
}
|
|
9252
|
+
.gr-md-auto {
|
|
9253
|
+
row-gap: auto !important;
|
|
9254
|
+
}
|
|
9255
|
+
.gc-md-0 {
|
|
9256
|
+
column-gap: 0px !important;
|
|
9257
|
+
}
|
|
9258
|
+
.gc-md-1 {
|
|
9259
|
+
column-gap: 4px !important;
|
|
9260
|
+
}
|
|
9261
|
+
.gc-md-2 {
|
|
9262
|
+
column-gap: 8px !important;
|
|
9263
|
+
}
|
|
9264
|
+
.gc-md-3 {
|
|
9265
|
+
column-gap: 12px !important;
|
|
9266
|
+
}
|
|
9267
|
+
.gc-md-4 {
|
|
9268
|
+
column-gap: 16px !important;
|
|
9269
|
+
}
|
|
9270
|
+
.gc-md-5 {
|
|
9271
|
+
column-gap: 20px !important;
|
|
9272
|
+
}
|
|
9273
|
+
.gc-md-6 {
|
|
9274
|
+
column-gap: 24px !important;
|
|
9275
|
+
}
|
|
9276
|
+
.gc-md-7 {
|
|
9277
|
+
column-gap: 28px !important;
|
|
9278
|
+
}
|
|
9279
|
+
.gc-md-8 {
|
|
9280
|
+
column-gap: 32px !important;
|
|
9281
|
+
}
|
|
9282
|
+
.gc-md-9 {
|
|
9283
|
+
column-gap: 36px !important;
|
|
9284
|
+
}
|
|
9285
|
+
.gc-md-10 {
|
|
9286
|
+
column-gap: 40px !important;
|
|
9287
|
+
}
|
|
9288
|
+
.gc-md-11 {
|
|
9289
|
+
column-gap: 44px !important;
|
|
9290
|
+
}
|
|
9291
|
+
.gc-md-12 {
|
|
9292
|
+
column-gap: 48px !important;
|
|
9293
|
+
}
|
|
9294
|
+
.gc-md-13 {
|
|
9295
|
+
column-gap: 52px !important;
|
|
9296
|
+
}
|
|
9297
|
+
.gc-md-14 {
|
|
9298
|
+
column-gap: 56px !important;
|
|
9299
|
+
}
|
|
9300
|
+
.gc-md-15 {
|
|
9301
|
+
column-gap: 60px !important;
|
|
9302
|
+
}
|
|
9303
|
+
.gc-md-16 {
|
|
9304
|
+
column-gap: 64px !important;
|
|
9305
|
+
}
|
|
9306
|
+
.gc-md-auto {
|
|
9307
|
+
column-gap: auto !important;
|
|
9308
|
+
}
|
|
8769
9309
|
.ma-md-0 {
|
|
8770
9310
|
margin: 0px !important;
|
|
8771
9311
|
}
|
|
@@ -10594,65 +11134,227 @@ html.overflow-y-hidden {
|
|
|
10594
11134
|
.order-lg-last {
|
|
10595
11135
|
order: 13 !important;
|
|
10596
11136
|
}
|
|
10597
|
-
.
|
|
10598
|
-
|
|
11137
|
+
.ga-lg-0 {
|
|
11138
|
+
gap: 0px !important;
|
|
10599
11139
|
}
|
|
10600
|
-
.
|
|
10601
|
-
|
|
11140
|
+
.ga-lg-1 {
|
|
11141
|
+
gap: 4px !important;
|
|
10602
11142
|
}
|
|
10603
|
-
.
|
|
10604
|
-
|
|
11143
|
+
.ga-lg-2 {
|
|
11144
|
+
gap: 8px !important;
|
|
10605
11145
|
}
|
|
10606
|
-
.
|
|
10607
|
-
|
|
11146
|
+
.ga-lg-3 {
|
|
11147
|
+
gap: 12px !important;
|
|
10608
11148
|
}
|
|
10609
|
-
.
|
|
10610
|
-
|
|
11149
|
+
.ga-lg-4 {
|
|
11150
|
+
gap: 16px !important;
|
|
10611
11151
|
}
|
|
10612
|
-
.
|
|
10613
|
-
|
|
11152
|
+
.ga-lg-5 {
|
|
11153
|
+
gap: 20px !important;
|
|
10614
11154
|
}
|
|
10615
|
-
.
|
|
10616
|
-
|
|
11155
|
+
.ga-lg-6 {
|
|
11156
|
+
gap: 24px !important;
|
|
10617
11157
|
}
|
|
10618
|
-
.
|
|
10619
|
-
|
|
11158
|
+
.ga-lg-7 {
|
|
11159
|
+
gap: 28px !important;
|
|
10620
11160
|
}
|
|
10621
|
-
.
|
|
10622
|
-
|
|
11161
|
+
.ga-lg-8 {
|
|
11162
|
+
gap: 32px !important;
|
|
10623
11163
|
}
|
|
10624
|
-
.
|
|
10625
|
-
|
|
11164
|
+
.ga-lg-9 {
|
|
11165
|
+
gap: 36px !important;
|
|
10626
11166
|
}
|
|
10627
|
-
.
|
|
10628
|
-
|
|
11167
|
+
.ga-lg-10 {
|
|
11168
|
+
gap: 40px !important;
|
|
10629
11169
|
}
|
|
10630
|
-
.
|
|
10631
|
-
|
|
11170
|
+
.ga-lg-11 {
|
|
11171
|
+
gap: 44px !important;
|
|
10632
11172
|
}
|
|
10633
|
-
.
|
|
10634
|
-
|
|
11173
|
+
.ga-lg-12 {
|
|
11174
|
+
gap: 48px !important;
|
|
10635
11175
|
}
|
|
10636
|
-
.
|
|
10637
|
-
|
|
11176
|
+
.ga-lg-13 {
|
|
11177
|
+
gap: 52px !important;
|
|
10638
11178
|
}
|
|
10639
|
-
.
|
|
10640
|
-
|
|
11179
|
+
.ga-lg-14 {
|
|
11180
|
+
gap: 56px !important;
|
|
10641
11181
|
}
|
|
10642
|
-
.
|
|
10643
|
-
|
|
11182
|
+
.ga-lg-15 {
|
|
11183
|
+
gap: 60px !important;
|
|
10644
11184
|
}
|
|
10645
|
-
.
|
|
10646
|
-
|
|
11185
|
+
.ga-lg-16 {
|
|
11186
|
+
gap: 64px !important;
|
|
10647
11187
|
}
|
|
10648
|
-
.
|
|
10649
|
-
|
|
11188
|
+
.ga-lg-auto {
|
|
11189
|
+
gap: auto !important;
|
|
10650
11190
|
}
|
|
10651
|
-
.
|
|
10652
|
-
|
|
10653
|
-
margin-left: 0px !important;
|
|
11191
|
+
.gr-lg-0 {
|
|
11192
|
+
row-gap: 0px !important;
|
|
10654
11193
|
}
|
|
10655
|
-
.
|
|
11194
|
+
.gr-lg-1 {
|
|
11195
|
+
row-gap: 4px !important;
|
|
11196
|
+
}
|
|
11197
|
+
.gr-lg-2 {
|
|
11198
|
+
row-gap: 8px !important;
|
|
11199
|
+
}
|
|
11200
|
+
.gr-lg-3 {
|
|
11201
|
+
row-gap: 12px !important;
|
|
11202
|
+
}
|
|
11203
|
+
.gr-lg-4 {
|
|
11204
|
+
row-gap: 16px !important;
|
|
11205
|
+
}
|
|
11206
|
+
.gr-lg-5 {
|
|
11207
|
+
row-gap: 20px !important;
|
|
11208
|
+
}
|
|
11209
|
+
.gr-lg-6 {
|
|
11210
|
+
row-gap: 24px !important;
|
|
11211
|
+
}
|
|
11212
|
+
.gr-lg-7 {
|
|
11213
|
+
row-gap: 28px !important;
|
|
11214
|
+
}
|
|
11215
|
+
.gr-lg-8 {
|
|
11216
|
+
row-gap: 32px !important;
|
|
11217
|
+
}
|
|
11218
|
+
.gr-lg-9 {
|
|
11219
|
+
row-gap: 36px !important;
|
|
11220
|
+
}
|
|
11221
|
+
.gr-lg-10 {
|
|
11222
|
+
row-gap: 40px !important;
|
|
11223
|
+
}
|
|
11224
|
+
.gr-lg-11 {
|
|
11225
|
+
row-gap: 44px !important;
|
|
11226
|
+
}
|
|
11227
|
+
.gr-lg-12 {
|
|
11228
|
+
row-gap: 48px !important;
|
|
11229
|
+
}
|
|
11230
|
+
.gr-lg-13 {
|
|
11231
|
+
row-gap: 52px !important;
|
|
11232
|
+
}
|
|
11233
|
+
.gr-lg-14 {
|
|
11234
|
+
row-gap: 56px !important;
|
|
11235
|
+
}
|
|
11236
|
+
.gr-lg-15 {
|
|
11237
|
+
row-gap: 60px !important;
|
|
11238
|
+
}
|
|
11239
|
+
.gr-lg-16 {
|
|
11240
|
+
row-gap: 64px !important;
|
|
11241
|
+
}
|
|
11242
|
+
.gr-lg-auto {
|
|
11243
|
+
row-gap: auto !important;
|
|
11244
|
+
}
|
|
11245
|
+
.gc-lg-0 {
|
|
11246
|
+
column-gap: 0px !important;
|
|
11247
|
+
}
|
|
11248
|
+
.gc-lg-1 {
|
|
11249
|
+
column-gap: 4px !important;
|
|
11250
|
+
}
|
|
11251
|
+
.gc-lg-2 {
|
|
11252
|
+
column-gap: 8px !important;
|
|
11253
|
+
}
|
|
11254
|
+
.gc-lg-3 {
|
|
11255
|
+
column-gap: 12px !important;
|
|
11256
|
+
}
|
|
11257
|
+
.gc-lg-4 {
|
|
11258
|
+
column-gap: 16px !important;
|
|
11259
|
+
}
|
|
11260
|
+
.gc-lg-5 {
|
|
11261
|
+
column-gap: 20px !important;
|
|
11262
|
+
}
|
|
11263
|
+
.gc-lg-6 {
|
|
11264
|
+
column-gap: 24px !important;
|
|
11265
|
+
}
|
|
11266
|
+
.gc-lg-7 {
|
|
11267
|
+
column-gap: 28px !important;
|
|
11268
|
+
}
|
|
11269
|
+
.gc-lg-8 {
|
|
11270
|
+
column-gap: 32px !important;
|
|
11271
|
+
}
|
|
11272
|
+
.gc-lg-9 {
|
|
11273
|
+
column-gap: 36px !important;
|
|
11274
|
+
}
|
|
11275
|
+
.gc-lg-10 {
|
|
11276
|
+
column-gap: 40px !important;
|
|
11277
|
+
}
|
|
11278
|
+
.gc-lg-11 {
|
|
11279
|
+
column-gap: 44px !important;
|
|
11280
|
+
}
|
|
11281
|
+
.gc-lg-12 {
|
|
11282
|
+
column-gap: 48px !important;
|
|
11283
|
+
}
|
|
11284
|
+
.gc-lg-13 {
|
|
11285
|
+
column-gap: 52px !important;
|
|
11286
|
+
}
|
|
11287
|
+
.gc-lg-14 {
|
|
11288
|
+
column-gap: 56px !important;
|
|
11289
|
+
}
|
|
11290
|
+
.gc-lg-15 {
|
|
11291
|
+
column-gap: 60px !important;
|
|
11292
|
+
}
|
|
11293
|
+
.gc-lg-16 {
|
|
11294
|
+
column-gap: 64px !important;
|
|
11295
|
+
}
|
|
11296
|
+
.gc-lg-auto {
|
|
11297
|
+
column-gap: auto !important;
|
|
11298
|
+
}
|
|
11299
|
+
.ma-lg-0 {
|
|
11300
|
+
margin: 0px !important;
|
|
11301
|
+
}
|
|
11302
|
+
.ma-lg-1 {
|
|
11303
|
+
margin: 4px !important;
|
|
11304
|
+
}
|
|
11305
|
+
.ma-lg-2 {
|
|
11306
|
+
margin: 8px !important;
|
|
11307
|
+
}
|
|
11308
|
+
.ma-lg-3 {
|
|
11309
|
+
margin: 12px !important;
|
|
11310
|
+
}
|
|
11311
|
+
.ma-lg-4 {
|
|
11312
|
+
margin: 16px !important;
|
|
11313
|
+
}
|
|
11314
|
+
.ma-lg-5 {
|
|
11315
|
+
margin: 20px !important;
|
|
11316
|
+
}
|
|
11317
|
+
.ma-lg-6 {
|
|
11318
|
+
margin: 24px !important;
|
|
11319
|
+
}
|
|
11320
|
+
.ma-lg-7 {
|
|
11321
|
+
margin: 28px !important;
|
|
11322
|
+
}
|
|
11323
|
+
.ma-lg-8 {
|
|
11324
|
+
margin: 32px !important;
|
|
11325
|
+
}
|
|
11326
|
+
.ma-lg-9 {
|
|
11327
|
+
margin: 36px !important;
|
|
11328
|
+
}
|
|
11329
|
+
.ma-lg-10 {
|
|
11330
|
+
margin: 40px !important;
|
|
11331
|
+
}
|
|
11332
|
+
.ma-lg-11 {
|
|
11333
|
+
margin: 44px !important;
|
|
11334
|
+
}
|
|
11335
|
+
.ma-lg-12 {
|
|
11336
|
+
margin: 48px !important;
|
|
11337
|
+
}
|
|
11338
|
+
.ma-lg-13 {
|
|
11339
|
+
margin: 52px !important;
|
|
11340
|
+
}
|
|
11341
|
+
.ma-lg-14 {
|
|
11342
|
+
margin: 56px !important;
|
|
11343
|
+
}
|
|
11344
|
+
.ma-lg-15 {
|
|
11345
|
+
margin: 60px !important;
|
|
11346
|
+
}
|
|
11347
|
+
.ma-lg-16 {
|
|
11348
|
+
margin: 64px !important;
|
|
11349
|
+
}
|
|
11350
|
+
.ma-lg-auto {
|
|
11351
|
+
margin: auto !important;
|
|
11352
|
+
}
|
|
11353
|
+
.mx-lg-0 {
|
|
11354
|
+
margin-right: 0px !important;
|
|
11355
|
+
margin-left: 0px !important;
|
|
11356
|
+
}
|
|
11357
|
+
.mx-lg-1 {
|
|
10656
11358
|
margin-right: 4px !important;
|
|
10657
11359
|
margin-left: 4px !important;
|
|
10658
11360
|
}
|
|
@@ -12422,6 +13124,168 @@ html.overflow-y-hidden {
|
|
|
12422
13124
|
.order-xl-last {
|
|
12423
13125
|
order: 13 !important;
|
|
12424
13126
|
}
|
|
13127
|
+
.ga-xl-0 {
|
|
13128
|
+
gap: 0px !important;
|
|
13129
|
+
}
|
|
13130
|
+
.ga-xl-1 {
|
|
13131
|
+
gap: 4px !important;
|
|
13132
|
+
}
|
|
13133
|
+
.ga-xl-2 {
|
|
13134
|
+
gap: 8px !important;
|
|
13135
|
+
}
|
|
13136
|
+
.ga-xl-3 {
|
|
13137
|
+
gap: 12px !important;
|
|
13138
|
+
}
|
|
13139
|
+
.ga-xl-4 {
|
|
13140
|
+
gap: 16px !important;
|
|
13141
|
+
}
|
|
13142
|
+
.ga-xl-5 {
|
|
13143
|
+
gap: 20px !important;
|
|
13144
|
+
}
|
|
13145
|
+
.ga-xl-6 {
|
|
13146
|
+
gap: 24px !important;
|
|
13147
|
+
}
|
|
13148
|
+
.ga-xl-7 {
|
|
13149
|
+
gap: 28px !important;
|
|
13150
|
+
}
|
|
13151
|
+
.ga-xl-8 {
|
|
13152
|
+
gap: 32px !important;
|
|
13153
|
+
}
|
|
13154
|
+
.ga-xl-9 {
|
|
13155
|
+
gap: 36px !important;
|
|
13156
|
+
}
|
|
13157
|
+
.ga-xl-10 {
|
|
13158
|
+
gap: 40px !important;
|
|
13159
|
+
}
|
|
13160
|
+
.ga-xl-11 {
|
|
13161
|
+
gap: 44px !important;
|
|
13162
|
+
}
|
|
13163
|
+
.ga-xl-12 {
|
|
13164
|
+
gap: 48px !important;
|
|
13165
|
+
}
|
|
13166
|
+
.ga-xl-13 {
|
|
13167
|
+
gap: 52px !important;
|
|
13168
|
+
}
|
|
13169
|
+
.ga-xl-14 {
|
|
13170
|
+
gap: 56px !important;
|
|
13171
|
+
}
|
|
13172
|
+
.ga-xl-15 {
|
|
13173
|
+
gap: 60px !important;
|
|
13174
|
+
}
|
|
13175
|
+
.ga-xl-16 {
|
|
13176
|
+
gap: 64px !important;
|
|
13177
|
+
}
|
|
13178
|
+
.ga-xl-auto {
|
|
13179
|
+
gap: auto !important;
|
|
13180
|
+
}
|
|
13181
|
+
.gr-xl-0 {
|
|
13182
|
+
row-gap: 0px !important;
|
|
13183
|
+
}
|
|
13184
|
+
.gr-xl-1 {
|
|
13185
|
+
row-gap: 4px !important;
|
|
13186
|
+
}
|
|
13187
|
+
.gr-xl-2 {
|
|
13188
|
+
row-gap: 8px !important;
|
|
13189
|
+
}
|
|
13190
|
+
.gr-xl-3 {
|
|
13191
|
+
row-gap: 12px !important;
|
|
13192
|
+
}
|
|
13193
|
+
.gr-xl-4 {
|
|
13194
|
+
row-gap: 16px !important;
|
|
13195
|
+
}
|
|
13196
|
+
.gr-xl-5 {
|
|
13197
|
+
row-gap: 20px !important;
|
|
13198
|
+
}
|
|
13199
|
+
.gr-xl-6 {
|
|
13200
|
+
row-gap: 24px !important;
|
|
13201
|
+
}
|
|
13202
|
+
.gr-xl-7 {
|
|
13203
|
+
row-gap: 28px !important;
|
|
13204
|
+
}
|
|
13205
|
+
.gr-xl-8 {
|
|
13206
|
+
row-gap: 32px !important;
|
|
13207
|
+
}
|
|
13208
|
+
.gr-xl-9 {
|
|
13209
|
+
row-gap: 36px !important;
|
|
13210
|
+
}
|
|
13211
|
+
.gr-xl-10 {
|
|
13212
|
+
row-gap: 40px !important;
|
|
13213
|
+
}
|
|
13214
|
+
.gr-xl-11 {
|
|
13215
|
+
row-gap: 44px !important;
|
|
13216
|
+
}
|
|
13217
|
+
.gr-xl-12 {
|
|
13218
|
+
row-gap: 48px !important;
|
|
13219
|
+
}
|
|
13220
|
+
.gr-xl-13 {
|
|
13221
|
+
row-gap: 52px !important;
|
|
13222
|
+
}
|
|
13223
|
+
.gr-xl-14 {
|
|
13224
|
+
row-gap: 56px !important;
|
|
13225
|
+
}
|
|
13226
|
+
.gr-xl-15 {
|
|
13227
|
+
row-gap: 60px !important;
|
|
13228
|
+
}
|
|
13229
|
+
.gr-xl-16 {
|
|
13230
|
+
row-gap: 64px !important;
|
|
13231
|
+
}
|
|
13232
|
+
.gr-xl-auto {
|
|
13233
|
+
row-gap: auto !important;
|
|
13234
|
+
}
|
|
13235
|
+
.gc-xl-0 {
|
|
13236
|
+
column-gap: 0px !important;
|
|
13237
|
+
}
|
|
13238
|
+
.gc-xl-1 {
|
|
13239
|
+
column-gap: 4px !important;
|
|
13240
|
+
}
|
|
13241
|
+
.gc-xl-2 {
|
|
13242
|
+
column-gap: 8px !important;
|
|
13243
|
+
}
|
|
13244
|
+
.gc-xl-3 {
|
|
13245
|
+
column-gap: 12px !important;
|
|
13246
|
+
}
|
|
13247
|
+
.gc-xl-4 {
|
|
13248
|
+
column-gap: 16px !important;
|
|
13249
|
+
}
|
|
13250
|
+
.gc-xl-5 {
|
|
13251
|
+
column-gap: 20px !important;
|
|
13252
|
+
}
|
|
13253
|
+
.gc-xl-6 {
|
|
13254
|
+
column-gap: 24px !important;
|
|
13255
|
+
}
|
|
13256
|
+
.gc-xl-7 {
|
|
13257
|
+
column-gap: 28px !important;
|
|
13258
|
+
}
|
|
13259
|
+
.gc-xl-8 {
|
|
13260
|
+
column-gap: 32px !important;
|
|
13261
|
+
}
|
|
13262
|
+
.gc-xl-9 {
|
|
13263
|
+
column-gap: 36px !important;
|
|
13264
|
+
}
|
|
13265
|
+
.gc-xl-10 {
|
|
13266
|
+
column-gap: 40px !important;
|
|
13267
|
+
}
|
|
13268
|
+
.gc-xl-11 {
|
|
13269
|
+
column-gap: 44px !important;
|
|
13270
|
+
}
|
|
13271
|
+
.gc-xl-12 {
|
|
13272
|
+
column-gap: 48px !important;
|
|
13273
|
+
}
|
|
13274
|
+
.gc-xl-13 {
|
|
13275
|
+
column-gap: 52px !important;
|
|
13276
|
+
}
|
|
13277
|
+
.gc-xl-14 {
|
|
13278
|
+
column-gap: 56px !important;
|
|
13279
|
+
}
|
|
13280
|
+
.gc-xl-15 {
|
|
13281
|
+
column-gap: 60px !important;
|
|
13282
|
+
}
|
|
13283
|
+
.gc-xl-16 {
|
|
13284
|
+
column-gap: 64px !important;
|
|
13285
|
+
}
|
|
13286
|
+
.gc-xl-auto {
|
|
13287
|
+
column-gap: auto !important;
|
|
13288
|
+
}
|
|
12425
13289
|
.ma-xl-0 {
|
|
12426
13290
|
margin: 0px !important;
|
|
12427
13291
|
}
|
|
@@ -14250,6 +15114,168 @@ html.overflow-y-hidden {
|
|
|
14250
15114
|
.order-xxl-last {
|
|
14251
15115
|
order: 13 !important;
|
|
14252
15116
|
}
|
|
15117
|
+
.ga-xxl-0 {
|
|
15118
|
+
gap: 0px !important;
|
|
15119
|
+
}
|
|
15120
|
+
.ga-xxl-1 {
|
|
15121
|
+
gap: 4px !important;
|
|
15122
|
+
}
|
|
15123
|
+
.ga-xxl-2 {
|
|
15124
|
+
gap: 8px !important;
|
|
15125
|
+
}
|
|
15126
|
+
.ga-xxl-3 {
|
|
15127
|
+
gap: 12px !important;
|
|
15128
|
+
}
|
|
15129
|
+
.ga-xxl-4 {
|
|
15130
|
+
gap: 16px !important;
|
|
15131
|
+
}
|
|
15132
|
+
.ga-xxl-5 {
|
|
15133
|
+
gap: 20px !important;
|
|
15134
|
+
}
|
|
15135
|
+
.ga-xxl-6 {
|
|
15136
|
+
gap: 24px !important;
|
|
15137
|
+
}
|
|
15138
|
+
.ga-xxl-7 {
|
|
15139
|
+
gap: 28px !important;
|
|
15140
|
+
}
|
|
15141
|
+
.ga-xxl-8 {
|
|
15142
|
+
gap: 32px !important;
|
|
15143
|
+
}
|
|
15144
|
+
.ga-xxl-9 {
|
|
15145
|
+
gap: 36px !important;
|
|
15146
|
+
}
|
|
15147
|
+
.ga-xxl-10 {
|
|
15148
|
+
gap: 40px !important;
|
|
15149
|
+
}
|
|
15150
|
+
.ga-xxl-11 {
|
|
15151
|
+
gap: 44px !important;
|
|
15152
|
+
}
|
|
15153
|
+
.ga-xxl-12 {
|
|
15154
|
+
gap: 48px !important;
|
|
15155
|
+
}
|
|
15156
|
+
.ga-xxl-13 {
|
|
15157
|
+
gap: 52px !important;
|
|
15158
|
+
}
|
|
15159
|
+
.ga-xxl-14 {
|
|
15160
|
+
gap: 56px !important;
|
|
15161
|
+
}
|
|
15162
|
+
.ga-xxl-15 {
|
|
15163
|
+
gap: 60px !important;
|
|
15164
|
+
}
|
|
15165
|
+
.ga-xxl-16 {
|
|
15166
|
+
gap: 64px !important;
|
|
15167
|
+
}
|
|
15168
|
+
.ga-xxl-auto {
|
|
15169
|
+
gap: auto !important;
|
|
15170
|
+
}
|
|
15171
|
+
.gr-xxl-0 {
|
|
15172
|
+
row-gap: 0px !important;
|
|
15173
|
+
}
|
|
15174
|
+
.gr-xxl-1 {
|
|
15175
|
+
row-gap: 4px !important;
|
|
15176
|
+
}
|
|
15177
|
+
.gr-xxl-2 {
|
|
15178
|
+
row-gap: 8px !important;
|
|
15179
|
+
}
|
|
15180
|
+
.gr-xxl-3 {
|
|
15181
|
+
row-gap: 12px !important;
|
|
15182
|
+
}
|
|
15183
|
+
.gr-xxl-4 {
|
|
15184
|
+
row-gap: 16px !important;
|
|
15185
|
+
}
|
|
15186
|
+
.gr-xxl-5 {
|
|
15187
|
+
row-gap: 20px !important;
|
|
15188
|
+
}
|
|
15189
|
+
.gr-xxl-6 {
|
|
15190
|
+
row-gap: 24px !important;
|
|
15191
|
+
}
|
|
15192
|
+
.gr-xxl-7 {
|
|
15193
|
+
row-gap: 28px !important;
|
|
15194
|
+
}
|
|
15195
|
+
.gr-xxl-8 {
|
|
15196
|
+
row-gap: 32px !important;
|
|
15197
|
+
}
|
|
15198
|
+
.gr-xxl-9 {
|
|
15199
|
+
row-gap: 36px !important;
|
|
15200
|
+
}
|
|
15201
|
+
.gr-xxl-10 {
|
|
15202
|
+
row-gap: 40px !important;
|
|
15203
|
+
}
|
|
15204
|
+
.gr-xxl-11 {
|
|
15205
|
+
row-gap: 44px !important;
|
|
15206
|
+
}
|
|
15207
|
+
.gr-xxl-12 {
|
|
15208
|
+
row-gap: 48px !important;
|
|
15209
|
+
}
|
|
15210
|
+
.gr-xxl-13 {
|
|
15211
|
+
row-gap: 52px !important;
|
|
15212
|
+
}
|
|
15213
|
+
.gr-xxl-14 {
|
|
15214
|
+
row-gap: 56px !important;
|
|
15215
|
+
}
|
|
15216
|
+
.gr-xxl-15 {
|
|
15217
|
+
row-gap: 60px !important;
|
|
15218
|
+
}
|
|
15219
|
+
.gr-xxl-16 {
|
|
15220
|
+
row-gap: 64px !important;
|
|
15221
|
+
}
|
|
15222
|
+
.gr-xxl-auto {
|
|
15223
|
+
row-gap: auto !important;
|
|
15224
|
+
}
|
|
15225
|
+
.gc-xxl-0 {
|
|
15226
|
+
column-gap: 0px !important;
|
|
15227
|
+
}
|
|
15228
|
+
.gc-xxl-1 {
|
|
15229
|
+
column-gap: 4px !important;
|
|
15230
|
+
}
|
|
15231
|
+
.gc-xxl-2 {
|
|
15232
|
+
column-gap: 8px !important;
|
|
15233
|
+
}
|
|
15234
|
+
.gc-xxl-3 {
|
|
15235
|
+
column-gap: 12px !important;
|
|
15236
|
+
}
|
|
15237
|
+
.gc-xxl-4 {
|
|
15238
|
+
column-gap: 16px !important;
|
|
15239
|
+
}
|
|
15240
|
+
.gc-xxl-5 {
|
|
15241
|
+
column-gap: 20px !important;
|
|
15242
|
+
}
|
|
15243
|
+
.gc-xxl-6 {
|
|
15244
|
+
column-gap: 24px !important;
|
|
15245
|
+
}
|
|
15246
|
+
.gc-xxl-7 {
|
|
15247
|
+
column-gap: 28px !important;
|
|
15248
|
+
}
|
|
15249
|
+
.gc-xxl-8 {
|
|
15250
|
+
column-gap: 32px !important;
|
|
15251
|
+
}
|
|
15252
|
+
.gc-xxl-9 {
|
|
15253
|
+
column-gap: 36px !important;
|
|
15254
|
+
}
|
|
15255
|
+
.gc-xxl-10 {
|
|
15256
|
+
column-gap: 40px !important;
|
|
15257
|
+
}
|
|
15258
|
+
.gc-xxl-11 {
|
|
15259
|
+
column-gap: 44px !important;
|
|
15260
|
+
}
|
|
15261
|
+
.gc-xxl-12 {
|
|
15262
|
+
column-gap: 48px !important;
|
|
15263
|
+
}
|
|
15264
|
+
.gc-xxl-13 {
|
|
15265
|
+
column-gap: 52px !important;
|
|
15266
|
+
}
|
|
15267
|
+
.gc-xxl-14 {
|
|
15268
|
+
column-gap: 56px !important;
|
|
15269
|
+
}
|
|
15270
|
+
.gc-xxl-15 {
|
|
15271
|
+
column-gap: 60px !important;
|
|
15272
|
+
}
|
|
15273
|
+
.gc-xxl-16 {
|
|
15274
|
+
column-gap: 64px !important;
|
|
15275
|
+
}
|
|
15276
|
+
.gc-xxl-auto {
|
|
15277
|
+
column-gap: auto !important;
|
|
15278
|
+
}
|
|
14253
15279
|
.ma-xxl-0 {
|
|
14254
15280
|
margin: 0px !important;
|
|
14255
15281
|
}
|
|
@@ -15986,187 +17012,33 @@ html.overflow-y-hidden {
|
|
|
15986
17012
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
15987
17013
|
max-width: 70%;
|
|
15988
17014
|
}
|
|
15989
|
-
}.v-
|
|
15990
|
-
|
|
17015
|
+
}.v-date-card {
|
|
17016
|
+
padding-bottom: 8px;
|
|
15991
17017
|
}
|
|
15992
|
-
|
|
15993
|
-
|
|
15994
|
-
width: 100%;
|
|
15995
|
-
border-collapse: separate;
|
|
15996
|
-
border-spacing: 0;
|
|
17018
|
+
.v-date-card .v-card-actions {
|
|
17019
|
+
justify-content: flex-end;
|
|
15997
17020
|
}
|
|
15998
17021
|
|
|
15999
|
-
.v-
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
|
-
.v-data-table__tr--clickable {
|
|
16003
|
-
cursor: pointer;
|
|
17022
|
+
.v-date-card .v-date-picker-month {
|
|
17023
|
+
padding-left: 12px;
|
|
17024
|
+
padding-right: 12px;
|
|
16004
17025
|
}
|
|
16005
|
-
|
|
16006
|
-
|
|
16007
|
-
|
|
16008
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
16009
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
16010
|
-
background: rgb(var(--v-theme-surface));
|
|
17026
|
+
.v-date-card .v-date-picker-month .v-date-picker-month__day {
|
|
17027
|
+
height: 32px;
|
|
17028
|
+
width: 32px;
|
|
16011
17029
|
}
|
|
16012
|
-
.v-
|
|
16013
|
-
|
|
16014
|
-
|
|
16015
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
16016
|
-
text-align: end;
|
|
17030
|
+
.v-date-card .v-date-picker-month .v-date-picker-month__day .v-btn {
|
|
17031
|
+
--v-btn-height: 16px;
|
|
17032
|
+
--v-btn-size: 0.75rem;
|
|
16017
17033
|
}
|
|
16018
|
-
.v-
|
|
16019
|
-
|
|
16020
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16021
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
16022
|
-
flex-direction: row-reverse;
|
|
17034
|
+
.v-date-card .v-date-picker-years {
|
|
17035
|
+
height: 248px;
|
|
16023
17036
|
}
|
|
16024
|
-
.v-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
}
|
|
16030
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16031
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
16032
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16033
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
16034
|
-
justify-content: center;
|
|
16035
|
-
}
|
|
16036
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
16037
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
16038
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
16039
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
16040
|
-
padding: 0 8px;
|
|
16041
|
-
}
|
|
16042
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
16043
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
16044
|
-
align-items: center;
|
|
16045
|
-
}
|
|
16046
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
16047
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
16048
|
-
cursor: pointer;
|
|
16049
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16050
|
-
}
|
|
16051
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
16052
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
16053
|
-
opacity: 0;
|
|
16054
|
-
}
|
|
16055
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
16056
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
16057
|
-
opacity: 0.5;
|
|
16058
|
-
}
|
|
16059
|
-
|
|
16060
|
-
.v-data-table-column--fixed {
|
|
16061
|
-
position: sticky;
|
|
16062
|
-
z-index: 2;
|
|
16063
|
-
left: 0;
|
|
16064
|
-
}
|
|
16065
|
-
|
|
16066
|
-
.v-data-table-column--last-fixed {
|
|
16067
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16068
|
-
}
|
|
16069
|
-
|
|
16070
|
-
.v-data-table-group-header-row td {
|
|
16071
|
-
background: lightgrey;
|
|
16072
|
-
}
|
|
16073
|
-
.v-data-table-group-header-row td > span {
|
|
16074
|
-
padding-left: 5px;
|
|
16075
|
-
}
|
|
16076
|
-
|
|
16077
|
-
.v-data-table--loading .v-data-table__td {
|
|
16078
|
-
opacity: 0.3;
|
|
16079
|
-
}
|
|
16080
|
-
|
|
16081
|
-
.v-data-table-group-header-row__column {
|
|
16082
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
16083
|
-
}
|
|
16084
|
-
|
|
16085
|
-
.v-data-table-header__content {
|
|
16086
|
-
display: flex;
|
|
16087
|
-
align-items: center;
|
|
16088
|
-
}
|
|
16089
|
-
|
|
16090
|
-
.v-data-table-header__sort-badge {
|
|
16091
|
-
display: inline-flex;
|
|
16092
|
-
justify-content: center;
|
|
16093
|
-
align-items: center;
|
|
16094
|
-
font-size: 0.875rem;
|
|
16095
|
-
padding: 4px;
|
|
16096
|
-
border-radius: 50%;
|
|
16097
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16098
|
-
min-width: 20px;
|
|
16099
|
-
min-height: 20px;
|
|
16100
|
-
width: 20px;
|
|
16101
|
-
height: 20px;
|
|
16102
|
-
}
|
|
16103
|
-
|
|
16104
|
-
.v-data-table-progress > th {
|
|
16105
|
-
border: none !important;
|
|
16106
|
-
height: auto !important;
|
|
16107
|
-
padding: 0 !important;
|
|
16108
|
-
}
|
|
16109
|
-
|
|
16110
|
-
.v-data-table-rows-loading,
|
|
16111
|
-
.v-data-table-rows-no-data {
|
|
16112
|
-
text-align: center;
|
|
16113
|
-
}.v-data-table-footer {
|
|
16114
|
-
display: flex;
|
|
16115
|
-
align-items: center;
|
|
16116
|
-
flex-wrap: wrap;
|
|
16117
|
-
padding: 0 8px;
|
|
16118
|
-
justify-content: flex-end;
|
|
16119
|
-
}
|
|
16120
|
-
|
|
16121
|
-
.v-data-table-footer__items-per-page {
|
|
16122
|
-
padding-inline-end: 24px;
|
|
16123
|
-
display: flex;
|
|
16124
|
-
align-items: center;
|
|
16125
|
-
justify-content: space-between;
|
|
16126
|
-
}
|
|
16127
|
-
.v-data-table-footer__items-per-page > span {
|
|
16128
|
-
padding-inline-end: 24px;
|
|
16129
|
-
}
|
|
16130
|
-
|
|
16131
|
-
.v-data-table-footer__info {
|
|
16132
|
-
display: flex;
|
|
16133
|
-
padding-inline-end: 24px;
|
|
16134
|
-
}
|
|
16135
|
-
|
|
16136
|
-
.v-data-table-footer__pagination {
|
|
16137
|
-
display: flex;
|
|
16138
|
-
align-items: center;
|
|
16139
|
-
}
|
|
16140
|
-
|
|
16141
|
-
.v-data-table-footer__page {
|
|
16142
|
-
padding: 0 8px;
|
|
16143
|
-
}.v-date-card {
|
|
16144
|
-
padding-bottom: 8px;
|
|
16145
|
-
}
|
|
16146
|
-
.v-date-card .v-card-actions {
|
|
16147
|
-
justify-content: flex-end;
|
|
16148
|
-
}
|
|
16149
|
-
|
|
16150
|
-
.v-date-card .v-date-picker-month {
|
|
16151
|
-
padding-left: 12px;
|
|
16152
|
-
padding-right: 12px;
|
|
16153
|
-
}
|
|
16154
|
-
.v-date-card .v-date-picker-month .v-date-picker-month__day {
|
|
16155
|
-
height: 32px;
|
|
16156
|
-
width: 32px;
|
|
16157
|
-
}
|
|
16158
|
-
.v-date-card .v-date-picker-month .v-date-picker-month__day .v-btn {
|
|
16159
|
-
--v-btn-height: 16px;
|
|
16160
|
-
--v-btn-size: 0.75rem;
|
|
16161
|
-
}
|
|
16162
|
-
.v-date-card .v-date-picker-years {
|
|
16163
|
-
height: 248px;
|
|
16164
|
-
}
|
|
16165
|
-
.v-date-card .v-date-picker-years .v-date-picker-years__content {
|
|
16166
|
-
grid-template-columns: repeat(4, 56px);
|
|
16167
|
-
grid-gap: 0px;
|
|
16168
|
-
grid-row-gap: 2px;
|
|
16169
|
-
padding-right: 3px;
|
|
17037
|
+
.v-date-card .v-date-picker-years .v-date-picker-years__content {
|
|
17038
|
+
grid-template-columns: repeat(4, 56px);
|
|
17039
|
+
grid-gap: 0px;
|
|
17040
|
+
grid-row-gap: 2px;
|
|
17041
|
+
padding-right: 3px;
|
|
16170
17042
|
}
|
|
16171
17043
|
.v-date-card .v-date-picker-years .v-date-picker-years__content .v-btn {
|
|
16172
17044
|
--v-btn-height: 28px;
|
|
@@ -16214,7 +17086,7 @@ html.overflow-y-hidden {
|
|
|
16214
17086
|
.v-date-picker-controls__month {
|
|
16215
17087
|
display: flex;
|
|
16216
17088
|
}
|
|
16217
|
-
.v-date-picker-controls__month
|
|
17089
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
16218
17090
|
flex-direction: row-reverse;
|
|
16219
17091
|
}.v-date-picker-header {
|
|
16220
17092
|
display: grid;
|
|
@@ -16386,6 +17258,160 @@ html.overflow-y-hidden {
|
|
|
16386
17258
|
display: flex;
|
|
16387
17259
|
justify-content: center;
|
|
16388
17260
|
padding: 8px;
|
|
17261
|
+
}.v-data-table {
|
|
17262
|
+
width: 100%;
|
|
17263
|
+
}
|
|
17264
|
+
|
|
17265
|
+
.v-data-table__table {
|
|
17266
|
+
width: 100%;
|
|
17267
|
+
border-collapse: separate;
|
|
17268
|
+
border-spacing: 0;
|
|
17269
|
+
}
|
|
17270
|
+
|
|
17271
|
+
.v-data-table__tr--focus {
|
|
17272
|
+
border: 1px dotted black;
|
|
17273
|
+
}
|
|
17274
|
+
.v-data-table__tr--clickable {
|
|
17275
|
+
cursor: pointer;
|
|
17276
|
+
}
|
|
17277
|
+
|
|
17278
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
17279
|
+
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
17280
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
17281
|
+
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
17282
|
+
background: rgb(var(--v-theme-surface));
|
|
17283
|
+
}
|
|
17284
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
17285
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
17286
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
17287
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
17288
|
+
text-align: end;
|
|
17289
|
+
}
|
|
17290
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
17291
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
17292
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
17293
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
17294
|
+
flex-direction: row-reverse;
|
|
17295
|
+
}
|
|
17296
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
17297
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
17298
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
17299
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
17300
|
+
text-align: center;
|
|
17301
|
+
}
|
|
17302
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
17303
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
17304
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
17305
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
17306
|
+
justify-content: center;
|
|
17307
|
+
}
|
|
17308
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
17309
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
17310
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
17311
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
17312
|
+
padding: 0 8px;
|
|
17313
|
+
}
|
|
17314
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
17315
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
17316
|
+
align-items: center;
|
|
17317
|
+
}
|
|
17318
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
17319
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
17320
|
+
cursor: pointer;
|
|
17321
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17322
|
+
}
|
|
17323
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
17324
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
17325
|
+
opacity: 0;
|
|
17326
|
+
}
|
|
17327
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
17328
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
17329
|
+
opacity: 0.5;
|
|
17330
|
+
}
|
|
17331
|
+
|
|
17332
|
+
.v-data-table-column--fixed {
|
|
17333
|
+
position: sticky;
|
|
17334
|
+
z-index: 2;
|
|
17335
|
+
left: 0;
|
|
17336
|
+
}
|
|
17337
|
+
|
|
17338
|
+
.v-data-table-column--last-fixed {
|
|
17339
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17340
|
+
}
|
|
17341
|
+
|
|
17342
|
+
.v-data-table-group-header-row td {
|
|
17343
|
+
background: lightgrey;
|
|
17344
|
+
}
|
|
17345
|
+
.v-data-table-group-header-row td > span {
|
|
17346
|
+
padding-left: 5px;
|
|
17347
|
+
}
|
|
17348
|
+
|
|
17349
|
+
.v-data-table--loading .v-data-table__td {
|
|
17350
|
+
opacity: 0.3;
|
|
17351
|
+
}
|
|
17352
|
+
|
|
17353
|
+
.v-data-table-group-header-row__column {
|
|
17354
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
17355
|
+
}
|
|
17356
|
+
|
|
17357
|
+
.v-data-table-header__content {
|
|
17358
|
+
display: flex;
|
|
17359
|
+
align-items: center;
|
|
17360
|
+
}
|
|
17361
|
+
|
|
17362
|
+
.v-data-table-header__sort-badge {
|
|
17363
|
+
display: inline-flex;
|
|
17364
|
+
justify-content: center;
|
|
17365
|
+
align-items: center;
|
|
17366
|
+
font-size: 0.875rem;
|
|
17367
|
+
padding: 4px;
|
|
17368
|
+
border-radius: 50%;
|
|
17369
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17370
|
+
min-width: 20px;
|
|
17371
|
+
min-height: 20px;
|
|
17372
|
+
width: 20px;
|
|
17373
|
+
height: 20px;
|
|
17374
|
+
}
|
|
17375
|
+
|
|
17376
|
+
.v-data-table-progress > th {
|
|
17377
|
+
border: none !important;
|
|
17378
|
+
height: auto !important;
|
|
17379
|
+
padding: 0 !important;
|
|
17380
|
+
}
|
|
17381
|
+
|
|
17382
|
+
.v-data-table-rows-loading,
|
|
17383
|
+
.v-data-table-rows-no-data {
|
|
17384
|
+
text-align: center;
|
|
17385
|
+
}.v-data-table-footer {
|
|
17386
|
+
display: flex;
|
|
17387
|
+
align-items: center;
|
|
17388
|
+
flex-wrap: wrap;
|
|
17389
|
+
padding: 0 8px;
|
|
17390
|
+
justify-content: flex-end;
|
|
17391
|
+
}
|
|
17392
|
+
|
|
17393
|
+
.v-data-table-footer__items-per-page {
|
|
17394
|
+
padding-inline-end: 24px;
|
|
17395
|
+
display: flex;
|
|
17396
|
+
align-items: center;
|
|
17397
|
+
justify-content: space-between;
|
|
17398
|
+
}
|
|
17399
|
+
.v-data-table-footer__items-per-page > span {
|
|
17400
|
+
padding-inline-end: 24px;
|
|
17401
|
+
}
|
|
17402
|
+
|
|
17403
|
+
.v-data-table-footer__info {
|
|
17404
|
+
display: flex;
|
|
17405
|
+
padding-inline-end: 24px;
|
|
17406
|
+
}
|
|
17407
|
+
|
|
17408
|
+
.v-data-table-footer__pagination {
|
|
17409
|
+
display: flex;
|
|
17410
|
+
align-items: center;
|
|
17411
|
+
}
|
|
17412
|
+
|
|
17413
|
+
.v-data-table-footer__page {
|
|
17414
|
+
padding: 0 8px;
|
|
16389
17415
|
}.v-otp-input {
|
|
16390
17416
|
border-radius: 4px;
|
|
16391
17417
|
align-items: center;
|
|
@@ -17142,6 +18168,93 @@ html.overflow-y-hidden {
|
|
|
17142
18168
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17143
18169
|
opacity: var(--v-high-emphasis-opacity);
|
|
17144
18170
|
transform: rotate(180deg);
|
|
18171
|
+
}.v-avatar {
|
|
18172
|
+
flex: none;
|
|
18173
|
+
align-items: center;
|
|
18174
|
+
display: inline-flex;
|
|
18175
|
+
justify-content: center;
|
|
18176
|
+
line-height: normal;
|
|
18177
|
+
overflow: hidden;
|
|
18178
|
+
position: relative;
|
|
18179
|
+
text-align: center;
|
|
18180
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18181
|
+
transition-property: width, height;
|
|
18182
|
+
vertical-align: middle;
|
|
18183
|
+
border-radius: 50%;
|
|
18184
|
+
}
|
|
18185
|
+
.v-avatar.v-avatar--size-x-small {
|
|
18186
|
+
--v-avatar-height: 24px;
|
|
18187
|
+
}
|
|
18188
|
+
.v-avatar.v-avatar--size-small {
|
|
18189
|
+
--v-avatar-height: 32px;
|
|
18190
|
+
}
|
|
18191
|
+
.v-avatar.v-avatar--size-default {
|
|
18192
|
+
--v-avatar-height: 40px;
|
|
18193
|
+
}
|
|
18194
|
+
.v-avatar.v-avatar--size-large {
|
|
18195
|
+
--v-avatar-height: 48px;
|
|
18196
|
+
}
|
|
18197
|
+
.v-avatar.v-avatar--size-x-large {
|
|
18198
|
+
--v-avatar-height: 56px;
|
|
18199
|
+
}
|
|
18200
|
+
.v-avatar.v-avatar--density-default {
|
|
18201
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
18202
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
18203
|
+
}
|
|
18204
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
18205
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
18206
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
18207
|
+
}
|
|
18208
|
+
.v-avatar.v-avatar--density-compact {
|
|
18209
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
18210
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
18211
|
+
}
|
|
18212
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18213
|
+
background: transparent;
|
|
18214
|
+
color: inherit;
|
|
18215
|
+
}
|
|
18216
|
+
.v-avatar--variant-plain {
|
|
18217
|
+
opacity: 0.62;
|
|
18218
|
+
}
|
|
18219
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18220
|
+
opacity: 1;
|
|
18221
|
+
}
|
|
18222
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18223
|
+
display: none;
|
|
18224
|
+
}
|
|
18225
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18226
|
+
background: var(--v-theme-surface);
|
|
18227
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18228
|
+
}
|
|
18229
|
+
.v-avatar--variant-elevated {
|
|
18230
|
+
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));
|
|
18231
|
+
}
|
|
18232
|
+
.v-avatar--variant-flat {
|
|
18233
|
+
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));
|
|
18234
|
+
}
|
|
18235
|
+
.v-avatar--variant-outlined {
|
|
18236
|
+
border: thin solid currentColor;
|
|
18237
|
+
}
|
|
18238
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
18239
|
+
background: currentColor;
|
|
18240
|
+
}
|
|
18241
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18242
|
+
background: currentColor;
|
|
18243
|
+
opacity: var(--v-activated-opacity);
|
|
18244
|
+
border-radius: inherit;
|
|
18245
|
+
position: absolute;
|
|
18246
|
+
top: 0;
|
|
18247
|
+
right: 0;
|
|
18248
|
+
bottom: 0;
|
|
18249
|
+
left: 0;
|
|
18250
|
+
pointer-events: none;
|
|
18251
|
+
}
|
|
18252
|
+
.v-avatar--rounded {
|
|
18253
|
+
border-radius: 4px;
|
|
18254
|
+
}
|
|
18255
|
+
.v-avatar .v-img {
|
|
18256
|
+
height: 100%;
|
|
18257
|
+
width: 100%;
|
|
17145
18258
|
}.v-badge {
|
|
17146
18259
|
display: inline-block;
|
|
17147
18260
|
line-height: 1;
|
|
@@ -17371,93 +18484,6 @@ html.overflow-y-hidden {
|
|
|
17371
18484
|
}
|
|
17372
18485
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17373
18486
|
align-self: flex-start;
|
|
17374
|
-
}.v-avatar {
|
|
17375
|
-
flex: none;
|
|
17376
|
-
align-items: center;
|
|
17377
|
-
display: inline-flex;
|
|
17378
|
-
justify-content: center;
|
|
17379
|
-
line-height: normal;
|
|
17380
|
-
overflow: hidden;
|
|
17381
|
-
position: relative;
|
|
17382
|
-
text-align: center;
|
|
17383
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17384
|
-
transition-property: width, height;
|
|
17385
|
-
vertical-align: middle;
|
|
17386
|
-
border-radius: 50%;
|
|
17387
|
-
}
|
|
17388
|
-
.v-avatar.v-avatar--size-x-small {
|
|
17389
|
-
--v-avatar-height: 24px;
|
|
17390
|
-
}
|
|
17391
|
-
.v-avatar.v-avatar--size-small {
|
|
17392
|
-
--v-avatar-height: 32px;
|
|
17393
|
-
}
|
|
17394
|
-
.v-avatar.v-avatar--size-default {
|
|
17395
|
-
--v-avatar-height: 40px;
|
|
17396
|
-
}
|
|
17397
|
-
.v-avatar.v-avatar--size-large {
|
|
17398
|
-
--v-avatar-height: 48px;
|
|
17399
|
-
}
|
|
17400
|
-
.v-avatar.v-avatar--size-x-large {
|
|
17401
|
-
--v-avatar-height: 56px;
|
|
17402
|
-
}
|
|
17403
|
-
.v-avatar.v-avatar--density-default {
|
|
17404
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
17405
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
17406
|
-
}
|
|
17407
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
17408
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
17409
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
17410
|
-
}
|
|
17411
|
-
.v-avatar.v-avatar--density-compact {
|
|
17412
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
17413
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
17414
|
-
}
|
|
17415
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17416
|
-
background: transparent;
|
|
17417
|
-
color: inherit;
|
|
17418
|
-
}
|
|
17419
|
-
.v-avatar--variant-plain {
|
|
17420
|
-
opacity: 0.62;
|
|
17421
|
-
}
|
|
17422
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17423
|
-
opacity: 1;
|
|
17424
|
-
}
|
|
17425
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17426
|
-
display: none;
|
|
17427
|
-
}
|
|
17428
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17429
|
-
background: var(--v-theme-surface);
|
|
17430
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17431
|
-
}
|
|
17432
|
-
.v-avatar--variant-elevated {
|
|
17433
|
-
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));
|
|
17434
|
-
}
|
|
17435
|
-
.v-avatar--variant-flat {
|
|
17436
|
-
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));
|
|
17437
|
-
}
|
|
17438
|
-
.v-avatar--variant-outlined {
|
|
17439
|
-
border: thin solid currentColor;
|
|
17440
|
-
}
|
|
17441
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
17442
|
-
background: currentColor;
|
|
17443
|
-
}
|
|
17444
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17445
|
-
background: currentColor;
|
|
17446
|
-
opacity: var(--v-activated-opacity);
|
|
17447
|
-
border-radius: inherit;
|
|
17448
|
-
position: absolute;
|
|
17449
|
-
top: 0;
|
|
17450
|
-
right: 0;
|
|
17451
|
-
bottom: 0;
|
|
17452
|
-
left: 0;
|
|
17453
|
-
pointer-events: none;
|
|
17454
|
-
}
|
|
17455
|
-
.v-avatar--rounded {
|
|
17456
|
-
border-radius: 4px;
|
|
17457
|
-
}
|
|
17458
|
-
.v-avatar .v-img {
|
|
17459
|
-
height: 100%;
|
|
17460
|
-
width: 100%;
|
|
17461
18487
|
}.v-bottom-navigation {
|
|
17462
18488
|
display: flex;
|
|
17463
18489
|
max-width: 100%;
|
|
@@ -17508,6 +18534,7 @@ html.overflow-y-hidden {
|
|
|
17508
18534
|
flex-grow: 1;
|
|
17509
18535
|
}
|
|
17510
18536
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18537
|
+
transition: inherit;
|
|
17511
18538
|
opacity: 0;
|
|
17512
18539
|
}
|
|
17513
18540
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
@@ -17883,6 +18910,9 @@ html.overflow-y-hidden {
|
|
|
17883
18910
|
.v-btn--rounded {
|
|
17884
18911
|
border-radius: 24px;
|
|
17885
18912
|
}
|
|
18913
|
+
.v-btn--rounded.v-btn--icon {
|
|
18914
|
+
border-radius: 4px;
|
|
18915
|
+
}
|
|
17886
18916
|
.v-btn .v-icon {
|
|
17887
18917
|
--v-icon-size-multiplier: 0.8571428571;
|
|
17888
18918
|
}
|
|
@@ -18038,6 +19068,8 @@ html.overflow-y-hidden {
|
|
|
18038
19068
|
}
|
|
18039
19069
|
.v-btn-group--tile {
|
|
18040
19070
|
border-radius: 0;
|
|
19071
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
19072
|
+
opacity: var(--v-activated-opacity);
|
|
18041
19073
|
}.v-card {
|
|
18042
19074
|
display: block;
|
|
18043
19075
|
overflow: hidden;
|
|
@@ -18328,8 +19360,6 @@ html.overflow-y-hidden {
|
|
|
18328
19360
|
pointer-events: none;
|
|
18329
19361
|
opacity: 0;
|
|
18330
19362
|
transition: opacity 0.2s ease-in-out;
|
|
18331
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18332
|
-
opacity: var(--v-activated-opacity);
|
|
18333
19363
|
}.v-carousel {
|
|
18334
19364
|
overflow: hidden;
|
|
18335
19365
|
position: relative;
|
|
@@ -19073,80 +20103,91 @@ html.overflow-y-hidden {
|
|
|
19073
20103
|
max-width: 100%;
|
|
19074
20104
|
}
|
|
19075
20105
|
|
|
19076
|
-
.
|
|
20106
|
+
.v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
|
|
19077
20107
|
margin-left: 8.3333333333%;
|
|
19078
20108
|
}
|
|
19079
|
-
|
|
20109
|
+
|
|
20110
|
+
.v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
|
|
19080
20111
|
margin-right: 8.3333333333%;
|
|
19081
20112
|
}
|
|
19082
20113
|
|
|
19083
|
-
.
|
|
20114
|
+
.v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
|
|
19084
20115
|
margin-left: 16.6666666667%;
|
|
19085
20116
|
}
|
|
19086
|
-
|
|
20117
|
+
|
|
20118
|
+
.v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
|
|
19087
20119
|
margin-right: 16.6666666667%;
|
|
19088
20120
|
}
|
|
19089
20121
|
|
|
19090
|
-
.
|
|
20122
|
+
.v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
|
|
19091
20123
|
margin-left: 25%;
|
|
19092
20124
|
}
|
|
19093
|
-
|
|
20125
|
+
|
|
20126
|
+
.v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
|
|
19094
20127
|
margin-right: 25%;
|
|
19095
20128
|
}
|
|
19096
20129
|
|
|
19097
|
-
.
|
|
20130
|
+
.v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
|
|
19098
20131
|
margin-left: 33.3333333333%;
|
|
19099
20132
|
}
|
|
19100
|
-
|
|
20133
|
+
|
|
20134
|
+
.v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
|
|
19101
20135
|
margin-right: 33.3333333333%;
|
|
19102
20136
|
}
|
|
19103
20137
|
|
|
19104
|
-
.
|
|
20138
|
+
.v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
|
|
19105
20139
|
margin-left: 41.6666666667%;
|
|
19106
20140
|
}
|
|
19107
|
-
|
|
20141
|
+
|
|
20142
|
+
.v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
|
|
19108
20143
|
margin-right: 41.6666666667%;
|
|
19109
20144
|
}
|
|
19110
20145
|
|
|
19111
|
-
.
|
|
20146
|
+
.v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
|
|
19112
20147
|
margin-left: 50%;
|
|
19113
20148
|
}
|
|
19114
|
-
|
|
20149
|
+
|
|
20150
|
+
.v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
|
|
19115
20151
|
margin-right: 50%;
|
|
19116
20152
|
}
|
|
19117
20153
|
|
|
19118
|
-
.
|
|
20154
|
+
.v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
|
|
19119
20155
|
margin-left: 58.3333333333%;
|
|
19120
20156
|
}
|
|
19121
|
-
|
|
20157
|
+
|
|
20158
|
+
.v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
|
|
19122
20159
|
margin-right: 58.3333333333%;
|
|
19123
20160
|
}
|
|
19124
20161
|
|
|
19125
|
-
.
|
|
20162
|
+
.v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
|
|
19126
20163
|
margin-left: 66.6666666667%;
|
|
19127
20164
|
}
|
|
19128
|
-
|
|
20165
|
+
|
|
20166
|
+
.v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
|
|
19129
20167
|
margin-right: 66.6666666667%;
|
|
19130
20168
|
}
|
|
19131
20169
|
|
|
19132
|
-
.
|
|
20170
|
+
.v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
|
|
19133
20171
|
margin-left: 75%;
|
|
19134
20172
|
}
|
|
19135
|
-
|
|
20173
|
+
|
|
20174
|
+
.v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
|
|
19136
20175
|
margin-right: 75%;
|
|
19137
20176
|
}
|
|
19138
20177
|
|
|
19139
|
-
.
|
|
20178
|
+
.v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
|
|
19140
20179
|
margin-left: 83.3333333333%;
|
|
19141
20180
|
}
|
|
19142
|
-
|
|
20181
|
+
|
|
20182
|
+
.v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
|
|
19143
20183
|
margin-right: 83.3333333333%;
|
|
19144
20184
|
}
|
|
19145
20185
|
|
|
19146
|
-
.
|
|
20186
|
+
.v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
|
|
19147
20187
|
margin-left: 91.6666666667%;
|
|
19148
20188
|
}
|
|
19149
|
-
|
|
20189
|
+
|
|
20190
|
+
.v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
|
|
19150
20191
|
margin-right: 91.6666666667%;
|
|
19151
20192
|
}
|
|
19152
20193
|
|
|
@@ -19209,76 +20250,76 @@ html.overflow-y-hidden {
|
|
|
19209
20250
|
flex: 0 0 100%;
|
|
19210
20251
|
max-width: 100%;
|
|
19211
20252
|
}
|
|
19212
|
-
.
|
|
20253
|
+
.v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
|
|
19213
20254
|
margin-left: 0;
|
|
19214
20255
|
}
|
|
19215
|
-
.
|
|
20256
|
+
.v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
|
|
19216
20257
|
margin-right: 0;
|
|
19217
20258
|
}
|
|
19218
|
-
.
|
|
20259
|
+
.v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
|
|
19219
20260
|
margin-left: 8.3333333333%;
|
|
19220
20261
|
}
|
|
19221
|
-
.
|
|
20262
|
+
.v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
|
|
19222
20263
|
margin-right: 8.3333333333%;
|
|
19223
20264
|
}
|
|
19224
|
-
.
|
|
20265
|
+
.v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
|
|
19225
20266
|
margin-left: 16.6666666667%;
|
|
19226
20267
|
}
|
|
19227
|
-
.
|
|
20268
|
+
.v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
|
|
19228
20269
|
margin-right: 16.6666666667%;
|
|
19229
20270
|
}
|
|
19230
|
-
.
|
|
20271
|
+
.v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
|
|
19231
20272
|
margin-left: 25%;
|
|
19232
20273
|
}
|
|
19233
|
-
.
|
|
20274
|
+
.v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
|
|
19234
20275
|
margin-right: 25%;
|
|
19235
20276
|
}
|
|
19236
|
-
.
|
|
20277
|
+
.v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
|
|
19237
20278
|
margin-left: 33.3333333333%;
|
|
19238
20279
|
}
|
|
19239
|
-
.
|
|
20280
|
+
.v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
|
|
19240
20281
|
margin-right: 33.3333333333%;
|
|
19241
20282
|
}
|
|
19242
|
-
.
|
|
20283
|
+
.v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
|
|
19243
20284
|
margin-left: 41.6666666667%;
|
|
19244
20285
|
}
|
|
19245
|
-
.
|
|
20286
|
+
.v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
|
|
19246
20287
|
margin-right: 41.6666666667%;
|
|
19247
20288
|
}
|
|
19248
|
-
.
|
|
20289
|
+
.v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
|
|
19249
20290
|
margin-left: 50%;
|
|
19250
20291
|
}
|
|
19251
|
-
.
|
|
20292
|
+
.v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
|
|
19252
20293
|
margin-right: 50%;
|
|
19253
20294
|
}
|
|
19254
|
-
.
|
|
20295
|
+
.v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
|
|
19255
20296
|
margin-left: 58.3333333333%;
|
|
19256
20297
|
}
|
|
19257
|
-
.
|
|
20298
|
+
.v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
|
|
19258
20299
|
margin-right: 58.3333333333%;
|
|
19259
20300
|
}
|
|
19260
|
-
.
|
|
20301
|
+
.v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
|
|
19261
20302
|
margin-left: 66.6666666667%;
|
|
19262
20303
|
}
|
|
19263
|
-
.
|
|
20304
|
+
.v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
|
|
19264
20305
|
margin-right: 66.6666666667%;
|
|
19265
20306
|
}
|
|
19266
|
-
.
|
|
20307
|
+
.v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
|
|
19267
20308
|
margin-left: 75%;
|
|
19268
20309
|
}
|
|
19269
|
-
.
|
|
20310
|
+
.v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
|
|
19270
20311
|
margin-right: 75%;
|
|
19271
20312
|
}
|
|
19272
|
-
.
|
|
20313
|
+
.v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
|
|
19273
20314
|
margin-left: 83.3333333333%;
|
|
19274
20315
|
}
|
|
19275
|
-
.
|
|
20316
|
+
.v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
|
|
19276
20317
|
margin-right: 83.3333333333%;
|
|
19277
20318
|
}
|
|
19278
|
-
.
|
|
20319
|
+
.v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
|
|
19279
20320
|
margin-left: 91.6666666667%;
|
|
19280
20321
|
}
|
|
19281
|
-
.
|
|
20322
|
+
.v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
|
|
19282
20323
|
margin-right: 91.6666666667%;
|
|
19283
20324
|
}
|
|
19284
20325
|
}
|
|
@@ -19341,76 +20382,76 @@ html.overflow-y-hidden {
|
|
|
19341
20382
|
flex: 0 0 100%;
|
|
19342
20383
|
max-width: 100%;
|
|
19343
20384
|
}
|
|
19344
|
-
.
|
|
20385
|
+
.v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
|
|
19345
20386
|
margin-left: 0;
|
|
19346
20387
|
}
|
|
19347
|
-
.
|
|
20388
|
+
.v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
|
|
19348
20389
|
margin-right: 0;
|
|
19349
20390
|
}
|
|
19350
|
-
.
|
|
20391
|
+
.v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
|
|
19351
20392
|
margin-left: 8.3333333333%;
|
|
19352
20393
|
}
|
|
19353
|
-
.
|
|
20394
|
+
.v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
|
|
19354
20395
|
margin-right: 8.3333333333%;
|
|
19355
20396
|
}
|
|
19356
|
-
.
|
|
20397
|
+
.v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
|
|
19357
20398
|
margin-left: 16.6666666667%;
|
|
19358
20399
|
}
|
|
19359
|
-
.
|
|
20400
|
+
.v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
|
|
19360
20401
|
margin-right: 16.6666666667%;
|
|
19361
20402
|
}
|
|
19362
|
-
.
|
|
20403
|
+
.v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
|
|
19363
20404
|
margin-left: 25%;
|
|
19364
20405
|
}
|
|
19365
|
-
.
|
|
20406
|
+
.v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
|
|
19366
20407
|
margin-right: 25%;
|
|
19367
20408
|
}
|
|
19368
|
-
.
|
|
20409
|
+
.v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
|
|
19369
20410
|
margin-left: 33.3333333333%;
|
|
19370
20411
|
}
|
|
19371
|
-
.
|
|
20412
|
+
.v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
|
|
19372
20413
|
margin-right: 33.3333333333%;
|
|
19373
20414
|
}
|
|
19374
|
-
.
|
|
20415
|
+
.v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
|
|
19375
20416
|
margin-left: 41.6666666667%;
|
|
19376
20417
|
}
|
|
19377
|
-
.
|
|
20418
|
+
.v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
|
|
19378
20419
|
margin-right: 41.6666666667%;
|
|
19379
20420
|
}
|
|
19380
|
-
.
|
|
20421
|
+
.v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
|
|
19381
20422
|
margin-left: 50%;
|
|
19382
20423
|
}
|
|
19383
|
-
.
|
|
20424
|
+
.v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
|
|
19384
20425
|
margin-right: 50%;
|
|
19385
20426
|
}
|
|
19386
|
-
.
|
|
20427
|
+
.v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
|
|
19387
20428
|
margin-left: 58.3333333333%;
|
|
19388
20429
|
}
|
|
19389
|
-
.
|
|
20430
|
+
.v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
|
|
19390
20431
|
margin-right: 58.3333333333%;
|
|
19391
20432
|
}
|
|
19392
|
-
.
|
|
20433
|
+
.v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
|
|
19393
20434
|
margin-left: 66.6666666667%;
|
|
19394
20435
|
}
|
|
19395
|
-
.
|
|
20436
|
+
.v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
|
|
19396
20437
|
margin-right: 66.6666666667%;
|
|
19397
20438
|
}
|
|
19398
|
-
.
|
|
20439
|
+
.v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
|
|
19399
20440
|
margin-left: 75%;
|
|
19400
20441
|
}
|
|
19401
|
-
.
|
|
20442
|
+
.v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
|
|
19402
20443
|
margin-right: 75%;
|
|
19403
20444
|
}
|
|
19404
|
-
.
|
|
20445
|
+
.v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
|
|
19405
20446
|
margin-left: 83.3333333333%;
|
|
19406
20447
|
}
|
|
19407
|
-
.
|
|
20448
|
+
.v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
|
|
19408
20449
|
margin-right: 83.3333333333%;
|
|
19409
20450
|
}
|
|
19410
|
-
.
|
|
20451
|
+
.v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
|
|
19411
20452
|
margin-left: 91.6666666667%;
|
|
19412
20453
|
}
|
|
19413
|
-
.
|
|
20454
|
+
.v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
|
|
19414
20455
|
margin-right: 91.6666666667%;
|
|
19415
20456
|
}
|
|
19416
20457
|
}
|
|
@@ -19473,76 +20514,76 @@ html.overflow-y-hidden {
|
|
|
19473
20514
|
flex: 0 0 100%;
|
|
19474
20515
|
max-width: 100%;
|
|
19475
20516
|
}
|
|
19476
|
-
.
|
|
20517
|
+
.v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
|
|
19477
20518
|
margin-left: 0;
|
|
19478
20519
|
}
|
|
19479
|
-
.
|
|
20520
|
+
.v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
|
|
19480
20521
|
margin-right: 0;
|
|
19481
20522
|
}
|
|
19482
|
-
.
|
|
20523
|
+
.v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
|
|
19483
20524
|
margin-left: 8.3333333333%;
|
|
19484
20525
|
}
|
|
19485
|
-
.
|
|
20526
|
+
.v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
|
|
19486
20527
|
margin-right: 8.3333333333%;
|
|
19487
20528
|
}
|
|
19488
|
-
.
|
|
20529
|
+
.v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
|
|
19489
20530
|
margin-left: 16.6666666667%;
|
|
19490
20531
|
}
|
|
19491
|
-
.
|
|
20532
|
+
.v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
|
|
19492
20533
|
margin-right: 16.6666666667%;
|
|
19493
20534
|
}
|
|
19494
|
-
.
|
|
20535
|
+
.v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
|
|
19495
20536
|
margin-left: 25%;
|
|
19496
20537
|
}
|
|
19497
|
-
.
|
|
20538
|
+
.v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
|
|
19498
20539
|
margin-right: 25%;
|
|
19499
20540
|
}
|
|
19500
|
-
.
|
|
20541
|
+
.v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
|
|
19501
20542
|
margin-left: 33.3333333333%;
|
|
19502
20543
|
}
|
|
19503
|
-
.
|
|
20544
|
+
.v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
|
|
19504
20545
|
margin-right: 33.3333333333%;
|
|
19505
20546
|
}
|
|
19506
|
-
.
|
|
20547
|
+
.v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
|
|
19507
20548
|
margin-left: 41.6666666667%;
|
|
19508
20549
|
}
|
|
19509
|
-
.
|
|
20550
|
+
.v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
|
|
19510
20551
|
margin-right: 41.6666666667%;
|
|
19511
20552
|
}
|
|
19512
|
-
.
|
|
20553
|
+
.v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
|
|
19513
20554
|
margin-left: 50%;
|
|
19514
20555
|
}
|
|
19515
|
-
.
|
|
20556
|
+
.v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
|
|
19516
20557
|
margin-right: 50%;
|
|
19517
20558
|
}
|
|
19518
|
-
.
|
|
20559
|
+
.v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
|
|
19519
20560
|
margin-left: 58.3333333333%;
|
|
19520
20561
|
}
|
|
19521
|
-
.
|
|
20562
|
+
.v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
|
|
19522
20563
|
margin-right: 58.3333333333%;
|
|
19523
20564
|
}
|
|
19524
|
-
.
|
|
20565
|
+
.v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
|
|
19525
20566
|
margin-left: 66.6666666667%;
|
|
19526
20567
|
}
|
|
19527
|
-
.
|
|
20568
|
+
.v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
|
|
19528
20569
|
margin-right: 66.6666666667%;
|
|
19529
20570
|
}
|
|
19530
|
-
.
|
|
20571
|
+
.v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
|
|
19531
20572
|
margin-left: 75%;
|
|
19532
20573
|
}
|
|
19533
|
-
.
|
|
20574
|
+
.v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
|
|
19534
20575
|
margin-right: 75%;
|
|
19535
20576
|
}
|
|
19536
|
-
.
|
|
20577
|
+
.v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
|
|
19537
20578
|
margin-left: 83.3333333333%;
|
|
19538
20579
|
}
|
|
19539
|
-
.
|
|
20580
|
+
.v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
|
|
19540
20581
|
margin-right: 83.3333333333%;
|
|
19541
20582
|
}
|
|
19542
|
-
.
|
|
20583
|
+
.v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
|
|
19543
20584
|
margin-left: 91.6666666667%;
|
|
19544
20585
|
}
|
|
19545
|
-
.
|
|
20586
|
+
.v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
|
|
19546
20587
|
margin-right: 91.6666666667%;
|
|
19547
20588
|
}
|
|
19548
20589
|
}
|
|
@@ -19605,76 +20646,76 @@ html.overflow-y-hidden {
|
|
|
19605
20646
|
flex: 0 0 100%;
|
|
19606
20647
|
max-width: 100%;
|
|
19607
20648
|
}
|
|
19608
|
-
.
|
|
20649
|
+
.v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
|
|
19609
20650
|
margin-left: 0;
|
|
19610
20651
|
}
|
|
19611
|
-
.
|
|
20652
|
+
.v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
|
|
19612
20653
|
margin-right: 0;
|
|
19613
20654
|
}
|
|
19614
|
-
.
|
|
20655
|
+
.v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
|
|
19615
20656
|
margin-left: 8.3333333333%;
|
|
19616
20657
|
}
|
|
19617
|
-
.
|
|
20658
|
+
.v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
|
|
19618
20659
|
margin-right: 8.3333333333%;
|
|
19619
20660
|
}
|
|
19620
|
-
.
|
|
20661
|
+
.v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
|
|
19621
20662
|
margin-left: 16.6666666667%;
|
|
19622
20663
|
}
|
|
19623
|
-
.
|
|
20664
|
+
.v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
|
|
19624
20665
|
margin-right: 16.6666666667%;
|
|
19625
20666
|
}
|
|
19626
|
-
.
|
|
20667
|
+
.v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
|
|
19627
20668
|
margin-left: 25%;
|
|
19628
20669
|
}
|
|
19629
|
-
.
|
|
20670
|
+
.v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
|
|
19630
20671
|
margin-right: 25%;
|
|
19631
20672
|
}
|
|
19632
|
-
.
|
|
20673
|
+
.v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
|
|
19633
20674
|
margin-left: 33.3333333333%;
|
|
19634
20675
|
}
|
|
19635
|
-
.
|
|
20676
|
+
.v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
|
|
19636
20677
|
margin-right: 33.3333333333%;
|
|
19637
20678
|
}
|
|
19638
|
-
.
|
|
20679
|
+
.v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
|
|
19639
20680
|
margin-left: 41.6666666667%;
|
|
19640
20681
|
}
|
|
19641
|
-
.
|
|
20682
|
+
.v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
|
|
19642
20683
|
margin-right: 41.6666666667%;
|
|
19643
20684
|
}
|
|
19644
|
-
.
|
|
20685
|
+
.v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
|
|
19645
20686
|
margin-left: 50%;
|
|
19646
20687
|
}
|
|
19647
|
-
.
|
|
20688
|
+
.v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
|
|
19648
20689
|
margin-right: 50%;
|
|
19649
20690
|
}
|
|
19650
|
-
.
|
|
20691
|
+
.v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
|
|
19651
20692
|
margin-left: 58.3333333333%;
|
|
19652
20693
|
}
|
|
19653
|
-
.
|
|
20694
|
+
.v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
|
|
19654
20695
|
margin-right: 58.3333333333%;
|
|
19655
20696
|
}
|
|
19656
|
-
.
|
|
20697
|
+
.v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
|
|
19657
20698
|
margin-left: 66.6666666667%;
|
|
19658
20699
|
}
|
|
19659
|
-
.
|
|
20700
|
+
.v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
|
|
19660
20701
|
margin-right: 66.6666666667%;
|
|
19661
20702
|
}
|
|
19662
|
-
.
|
|
20703
|
+
.v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
|
|
19663
20704
|
margin-left: 75%;
|
|
19664
20705
|
}
|
|
19665
|
-
.
|
|
20706
|
+
.v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
|
|
19666
20707
|
margin-right: 75%;
|
|
19667
20708
|
}
|
|
19668
|
-
.
|
|
20709
|
+
.v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
|
|
19669
20710
|
margin-left: 83.3333333333%;
|
|
19670
20711
|
}
|
|
19671
|
-
.
|
|
20712
|
+
.v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
|
|
19672
20713
|
margin-right: 83.3333333333%;
|
|
19673
20714
|
}
|
|
19674
|
-
.
|
|
20715
|
+
.v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
|
|
19675
20716
|
margin-left: 91.6666666667%;
|
|
19676
20717
|
}
|
|
19677
|
-
.
|
|
20718
|
+
.v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
|
|
19678
20719
|
margin-right: 91.6666666667%;
|
|
19679
20720
|
}
|
|
19680
20721
|
}
|
|
@@ -19737,76 +20778,76 @@ html.overflow-y-hidden {
|
|
|
19737
20778
|
flex: 0 0 100%;
|
|
19738
20779
|
max-width: 100%;
|
|
19739
20780
|
}
|
|
19740
|
-
.
|
|
20781
|
+
.v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
|
|
19741
20782
|
margin-left: 0;
|
|
19742
20783
|
}
|
|
19743
|
-
.
|
|
20784
|
+
.v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
|
|
19744
20785
|
margin-right: 0;
|
|
19745
20786
|
}
|
|
19746
|
-
.
|
|
20787
|
+
.v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
|
|
19747
20788
|
margin-left: 8.3333333333%;
|
|
19748
20789
|
}
|
|
19749
|
-
.
|
|
20790
|
+
.v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
|
|
19750
20791
|
margin-right: 8.3333333333%;
|
|
19751
20792
|
}
|
|
19752
|
-
.
|
|
20793
|
+
.v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
|
|
19753
20794
|
margin-left: 16.6666666667%;
|
|
19754
20795
|
}
|
|
19755
|
-
.
|
|
20796
|
+
.v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
|
|
19756
20797
|
margin-right: 16.6666666667%;
|
|
19757
20798
|
}
|
|
19758
|
-
.
|
|
20799
|
+
.v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
|
|
19759
20800
|
margin-left: 25%;
|
|
19760
20801
|
}
|
|
19761
|
-
.
|
|
20802
|
+
.v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
|
|
19762
20803
|
margin-right: 25%;
|
|
19763
20804
|
}
|
|
19764
|
-
.
|
|
20805
|
+
.v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
|
|
19765
20806
|
margin-left: 33.3333333333%;
|
|
19766
20807
|
}
|
|
19767
|
-
.
|
|
20808
|
+
.v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
|
|
19768
20809
|
margin-right: 33.3333333333%;
|
|
19769
20810
|
}
|
|
19770
|
-
.
|
|
20811
|
+
.v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
|
|
19771
20812
|
margin-left: 41.6666666667%;
|
|
19772
20813
|
}
|
|
19773
|
-
.
|
|
20814
|
+
.v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
|
|
19774
20815
|
margin-right: 41.6666666667%;
|
|
19775
20816
|
}
|
|
19776
|
-
.
|
|
20817
|
+
.v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
|
|
19777
20818
|
margin-left: 50%;
|
|
19778
20819
|
}
|
|
19779
|
-
.
|
|
20820
|
+
.v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
|
|
19780
20821
|
margin-right: 50%;
|
|
19781
20822
|
}
|
|
19782
|
-
.
|
|
20823
|
+
.v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
|
|
19783
20824
|
margin-left: 58.3333333333%;
|
|
19784
20825
|
}
|
|
19785
|
-
.
|
|
20826
|
+
.v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
|
|
19786
20827
|
margin-right: 58.3333333333%;
|
|
19787
20828
|
}
|
|
19788
|
-
.
|
|
20829
|
+
.v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
|
|
19789
20830
|
margin-left: 66.6666666667%;
|
|
19790
20831
|
}
|
|
19791
|
-
.
|
|
20832
|
+
.v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
|
|
19792
20833
|
margin-right: 66.6666666667%;
|
|
19793
20834
|
}
|
|
19794
|
-
.
|
|
20835
|
+
.v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
|
|
19795
20836
|
margin-left: 75%;
|
|
19796
20837
|
}
|
|
19797
|
-
.
|
|
20838
|
+
.v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
|
|
19798
20839
|
margin-right: 75%;
|
|
19799
20840
|
}
|
|
19800
|
-
.
|
|
20841
|
+
.v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
|
|
19801
20842
|
margin-left: 83.3333333333%;
|
|
19802
20843
|
}
|
|
19803
|
-
.
|
|
20844
|
+
.v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
|
|
19804
20845
|
margin-right: 83.3333333333%;
|
|
19805
20846
|
}
|
|
19806
|
-
.
|
|
20847
|
+
.v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
|
|
19807
20848
|
margin-left: 91.6666666667%;
|
|
19808
20849
|
}
|
|
19809
|
-
.
|
|
20850
|
+
.v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
|
|
19810
20851
|
margin-right: 91.6666666667%;
|
|
19811
20852
|
}
|
|
19812
20853
|
}.v-counter {
|
|
@@ -19899,6 +20940,35 @@ html.overflow-y-hidden {
|
|
|
19899
20940
|
-webkit-backface-visibility: hidden;
|
|
19900
20941
|
backface-visibility: hidden;
|
|
19901
20942
|
overflow-y: auto;
|
|
20943
|
+
}.v-divider {
|
|
20944
|
+
display: block;
|
|
20945
|
+
flex: 1 1 100%;
|
|
20946
|
+
height: 0px;
|
|
20947
|
+
max-height: 0px;
|
|
20948
|
+
opacity: var(--v-border-opacity);
|
|
20949
|
+
transition: inherit;
|
|
20950
|
+
border-style: solid;
|
|
20951
|
+
border-width: thin 0 0 0;
|
|
20952
|
+
}
|
|
20953
|
+
.v-divider--vertical {
|
|
20954
|
+
align-self: stretch;
|
|
20955
|
+
border-width: 0 thin 0 0;
|
|
20956
|
+
display: inline-flex;
|
|
20957
|
+
height: inherit;
|
|
20958
|
+
margin-left: -1px;
|
|
20959
|
+
max-height: 100%;
|
|
20960
|
+
max-width: 0px;
|
|
20961
|
+
vertical-align: text-bottom;
|
|
20962
|
+
width: 0px;
|
|
20963
|
+
}
|
|
20964
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20965
|
+
max-width: calc(100% - 72px);
|
|
20966
|
+
margin-inline-start: 72px;
|
|
20967
|
+
}
|
|
20968
|
+
.v-divider--inset.v-divider--vertical {
|
|
20969
|
+
margin-bottom: 8px;
|
|
20970
|
+
margin-top: 8px;
|
|
20971
|
+
max-height: calc(100% - 16px);
|
|
19902
20972
|
}.v-expansion-panel {
|
|
19903
20973
|
background-color: rgb(var(--v-theme-surface));
|
|
19904
20974
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -20351,6 +21421,7 @@ textarea.v-field__input::placeholder {
|
|
|
20351
21421
|
transform-origin: left center;
|
|
20352
21422
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20353
21423
|
transition-property: opacity, transform;
|
|
21424
|
+
z-index: 1;
|
|
20354
21425
|
}
|
|
20355
21426
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
20356
21427
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -20477,18 +21548,20 @@ textarea.v-field__input::placeholder {
|
|
|
20477
21548
|
border-bottom-width: var(--v-field-border-width);
|
|
20478
21549
|
border-inline-start-width: var(--v-field-border-width);
|
|
20479
21550
|
}
|
|
20480
|
-
.v-field--variant-outlined .v-field__outline__start
|
|
21551
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
20481
21552
|
border-top-left-radius: inherit;
|
|
20482
21553
|
border-top-right-radius: 0;
|
|
20483
21554
|
border-bottom-right-radius: 0;
|
|
20484
21555
|
border-bottom-left-radius: inherit;
|
|
20485
21556
|
}
|
|
20486
|
-
|
|
21557
|
+
|
|
21558
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
20487
21559
|
border-top-left-radius: 0;
|
|
20488
21560
|
border-top-right-radius: inherit;
|
|
20489
21561
|
border-bottom-right-radius: inherit;
|
|
20490
21562
|
border-bottom-left-radius: 0;
|
|
20491
21563
|
}
|
|
21564
|
+
|
|
20492
21565
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
20493
21566
|
flex: none;
|
|
20494
21567
|
position: relative;
|
|
@@ -20520,13 +21593,14 @@ textarea.v-field__input::placeholder {
|
|
|
20520
21593
|
border-bottom-width: var(--v-field-border-width);
|
|
20521
21594
|
border-inline-end-width: var(--v-field-border-width);
|
|
20522
21595
|
}
|
|
20523
|
-
.v-field--variant-outlined .v-field__outline__end
|
|
21596
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
20524
21597
|
border-top-left-radius: 0;
|
|
20525
21598
|
border-top-right-radius: inherit;
|
|
20526
21599
|
border-bottom-right-radius: inherit;
|
|
20527
21600
|
border-bottom-left-radius: 0;
|
|
20528
21601
|
}
|
|
20529
|
-
|
|
21602
|
+
|
|
21603
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
20530
21604
|
border-top-left-radius: inherit;
|
|
20531
21605
|
border-top-right-radius: 0;
|
|
20532
21606
|
border-bottom-right-radius: 0;
|
|
@@ -20607,10 +21681,11 @@ textarea.v-field__input::placeholder {
|
|
|
20607
21681
|
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
20608
21682
|
flex-direction: row-reverse;
|
|
20609
21683
|
}
|
|
20610
|
-
.v-field--reverse .v-field__input
|
|
21684
|
+
.v-locale--is-ltr.v-field--reverse .v-field__input, .v-locale--is-ltr.v-field--reverse input, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-locale--is-ltr .v-field--reverse input {
|
|
20611
21685
|
text-align: right;
|
|
20612
21686
|
}
|
|
20613
|
-
|
|
21687
|
+
|
|
21688
|
+
.v-locale--is-rtl.v-field--reverse .v-field__input, .v-locale--is-rtl.v-field--reverse input, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-locale--is-rtl .v-field--reverse input {
|
|
20614
21689
|
text-align: left;
|
|
20615
21690
|
}
|
|
20616
21691
|
|
|
@@ -20624,36 +21699,7 @@ textarea.v-field__input::placeholder {
|
|
|
20624
21699
|
opacity: 0;
|
|
20625
21700
|
}
|
|
20626
21701
|
|
|
20627
|
-
/* endregion */.v-
|
|
20628
|
-
display: block;
|
|
20629
|
-
flex: 1 1 100%;
|
|
20630
|
-
height: 0px;
|
|
20631
|
-
max-height: 0px;
|
|
20632
|
-
opacity: var(--v-border-opacity);
|
|
20633
|
-
transition: inherit;
|
|
20634
|
-
border-style: solid;
|
|
20635
|
-
border-width: thin 0 0 0;
|
|
20636
|
-
}
|
|
20637
|
-
.v-divider--vertical {
|
|
20638
|
-
align-self: stretch;
|
|
20639
|
-
border-width: 0 thin 0 0;
|
|
20640
|
-
display: inline-flex;
|
|
20641
|
-
height: inherit;
|
|
20642
|
-
margin-left: -1px;
|
|
20643
|
-
max-height: 100%;
|
|
20644
|
-
max-width: 0px;
|
|
20645
|
-
vertical-align: text-bottom;
|
|
20646
|
-
width: 0px;
|
|
20647
|
-
}
|
|
20648
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20649
|
-
max-width: calc(100% - 72px);
|
|
20650
|
-
margin-inline-start: 72px;
|
|
20651
|
-
}
|
|
20652
|
-
.v-divider--inset.v-divider--vertical {
|
|
20653
|
-
margin-bottom: 8px;
|
|
20654
|
-
margin-top: 8px;
|
|
20655
|
-
max-height: calc(100% - 16px);
|
|
20656
|
-
}.v-file-input input[type=file] {
|
|
21702
|
+
/* endregion */.v-file-input input[type=file] {
|
|
20657
21703
|
height: 100%;
|
|
20658
21704
|
left: 0;
|
|
20659
21705
|
opacity: 0;
|
|
@@ -20662,6 +21708,10 @@ textarea.v-field__input::placeholder {
|
|
|
20662
21708
|
width: 100%;
|
|
20663
21709
|
z-index: 1;
|
|
20664
21710
|
}
|
|
21711
|
+
.v-file-input .v-input__details {
|
|
21712
|
+
padding-inline-start: 16px;
|
|
21713
|
+
padding-inline-end: 16px;
|
|
21714
|
+
}
|
|
20665
21715
|
.v-file-input .v-chip {
|
|
20666
21716
|
margin-top: var(--v-input-chips-margin-top);
|
|
20667
21717
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
@@ -20965,7 +22015,7 @@ textarea.v-field__input::placeholder {
|
|
|
20965
22015
|
padding-inline-start: 8px;
|
|
20966
22016
|
padding-inline-end: 8px;
|
|
20967
22017
|
}
|
|
20968
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
22018
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20969
22019
|
--v-avatar-height: 24px;
|
|
20970
22020
|
}
|
|
20971
22021
|
.v-list--rounded {
|
|
@@ -21177,12 +22227,13 @@ textarea.v-field__input::placeholder {
|
|
|
21177
22227
|
display: flex;
|
|
21178
22228
|
grid-area: prepend;
|
|
21179
22229
|
}
|
|
21180
|
-
.v-list-item__prepend > .v-
|
|
21181
|
-
|
|
22230
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
22231
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
22232
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
22233
|
+
width: 32px;
|
|
21182
22234
|
}
|
|
21183
|
-
.v-list-item__prepend > .v-
|
|
21184
|
-
|
|
21185
|
-
margin-inline-end: 32px;
|
|
22235
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
22236
|
+
width: 16px;
|
|
21186
22237
|
}
|
|
21187
22238
|
.v-list-item--three-line .v-list-item__prepend {
|
|
21188
22239
|
align-self: start;
|
|
@@ -21194,12 +22245,16 @@ textarea.v-field__input::placeholder {
|
|
|
21194
22245
|
align-items: center;
|
|
21195
22246
|
grid-area: append;
|
|
21196
22247
|
}
|
|
21197
|
-
.v-list-item__append
|
|
21198
|
-
|
|
22248
|
+
.v-list-item__append .v-list-item__spacer {
|
|
22249
|
+
order: -1;
|
|
21199
22250
|
}
|
|
21200
|
-
.v-list-item__append > .v-badge .v-
|
|
21201
|
-
.v-list-item__append > .v-icon
|
|
21202
|
-
|
|
22251
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
22252
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
22253
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
22254
|
+
width: 32px;
|
|
22255
|
+
}
|
|
22256
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
22257
|
+
width: 16px;
|
|
21203
22258
|
}
|
|
21204
22259
|
.v-list-item--three-line .v-list-item__append {
|
|
21205
22260
|
align-self: start;
|
|
@@ -21532,7 +22587,6 @@ textarea.v-field__input::placeholder {
|
|
|
21532
22587
|
transition-duration: 0.2s;
|
|
21533
22588
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21534
22589
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21535
|
-
will-change: transform;
|
|
21536
22590
|
position: absolute;
|
|
21537
22591
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21538
22592
|
border-style: solid;
|
|
@@ -21933,11 +22987,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21933
22987
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
21934
22988
|
border-radius: 9999px;
|
|
21935
22989
|
}
|
|
21936
|
-
.v-progress-linear--rounded-bar .v-progress-linear__determinate
|
|
22990
|
+
.v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21937
22991
|
border-top-left-radius: 0;
|
|
21938
22992
|
border-bottom-left-radius: 0;
|
|
21939
22993
|
}
|
|
21940
|
-
|
|
22994
|
+
|
|
22995
|
+
.v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21941
22996
|
border-top-right-radius: 0;
|
|
21942
22997
|
border-bottom-right-radius: 0;
|
|
21943
22998
|
}
|
|
@@ -22011,10 +23066,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22011
23066
|
flex-direction: column;
|
|
22012
23067
|
}
|
|
22013
23068
|
.v-radio-group > .v-input__control > .v-label {
|
|
22014
|
-
margin-inline-start:
|
|
23069
|
+
margin-inline-start: 16px;
|
|
22015
23070
|
}
|
|
22016
23071
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23072
|
+
padding-inline-start: 6px;
|
|
22017
23073
|
margin-top: 8px;
|
|
23074
|
+
}
|
|
23075
|
+
.v-radio-group .v-input__details {
|
|
23076
|
+
padding-inline-start: 16px;
|
|
23077
|
+
padding-inline-end: 16px;
|
|
22018
23078
|
}.v-slider .v-slider__container input {
|
|
22019
23079
|
cursor: default;
|
|
22020
23080
|
padding: 0;
|
|
@@ -22153,6 +23213,58 @@ html.v-overlay-scroll-blocked {
|
|
|
22153
23213
|
flex: 1 0 0px;
|
|
22154
23214
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22155
23215
|
pointer-events: none;
|
|
23216
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
23217
|
+
.v-select .v-field .v-text-field__suffix,
|
|
23218
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
23219
|
+
cursor: pointer;
|
|
23220
|
+
}
|
|
23221
|
+
.v-select .v-field .v-field__input > input {
|
|
23222
|
+
align-self: flex-start;
|
|
23223
|
+
opacity: 1;
|
|
23224
|
+
flex: 0 0;
|
|
23225
|
+
position: absolute;
|
|
23226
|
+
width: 100%;
|
|
23227
|
+
transition: none;
|
|
23228
|
+
pointer-events: none;
|
|
23229
|
+
caret-color: transparent;
|
|
23230
|
+
}
|
|
23231
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
23232
|
+
margin-inline-end: 2px;
|
|
23233
|
+
}
|
|
23234
|
+
.v-select .v-select__selection-text {
|
|
23235
|
+
overflow: hidden;
|
|
23236
|
+
text-overflow: ellipsis;
|
|
23237
|
+
white-space: nowrap;
|
|
23238
|
+
}
|
|
23239
|
+
.v-select__content {
|
|
23240
|
+
overflow: hidden;
|
|
23241
|
+
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));
|
|
23242
|
+
border-radius: 4px;
|
|
23243
|
+
}
|
|
23244
|
+
.v-select__selection {
|
|
23245
|
+
display: inline-flex;
|
|
23246
|
+
align-items: center;
|
|
23247
|
+
letter-spacing: inherit;
|
|
23248
|
+
line-height: inherit;
|
|
23249
|
+
max-width: 100%;
|
|
23250
|
+
}
|
|
23251
|
+
.v-select .v-select__selection {
|
|
23252
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
23253
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
23254
|
+
}
|
|
23255
|
+
.v-select .v-select__selection:first-child {
|
|
23256
|
+
margin-inline-start: 0;
|
|
23257
|
+
}
|
|
23258
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
23259
|
+
opacity: 0;
|
|
23260
|
+
}
|
|
23261
|
+
.v-select__menu-icon {
|
|
23262
|
+
margin-inline-start: 4px;
|
|
23263
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23264
|
+
}
|
|
23265
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
23266
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
23267
|
+
transform: rotate(180deg);
|
|
22156
23268
|
}.v-selection-control {
|
|
22157
23269
|
align-items: center;
|
|
22158
23270
|
contain: layout;
|
|
@@ -22255,58 +23367,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22255
23367
|
}
|
|
22256
23368
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22257
23369
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22258
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22259
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22260
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22261
|
-
cursor: pointer;
|
|
22262
|
-
}
|
|
22263
|
-
.v-select .v-field .v-field__input > input {
|
|
22264
|
-
align-self: flex-start;
|
|
22265
|
-
opacity: 1;
|
|
22266
|
-
flex: 0 0;
|
|
22267
|
-
position: absolute;
|
|
22268
|
-
width: 100%;
|
|
22269
|
-
transition: none;
|
|
22270
|
-
pointer-events: none;
|
|
22271
|
-
caret-color: transparent;
|
|
22272
|
-
}
|
|
22273
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22274
|
-
margin-inline-end: 2px;
|
|
22275
|
-
}
|
|
22276
|
-
.v-select .v-select__selection-text {
|
|
22277
|
-
overflow: hidden;
|
|
22278
|
-
text-overflow: ellipsis;
|
|
22279
|
-
white-space: nowrap;
|
|
22280
|
-
}
|
|
22281
|
-
.v-select__content {
|
|
22282
|
-
overflow: hidden;
|
|
22283
|
-
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));
|
|
22284
|
-
border-radius: 4px;
|
|
22285
|
-
}
|
|
22286
|
-
.v-select__selection {
|
|
22287
|
-
display: inline-flex;
|
|
22288
|
-
align-items: center;
|
|
22289
|
-
letter-spacing: inherit;
|
|
22290
|
-
line-height: inherit;
|
|
22291
|
-
max-width: 100%;
|
|
22292
|
-
}
|
|
22293
|
-
.v-select .v-select__selection {
|
|
22294
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22295
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22296
|
-
}
|
|
22297
|
-
.v-select .v-select__selection:first-child {
|
|
22298
|
-
margin-inline-start: 0;
|
|
22299
|
-
}
|
|
22300
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
22301
|
-
opacity: 0;
|
|
22302
|
-
}
|
|
22303
|
-
.v-select__menu-icon {
|
|
22304
|
-
margin-inline-start: 4px;
|
|
22305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22306
|
-
}
|
|
22307
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
22308
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
22309
|
-
transform: rotate(180deg);
|
|
22310
23370
|
}.v-selection-control-group {
|
|
22311
23371
|
grid-area: control;
|
|
22312
23372
|
display: flex;
|
|
@@ -22508,52 +23568,56 @@ html.v-overlay-scroll-blocked {
|
|
|
22508
23568
|
|
|
22509
23569
|
.v-switch__track,
|
|
22510
23570
|
.v-switch__thumb {
|
|
22511
|
-
background-color: currentColor;
|
|
22512
23571
|
transition: none;
|
|
22513
23572
|
}
|
|
22514
23573
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
22515
23574
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
22516
23575
|
background-color: rgb(var(--v-theme-error));
|
|
22517
|
-
|
|
22518
|
-
|
|
22519
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
22520
|
-
color: currentColor;
|
|
23576
|
+
color: rgb(var(--v-theme-on-error));
|
|
22521
23577
|
}
|
|
22522
23578
|
|
|
22523
23579
|
.v-switch__track {
|
|
22524
|
-
|
|
23580
|
+
background-color: currentColor;
|
|
23581
|
+
border-radius: 9999px;
|
|
22525
23582
|
height: 14px;
|
|
22526
23583
|
opacity: 0.6;
|
|
22527
23584
|
width: 36px;
|
|
22528
23585
|
cursor: pointer;
|
|
23586
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
22529
23587
|
}
|
|
22530
23588
|
.v-switch--inset .v-switch__track {
|
|
22531
|
-
border-radius:
|
|
22532
|
-
height:
|
|
22533
|
-
width:
|
|
23589
|
+
border-radius: 9999px;
|
|
23590
|
+
height: 32px;
|
|
23591
|
+
width: 52px;
|
|
22534
23592
|
}
|
|
22535
23593
|
|
|
22536
23594
|
.v-switch__thumb {
|
|
22537
23595
|
align-items: center;
|
|
22538
23596
|
border-radius: 50%;
|
|
22539
|
-
|
|
23597
|
+
background: rgb(var(--v-theme-surface));
|
|
23598
|
+
color: rgb(var(--v-theme-on-surface));
|
|
22540
23599
|
display: flex;
|
|
22541
23600
|
height: 20px;
|
|
22542
23601
|
justify-content: center;
|
|
22543
23602
|
width: 20px;
|
|
22544
23603
|
pointer-events: none;
|
|
22545
|
-
transition: 0.15s transform cubic-bezier(0
|
|
23604
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23605
|
+
position: relative;
|
|
23606
|
+
overflow: hidden;
|
|
22546
23607
|
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));
|
|
22547
23608
|
}
|
|
22548
23609
|
.v-switch--inset .v-switch__thumb {
|
|
23610
|
+
height: 24px;
|
|
23611
|
+
width: 24px;
|
|
23612
|
+
transform: scale(0.6666666667);
|
|
22549
23613
|
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));
|
|
22550
23614
|
}
|
|
22551
|
-
.v-switch
|
|
22552
|
-
|
|
23615
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
23616
|
+
transform: none;
|
|
22553
23617
|
}
|
|
22554
|
-
|
|
22555
|
-
|
|
22556
|
-
|
|
23618
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23619
|
+
transform: none;
|
|
23620
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22557
23621
|
}
|
|
22558
23622
|
|
|
22559
23623
|
.v-switch .v-selection-control {
|
|
@@ -22561,10 +23625,13 @@ html.v-overlay-scroll-blocked {
|
|
|
22561
23625
|
}
|
|
22562
23626
|
.v-switch .v-selection-control__input {
|
|
22563
23627
|
border-radius: 50%;
|
|
22564
|
-
transition: 0.
|
|
23628
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
22565
23629
|
transform: translateX(-10px);
|
|
22566
23630
|
position: absolute;
|
|
22567
23631
|
}
|
|
23632
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
23633
|
+
position: absolute;
|
|
23634
|
+
}
|
|
22568
23635
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22569
23636
|
transform: translateX(10px);
|
|
22570
23637
|
}
|
|
@@ -22888,8 +23955,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22888
23955
|
flex: 1;
|
|
22889
23956
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22890
23957
|
min-width: 0;
|
|
22891
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22892
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22893
23958
|
}
|
|
22894
23959
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22895
23960
|
outline: none;
|
|
@@ -22908,6 +23973,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22908
23973
|
--v-field-padding-end: 0;
|
|
22909
23974
|
}
|
|
22910
23975
|
|
|
23976
|
+
.v-text-field .v-field__input input {
|
|
23977
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
23978
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
23979
|
+
}
|
|
23980
|
+
.v-text-field input.v-field__input {
|
|
23981
|
+
min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom));
|
|
23982
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
23983
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
23984
|
+
}
|
|
22911
23985
|
.v-text-field .v-input__details {
|
|
22912
23986
|
padding-inline-start: 16px;
|
|
22913
23987
|
padding-inline-end: 16px;
|
|
@@ -22981,7 +24055,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22981
24055
|
position: relative;
|
|
22982
24056
|
}
|
|
22983
24057
|
.v-timeline--horizontal.v-timeline {
|
|
22984
|
-
grid-column-gap: 24px;
|
|
22985
24058
|
width: 100%;
|
|
22986
24059
|
}
|
|
22987
24060
|
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
@@ -22990,6 +24063,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22990
24063
|
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
22991
24064
|
padding-inline-end: 24px;
|
|
22992
24065
|
}
|
|
24066
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
24067
|
+
padding-inline-end: 24px;
|
|
24068
|
+
}
|
|
24069
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
24070
|
+
padding-inline-end: 24px;
|
|
24071
|
+
}
|
|
22993
24072
|
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
22994
24073
|
grid-row: 3;
|
|
22995
24074
|
padding-block-start: 24px;
|
|
@@ -23066,11 +24145,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23066
24145
|
height: var(--v-timeline-line-thickness);
|
|
23067
24146
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23068
24147
|
}
|
|
23069
|
-
.v-timeline--horizontal .v-timeline-divider__before
|
|
24148
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
23070
24149
|
left: -12px;
|
|
23071
24150
|
right: initial;
|
|
23072
24151
|
}
|
|
23073
|
-
|
|
24152
|
+
|
|
24153
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
23074
24154
|
right: -12px;
|
|
23075
24155
|
left: initial;
|
|
23076
24156
|
}
|
|
@@ -23089,11 +24169,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23089
24169
|
height: var(--v-timeline-line-thickness);
|
|
23090
24170
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23091
24171
|
}
|
|
23092
|
-
.v-timeline--horizontal .v-timeline-divider__after
|
|
24172
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
23093
24173
|
right: -12px;
|
|
23094
24174
|
left: initial;
|
|
23095
24175
|
}
|
|
23096
|
-
|
|
24176
|
+
|
|
24177
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
23097
24178
|
left: -12px;
|
|
23098
24179
|
right: initial;
|
|
23099
24180
|
}
|
|
@@ -23113,11 +24194,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23113
24194
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23114
24195
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23115
24196
|
}
|
|
23116
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before
|
|
24197
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23117
24198
|
left: 0;
|
|
23118
24199
|
right: initial;
|
|
23119
24200
|
}
|
|
23120
|
-
|
|
24201
|
+
|
|
24202
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23121
24203
|
right: 0;
|
|
23122
24204
|
left: initial;
|
|
23123
24205
|
}
|
|
@@ -23129,11 +24211,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23129
24211
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23130
24212
|
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
|
23131
24213
|
}
|
|
23132
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after
|
|
24214
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23133
24215
|
right: -12px;
|
|
23134
24216
|
left: initial;
|
|
23135
24217
|
}
|
|
23136
|
-
|
|
24218
|
+
|
|
24219
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23137
24220
|
left: -12px;
|
|
23138
24221
|
right: initial;
|
|
23139
24222
|
}
|
|
@@ -23154,11 +24237,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23154
24237
|
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23155
24238
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23156
24239
|
}
|
|
23157
|
-
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after
|
|
24240
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23158
24241
|
right: 0;
|
|
23159
24242
|
left: initial;
|
|
23160
24243
|
}
|
|
23161
|
-
|
|
24244
|
+
|
|
24245
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23162
24246
|
left: 0;
|
|
23163
24247
|
right: initial;
|
|
23164
24248
|
}
|
|
@@ -23447,12 +24531,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23447
24531
|
.v-toolbar--collapse .v-toolbar-title {
|
|
23448
24532
|
display: none;
|
|
23449
24533
|
}
|
|
23450
|
-
.v-
|
|
24534
|
+
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
23451
24535
|
border-bottom-right-radius: 24px;
|
|
23452
24536
|
}
|
|
23453
|
-
|
|
24537
|
+
|
|
24538
|
+
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
23454
24539
|
border-bottom-left-radius: 24px;
|
|
23455
24540
|
}
|
|
24541
|
+
|
|
23456
24542
|
.v-toolbar--flat {
|
|
23457
24543
|
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));
|
|
23458
24544
|
}
|
|
@@ -23679,12 +24765,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23679
24765
|
justify-content: center;
|
|
23680
24766
|
text-align: center;
|
|
23681
24767
|
}
|
|
23682
|
-
.v-color-picker-edit__input:not(:last-child)
|
|
24768
|
+
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23683
24769
|
margin-right: 8px;
|
|
23684
24770
|
}
|
|
23685
|
-
|
|
24771
|
+
|
|
24772
|
+
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23686
24773
|
margin-left: 8px;
|
|
23687
24774
|
}
|
|
24775
|
+
|
|
23688
24776
|
.v-color-picker-edit__input input {
|
|
23689
24777
|
border-radius: 4px;
|
|
23690
24778
|
margin-bottom: 8px;
|
|
@@ -23701,12 +24789,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23701
24789
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
23702
24790
|
background-color: transparent !important;
|
|
23703
24791
|
}
|
|
23704
|
-
.v-color-picker-preview__alpha .v-slider-track__background
|
|
24792
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
23705
24793
|
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
23706
24794
|
}
|
|
23707
|
-
|
|
24795
|
+
|
|
24796
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
23708
24797
|
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
23709
24798
|
}
|
|
24799
|
+
|
|
23710
24800
|
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
23711
24801
|
content: "";
|
|
23712
24802
|
z-index: -1;
|
|
@@ -23733,21 +24823,24 @@ html.v-overlay-scroll-blocked {
|
|
|
23733
24823
|
border-radius: 50%;
|
|
23734
24824
|
overflow: hidden;
|
|
23735
24825
|
}
|
|
23736
|
-
.v-color-picker-preview__dot
|
|
24826
|
+
.v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
|
|
23737
24827
|
margin-right: 24px;
|
|
23738
24828
|
}
|
|
23739
|
-
|
|
24829
|
+
|
|
24830
|
+
.v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
|
|
23740
24831
|
margin-left: 24px;
|
|
23741
24832
|
}
|
|
24833
|
+
|
|
23742
24834
|
.v-color-picker-preview__dot > div {
|
|
23743
24835
|
width: 100%;
|
|
23744
24836
|
height: 100%;
|
|
23745
24837
|
}
|
|
23746
24838
|
|
|
23747
|
-
.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background
|
|
24839
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
23748
24840
|
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23749
24841
|
}
|
|
23750
|
-
|
|
24842
|
+
|
|
24843
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
23751
24844
|
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23752
24845
|
}
|
|
23753
24846
|
|
|
@@ -23764,6 +24857,11 @@ html.v-overlay-scroll-blocked {
|
|
|
23764
24857
|
align-items: center;
|
|
23765
24858
|
display: flex;
|
|
23766
24859
|
margin-bottom: 0;
|
|
24860
|
+
}
|
|
24861
|
+
|
|
24862
|
+
.v-color-picker-preview__eye-dropper {
|
|
24863
|
+
position: relative;
|
|
24864
|
+
margin-right: 12px;
|
|
23767
24865
|
}.v-color-picker-swatches {
|
|
23768
24866
|
overflow-y: auto;
|
|
23769
24867
|
}
|
|
@@ -23893,12 +24991,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23893
24991
|
top: 50%;
|
|
23894
24992
|
transform: translateY(-50%);
|
|
23895
24993
|
}
|
|
23896
|
-
.v-slider.v-input--horizontal .v-slider-thumb
|
|
24994
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23897
24995
|
left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23898
24996
|
}
|
|
23899
|
-
|
|
24997
|
+
|
|
24998
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23900
24999
|
right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23901
25000
|
}
|
|
25001
|
+
|
|
23902
25002
|
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
23903
25003
|
left: calc(var(--v-slider-thumb-size) / 2);
|
|
23904
25004
|
top: 0;
|
|
@@ -23906,12 +25006,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23906
25006
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23907
25007
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
23908
25008
|
}
|
|
23909
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
|
25009
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23910
25010
|
transform: translateX(-50%);
|
|
23911
25011
|
}
|
|
23912
|
-
|
|
25012
|
+
|
|
25013
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23913
25014
|
transform: translateX(50%);
|
|
23914
25015
|
}
|
|
25016
|
+
|
|
23915
25017
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
23916
25018
|
border-left: 6px solid transparent;
|
|
23917
25019
|
border-right: 6px solid transparent;
|
|
@@ -24002,16 +25104,19 @@ html.v-overlay-scroll-blocked {
|
|
|
24002
25104
|
height: var(--v-slider-tick-size);
|
|
24003
25105
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
|
24004
25106
|
}
|
|
24005
|
-
.v-slider-track__tick--first .v-slider-track__tick-label
|
|
25107
|
+
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24006
25108
|
transform: none;
|
|
24007
25109
|
}
|
|
24008
|
-
|
|
25110
|
+
|
|
25111
|
+
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24009
25112
|
transform: translateX(100%);
|
|
24010
25113
|
}
|
|
24011
|
-
|
|
25114
|
+
|
|
25115
|
+
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24012
25116
|
transform: translateX(-100%);
|
|
24013
25117
|
}
|
|
24014
|
-
|
|
25118
|
+
|
|
25119
|
+
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24015
25120
|
transform: none;
|
|
24016
25121
|
}
|
|
24017
25122
|
|
|
@@ -24038,34 +25143,40 @@ html.v-overlay-scroll-blocked {
|
|
|
24038
25143
|
.v-slider.v-input--horizontal .v-slider-track__tick {
|
|
24039
25144
|
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24040
25145
|
}
|
|
24041
|
-
.v-slider.v-input--horizontal .v-slider-track__tick
|
|
25146
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
|
24042
25147
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
|
24043
25148
|
}
|
|
25149
|
+
|
|
24044
25150
|
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24045
25151
|
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
|
24046
25152
|
}
|
|
24047
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label
|
|
25153
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24048
25154
|
transform: translateX(-50%);
|
|
24049
25155
|
}
|
|
24050
|
-
|
|
25156
|
+
|
|
25157
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24051
25158
|
transform: translateX(50%);
|
|
24052
25159
|
}
|
|
25160
|
+
|
|
24053
25161
|
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
|
24054
25162
|
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
|
24055
25163
|
}
|
|
24056
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label
|
|
25164
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24057
25165
|
transform: translateX(0%);
|
|
24058
25166
|
}
|
|
24059
|
-
|
|
25167
|
+
|
|
25168
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24060
25169
|
transform: translateX(0%);
|
|
24061
25170
|
}
|
|
25171
|
+
|
|
24062
25172
|
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
|
24063
25173
|
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
|
24064
25174
|
}
|
|
24065
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label
|
|
25175
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24066
25176
|
transform: translateX(-100%);
|
|
24067
25177
|
}
|
|
24068
|
-
|
|
25178
|
+
|
|
25179
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24069
25180
|
transform: translateX(100%);
|
|
24070
25181
|
}
|
|
24071
25182
|
|
|
@@ -24089,9 +25200,10 @@ html.v-overlay-scroll-blocked {
|
|
|
24089
25200
|
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24090
25201
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
|
24091
25202
|
}
|
|
24092
|
-
.v-slider.v-input--vertical .v-slider-track__tick
|
|
25203
|
+
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
|
24093
25204
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
|
24094
25205
|
}
|
|
25206
|
+
|
|
24095
25207
|
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
|
24096
25208
|
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
|
24097
25209
|
}
|