vuetify 3.3.13 → 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 +107 -11
- package/dist/json/importMap.json +16 -16
- package/dist/json/tags.json +24 -0
- package/dist/json/web-types.json +305 -38
- package/dist/vuetify-labs.css +1483 -408
- package/dist/vuetify-labs.d.ts +711 -241
- package/dist/vuetify-labs.esm.js +279 -134
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +278 -133
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1370 -295
- package/dist/vuetify.d.ts +699 -235
- package/dist/vuetify.esm.js +279 -134
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +278 -133
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +912 -897
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +20 -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/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/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 +12 -0
- 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/index.d.mts +20 -14
- package/lib/components/VDialog/index.d.mts +41 -20
- package/lib/components/VField/VField.css +10 -6
- package/lib/components/VField/index.d.mts +4 -4
- 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/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +41 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -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 +6 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -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/index.d.mts +20 -14
- package/lib/components/VSelectionControl/VSelectionControl.mjs +5 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +6 -0
- 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.mjs +9 -9
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +6 -0
- package/lib/components/VTabs/index.d.mts +10 -0
- package/lib/components/VTextField/index.d.mts +16 -16
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.css +15 -10
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/VTooltip/index.d.mts +41 -20
- package/lib/components/index.d.mts +667 -230
- 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 +36 -5
- package/lib/labs/VBottomSheet/index.d.mts +14 -8
- package/lib/labs/VDateInput/index.d.mts +4 -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/styles/main.css +1026 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +19 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.
|
|
2
|
+
* Vuetify v3.4.0-alpha.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3686,6 +3686,222 @@ html.overflow-y-hidden {
|
|
|
3686
3686
|
order: 13 !important;
|
|
3687
3687
|
}
|
|
3688
3688
|
|
|
3689
|
+
.ga-0 {
|
|
3690
|
+
gap: 0px !important;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
.ga-1 {
|
|
3694
|
+
gap: 4px !important;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
.ga-2 {
|
|
3698
|
+
gap: 8px !important;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
.ga-3 {
|
|
3702
|
+
gap: 12px !important;
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
.ga-4 {
|
|
3706
|
+
gap: 16px !important;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
.ga-5 {
|
|
3710
|
+
gap: 20px !important;
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
.ga-6 {
|
|
3714
|
+
gap: 24px !important;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.ga-7 {
|
|
3718
|
+
gap: 28px !important;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
.ga-8 {
|
|
3722
|
+
gap: 32px !important;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.ga-9 {
|
|
3726
|
+
gap: 36px !important;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
.ga-10 {
|
|
3730
|
+
gap: 40px !important;
|
|
3731
|
+
}
|
|
3732
|
+
|
|
3733
|
+
.ga-11 {
|
|
3734
|
+
gap: 44px !important;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
.ga-12 {
|
|
3738
|
+
gap: 48px !important;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
.ga-13 {
|
|
3742
|
+
gap: 52px !important;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
.ga-14 {
|
|
3746
|
+
gap: 56px !important;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
.ga-15 {
|
|
3750
|
+
gap: 60px !important;
|
|
3751
|
+
}
|
|
3752
|
+
|
|
3753
|
+
.ga-16 {
|
|
3754
|
+
gap: 64px !important;
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.ga-auto {
|
|
3758
|
+
gap: auto !important;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
.gr-0 {
|
|
3762
|
+
row-gap: 0px !important;
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3765
|
+
.gr-1 {
|
|
3766
|
+
row-gap: 4px !important;
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
.gr-2 {
|
|
3770
|
+
row-gap: 8px !important;
|
|
3771
|
+
}
|
|
3772
|
+
|
|
3773
|
+
.gr-3 {
|
|
3774
|
+
row-gap: 12px !important;
|
|
3775
|
+
}
|
|
3776
|
+
|
|
3777
|
+
.gr-4 {
|
|
3778
|
+
row-gap: 16px !important;
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3781
|
+
.gr-5 {
|
|
3782
|
+
row-gap: 20px !important;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
.gr-6 {
|
|
3786
|
+
row-gap: 24px !important;
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
.gr-7 {
|
|
3790
|
+
row-gap: 28px !important;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.gr-8 {
|
|
3794
|
+
row-gap: 32px !important;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.gr-9 {
|
|
3798
|
+
row-gap: 36px !important;
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3801
|
+
.gr-10 {
|
|
3802
|
+
row-gap: 40px !important;
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
.gr-11 {
|
|
3806
|
+
row-gap: 44px !important;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.gr-12 {
|
|
3810
|
+
row-gap: 48px !important;
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
.gr-13 {
|
|
3814
|
+
row-gap: 52px !important;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
.gr-14 {
|
|
3818
|
+
row-gap: 56px !important;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
.gr-15 {
|
|
3822
|
+
row-gap: 60px !important;
|
|
3823
|
+
}
|
|
3824
|
+
|
|
3825
|
+
.gr-16 {
|
|
3826
|
+
row-gap: 64px !important;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
.gr-auto {
|
|
3830
|
+
row-gap: auto !important;
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
.gc-0 {
|
|
3834
|
+
column-gap: 0px !important;
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
.gc-1 {
|
|
3838
|
+
column-gap: 4px !important;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.gc-2 {
|
|
3842
|
+
column-gap: 8px !important;
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
.gc-3 {
|
|
3846
|
+
column-gap: 12px !important;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
.gc-4 {
|
|
3850
|
+
column-gap: 16px !important;
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.gc-5 {
|
|
3854
|
+
column-gap: 20px !important;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
.gc-6 {
|
|
3858
|
+
column-gap: 24px !important;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
.gc-7 {
|
|
3862
|
+
column-gap: 28px !important;
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
.gc-8 {
|
|
3866
|
+
column-gap: 32px !important;
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
.gc-9 {
|
|
3870
|
+
column-gap: 36px !important;
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
.gc-10 {
|
|
3874
|
+
column-gap: 40px !important;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.gc-11 {
|
|
3878
|
+
column-gap: 44px !important;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
.gc-12 {
|
|
3882
|
+
column-gap: 48px !important;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.gc-13 {
|
|
3886
|
+
column-gap: 52px !important;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.gc-14 {
|
|
3890
|
+
column-gap: 56px !important;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.gc-15 {
|
|
3894
|
+
column-gap: 60px !important;
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3897
|
+
.gc-16 {
|
|
3898
|
+
column-gap: 64px !important;
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
|
+
.gc-auto {
|
|
3902
|
+
column-gap: auto !important;
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3689
3905
|
.ma-0 {
|
|
3690
3906
|
margin: 0px !important;
|
|
3691
3907
|
}
|
|
@@ -6938,6 +7154,168 @@ html.overflow-y-hidden {
|
|
|
6938
7154
|
.order-sm-last {
|
|
6939
7155
|
order: 13 !important;
|
|
6940
7156
|
}
|
|
7157
|
+
.ga-sm-0 {
|
|
7158
|
+
gap: 0px !important;
|
|
7159
|
+
}
|
|
7160
|
+
.ga-sm-1 {
|
|
7161
|
+
gap: 4px !important;
|
|
7162
|
+
}
|
|
7163
|
+
.ga-sm-2 {
|
|
7164
|
+
gap: 8px !important;
|
|
7165
|
+
}
|
|
7166
|
+
.ga-sm-3 {
|
|
7167
|
+
gap: 12px !important;
|
|
7168
|
+
}
|
|
7169
|
+
.ga-sm-4 {
|
|
7170
|
+
gap: 16px !important;
|
|
7171
|
+
}
|
|
7172
|
+
.ga-sm-5 {
|
|
7173
|
+
gap: 20px !important;
|
|
7174
|
+
}
|
|
7175
|
+
.ga-sm-6 {
|
|
7176
|
+
gap: 24px !important;
|
|
7177
|
+
}
|
|
7178
|
+
.ga-sm-7 {
|
|
7179
|
+
gap: 28px !important;
|
|
7180
|
+
}
|
|
7181
|
+
.ga-sm-8 {
|
|
7182
|
+
gap: 32px !important;
|
|
7183
|
+
}
|
|
7184
|
+
.ga-sm-9 {
|
|
7185
|
+
gap: 36px !important;
|
|
7186
|
+
}
|
|
7187
|
+
.ga-sm-10 {
|
|
7188
|
+
gap: 40px !important;
|
|
7189
|
+
}
|
|
7190
|
+
.ga-sm-11 {
|
|
7191
|
+
gap: 44px !important;
|
|
7192
|
+
}
|
|
7193
|
+
.ga-sm-12 {
|
|
7194
|
+
gap: 48px !important;
|
|
7195
|
+
}
|
|
7196
|
+
.ga-sm-13 {
|
|
7197
|
+
gap: 52px !important;
|
|
7198
|
+
}
|
|
7199
|
+
.ga-sm-14 {
|
|
7200
|
+
gap: 56px !important;
|
|
7201
|
+
}
|
|
7202
|
+
.ga-sm-15 {
|
|
7203
|
+
gap: 60px !important;
|
|
7204
|
+
}
|
|
7205
|
+
.ga-sm-16 {
|
|
7206
|
+
gap: 64px !important;
|
|
7207
|
+
}
|
|
7208
|
+
.ga-sm-auto {
|
|
7209
|
+
gap: auto !important;
|
|
7210
|
+
}
|
|
7211
|
+
.gr-sm-0 {
|
|
7212
|
+
row-gap: 0px !important;
|
|
7213
|
+
}
|
|
7214
|
+
.gr-sm-1 {
|
|
7215
|
+
row-gap: 4px !important;
|
|
7216
|
+
}
|
|
7217
|
+
.gr-sm-2 {
|
|
7218
|
+
row-gap: 8px !important;
|
|
7219
|
+
}
|
|
7220
|
+
.gr-sm-3 {
|
|
7221
|
+
row-gap: 12px !important;
|
|
7222
|
+
}
|
|
7223
|
+
.gr-sm-4 {
|
|
7224
|
+
row-gap: 16px !important;
|
|
7225
|
+
}
|
|
7226
|
+
.gr-sm-5 {
|
|
7227
|
+
row-gap: 20px !important;
|
|
7228
|
+
}
|
|
7229
|
+
.gr-sm-6 {
|
|
7230
|
+
row-gap: 24px !important;
|
|
7231
|
+
}
|
|
7232
|
+
.gr-sm-7 {
|
|
7233
|
+
row-gap: 28px !important;
|
|
7234
|
+
}
|
|
7235
|
+
.gr-sm-8 {
|
|
7236
|
+
row-gap: 32px !important;
|
|
7237
|
+
}
|
|
7238
|
+
.gr-sm-9 {
|
|
7239
|
+
row-gap: 36px !important;
|
|
7240
|
+
}
|
|
7241
|
+
.gr-sm-10 {
|
|
7242
|
+
row-gap: 40px !important;
|
|
7243
|
+
}
|
|
7244
|
+
.gr-sm-11 {
|
|
7245
|
+
row-gap: 44px !important;
|
|
7246
|
+
}
|
|
7247
|
+
.gr-sm-12 {
|
|
7248
|
+
row-gap: 48px !important;
|
|
7249
|
+
}
|
|
7250
|
+
.gr-sm-13 {
|
|
7251
|
+
row-gap: 52px !important;
|
|
7252
|
+
}
|
|
7253
|
+
.gr-sm-14 {
|
|
7254
|
+
row-gap: 56px !important;
|
|
7255
|
+
}
|
|
7256
|
+
.gr-sm-15 {
|
|
7257
|
+
row-gap: 60px !important;
|
|
7258
|
+
}
|
|
7259
|
+
.gr-sm-16 {
|
|
7260
|
+
row-gap: 64px !important;
|
|
7261
|
+
}
|
|
7262
|
+
.gr-sm-auto {
|
|
7263
|
+
row-gap: auto !important;
|
|
7264
|
+
}
|
|
7265
|
+
.gc-sm-0 {
|
|
7266
|
+
column-gap: 0px !important;
|
|
7267
|
+
}
|
|
7268
|
+
.gc-sm-1 {
|
|
7269
|
+
column-gap: 4px !important;
|
|
7270
|
+
}
|
|
7271
|
+
.gc-sm-2 {
|
|
7272
|
+
column-gap: 8px !important;
|
|
7273
|
+
}
|
|
7274
|
+
.gc-sm-3 {
|
|
7275
|
+
column-gap: 12px !important;
|
|
7276
|
+
}
|
|
7277
|
+
.gc-sm-4 {
|
|
7278
|
+
column-gap: 16px !important;
|
|
7279
|
+
}
|
|
7280
|
+
.gc-sm-5 {
|
|
7281
|
+
column-gap: 20px !important;
|
|
7282
|
+
}
|
|
7283
|
+
.gc-sm-6 {
|
|
7284
|
+
column-gap: 24px !important;
|
|
7285
|
+
}
|
|
7286
|
+
.gc-sm-7 {
|
|
7287
|
+
column-gap: 28px !important;
|
|
7288
|
+
}
|
|
7289
|
+
.gc-sm-8 {
|
|
7290
|
+
column-gap: 32px !important;
|
|
7291
|
+
}
|
|
7292
|
+
.gc-sm-9 {
|
|
7293
|
+
column-gap: 36px !important;
|
|
7294
|
+
}
|
|
7295
|
+
.gc-sm-10 {
|
|
7296
|
+
column-gap: 40px !important;
|
|
7297
|
+
}
|
|
7298
|
+
.gc-sm-11 {
|
|
7299
|
+
column-gap: 44px !important;
|
|
7300
|
+
}
|
|
7301
|
+
.gc-sm-12 {
|
|
7302
|
+
column-gap: 48px !important;
|
|
7303
|
+
}
|
|
7304
|
+
.gc-sm-13 {
|
|
7305
|
+
column-gap: 52px !important;
|
|
7306
|
+
}
|
|
7307
|
+
.gc-sm-14 {
|
|
7308
|
+
column-gap: 56px !important;
|
|
7309
|
+
}
|
|
7310
|
+
.gc-sm-15 {
|
|
7311
|
+
column-gap: 60px !important;
|
|
7312
|
+
}
|
|
7313
|
+
.gc-sm-16 {
|
|
7314
|
+
column-gap: 64px !important;
|
|
7315
|
+
}
|
|
7316
|
+
.gc-sm-auto {
|
|
7317
|
+
column-gap: auto !important;
|
|
7318
|
+
}
|
|
6941
7319
|
.ma-sm-0 {
|
|
6942
7320
|
margin: 0px !important;
|
|
6943
7321
|
}
|
|
@@ -8766,6 +9144,168 @@ html.overflow-y-hidden {
|
|
|
8766
9144
|
.order-md-last {
|
|
8767
9145
|
order: 13 !important;
|
|
8768
9146
|
}
|
|
9147
|
+
.ga-md-0 {
|
|
9148
|
+
gap: 0px !important;
|
|
9149
|
+
}
|
|
9150
|
+
.ga-md-1 {
|
|
9151
|
+
gap: 4px !important;
|
|
9152
|
+
}
|
|
9153
|
+
.ga-md-2 {
|
|
9154
|
+
gap: 8px !important;
|
|
9155
|
+
}
|
|
9156
|
+
.ga-md-3 {
|
|
9157
|
+
gap: 12px !important;
|
|
9158
|
+
}
|
|
9159
|
+
.ga-md-4 {
|
|
9160
|
+
gap: 16px !important;
|
|
9161
|
+
}
|
|
9162
|
+
.ga-md-5 {
|
|
9163
|
+
gap: 20px !important;
|
|
9164
|
+
}
|
|
9165
|
+
.ga-md-6 {
|
|
9166
|
+
gap: 24px !important;
|
|
9167
|
+
}
|
|
9168
|
+
.ga-md-7 {
|
|
9169
|
+
gap: 28px !important;
|
|
9170
|
+
}
|
|
9171
|
+
.ga-md-8 {
|
|
9172
|
+
gap: 32px !important;
|
|
9173
|
+
}
|
|
9174
|
+
.ga-md-9 {
|
|
9175
|
+
gap: 36px !important;
|
|
9176
|
+
}
|
|
9177
|
+
.ga-md-10 {
|
|
9178
|
+
gap: 40px !important;
|
|
9179
|
+
}
|
|
9180
|
+
.ga-md-11 {
|
|
9181
|
+
gap: 44px !important;
|
|
9182
|
+
}
|
|
9183
|
+
.ga-md-12 {
|
|
9184
|
+
gap: 48px !important;
|
|
9185
|
+
}
|
|
9186
|
+
.ga-md-13 {
|
|
9187
|
+
gap: 52px !important;
|
|
9188
|
+
}
|
|
9189
|
+
.ga-md-14 {
|
|
9190
|
+
gap: 56px !important;
|
|
9191
|
+
}
|
|
9192
|
+
.ga-md-15 {
|
|
9193
|
+
gap: 60px !important;
|
|
9194
|
+
}
|
|
9195
|
+
.ga-md-16 {
|
|
9196
|
+
gap: 64px !important;
|
|
9197
|
+
}
|
|
9198
|
+
.ga-md-auto {
|
|
9199
|
+
gap: auto !important;
|
|
9200
|
+
}
|
|
9201
|
+
.gr-md-0 {
|
|
9202
|
+
row-gap: 0px !important;
|
|
9203
|
+
}
|
|
9204
|
+
.gr-md-1 {
|
|
9205
|
+
row-gap: 4px !important;
|
|
9206
|
+
}
|
|
9207
|
+
.gr-md-2 {
|
|
9208
|
+
row-gap: 8px !important;
|
|
9209
|
+
}
|
|
9210
|
+
.gr-md-3 {
|
|
9211
|
+
row-gap: 12px !important;
|
|
9212
|
+
}
|
|
9213
|
+
.gr-md-4 {
|
|
9214
|
+
row-gap: 16px !important;
|
|
9215
|
+
}
|
|
9216
|
+
.gr-md-5 {
|
|
9217
|
+
row-gap: 20px !important;
|
|
9218
|
+
}
|
|
9219
|
+
.gr-md-6 {
|
|
9220
|
+
row-gap: 24px !important;
|
|
9221
|
+
}
|
|
9222
|
+
.gr-md-7 {
|
|
9223
|
+
row-gap: 28px !important;
|
|
9224
|
+
}
|
|
9225
|
+
.gr-md-8 {
|
|
9226
|
+
row-gap: 32px !important;
|
|
9227
|
+
}
|
|
9228
|
+
.gr-md-9 {
|
|
9229
|
+
row-gap: 36px !important;
|
|
9230
|
+
}
|
|
9231
|
+
.gr-md-10 {
|
|
9232
|
+
row-gap: 40px !important;
|
|
9233
|
+
}
|
|
9234
|
+
.gr-md-11 {
|
|
9235
|
+
row-gap: 44px !important;
|
|
9236
|
+
}
|
|
9237
|
+
.gr-md-12 {
|
|
9238
|
+
row-gap: 48px !important;
|
|
9239
|
+
}
|
|
9240
|
+
.gr-md-13 {
|
|
9241
|
+
row-gap: 52px !important;
|
|
9242
|
+
}
|
|
9243
|
+
.gr-md-14 {
|
|
9244
|
+
row-gap: 56px !important;
|
|
9245
|
+
}
|
|
9246
|
+
.gr-md-15 {
|
|
9247
|
+
row-gap: 60px !important;
|
|
9248
|
+
}
|
|
9249
|
+
.gr-md-16 {
|
|
9250
|
+
row-gap: 64px !important;
|
|
9251
|
+
}
|
|
9252
|
+
.gr-md-auto {
|
|
9253
|
+
row-gap: auto !important;
|
|
9254
|
+
}
|
|
9255
|
+
.gc-md-0 {
|
|
9256
|
+
column-gap: 0px !important;
|
|
9257
|
+
}
|
|
9258
|
+
.gc-md-1 {
|
|
9259
|
+
column-gap: 4px !important;
|
|
9260
|
+
}
|
|
9261
|
+
.gc-md-2 {
|
|
9262
|
+
column-gap: 8px !important;
|
|
9263
|
+
}
|
|
9264
|
+
.gc-md-3 {
|
|
9265
|
+
column-gap: 12px !important;
|
|
9266
|
+
}
|
|
9267
|
+
.gc-md-4 {
|
|
9268
|
+
column-gap: 16px !important;
|
|
9269
|
+
}
|
|
9270
|
+
.gc-md-5 {
|
|
9271
|
+
column-gap: 20px !important;
|
|
9272
|
+
}
|
|
9273
|
+
.gc-md-6 {
|
|
9274
|
+
column-gap: 24px !important;
|
|
9275
|
+
}
|
|
9276
|
+
.gc-md-7 {
|
|
9277
|
+
column-gap: 28px !important;
|
|
9278
|
+
}
|
|
9279
|
+
.gc-md-8 {
|
|
9280
|
+
column-gap: 32px !important;
|
|
9281
|
+
}
|
|
9282
|
+
.gc-md-9 {
|
|
9283
|
+
column-gap: 36px !important;
|
|
9284
|
+
}
|
|
9285
|
+
.gc-md-10 {
|
|
9286
|
+
column-gap: 40px !important;
|
|
9287
|
+
}
|
|
9288
|
+
.gc-md-11 {
|
|
9289
|
+
column-gap: 44px !important;
|
|
9290
|
+
}
|
|
9291
|
+
.gc-md-12 {
|
|
9292
|
+
column-gap: 48px !important;
|
|
9293
|
+
}
|
|
9294
|
+
.gc-md-13 {
|
|
9295
|
+
column-gap: 52px !important;
|
|
9296
|
+
}
|
|
9297
|
+
.gc-md-14 {
|
|
9298
|
+
column-gap: 56px !important;
|
|
9299
|
+
}
|
|
9300
|
+
.gc-md-15 {
|
|
9301
|
+
column-gap: 60px !important;
|
|
9302
|
+
}
|
|
9303
|
+
.gc-md-16 {
|
|
9304
|
+
column-gap: 64px !important;
|
|
9305
|
+
}
|
|
9306
|
+
.gc-md-auto {
|
|
9307
|
+
column-gap: auto !important;
|
|
9308
|
+
}
|
|
8769
9309
|
.ma-md-0 {
|
|
8770
9310
|
margin: 0px !important;
|
|
8771
9311
|
}
|
|
@@ -10594,65 +11134,227 @@ html.overflow-y-hidden {
|
|
|
10594
11134
|
.order-lg-last {
|
|
10595
11135
|
order: 13 !important;
|
|
10596
11136
|
}
|
|
10597
|
-
.
|
|
10598
|
-
|
|
11137
|
+
.ga-lg-0 {
|
|
11138
|
+
gap: 0px !important;
|
|
10599
11139
|
}
|
|
10600
|
-
.
|
|
10601
|
-
|
|
11140
|
+
.ga-lg-1 {
|
|
11141
|
+
gap: 4px !important;
|
|
10602
11142
|
}
|
|
10603
|
-
.
|
|
10604
|
-
|
|
11143
|
+
.ga-lg-2 {
|
|
11144
|
+
gap: 8px !important;
|
|
10605
11145
|
}
|
|
10606
|
-
.
|
|
10607
|
-
|
|
11146
|
+
.ga-lg-3 {
|
|
11147
|
+
gap: 12px !important;
|
|
10608
11148
|
}
|
|
10609
|
-
.
|
|
10610
|
-
|
|
11149
|
+
.ga-lg-4 {
|
|
11150
|
+
gap: 16px !important;
|
|
10611
11151
|
}
|
|
10612
|
-
.
|
|
10613
|
-
|
|
11152
|
+
.ga-lg-5 {
|
|
11153
|
+
gap: 20px !important;
|
|
10614
11154
|
}
|
|
10615
|
-
.
|
|
10616
|
-
|
|
11155
|
+
.ga-lg-6 {
|
|
11156
|
+
gap: 24px !important;
|
|
10617
11157
|
}
|
|
10618
|
-
.
|
|
10619
|
-
|
|
11158
|
+
.ga-lg-7 {
|
|
11159
|
+
gap: 28px !important;
|
|
10620
11160
|
}
|
|
10621
|
-
.
|
|
10622
|
-
|
|
11161
|
+
.ga-lg-8 {
|
|
11162
|
+
gap: 32px !important;
|
|
10623
11163
|
}
|
|
10624
|
-
.
|
|
10625
|
-
|
|
11164
|
+
.ga-lg-9 {
|
|
11165
|
+
gap: 36px !important;
|
|
10626
11166
|
}
|
|
10627
|
-
.
|
|
10628
|
-
|
|
11167
|
+
.ga-lg-10 {
|
|
11168
|
+
gap: 40px !important;
|
|
10629
11169
|
}
|
|
10630
|
-
.
|
|
10631
|
-
|
|
11170
|
+
.ga-lg-11 {
|
|
11171
|
+
gap: 44px !important;
|
|
10632
11172
|
}
|
|
10633
|
-
.
|
|
10634
|
-
|
|
11173
|
+
.ga-lg-12 {
|
|
11174
|
+
gap: 48px !important;
|
|
10635
11175
|
}
|
|
10636
|
-
.
|
|
10637
|
-
|
|
11176
|
+
.ga-lg-13 {
|
|
11177
|
+
gap: 52px !important;
|
|
10638
11178
|
}
|
|
10639
|
-
.
|
|
10640
|
-
|
|
11179
|
+
.ga-lg-14 {
|
|
11180
|
+
gap: 56px !important;
|
|
10641
11181
|
}
|
|
10642
|
-
.
|
|
10643
|
-
|
|
11182
|
+
.ga-lg-15 {
|
|
11183
|
+
gap: 60px !important;
|
|
10644
11184
|
}
|
|
10645
|
-
.
|
|
10646
|
-
|
|
11185
|
+
.ga-lg-16 {
|
|
11186
|
+
gap: 64px !important;
|
|
10647
11187
|
}
|
|
10648
|
-
.
|
|
10649
|
-
|
|
11188
|
+
.ga-lg-auto {
|
|
11189
|
+
gap: auto !important;
|
|
10650
11190
|
}
|
|
10651
|
-
.
|
|
10652
|
-
|
|
10653
|
-
margin-left: 0px !important;
|
|
11191
|
+
.gr-lg-0 {
|
|
11192
|
+
row-gap: 0px !important;
|
|
10654
11193
|
}
|
|
10655
|
-
.
|
|
11194
|
+
.gr-lg-1 {
|
|
11195
|
+
row-gap: 4px !important;
|
|
11196
|
+
}
|
|
11197
|
+
.gr-lg-2 {
|
|
11198
|
+
row-gap: 8px !important;
|
|
11199
|
+
}
|
|
11200
|
+
.gr-lg-3 {
|
|
11201
|
+
row-gap: 12px !important;
|
|
11202
|
+
}
|
|
11203
|
+
.gr-lg-4 {
|
|
11204
|
+
row-gap: 16px !important;
|
|
11205
|
+
}
|
|
11206
|
+
.gr-lg-5 {
|
|
11207
|
+
row-gap: 20px !important;
|
|
11208
|
+
}
|
|
11209
|
+
.gr-lg-6 {
|
|
11210
|
+
row-gap: 24px !important;
|
|
11211
|
+
}
|
|
11212
|
+
.gr-lg-7 {
|
|
11213
|
+
row-gap: 28px !important;
|
|
11214
|
+
}
|
|
11215
|
+
.gr-lg-8 {
|
|
11216
|
+
row-gap: 32px !important;
|
|
11217
|
+
}
|
|
11218
|
+
.gr-lg-9 {
|
|
11219
|
+
row-gap: 36px !important;
|
|
11220
|
+
}
|
|
11221
|
+
.gr-lg-10 {
|
|
11222
|
+
row-gap: 40px !important;
|
|
11223
|
+
}
|
|
11224
|
+
.gr-lg-11 {
|
|
11225
|
+
row-gap: 44px !important;
|
|
11226
|
+
}
|
|
11227
|
+
.gr-lg-12 {
|
|
11228
|
+
row-gap: 48px !important;
|
|
11229
|
+
}
|
|
11230
|
+
.gr-lg-13 {
|
|
11231
|
+
row-gap: 52px !important;
|
|
11232
|
+
}
|
|
11233
|
+
.gr-lg-14 {
|
|
11234
|
+
row-gap: 56px !important;
|
|
11235
|
+
}
|
|
11236
|
+
.gr-lg-15 {
|
|
11237
|
+
row-gap: 60px !important;
|
|
11238
|
+
}
|
|
11239
|
+
.gr-lg-16 {
|
|
11240
|
+
row-gap: 64px !important;
|
|
11241
|
+
}
|
|
11242
|
+
.gr-lg-auto {
|
|
11243
|
+
row-gap: auto !important;
|
|
11244
|
+
}
|
|
11245
|
+
.gc-lg-0 {
|
|
11246
|
+
column-gap: 0px !important;
|
|
11247
|
+
}
|
|
11248
|
+
.gc-lg-1 {
|
|
11249
|
+
column-gap: 4px !important;
|
|
11250
|
+
}
|
|
11251
|
+
.gc-lg-2 {
|
|
11252
|
+
column-gap: 8px !important;
|
|
11253
|
+
}
|
|
11254
|
+
.gc-lg-3 {
|
|
11255
|
+
column-gap: 12px !important;
|
|
11256
|
+
}
|
|
11257
|
+
.gc-lg-4 {
|
|
11258
|
+
column-gap: 16px !important;
|
|
11259
|
+
}
|
|
11260
|
+
.gc-lg-5 {
|
|
11261
|
+
column-gap: 20px !important;
|
|
11262
|
+
}
|
|
11263
|
+
.gc-lg-6 {
|
|
11264
|
+
column-gap: 24px !important;
|
|
11265
|
+
}
|
|
11266
|
+
.gc-lg-7 {
|
|
11267
|
+
column-gap: 28px !important;
|
|
11268
|
+
}
|
|
11269
|
+
.gc-lg-8 {
|
|
11270
|
+
column-gap: 32px !important;
|
|
11271
|
+
}
|
|
11272
|
+
.gc-lg-9 {
|
|
11273
|
+
column-gap: 36px !important;
|
|
11274
|
+
}
|
|
11275
|
+
.gc-lg-10 {
|
|
11276
|
+
column-gap: 40px !important;
|
|
11277
|
+
}
|
|
11278
|
+
.gc-lg-11 {
|
|
11279
|
+
column-gap: 44px !important;
|
|
11280
|
+
}
|
|
11281
|
+
.gc-lg-12 {
|
|
11282
|
+
column-gap: 48px !important;
|
|
11283
|
+
}
|
|
11284
|
+
.gc-lg-13 {
|
|
11285
|
+
column-gap: 52px !important;
|
|
11286
|
+
}
|
|
11287
|
+
.gc-lg-14 {
|
|
11288
|
+
column-gap: 56px !important;
|
|
11289
|
+
}
|
|
11290
|
+
.gc-lg-15 {
|
|
11291
|
+
column-gap: 60px !important;
|
|
11292
|
+
}
|
|
11293
|
+
.gc-lg-16 {
|
|
11294
|
+
column-gap: 64px !important;
|
|
11295
|
+
}
|
|
11296
|
+
.gc-lg-auto {
|
|
11297
|
+
column-gap: auto !important;
|
|
11298
|
+
}
|
|
11299
|
+
.ma-lg-0 {
|
|
11300
|
+
margin: 0px !important;
|
|
11301
|
+
}
|
|
11302
|
+
.ma-lg-1 {
|
|
11303
|
+
margin: 4px !important;
|
|
11304
|
+
}
|
|
11305
|
+
.ma-lg-2 {
|
|
11306
|
+
margin: 8px !important;
|
|
11307
|
+
}
|
|
11308
|
+
.ma-lg-3 {
|
|
11309
|
+
margin: 12px !important;
|
|
11310
|
+
}
|
|
11311
|
+
.ma-lg-4 {
|
|
11312
|
+
margin: 16px !important;
|
|
11313
|
+
}
|
|
11314
|
+
.ma-lg-5 {
|
|
11315
|
+
margin: 20px !important;
|
|
11316
|
+
}
|
|
11317
|
+
.ma-lg-6 {
|
|
11318
|
+
margin: 24px !important;
|
|
11319
|
+
}
|
|
11320
|
+
.ma-lg-7 {
|
|
11321
|
+
margin: 28px !important;
|
|
11322
|
+
}
|
|
11323
|
+
.ma-lg-8 {
|
|
11324
|
+
margin: 32px !important;
|
|
11325
|
+
}
|
|
11326
|
+
.ma-lg-9 {
|
|
11327
|
+
margin: 36px !important;
|
|
11328
|
+
}
|
|
11329
|
+
.ma-lg-10 {
|
|
11330
|
+
margin: 40px !important;
|
|
11331
|
+
}
|
|
11332
|
+
.ma-lg-11 {
|
|
11333
|
+
margin: 44px !important;
|
|
11334
|
+
}
|
|
11335
|
+
.ma-lg-12 {
|
|
11336
|
+
margin: 48px !important;
|
|
11337
|
+
}
|
|
11338
|
+
.ma-lg-13 {
|
|
11339
|
+
margin: 52px !important;
|
|
11340
|
+
}
|
|
11341
|
+
.ma-lg-14 {
|
|
11342
|
+
margin: 56px !important;
|
|
11343
|
+
}
|
|
11344
|
+
.ma-lg-15 {
|
|
11345
|
+
margin: 60px !important;
|
|
11346
|
+
}
|
|
11347
|
+
.ma-lg-16 {
|
|
11348
|
+
margin: 64px !important;
|
|
11349
|
+
}
|
|
11350
|
+
.ma-lg-auto {
|
|
11351
|
+
margin: auto !important;
|
|
11352
|
+
}
|
|
11353
|
+
.mx-lg-0 {
|
|
11354
|
+
margin-right: 0px !important;
|
|
11355
|
+
margin-left: 0px !important;
|
|
11356
|
+
}
|
|
11357
|
+
.mx-lg-1 {
|
|
10656
11358
|
margin-right: 4px !important;
|
|
10657
11359
|
margin-left: 4px !important;
|
|
10658
11360
|
}
|
|
@@ -12422,6 +13124,168 @@ html.overflow-y-hidden {
|
|
|
12422
13124
|
.order-xl-last {
|
|
12423
13125
|
order: 13 !important;
|
|
12424
13126
|
}
|
|
13127
|
+
.ga-xl-0 {
|
|
13128
|
+
gap: 0px !important;
|
|
13129
|
+
}
|
|
13130
|
+
.ga-xl-1 {
|
|
13131
|
+
gap: 4px !important;
|
|
13132
|
+
}
|
|
13133
|
+
.ga-xl-2 {
|
|
13134
|
+
gap: 8px !important;
|
|
13135
|
+
}
|
|
13136
|
+
.ga-xl-3 {
|
|
13137
|
+
gap: 12px !important;
|
|
13138
|
+
}
|
|
13139
|
+
.ga-xl-4 {
|
|
13140
|
+
gap: 16px !important;
|
|
13141
|
+
}
|
|
13142
|
+
.ga-xl-5 {
|
|
13143
|
+
gap: 20px !important;
|
|
13144
|
+
}
|
|
13145
|
+
.ga-xl-6 {
|
|
13146
|
+
gap: 24px !important;
|
|
13147
|
+
}
|
|
13148
|
+
.ga-xl-7 {
|
|
13149
|
+
gap: 28px !important;
|
|
13150
|
+
}
|
|
13151
|
+
.ga-xl-8 {
|
|
13152
|
+
gap: 32px !important;
|
|
13153
|
+
}
|
|
13154
|
+
.ga-xl-9 {
|
|
13155
|
+
gap: 36px !important;
|
|
13156
|
+
}
|
|
13157
|
+
.ga-xl-10 {
|
|
13158
|
+
gap: 40px !important;
|
|
13159
|
+
}
|
|
13160
|
+
.ga-xl-11 {
|
|
13161
|
+
gap: 44px !important;
|
|
13162
|
+
}
|
|
13163
|
+
.ga-xl-12 {
|
|
13164
|
+
gap: 48px !important;
|
|
13165
|
+
}
|
|
13166
|
+
.ga-xl-13 {
|
|
13167
|
+
gap: 52px !important;
|
|
13168
|
+
}
|
|
13169
|
+
.ga-xl-14 {
|
|
13170
|
+
gap: 56px !important;
|
|
13171
|
+
}
|
|
13172
|
+
.ga-xl-15 {
|
|
13173
|
+
gap: 60px !important;
|
|
13174
|
+
}
|
|
13175
|
+
.ga-xl-16 {
|
|
13176
|
+
gap: 64px !important;
|
|
13177
|
+
}
|
|
13178
|
+
.ga-xl-auto {
|
|
13179
|
+
gap: auto !important;
|
|
13180
|
+
}
|
|
13181
|
+
.gr-xl-0 {
|
|
13182
|
+
row-gap: 0px !important;
|
|
13183
|
+
}
|
|
13184
|
+
.gr-xl-1 {
|
|
13185
|
+
row-gap: 4px !important;
|
|
13186
|
+
}
|
|
13187
|
+
.gr-xl-2 {
|
|
13188
|
+
row-gap: 8px !important;
|
|
13189
|
+
}
|
|
13190
|
+
.gr-xl-3 {
|
|
13191
|
+
row-gap: 12px !important;
|
|
13192
|
+
}
|
|
13193
|
+
.gr-xl-4 {
|
|
13194
|
+
row-gap: 16px !important;
|
|
13195
|
+
}
|
|
13196
|
+
.gr-xl-5 {
|
|
13197
|
+
row-gap: 20px !important;
|
|
13198
|
+
}
|
|
13199
|
+
.gr-xl-6 {
|
|
13200
|
+
row-gap: 24px !important;
|
|
13201
|
+
}
|
|
13202
|
+
.gr-xl-7 {
|
|
13203
|
+
row-gap: 28px !important;
|
|
13204
|
+
}
|
|
13205
|
+
.gr-xl-8 {
|
|
13206
|
+
row-gap: 32px !important;
|
|
13207
|
+
}
|
|
13208
|
+
.gr-xl-9 {
|
|
13209
|
+
row-gap: 36px !important;
|
|
13210
|
+
}
|
|
13211
|
+
.gr-xl-10 {
|
|
13212
|
+
row-gap: 40px !important;
|
|
13213
|
+
}
|
|
13214
|
+
.gr-xl-11 {
|
|
13215
|
+
row-gap: 44px !important;
|
|
13216
|
+
}
|
|
13217
|
+
.gr-xl-12 {
|
|
13218
|
+
row-gap: 48px !important;
|
|
13219
|
+
}
|
|
13220
|
+
.gr-xl-13 {
|
|
13221
|
+
row-gap: 52px !important;
|
|
13222
|
+
}
|
|
13223
|
+
.gr-xl-14 {
|
|
13224
|
+
row-gap: 56px !important;
|
|
13225
|
+
}
|
|
13226
|
+
.gr-xl-15 {
|
|
13227
|
+
row-gap: 60px !important;
|
|
13228
|
+
}
|
|
13229
|
+
.gr-xl-16 {
|
|
13230
|
+
row-gap: 64px !important;
|
|
13231
|
+
}
|
|
13232
|
+
.gr-xl-auto {
|
|
13233
|
+
row-gap: auto !important;
|
|
13234
|
+
}
|
|
13235
|
+
.gc-xl-0 {
|
|
13236
|
+
column-gap: 0px !important;
|
|
13237
|
+
}
|
|
13238
|
+
.gc-xl-1 {
|
|
13239
|
+
column-gap: 4px !important;
|
|
13240
|
+
}
|
|
13241
|
+
.gc-xl-2 {
|
|
13242
|
+
column-gap: 8px !important;
|
|
13243
|
+
}
|
|
13244
|
+
.gc-xl-3 {
|
|
13245
|
+
column-gap: 12px !important;
|
|
13246
|
+
}
|
|
13247
|
+
.gc-xl-4 {
|
|
13248
|
+
column-gap: 16px !important;
|
|
13249
|
+
}
|
|
13250
|
+
.gc-xl-5 {
|
|
13251
|
+
column-gap: 20px !important;
|
|
13252
|
+
}
|
|
13253
|
+
.gc-xl-6 {
|
|
13254
|
+
column-gap: 24px !important;
|
|
13255
|
+
}
|
|
13256
|
+
.gc-xl-7 {
|
|
13257
|
+
column-gap: 28px !important;
|
|
13258
|
+
}
|
|
13259
|
+
.gc-xl-8 {
|
|
13260
|
+
column-gap: 32px !important;
|
|
13261
|
+
}
|
|
13262
|
+
.gc-xl-9 {
|
|
13263
|
+
column-gap: 36px !important;
|
|
13264
|
+
}
|
|
13265
|
+
.gc-xl-10 {
|
|
13266
|
+
column-gap: 40px !important;
|
|
13267
|
+
}
|
|
13268
|
+
.gc-xl-11 {
|
|
13269
|
+
column-gap: 44px !important;
|
|
13270
|
+
}
|
|
13271
|
+
.gc-xl-12 {
|
|
13272
|
+
column-gap: 48px !important;
|
|
13273
|
+
}
|
|
13274
|
+
.gc-xl-13 {
|
|
13275
|
+
column-gap: 52px !important;
|
|
13276
|
+
}
|
|
13277
|
+
.gc-xl-14 {
|
|
13278
|
+
column-gap: 56px !important;
|
|
13279
|
+
}
|
|
13280
|
+
.gc-xl-15 {
|
|
13281
|
+
column-gap: 60px !important;
|
|
13282
|
+
}
|
|
13283
|
+
.gc-xl-16 {
|
|
13284
|
+
column-gap: 64px !important;
|
|
13285
|
+
}
|
|
13286
|
+
.gc-xl-auto {
|
|
13287
|
+
column-gap: auto !important;
|
|
13288
|
+
}
|
|
12425
13289
|
.ma-xl-0 {
|
|
12426
13290
|
margin: 0px !important;
|
|
12427
13291
|
}
|
|
@@ -14250,6 +15114,168 @@ html.overflow-y-hidden {
|
|
|
14250
15114
|
.order-xxl-last {
|
|
14251
15115
|
order: 13 !important;
|
|
14252
15116
|
}
|
|
15117
|
+
.ga-xxl-0 {
|
|
15118
|
+
gap: 0px !important;
|
|
15119
|
+
}
|
|
15120
|
+
.ga-xxl-1 {
|
|
15121
|
+
gap: 4px !important;
|
|
15122
|
+
}
|
|
15123
|
+
.ga-xxl-2 {
|
|
15124
|
+
gap: 8px !important;
|
|
15125
|
+
}
|
|
15126
|
+
.ga-xxl-3 {
|
|
15127
|
+
gap: 12px !important;
|
|
15128
|
+
}
|
|
15129
|
+
.ga-xxl-4 {
|
|
15130
|
+
gap: 16px !important;
|
|
15131
|
+
}
|
|
15132
|
+
.ga-xxl-5 {
|
|
15133
|
+
gap: 20px !important;
|
|
15134
|
+
}
|
|
15135
|
+
.ga-xxl-6 {
|
|
15136
|
+
gap: 24px !important;
|
|
15137
|
+
}
|
|
15138
|
+
.ga-xxl-7 {
|
|
15139
|
+
gap: 28px !important;
|
|
15140
|
+
}
|
|
15141
|
+
.ga-xxl-8 {
|
|
15142
|
+
gap: 32px !important;
|
|
15143
|
+
}
|
|
15144
|
+
.ga-xxl-9 {
|
|
15145
|
+
gap: 36px !important;
|
|
15146
|
+
}
|
|
15147
|
+
.ga-xxl-10 {
|
|
15148
|
+
gap: 40px !important;
|
|
15149
|
+
}
|
|
15150
|
+
.ga-xxl-11 {
|
|
15151
|
+
gap: 44px !important;
|
|
15152
|
+
}
|
|
15153
|
+
.ga-xxl-12 {
|
|
15154
|
+
gap: 48px !important;
|
|
15155
|
+
}
|
|
15156
|
+
.ga-xxl-13 {
|
|
15157
|
+
gap: 52px !important;
|
|
15158
|
+
}
|
|
15159
|
+
.ga-xxl-14 {
|
|
15160
|
+
gap: 56px !important;
|
|
15161
|
+
}
|
|
15162
|
+
.ga-xxl-15 {
|
|
15163
|
+
gap: 60px !important;
|
|
15164
|
+
}
|
|
15165
|
+
.ga-xxl-16 {
|
|
15166
|
+
gap: 64px !important;
|
|
15167
|
+
}
|
|
15168
|
+
.ga-xxl-auto {
|
|
15169
|
+
gap: auto !important;
|
|
15170
|
+
}
|
|
15171
|
+
.gr-xxl-0 {
|
|
15172
|
+
row-gap: 0px !important;
|
|
15173
|
+
}
|
|
15174
|
+
.gr-xxl-1 {
|
|
15175
|
+
row-gap: 4px !important;
|
|
15176
|
+
}
|
|
15177
|
+
.gr-xxl-2 {
|
|
15178
|
+
row-gap: 8px !important;
|
|
15179
|
+
}
|
|
15180
|
+
.gr-xxl-3 {
|
|
15181
|
+
row-gap: 12px !important;
|
|
15182
|
+
}
|
|
15183
|
+
.gr-xxl-4 {
|
|
15184
|
+
row-gap: 16px !important;
|
|
15185
|
+
}
|
|
15186
|
+
.gr-xxl-5 {
|
|
15187
|
+
row-gap: 20px !important;
|
|
15188
|
+
}
|
|
15189
|
+
.gr-xxl-6 {
|
|
15190
|
+
row-gap: 24px !important;
|
|
15191
|
+
}
|
|
15192
|
+
.gr-xxl-7 {
|
|
15193
|
+
row-gap: 28px !important;
|
|
15194
|
+
}
|
|
15195
|
+
.gr-xxl-8 {
|
|
15196
|
+
row-gap: 32px !important;
|
|
15197
|
+
}
|
|
15198
|
+
.gr-xxl-9 {
|
|
15199
|
+
row-gap: 36px !important;
|
|
15200
|
+
}
|
|
15201
|
+
.gr-xxl-10 {
|
|
15202
|
+
row-gap: 40px !important;
|
|
15203
|
+
}
|
|
15204
|
+
.gr-xxl-11 {
|
|
15205
|
+
row-gap: 44px !important;
|
|
15206
|
+
}
|
|
15207
|
+
.gr-xxl-12 {
|
|
15208
|
+
row-gap: 48px !important;
|
|
15209
|
+
}
|
|
15210
|
+
.gr-xxl-13 {
|
|
15211
|
+
row-gap: 52px !important;
|
|
15212
|
+
}
|
|
15213
|
+
.gr-xxl-14 {
|
|
15214
|
+
row-gap: 56px !important;
|
|
15215
|
+
}
|
|
15216
|
+
.gr-xxl-15 {
|
|
15217
|
+
row-gap: 60px !important;
|
|
15218
|
+
}
|
|
15219
|
+
.gr-xxl-16 {
|
|
15220
|
+
row-gap: 64px !important;
|
|
15221
|
+
}
|
|
15222
|
+
.gr-xxl-auto {
|
|
15223
|
+
row-gap: auto !important;
|
|
15224
|
+
}
|
|
15225
|
+
.gc-xxl-0 {
|
|
15226
|
+
column-gap: 0px !important;
|
|
15227
|
+
}
|
|
15228
|
+
.gc-xxl-1 {
|
|
15229
|
+
column-gap: 4px !important;
|
|
15230
|
+
}
|
|
15231
|
+
.gc-xxl-2 {
|
|
15232
|
+
column-gap: 8px !important;
|
|
15233
|
+
}
|
|
15234
|
+
.gc-xxl-3 {
|
|
15235
|
+
column-gap: 12px !important;
|
|
15236
|
+
}
|
|
15237
|
+
.gc-xxl-4 {
|
|
15238
|
+
column-gap: 16px !important;
|
|
15239
|
+
}
|
|
15240
|
+
.gc-xxl-5 {
|
|
15241
|
+
column-gap: 20px !important;
|
|
15242
|
+
}
|
|
15243
|
+
.gc-xxl-6 {
|
|
15244
|
+
column-gap: 24px !important;
|
|
15245
|
+
}
|
|
15246
|
+
.gc-xxl-7 {
|
|
15247
|
+
column-gap: 28px !important;
|
|
15248
|
+
}
|
|
15249
|
+
.gc-xxl-8 {
|
|
15250
|
+
column-gap: 32px !important;
|
|
15251
|
+
}
|
|
15252
|
+
.gc-xxl-9 {
|
|
15253
|
+
column-gap: 36px !important;
|
|
15254
|
+
}
|
|
15255
|
+
.gc-xxl-10 {
|
|
15256
|
+
column-gap: 40px !important;
|
|
15257
|
+
}
|
|
15258
|
+
.gc-xxl-11 {
|
|
15259
|
+
column-gap: 44px !important;
|
|
15260
|
+
}
|
|
15261
|
+
.gc-xxl-12 {
|
|
15262
|
+
column-gap: 48px !important;
|
|
15263
|
+
}
|
|
15264
|
+
.gc-xxl-13 {
|
|
15265
|
+
column-gap: 52px !important;
|
|
15266
|
+
}
|
|
15267
|
+
.gc-xxl-14 {
|
|
15268
|
+
column-gap: 56px !important;
|
|
15269
|
+
}
|
|
15270
|
+
.gc-xxl-15 {
|
|
15271
|
+
column-gap: 60px !important;
|
|
15272
|
+
}
|
|
15273
|
+
.gc-xxl-16 {
|
|
15274
|
+
column-gap: 64px !important;
|
|
15275
|
+
}
|
|
15276
|
+
.gc-xxl-auto {
|
|
15277
|
+
column-gap: auto !important;
|
|
15278
|
+
}
|
|
14253
15279
|
.ma-xxl-0 {
|
|
14254
15280
|
margin: 0px !important;
|
|
14255
15281
|
}
|
|
@@ -15954,192 +16980,38 @@ html.overflow-y-hidden {
|
|
|
15954
16980
|
font-weight: normal;
|
|
15955
16981
|
padding: 0.2em 0.4rem;
|
|
15956
16982
|
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));
|
|
15957
|
-
}.bottom-sheet-transition-enter-from {
|
|
15958
|
-
transform: translateY(100%);
|
|
15959
|
-
}
|
|
15960
|
-
.bottom-sheet-transition-leave-to {
|
|
15961
|
-
transform: translateY(100%);
|
|
15962
|
-
}
|
|
15963
|
-
|
|
15964
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
15965
|
-
align-self: flex-end;
|
|
15966
|
-
border-radius: 0;
|
|
15967
|
-
flex: 0 1 auto;
|
|
15968
|
-
left: 0;
|
|
15969
|
-
right: 0;
|
|
15970
|
-
margin-inline-start: 0;
|
|
15971
|
-
margin-inline-end: 0;
|
|
15972
|
-
margin-bottom: 0;
|
|
15973
|
-
transition-duration: 0.2s;
|
|
15974
|
-
width: 100%;
|
|
15975
|
-
max-width: 100%;
|
|
15976
|
-
overflow: visible;
|
|
15977
|
-
}
|
|
15978
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
15979
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
15980
|
-
border-radius: 0;
|
|
15981
|
-
}
|
|
15982
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
15983
|
-
max-width: none;
|
|
15984
|
-
}
|
|
15985
|
-
@media (min-width: 600px) {
|
|
15986
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
15987
|
-
max-width: 70%;
|
|
15988
|
-
}
|
|
15989
|
-
}.v-data-table {
|
|
15990
|
-
width: 100%;
|
|
15991
|
-
}
|
|
15992
|
-
|
|
15993
|
-
.v-data-table__table {
|
|
15994
|
-
width: 100%;
|
|
15995
|
-
border-collapse: separate;
|
|
15996
|
-
border-spacing: 0;
|
|
15997
|
-
}
|
|
15998
|
-
|
|
15999
|
-
.v-data-table__tr--focus {
|
|
16000
|
-
border: 1px dotted black;
|
|
16001
|
-
}
|
|
16002
|
-
.v-data-table__tr--clickable {
|
|
16003
|
-
cursor: pointer;
|
|
16004
|
-
}
|
|
16005
|
-
|
|
16006
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
16007
|
-
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
16008
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
16009
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
16010
|
-
background: rgb(var(--v-theme-surface));
|
|
16011
|
-
}
|
|
16012
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
16013
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
16014
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
16015
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
16016
|
-
text-align: end;
|
|
16017
|
-
}
|
|
16018
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16019
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
16020
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
16021
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
16022
|
-
flex-direction: row-reverse;
|
|
16023
|
-
}
|
|
16024
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
16025
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
16026
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
16027
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
16028
|
-
text-align: center;
|
|
16029
|
-
}
|
|
16030
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16031
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
16032
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
16033
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
16034
|
-
justify-content: center;
|
|
16035
|
-
}
|
|
16036
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
16037
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
16038
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
16039
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
16040
|
-
padding: 0 8px;
|
|
16041
|
-
}
|
|
16042
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
16043
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
16044
|
-
align-items: center;
|
|
16045
|
-
}
|
|
16046
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
16047
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
16048
|
-
cursor: pointer;
|
|
16049
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16050
|
-
}
|
|
16051
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
16052
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
16053
|
-
opacity: 0;
|
|
16054
|
-
}
|
|
16055
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
16056
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
16057
|
-
opacity: 0.5;
|
|
16058
|
-
}
|
|
16059
|
-
|
|
16060
|
-
.v-data-table-column--fixed {
|
|
16061
|
-
position: sticky;
|
|
16062
|
-
z-index: 2;
|
|
16063
|
-
left: 0;
|
|
16064
|
-
}
|
|
16065
|
-
|
|
16066
|
-
.v-data-table-column--last-fixed {
|
|
16067
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16068
|
-
}
|
|
16069
|
-
|
|
16070
|
-
.v-data-table-group-header-row td {
|
|
16071
|
-
background: lightgrey;
|
|
16072
|
-
}
|
|
16073
|
-
.v-data-table-group-header-row td > span {
|
|
16074
|
-
padding-left: 5px;
|
|
16075
|
-
}
|
|
16076
|
-
|
|
16077
|
-
.v-data-table--loading .v-data-table__td {
|
|
16078
|
-
opacity: 0.3;
|
|
16079
|
-
}
|
|
16080
|
-
|
|
16081
|
-
.v-data-table-group-header-row__column {
|
|
16082
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
16083
|
-
}
|
|
16084
|
-
|
|
16085
|
-
.v-data-table-header__content {
|
|
16086
|
-
display: flex;
|
|
16087
|
-
align-items: center;
|
|
16088
|
-
}
|
|
16089
|
-
|
|
16090
|
-
.v-data-table-header__sort-badge {
|
|
16091
|
-
display: inline-flex;
|
|
16092
|
-
justify-content: center;
|
|
16093
|
-
align-items: center;
|
|
16094
|
-
font-size: 0.875rem;
|
|
16095
|
-
padding: 4px;
|
|
16096
|
-
border-radius: 50%;
|
|
16097
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
16098
|
-
min-width: 20px;
|
|
16099
|
-
min-height: 20px;
|
|
16100
|
-
width: 20px;
|
|
16101
|
-
height: 20px;
|
|
16102
|
-
}
|
|
16103
|
-
|
|
16104
|
-
.v-data-table-progress > th {
|
|
16105
|
-
border: none !important;
|
|
16106
|
-
height: auto !important;
|
|
16107
|
-
padding: 0 !important;
|
|
16983
|
+
}.bottom-sheet-transition-enter-from {
|
|
16984
|
+
transform: translateY(100%);
|
|
16108
16985
|
}
|
|
16109
|
-
|
|
16110
|
-
|
|
16111
|
-
.v-data-table-rows-no-data {
|
|
16112
|
-
text-align: center;
|
|
16113
|
-
}.v-data-table-footer {
|
|
16114
|
-
display: flex;
|
|
16115
|
-
align-items: center;
|
|
16116
|
-
flex-wrap: wrap;
|
|
16117
|
-
padding: 0 8px;
|
|
16118
|
-
justify-content: flex-end;
|
|
16986
|
+
.bottom-sheet-transition-leave-to {
|
|
16987
|
+
transform: translateY(100%);
|
|
16119
16988
|
}
|
|
16120
16989
|
|
|
16121
|
-
.v-
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
16990
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
16991
|
+
align-self: flex-end;
|
|
16992
|
+
border-radius: 0;
|
|
16993
|
+
flex: 0 1 auto;
|
|
16994
|
+
left: 0;
|
|
16995
|
+
right: 0;
|
|
16996
|
+
margin-inline-start: 0;
|
|
16997
|
+
margin-inline-end: 0;
|
|
16998
|
+
margin-bottom: 0;
|
|
16999
|
+
transition-duration: 0.2s;
|
|
17000
|
+
width: 100%;
|
|
17001
|
+
max-width: 100%;
|
|
17002
|
+
overflow: visible;
|
|
16129
17003
|
}
|
|
16130
|
-
|
|
16131
|
-
.v-
|
|
16132
|
-
|
|
16133
|
-
padding-inline-end: 24px;
|
|
17004
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17005
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17006
|
+
border-radius: 0;
|
|
16134
17007
|
}
|
|
16135
|
-
|
|
16136
|
-
|
|
16137
|
-
display: flex;
|
|
16138
|
-
align-items: center;
|
|
17008
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17009
|
+
max-width: none;
|
|
16139
17010
|
}
|
|
16140
|
-
|
|
16141
|
-
.v-
|
|
16142
|
-
|
|
17011
|
+
@media (min-width: 600px) {
|
|
17012
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17013
|
+
max-width: 70%;
|
|
17014
|
+
}
|
|
16143
17015
|
}.v-date-card {
|
|
16144
17016
|
padding-bottom: 8px;
|
|
16145
17017
|
}
|
|
@@ -16214,7 +17086,7 @@ html.overflow-y-hidden {
|
|
|
16214
17086
|
.v-date-picker-controls__month {
|
|
16215
17087
|
display: flex;
|
|
16216
17088
|
}
|
|
16217
|
-
.v-date-picker-controls__month
|
|
17089
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
16218
17090
|
flex-direction: row-reverse;
|
|
16219
17091
|
}.v-date-picker-header {
|
|
16220
17092
|
display: grid;
|
|
@@ -16386,6 +17258,160 @@ html.overflow-y-hidden {
|
|
|
16386
17258
|
display: flex;
|
|
16387
17259
|
justify-content: center;
|
|
16388
17260
|
padding: 8px;
|
|
17261
|
+
}.v-data-table {
|
|
17262
|
+
width: 100%;
|
|
17263
|
+
}
|
|
17264
|
+
|
|
17265
|
+
.v-data-table__table {
|
|
17266
|
+
width: 100%;
|
|
17267
|
+
border-collapse: separate;
|
|
17268
|
+
border-spacing: 0;
|
|
17269
|
+
}
|
|
17270
|
+
|
|
17271
|
+
.v-data-table__tr--focus {
|
|
17272
|
+
border: 1px dotted black;
|
|
17273
|
+
}
|
|
17274
|
+
.v-data-table__tr--clickable {
|
|
17275
|
+
cursor: pointer;
|
|
17276
|
+
}
|
|
17277
|
+
|
|
17278
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
17279
|
+
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
17280
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
17281
|
+
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
17282
|
+
background: rgb(var(--v-theme-surface));
|
|
17283
|
+
}
|
|
17284
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
17285
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
17286
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
17287
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
17288
|
+
text-align: end;
|
|
17289
|
+
}
|
|
17290
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
17291
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
17292
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
17293
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
17294
|
+
flex-direction: row-reverse;
|
|
17295
|
+
}
|
|
17296
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
17297
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
17298
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
17299
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
17300
|
+
text-align: center;
|
|
17301
|
+
}
|
|
17302
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
17303
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
17304
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
17305
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
17306
|
+
justify-content: center;
|
|
17307
|
+
}
|
|
17308
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
17309
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
17310
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
17311
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
17312
|
+
padding: 0 8px;
|
|
17313
|
+
}
|
|
17314
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
17315
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
17316
|
+
align-items: center;
|
|
17317
|
+
}
|
|
17318
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
17319
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
17320
|
+
cursor: pointer;
|
|
17321
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17322
|
+
}
|
|
17323
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
17324
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
17325
|
+
opacity: 0;
|
|
17326
|
+
}
|
|
17327
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
17328
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
17329
|
+
opacity: 0.5;
|
|
17330
|
+
}
|
|
17331
|
+
|
|
17332
|
+
.v-data-table-column--fixed {
|
|
17333
|
+
position: sticky;
|
|
17334
|
+
z-index: 2;
|
|
17335
|
+
left: 0;
|
|
17336
|
+
}
|
|
17337
|
+
|
|
17338
|
+
.v-data-table-column--last-fixed {
|
|
17339
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17340
|
+
}
|
|
17341
|
+
|
|
17342
|
+
.v-data-table-group-header-row td {
|
|
17343
|
+
background: lightgrey;
|
|
17344
|
+
}
|
|
17345
|
+
.v-data-table-group-header-row td > span {
|
|
17346
|
+
padding-left: 5px;
|
|
17347
|
+
}
|
|
17348
|
+
|
|
17349
|
+
.v-data-table--loading .v-data-table__td {
|
|
17350
|
+
opacity: 0.3;
|
|
17351
|
+
}
|
|
17352
|
+
|
|
17353
|
+
.v-data-table-group-header-row__column {
|
|
17354
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
17355
|
+
}
|
|
17356
|
+
|
|
17357
|
+
.v-data-table-header__content {
|
|
17358
|
+
display: flex;
|
|
17359
|
+
align-items: center;
|
|
17360
|
+
}
|
|
17361
|
+
|
|
17362
|
+
.v-data-table-header__sort-badge {
|
|
17363
|
+
display: inline-flex;
|
|
17364
|
+
justify-content: center;
|
|
17365
|
+
align-items: center;
|
|
17366
|
+
font-size: 0.875rem;
|
|
17367
|
+
padding: 4px;
|
|
17368
|
+
border-radius: 50%;
|
|
17369
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17370
|
+
min-width: 20px;
|
|
17371
|
+
min-height: 20px;
|
|
17372
|
+
width: 20px;
|
|
17373
|
+
height: 20px;
|
|
17374
|
+
}
|
|
17375
|
+
|
|
17376
|
+
.v-data-table-progress > th {
|
|
17377
|
+
border: none !important;
|
|
17378
|
+
height: auto !important;
|
|
17379
|
+
padding: 0 !important;
|
|
17380
|
+
}
|
|
17381
|
+
|
|
17382
|
+
.v-data-table-rows-loading,
|
|
17383
|
+
.v-data-table-rows-no-data {
|
|
17384
|
+
text-align: center;
|
|
17385
|
+
}.v-data-table-footer {
|
|
17386
|
+
display: flex;
|
|
17387
|
+
align-items: center;
|
|
17388
|
+
flex-wrap: wrap;
|
|
17389
|
+
padding: 0 8px;
|
|
17390
|
+
justify-content: flex-end;
|
|
17391
|
+
}
|
|
17392
|
+
|
|
17393
|
+
.v-data-table-footer__items-per-page {
|
|
17394
|
+
padding-inline-end: 24px;
|
|
17395
|
+
display: flex;
|
|
17396
|
+
align-items: center;
|
|
17397
|
+
justify-content: space-between;
|
|
17398
|
+
}
|
|
17399
|
+
.v-data-table-footer__items-per-page > span {
|
|
17400
|
+
padding-inline-end: 24px;
|
|
17401
|
+
}
|
|
17402
|
+
|
|
17403
|
+
.v-data-table-footer__info {
|
|
17404
|
+
display: flex;
|
|
17405
|
+
padding-inline-end: 24px;
|
|
17406
|
+
}
|
|
17407
|
+
|
|
17408
|
+
.v-data-table-footer__pagination {
|
|
17409
|
+
display: flex;
|
|
17410
|
+
align-items: center;
|
|
17411
|
+
}
|
|
17412
|
+
|
|
17413
|
+
.v-data-table-footer__page {
|
|
17414
|
+
padding: 0 8px;
|
|
16389
17415
|
}.v-otp-input {
|
|
16390
17416
|
border-radius: 4px;
|
|
16391
17417
|
align-items: center;
|
|
@@ -19077,80 +20103,91 @@ html.overflow-y-hidden {
|
|
|
19077
20103
|
max-width: 100%;
|
|
19078
20104
|
}
|
|
19079
20105
|
|
|
19080
|
-
.
|
|
20106
|
+
.v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
|
|
19081
20107
|
margin-left: 8.3333333333%;
|
|
19082
20108
|
}
|
|
19083
|
-
|
|
20109
|
+
|
|
20110
|
+
.v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
|
|
19084
20111
|
margin-right: 8.3333333333%;
|
|
19085
20112
|
}
|
|
19086
20113
|
|
|
19087
|
-
.
|
|
20114
|
+
.v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
|
|
19088
20115
|
margin-left: 16.6666666667%;
|
|
19089
20116
|
}
|
|
19090
|
-
|
|
20117
|
+
|
|
20118
|
+
.v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
|
|
19091
20119
|
margin-right: 16.6666666667%;
|
|
19092
20120
|
}
|
|
19093
20121
|
|
|
19094
|
-
.
|
|
20122
|
+
.v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
|
|
19095
20123
|
margin-left: 25%;
|
|
19096
20124
|
}
|
|
19097
|
-
|
|
20125
|
+
|
|
20126
|
+
.v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
|
|
19098
20127
|
margin-right: 25%;
|
|
19099
20128
|
}
|
|
19100
20129
|
|
|
19101
|
-
.
|
|
20130
|
+
.v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
|
|
19102
20131
|
margin-left: 33.3333333333%;
|
|
19103
20132
|
}
|
|
19104
|
-
|
|
20133
|
+
|
|
20134
|
+
.v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
|
|
19105
20135
|
margin-right: 33.3333333333%;
|
|
19106
20136
|
}
|
|
19107
20137
|
|
|
19108
|
-
.
|
|
20138
|
+
.v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
|
|
19109
20139
|
margin-left: 41.6666666667%;
|
|
19110
20140
|
}
|
|
19111
|
-
|
|
20141
|
+
|
|
20142
|
+
.v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
|
|
19112
20143
|
margin-right: 41.6666666667%;
|
|
19113
20144
|
}
|
|
19114
20145
|
|
|
19115
|
-
.
|
|
20146
|
+
.v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
|
|
19116
20147
|
margin-left: 50%;
|
|
19117
20148
|
}
|
|
19118
|
-
|
|
20149
|
+
|
|
20150
|
+
.v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
|
|
19119
20151
|
margin-right: 50%;
|
|
19120
20152
|
}
|
|
19121
20153
|
|
|
19122
|
-
.
|
|
20154
|
+
.v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
|
|
19123
20155
|
margin-left: 58.3333333333%;
|
|
19124
20156
|
}
|
|
19125
|
-
|
|
20157
|
+
|
|
20158
|
+
.v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
|
|
19126
20159
|
margin-right: 58.3333333333%;
|
|
19127
20160
|
}
|
|
19128
20161
|
|
|
19129
|
-
.
|
|
20162
|
+
.v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
|
|
19130
20163
|
margin-left: 66.6666666667%;
|
|
19131
20164
|
}
|
|
19132
|
-
|
|
20165
|
+
|
|
20166
|
+
.v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
|
|
19133
20167
|
margin-right: 66.6666666667%;
|
|
19134
20168
|
}
|
|
19135
20169
|
|
|
19136
|
-
.
|
|
20170
|
+
.v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
|
|
19137
20171
|
margin-left: 75%;
|
|
19138
20172
|
}
|
|
19139
|
-
|
|
20173
|
+
|
|
20174
|
+
.v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
|
|
19140
20175
|
margin-right: 75%;
|
|
19141
20176
|
}
|
|
19142
20177
|
|
|
19143
|
-
.
|
|
20178
|
+
.v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
|
|
19144
20179
|
margin-left: 83.3333333333%;
|
|
19145
20180
|
}
|
|
19146
|
-
|
|
20181
|
+
|
|
20182
|
+
.v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
|
|
19147
20183
|
margin-right: 83.3333333333%;
|
|
19148
20184
|
}
|
|
19149
20185
|
|
|
19150
|
-
.
|
|
20186
|
+
.v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
|
|
19151
20187
|
margin-left: 91.6666666667%;
|
|
19152
20188
|
}
|
|
19153
|
-
|
|
20189
|
+
|
|
20190
|
+
.v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
|
|
19154
20191
|
margin-right: 91.6666666667%;
|
|
19155
20192
|
}
|
|
19156
20193
|
|
|
@@ -19213,76 +20250,76 @@ html.overflow-y-hidden {
|
|
|
19213
20250
|
flex: 0 0 100%;
|
|
19214
20251
|
max-width: 100%;
|
|
19215
20252
|
}
|
|
19216
|
-
.
|
|
20253
|
+
.v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
|
|
19217
20254
|
margin-left: 0;
|
|
19218
20255
|
}
|
|
19219
|
-
.
|
|
20256
|
+
.v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
|
|
19220
20257
|
margin-right: 0;
|
|
19221
20258
|
}
|
|
19222
|
-
.
|
|
20259
|
+
.v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
|
|
19223
20260
|
margin-left: 8.3333333333%;
|
|
19224
20261
|
}
|
|
19225
|
-
.
|
|
20262
|
+
.v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
|
|
19226
20263
|
margin-right: 8.3333333333%;
|
|
19227
20264
|
}
|
|
19228
|
-
.
|
|
20265
|
+
.v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
|
|
19229
20266
|
margin-left: 16.6666666667%;
|
|
19230
20267
|
}
|
|
19231
|
-
.
|
|
20268
|
+
.v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
|
|
19232
20269
|
margin-right: 16.6666666667%;
|
|
19233
20270
|
}
|
|
19234
|
-
.
|
|
20271
|
+
.v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
|
|
19235
20272
|
margin-left: 25%;
|
|
19236
20273
|
}
|
|
19237
|
-
.
|
|
20274
|
+
.v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
|
|
19238
20275
|
margin-right: 25%;
|
|
19239
20276
|
}
|
|
19240
|
-
.
|
|
20277
|
+
.v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
|
|
19241
20278
|
margin-left: 33.3333333333%;
|
|
19242
20279
|
}
|
|
19243
|
-
.
|
|
20280
|
+
.v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
|
|
19244
20281
|
margin-right: 33.3333333333%;
|
|
19245
20282
|
}
|
|
19246
|
-
.
|
|
20283
|
+
.v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
|
|
19247
20284
|
margin-left: 41.6666666667%;
|
|
19248
20285
|
}
|
|
19249
|
-
.
|
|
20286
|
+
.v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
|
|
19250
20287
|
margin-right: 41.6666666667%;
|
|
19251
20288
|
}
|
|
19252
|
-
.
|
|
20289
|
+
.v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
|
|
19253
20290
|
margin-left: 50%;
|
|
19254
20291
|
}
|
|
19255
|
-
.
|
|
20292
|
+
.v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
|
|
19256
20293
|
margin-right: 50%;
|
|
19257
20294
|
}
|
|
19258
|
-
.
|
|
20295
|
+
.v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
|
|
19259
20296
|
margin-left: 58.3333333333%;
|
|
19260
20297
|
}
|
|
19261
|
-
.
|
|
20298
|
+
.v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
|
|
19262
20299
|
margin-right: 58.3333333333%;
|
|
19263
20300
|
}
|
|
19264
|
-
.
|
|
20301
|
+
.v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
|
|
19265
20302
|
margin-left: 66.6666666667%;
|
|
19266
20303
|
}
|
|
19267
|
-
.
|
|
20304
|
+
.v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
|
|
19268
20305
|
margin-right: 66.6666666667%;
|
|
19269
20306
|
}
|
|
19270
|
-
.
|
|
20307
|
+
.v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
|
|
19271
20308
|
margin-left: 75%;
|
|
19272
20309
|
}
|
|
19273
|
-
.
|
|
20310
|
+
.v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
|
|
19274
20311
|
margin-right: 75%;
|
|
19275
20312
|
}
|
|
19276
|
-
.
|
|
20313
|
+
.v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
|
|
19277
20314
|
margin-left: 83.3333333333%;
|
|
19278
20315
|
}
|
|
19279
|
-
.
|
|
20316
|
+
.v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
|
|
19280
20317
|
margin-right: 83.3333333333%;
|
|
19281
20318
|
}
|
|
19282
|
-
.
|
|
20319
|
+
.v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
|
|
19283
20320
|
margin-left: 91.6666666667%;
|
|
19284
20321
|
}
|
|
19285
|
-
.
|
|
20322
|
+
.v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
|
|
19286
20323
|
margin-right: 91.6666666667%;
|
|
19287
20324
|
}
|
|
19288
20325
|
}
|
|
@@ -19345,76 +20382,76 @@ html.overflow-y-hidden {
|
|
|
19345
20382
|
flex: 0 0 100%;
|
|
19346
20383
|
max-width: 100%;
|
|
19347
20384
|
}
|
|
19348
|
-
.
|
|
20385
|
+
.v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
|
|
19349
20386
|
margin-left: 0;
|
|
19350
20387
|
}
|
|
19351
|
-
.
|
|
20388
|
+
.v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
|
|
19352
20389
|
margin-right: 0;
|
|
19353
20390
|
}
|
|
19354
|
-
.
|
|
20391
|
+
.v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
|
|
19355
20392
|
margin-left: 8.3333333333%;
|
|
19356
20393
|
}
|
|
19357
|
-
.
|
|
20394
|
+
.v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
|
|
19358
20395
|
margin-right: 8.3333333333%;
|
|
19359
20396
|
}
|
|
19360
|
-
.
|
|
20397
|
+
.v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
|
|
19361
20398
|
margin-left: 16.6666666667%;
|
|
19362
20399
|
}
|
|
19363
|
-
.
|
|
20400
|
+
.v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
|
|
19364
20401
|
margin-right: 16.6666666667%;
|
|
19365
20402
|
}
|
|
19366
|
-
.
|
|
20403
|
+
.v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
|
|
19367
20404
|
margin-left: 25%;
|
|
19368
20405
|
}
|
|
19369
|
-
.
|
|
20406
|
+
.v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
|
|
19370
20407
|
margin-right: 25%;
|
|
19371
20408
|
}
|
|
19372
|
-
.
|
|
20409
|
+
.v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
|
|
19373
20410
|
margin-left: 33.3333333333%;
|
|
19374
20411
|
}
|
|
19375
|
-
.
|
|
20412
|
+
.v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
|
|
19376
20413
|
margin-right: 33.3333333333%;
|
|
19377
20414
|
}
|
|
19378
|
-
.
|
|
20415
|
+
.v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
|
|
19379
20416
|
margin-left: 41.6666666667%;
|
|
19380
20417
|
}
|
|
19381
|
-
.
|
|
20418
|
+
.v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
|
|
19382
20419
|
margin-right: 41.6666666667%;
|
|
19383
20420
|
}
|
|
19384
|
-
.
|
|
20421
|
+
.v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
|
|
19385
20422
|
margin-left: 50%;
|
|
19386
20423
|
}
|
|
19387
|
-
.
|
|
20424
|
+
.v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
|
|
19388
20425
|
margin-right: 50%;
|
|
19389
20426
|
}
|
|
19390
|
-
.
|
|
20427
|
+
.v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
|
|
19391
20428
|
margin-left: 58.3333333333%;
|
|
19392
20429
|
}
|
|
19393
|
-
.
|
|
20430
|
+
.v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
|
|
19394
20431
|
margin-right: 58.3333333333%;
|
|
19395
20432
|
}
|
|
19396
|
-
.
|
|
20433
|
+
.v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
|
|
19397
20434
|
margin-left: 66.6666666667%;
|
|
19398
20435
|
}
|
|
19399
|
-
.
|
|
20436
|
+
.v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
|
|
19400
20437
|
margin-right: 66.6666666667%;
|
|
19401
20438
|
}
|
|
19402
|
-
.
|
|
20439
|
+
.v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
|
|
19403
20440
|
margin-left: 75%;
|
|
19404
20441
|
}
|
|
19405
|
-
.
|
|
20442
|
+
.v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
|
|
19406
20443
|
margin-right: 75%;
|
|
19407
20444
|
}
|
|
19408
|
-
.
|
|
20445
|
+
.v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
|
|
19409
20446
|
margin-left: 83.3333333333%;
|
|
19410
20447
|
}
|
|
19411
|
-
.
|
|
20448
|
+
.v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
|
|
19412
20449
|
margin-right: 83.3333333333%;
|
|
19413
20450
|
}
|
|
19414
|
-
.
|
|
20451
|
+
.v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
|
|
19415
20452
|
margin-left: 91.6666666667%;
|
|
19416
20453
|
}
|
|
19417
|
-
.
|
|
20454
|
+
.v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
|
|
19418
20455
|
margin-right: 91.6666666667%;
|
|
19419
20456
|
}
|
|
19420
20457
|
}
|
|
@@ -19477,76 +20514,76 @@ html.overflow-y-hidden {
|
|
|
19477
20514
|
flex: 0 0 100%;
|
|
19478
20515
|
max-width: 100%;
|
|
19479
20516
|
}
|
|
19480
|
-
.
|
|
20517
|
+
.v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
|
|
19481
20518
|
margin-left: 0;
|
|
19482
20519
|
}
|
|
19483
|
-
.
|
|
20520
|
+
.v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
|
|
19484
20521
|
margin-right: 0;
|
|
19485
20522
|
}
|
|
19486
|
-
.
|
|
20523
|
+
.v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
|
|
19487
20524
|
margin-left: 8.3333333333%;
|
|
19488
20525
|
}
|
|
19489
|
-
.
|
|
20526
|
+
.v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
|
|
19490
20527
|
margin-right: 8.3333333333%;
|
|
19491
20528
|
}
|
|
19492
|
-
.
|
|
20529
|
+
.v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
|
|
19493
20530
|
margin-left: 16.6666666667%;
|
|
19494
20531
|
}
|
|
19495
|
-
.
|
|
20532
|
+
.v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
|
|
19496
20533
|
margin-right: 16.6666666667%;
|
|
19497
20534
|
}
|
|
19498
|
-
.
|
|
20535
|
+
.v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
|
|
19499
20536
|
margin-left: 25%;
|
|
19500
20537
|
}
|
|
19501
|
-
.
|
|
20538
|
+
.v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
|
|
19502
20539
|
margin-right: 25%;
|
|
19503
20540
|
}
|
|
19504
|
-
.
|
|
20541
|
+
.v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
|
|
19505
20542
|
margin-left: 33.3333333333%;
|
|
19506
20543
|
}
|
|
19507
|
-
.
|
|
20544
|
+
.v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
|
|
19508
20545
|
margin-right: 33.3333333333%;
|
|
19509
20546
|
}
|
|
19510
|
-
.
|
|
20547
|
+
.v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
|
|
19511
20548
|
margin-left: 41.6666666667%;
|
|
19512
20549
|
}
|
|
19513
|
-
.
|
|
20550
|
+
.v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
|
|
19514
20551
|
margin-right: 41.6666666667%;
|
|
19515
20552
|
}
|
|
19516
|
-
.
|
|
20553
|
+
.v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
|
|
19517
20554
|
margin-left: 50%;
|
|
19518
20555
|
}
|
|
19519
|
-
.
|
|
20556
|
+
.v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
|
|
19520
20557
|
margin-right: 50%;
|
|
19521
20558
|
}
|
|
19522
|
-
.
|
|
20559
|
+
.v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
|
|
19523
20560
|
margin-left: 58.3333333333%;
|
|
19524
20561
|
}
|
|
19525
|
-
.
|
|
20562
|
+
.v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
|
|
19526
20563
|
margin-right: 58.3333333333%;
|
|
19527
20564
|
}
|
|
19528
|
-
.
|
|
20565
|
+
.v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
|
|
19529
20566
|
margin-left: 66.6666666667%;
|
|
19530
20567
|
}
|
|
19531
|
-
.
|
|
20568
|
+
.v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
|
|
19532
20569
|
margin-right: 66.6666666667%;
|
|
19533
20570
|
}
|
|
19534
|
-
.
|
|
20571
|
+
.v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
|
|
19535
20572
|
margin-left: 75%;
|
|
19536
20573
|
}
|
|
19537
|
-
.
|
|
20574
|
+
.v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
|
|
19538
20575
|
margin-right: 75%;
|
|
19539
20576
|
}
|
|
19540
|
-
.
|
|
20577
|
+
.v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
|
|
19541
20578
|
margin-left: 83.3333333333%;
|
|
19542
20579
|
}
|
|
19543
|
-
.
|
|
20580
|
+
.v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
|
|
19544
20581
|
margin-right: 83.3333333333%;
|
|
19545
20582
|
}
|
|
19546
|
-
.
|
|
20583
|
+
.v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
|
|
19547
20584
|
margin-left: 91.6666666667%;
|
|
19548
20585
|
}
|
|
19549
|
-
.
|
|
20586
|
+
.v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
|
|
19550
20587
|
margin-right: 91.6666666667%;
|
|
19551
20588
|
}
|
|
19552
20589
|
}
|
|
@@ -19609,76 +20646,76 @@ html.overflow-y-hidden {
|
|
|
19609
20646
|
flex: 0 0 100%;
|
|
19610
20647
|
max-width: 100%;
|
|
19611
20648
|
}
|
|
19612
|
-
.
|
|
20649
|
+
.v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
|
|
19613
20650
|
margin-left: 0;
|
|
19614
20651
|
}
|
|
19615
|
-
.
|
|
20652
|
+
.v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
|
|
19616
20653
|
margin-right: 0;
|
|
19617
20654
|
}
|
|
19618
|
-
.
|
|
20655
|
+
.v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
|
|
19619
20656
|
margin-left: 8.3333333333%;
|
|
19620
20657
|
}
|
|
19621
|
-
.
|
|
20658
|
+
.v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
|
|
19622
20659
|
margin-right: 8.3333333333%;
|
|
19623
20660
|
}
|
|
19624
|
-
.
|
|
20661
|
+
.v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
|
|
19625
20662
|
margin-left: 16.6666666667%;
|
|
19626
20663
|
}
|
|
19627
|
-
.
|
|
20664
|
+
.v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
|
|
19628
20665
|
margin-right: 16.6666666667%;
|
|
19629
20666
|
}
|
|
19630
|
-
.
|
|
20667
|
+
.v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
|
|
19631
20668
|
margin-left: 25%;
|
|
19632
20669
|
}
|
|
19633
|
-
.
|
|
20670
|
+
.v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
|
|
19634
20671
|
margin-right: 25%;
|
|
19635
20672
|
}
|
|
19636
|
-
.
|
|
20673
|
+
.v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
|
|
19637
20674
|
margin-left: 33.3333333333%;
|
|
19638
20675
|
}
|
|
19639
|
-
.
|
|
20676
|
+
.v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
|
|
19640
20677
|
margin-right: 33.3333333333%;
|
|
19641
20678
|
}
|
|
19642
|
-
.
|
|
20679
|
+
.v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
|
|
19643
20680
|
margin-left: 41.6666666667%;
|
|
19644
20681
|
}
|
|
19645
|
-
.
|
|
20682
|
+
.v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
|
|
19646
20683
|
margin-right: 41.6666666667%;
|
|
19647
20684
|
}
|
|
19648
|
-
.
|
|
20685
|
+
.v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
|
|
19649
20686
|
margin-left: 50%;
|
|
19650
20687
|
}
|
|
19651
|
-
.
|
|
20688
|
+
.v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
|
|
19652
20689
|
margin-right: 50%;
|
|
19653
20690
|
}
|
|
19654
|
-
.
|
|
20691
|
+
.v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
|
|
19655
20692
|
margin-left: 58.3333333333%;
|
|
19656
20693
|
}
|
|
19657
|
-
.
|
|
20694
|
+
.v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
|
|
19658
20695
|
margin-right: 58.3333333333%;
|
|
19659
20696
|
}
|
|
19660
|
-
.
|
|
20697
|
+
.v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
|
|
19661
20698
|
margin-left: 66.6666666667%;
|
|
19662
20699
|
}
|
|
19663
|
-
.
|
|
20700
|
+
.v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
|
|
19664
20701
|
margin-right: 66.6666666667%;
|
|
19665
20702
|
}
|
|
19666
|
-
.
|
|
20703
|
+
.v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
|
|
19667
20704
|
margin-left: 75%;
|
|
19668
20705
|
}
|
|
19669
|
-
.
|
|
20706
|
+
.v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
|
|
19670
20707
|
margin-right: 75%;
|
|
19671
20708
|
}
|
|
19672
|
-
.
|
|
20709
|
+
.v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
|
|
19673
20710
|
margin-left: 83.3333333333%;
|
|
19674
20711
|
}
|
|
19675
|
-
.
|
|
20712
|
+
.v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
|
|
19676
20713
|
margin-right: 83.3333333333%;
|
|
19677
20714
|
}
|
|
19678
|
-
.
|
|
20715
|
+
.v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
|
|
19679
20716
|
margin-left: 91.6666666667%;
|
|
19680
20717
|
}
|
|
19681
|
-
.
|
|
20718
|
+
.v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
|
|
19682
20719
|
margin-right: 91.6666666667%;
|
|
19683
20720
|
}
|
|
19684
20721
|
}
|
|
@@ -19741,76 +20778,76 @@ html.overflow-y-hidden {
|
|
|
19741
20778
|
flex: 0 0 100%;
|
|
19742
20779
|
max-width: 100%;
|
|
19743
20780
|
}
|
|
19744
|
-
.
|
|
20781
|
+
.v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
|
|
19745
20782
|
margin-left: 0;
|
|
19746
20783
|
}
|
|
19747
|
-
.
|
|
20784
|
+
.v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
|
|
19748
20785
|
margin-right: 0;
|
|
19749
20786
|
}
|
|
19750
|
-
.
|
|
20787
|
+
.v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
|
|
19751
20788
|
margin-left: 8.3333333333%;
|
|
19752
20789
|
}
|
|
19753
|
-
.
|
|
20790
|
+
.v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
|
|
19754
20791
|
margin-right: 8.3333333333%;
|
|
19755
20792
|
}
|
|
19756
|
-
.
|
|
20793
|
+
.v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
|
|
19757
20794
|
margin-left: 16.6666666667%;
|
|
19758
20795
|
}
|
|
19759
|
-
.
|
|
20796
|
+
.v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
|
|
19760
20797
|
margin-right: 16.6666666667%;
|
|
19761
20798
|
}
|
|
19762
|
-
.
|
|
20799
|
+
.v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
|
|
19763
20800
|
margin-left: 25%;
|
|
19764
20801
|
}
|
|
19765
|
-
.
|
|
20802
|
+
.v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
|
|
19766
20803
|
margin-right: 25%;
|
|
19767
20804
|
}
|
|
19768
|
-
.
|
|
20805
|
+
.v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
|
|
19769
20806
|
margin-left: 33.3333333333%;
|
|
19770
20807
|
}
|
|
19771
|
-
.
|
|
20808
|
+
.v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
|
|
19772
20809
|
margin-right: 33.3333333333%;
|
|
19773
20810
|
}
|
|
19774
|
-
.
|
|
20811
|
+
.v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
|
|
19775
20812
|
margin-left: 41.6666666667%;
|
|
19776
20813
|
}
|
|
19777
|
-
.
|
|
20814
|
+
.v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
|
|
19778
20815
|
margin-right: 41.6666666667%;
|
|
19779
20816
|
}
|
|
19780
|
-
.
|
|
20817
|
+
.v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
|
|
19781
20818
|
margin-left: 50%;
|
|
19782
20819
|
}
|
|
19783
|
-
.
|
|
20820
|
+
.v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
|
|
19784
20821
|
margin-right: 50%;
|
|
19785
20822
|
}
|
|
19786
|
-
.
|
|
20823
|
+
.v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
|
|
19787
20824
|
margin-left: 58.3333333333%;
|
|
19788
20825
|
}
|
|
19789
|
-
.
|
|
20826
|
+
.v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
|
|
19790
20827
|
margin-right: 58.3333333333%;
|
|
19791
20828
|
}
|
|
19792
|
-
.
|
|
20829
|
+
.v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
|
|
19793
20830
|
margin-left: 66.6666666667%;
|
|
19794
20831
|
}
|
|
19795
|
-
.
|
|
20832
|
+
.v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
|
|
19796
20833
|
margin-right: 66.6666666667%;
|
|
19797
20834
|
}
|
|
19798
|
-
.
|
|
20835
|
+
.v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
|
|
19799
20836
|
margin-left: 75%;
|
|
19800
20837
|
}
|
|
19801
|
-
.
|
|
20838
|
+
.v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
|
|
19802
20839
|
margin-right: 75%;
|
|
19803
20840
|
}
|
|
19804
|
-
.
|
|
20841
|
+
.v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
|
|
19805
20842
|
margin-left: 83.3333333333%;
|
|
19806
20843
|
}
|
|
19807
|
-
.
|
|
20844
|
+
.v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
|
|
19808
20845
|
margin-right: 83.3333333333%;
|
|
19809
20846
|
}
|
|
19810
|
-
.
|
|
20847
|
+
.v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
|
|
19811
20848
|
margin-left: 91.6666666667%;
|
|
19812
20849
|
}
|
|
19813
|
-
.
|
|
20850
|
+
.v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
|
|
19814
20851
|
margin-right: 91.6666666667%;
|
|
19815
20852
|
}
|
|
19816
20853
|
}.v-counter {
|
|
@@ -20511,18 +21548,20 @@ textarea.v-field__input::placeholder {
|
|
|
20511
21548
|
border-bottom-width: var(--v-field-border-width);
|
|
20512
21549
|
border-inline-start-width: var(--v-field-border-width);
|
|
20513
21550
|
}
|
|
20514
|
-
.v-field--variant-outlined .v-field__outline__start
|
|
21551
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
20515
21552
|
border-top-left-radius: inherit;
|
|
20516
21553
|
border-top-right-radius: 0;
|
|
20517
21554
|
border-bottom-right-radius: 0;
|
|
20518
21555
|
border-bottom-left-radius: inherit;
|
|
20519
21556
|
}
|
|
20520
|
-
|
|
21557
|
+
|
|
21558
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
20521
21559
|
border-top-left-radius: 0;
|
|
20522
21560
|
border-top-right-radius: inherit;
|
|
20523
21561
|
border-bottom-right-radius: inherit;
|
|
20524
21562
|
border-bottom-left-radius: 0;
|
|
20525
21563
|
}
|
|
21564
|
+
|
|
20526
21565
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
20527
21566
|
flex: none;
|
|
20528
21567
|
position: relative;
|
|
@@ -20554,13 +21593,14 @@ textarea.v-field__input::placeholder {
|
|
|
20554
21593
|
border-bottom-width: var(--v-field-border-width);
|
|
20555
21594
|
border-inline-end-width: var(--v-field-border-width);
|
|
20556
21595
|
}
|
|
20557
|
-
.v-field--variant-outlined .v-field__outline__end
|
|
21596
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
20558
21597
|
border-top-left-radius: 0;
|
|
20559
21598
|
border-top-right-radius: inherit;
|
|
20560
21599
|
border-bottom-right-radius: inherit;
|
|
20561
21600
|
border-bottom-left-radius: 0;
|
|
20562
21601
|
}
|
|
20563
|
-
|
|
21602
|
+
|
|
21603
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
20564
21604
|
border-top-left-radius: inherit;
|
|
20565
21605
|
border-top-right-radius: 0;
|
|
20566
21606
|
border-bottom-right-radius: 0;
|
|
@@ -20641,10 +21681,11 @@ textarea.v-field__input::placeholder {
|
|
|
20641
21681
|
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
20642
21682
|
flex-direction: row-reverse;
|
|
20643
21683
|
}
|
|
20644
|
-
.v-field--reverse .v-field__input
|
|
21684
|
+
.v-locale--is-ltr.v-field--reverse .v-field__input, .v-locale--is-ltr.v-field--reverse input, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-locale--is-ltr .v-field--reverse input {
|
|
20645
21685
|
text-align: right;
|
|
20646
21686
|
}
|
|
20647
|
-
|
|
21687
|
+
|
|
21688
|
+
.v-locale--is-rtl.v-field--reverse .v-field__input, .v-locale--is-rtl.v-field--reverse input, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-locale--is-rtl .v-field--reverse input {
|
|
20648
21689
|
text-align: left;
|
|
20649
21690
|
}
|
|
20650
21691
|
|
|
@@ -21946,11 +22987,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21946
22987
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
21947
22988
|
border-radius: 9999px;
|
|
21948
22989
|
}
|
|
21949
|
-
.v-progress-linear--rounded-bar .v-progress-linear__determinate
|
|
22990
|
+
.v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21950
22991
|
border-top-left-radius: 0;
|
|
21951
22992
|
border-bottom-left-radius: 0;
|
|
21952
22993
|
}
|
|
21953
|
-
|
|
22994
|
+
|
|
22995
|
+
.v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21954
22996
|
border-top-right-radius: 0;
|
|
21955
22997
|
border-bottom-right-radius: 0;
|
|
21956
22998
|
}
|
|
@@ -23103,11 +24145,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23103
24145
|
height: var(--v-timeline-line-thickness);
|
|
23104
24146
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23105
24147
|
}
|
|
23106
|
-
.v-timeline--horizontal .v-timeline-divider__before
|
|
24148
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
23107
24149
|
left: -12px;
|
|
23108
24150
|
right: initial;
|
|
23109
24151
|
}
|
|
23110
|
-
|
|
24152
|
+
|
|
24153
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
23111
24154
|
right: -12px;
|
|
23112
24155
|
left: initial;
|
|
23113
24156
|
}
|
|
@@ -23126,11 +24169,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23126
24169
|
height: var(--v-timeline-line-thickness);
|
|
23127
24170
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23128
24171
|
}
|
|
23129
|
-
.v-timeline--horizontal .v-timeline-divider__after
|
|
24172
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
23130
24173
|
right: -12px;
|
|
23131
24174
|
left: initial;
|
|
23132
24175
|
}
|
|
23133
|
-
|
|
24176
|
+
|
|
24177
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
23134
24178
|
left: -12px;
|
|
23135
24179
|
right: initial;
|
|
23136
24180
|
}
|
|
@@ -23150,11 +24194,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23150
24194
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23151
24195
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23152
24196
|
}
|
|
23153
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before
|
|
24197
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23154
24198
|
left: 0;
|
|
23155
24199
|
right: initial;
|
|
23156
24200
|
}
|
|
23157
|
-
|
|
24201
|
+
|
|
24202
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23158
24203
|
right: 0;
|
|
23159
24204
|
left: initial;
|
|
23160
24205
|
}
|
|
@@ -23166,11 +24211,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23166
24211
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23167
24212
|
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
|
23168
24213
|
}
|
|
23169
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after
|
|
24214
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23170
24215
|
right: -12px;
|
|
23171
24216
|
left: initial;
|
|
23172
24217
|
}
|
|
23173
|
-
|
|
24218
|
+
|
|
24219
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23174
24220
|
left: -12px;
|
|
23175
24221
|
right: initial;
|
|
23176
24222
|
}
|
|
@@ -23191,11 +24237,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23191
24237
|
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23192
24238
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23193
24239
|
}
|
|
23194
|
-
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after
|
|
24240
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23195
24241
|
right: 0;
|
|
23196
24242
|
left: initial;
|
|
23197
24243
|
}
|
|
23198
|
-
|
|
24244
|
+
|
|
24245
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23199
24246
|
left: 0;
|
|
23200
24247
|
right: initial;
|
|
23201
24248
|
}
|
|
@@ -23484,12 +24531,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23484
24531
|
.v-toolbar--collapse .v-toolbar-title {
|
|
23485
24532
|
display: none;
|
|
23486
24533
|
}
|
|
23487
|
-
.v-
|
|
24534
|
+
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
23488
24535
|
border-bottom-right-radius: 24px;
|
|
23489
24536
|
}
|
|
23490
|
-
|
|
24537
|
+
|
|
24538
|
+
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
23491
24539
|
border-bottom-left-radius: 24px;
|
|
23492
24540
|
}
|
|
24541
|
+
|
|
23493
24542
|
.v-toolbar--flat {
|
|
23494
24543
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23495
24544
|
}
|
|
@@ -23716,12 +24765,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23716
24765
|
justify-content: center;
|
|
23717
24766
|
text-align: center;
|
|
23718
24767
|
}
|
|
23719
|
-
.v-color-picker-edit__input:not(:last-child)
|
|
24768
|
+
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23720
24769
|
margin-right: 8px;
|
|
23721
24770
|
}
|
|
23722
|
-
|
|
24771
|
+
|
|
24772
|
+
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23723
24773
|
margin-left: 8px;
|
|
23724
24774
|
}
|
|
24775
|
+
|
|
23725
24776
|
.v-color-picker-edit__input input {
|
|
23726
24777
|
border-radius: 4px;
|
|
23727
24778
|
margin-bottom: 8px;
|
|
@@ -23738,12 +24789,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23738
24789
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
23739
24790
|
background-color: transparent !important;
|
|
23740
24791
|
}
|
|
23741
|
-
.v-color-picker-preview__alpha .v-slider-track__background
|
|
24792
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
23742
24793
|
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
23743
24794
|
}
|
|
23744
|
-
|
|
24795
|
+
|
|
24796
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
23745
24797
|
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
23746
24798
|
}
|
|
24799
|
+
|
|
23747
24800
|
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
23748
24801
|
content: "";
|
|
23749
24802
|
z-index: -1;
|
|
@@ -23770,21 +24823,24 @@ html.v-overlay-scroll-blocked {
|
|
|
23770
24823
|
border-radius: 50%;
|
|
23771
24824
|
overflow: hidden;
|
|
23772
24825
|
}
|
|
23773
|
-
.v-color-picker-preview__dot
|
|
24826
|
+
.v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
|
|
23774
24827
|
margin-right: 24px;
|
|
23775
24828
|
}
|
|
23776
|
-
|
|
24829
|
+
|
|
24830
|
+
.v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
|
|
23777
24831
|
margin-left: 24px;
|
|
23778
24832
|
}
|
|
24833
|
+
|
|
23779
24834
|
.v-color-picker-preview__dot > div {
|
|
23780
24835
|
width: 100%;
|
|
23781
24836
|
height: 100%;
|
|
23782
24837
|
}
|
|
23783
24838
|
|
|
23784
|
-
.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background
|
|
24839
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
23785
24840
|
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23786
24841
|
}
|
|
23787
|
-
|
|
24842
|
+
|
|
24843
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
23788
24844
|
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23789
24845
|
}
|
|
23790
24846
|
|
|
@@ -23801,6 +24857,11 @@ html.v-overlay-scroll-blocked {
|
|
|
23801
24857
|
align-items: center;
|
|
23802
24858
|
display: flex;
|
|
23803
24859
|
margin-bottom: 0;
|
|
24860
|
+
}
|
|
24861
|
+
|
|
24862
|
+
.v-color-picker-preview__eye-dropper {
|
|
24863
|
+
position: relative;
|
|
24864
|
+
margin-right: 12px;
|
|
23804
24865
|
}.v-color-picker-swatches {
|
|
23805
24866
|
overflow-y: auto;
|
|
23806
24867
|
}
|
|
@@ -23930,12 +24991,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23930
24991
|
top: 50%;
|
|
23931
24992
|
transform: translateY(-50%);
|
|
23932
24993
|
}
|
|
23933
|
-
.v-slider.v-input--horizontal .v-slider-thumb
|
|
24994
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23934
24995
|
left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23935
24996
|
}
|
|
23936
|
-
|
|
24997
|
+
|
|
24998
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23937
24999
|
right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23938
25000
|
}
|
|
25001
|
+
|
|
23939
25002
|
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
23940
25003
|
left: calc(var(--v-slider-thumb-size) / 2);
|
|
23941
25004
|
top: 0;
|
|
@@ -23943,12 +25006,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23943
25006
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23944
25007
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
23945
25008
|
}
|
|
23946
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
|
25009
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23947
25010
|
transform: translateX(-50%);
|
|
23948
25011
|
}
|
|
23949
|
-
|
|
25012
|
+
|
|
25013
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23950
25014
|
transform: translateX(50%);
|
|
23951
25015
|
}
|
|
25016
|
+
|
|
23952
25017
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
23953
25018
|
border-left: 6px solid transparent;
|
|
23954
25019
|
border-right: 6px solid transparent;
|
|
@@ -24039,16 +25104,19 @@ html.v-overlay-scroll-blocked {
|
|
|
24039
25104
|
height: var(--v-slider-tick-size);
|
|
24040
25105
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
|
24041
25106
|
}
|
|
24042
|
-
.v-slider-track__tick--first .v-slider-track__tick-label
|
|
25107
|
+
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24043
25108
|
transform: none;
|
|
24044
25109
|
}
|
|
24045
|
-
|
|
25110
|
+
|
|
25111
|
+
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24046
25112
|
transform: translateX(100%);
|
|
24047
25113
|
}
|
|
24048
|
-
|
|
25114
|
+
|
|
25115
|
+
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24049
25116
|
transform: translateX(-100%);
|
|
24050
25117
|
}
|
|
24051
|
-
|
|
25118
|
+
|
|
25119
|
+
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24052
25120
|
transform: none;
|
|
24053
25121
|
}
|
|
24054
25122
|
|
|
@@ -24075,34 +25143,40 @@ html.v-overlay-scroll-blocked {
|
|
|
24075
25143
|
.v-slider.v-input--horizontal .v-slider-track__tick {
|
|
24076
25144
|
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24077
25145
|
}
|
|
24078
|
-
.v-slider.v-input--horizontal .v-slider-track__tick
|
|
25146
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
|
24079
25147
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
|
24080
25148
|
}
|
|
25149
|
+
|
|
24081
25150
|
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24082
25151
|
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
|
24083
25152
|
}
|
|
24084
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label
|
|
25153
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24085
25154
|
transform: translateX(-50%);
|
|
24086
25155
|
}
|
|
24087
|
-
|
|
25156
|
+
|
|
25157
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24088
25158
|
transform: translateX(50%);
|
|
24089
25159
|
}
|
|
25160
|
+
|
|
24090
25161
|
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
|
24091
25162
|
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
|
24092
25163
|
}
|
|
24093
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label
|
|
25164
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24094
25165
|
transform: translateX(0%);
|
|
24095
25166
|
}
|
|
24096
|
-
|
|
25167
|
+
|
|
25168
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
24097
25169
|
transform: translateX(0%);
|
|
24098
25170
|
}
|
|
25171
|
+
|
|
24099
25172
|
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
|
24100
25173
|
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
|
24101
25174
|
}
|
|
24102
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label
|
|
25175
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24103
25176
|
transform: translateX(-100%);
|
|
24104
25177
|
}
|
|
24105
|
-
|
|
25178
|
+
|
|
25179
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
24106
25180
|
transform: translateX(100%);
|
|
24107
25181
|
}
|
|
24108
25182
|
|
|
@@ -24126,9 +25200,10 @@ html.v-overlay-scroll-blocked {
|
|
|
24126
25200
|
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24127
25201
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
|
24128
25202
|
}
|
|
24129
|
-
.v-slider.v-input--vertical .v-slider-track__tick
|
|
25203
|
+
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
|
24130
25204
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
|
24131
25205
|
}
|
|
25206
|
+
|
|
24132
25207
|
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
|
24133
25208
|
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
|
24134
25209
|
}
|