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.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
|
}
|
|
@@ -16642,58 +17668,174 @@ html.overflow-y-hidden {
|
|
|
16642
17668
|
flex-grow: 1;
|
|
16643
17669
|
}
|
|
16644
17670
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17671
|
+
transition: inherit;
|
|
16645
17672
|
opacity: 0;
|
|
16646
17673
|
}
|
|
16647
17674
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
16648
17675
|
transform: translateY(0.5rem);
|
|
16649
|
-
}
|
|
16650
|
-
|
|
17676
|
+
}.v-breadcrumbs {
|
|
17677
|
+
display: flex;
|
|
16651
17678
|
align-items: center;
|
|
17679
|
+
line-height: 1.375rem;
|
|
17680
|
+
padding: 16px 12px;
|
|
17681
|
+
}
|
|
17682
|
+
.v-breadcrumbs--rounded {
|
|
16652
17683
|
border-radius: 4px;
|
|
16653
|
-
display: inline-grid;
|
|
16654
|
-
grid-template-areas: "prepend content append";
|
|
16655
|
-
grid-template-columns: max-content auto max-content;
|
|
16656
|
-
font-weight: 500;
|
|
16657
|
-
justify-content: center;
|
|
16658
|
-
letter-spacing: 0.0892857143em;
|
|
16659
|
-
line-height: normal;
|
|
16660
|
-
max-width: 100%;
|
|
16661
|
-
outline: none;
|
|
16662
|
-
position: relative;
|
|
16663
|
-
text-decoration: none;
|
|
16664
|
-
text-indent: 0.0892857143em;
|
|
16665
|
-
text-transform: uppercase;
|
|
16666
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
16667
|
-
transition-duration: 0.28s;
|
|
16668
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
16669
|
-
-webkit-user-select: none;
|
|
16670
|
-
user-select: none;
|
|
16671
|
-
vertical-align: middle;
|
|
16672
|
-
flex-shrink: 0;
|
|
16673
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16674
|
-
border-style: solid;
|
|
16675
|
-
border-width: 0;
|
|
16676
17684
|
}
|
|
16677
|
-
.v-
|
|
16678
|
-
|
|
16679
|
-
|
|
16680
|
-
font-size: var(--v-btn-size);
|
|
16681
|
-
min-width: 36px;
|
|
16682
|
-
padding: 0 8px;
|
|
17685
|
+
.v-breadcrumbs--density-default {
|
|
17686
|
+
padding-top: 16px;
|
|
17687
|
+
padding-bottom: 16px;
|
|
16683
17688
|
}
|
|
16684
17689
|
|
|
16685
|
-
.v-
|
|
16686
|
-
|
|
16687
|
-
|
|
16688
|
-
font-size: var(--v-btn-size);
|
|
16689
|
-
min-width: 50px;
|
|
16690
|
-
padding: 0 12px;
|
|
17690
|
+
.v-breadcrumbs--density-comfortable {
|
|
17691
|
+
padding-top: 12px;
|
|
17692
|
+
padding-bottom: 12px;
|
|
16691
17693
|
}
|
|
16692
17694
|
|
|
16693
|
-
.v-
|
|
16694
|
-
|
|
16695
|
-
|
|
16696
|
-
|
|
17695
|
+
.v-breadcrumbs--density-compact {
|
|
17696
|
+
padding-top: 8px;
|
|
17697
|
+
padding-bottom: 8px;
|
|
17698
|
+
}
|
|
17699
|
+
|
|
17700
|
+
.v-breadcrumbs__prepend {
|
|
17701
|
+
align-items: center;
|
|
17702
|
+
display: inline-flex;
|
|
17703
|
+
}
|
|
17704
|
+
|
|
17705
|
+
.v-breadcrumbs-item {
|
|
17706
|
+
align-items: center;
|
|
17707
|
+
color: inherit;
|
|
17708
|
+
display: inline-flex;
|
|
17709
|
+
padding: 0 4px;
|
|
17710
|
+
text-decoration: none;
|
|
17711
|
+
vertical-align: middle;
|
|
17712
|
+
}
|
|
17713
|
+
.v-breadcrumbs-item--disabled {
|
|
17714
|
+
opacity: var(--v-disabled-opacity);
|
|
17715
|
+
pointer-events: none;
|
|
17716
|
+
}
|
|
17717
|
+
.v-breadcrumbs-item--link {
|
|
17718
|
+
color: inherit;
|
|
17719
|
+
text-decoration: none;
|
|
17720
|
+
}
|
|
17721
|
+
.v-breadcrumbs-item--link:hover {
|
|
17722
|
+
text-decoration: underline;
|
|
17723
|
+
}
|
|
17724
|
+
.v-breadcrumbs-item .v-icon {
|
|
17725
|
+
font-size: 1rem;
|
|
17726
|
+
margin-inline-start: -4px;
|
|
17727
|
+
margin-inline-end: 2px;
|
|
17728
|
+
}
|
|
17729
|
+
|
|
17730
|
+
.v-breadcrumbs-divider {
|
|
17731
|
+
display: inline-block;
|
|
17732
|
+
padding: 0 8px;
|
|
17733
|
+
vertical-align: middle;
|
|
17734
|
+
}/** if false, disabled buttons will be greyed out */
|
|
17735
|
+
.v-btn-group {
|
|
17736
|
+
display: inline-flex;
|
|
17737
|
+
flex-wrap: nowrap;
|
|
17738
|
+
max-width: 100%;
|
|
17739
|
+
min-width: 0;
|
|
17740
|
+
overflow: hidden;
|
|
17741
|
+
vertical-align: middle;
|
|
17742
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17743
|
+
border-style: solid;
|
|
17744
|
+
border-width: 0;
|
|
17745
|
+
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));
|
|
17746
|
+
border-radius: 4px;
|
|
17747
|
+
background: transparent;
|
|
17748
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17749
|
+
}
|
|
17750
|
+
.v-btn-group--border {
|
|
17751
|
+
border-width: thin;
|
|
17752
|
+
box-shadow: none;
|
|
17753
|
+
}
|
|
17754
|
+
.v-btn-group--density-default.v-btn-group {
|
|
17755
|
+
height: 48px;
|
|
17756
|
+
}
|
|
17757
|
+
|
|
17758
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
17759
|
+
height: 40px;
|
|
17760
|
+
}
|
|
17761
|
+
|
|
17762
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
17763
|
+
height: 36px;
|
|
17764
|
+
}
|
|
17765
|
+
|
|
17766
|
+
.v-btn-group .v-btn {
|
|
17767
|
+
border-radius: 0;
|
|
17768
|
+
border-color: inherit;
|
|
17769
|
+
}
|
|
17770
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
17771
|
+
border-inline-end: none;
|
|
17772
|
+
}
|
|
17773
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
17774
|
+
border-inline-start: none;
|
|
17775
|
+
}
|
|
17776
|
+
.v-btn-group .v-btn:first-child {
|
|
17777
|
+
border-start-start-radius: inherit;
|
|
17778
|
+
border-end-start-radius: inherit;
|
|
17779
|
+
}
|
|
17780
|
+
.v-btn-group .v-btn:last-child {
|
|
17781
|
+
border-start-end-radius: inherit;
|
|
17782
|
+
border-end-end-radius: inherit;
|
|
17783
|
+
}
|
|
17784
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17785
|
+
border-inline-end-width: thin;
|
|
17786
|
+
border-inline-end-style: solid;
|
|
17787
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17788
|
+
}
|
|
17789
|
+
.v-btn-group--tile {
|
|
17790
|
+
border-radius: 0;
|
|
17791
|
+
}/** if false, disabled buttons will be greyed out */
|
|
17792
|
+
.v-btn {
|
|
17793
|
+
align-items: center;
|
|
17794
|
+
border-radius: 4px;
|
|
17795
|
+
display: inline-grid;
|
|
17796
|
+
grid-template-areas: "prepend content append";
|
|
17797
|
+
grid-template-columns: max-content auto max-content;
|
|
17798
|
+
font-weight: 500;
|
|
17799
|
+
justify-content: center;
|
|
17800
|
+
letter-spacing: 0.0892857143em;
|
|
17801
|
+
line-height: normal;
|
|
17802
|
+
max-width: 100%;
|
|
17803
|
+
outline: none;
|
|
17804
|
+
position: relative;
|
|
17805
|
+
text-decoration: none;
|
|
17806
|
+
text-indent: 0.0892857143em;
|
|
17807
|
+
text-transform: uppercase;
|
|
17808
|
+
transition-property: box-shadow, transform, opacity, background;
|
|
17809
|
+
transition-duration: 0.28s;
|
|
17810
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17811
|
+
-webkit-user-select: none;
|
|
17812
|
+
user-select: none;
|
|
17813
|
+
vertical-align: middle;
|
|
17814
|
+
flex-shrink: 0;
|
|
17815
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17816
|
+
border-style: solid;
|
|
17817
|
+
border-width: 0;
|
|
17818
|
+
}
|
|
17819
|
+
.v-btn--size-x-small {
|
|
17820
|
+
--v-btn-size: 0.625rem;
|
|
17821
|
+
--v-btn-height: 20px;
|
|
17822
|
+
font-size: var(--v-btn-size);
|
|
17823
|
+
min-width: 36px;
|
|
17824
|
+
padding: 0 8px;
|
|
17825
|
+
}
|
|
17826
|
+
|
|
17827
|
+
.v-btn--size-small {
|
|
17828
|
+
--v-btn-size: 0.75rem;
|
|
17829
|
+
--v-btn-height: 28px;
|
|
17830
|
+
font-size: var(--v-btn-size);
|
|
17831
|
+
min-width: 50px;
|
|
17832
|
+
padding: 0 12px;
|
|
17833
|
+
}
|
|
17834
|
+
|
|
17835
|
+
.v-btn--size-default {
|
|
17836
|
+
--v-btn-size: 0.875rem;
|
|
17837
|
+
--v-btn-height: 36px;
|
|
17838
|
+
font-size: var(--v-btn-size);
|
|
16697
17839
|
min-width: 64px;
|
|
16698
17840
|
padding: 0 16px;
|
|
16699
17841
|
}
|
|
@@ -16959,6 +18101,9 @@ html.overflow-y-hidden {
|
|
|
16959
18101
|
.v-btn--rounded {
|
|
16960
18102
|
border-radius: 24px;
|
|
16961
18103
|
}
|
|
18104
|
+
.v-btn--rounded.v-btn--icon {
|
|
18105
|
+
border-radius: 4px;
|
|
18106
|
+
}
|
|
16962
18107
|
.v-btn .v-icon {
|
|
16963
18108
|
--v-icon-size-multiplier: 0.8571428571;
|
|
16964
18109
|
}
|
|
@@ -17057,121 +18202,6 @@ html.overflow-y-hidden {
|
|
|
17057
18202
|
|
|
17058
18203
|
.v-snackbar-actions .v-btn {
|
|
17059
18204
|
padding: 0 8px;
|
|
17060
|
-
}.v-breadcrumbs {
|
|
17061
|
-
display: flex;
|
|
17062
|
-
align-items: center;
|
|
17063
|
-
line-height: 1.375rem;
|
|
17064
|
-
padding: 16px 12px;
|
|
17065
|
-
}
|
|
17066
|
-
.v-breadcrumbs--rounded {
|
|
17067
|
-
border-radius: 4px;
|
|
17068
|
-
}
|
|
17069
|
-
.v-breadcrumbs--density-default {
|
|
17070
|
-
padding-top: 16px;
|
|
17071
|
-
padding-bottom: 16px;
|
|
17072
|
-
}
|
|
17073
|
-
|
|
17074
|
-
.v-breadcrumbs--density-comfortable {
|
|
17075
|
-
padding-top: 12px;
|
|
17076
|
-
padding-bottom: 12px;
|
|
17077
|
-
}
|
|
17078
|
-
|
|
17079
|
-
.v-breadcrumbs--density-compact {
|
|
17080
|
-
padding-top: 8px;
|
|
17081
|
-
padding-bottom: 8px;
|
|
17082
|
-
}
|
|
17083
|
-
|
|
17084
|
-
.v-breadcrumbs__prepend {
|
|
17085
|
-
align-items: center;
|
|
17086
|
-
display: inline-flex;
|
|
17087
|
-
}
|
|
17088
|
-
|
|
17089
|
-
.v-breadcrumbs-item {
|
|
17090
|
-
align-items: center;
|
|
17091
|
-
color: inherit;
|
|
17092
|
-
display: inline-flex;
|
|
17093
|
-
padding: 0 4px;
|
|
17094
|
-
text-decoration: none;
|
|
17095
|
-
vertical-align: middle;
|
|
17096
|
-
}
|
|
17097
|
-
.v-breadcrumbs-item--disabled {
|
|
17098
|
-
opacity: var(--v-disabled-opacity);
|
|
17099
|
-
pointer-events: none;
|
|
17100
|
-
}
|
|
17101
|
-
.v-breadcrumbs-item--link {
|
|
17102
|
-
color: inherit;
|
|
17103
|
-
text-decoration: none;
|
|
17104
|
-
}
|
|
17105
|
-
.v-breadcrumbs-item--link:hover {
|
|
17106
|
-
text-decoration: underline;
|
|
17107
|
-
}
|
|
17108
|
-
.v-breadcrumbs-item .v-icon {
|
|
17109
|
-
font-size: 1rem;
|
|
17110
|
-
margin-inline-start: -4px;
|
|
17111
|
-
margin-inline-end: 2px;
|
|
17112
|
-
}
|
|
17113
|
-
|
|
17114
|
-
.v-breadcrumbs-divider {
|
|
17115
|
-
display: inline-block;
|
|
17116
|
-
padding: 0 8px;
|
|
17117
|
-
vertical-align: middle;
|
|
17118
|
-
}/** if false, disabled buttons will be greyed out */
|
|
17119
|
-
.v-btn-group {
|
|
17120
|
-
display: inline-flex;
|
|
17121
|
-
flex-wrap: nowrap;
|
|
17122
|
-
max-width: 100%;
|
|
17123
|
-
min-width: 0;
|
|
17124
|
-
overflow: hidden;
|
|
17125
|
-
vertical-align: middle;
|
|
17126
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17127
|
-
border-style: solid;
|
|
17128
|
-
border-width: 0;
|
|
17129
|
-
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));
|
|
17130
|
-
border-radius: 4px;
|
|
17131
|
-
background: transparent;
|
|
17132
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17133
|
-
}
|
|
17134
|
-
.v-btn-group--border {
|
|
17135
|
-
border-width: thin;
|
|
17136
|
-
box-shadow: none;
|
|
17137
|
-
}
|
|
17138
|
-
.v-btn-group--density-default.v-btn-group {
|
|
17139
|
-
height: 48px;
|
|
17140
|
-
}
|
|
17141
|
-
|
|
17142
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
17143
|
-
height: 40px;
|
|
17144
|
-
}
|
|
17145
|
-
|
|
17146
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
17147
|
-
height: 36px;
|
|
17148
|
-
}
|
|
17149
|
-
|
|
17150
|
-
.v-btn-group .v-btn {
|
|
17151
|
-
border-radius: 0;
|
|
17152
|
-
border-color: inherit;
|
|
17153
|
-
}
|
|
17154
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
17155
|
-
border-inline-end: none;
|
|
17156
|
-
}
|
|
17157
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
17158
|
-
border-inline-start: none;
|
|
17159
|
-
}
|
|
17160
|
-
.v-btn-group .v-btn:first-child {
|
|
17161
|
-
border-start-start-radius: inherit;
|
|
17162
|
-
border-end-start-radius: inherit;
|
|
17163
|
-
}
|
|
17164
|
-
.v-btn-group .v-btn:last-child {
|
|
17165
|
-
border-start-end-radius: inherit;
|
|
17166
|
-
border-end-end-radius: inherit;
|
|
17167
|
-
}
|
|
17168
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17169
|
-
border-inline-end-width: thin;
|
|
17170
|
-
border-inline-end-style: solid;
|
|
17171
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17172
|
-
}
|
|
17173
|
-
.v-btn-group--tile {
|
|
17174
|
-
border-radius: 0;
|
|
17175
18205
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17176
18206
|
opacity: var(--v-activated-opacity);
|
|
17177
18207
|
}.v-card {
|
|
@@ -17464,8 +18494,6 @@ html.overflow-y-hidden {
|
|
|
17464
18494
|
pointer-events: none;
|
|
17465
18495
|
opacity: 0;
|
|
17466
18496
|
transition: opacity 0.2s ease-in-out;
|
|
17467
|
-
}.v-checkbox .v-selection-control {
|
|
17468
|
-
min-height: var(--v-input-control-height);
|
|
17469
18497
|
}.v-carousel {
|
|
17470
18498
|
overflow: hidden;
|
|
17471
18499
|
position: relative;
|
|
@@ -17528,6 +18556,8 @@ html.overflow-y-hidden {
|
|
|
17528
18556
|
flex-direction: column;
|
|
17529
18557
|
height: 100% !important;
|
|
17530
18558
|
width: 50px;
|
|
18559
|
+
}.v-checkbox .v-selection-control {
|
|
18560
|
+
min-height: var(--v-input-control-height);
|
|
17531
18561
|
}.v-chip {
|
|
17532
18562
|
align-items: center;
|
|
17533
18563
|
cursor: default;
|
|
@@ -17954,6 +18984,26 @@ html.overflow-y-hidden {
|
|
|
17954
18984
|
.v-chip-group--column {
|
|
17955
18985
|
flex-wrap: wrap;
|
|
17956
18986
|
white-space: normal;
|
|
18987
|
+
}.v-color-picker {
|
|
18988
|
+
align-self: flex-start;
|
|
18989
|
+
contain: content;
|
|
18990
|
+
}
|
|
18991
|
+
.v-color-picker.v-sheet {
|
|
18992
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18993
|
+
border-radius: 4px;
|
|
18994
|
+
}
|
|
18995
|
+
|
|
18996
|
+
.v-color-picker__controls {
|
|
18997
|
+
display: flex;
|
|
18998
|
+
flex-direction: column;
|
|
18999
|
+
padding: 16px;
|
|
19000
|
+
}
|
|
19001
|
+
|
|
19002
|
+
.v-color-picker--flat {
|
|
19003
|
+
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));
|
|
19004
|
+
}
|
|
19005
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19006
|
+
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));
|
|
17957
19007
|
}.v-container {
|
|
17958
19008
|
width: 100%;
|
|
17959
19009
|
padding: 16px;
|
|
@@ -18103,80 +19153,91 @@ html.overflow-y-hidden {
|
|
|
18103
19153
|
max-width: 100%;
|
|
18104
19154
|
}
|
|
18105
19155
|
|
|
18106
|
-
.
|
|
19156
|
+
.v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
|
|
18107
19157
|
margin-left: 8.3333333333%;
|
|
18108
19158
|
}
|
|
18109
|
-
|
|
19159
|
+
|
|
19160
|
+
.v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
|
|
18110
19161
|
margin-right: 8.3333333333%;
|
|
18111
19162
|
}
|
|
18112
19163
|
|
|
18113
|
-
.
|
|
19164
|
+
.v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
|
|
18114
19165
|
margin-left: 16.6666666667%;
|
|
18115
19166
|
}
|
|
18116
|
-
|
|
19167
|
+
|
|
19168
|
+
.v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
|
|
18117
19169
|
margin-right: 16.6666666667%;
|
|
18118
19170
|
}
|
|
18119
19171
|
|
|
18120
|
-
.
|
|
19172
|
+
.v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
|
|
18121
19173
|
margin-left: 25%;
|
|
18122
19174
|
}
|
|
18123
|
-
|
|
19175
|
+
|
|
19176
|
+
.v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
|
|
18124
19177
|
margin-right: 25%;
|
|
18125
19178
|
}
|
|
18126
19179
|
|
|
18127
|
-
.
|
|
19180
|
+
.v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
|
|
18128
19181
|
margin-left: 33.3333333333%;
|
|
18129
19182
|
}
|
|
18130
|
-
|
|
19183
|
+
|
|
19184
|
+
.v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
|
|
18131
19185
|
margin-right: 33.3333333333%;
|
|
18132
19186
|
}
|
|
18133
19187
|
|
|
18134
|
-
.
|
|
19188
|
+
.v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
|
|
18135
19189
|
margin-left: 41.6666666667%;
|
|
18136
19190
|
}
|
|
18137
|
-
|
|
19191
|
+
|
|
19192
|
+
.v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
|
|
18138
19193
|
margin-right: 41.6666666667%;
|
|
18139
19194
|
}
|
|
18140
19195
|
|
|
18141
|
-
.
|
|
19196
|
+
.v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
|
|
18142
19197
|
margin-left: 50%;
|
|
18143
19198
|
}
|
|
18144
|
-
|
|
19199
|
+
|
|
19200
|
+
.v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
|
|
18145
19201
|
margin-right: 50%;
|
|
18146
19202
|
}
|
|
18147
19203
|
|
|
18148
|
-
.
|
|
19204
|
+
.v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
|
|
18149
19205
|
margin-left: 58.3333333333%;
|
|
18150
19206
|
}
|
|
18151
|
-
|
|
19207
|
+
|
|
19208
|
+
.v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
|
|
18152
19209
|
margin-right: 58.3333333333%;
|
|
18153
19210
|
}
|
|
18154
19211
|
|
|
18155
|
-
.
|
|
19212
|
+
.v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
|
|
18156
19213
|
margin-left: 66.6666666667%;
|
|
18157
19214
|
}
|
|
18158
|
-
|
|
19215
|
+
|
|
19216
|
+
.v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
|
|
18159
19217
|
margin-right: 66.6666666667%;
|
|
18160
19218
|
}
|
|
18161
19219
|
|
|
18162
|
-
.
|
|
19220
|
+
.v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
|
|
18163
19221
|
margin-left: 75%;
|
|
18164
19222
|
}
|
|
18165
|
-
|
|
19223
|
+
|
|
19224
|
+
.v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
|
|
18166
19225
|
margin-right: 75%;
|
|
18167
19226
|
}
|
|
18168
19227
|
|
|
18169
|
-
.
|
|
19228
|
+
.v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
|
|
18170
19229
|
margin-left: 83.3333333333%;
|
|
18171
19230
|
}
|
|
18172
|
-
|
|
19231
|
+
|
|
19232
|
+
.v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
|
|
18173
19233
|
margin-right: 83.3333333333%;
|
|
18174
19234
|
}
|
|
18175
19235
|
|
|
18176
|
-
.
|
|
19236
|
+
.v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
|
|
18177
19237
|
margin-left: 91.6666666667%;
|
|
18178
19238
|
}
|
|
18179
|
-
|
|
19239
|
+
|
|
19240
|
+
.v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
|
|
18180
19241
|
margin-right: 91.6666666667%;
|
|
18181
19242
|
}
|
|
18182
19243
|
|
|
@@ -18239,76 +19300,76 @@ html.overflow-y-hidden {
|
|
|
18239
19300
|
flex: 0 0 100%;
|
|
18240
19301
|
max-width: 100%;
|
|
18241
19302
|
}
|
|
18242
|
-
.
|
|
19303
|
+
.v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
|
|
18243
19304
|
margin-left: 0;
|
|
18244
19305
|
}
|
|
18245
|
-
.
|
|
19306
|
+
.v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
|
|
18246
19307
|
margin-right: 0;
|
|
18247
19308
|
}
|
|
18248
|
-
.
|
|
19309
|
+
.v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
|
|
18249
19310
|
margin-left: 8.3333333333%;
|
|
18250
19311
|
}
|
|
18251
|
-
.
|
|
19312
|
+
.v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
|
|
18252
19313
|
margin-right: 8.3333333333%;
|
|
18253
19314
|
}
|
|
18254
|
-
.
|
|
19315
|
+
.v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
|
|
18255
19316
|
margin-left: 16.6666666667%;
|
|
18256
19317
|
}
|
|
18257
|
-
.
|
|
19318
|
+
.v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
|
|
18258
19319
|
margin-right: 16.6666666667%;
|
|
18259
19320
|
}
|
|
18260
|
-
.
|
|
19321
|
+
.v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
|
|
18261
19322
|
margin-left: 25%;
|
|
18262
19323
|
}
|
|
18263
|
-
.
|
|
19324
|
+
.v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
|
|
18264
19325
|
margin-right: 25%;
|
|
18265
19326
|
}
|
|
18266
|
-
.
|
|
19327
|
+
.v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
|
|
18267
19328
|
margin-left: 33.3333333333%;
|
|
18268
19329
|
}
|
|
18269
|
-
.
|
|
19330
|
+
.v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
|
|
18270
19331
|
margin-right: 33.3333333333%;
|
|
18271
19332
|
}
|
|
18272
|
-
.
|
|
19333
|
+
.v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
|
|
18273
19334
|
margin-left: 41.6666666667%;
|
|
18274
19335
|
}
|
|
18275
|
-
.
|
|
19336
|
+
.v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
|
|
18276
19337
|
margin-right: 41.6666666667%;
|
|
18277
19338
|
}
|
|
18278
|
-
.
|
|
19339
|
+
.v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
|
|
18279
19340
|
margin-left: 50%;
|
|
18280
19341
|
}
|
|
18281
|
-
.
|
|
19342
|
+
.v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
|
|
18282
19343
|
margin-right: 50%;
|
|
18283
19344
|
}
|
|
18284
|
-
.
|
|
19345
|
+
.v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
|
|
18285
19346
|
margin-left: 58.3333333333%;
|
|
18286
19347
|
}
|
|
18287
|
-
.
|
|
19348
|
+
.v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
|
|
18288
19349
|
margin-right: 58.3333333333%;
|
|
18289
19350
|
}
|
|
18290
|
-
.
|
|
19351
|
+
.v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
|
|
18291
19352
|
margin-left: 66.6666666667%;
|
|
18292
19353
|
}
|
|
18293
|
-
.
|
|
19354
|
+
.v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
|
|
18294
19355
|
margin-right: 66.6666666667%;
|
|
18295
19356
|
}
|
|
18296
|
-
.
|
|
19357
|
+
.v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
|
|
18297
19358
|
margin-left: 75%;
|
|
18298
19359
|
}
|
|
18299
|
-
.
|
|
19360
|
+
.v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
|
|
18300
19361
|
margin-right: 75%;
|
|
18301
19362
|
}
|
|
18302
|
-
.
|
|
19363
|
+
.v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
|
|
18303
19364
|
margin-left: 83.3333333333%;
|
|
18304
19365
|
}
|
|
18305
|
-
.
|
|
19366
|
+
.v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
|
|
18306
19367
|
margin-right: 83.3333333333%;
|
|
18307
19368
|
}
|
|
18308
|
-
.
|
|
19369
|
+
.v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
|
|
18309
19370
|
margin-left: 91.6666666667%;
|
|
18310
19371
|
}
|
|
18311
|
-
.
|
|
19372
|
+
.v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
|
|
18312
19373
|
margin-right: 91.6666666667%;
|
|
18313
19374
|
}
|
|
18314
19375
|
}
|
|
@@ -18371,76 +19432,76 @@ html.overflow-y-hidden {
|
|
|
18371
19432
|
flex: 0 0 100%;
|
|
18372
19433
|
max-width: 100%;
|
|
18373
19434
|
}
|
|
18374
|
-
.
|
|
19435
|
+
.v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
|
|
18375
19436
|
margin-left: 0;
|
|
18376
19437
|
}
|
|
18377
|
-
.
|
|
19438
|
+
.v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
|
|
18378
19439
|
margin-right: 0;
|
|
18379
19440
|
}
|
|
18380
|
-
.
|
|
19441
|
+
.v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
|
|
18381
19442
|
margin-left: 8.3333333333%;
|
|
18382
19443
|
}
|
|
18383
|
-
.
|
|
19444
|
+
.v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
|
|
18384
19445
|
margin-right: 8.3333333333%;
|
|
18385
19446
|
}
|
|
18386
|
-
.
|
|
19447
|
+
.v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
|
|
18387
19448
|
margin-left: 16.6666666667%;
|
|
18388
19449
|
}
|
|
18389
|
-
.
|
|
19450
|
+
.v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
|
|
18390
19451
|
margin-right: 16.6666666667%;
|
|
18391
19452
|
}
|
|
18392
|
-
.
|
|
19453
|
+
.v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
|
|
18393
19454
|
margin-left: 25%;
|
|
18394
19455
|
}
|
|
18395
|
-
.
|
|
19456
|
+
.v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
|
|
18396
19457
|
margin-right: 25%;
|
|
18397
19458
|
}
|
|
18398
|
-
.
|
|
19459
|
+
.v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
|
|
18399
19460
|
margin-left: 33.3333333333%;
|
|
18400
19461
|
}
|
|
18401
|
-
.
|
|
19462
|
+
.v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
|
|
18402
19463
|
margin-right: 33.3333333333%;
|
|
18403
19464
|
}
|
|
18404
|
-
.
|
|
19465
|
+
.v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
|
|
18405
19466
|
margin-left: 41.6666666667%;
|
|
18406
19467
|
}
|
|
18407
|
-
.
|
|
19468
|
+
.v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
|
|
18408
19469
|
margin-right: 41.6666666667%;
|
|
18409
19470
|
}
|
|
18410
|
-
.
|
|
19471
|
+
.v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
|
|
18411
19472
|
margin-left: 50%;
|
|
18412
19473
|
}
|
|
18413
|
-
.
|
|
19474
|
+
.v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
|
|
18414
19475
|
margin-right: 50%;
|
|
18415
19476
|
}
|
|
18416
|
-
.
|
|
19477
|
+
.v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
|
|
18417
19478
|
margin-left: 58.3333333333%;
|
|
18418
19479
|
}
|
|
18419
|
-
.
|
|
19480
|
+
.v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
|
|
18420
19481
|
margin-right: 58.3333333333%;
|
|
18421
19482
|
}
|
|
18422
|
-
.
|
|
19483
|
+
.v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
|
|
18423
19484
|
margin-left: 66.6666666667%;
|
|
18424
19485
|
}
|
|
18425
|
-
.
|
|
19486
|
+
.v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
|
|
18426
19487
|
margin-right: 66.6666666667%;
|
|
18427
19488
|
}
|
|
18428
|
-
.
|
|
19489
|
+
.v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
|
|
18429
19490
|
margin-left: 75%;
|
|
18430
19491
|
}
|
|
18431
|
-
.
|
|
19492
|
+
.v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
|
|
18432
19493
|
margin-right: 75%;
|
|
18433
19494
|
}
|
|
18434
|
-
.
|
|
19495
|
+
.v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
|
|
18435
19496
|
margin-left: 83.3333333333%;
|
|
18436
19497
|
}
|
|
18437
|
-
.
|
|
19498
|
+
.v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
|
|
18438
19499
|
margin-right: 83.3333333333%;
|
|
18439
19500
|
}
|
|
18440
|
-
.
|
|
19501
|
+
.v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
|
|
18441
19502
|
margin-left: 91.6666666667%;
|
|
18442
19503
|
}
|
|
18443
|
-
.
|
|
19504
|
+
.v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
|
|
18444
19505
|
margin-right: 91.6666666667%;
|
|
18445
19506
|
}
|
|
18446
19507
|
}
|
|
@@ -18503,76 +19564,76 @@ html.overflow-y-hidden {
|
|
|
18503
19564
|
flex: 0 0 100%;
|
|
18504
19565
|
max-width: 100%;
|
|
18505
19566
|
}
|
|
18506
|
-
.
|
|
19567
|
+
.v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
|
|
18507
19568
|
margin-left: 0;
|
|
18508
19569
|
}
|
|
18509
|
-
.
|
|
19570
|
+
.v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
|
|
18510
19571
|
margin-right: 0;
|
|
18511
19572
|
}
|
|
18512
|
-
.
|
|
19573
|
+
.v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
|
|
18513
19574
|
margin-left: 8.3333333333%;
|
|
18514
19575
|
}
|
|
18515
|
-
.
|
|
19576
|
+
.v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
|
|
18516
19577
|
margin-right: 8.3333333333%;
|
|
18517
19578
|
}
|
|
18518
|
-
.
|
|
19579
|
+
.v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
|
|
18519
19580
|
margin-left: 16.6666666667%;
|
|
18520
19581
|
}
|
|
18521
|
-
.
|
|
19582
|
+
.v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
|
|
18522
19583
|
margin-right: 16.6666666667%;
|
|
18523
19584
|
}
|
|
18524
|
-
.
|
|
19585
|
+
.v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
|
|
18525
19586
|
margin-left: 25%;
|
|
18526
19587
|
}
|
|
18527
|
-
.
|
|
19588
|
+
.v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
|
|
18528
19589
|
margin-right: 25%;
|
|
18529
19590
|
}
|
|
18530
|
-
.
|
|
19591
|
+
.v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
|
|
18531
19592
|
margin-left: 33.3333333333%;
|
|
18532
19593
|
}
|
|
18533
|
-
.
|
|
19594
|
+
.v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
|
|
18534
19595
|
margin-right: 33.3333333333%;
|
|
18535
19596
|
}
|
|
18536
|
-
.
|
|
19597
|
+
.v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
|
|
18537
19598
|
margin-left: 41.6666666667%;
|
|
18538
19599
|
}
|
|
18539
|
-
.
|
|
19600
|
+
.v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
|
|
18540
19601
|
margin-right: 41.6666666667%;
|
|
18541
19602
|
}
|
|
18542
|
-
.
|
|
19603
|
+
.v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
|
|
18543
19604
|
margin-left: 50%;
|
|
18544
19605
|
}
|
|
18545
|
-
.
|
|
19606
|
+
.v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
|
|
18546
19607
|
margin-right: 50%;
|
|
18547
19608
|
}
|
|
18548
|
-
.
|
|
19609
|
+
.v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
|
|
18549
19610
|
margin-left: 58.3333333333%;
|
|
18550
19611
|
}
|
|
18551
|
-
.
|
|
19612
|
+
.v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
|
|
18552
19613
|
margin-right: 58.3333333333%;
|
|
18553
19614
|
}
|
|
18554
|
-
.
|
|
19615
|
+
.v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
|
|
18555
19616
|
margin-left: 66.6666666667%;
|
|
18556
19617
|
}
|
|
18557
|
-
.
|
|
19618
|
+
.v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
|
|
18558
19619
|
margin-right: 66.6666666667%;
|
|
18559
19620
|
}
|
|
18560
|
-
.
|
|
19621
|
+
.v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
|
|
18561
19622
|
margin-left: 75%;
|
|
18562
19623
|
}
|
|
18563
|
-
.
|
|
19624
|
+
.v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
|
|
18564
19625
|
margin-right: 75%;
|
|
18565
19626
|
}
|
|
18566
|
-
.
|
|
19627
|
+
.v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
|
|
18567
19628
|
margin-left: 83.3333333333%;
|
|
18568
19629
|
}
|
|
18569
|
-
.
|
|
19630
|
+
.v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
|
|
18570
19631
|
margin-right: 83.3333333333%;
|
|
18571
19632
|
}
|
|
18572
|
-
.
|
|
19633
|
+
.v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
|
|
18573
19634
|
margin-left: 91.6666666667%;
|
|
18574
19635
|
}
|
|
18575
|
-
.
|
|
19636
|
+
.v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
|
|
18576
19637
|
margin-right: 91.6666666667%;
|
|
18577
19638
|
}
|
|
18578
19639
|
}
|
|
@@ -18635,76 +19696,76 @@ html.overflow-y-hidden {
|
|
|
18635
19696
|
flex: 0 0 100%;
|
|
18636
19697
|
max-width: 100%;
|
|
18637
19698
|
}
|
|
18638
|
-
.
|
|
19699
|
+
.v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
|
|
18639
19700
|
margin-left: 0;
|
|
18640
19701
|
}
|
|
18641
|
-
.
|
|
19702
|
+
.v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
|
|
18642
19703
|
margin-right: 0;
|
|
18643
19704
|
}
|
|
18644
|
-
.
|
|
19705
|
+
.v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
|
|
18645
19706
|
margin-left: 8.3333333333%;
|
|
18646
19707
|
}
|
|
18647
|
-
.
|
|
19708
|
+
.v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
|
|
18648
19709
|
margin-right: 8.3333333333%;
|
|
18649
19710
|
}
|
|
18650
|
-
.
|
|
19711
|
+
.v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
|
|
18651
19712
|
margin-left: 16.6666666667%;
|
|
18652
19713
|
}
|
|
18653
|
-
.
|
|
19714
|
+
.v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
|
|
18654
19715
|
margin-right: 16.6666666667%;
|
|
18655
19716
|
}
|
|
18656
|
-
.
|
|
19717
|
+
.v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
|
|
18657
19718
|
margin-left: 25%;
|
|
18658
19719
|
}
|
|
18659
|
-
.
|
|
19720
|
+
.v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
|
|
18660
19721
|
margin-right: 25%;
|
|
18661
19722
|
}
|
|
18662
|
-
.
|
|
19723
|
+
.v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
|
|
18663
19724
|
margin-left: 33.3333333333%;
|
|
18664
19725
|
}
|
|
18665
|
-
.
|
|
19726
|
+
.v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
|
|
18666
19727
|
margin-right: 33.3333333333%;
|
|
18667
19728
|
}
|
|
18668
|
-
.
|
|
19729
|
+
.v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
|
|
18669
19730
|
margin-left: 41.6666666667%;
|
|
18670
19731
|
}
|
|
18671
|
-
.
|
|
19732
|
+
.v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
|
|
18672
19733
|
margin-right: 41.6666666667%;
|
|
18673
19734
|
}
|
|
18674
|
-
.
|
|
19735
|
+
.v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
|
|
18675
19736
|
margin-left: 50%;
|
|
18676
19737
|
}
|
|
18677
|
-
.
|
|
19738
|
+
.v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
|
|
18678
19739
|
margin-right: 50%;
|
|
18679
19740
|
}
|
|
18680
|
-
.
|
|
19741
|
+
.v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
|
|
18681
19742
|
margin-left: 58.3333333333%;
|
|
18682
19743
|
}
|
|
18683
|
-
.
|
|
19744
|
+
.v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
|
|
18684
19745
|
margin-right: 58.3333333333%;
|
|
18685
19746
|
}
|
|
18686
|
-
.
|
|
19747
|
+
.v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
|
|
18687
19748
|
margin-left: 66.6666666667%;
|
|
18688
19749
|
}
|
|
18689
|
-
.
|
|
19750
|
+
.v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
|
|
18690
19751
|
margin-right: 66.6666666667%;
|
|
18691
19752
|
}
|
|
18692
|
-
.
|
|
19753
|
+
.v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
|
|
18693
19754
|
margin-left: 75%;
|
|
18694
19755
|
}
|
|
18695
|
-
.
|
|
19756
|
+
.v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
|
|
18696
19757
|
margin-right: 75%;
|
|
18697
19758
|
}
|
|
18698
|
-
.
|
|
19759
|
+
.v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
|
|
18699
19760
|
margin-left: 83.3333333333%;
|
|
18700
19761
|
}
|
|
18701
|
-
.
|
|
19762
|
+
.v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
|
|
18702
19763
|
margin-right: 83.3333333333%;
|
|
18703
19764
|
}
|
|
18704
|
-
.
|
|
19765
|
+
.v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
|
|
18705
19766
|
margin-left: 91.6666666667%;
|
|
18706
19767
|
}
|
|
18707
|
-
.
|
|
19768
|
+
.v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
|
|
18708
19769
|
margin-right: 91.6666666667%;
|
|
18709
19770
|
}
|
|
18710
19771
|
}
|
|
@@ -18767,98 +19828,78 @@ html.overflow-y-hidden {
|
|
|
18767
19828
|
flex: 0 0 100%;
|
|
18768
19829
|
max-width: 100%;
|
|
18769
19830
|
}
|
|
18770
|
-
.
|
|
19831
|
+
.v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
|
|
18771
19832
|
margin-left: 0;
|
|
18772
19833
|
}
|
|
18773
|
-
.
|
|
19834
|
+
.v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
|
|
18774
19835
|
margin-right: 0;
|
|
18775
19836
|
}
|
|
18776
|
-
.
|
|
19837
|
+
.v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
|
|
18777
19838
|
margin-left: 8.3333333333%;
|
|
18778
19839
|
}
|
|
18779
|
-
.
|
|
19840
|
+
.v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
|
|
18780
19841
|
margin-right: 8.3333333333%;
|
|
18781
19842
|
}
|
|
18782
|
-
.
|
|
19843
|
+
.v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
|
|
18783
19844
|
margin-left: 16.6666666667%;
|
|
18784
19845
|
}
|
|
18785
|
-
.
|
|
19846
|
+
.v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
|
|
18786
19847
|
margin-right: 16.6666666667%;
|
|
18787
19848
|
}
|
|
18788
|
-
.
|
|
19849
|
+
.v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
|
|
18789
19850
|
margin-left: 25%;
|
|
18790
19851
|
}
|
|
18791
|
-
.
|
|
19852
|
+
.v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
|
|
18792
19853
|
margin-right: 25%;
|
|
18793
19854
|
}
|
|
18794
|
-
.
|
|
19855
|
+
.v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
|
|
18795
19856
|
margin-left: 33.3333333333%;
|
|
18796
19857
|
}
|
|
18797
|
-
.
|
|
19858
|
+
.v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
|
|
18798
19859
|
margin-right: 33.3333333333%;
|
|
18799
19860
|
}
|
|
18800
|
-
.
|
|
19861
|
+
.v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
|
|
18801
19862
|
margin-left: 41.6666666667%;
|
|
18802
19863
|
}
|
|
18803
|
-
.
|
|
19864
|
+
.v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
|
|
18804
19865
|
margin-right: 41.6666666667%;
|
|
18805
19866
|
}
|
|
18806
|
-
.
|
|
19867
|
+
.v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
|
|
18807
19868
|
margin-left: 50%;
|
|
18808
19869
|
}
|
|
18809
|
-
.
|
|
19870
|
+
.v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
|
|
18810
19871
|
margin-right: 50%;
|
|
18811
19872
|
}
|
|
18812
|
-
.
|
|
19873
|
+
.v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
|
|
18813
19874
|
margin-left: 58.3333333333%;
|
|
18814
19875
|
}
|
|
18815
|
-
.
|
|
19876
|
+
.v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
|
|
18816
19877
|
margin-right: 58.3333333333%;
|
|
18817
19878
|
}
|
|
18818
|
-
.
|
|
19879
|
+
.v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
|
|
18819
19880
|
margin-left: 66.6666666667%;
|
|
18820
19881
|
}
|
|
18821
|
-
.
|
|
19882
|
+
.v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
|
|
18822
19883
|
margin-right: 66.6666666667%;
|
|
18823
19884
|
}
|
|
18824
|
-
.
|
|
19885
|
+
.v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
|
|
18825
19886
|
margin-left: 75%;
|
|
18826
19887
|
}
|
|
18827
|
-
.
|
|
19888
|
+
.v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
|
|
18828
19889
|
margin-right: 75%;
|
|
18829
19890
|
}
|
|
18830
|
-
.
|
|
19891
|
+
.v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
|
|
18831
19892
|
margin-left: 83.3333333333%;
|
|
18832
19893
|
}
|
|
18833
|
-
.
|
|
19894
|
+
.v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
|
|
18834
19895
|
margin-right: 83.3333333333%;
|
|
18835
19896
|
}
|
|
18836
|
-
.
|
|
19897
|
+
.v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
|
|
18837
19898
|
margin-left: 91.6666666667%;
|
|
18838
19899
|
}
|
|
18839
|
-
.
|
|
19900
|
+
.v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
|
|
18840
19901
|
margin-right: 91.6666666667%;
|
|
18841
19902
|
}
|
|
18842
|
-
}.v-color-picker {
|
|
18843
|
-
align-self: flex-start;
|
|
18844
|
-
contain: content;
|
|
18845
|
-
}
|
|
18846
|
-
.v-color-picker.v-sheet {
|
|
18847
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18848
|
-
border-radius: 4px;
|
|
18849
|
-
}
|
|
18850
|
-
|
|
18851
|
-
.v-color-picker__controls {
|
|
18852
|
-
display: flex;
|
|
18853
|
-
flex-direction: column;
|
|
18854
|
-
padding: 16px;
|
|
18855
|
-
}
|
|
18856
|
-
|
|
18857
|
-
.v-color-picker--flat {
|
|
18858
|
-
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));
|
|
18859
|
-
}
|
|
18860
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
18861
|
-
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));
|
|
18862
19903
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
18863
19904
|
.v-combobox .v-field .v-text-field__suffix,
|
|
18864
19905
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19259,46 +20300,6 @@ html.overflow-y-hidden {
|
|
|
19259
20300
|
}
|
|
19260
20301
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
19261
20302
|
max-width: calc(100% - 32px);
|
|
19262
|
-
}.v-file-input input[type=file] {
|
|
19263
|
-
height: 100%;
|
|
19264
|
-
left: 0;
|
|
19265
|
-
opacity: 0;
|
|
19266
|
-
position: absolute;
|
|
19267
|
-
top: 0;
|
|
19268
|
-
width: 100%;
|
|
19269
|
-
z-index: 1;
|
|
19270
|
-
}
|
|
19271
|
-
.v-file-input .v-chip {
|
|
19272
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
19273
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
19274
|
-
}.v-footer {
|
|
19275
|
-
align-items: center;
|
|
19276
|
-
display: flex;
|
|
19277
|
-
flex: 1 1 auto;
|
|
19278
|
-
padding: 8px 16px;
|
|
19279
|
-
position: relative;
|
|
19280
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19281
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
19282
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19283
|
-
border-style: solid;
|
|
19284
|
-
border-width: 0;
|
|
19285
|
-
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));
|
|
19286
|
-
border-radius: 0;
|
|
19287
|
-
background: rgb(var(--v-theme-surface));
|
|
19288
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19289
|
-
}
|
|
19290
|
-
.v-footer--border {
|
|
19291
|
-
border-width: thin;
|
|
19292
|
-
box-shadow: none;
|
|
19293
|
-
}
|
|
19294
|
-
.v-footer--absolute {
|
|
19295
|
-
position: absolute;
|
|
19296
|
-
}
|
|
19297
|
-
.v-footer--fixed {
|
|
19298
|
-
position: fixed;
|
|
19299
|
-
}
|
|
19300
|
-
.v-footer--rounded {
|
|
19301
|
-
border-radius: 4px;
|
|
19302
20303
|
}/* region INPUT */
|
|
19303
20304
|
.v-field {
|
|
19304
20305
|
display: grid;
|
|
@@ -19554,6 +20555,7 @@ textarea.v-field__input::placeholder {
|
|
|
19554
20555
|
transform-origin: left center;
|
|
19555
20556
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19556
20557
|
transition-property: opacity, transform;
|
|
20558
|
+
z-index: 1;
|
|
19557
20559
|
}
|
|
19558
20560
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
19559
20561
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -19680,18 +20682,20 @@ textarea.v-field__input::placeholder {
|
|
|
19680
20682
|
border-bottom-width: var(--v-field-border-width);
|
|
19681
20683
|
border-inline-start-width: var(--v-field-border-width);
|
|
19682
20684
|
}
|
|
19683
|
-
.v-field--variant-outlined .v-field__outline__start
|
|
20685
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
19684
20686
|
border-top-left-radius: inherit;
|
|
19685
20687
|
border-top-right-radius: 0;
|
|
19686
20688
|
border-bottom-right-radius: 0;
|
|
19687
20689
|
border-bottom-left-radius: inherit;
|
|
19688
20690
|
}
|
|
19689
|
-
|
|
20691
|
+
|
|
20692
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
19690
20693
|
border-top-left-radius: 0;
|
|
19691
20694
|
border-top-right-radius: inherit;
|
|
19692
20695
|
border-bottom-right-radius: inherit;
|
|
19693
20696
|
border-bottom-left-radius: 0;
|
|
19694
20697
|
}
|
|
20698
|
+
|
|
19695
20699
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
19696
20700
|
flex: none;
|
|
19697
20701
|
position: relative;
|
|
@@ -19723,13 +20727,14 @@ textarea.v-field__input::placeholder {
|
|
|
19723
20727
|
border-bottom-width: var(--v-field-border-width);
|
|
19724
20728
|
border-inline-end-width: var(--v-field-border-width);
|
|
19725
20729
|
}
|
|
19726
|
-
.v-field--variant-outlined .v-field__outline__end
|
|
20730
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
19727
20731
|
border-top-left-radius: 0;
|
|
19728
20732
|
border-top-right-radius: inherit;
|
|
19729
20733
|
border-bottom-right-radius: inherit;
|
|
19730
20734
|
border-bottom-left-radius: 0;
|
|
19731
20735
|
}
|
|
19732
|
-
|
|
20736
|
+
|
|
20737
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
19733
20738
|
border-top-left-radius: inherit;
|
|
19734
20739
|
border-top-right-radius: 0;
|
|
19735
20740
|
border-bottom-right-radius: 0;
|
|
@@ -19810,10 +20815,11 @@ textarea.v-field__input::placeholder {
|
|
|
19810
20815
|
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
19811
20816
|
flex-direction: row-reverse;
|
|
19812
20817
|
}
|
|
19813
|
-
.v-field--reverse .v-field__input
|
|
20818
|
+
.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 {
|
|
19814
20819
|
text-align: right;
|
|
19815
20820
|
}
|
|
19816
|
-
|
|
20821
|
+
|
|
20822
|
+
.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 {
|
|
19817
20823
|
text-align: left;
|
|
19818
20824
|
}
|
|
19819
20825
|
|
|
@@ -19827,7 +20833,51 @@ textarea.v-field__input::placeholder {
|
|
|
19827
20833
|
opacity: 0;
|
|
19828
20834
|
}
|
|
19829
20835
|
|
|
19830
|
-
/* endregion */.v-
|
|
20836
|
+
/* endregion */.v-file-input input[type=file] {
|
|
20837
|
+
height: 100%;
|
|
20838
|
+
left: 0;
|
|
20839
|
+
opacity: 0;
|
|
20840
|
+
position: absolute;
|
|
20841
|
+
top: 0;
|
|
20842
|
+
width: 100%;
|
|
20843
|
+
z-index: 1;
|
|
20844
|
+
}
|
|
20845
|
+
.v-file-input .v-input__details {
|
|
20846
|
+
padding-inline-start: 16px;
|
|
20847
|
+
padding-inline-end: 16px;
|
|
20848
|
+
}
|
|
20849
|
+
.v-file-input .v-chip {
|
|
20850
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
20851
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
20852
|
+
}.v-footer {
|
|
20853
|
+
align-items: center;
|
|
20854
|
+
display: flex;
|
|
20855
|
+
flex: 1 1 auto;
|
|
20856
|
+
padding: 8px 16px;
|
|
20857
|
+
position: relative;
|
|
20858
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20859
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
20860
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20861
|
+
border-style: solid;
|
|
20862
|
+
border-width: 0;
|
|
20863
|
+
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));
|
|
20864
|
+
border-radius: 0;
|
|
20865
|
+
background: rgb(var(--v-theme-surface));
|
|
20866
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20867
|
+
}
|
|
20868
|
+
.v-footer--border {
|
|
20869
|
+
border-width: thin;
|
|
20870
|
+
box-shadow: none;
|
|
20871
|
+
}
|
|
20872
|
+
.v-footer--absolute {
|
|
20873
|
+
position: absolute;
|
|
20874
|
+
}
|
|
20875
|
+
.v-footer--fixed {
|
|
20876
|
+
position: fixed;
|
|
20877
|
+
}
|
|
20878
|
+
.v-footer--rounded {
|
|
20879
|
+
border-radius: 4px;
|
|
20880
|
+
}.v-icon {
|
|
19831
20881
|
--v-icon-size-multiplier: 1;
|
|
19832
20882
|
align-items: center;
|
|
19833
20883
|
display: inline-flex;
|
|
@@ -20099,7 +21149,7 @@ textarea.v-field__input::placeholder {
|
|
|
20099
21149
|
padding-inline-start: 8px;
|
|
20100
21150
|
padding-inline-end: 8px;
|
|
20101
21151
|
}
|
|
20102
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
21152
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20103
21153
|
--v-avatar-height: 24px;
|
|
20104
21154
|
}
|
|
20105
21155
|
.v-list--rounded {
|
|
@@ -20311,12 +21361,13 @@ textarea.v-field__input::placeholder {
|
|
|
20311
21361
|
display: flex;
|
|
20312
21362
|
grid-area: prepend;
|
|
20313
21363
|
}
|
|
20314
|
-
.v-list-item__prepend > .v-
|
|
20315
|
-
|
|
21364
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
21365
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
21366
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
21367
|
+
width: 32px;
|
|
20316
21368
|
}
|
|
20317
|
-
.v-list-item__prepend > .v-
|
|
20318
|
-
|
|
20319
|
-
margin-inline-end: 32px;
|
|
21369
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
21370
|
+
width: 16px;
|
|
20320
21371
|
}
|
|
20321
21372
|
.v-list-item--three-line .v-list-item__prepend {
|
|
20322
21373
|
align-self: start;
|
|
@@ -20328,12 +21379,16 @@ textarea.v-field__input::placeholder {
|
|
|
20328
21379
|
align-items: center;
|
|
20329
21380
|
grid-area: append;
|
|
20330
21381
|
}
|
|
20331
|
-
.v-list-item__append
|
|
20332
|
-
|
|
21382
|
+
.v-list-item__append .v-list-item__spacer {
|
|
21383
|
+
order: -1;
|
|
20333
21384
|
}
|
|
20334
|
-
.v-list-item__append > .v-badge .v-
|
|
20335
|
-
.v-list-item__append > .v-icon
|
|
20336
|
-
|
|
21385
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
21386
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
21387
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
21388
|
+
width: 32px;
|
|
21389
|
+
}
|
|
21390
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
21391
|
+
width: 16px;
|
|
20337
21392
|
}
|
|
20338
21393
|
.v-list-item--three-line .v-list-item__append {
|
|
20339
21394
|
align-self: start;
|
|
@@ -20666,7 +21721,6 @@ textarea.v-field__input::placeholder {
|
|
|
20666
21721
|
transition-duration: 0.2s;
|
|
20667
21722
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
20668
21723
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20669
|
-
will-change: transform;
|
|
20670
21724
|
position: absolute;
|
|
20671
21725
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20672
21726
|
border-style: solid;
|
|
@@ -21067,11 +22121,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21067
22121
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
21068
22122
|
border-radius: 9999px;
|
|
21069
22123
|
}
|
|
21070
|
-
.v-progress-linear--rounded-bar .v-progress-linear__determinate
|
|
22124
|
+
.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 {
|
|
21071
22125
|
border-top-left-radius: 0;
|
|
21072
22126
|
border-bottom-left-radius: 0;
|
|
21073
22127
|
}
|
|
21074
|
-
|
|
22128
|
+
|
|
22129
|
+
.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 {
|
|
21075
22130
|
border-top-right-radius: 0;
|
|
21076
22131
|
border-bottom-right-radius: 0;
|
|
21077
22132
|
}
|
|
@@ -21145,10 +22200,15 @@ html.v-overlay-scroll-blocked {
|
|
|
21145
22200
|
flex-direction: column;
|
|
21146
22201
|
}
|
|
21147
22202
|
.v-radio-group > .v-input__control > .v-label {
|
|
21148
|
-
margin-inline-start:
|
|
22203
|
+
margin-inline-start: 16px;
|
|
21149
22204
|
}
|
|
21150
22205
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22206
|
+
padding-inline-start: 6px;
|
|
21151
22207
|
margin-top: 8px;
|
|
22208
|
+
}
|
|
22209
|
+
.v-radio-group .v-input__details {
|
|
22210
|
+
padding-inline-start: 16px;
|
|
22211
|
+
padding-inline-end: 16px;
|
|
21152
22212
|
}.v-slider .v-slider__container input {
|
|
21153
22213
|
cursor: default;
|
|
21154
22214
|
padding: 0;
|
|
@@ -21642,52 +22702,56 @@ html.v-overlay-scroll-blocked {
|
|
|
21642
22702
|
|
|
21643
22703
|
.v-switch__track,
|
|
21644
22704
|
.v-switch__thumb {
|
|
21645
|
-
background-color: currentColor;
|
|
21646
22705
|
transition: none;
|
|
21647
22706
|
}
|
|
21648
22707
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21649
22708
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21650
22709
|
background-color: rgb(var(--v-theme-error));
|
|
21651
|
-
|
|
21652
|
-
|
|
21653
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
21654
|
-
color: currentColor;
|
|
22710
|
+
color: rgb(var(--v-theme-on-error));
|
|
21655
22711
|
}
|
|
21656
22712
|
|
|
21657
22713
|
.v-switch__track {
|
|
21658
|
-
|
|
22714
|
+
background-color: currentColor;
|
|
22715
|
+
border-radius: 9999px;
|
|
21659
22716
|
height: 14px;
|
|
21660
22717
|
opacity: 0.6;
|
|
21661
22718
|
width: 36px;
|
|
21662
22719
|
cursor: pointer;
|
|
22720
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
21663
22721
|
}
|
|
21664
22722
|
.v-switch--inset .v-switch__track {
|
|
21665
|
-
border-radius:
|
|
21666
|
-
height:
|
|
21667
|
-
width:
|
|
22723
|
+
border-radius: 9999px;
|
|
22724
|
+
height: 32px;
|
|
22725
|
+
width: 52px;
|
|
21668
22726
|
}
|
|
21669
22727
|
|
|
21670
22728
|
.v-switch__thumb {
|
|
21671
22729
|
align-items: center;
|
|
21672
22730
|
border-radius: 50%;
|
|
21673
|
-
|
|
22731
|
+
background: rgb(var(--v-theme-surface));
|
|
22732
|
+
color: rgb(var(--v-theme-on-surface));
|
|
21674
22733
|
display: flex;
|
|
21675
22734
|
height: 20px;
|
|
21676
22735
|
justify-content: center;
|
|
21677
22736
|
width: 20px;
|
|
21678
22737
|
pointer-events: none;
|
|
21679
|
-
transition: 0.15s transform cubic-bezier(0
|
|
22738
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22739
|
+
position: relative;
|
|
22740
|
+
overflow: hidden;
|
|
21680
22741
|
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));
|
|
21681
22742
|
}
|
|
21682
22743
|
.v-switch--inset .v-switch__thumb {
|
|
22744
|
+
height: 24px;
|
|
22745
|
+
width: 24px;
|
|
22746
|
+
transform: scale(0.6666666667);
|
|
21683
22747
|
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));
|
|
21684
22748
|
}
|
|
21685
|
-
.v-switch
|
|
21686
|
-
|
|
22749
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
22750
|
+
transform: none;
|
|
21687
22751
|
}
|
|
21688
|
-
|
|
21689
|
-
|
|
21690
|
-
|
|
22752
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
22753
|
+
transform: none;
|
|
22754
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
21691
22755
|
}
|
|
21692
22756
|
|
|
21693
22757
|
.v-switch .v-selection-control {
|
|
@@ -21695,10 +22759,13 @@ html.v-overlay-scroll-blocked {
|
|
|
21695
22759
|
}
|
|
21696
22760
|
.v-switch .v-selection-control__input {
|
|
21697
22761
|
border-radius: 50%;
|
|
21698
|
-
transition: 0.
|
|
22762
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21699
22763
|
transform: translateX(-10px);
|
|
21700
22764
|
position: absolute;
|
|
21701
22765
|
}
|
|
22766
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
22767
|
+
position: absolute;
|
|
22768
|
+
}
|
|
21702
22769
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21703
22770
|
transform: translateX(10px);
|
|
21704
22771
|
}
|
|
@@ -22022,8 +23089,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22022
23089
|
flex: 1;
|
|
22023
23090
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22024
23091
|
min-width: 0;
|
|
22025
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22026
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22027
23092
|
}
|
|
22028
23093
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22029
23094
|
outline: none;
|
|
@@ -22042,6 +23107,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22042
23107
|
--v-field-padding-end: 0;
|
|
22043
23108
|
}
|
|
22044
23109
|
|
|
23110
|
+
.v-text-field .v-field__input input {
|
|
23111
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
23112
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
23113
|
+
}
|
|
23114
|
+
.v-text-field input.v-field__input {
|
|
23115
|
+
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));
|
|
23116
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
23117
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
23118
|
+
}
|
|
22045
23119
|
.v-text-field .v-input__details {
|
|
22046
23120
|
padding-inline-start: 16px;
|
|
22047
23121
|
padding-inline-end: 16px;
|
|
@@ -22115,7 +23189,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22115
23189
|
position: relative;
|
|
22116
23190
|
}
|
|
22117
23191
|
.v-timeline--horizontal.v-timeline {
|
|
22118
|
-
grid-column-gap: 24px;
|
|
22119
23192
|
width: 100%;
|
|
22120
23193
|
}
|
|
22121
23194
|
.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 {
|
|
@@ -22124,6 +23197,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22124
23197
|
.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 {
|
|
22125
23198
|
padding-inline-end: 24px;
|
|
22126
23199
|
}
|
|
23200
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
23201
|
+
padding-inline-end: 24px;
|
|
23202
|
+
}
|
|
23203
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
23204
|
+
padding-inline-end: 24px;
|
|
23205
|
+
}
|
|
22127
23206
|
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
22128
23207
|
grid-row: 3;
|
|
22129
23208
|
padding-block-start: 24px;
|
|
@@ -22200,11 +23279,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22200
23279
|
height: var(--v-timeline-line-thickness);
|
|
22201
23280
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22202
23281
|
}
|
|
22203
|
-
.v-timeline--horizontal .v-timeline-divider__before
|
|
23282
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
22204
23283
|
left: -12px;
|
|
22205
23284
|
right: initial;
|
|
22206
23285
|
}
|
|
22207
|
-
|
|
23286
|
+
|
|
23287
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
22208
23288
|
right: -12px;
|
|
22209
23289
|
left: initial;
|
|
22210
23290
|
}
|
|
@@ -22223,11 +23303,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22223
23303
|
height: var(--v-timeline-line-thickness);
|
|
22224
23304
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22225
23305
|
}
|
|
22226
|
-
.v-timeline--horizontal .v-timeline-divider__after
|
|
23306
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
22227
23307
|
right: -12px;
|
|
22228
23308
|
left: initial;
|
|
22229
23309
|
}
|
|
22230
|
-
|
|
23310
|
+
|
|
23311
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
22231
23312
|
left: -12px;
|
|
22232
23313
|
right: initial;
|
|
22233
23314
|
}
|
|
@@ -22247,11 +23328,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22247
23328
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
22248
23329
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22249
23330
|
}
|
|
22250
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before
|
|
23331
|
+
.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 {
|
|
22251
23332
|
left: 0;
|
|
22252
23333
|
right: initial;
|
|
22253
23334
|
}
|
|
22254
|
-
|
|
23335
|
+
|
|
23336
|
+
.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 {
|
|
22255
23337
|
right: 0;
|
|
22256
23338
|
left: initial;
|
|
22257
23339
|
}
|
|
@@ -22263,11 +23345,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22263
23345
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
22264
23346
|
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
|
22265
23347
|
}
|
|
22266
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after
|
|
23348
|
+
.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 {
|
|
22267
23349
|
right: -12px;
|
|
22268
23350
|
left: initial;
|
|
22269
23351
|
}
|
|
22270
|
-
|
|
23352
|
+
|
|
23353
|
+
.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 {
|
|
22271
23354
|
left: -12px;
|
|
22272
23355
|
right: initial;
|
|
22273
23356
|
}
|
|
@@ -22288,11 +23371,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22288
23371
|
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
22289
23372
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22290
23373
|
}
|
|
22291
|
-
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after
|
|
23374
|
+
.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 {
|
|
22292
23375
|
right: 0;
|
|
22293
23376
|
left: initial;
|
|
22294
23377
|
}
|
|
22295
|
-
|
|
23378
|
+
|
|
23379
|
+
.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 {
|
|
22296
23380
|
left: 0;
|
|
22297
23381
|
right: initial;
|
|
22298
23382
|
}
|
|
@@ -22581,12 +23665,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22581
23665
|
.v-toolbar--collapse .v-toolbar-title {
|
|
22582
23666
|
display: none;
|
|
22583
23667
|
}
|
|
22584
|
-
.v-
|
|
23668
|
+
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
22585
23669
|
border-bottom-right-radius: 24px;
|
|
22586
23670
|
}
|
|
22587
|
-
|
|
23671
|
+
|
|
23672
|
+
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
22588
23673
|
border-bottom-left-radius: 24px;
|
|
22589
23674
|
}
|
|
23675
|
+
|
|
22590
23676
|
.v-toolbar--flat {
|
|
22591
23677
|
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));
|
|
22592
23678
|
}
|
|
@@ -22813,12 +23899,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22813
23899
|
justify-content: center;
|
|
22814
23900
|
text-align: center;
|
|
22815
23901
|
}
|
|
22816
|
-
.v-color-picker-edit__input:not(:last-child)
|
|
23902
|
+
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
22817
23903
|
margin-right: 8px;
|
|
22818
23904
|
}
|
|
22819
|
-
|
|
23905
|
+
|
|
23906
|
+
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
22820
23907
|
margin-left: 8px;
|
|
22821
23908
|
}
|
|
23909
|
+
|
|
22822
23910
|
.v-color-picker-edit__input input {
|
|
22823
23911
|
border-radius: 4px;
|
|
22824
23912
|
margin-bottom: 8px;
|
|
@@ -22835,12 +23923,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22835
23923
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
22836
23924
|
background-color: transparent !important;
|
|
22837
23925
|
}
|
|
22838
|
-
.v-color-picker-preview__alpha .v-slider-track__background
|
|
23926
|
+
.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 {
|
|
22839
23927
|
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
22840
23928
|
}
|
|
22841
|
-
|
|
23929
|
+
|
|
23930
|
+
.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 {
|
|
22842
23931
|
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
22843
23932
|
}
|
|
23933
|
+
|
|
22844
23934
|
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
22845
23935
|
content: "";
|
|
22846
23936
|
z-index: -1;
|
|
@@ -22867,21 +23957,24 @@ html.v-overlay-scroll-blocked {
|
|
|
22867
23957
|
border-radius: 50%;
|
|
22868
23958
|
overflow: hidden;
|
|
22869
23959
|
}
|
|
22870
|
-
.v-color-picker-preview__dot
|
|
23960
|
+
.v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
|
|
22871
23961
|
margin-right: 24px;
|
|
22872
23962
|
}
|
|
22873
|
-
|
|
23963
|
+
|
|
23964
|
+
.v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
|
|
22874
23965
|
margin-left: 24px;
|
|
22875
23966
|
}
|
|
23967
|
+
|
|
22876
23968
|
.v-color-picker-preview__dot > div {
|
|
22877
23969
|
width: 100%;
|
|
22878
23970
|
height: 100%;
|
|
22879
23971
|
}
|
|
22880
23972
|
|
|
22881
|
-
.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background
|
|
23973
|
+
.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 {
|
|
22882
23974
|
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
22883
23975
|
}
|
|
22884
|
-
|
|
23976
|
+
|
|
23977
|
+
.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 {
|
|
22885
23978
|
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
22886
23979
|
}
|
|
22887
23980
|
|
|
@@ -22898,6 +23991,11 @@ html.v-overlay-scroll-blocked {
|
|
|
22898
23991
|
align-items: center;
|
|
22899
23992
|
display: flex;
|
|
22900
23993
|
margin-bottom: 0;
|
|
23994
|
+
}
|
|
23995
|
+
|
|
23996
|
+
.v-color-picker-preview__eye-dropper {
|
|
23997
|
+
position: relative;
|
|
23998
|
+
margin-right: 12px;
|
|
22901
23999
|
}.v-color-picker-swatches {
|
|
22902
24000
|
overflow-y: auto;
|
|
22903
24001
|
}
|
|
@@ -23027,12 +24125,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23027
24125
|
top: 50%;
|
|
23028
24126
|
transform: translateY(-50%);
|
|
23029
24127
|
}
|
|
23030
|
-
.v-slider.v-input--horizontal .v-slider-thumb
|
|
24128
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23031
24129
|
left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23032
24130
|
}
|
|
23033
|
-
|
|
24131
|
+
|
|
24132
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23034
24133
|
right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23035
24134
|
}
|
|
24135
|
+
|
|
23036
24136
|
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
23037
24137
|
left: calc(var(--v-slider-thumb-size) / 2);
|
|
23038
24138
|
top: 0;
|
|
@@ -23040,12 +24140,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23040
24140
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23041
24141
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
23042
24142
|
}
|
|
23043
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
|
24143
|
+
.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 {
|
|
23044
24144
|
transform: translateX(-50%);
|
|
23045
24145
|
}
|
|
23046
|
-
|
|
24146
|
+
|
|
24147
|
+
.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 {
|
|
23047
24148
|
transform: translateX(50%);
|
|
23048
24149
|
}
|
|
24150
|
+
|
|
23049
24151
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
23050
24152
|
border-left: 6px solid transparent;
|
|
23051
24153
|
border-right: 6px solid transparent;
|
|
@@ -23136,16 +24238,19 @@ html.v-overlay-scroll-blocked {
|
|
|
23136
24238
|
height: var(--v-slider-tick-size);
|
|
23137
24239
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
|
23138
24240
|
}
|
|
23139
|
-
.v-slider-track__tick--first .v-slider-track__tick-label
|
|
24241
|
+
.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 {
|
|
23140
24242
|
transform: none;
|
|
23141
24243
|
}
|
|
23142
|
-
|
|
24244
|
+
|
|
24245
|
+
.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 {
|
|
23143
24246
|
transform: translateX(100%);
|
|
23144
24247
|
}
|
|
23145
|
-
|
|
24248
|
+
|
|
24249
|
+
.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 {
|
|
23146
24250
|
transform: translateX(-100%);
|
|
23147
24251
|
}
|
|
23148
|
-
|
|
24252
|
+
|
|
24253
|
+
.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 {
|
|
23149
24254
|
transform: none;
|
|
23150
24255
|
}
|
|
23151
24256
|
|
|
@@ -23172,34 +24277,40 @@ html.v-overlay-scroll-blocked {
|
|
|
23172
24277
|
.v-slider.v-input--horizontal .v-slider-track__tick {
|
|
23173
24278
|
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
23174
24279
|
}
|
|
23175
|
-
.v-slider.v-input--horizontal .v-slider-track__tick
|
|
24280
|
+
.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 {
|
|
23176
24281
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
|
23177
24282
|
}
|
|
24283
|
+
|
|
23178
24284
|
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
23179
24285
|
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
|
23180
24286
|
}
|
|
23181
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label
|
|
24287
|
+
.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 {
|
|
23182
24288
|
transform: translateX(-50%);
|
|
23183
24289
|
}
|
|
23184
|
-
|
|
24290
|
+
|
|
24291
|
+
.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 {
|
|
23185
24292
|
transform: translateX(50%);
|
|
23186
24293
|
}
|
|
24294
|
+
|
|
23187
24295
|
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
|
23188
24296
|
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
|
23189
24297
|
}
|
|
23190
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label
|
|
24298
|
+
.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 {
|
|
23191
24299
|
transform: translateX(0%);
|
|
23192
24300
|
}
|
|
23193
|
-
|
|
24301
|
+
|
|
24302
|
+
.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 {
|
|
23194
24303
|
transform: translateX(0%);
|
|
23195
24304
|
}
|
|
24305
|
+
|
|
23196
24306
|
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
|
23197
24307
|
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
|
23198
24308
|
}
|
|
23199
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label
|
|
24309
|
+
.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 {
|
|
23200
24310
|
transform: translateX(-100%);
|
|
23201
24311
|
}
|
|
23202
|
-
|
|
24312
|
+
|
|
24313
|
+
.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 {
|
|
23203
24314
|
transform: translateX(100%);
|
|
23204
24315
|
}
|
|
23205
24316
|
|
|
@@ -23223,9 +24334,10 @@ html.v-overlay-scroll-blocked {
|
|
|
23223
24334
|
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
23224
24335
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
|
23225
24336
|
}
|
|
23226
|
-
.v-slider.v-input--vertical .v-slider-track__tick
|
|
24337
|
+
.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 {
|
|
23227
24338
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
|
23228
24339
|
}
|
|
24340
|
+
|
|
23229
24341
|
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
|
23230
24342
|
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
|
23231
24343
|
}
|