@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-dev.2024-01-17
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/CHANGELOG.md +21 -2
- package/dist/json/attributes.json +265 -209
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +14 -0
- package/dist/json/web-types.json +626 -394
- package/dist/vuetify-labs.css +1350 -1342
- package/dist/vuetify-labs.d.ts +8353 -2175
- package/dist/vuetify-labs.esm.js +15378 -15300
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15378 -15300
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2341 -2335
- package/dist/vuetify.d.ts +7289 -1111
- package/dist/vuetify.esm.js +15378 -15300
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15378 -15300
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +792 -788
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -2
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1698 -0
- package/lib/components/VBanner/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VCarousel/index.d.mts +9 -9
- package/lib/components/VChipGroup/VChipGroup.css +3 -3
- package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +4 -3
- package/lib/components/VChipGroup/index.d.mts +118 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.mts +1704 -0
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +6 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +9 -4
- package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +5 -0
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +43 -30
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +34 -19
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -0
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VSelect/VSelect.mjs +5 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1689 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +7 -7
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.css +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +1 -1
- package/lib/components/VSlider/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.css +2 -2
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1116 -17
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VTimeline/_variables.scss +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VWindow/index.d.mts +7 -7
- package/lib/components/index.d.mts +8370 -2192
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -4
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/locale.mjs +47 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -0
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +31 -31
- package/lib/labs/VCalendar/VCalendar.css +4 -2
- package/lib/labs/VCalendar/VCalendar.sass +4 -2
- package/lib/labs/VCalendar/_variables.scss +5 -0
- package/lib/locale/index.d.mts +2 -46
- package/lib/locale/index.mjs +0 -44
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +2 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_utilities.scss +1 -0
- package/lib/util/helpers.mjs +1 -43
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- package/lib/util/dateTimeUtils.mjs.map +0 -1
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.10-dev.2024-01-
|
|
2
|
+
* Vuetify v3.4.10-dev.2024-01-17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6681,7 +6681,7 @@ html.overflow-y-hidden {
|
|
|
6681
6681
|
font-weight: 300;
|
|
6682
6682
|
line-height: 6rem;
|
|
6683
6683
|
letter-spacing: -0.015625em !important;
|
|
6684
|
-
font-family: "Roboto", sans-serif
|
|
6684
|
+
font-family: "Roboto", sans-serif;
|
|
6685
6685
|
text-transform: none !important;
|
|
6686
6686
|
}
|
|
6687
6687
|
|
|
@@ -6690,7 +6690,7 @@ html.overflow-y-hidden {
|
|
|
6690
6690
|
font-weight: 300;
|
|
6691
6691
|
line-height: 3.75rem;
|
|
6692
6692
|
letter-spacing: -0.0083333333em !important;
|
|
6693
|
-
font-family: "Roboto", sans-serif
|
|
6693
|
+
font-family: "Roboto", sans-serif;
|
|
6694
6694
|
text-transform: none !important;
|
|
6695
6695
|
}
|
|
6696
6696
|
|
|
@@ -6699,7 +6699,7 @@ html.overflow-y-hidden {
|
|
|
6699
6699
|
font-weight: 400;
|
|
6700
6700
|
line-height: 3.125rem;
|
|
6701
6701
|
letter-spacing: normal !important;
|
|
6702
|
-
font-family: "Roboto", sans-serif
|
|
6702
|
+
font-family: "Roboto", sans-serif;
|
|
6703
6703
|
text-transform: none !important;
|
|
6704
6704
|
}
|
|
6705
6705
|
|
|
@@ -6708,7 +6708,7 @@ html.overflow-y-hidden {
|
|
|
6708
6708
|
font-weight: 400;
|
|
6709
6709
|
line-height: 2.5rem;
|
|
6710
6710
|
letter-spacing: 0.0073529412em !important;
|
|
6711
|
-
font-family: "Roboto", sans-serif
|
|
6711
|
+
font-family: "Roboto", sans-serif;
|
|
6712
6712
|
text-transform: none !important;
|
|
6713
6713
|
}
|
|
6714
6714
|
|
|
@@ -6717,7 +6717,7 @@ html.overflow-y-hidden {
|
|
|
6717
6717
|
font-weight: 400;
|
|
6718
6718
|
line-height: 2rem;
|
|
6719
6719
|
letter-spacing: normal !important;
|
|
6720
|
-
font-family: "Roboto", sans-serif
|
|
6720
|
+
font-family: "Roboto", sans-serif;
|
|
6721
6721
|
text-transform: none !important;
|
|
6722
6722
|
}
|
|
6723
6723
|
|
|
@@ -6726,7 +6726,7 @@ html.overflow-y-hidden {
|
|
|
6726
6726
|
font-weight: 500;
|
|
6727
6727
|
line-height: 2rem;
|
|
6728
6728
|
letter-spacing: 0.0125em !important;
|
|
6729
|
-
font-family: "Roboto", sans-serif
|
|
6729
|
+
font-family: "Roboto", sans-serif;
|
|
6730
6730
|
text-transform: none !important;
|
|
6731
6731
|
}
|
|
6732
6732
|
|
|
@@ -6735,7 +6735,7 @@ html.overflow-y-hidden {
|
|
|
6735
6735
|
font-weight: normal;
|
|
6736
6736
|
line-height: 1.75rem;
|
|
6737
6737
|
letter-spacing: 0.009375em !important;
|
|
6738
|
-
font-family: "Roboto", sans-serif
|
|
6738
|
+
font-family: "Roboto", sans-serif;
|
|
6739
6739
|
text-transform: none !important;
|
|
6740
6740
|
}
|
|
6741
6741
|
|
|
@@ -6744,7 +6744,7 @@ html.overflow-y-hidden {
|
|
|
6744
6744
|
font-weight: 500;
|
|
6745
6745
|
line-height: 1.375rem;
|
|
6746
6746
|
letter-spacing: 0.0071428571em !important;
|
|
6747
|
-
font-family: "Roboto", sans-serif
|
|
6747
|
+
font-family: "Roboto", sans-serif;
|
|
6748
6748
|
text-transform: none !important;
|
|
6749
6749
|
}
|
|
6750
6750
|
|
|
@@ -6753,7 +6753,7 @@ html.overflow-y-hidden {
|
|
|
6753
6753
|
font-weight: 400;
|
|
6754
6754
|
line-height: 1.5rem;
|
|
6755
6755
|
letter-spacing: 0.03125em !important;
|
|
6756
|
-
font-family: "Roboto", sans-serif
|
|
6756
|
+
font-family: "Roboto", sans-serif;
|
|
6757
6757
|
text-transform: none !important;
|
|
6758
6758
|
}
|
|
6759
6759
|
|
|
@@ -6762,7 +6762,7 @@ html.overflow-y-hidden {
|
|
|
6762
6762
|
font-weight: 400;
|
|
6763
6763
|
line-height: 1.25rem;
|
|
6764
6764
|
letter-spacing: 0.0178571429em !important;
|
|
6765
|
-
font-family: "Roboto", sans-serif
|
|
6765
|
+
font-family: "Roboto", sans-serif;
|
|
6766
6766
|
text-transform: none !important;
|
|
6767
6767
|
}
|
|
6768
6768
|
|
|
@@ -6771,7 +6771,7 @@ html.overflow-y-hidden {
|
|
|
6771
6771
|
font-weight: 500;
|
|
6772
6772
|
line-height: 2.25rem;
|
|
6773
6773
|
letter-spacing: 0.0892857143em !important;
|
|
6774
|
-
font-family: "Roboto", sans-serif
|
|
6774
|
+
font-family: "Roboto", sans-serif;
|
|
6775
6775
|
text-transform: uppercase !important;
|
|
6776
6776
|
}
|
|
6777
6777
|
|
|
@@ -6780,7 +6780,7 @@ html.overflow-y-hidden {
|
|
|
6780
6780
|
font-weight: 400;
|
|
6781
6781
|
line-height: 1.25rem;
|
|
6782
6782
|
letter-spacing: 0.0333333333em !important;
|
|
6783
|
-
font-family: "Roboto", sans-serif
|
|
6783
|
+
font-family: "Roboto", sans-serif;
|
|
6784
6784
|
text-transform: none !important;
|
|
6785
6785
|
}
|
|
6786
6786
|
|
|
@@ -6789,7 +6789,7 @@ html.overflow-y-hidden {
|
|
|
6789
6789
|
font-weight: 500;
|
|
6790
6790
|
line-height: 2rem;
|
|
6791
6791
|
letter-spacing: 0.1666666667em !important;
|
|
6792
|
-
font-family: "Roboto", sans-serif
|
|
6792
|
+
font-family: "Roboto", sans-serif;
|
|
6793
6793
|
text-transform: uppercase !important;
|
|
6794
6794
|
}
|
|
6795
6795
|
|
|
@@ -8819,7 +8819,7 @@ html.overflow-y-hidden {
|
|
|
8819
8819
|
font-weight: 300;
|
|
8820
8820
|
line-height: 6rem;
|
|
8821
8821
|
letter-spacing: -0.015625em !important;
|
|
8822
|
-
font-family: "Roboto", sans-serif
|
|
8822
|
+
font-family: "Roboto", sans-serif;
|
|
8823
8823
|
text-transform: none !important;
|
|
8824
8824
|
}
|
|
8825
8825
|
.text-sm-h2 {
|
|
@@ -8827,7 +8827,7 @@ html.overflow-y-hidden {
|
|
|
8827
8827
|
font-weight: 300;
|
|
8828
8828
|
line-height: 3.75rem;
|
|
8829
8829
|
letter-spacing: -0.0083333333em !important;
|
|
8830
|
-
font-family: "Roboto", sans-serif
|
|
8830
|
+
font-family: "Roboto", sans-serif;
|
|
8831
8831
|
text-transform: none !important;
|
|
8832
8832
|
}
|
|
8833
8833
|
.text-sm-h3 {
|
|
@@ -8835,7 +8835,7 @@ html.overflow-y-hidden {
|
|
|
8835
8835
|
font-weight: 400;
|
|
8836
8836
|
line-height: 3.125rem;
|
|
8837
8837
|
letter-spacing: normal !important;
|
|
8838
|
-
font-family: "Roboto", sans-serif
|
|
8838
|
+
font-family: "Roboto", sans-serif;
|
|
8839
8839
|
text-transform: none !important;
|
|
8840
8840
|
}
|
|
8841
8841
|
.text-sm-h4 {
|
|
@@ -8843,7 +8843,7 @@ html.overflow-y-hidden {
|
|
|
8843
8843
|
font-weight: 400;
|
|
8844
8844
|
line-height: 2.5rem;
|
|
8845
8845
|
letter-spacing: 0.0073529412em !important;
|
|
8846
|
-
font-family: "Roboto", sans-serif
|
|
8846
|
+
font-family: "Roboto", sans-serif;
|
|
8847
8847
|
text-transform: none !important;
|
|
8848
8848
|
}
|
|
8849
8849
|
.text-sm-h5 {
|
|
@@ -8851,7 +8851,7 @@ html.overflow-y-hidden {
|
|
|
8851
8851
|
font-weight: 400;
|
|
8852
8852
|
line-height: 2rem;
|
|
8853
8853
|
letter-spacing: normal !important;
|
|
8854
|
-
font-family: "Roboto", sans-serif
|
|
8854
|
+
font-family: "Roboto", sans-serif;
|
|
8855
8855
|
text-transform: none !important;
|
|
8856
8856
|
}
|
|
8857
8857
|
.text-sm-h6 {
|
|
@@ -8859,7 +8859,7 @@ html.overflow-y-hidden {
|
|
|
8859
8859
|
font-weight: 500;
|
|
8860
8860
|
line-height: 2rem;
|
|
8861
8861
|
letter-spacing: 0.0125em !important;
|
|
8862
|
-
font-family: "Roboto", sans-serif
|
|
8862
|
+
font-family: "Roboto", sans-serif;
|
|
8863
8863
|
text-transform: none !important;
|
|
8864
8864
|
}
|
|
8865
8865
|
.text-sm-subtitle-1 {
|
|
@@ -8867,7 +8867,7 @@ html.overflow-y-hidden {
|
|
|
8867
8867
|
font-weight: normal;
|
|
8868
8868
|
line-height: 1.75rem;
|
|
8869
8869
|
letter-spacing: 0.009375em !important;
|
|
8870
|
-
font-family: "Roboto", sans-serif
|
|
8870
|
+
font-family: "Roboto", sans-serif;
|
|
8871
8871
|
text-transform: none !important;
|
|
8872
8872
|
}
|
|
8873
8873
|
.text-sm-subtitle-2 {
|
|
@@ -8875,7 +8875,7 @@ html.overflow-y-hidden {
|
|
|
8875
8875
|
font-weight: 500;
|
|
8876
8876
|
line-height: 1.375rem;
|
|
8877
8877
|
letter-spacing: 0.0071428571em !important;
|
|
8878
|
-
font-family: "Roboto", sans-serif
|
|
8878
|
+
font-family: "Roboto", sans-serif;
|
|
8879
8879
|
text-transform: none !important;
|
|
8880
8880
|
}
|
|
8881
8881
|
.text-sm-body-1 {
|
|
@@ -8883,7 +8883,7 @@ html.overflow-y-hidden {
|
|
|
8883
8883
|
font-weight: 400;
|
|
8884
8884
|
line-height: 1.5rem;
|
|
8885
8885
|
letter-spacing: 0.03125em !important;
|
|
8886
|
-
font-family: "Roboto", sans-serif
|
|
8886
|
+
font-family: "Roboto", sans-serif;
|
|
8887
8887
|
text-transform: none !important;
|
|
8888
8888
|
}
|
|
8889
8889
|
.text-sm-body-2 {
|
|
@@ -8891,7 +8891,7 @@ html.overflow-y-hidden {
|
|
|
8891
8891
|
font-weight: 400;
|
|
8892
8892
|
line-height: 1.25rem;
|
|
8893
8893
|
letter-spacing: 0.0178571429em !important;
|
|
8894
|
-
font-family: "Roboto", sans-serif
|
|
8894
|
+
font-family: "Roboto", sans-serif;
|
|
8895
8895
|
text-transform: none !important;
|
|
8896
8896
|
}
|
|
8897
8897
|
.text-sm-button {
|
|
@@ -8899,7 +8899,7 @@ html.overflow-y-hidden {
|
|
|
8899
8899
|
font-weight: 500;
|
|
8900
8900
|
line-height: 2.25rem;
|
|
8901
8901
|
letter-spacing: 0.0892857143em !important;
|
|
8902
|
-
font-family: "Roboto", sans-serif
|
|
8902
|
+
font-family: "Roboto", sans-serif;
|
|
8903
8903
|
text-transform: uppercase !important;
|
|
8904
8904
|
}
|
|
8905
8905
|
.text-sm-caption {
|
|
@@ -8907,7 +8907,7 @@ html.overflow-y-hidden {
|
|
|
8907
8907
|
font-weight: 400;
|
|
8908
8908
|
line-height: 1.25rem;
|
|
8909
8909
|
letter-spacing: 0.0333333333em !important;
|
|
8910
|
-
font-family: "Roboto", sans-serif
|
|
8910
|
+
font-family: "Roboto", sans-serif;
|
|
8911
8911
|
text-transform: none !important;
|
|
8912
8912
|
}
|
|
8913
8913
|
.text-sm-overline {
|
|
@@ -8915,7 +8915,7 @@ html.overflow-y-hidden {
|
|
|
8915
8915
|
font-weight: 500;
|
|
8916
8916
|
line-height: 2rem;
|
|
8917
8917
|
letter-spacing: 0.1666666667em !important;
|
|
8918
|
-
font-family: "Roboto", sans-serif
|
|
8918
|
+
font-family: "Roboto", sans-serif;
|
|
8919
8919
|
text-transform: uppercase !important;
|
|
8920
8920
|
}
|
|
8921
8921
|
}
|
|
@@ -10809,7 +10809,7 @@ html.overflow-y-hidden {
|
|
|
10809
10809
|
font-weight: 300;
|
|
10810
10810
|
line-height: 6rem;
|
|
10811
10811
|
letter-spacing: -0.015625em !important;
|
|
10812
|
-
font-family: "Roboto", sans-serif
|
|
10812
|
+
font-family: "Roboto", sans-serif;
|
|
10813
10813
|
text-transform: none !important;
|
|
10814
10814
|
}
|
|
10815
10815
|
.text-md-h2 {
|
|
@@ -10817,7 +10817,7 @@ html.overflow-y-hidden {
|
|
|
10817
10817
|
font-weight: 300;
|
|
10818
10818
|
line-height: 3.75rem;
|
|
10819
10819
|
letter-spacing: -0.0083333333em !important;
|
|
10820
|
-
font-family: "Roboto", sans-serif
|
|
10820
|
+
font-family: "Roboto", sans-serif;
|
|
10821
10821
|
text-transform: none !important;
|
|
10822
10822
|
}
|
|
10823
10823
|
.text-md-h3 {
|
|
@@ -10825,7 +10825,7 @@ html.overflow-y-hidden {
|
|
|
10825
10825
|
font-weight: 400;
|
|
10826
10826
|
line-height: 3.125rem;
|
|
10827
10827
|
letter-spacing: normal !important;
|
|
10828
|
-
font-family: "Roboto", sans-serif
|
|
10828
|
+
font-family: "Roboto", sans-serif;
|
|
10829
10829
|
text-transform: none !important;
|
|
10830
10830
|
}
|
|
10831
10831
|
.text-md-h4 {
|
|
@@ -10833,7 +10833,7 @@ html.overflow-y-hidden {
|
|
|
10833
10833
|
font-weight: 400;
|
|
10834
10834
|
line-height: 2.5rem;
|
|
10835
10835
|
letter-spacing: 0.0073529412em !important;
|
|
10836
|
-
font-family: "Roboto", sans-serif
|
|
10836
|
+
font-family: "Roboto", sans-serif;
|
|
10837
10837
|
text-transform: none !important;
|
|
10838
10838
|
}
|
|
10839
10839
|
.text-md-h5 {
|
|
@@ -10841,7 +10841,7 @@ html.overflow-y-hidden {
|
|
|
10841
10841
|
font-weight: 400;
|
|
10842
10842
|
line-height: 2rem;
|
|
10843
10843
|
letter-spacing: normal !important;
|
|
10844
|
-
font-family: "Roboto", sans-serif
|
|
10844
|
+
font-family: "Roboto", sans-serif;
|
|
10845
10845
|
text-transform: none !important;
|
|
10846
10846
|
}
|
|
10847
10847
|
.text-md-h6 {
|
|
@@ -10849,7 +10849,7 @@ html.overflow-y-hidden {
|
|
|
10849
10849
|
font-weight: 500;
|
|
10850
10850
|
line-height: 2rem;
|
|
10851
10851
|
letter-spacing: 0.0125em !important;
|
|
10852
|
-
font-family: "Roboto", sans-serif
|
|
10852
|
+
font-family: "Roboto", sans-serif;
|
|
10853
10853
|
text-transform: none !important;
|
|
10854
10854
|
}
|
|
10855
10855
|
.text-md-subtitle-1 {
|
|
@@ -10857,7 +10857,7 @@ html.overflow-y-hidden {
|
|
|
10857
10857
|
font-weight: normal;
|
|
10858
10858
|
line-height: 1.75rem;
|
|
10859
10859
|
letter-spacing: 0.009375em !important;
|
|
10860
|
-
font-family: "Roboto", sans-serif
|
|
10860
|
+
font-family: "Roboto", sans-serif;
|
|
10861
10861
|
text-transform: none !important;
|
|
10862
10862
|
}
|
|
10863
10863
|
.text-md-subtitle-2 {
|
|
@@ -10865,7 +10865,7 @@ html.overflow-y-hidden {
|
|
|
10865
10865
|
font-weight: 500;
|
|
10866
10866
|
line-height: 1.375rem;
|
|
10867
10867
|
letter-spacing: 0.0071428571em !important;
|
|
10868
|
-
font-family: "Roboto", sans-serif
|
|
10868
|
+
font-family: "Roboto", sans-serif;
|
|
10869
10869
|
text-transform: none !important;
|
|
10870
10870
|
}
|
|
10871
10871
|
.text-md-body-1 {
|
|
@@ -10873,7 +10873,7 @@ html.overflow-y-hidden {
|
|
|
10873
10873
|
font-weight: 400;
|
|
10874
10874
|
line-height: 1.5rem;
|
|
10875
10875
|
letter-spacing: 0.03125em !important;
|
|
10876
|
-
font-family: "Roboto", sans-serif
|
|
10876
|
+
font-family: "Roboto", sans-serif;
|
|
10877
10877
|
text-transform: none !important;
|
|
10878
10878
|
}
|
|
10879
10879
|
.text-md-body-2 {
|
|
@@ -10881,7 +10881,7 @@ html.overflow-y-hidden {
|
|
|
10881
10881
|
font-weight: 400;
|
|
10882
10882
|
line-height: 1.25rem;
|
|
10883
10883
|
letter-spacing: 0.0178571429em !important;
|
|
10884
|
-
font-family: "Roboto", sans-serif
|
|
10884
|
+
font-family: "Roboto", sans-serif;
|
|
10885
10885
|
text-transform: none !important;
|
|
10886
10886
|
}
|
|
10887
10887
|
.text-md-button {
|
|
@@ -10889,7 +10889,7 @@ html.overflow-y-hidden {
|
|
|
10889
10889
|
font-weight: 500;
|
|
10890
10890
|
line-height: 2.25rem;
|
|
10891
10891
|
letter-spacing: 0.0892857143em !important;
|
|
10892
|
-
font-family: "Roboto", sans-serif
|
|
10892
|
+
font-family: "Roboto", sans-serif;
|
|
10893
10893
|
text-transform: uppercase !important;
|
|
10894
10894
|
}
|
|
10895
10895
|
.text-md-caption {
|
|
@@ -10897,7 +10897,7 @@ html.overflow-y-hidden {
|
|
|
10897
10897
|
font-weight: 400;
|
|
10898
10898
|
line-height: 1.25rem;
|
|
10899
10899
|
letter-spacing: 0.0333333333em !important;
|
|
10900
|
-
font-family: "Roboto", sans-serif
|
|
10900
|
+
font-family: "Roboto", sans-serif;
|
|
10901
10901
|
text-transform: none !important;
|
|
10902
10902
|
}
|
|
10903
10903
|
.text-md-overline {
|
|
@@ -10905,7 +10905,7 @@ html.overflow-y-hidden {
|
|
|
10905
10905
|
font-weight: 500;
|
|
10906
10906
|
line-height: 2rem;
|
|
10907
10907
|
letter-spacing: 0.1666666667em !important;
|
|
10908
|
-
font-family: "Roboto", sans-serif
|
|
10908
|
+
font-family: "Roboto", sans-serif;
|
|
10909
10909
|
text-transform: uppercase !important;
|
|
10910
10910
|
}
|
|
10911
10911
|
}
|
|
@@ -12799,7 +12799,7 @@ html.overflow-y-hidden {
|
|
|
12799
12799
|
font-weight: 300;
|
|
12800
12800
|
line-height: 6rem;
|
|
12801
12801
|
letter-spacing: -0.015625em !important;
|
|
12802
|
-
font-family: "Roboto", sans-serif
|
|
12802
|
+
font-family: "Roboto", sans-serif;
|
|
12803
12803
|
text-transform: none !important;
|
|
12804
12804
|
}
|
|
12805
12805
|
.text-lg-h2 {
|
|
@@ -12807,7 +12807,7 @@ html.overflow-y-hidden {
|
|
|
12807
12807
|
font-weight: 300;
|
|
12808
12808
|
line-height: 3.75rem;
|
|
12809
12809
|
letter-spacing: -0.0083333333em !important;
|
|
12810
|
-
font-family: "Roboto", sans-serif
|
|
12810
|
+
font-family: "Roboto", sans-serif;
|
|
12811
12811
|
text-transform: none !important;
|
|
12812
12812
|
}
|
|
12813
12813
|
.text-lg-h3 {
|
|
@@ -12815,7 +12815,7 @@ html.overflow-y-hidden {
|
|
|
12815
12815
|
font-weight: 400;
|
|
12816
12816
|
line-height: 3.125rem;
|
|
12817
12817
|
letter-spacing: normal !important;
|
|
12818
|
-
font-family: "Roboto", sans-serif
|
|
12818
|
+
font-family: "Roboto", sans-serif;
|
|
12819
12819
|
text-transform: none !important;
|
|
12820
12820
|
}
|
|
12821
12821
|
.text-lg-h4 {
|
|
@@ -12823,7 +12823,7 @@ html.overflow-y-hidden {
|
|
|
12823
12823
|
font-weight: 400;
|
|
12824
12824
|
line-height: 2.5rem;
|
|
12825
12825
|
letter-spacing: 0.0073529412em !important;
|
|
12826
|
-
font-family: "Roboto", sans-serif
|
|
12826
|
+
font-family: "Roboto", sans-serif;
|
|
12827
12827
|
text-transform: none !important;
|
|
12828
12828
|
}
|
|
12829
12829
|
.text-lg-h5 {
|
|
@@ -12831,7 +12831,7 @@ html.overflow-y-hidden {
|
|
|
12831
12831
|
font-weight: 400;
|
|
12832
12832
|
line-height: 2rem;
|
|
12833
12833
|
letter-spacing: normal !important;
|
|
12834
|
-
font-family: "Roboto", sans-serif
|
|
12834
|
+
font-family: "Roboto", sans-serif;
|
|
12835
12835
|
text-transform: none !important;
|
|
12836
12836
|
}
|
|
12837
12837
|
.text-lg-h6 {
|
|
@@ -12839,7 +12839,7 @@ html.overflow-y-hidden {
|
|
|
12839
12839
|
font-weight: 500;
|
|
12840
12840
|
line-height: 2rem;
|
|
12841
12841
|
letter-spacing: 0.0125em !important;
|
|
12842
|
-
font-family: "Roboto", sans-serif
|
|
12842
|
+
font-family: "Roboto", sans-serif;
|
|
12843
12843
|
text-transform: none !important;
|
|
12844
12844
|
}
|
|
12845
12845
|
.text-lg-subtitle-1 {
|
|
@@ -12847,7 +12847,7 @@ html.overflow-y-hidden {
|
|
|
12847
12847
|
font-weight: normal;
|
|
12848
12848
|
line-height: 1.75rem;
|
|
12849
12849
|
letter-spacing: 0.009375em !important;
|
|
12850
|
-
font-family: "Roboto", sans-serif
|
|
12850
|
+
font-family: "Roboto", sans-serif;
|
|
12851
12851
|
text-transform: none !important;
|
|
12852
12852
|
}
|
|
12853
12853
|
.text-lg-subtitle-2 {
|
|
@@ -12855,7 +12855,7 @@ html.overflow-y-hidden {
|
|
|
12855
12855
|
font-weight: 500;
|
|
12856
12856
|
line-height: 1.375rem;
|
|
12857
12857
|
letter-spacing: 0.0071428571em !important;
|
|
12858
|
-
font-family: "Roboto", sans-serif
|
|
12858
|
+
font-family: "Roboto", sans-serif;
|
|
12859
12859
|
text-transform: none !important;
|
|
12860
12860
|
}
|
|
12861
12861
|
.text-lg-body-1 {
|
|
@@ -12863,7 +12863,7 @@ html.overflow-y-hidden {
|
|
|
12863
12863
|
font-weight: 400;
|
|
12864
12864
|
line-height: 1.5rem;
|
|
12865
12865
|
letter-spacing: 0.03125em !important;
|
|
12866
|
-
font-family: "Roboto", sans-serif
|
|
12866
|
+
font-family: "Roboto", sans-serif;
|
|
12867
12867
|
text-transform: none !important;
|
|
12868
12868
|
}
|
|
12869
12869
|
.text-lg-body-2 {
|
|
@@ -12871,7 +12871,7 @@ html.overflow-y-hidden {
|
|
|
12871
12871
|
font-weight: 400;
|
|
12872
12872
|
line-height: 1.25rem;
|
|
12873
12873
|
letter-spacing: 0.0178571429em !important;
|
|
12874
|
-
font-family: "Roboto", sans-serif
|
|
12874
|
+
font-family: "Roboto", sans-serif;
|
|
12875
12875
|
text-transform: none !important;
|
|
12876
12876
|
}
|
|
12877
12877
|
.text-lg-button {
|
|
@@ -12879,7 +12879,7 @@ html.overflow-y-hidden {
|
|
|
12879
12879
|
font-weight: 500;
|
|
12880
12880
|
line-height: 2.25rem;
|
|
12881
12881
|
letter-spacing: 0.0892857143em !important;
|
|
12882
|
-
font-family: "Roboto", sans-serif
|
|
12882
|
+
font-family: "Roboto", sans-serif;
|
|
12883
12883
|
text-transform: uppercase !important;
|
|
12884
12884
|
}
|
|
12885
12885
|
.text-lg-caption {
|
|
@@ -12887,7 +12887,7 @@ html.overflow-y-hidden {
|
|
|
12887
12887
|
font-weight: 400;
|
|
12888
12888
|
line-height: 1.25rem;
|
|
12889
12889
|
letter-spacing: 0.0333333333em !important;
|
|
12890
|
-
font-family: "Roboto", sans-serif
|
|
12890
|
+
font-family: "Roboto", sans-serif;
|
|
12891
12891
|
text-transform: none !important;
|
|
12892
12892
|
}
|
|
12893
12893
|
.text-lg-overline {
|
|
@@ -12895,7 +12895,7 @@ html.overflow-y-hidden {
|
|
|
12895
12895
|
font-weight: 500;
|
|
12896
12896
|
line-height: 2rem;
|
|
12897
12897
|
letter-spacing: 0.1666666667em !important;
|
|
12898
|
-
font-family: "Roboto", sans-serif
|
|
12898
|
+
font-family: "Roboto", sans-serif;
|
|
12899
12899
|
text-transform: uppercase !important;
|
|
12900
12900
|
}
|
|
12901
12901
|
}
|
|
@@ -14789,7 +14789,7 @@ html.overflow-y-hidden {
|
|
|
14789
14789
|
font-weight: 300;
|
|
14790
14790
|
line-height: 6rem;
|
|
14791
14791
|
letter-spacing: -0.015625em !important;
|
|
14792
|
-
font-family: "Roboto", sans-serif
|
|
14792
|
+
font-family: "Roboto", sans-serif;
|
|
14793
14793
|
text-transform: none !important;
|
|
14794
14794
|
}
|
|
14795
14795
|
.text-xl-h2 {
|
|
@@ -14797,7 +14797,7 @@ html.overflow-y-hidden {
|
|
|
14797
14797
|
font-weight: 300;
|
|
14798
14798
|
line-height: 3.75rem;
|
|
14799
14799
|
letter-spacing: -0.0083333333em !important;
|
|
14800
|
-
font-family: "Roboto", sans-serif
|
|
14800
|
+
font-family: "Roboto", sans-serif;
|
|
14801
14801
|
text-transform: none !important;
|
|
14802
14802
|
}
|
|
14803
14803
|
.text-xl-h3 {
|
|
@@ -14805,7 +14805,7 @@ html.overflow-y-hidden {
|
|
|
14805
14805
|
font-weight: 400;
|
|
14806
14806
|
line-height: 3.125rem;
|
|
14807
14807
|
letter-spacing: normal !important;
|
|
14808
|
-
font-family: "Roboto", sans-serif
|
|
14808
|
+
font-family: "Roboto", sans-serif;
|
|
14809
14809
|
text-transform: none !important;
|
|
14810
14810
|
}
|
|
14811
14811
|
.text-xl-h4 {
|
|
@@ -14813,7 +14813,7 @@ html.overflow-y-hidden {
|
|
|
14813
14813
|
font-weight: 400;
|
|
14814
14814
|
line-height: 2.5rem;
|
|
14815
14815
|
letter-spacing: 0.0073529412em !important;
|
|
14816
|
-
font-family: "Roboto", sans-serif
|
|
14816
|
+
font-family: "Roboto", sans-serif;
|
|
14817
14817
|
text-transform: none !important;
|
|
14818
14818
|
}
|
|
14819
14819
|
.text-xl-h5 {
|
|
@@ -14821,7 +14821,7 @@ html.overflow-y-hidden {
|
|
|
14821
14821
|
font-weight: 400;
|
|
14822
14822
|
line-height: 2rem;
|
|
14823
14823
|
letter-spacing: normal !important;
|
|
14824
|
-
font-family: "Roboto", sans-serif
|
|
14824
|
+
font-family: "Roboto", sans-serif;
|
|
14825
14825
|
text-transform: none !important;
|
|
14826
14826
|
}
|
|
14827
14827
|
.text-xl-h6 {
|
|
@@ -14829,7 +14829,7 @@ html.overflow-y-hidden {
|
|
|
14829
14829
|
font-weight: 500;
|
|
14830
14830
|
line-height: 2rem;
|
|
14831
14831
|
letter-spacing: 0.0125em !important;
|
|
14832
|
-
font-family: "Roboto", sans-serif
|
|
14832
|
+
font-family: "Roboto", sans-serif;
|
|
14833
14833
|
text-transform: none !important;
|
|
14834
14834
|
}
|
|
14835
14835
|
.text-xl-subtitle-1 {
|
|
@@ -14837,7 +14837,7 @@ html.overflow-y-hidden {
|
|
|
14837
14837
|
font-weight: normal;
|
|
14838
14838
|
line-height: 1.75rem;
|
|
14839
14839
|
letter-spacing: 0.009375em !important;
|
|
14840
|
-
font-family: "Roboto", sans-serif
|
|
14840
|
+
font-family: "Roboto", sans-serif;
|
|
14841
14841
|
text-transform: none !important;
|
|
14842
14842
|
}
|
|
14843
14843
|
.text-xl-subtitle-2 {
|
|
@@ -14845,7 +14845,7 @@ html.overflow-y-hidden {
|
|
|
14845
14845
|
font-weight: 500;
|
|
14846
14846
|
line-height: 1.375rem;
|
|
14847
14847
|
letter-spacing: 0.0071428571em !important;
|
|
14848
|
-
font-family: "Roboto", sans-serif
|
|
14848
|
+
font-family: "Roboto", sans-serif;
|
|
14849
14849
|
text-transform: none !important;
|
|
14850
14850
|
}
|
|
14851
14851
|
.text-xl-body-1 {
|
|
@@ -14853,7 +14853,7 @@ html.overflow-y-hidden {
|
|
|
14853
14853
|
font-weight: 400;
|
|
14854
14854
|
line-height: 1.5rem;
|
|
14855
14855
|
letter-spacing: 0.03125em !important;
|
|
14856
|
-
font-family: "Roboto", sans-serif
|
|
14856
|
+
font-family: "Roboto", sans-serif;
|
|
14857
14857
|
text-transform: none !important;
|
|
14858
14858
|
}
|
|
14859
14859
|
.text-xl-body-2 {
|
|
@@ -14861,7 +14861,7 @@ html.overflow-y-hidden {
|
|
|
14861
14861
|
font-weight: 400;
|
|
14862
14862
|
line-height: 1.25rem;
|
|
14863
14863
|
letter-spacing: 0.0178571429em !important;
|
|
14864
|
-
font-family: "Roboto", sans-serif
|
|
14864
|
+
font-family: "Roboto", sans-serif;
|
|
14865
14865
|
text-transform: none !important;
|
|
14866
14866
|
}
|
|
14867
14867
|
.text-xl-button {
|
|
@@ -14869,7 +14869,7 @@ html.overflow-y-hidden {
|
|
|
14869
14869
|
font-weight: 500;
|
|
14870
14870
|
line-height: 2.25rem;
|
|
14871
14871
|
letter-spacing: 0.0892857143em !important;
|
|
14872
|
-
font-family: "Roboto", sans-serif
|
|
14872
|
+
font-family: "Roboto", sans-serif;
|
|
14873
14873
|
text-transform: uppercase !important;
|
|
14874
14874
|
}
|
|
14875
14875
|
.text-xl-caption {
|
|
@@ -14877,7 +14877,7 @@ html.overflow-y-hidden {
|
|
|
14877
14877
|
font-weight: 400;
|
|
14878
14878
|
line-height: 1.25rem;
|
|
14879
14879
|
letter-spacing: 0.0333333333em !important;
|
|
14880
|
-
font-family: "Roboto", sans-serif
|
|
14880
|
+
font-family: "Roboto", sans-serif;
|
|
14881
14881
|
text-transform: none !important;
|
|
14882
14882
|
}
|
|
14883
14883
|
.text-xl-overline {
|
|
@@ -14885,7 +14885,7 @@ html.overflow-y-hidden {
|
|
|
14885
14885
|
font-weight: 500;
|
|
14886
14886
|
line-height: 2rem;
|
|
14887
14887
|
letter-spacing: 0.1666666667em !important;
|
|
14888
|
-
font-family: "Roboto", sans-serif
|
|
14888
|
+
font-family: "Roboto", sans-serif;
|
|
14889
14889
|
text-transform: uppercase !important;
|
|
14890
14890
|
}
|
|
14891
14891
|
}
|
|
@@ -16779,7 +16779,7 @@ html.overflow-y-hidden {
|
|
|
16779
16779
|
font-weight: 300;
|
|
16780
16780
|
line-height: 6rem;
|
|
16781
16781
|
letter-spacing: -0.015625em !important;
|
|
16782
|
-
font-family: "Roboto", sans-serif
|
|
16782
|
+
font-family: "Roboto", sans-serif;
|
|
16783
16783
|
text-transform: none !important;
|
|
16784
16784
|
}
|
|
16785
16785
|
.text-xxl-h2 {
|
|
@@ -16787,7 +16787,7 @@ html.overflow-y-hidden {
|
|
|
16787
16787
|
font-weight: 300;
|
|
16788
16788
|
line-height: 3.75rem;
|
|
16789
16789
|
letter-spacing: -0.0083333333em !important;
|
|
16790
|
-
font-family: "Roboto", sans-serif
|
|
16790
|
+
font-family: "Roboto", sans-serif;
|
|
16791
16791
|
text-transform: none !important;
|
|
16792
16792
|
}
|
|
16793
16793
|
.text-xxl-h3 {
|
|
@@ -16795,7 +16795,7 @@ html.overflow-y-hidden {
|
|
|
16795
16795
|
font-weight: 400;
|
|
16796
16796
|
line-height: 3.125rem;
|
|
16797
16797
|
letter-spacing: normal !important;
|
|
16798
|
-
font-family: "Roboto", sans-serif
|
|
16798
|
+
font-family: "Roboto", sans-serif;
|
|
16799
16799
|
text-transform: none !important;
|
|
16800
16800
|
}
|
|
16801
16801
|
.text-xxl-h4 {
|
|
@@ -16803,7 +16803,7 @@ html.overflow-y-hidden {
|
|
|
16803
16803
|
font-weight: 400;
|
|
16804
16804
|
line-height: 2.5rem;
|
|
16805
16805
|
letter-spacing: 0.0073529412em !important;
|
|
16806
|
-
font-family: "Roboto", sans-serif
|
|
16806
|
+
font-family: "Roboto", sans-serif;
|
|
16807
16807
|
text-transform: none !important;
|
|
16808
16808
|
}
|
|
16809
16809
|
.text-xxl-h5 {
|
|
@@ -16811,7 +16811,7 @@ html.overflow-y-hidden {
|
|
|
16811
16811
|
font-weight: 400;
|
|
16812
16812
|
line-height: 2rem;
|
|
16813
16813
|
letter-spacing: normal !important;
|
|
16814
|
-
font-family: "Roboto", sans-serif
|
|
16814
|
+
font-family: "Roboto", sans-serif;
|
|
16815
16815
|
text-transform: none !important;
|
|
16816
16816
|
}
|
|
16817
16817
|
.text-xxl-h6 {
|
|
@@ -16819,7 +16819,7 @@ html.overflow-y-hidden {
|
|
|
16819
16819
|
font-weight: 500;
|
|
16820
16820
|
line-height: 2rem;
|
|
16821
16821
|
letter-spacing: 0.0125em !important;
|
|
16822
|
-
font-family: "Roboto", sans-serif
|
|
16822
|
+
font-family: "Roboto", sans-serif;
|
|
16823
16823
|
text-transform: none !important;
|
|
16824
16824
|
}
|
|
16825
16825
|
.text-xxl-subtitle-1 {
|
|
@@ -16827,7 +16827,7 @@ html.overflow-y-hidden {
|
|
|
16827
16827
|
font-weight: normal;
|
|
16828
16828
|
line-height: 1.75rem;
|
|
16829
16829
|
letter-spacing: 0.009375em !important;
|
|
16830
|
-
font-family: "Roboto", sans-serif
|
|
16830
|
+
font-family: "Roboto", sans-serif;
|
|
16831
16831
|
text-transform: none !important;
|
|
16832
16832
|
}
|
|
16833
16833
|
.text-xxl-subtitle-2 {
|
|
@@ -16835,7 +16835,7 @@ html.overflow-y-hidden {
|
|
|
16835
16835
|
font-weight: 500;
|
|
16836
16836
|
line-height: 1.375rem;
|
|
16837
16837
|
letter-spacing: 0.0071428571em !important;
|
|
16838
|
-
font-family: "Roboto", sans-serif
|
|
16838
|
+
font-family: "Roboto", sans-serif;
|
|
16839
16839
|
text-transform: none !important;
|
|
16840
16840
|
}
|
|
16841
16841
|
.text-xxl-body-1 {
|
|
@@ -16843,7 +16843,7 @@ html.overflow-y-hidden {
|
|
|
16843
16843
|
font-weight: 400;
|
|
16844
16844
|
line-height: 1.5rem;
|
|
16845
16845
|
letter-spacing: 0.03125em !important;
|
|
16846
|
-
font-family: "Roboto", sans-serif
|
|
16846
|
+
font-family: "Roboto", sans-serif;
|
|
16847
16847
|
text-transform: none !important;
|
|
16848
16848
|
}
|
|
16849
16849
|
.text-xxl-body-2 {
|
|
@@ -16851,7 +16851,7 @@ html.overflow-y-hidden {
|
|
|
16851
16851
|
font-weight: 400;
|
|
16852
16852
|
line-height: 1.25rem;
|
|
16853
16853
|
letter-spacing: 0.0178571429em !important;
|
|
16854
|
-
font-family: "Roboto", sans-serif
|
|
16854
|
+
font-family: "Roboto", sans-serif;
|
|
16855
16855
|
text-transform: none !important;
|
|
16856
16856
|
}
|
|
16857
16857
|
.text-xxl-button {
|
|
@@ -16859,7 +16859,7 @@ html.overflow-y-hidden {
|
|
|
16859
16859
|
font-weight: 500;
|
|
16860
16860
|
line-height: 2.25rem;
|
|
16861
16861
|
letter-spacing: 0.0892857143em !important;
|
|
16862
|
-
font-family: "Roboto", sans-serif
|
|
16862
|
+
font-family: "Roboto", sans-serif;
|
|
16863
16863
|
text-transform: uppercase !important;
|
|
16864
16864
|
}
|
|
16865
16865
|
.text-xxl-caption {
|
|
@@ -16867,7 +16867,7 @@ html.overflow-y-hidden {
|
|
|
16867
16867
|
font-weight: 400;
|
|
16868
16868
|
line-height: 1.25rem;
|
|
16869
16869
|
letter-spacing: 0.0333333333em !important;
|
|
16870
|
-
font-family: "Roboto", sans-serif
|
|
16870
|
+
font-family: "Roboto", sans-serif;
|
|
16871
16871
|
text-transform: none !important;
|
|
16872
16872
|
}
|
|
16873
16873
|
.text-xxl-overline {
|
|
@@ -16875,7 +16875,7 @@ html.overflow-y-hidden {
|
|
|
16875
16875
|
font-weight: 500;
|
|
16876
16876
|
line-height: 2rem;
|
|
16877
16877
|
letter-spacing: 0.1666666667em !important;
|
|
16878
|
-
font-family: "Roboto", sans-serif
|
|
16878
|
+
font-family: "Roboto", sans-serif;
|
|
16879
16879
|
text-transform: uppercase !important;
|
|
16880
16880
|
}
|
|
16881
16881
|
}
|
|
@@ -17032,51 +17032,6 @@ html.overflow-y-hidden {
|
|
|
17032
17032
|
padding-bottom: 16px;
|
|
17033
17033
|
font-weight: 600;
|
|
17034
17034
|
letter-spacing: 0.1666666667em;
|
|
17035
|
-
}.v-calendar-header {
|
|
17036
|
-
align-items: center;
|
|
17037
|
-
display: flex;
|
|
17038
|
-
min-height: 64px;
|
|
17039
|
-
}
|
|
17040
|
-
|
|
17041
|
-
.v-calendar-header__today {
|
|
17042
|
-
margin-inline-end: 24px;
|
|
17043
|
-
}
|
|
17044
|
-
|
|
17045
|
-
.v-calendar-header__title {
|
|
17046
|
-
font-size: 1.5rem;
|
|
17047
|
-
margin-inline-start: 24px;
|
|
17048
|
-
}.v-calendar-day {
|
|
17049
|
-
position: relative;
|
|
17050
|
-
display: flex;
|
|
17051
|
-
flex-direction: column;
|
|
17052
|
-
}
|
|
17053
|
-
|
|
17054
|
-
.v-calendar-weekly .v-calendar__container {
|
|
17055
|
-
display: grid;
|
|
17056
|
-
}
|
|
17057
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17058
|
-
grid-template-columns: repeat(7, 1fr);
|
|
17059
|
-
}
|
|
17060
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17061
|
-
grid-template-columns: repeat(6, 1fr);
|
|
17062
|
-
}
|
|
17063
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17064
|
-
grid-template-columns: repeat(5, 1fr);
|
|
17065
|
-
}
|
|
17066
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17067
|
-
grid-template-columns: repeat(4, 1fr);
|
|
17068
|
-
}
|
|
17069
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17070
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17071
|
-
}
|
|
17072
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17073
|
-
grid-template-columns: repeat(2, 1fr);
|
|
17074
|
-
}
|
|
17075
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17076
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17077
|
-
}
|
|
17078
|
-
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17079
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17080
17035
|
}.v-calendar-weekly {
|
|
17081
17036
|
width: 100%;
|
|
17082
17037
|
height: 100%;
|
|
@@ -17168,7 +17123,8 @@ html.overflow-y-hidden {
|
|
|
17168
17123
|
}
|
|
17169
17124
|
|
|
17170
17125
|
.v-calendar-weekly__head-weeknumber {
|
|
17171
|
-
background: rgb(var(--v-theme-
|
|
17126
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17127
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
17172
17128
|
}
|
|
17173
17129
|
|
|
17174
17130
|
.v-calendar-weekly__week {
|
|
@@ -17180,8 +17136,9 @@ html.overflow-y-hidden {
|
|
|
17180
17136
|
|
|
17181
17137
|
.v-calendar-month__weeknumber {
|
|
17182
17138
|
padding-top: 6px;
|
|
17183
|
-
background: rgb(var(--v-theme-
|
|
17139
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17184
17140
|
border-bottom: thin solid #e0e0e0;
|
|
17141
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
17185
17142
|
text-align: center;
|
|
17186
17143
|
font-size: 12px;
|
|
17187
17144
|
font-weight: 500;
|
|
@@ -17298,6 +17255,38 @@ html.overflow-y-hidden {
|
|
|
17298
17255
|
}
|
|
17299
17256
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17300
17257
|
border-right: none;
|
|
17258
|
+
}.v-calendar-day {
|
|
17259
|
+
position: relative;
|
|
17260
|
+
display: flex;
|
|
17261
|
+
flex-direction: column;
|
|
17262
|
+
}
|
|
17263
|
+
|
|
17264
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17265
|
+
display: grid;
|
|
17266
|
+
}
|
|
17267
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17268
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17269
|
+
}
|
|
17270
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17271
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17272
|
+
}
|
|
17273
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17274
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17275
|
+
}
|
|
17276
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17277
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17278
|
+
}
|
|
17279
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17280
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17281
|
+
}
|
|
17282
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17283
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17284
|
+
}
|
|
17285
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17286
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17287
|
+
}
|
|
17288
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17289
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17301
17290
|
}.v-calendar-day__row-with-label {
|
|
17302
17291
|
display: grid;
|
|
17303
17292
|
grid-template-columns: 48px 8px 1fr;
|
|
@@ -17402,6 +17391,19 @@ html.overflow-y-hidden {
|
|
|
17402
17391
|
|
|
17403
17392
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17404
17393
|
min-height: 24px;
|
|
17394
|
+
}.v-calendar-header {
|
|
17395
|
+
align-items: center;
|
|
17396
|
+
display: flex;
|
|
17397
|
+
min-height: 64px;
|
|
17398
|
+
}
|
|
17399
|
+
|
|
17400
|
+
.v-calendar-header__today {
|
|
17401
|
+
margin-inline-end: 24px;
|
|
17402
|
+
}
|
|
17403
|
+
|
|
17404
|
+
.v-calendar-header__title {
|
|
17405
|
+
font-size: 1.5rem;
|
|
17406
|
+
margin-inline-start: 24px;
|
|
17405
17407
|
}.v-application {
|
|
17406
17408
|
display: flex;
|
|
17407
17409
|
background: rgb(var(--v-theme-background));
|
|
@@ -17418,18 +17420,6 @@ html.overflow-y-hidden {
|
|
|
17418
17420
|
min-height: 100vh;
|
|
17419
17421
|
min-height: 100dvh;
|
|
17420
17422
|
position: relative;
|
|
17421
|
-
}.v-app-bar {
|
|
17422
|
-
display: flex;
|
|
17423
|
-
}
|
|
17424
|
-
.v-app-bar.v-toolbar {
|
|
17425
|
-
background: rgb(var(--v-theme-surface));
|
|
17426
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17427
|
-
}
|
|
17428
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17429
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17430
|
-
}
|
|
17431
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17432
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17433
17423
|
}.v-alert {
|
|
17434
17424
|
display: grid;
|
|
17435
17425
|
flex: 1 1;
|
|
@@ -17464,8 +17454,8 @@ html.overflow-y-hidden {
|
|
|
17464
17454
|
display: none;
|
|
17465
17455
|
}
|
|
17466
17456
|
.v-alert--variant-elevated, .v-alert--variant-flat {
|
|
17467
|
-
background: rgb(var(--v-theme-
|
|
17468
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17457
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17458
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
17469
17459
|
}
|
|
17470
17460
|
.v-alert--variant-elevated {
|
|
17471
17461
|
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
@@ -17640,6 +17630,18 @@ html.overflow-y-hidden {
|
|
|
17640
17630
|
text-transform: none;
|
|
17641
17631
|
word-break: normal;
|
|
17642
17632
|
word-wrap: break-word;
|
|
17633
|
+
}.v-app-bar {
|
|
17634
|
+
display: flex;
|
|
17635
|
+
}
|
|
17636
|
+
.v-app-bar.v-toolbar {
|
|
17637
|
+
background: rgb(var(--v-theme-surface));
|
|
17638
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17639
|
+
}
|
|
17640
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17641
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17642
|
+
}
|
|
17643
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17644
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17643
17645
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17644
17646
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17645
17647
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17669,7 +17671,7 @@ html.overflow-y-hidden {
|
|
|
17669
17671
|
border-radius: 4px;
|
|
17670
17672
|
}
|
|
17671
17673
|
.v-autocomplete__mask {
|
|
17672
|
-
background: rgb(var(--v-theme-
|
|
17674
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17673
17675
|
}
|
|
17674
17676
|
.v-autocomplete__selection {
|
|
17675
17677
|
display: inline-flex;
|
|
@@ -17808,63 +17810,6 @@ html.overflow-y-hidden {
|
|
|
17808
17810
|
.v-avatar .v-img {
|
|
17809
17811
|
height: 100%;
|
|
17810
17812
|
width: 100%;
|
|
17811
|
-
}.v-breadcrumbs {
|
|
17812
|
-
display: flex;
|
|
17813
|
-
align-items: center;
|
|
17814
|
-
line-height: 1.375rem;
|
|
17815
|
-
padding: 16px 12px;
|
|
17816
|
-
}
|
|
17817
|
-
.v-breadcrumbs--rounded {
|
|
17818
|
-
border-radius: 4px;
|
|
17819
|
-
}
|
|
17820
|
-
.v-breadcrumbs--density-default {
|
|
17821
|
-
padding-top: 16px;
|
|
17822
|
-
padding-bottom: 16px;
|
|
17823
|
-
}
|
|
17824
|
-
|
|
17825
|
-
.v-breadcrumbs--density-comfortable {
|
|
17826
|
-
padding-top: 12px;
|
|
17827
|
-
padding-bottom: 12px;
|
|
17828
|
-
}
|
|
17829
|
-
|
|
17830
|
-
.v-breadcrumbs--density-compact {
|
|
17831
|
-
padding-top: 8px;
|
|
17832
|
-
padding-bottom: 8px;
|
|
17833
|
-
}
|
|
17834
|
-
|
|
17835
|
-
.v-breadcrumbs__prepend {
|
|
17836
|
-
align-items: center;
|
|
17837
|
-
display: inline-flex;
|
|
17838
|
-
}
|
|
17839
|
-
|
|
17840
|
-
.v-breadcrumbs-item {
|
|
17841
|
-
align-items: center;
|
|
17842
|
-
color: inherit;
|
|
17843
|
-
display: inline-flex;
|
|
17844
|
-
padding: 0 4px;
|
|
17845
|
-
text-decoration: none;
|
|
17846
|
-
vertical-align: middle;
|
|
17847
|
-
}
|
|
17848
|
-
.v-breadcrumbs-item--disabled {
|
|
17849
|
-
opacity: var(--v-disabled-opacity);
|
|
17850
|
-
pointer-events: none;
|
|
17851
|
-
}
|
|
17852
|
-
.v-breadcrumbs-item--link {
|
|
17853
|
-
color: inherit;
|
|
17854
|
-
text-decoration: none;
|
|
17855
|
-
}
|
|
17856
|
-
.v-breadcrumbs-item--link:hover {
|
|
17857
|
-
text-decoration: underline;
|
|
17858
|
-
}
|
|
17859
|
-
.v-breadcrumbs-item .v-icon {
|
|
17860
|
-
font-size: 1rem;
|
|
17861
|
-
margin-inline: -4px 2px;
|
|
17862
|
-
}
|
|
17863
|
-
|
|
17864
|
-
.v-breadcrumbs-divider {
|
|
17865
|
-
display: inline-block;
|
|
17866
|
-
padding: 0 8px;
|
|
17867
|
-
vertical-align: middle;
|
|
17868
17813
|
}.v-banner {
|
|
17869
17814
|
display: grid;
|
|
17870
17815
|
flex: 1 1;
|
|
@@ -18022,6 +17967,61 @@ html.overflow-y-hidden {
|
|
|
18022
17967
|
}
|
|
18023
17968
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18024
17969
|
align-self: flex-start;
|
|
17970
|
+
}.v-bottom-navigation {
|
|
17971
|
+
display: flex;
|
|
17972
|
+
max-width: 100%;
|
|
17973
|
+
overflow: hidden;
|
|
17974
|
+
position: absolute;
|
|
17975
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17976
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17977
|
+
border-style: solid;
|
|
17978
|
+
border-width: 0;
|
|
17979
|
+
border-radius: 0;
|
|
17980
|
+
background: rgb(var(--v-theme-surface));
|
|
17981
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17982
|
+
}
|
|
17983
|
+
.v-bottom-navigation--border {
|
|
17984
|
+
border-width: thin;
|
|
17985
|
+
box-shadow: none;
|
|
17986
|
+
}
|
|
17987
|
+
.v-bottom-navigation--active {
|
|
17988
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17989
|
+
}
|
|
17990
|
+
|
|
17991
|
+
.v-bottom-navigation__content {
|
|
17992
|
+
display: flex;
|
|
17993
|
+
flex: none;
|
|
17994
|
+
font-size: 0.75rem;
|
|
17995
|
+
justify-content: center;
|
|
17996
|
+
transition: inherit;
|
|
17997
|
+
width: 100%;
|
|
17998
|
+
}
|
|
17999
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18000
|
+
font-size: inherit;
|
|
18001
|
+
height: 100%;
|
|
18002
|
+
max-width: 168px;
|
|
18003
|
+
min-width: 80px;
|
|
18004
|
+
text-transform: none;
|
|
18005
|
+
transition: inherit;
|
|
18006
|
+
width: auto;
|
|
18007
|
+
border-radius: 0;
|
|
18008
|
+
}
|
|
18009
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18010
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18011
|
+
transition: inherit;
|
|
18012
|
+
}
|
|
18013
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18014
|
+
font-size: 1.5rem;
|
|
18015
|
+
}
|
|
18016
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18017
|
+
flex-grow: 1;
|
|
18018
|
+
}
|
|
18019
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18020
|
+
transition: inherit;
|
|
18021
|
+
opacity: 0;
|
|
18022
|
+
}
|
|
18023
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18024
|
+
transform: translateY(0.5rem);
|
|
18025
18025
|
}.v-badge {
|
|
18026
18026
|
display: inline-block;
|
|
18027
18027
|
line-height: 1;
|
|
@@ -18093,14 +18093,71 @@ html.overflow-y-hidden {
|
|
|
18093
18093
|
display: inline-flex;
|
|
18094
18094
|
justify-content: center;
|
|
18095
18095
|
margin: 0 4px;
|
|
18096
|
-
}.
|
|
18097
|
-
|
|
18096
|
+
}.v-breadcrumbs {
|
|
18097
|
+
display: flex;
|
|
18098
|
+
align-items: center;
|
|
18099
|
+
line-height: 1.375rem;
|
|
18100
|
+
padding: 16px 12px;
|
|
18098
18101
|
}
|
|
18099
|
-
.
|
|
18100
|
-
|
|
18102
|
+
.v-breadcrumbs--rounded {
|
|
18103
|
+
border-radius: 4px;
|
|
18104
|
+
}
|
|
18105
|
+
.v-breadcrumbs--density-default {
|
|
18106
|
+
padding-top: 16px;
|
|
18107
|
+
padding-bottom: 16px;
|
|
18101
18108
|
}
|
|
18102
18109
|
|
|
18103
|
-
.v-
|
|
18110
|
+
.v-breadcrumbs--density-comfortable {
|
|
18111
|
+
padding-top: 12px;
|
|
18112
|
+
padding-bottom: 12px;
|
|
18113
|
+
}
|
|
18114
|
+
|
|
18115
|
+
.v-breadcrumbs--density-compact {
|
|
18116
|
+
padding-top: 8px;
|
|
18117
|
+
padding-bottom: 8px;
|
|
18118
|
+
}
|
|
18119
|
+
|
|
18120
|
+
.v-breadcrumbs__prepend {
|
|
18121
|
+
align-items: center;
|
|
18122
|
+
display: inline-flex;
|
|
18123
|
+
}
|
|
18124
|
+
|
|
18125
|
+
.v-breadcrumbs-item {
|
|
18126
|
+
align-items: center;
|
|
18127
|
+
color: inherit;
|
|
18128
|
+
display: inline-flex;
|
|
18129
|
+
padding: 0 4px;
|
|
18130
|
+
text-decoration: none;
|
|
18131
|
+
vertical-align: middle;
|
|
18132
|
+
}
|
|
18133
|
+
.v-breadcrumbs-item--disabled {
|
|
18134
|
+
opacity: var(--v-disabled-opacity);
|
|
18135
|
+
pointer-events: none;
|
|
18136
|
+
}
|
|
18137
|
+
.v-breadcrumbs-item--link {
|
|
18138
|
+
color: inherit;
|
|
18139
|
+
text-decoration: none;
|
|
18140
|
+
}
|
|
18141
|
+
.v-breadcrumbs-item--link:hover {
|
|
18142
|
+
text-decoration: underline;
|
|
18143
|
+
}
|
|
18144
|
+
.v-breadcrumbs-item .v-icon {
|
|
18145
|
+
font-size: 1rem;
|
|
18146
|
+
margin-inline: -4px 2px;
|
|
18147
|
+
}
|
|
18148
|
+
|
|
18149
|
+
.v-breadcrumbs-divider {
|
|
18150
|
+
display: inline-block;
|
|
18151
|
+
padding: 0 8px;
|
|
18152
|
+
vertical-align: middle;
|
|
18153
|
+
}.bottom-sheet-transition-enter-from {
|
|
18154
|
+
transform: translateY(100%);
|
|
18155
|
+
}
|
|
18156
|
+
.bottom-sheet-transition-leave-to {
|
|
18157
|
+
transform: translateY(100%);
|
|
18158
|
+
}
|
|
18159
|
+
|
|
18160
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18104
18161
|
align-self: flex-end;
|
|
18105
18162
|
border-radius: 0;
|
|
18106
18163
|
flex: 0 1 auto;
|
|
@@ -18125,130 +18182,6 @@ html.overflow-y-hidden {
|
|
|
18125
18182
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18126
18183
|
max-width: 70%;
|
|
18127
18184
|
}
|
|
18128
|
-
}.v-bottom-navigation {
|
|
18129
|
-
display: flex;
|
|
18130
|
-
max-width: 100%;
|
|
18131
|
-
overflow: hidden;
|
|
18132
|
-
position: absolute;
|
|
18133
|
-
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18134
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18135
|
-
border-style: solid;
|
|
18136
|
-
border-width: 0;
|
|
18137
|
-
border-radius: 0;
|
|
18138
|
-
background: rgb(var(--v-theme-surface));
|
|
18139
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18140
|
-
}
|
|
18141
|
-
.v-bottom-navigation--border {
|
|
18142
|
-
border-width: thin;
|
|
18143
|
-
box-shadow: none;
|
|
18144
|
-
}
|
|
18145
|
-
.v-bottom-navigation--active {
|
|
18146
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18147
|
-
}
|
|
18148
|
-
|
|
18149
|
-
.v-bottom-navigation__content {
|
|
18150
|
-
display: flex;
|
|
18151
|
-
flex: none;
|
|
18152
|
-
font-size: 0.75rem;
|
|
18153
|
-
justify-content: center;
|
|
18154
|
-
transition: inherit;
|
|
18155
|
-
width: 100%;
|
|
18156
|
-
}
|
|
18157
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18158
|
-
font-size: inherit;
|
|
18159
|
-
height: 100%;
|
|
18160
|
-
max-width: 168px;
|
|
18161
|
-
min-width: 80px;
|
|
18162
|
-
text-transform: none;
|
|
18163
|
-
transition: inherit;
|
|
18164
|
-
width: auto;
|
|
18165
|
-
border-radius: 0;
|
|
18166
|
-
}
|
|
18167
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18168
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18169
|
-
transition: inherit;
|
|
18170
|
-
}
|
|
18171
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18172
|
-
font-size: 1.5rem;
|
|
18173
|
-
}
|
|
18174
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18175
|
-
flex-grow: 1;
|
|
18176
|
-
}
|
|
18177
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18178
|
-
transition: inherit;
|
|
18179
|
-
opacity: 0;
|
|
18180
|
-
}
|
|
18181
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18182
|
-
transform: translateY(0.5rem);
|
|
18183
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18184
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18185
|
-
}
|
|
18186
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18187
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18188
|
-
}
|
|
18189
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18190
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18191
|
-
}
|
|
18192
|
-
@supports not selector(:focus-visible) {
|
|
18193
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18194
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18195
|
-
}
|
|
18196
|
-
}.v-btn-group {
|
|
18197
|
-
display: inline-flex;
|
|
18198
|
-
flex-wrap: nowrap;
|
|
18199
|
-
max-width: 100%;
|
|
18200
|
-
min-width: 0;
|
|
18201
|
-
overflow: hidden;
|
|
18202
|
-
vertical-align: middle;
|
|
18203
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18204
|
-
border-style: solid;
|
|
18205
|
-
border-width: 0;
|
|
18206
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18207
|
-
border-radius: 4px;
|
|
18208
|
-
background: transparent;
|
|
18209
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18210
|
-
}
|
|
18211
|
-
.v-btn-group--border {
|
|
18212
|
-
border-width: thin;
|
|
18213
|
-
box-shadow: none;
|
|
18214
|
-
}
|
|
18215
|
-
.v-btn-group--density-default.v-btn-group {
|
|
18216
|
-
height: 48px;
|
|
18217
|
-
}
|
|
18218
|
-
|
|
18219
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
18220
|
-
height: 40px;
|
|
18221
|
-
}
|
|
18222
|
-
|
|
18223
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
18224
|
-
height: 36px;
|
|
18225
|
-
}
|
|
18226
|
-
|
|
18227
|
-
.v-btn-group .v-btn {
|
|
18228
|
-
border-radius: 0;
|
|
18229
|
-
border-color: inherit;
|
|
18230
|
-
}
|
|
18231
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
18232
|
-
border-inline-end: none;
|
|
18233
|
-
}
|
|
18234
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
18235
|
-
border-inline-start: none;
|
|
18236
|
-
}
|
|
18237
|
-
.v-btn-group .v-btn:first-child {
|
|
18238
|
-
border-start-start-radius: inherit;
|
|
18239
|
-
border-end-start-radius: inherit;
|
|
18240
|
-
}
|
|
18241
|
-
.v-btn-group .v-btn:last-child {
|
|
18242
|
-
border-start-end-radius: inherit;
|
|
18243
|
-
border-end-end-radius: inherit;
|
|
18244
|
-
}
|
|
18245
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18246
|
-
border-inline-end-width: thin;
|
|
18247
|
-
border-inline-end-style: solid;
|
|
18248
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18249
|
-
}
|
|
18250
|
-
.v-btn-group--tile {
|
|
18251
|
-
border-radius: 0;
|
|
18252
18185
|
}.v-btn {
|
|
18253
18186
|
align-items: center;
|
|
18254
18187
|
border-radius: 4px;
|
|
@@ -18652,69 +18585,75 @@ html.overflow-y-hidden {
|
|
|
18652
18585
|
}
|
|
18653
18586
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18654
18587
|
opacity: var(--v-border-opacity);
|
|
18655
|
-
}.v-
|
|
18656
|
-
|
|
18657
|
-
position: relative;
|
|
18658
|
-
width: 100%;
|
|
18659
|
-
}
|
|
18660
|
-
.v-carousel__controls {
|
|
18661
|
-
align-items: center;
|
|
18662
|
-
bottom: 0;
|
|
18663
|
-
display: flex;
|
|
18664
|
-
height: 50px;
|
|
18665
|
-
justify-content: center;
|
|
18666
|
-
list-style-type: none;
|
|
18667
|
-
position: absolute;
|
|
18668
|
-
width: 100%;
|
|
18669
|
-
z-index: 1;
|
|
18670
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18671
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18672
|
-
}
|
|
18673
|
-
.v-carousel__controls > .v-item-group {
|
|
18674
|
-
flex: 0 1 auto;
|
|
18588
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18589
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18675
18590
|
}
|
|
18676
|
-
.v-
|
|
18677
|
-
|
|
18591
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18592
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18678
18593
|
}
|
|
18679
|
-
.v-
|
|
18680
|
-
opacity:
|
|
18594
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18595
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18681
18596
|
}
|
|
18682
|
-
|
|
18683
|
-
|
|
18597
|
+
@supports not selector(:focus-visible) {
|
|
18598
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18599
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18600
|
+
}
|
|
18601
|
+
}.v-btn-group {
|
|
18602
|
+
display: inline-flex;
|
|
18603
|
+
flex-wrap: nowrap;
|
|
18604
|
+
max-width: 100%;
|
|
18605
|
+
min-width: 0;
|
|
18606
|
+
overflow: hidden;
|
|
18684
18607
|
vertical-align: middle;
|
|
18608
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18609
|
+
border-style: solid;
|
|
18610
|
+
border-width: 0;
|
|
18611
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18612
|
+
border-radius: 4px;
|
|
18613
|
+
background: transparent;
|
|
18614
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18685
18615
|
}
|
|
18686
|
-
.v-
|
|
18687
|
-
|
|
18616
|
+
.v-btn-group--border {
|
|
18617
|
+
border-width: thin;
|
|
18618
|
+
box-shadow: none;
|
|
18688
18619
|
}
|
|
18689
|
-
.v-
|
|
18690
|
-
|
|
18620
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18621
|
+
height: 48px;
|
|
18691
18622
|
}
|
|
18692
18623
|
|
|
18693
|
-
.v-
|
|
18694
|
-
|
|
18695
|
-
position: absolute;
|
|
18696
|
-
bottom: 0;
|
|
18697
|
-
left: 0;
|
|
18698
|
-
right: 0;
|
|
18624
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18625
|
+
height: 40px;
|
|
18699
18626
|
}
|
|
18700
18627
|
|
|
18701
|
-
.v-
|
|
18702
|
-
|
|
18703
|
-
height: inherit;
|
|
18704
|
-
text-decoration: none;
|
|
18705
|
-
}
|
|
18706
|
-
.v-carousel-item > .v-img {
|
|
18707
|
-
height: inherit;
|
|
18628
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18629
|
+
height: 36px;
|
|
18708
18630
|
}
|
|
18709
18631
|
|
|
18710
|
-
.v-
|
|
18711
|
-
|
|
18632
|
+
.v-btn-group .v-btn {
|
|
18633
|
+
border-radius: 0;
|
|
18634
|
+
border-color: inherit;
|
|
18712
18635
|
}
|
|
18713
|
-
|
|
18714
|
-
|
|
18715
|
-
|
|
18716
|
-
|
|
18717
|
-
|
|
18636
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18637
|
+
border-inline-end: none;
|
|
18638
|
+
}
|
|
18639
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18640
|
+
border-inline-start: none;
|
|
18641
|
+
}
|
|
18642
|
+
.v-btn-group .v-btn:first-child {
|
|
18643
|
+
border-start-start-radius: inherit;
|
|
18644
|
+
border-end-start-radius: inherit;
|
|
18645
|
+
}
|
|
18646
|
+
.v-btn-group .v-btn:last-child {
|
|
18647
|
+
border-start-end-radius: inherit;
|
|
18648
|
+
border-end-end-radius: inherit;
|
|
18649
|
+
}
|
|
18650
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18651
|
+
border-inline-end-width: thin;
|
|
18652
|
+
border-inline-end-style: solid;
|
|
18653
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18654
|
+
}
|
|
18655
|
+
.v-btn-group--tile {
|
|
18656
|
+
border-radius: 0;
|
|
18718
18657
|
}.v-card {
|
|
18719
18658
|
display: block;
|
|
18720
18659
|
overflow: hidden;
|
|
@@ -19013,6 +18952,87 @@ html.overflow-y-hidden {
|
|
|
19013
18952
|
transition: opacity 0.2s ease-in-out;
|
|
19014
18953
|
}.v-checkbox .v-selection-control {
|
|
19015
18954
|
min-height: var(--v-input-control-height);
|
|
18955
|
+
}.v-carousel {
|
|
18956
|
+
overflow: hidden;
|
|
18957
|
+
position: relative;
|
|
18958
|
+
width: 100%;
|
|
18959
|
+
}
|
|
18960
|
+
.v-carousel__controls {
|
|
18961
|
+
align-items: center;
|
|
18962
|
+
bottom: 0;
|
|
18963
|
+
display: flex;
|
|
18964
|
+
height: 50px;
|
|
18965
|
+
justify-content: center;
|
|
18966
|
+
list-style-type: none;
|
|
18967
|
+
position: absolute;
|
|
18968
|
+
width: 100%;
|
|
18969
|
+
z-index: 1;
|
|
18970
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18971
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18972
|
+
}
|
|
18973
|
+
.v-carousel__controls > .v-item-group {
|
|
18974
|
+
flex: 0 1 auto;
|
|
18975
|
+
}
|
|
18976
|
+
.v-carousel__controls__item {
|
|
18977
|
+
margin: 0 8px;
|
|
18978
|
+
}
|
|
18979
|
+
.v-carousel__controls__item .v-icon {
|
|
18980
|
+
opacity: 0.5;
|
|
18981
|
+
}
|
|
18982
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18983
|
+
opacity: 1;
|
|
18984
|
+
vertical-align: middle;
|
|
18985
|
+
}
|
|
18986
|
+
.v-carousel__controls__item:hover {
|
|
18987
|
+
background: none;
|
|
18988
|
+
}
|
|
18989
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18990
|
+
opacity: 0.8;
|
|
18991
|
+
}
|
|
18992
|
+
|
|
18993
|
+
.v-carousel__progress {
|
|
18994
|
+
margin: 0;
|
|
18995
|
+
position: absolute;
|
|
18996
|
+
bottom: 0;
|
|
18997
|
+
left: 0;
|
|
18998
|
+
right: 0;
|
|
18999
|
+
}
|
|
19000
|
+
|
|
19001
|
+
.v-carousel-item {
|
|
19002
|
+
display: block;
|
|
19003
|
+
height: inherit;
|
|
19004
|
+
text-decoration: none;
|
|
19005
|
+
}
|
|
19006
|
+
.v-carousel-item > .v-img {
|
|
19007
|
+
height: inherit;
|
|
19008
|
+
}
|
|
19009
|
+
|
|
19010
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19011
|
+
background: transparent;
|
|
19012
|
+
}
|
|
19013
|
+
|
|
19014
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19015
|
+
flex-direction: column;
|
|
19016
|
+
height: 100% !important;
|
|
19017
|
+
width: 50px;
|
|
19018
|
+
}.v-chip-group {
|
|
19019
|
+
display: flex;
|
|
19020
|
+
max-width: 100%;
|
|
19021
|
+
min-width: 0;
|
|
19022
|
+
overflow-x: auto;
|
|
19023
|
+
padding: 4px 0;
|
|
19024
|
+
}
|
|
19025
|
+
.v-chip-group .v-chip {
|
|
19026
|
+
margin: 4px 8px 4px 0;
|
|
19027
|
+
}
|
|
19028
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19029
|
+
opacity: var(--v-activated-opacity);
|
|
19030
|
+
}
|
|
19031
|
+
|
|
19032
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19033
|
+
white-space: normal;
|
|
19034
|
+
flex-wrap: wrap;
|
|
19035
|
+
max-width: 100%;
|
|
19016
19036
|
}.v-chip {
|
|
19017
19037
|
align-items: center;
|
|
19018
19038
|
cursor: default;
|
|
@@ -19421,44 +19441,6 @@ html.overflow-y-hidden {
|
|
|
19421
19441
|
|
|
19422
19442
|
.v-chip--label {
|
|
19423
19443
|
border-radius: 4px;
|
|
19424
|
-
}.v-color-picker {
|
|
19425
|
-
align-self: flex-start;
|
|
19426
|
-
contain: content;
|
|
19427
|
-
}
|
|
19428
|
-
.v-color-picker.v-sheet {
|
|
19429
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19430
|
-
border-radius: 4px;
|
|
19431
|
-
}
|
|
19432
|
-
|
|
19433
|
-
.v-color-picker__controls {
|
|
19434
|
-
display: flex;
|
|
19435
|
-
flex-direction: column;
|
|
19436
|
-
padding: 16px;
|
|
19437
|
-
}
|
|
19438
|
-
|
|
19439
|
-
.v-color-picker--flat {
|
|
19440
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19441
|
-
}
|
|
19442
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19443
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19444
|
-
}.v-chip-group {
|
|
19445
|
-
display: flex;
|
|
19446
|
-
max-width: 100%;
|
|
19447
|
-
min-width: 0;
|
|
19448
|
-
overflow-x: auto;
|
|
19449
|
-
padding: 4px 0;
|
|
19450
|
-
flex-wrap: wrap;
|
|
19451
|
-
}
|
|
19452
|
-
.v-chip-group .v-chip {
|
|
19453
|
-
margin: 4px 8px 4px 0;
|
|
19454
|
-
}
|
|
19455
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19456
|
-
opacity: var(--v-activated-opacity);
|
|
19457
|
-
}
|
|
19458
|
-
|
|
19459
|
-
.v-chip-group--column {
|
|
19460
|
-
flex-wrap: wrap;
|
|
19461
|
-
white-space: normal;
|
|
19462
19444
|
}.v-counter {
|
|
19463
19445
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19464
19446
|
flex: 0 1 auto;
|
|
@@ -20165,7 +20147,7 @@ html.overflow-y-hidden {
|
|
|
20165
20147
|
border-radius: 4px;
|
|
20166
20148
|
}
|
|
20167
20149
|
.v-combobox__mask {
|
|
20168
|
-
background: rgb(var(--v-theme-
|
|
20150
|
+
background: rgb(var(--v-theme-surface-light));
|
|
20169
20151
|
}
|
|
20170
20152
|
.v-combobox__selection {
|
|
20171
20153
|
display: inline-flex;
|
|
@@ -20217,36 +20199,26 @@ html.overflow-y-hidden {
|
|
|
20217
20199
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20218
20200
|
opacity: var(--v-high-emphasis-opacity);
|
|
20219
20201
|
transform: rotate(180deg);
|
|
20220
|
-
}.v-
|
|
20221
|
-
|
|
20222
|
-
|
|
20223
|
-
flex-wrap: wrap;
|
|
20224
|
-
padding: 4px;
|
|
20225
|
-
justify-content: flex-end;
|
|
20226
|
-
}
|
|
20227
|
-
|
|
20228
|
-
.v-data-table-footer__items-per-page {
|
|
20229
|
-
padding-inline-end: 24px;
|
|
20230
|
-
display: flex;
|
|
20231
|
-
align-items: center;
|
|
20232
|
-
justify-content: space-between;
|
|
20202
|
+
}.v-color-picker {
|
|
20203
|
+
align-self: flex-start;
|
|
20204
|
+
contain: content;
|
|
20233
20205
|
}
|
|
20234
|
-
.v-
|
|
20235
|
-
|
|
20206
|
+
.v-color-picker.v-sheet {
|
|
20207
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20208
|
+
border-radius: 4px;
|
|
20236
20209
|
}
|
|
20237
20210
|
|
|
20238
|
-
.v-
|
|
20211
|
+
.v-color-picker__controls {
|
|
20239
20212
|
display: flex;
|
|
20240
|
-
|
|
20213
|
+
flex-direction: column;
|
|
20214
|
+
padding: 16px;
|
|
20241
20215
|
}
|
|
20242
20216
|
|
|
20243
|
-
.v-
|
|
20244
|
-
|
|
20245
|
-
align-items: center;
|
|
20217
|
+
.v-color-picker--flat {
|
|
20218
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20246
20219
|
}
|
|
20247
|
-
|
|
20248
|
-
.v-
|
|
20249
|
-
padding: 0 8px;
|
|
20220
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20221
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20250
20222
|
}.v-data-table {
|
|
20251
20223
|
width: 100%;
|
|
20252
20224
|
}
|
|
@@ -20379,6 +20351,41 @@ html.overflow-y-hidden {
|
|
|
20379
20351
|
.v-data-table-rows-loading,
|
|
20380
20352
|
.v-data-table-rows-no-data {
|
|
20381
20353
|
text-align: center;
|
|
20354
|
+
}.v-data-table-footer {
|
|
20355
|
+
display: flex;
|
|
20356
|
+
align-items: center;
|
|
20357
|
+
flex-wrap: wrap;
|
|
20358
|
+
padding: 4px;
|
|
20359
|
+
justify-content: flex-end;
|
|
20360
|
+
}
|
|
20361
|
+
|
|
20362
|
+
.v-data-table-footer__items-per-page {
|
|
20363
|
+
display: flex;
|
|
20364
|
+
align-items: center;
|
|
20365
|
+
justify-content: center;
|
|
20366
|
+
}
|
|
20367
|
+
.v-data-table-footer__items-per-page > span {
|
|
20368
|
+
padding-inline-end: 8px;
|
|
20369
|
+
}
|
|
20370
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20371
|
+
width: 90px;
|
|
20372
|
+
}
|
|
20373
|
+
|
|
20374
|
+
.v-data-table-footer__info {
|
|
20375
|
+
display: flex;
|
|
20376
|
+
justify-content: flex-end;
|
|
20377
|
+
min-width: 116px;
|
|
20378
|
+
padding: 0 16px;
|
|
20379
|
+
}
|
|
20380
|
+
|
|
20381
|
+
.v-data-table-footer__pagination {
|
|
20382
|
+
display: flex;
|
|
20383
|
+
align-items: center;
|
|
20384
|
+
margin-inline-start: 16px;
|
|
20385
|
+
}
|
|
20386
|
+
|
|
20387
|
+
.v-data-table-footer__page {
|
|
20388
|
+
padding: 0 8px;
|
|
20382
20389
|
}.v-date-picker__input {
|
|
20383
20390
|
padding-top: 16px;
|
|
20384
20391
|
padding-left: 24px;
|
|
@@ -20518,6 +20525,21 @@ html.overflow-y-hidden {
|
|
|
20518
20525
|
|
|
20519
20526
|
.v-date-picker__title {
|
|
20520
20527
|
display: inline-block;
|
|
20528
|
+
}.v-date-picker-years {
|
|
20529
|
+
height: 320px;
|
|
20530
|
+
overflow-y: scroll;
|
|
20531
|
+
}
|
|
20532
|
+
|
|
20533
|
+
.v-date-picker-years__content {
|
|
20534
|
+
display: grid;
|
|
20535
|
+
flex: 1 1;
|
|
20536
|
+
justify-content: space-around;
|
|
20537
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20538
|
+
gap: 8px 24px;
|
|
20539
|
+
padding-inline: 36px;
|
|
20540
|
+
}
|
|
20541
|
+
.v-date-picker-years__content .v-btn {
|
|
20542
|
+
padding-inline: 8px;
|
|
20521
20543
|
}.v-date-picker-month {
|
|
20522
20544
|
display: flex;
|
|
20523
20545
|
justify-content: center;
|
|
@@ -20587,21 +20609,6 @@ html.overflow-y-hidden {
|
|
|
20587
20609
|
text-transform: none;
|
|
20588
20610
|
padding-inline-start: 8px;
|
|
20589
20611
|
padding-inline-end: 8px;
|
|
20590
|
-
}.v-date-picker-years {
|
|
20591
|
-
height: 320px;
|
|
20592
|
-
overflow-y: scroll;
|
|
20593
|
-
}
|
|
20594
|
-
|
|
20595
|
-
.v-date-picker-years__content {
|
|
20596
|
-
display: grid;
|
|
20597
|
-
flex: 1 1;
|
|
20598
|
-
justify-content: space-around;
|
|
20599
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20600
|
-
gap: 8px 24px;
|
|
20601
|
-
padding-inline: 36px;
|
|
20602
|
-
}
|
|
20603
|
-
.v-date-picker-years__content .v-btn {
|
|
20604
|
-
padding-inline: 8px;
|
|
20605
20612
|
}.v-dialog {
|
|
20606
20613
|
align-items: center;
|
|
20607
20614
|
justify-content: center;
|
|
@@ -20690,38 +20697,9 @@ html.overflow-y-hidden {
|
|
|
20690
20697
|
-webkit-backface-visibility: hidden;
|
|
20691
20698
|
backface-visibility: hidden;
|
|
20692
20699
|
overflow-y: auto;
|
|
20693
|
-
}.v-
|
|
20694
|
-
|
|
20695
|
-
|
|
20696
|
-
height: 0px;
|
|
20697
|
-
max-height: 0px;
|
|
20698
|
-
opacity: var(--v-border-opacity);
|
|
20699
|
-
transition: inherit;
|
|
20700
|
-
border-style: solid;
|
|
20701
|
-
border-width: thin 0 0 0;
|
|
20702
|
-
}
|
|
20703
|
-
.v-divider--vertical {
|
|
20704
|
-
align-self: stretch;
|
|
20705
|
-
border-width: 0 thin 0 0;
|
|
20706
|
-
display: inline-flex;
|
|
20707
|
-
height: inherit;
|
|
20708
|
-
margin-left: -1px;
|
|
20709
|
-
max-height: 100%;
|
|
20710
|
-
max-width: 0px;
|
|
20711
|
-
vertical-align: text-bottom;
|
|
20712
|
-
width: 0px;
|
|
20713
|
-
}
|
|
20714
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20715
|
-
max-width: calc(100% - 72px);
|
|
20716
|
-
margin-inline-start: 72px;
|
|
20717
|
-
}
|
|
20718
|
-
.v-divider--inset.v-divider--vertical {
|
|
20719
|
-
margin-bottom: 8px;
|
|
20720
|
-
margin-top: 8px;
|
|
20721
|
-
max-height: calc(100% - 16px);
|
|
20722
|
-
}.v-expansion-panel {
|
|
20723
|
-
background-color: rgb(var(--v-theme-surface));
|
|
20724
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20700
|
+
}.v-expansion-panel {
|
|
20701
|
+
background-color: rgb(var(--v-theme-surface));
|
|
20702
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20725
20703
|
}
|
|
20726
20704
|
.v-expansion-panel:not(:first-child)::after {
|
|
20727
20705
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -20918,6 +20896,35 @@ html.overflow-y-hidden {
|
|
|
20918
20896
|
}
|
|
20919
20897
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20920
20898
|
max-width: calc(100% - 32px);
|
|
20899
|
+
}.v-divider {
|
|
20900
|
+
display: block;
|
|
20901
|
+
flex: 1 1 100%;
|
|
20902
|
+
height: 0px;
|
|
20903
|
+
max-height: 0px;
|
|
20904
|
+
opacity: var(--v-border-opacity);
|
|
20905
|
+
transition: inherit;
|
|
20906
|
+
border-style: solid;
|
|
20907
|
+
border-width: thin 0 0 0;
|
|
20908
|
+
}
|
|
20909
|
+
.v-divider--vertical {
|
|
20910
|
+
align-self: stretch;
|
|
20911
|
+
border-width: 0 thin 0 0;
|
|
20912
|
+
display: inline-flex;
|
|
20913
|
+
height: inherit;
|
|
20914
|
+
margin-left: -1px;
|
|
20915
|
+
max-height: 100%;
|
|
20916
|
+
max-width: 0px;
|
|
20917
|
+
vertical-align: text-bottom;
|
|
20918
|
+
width: 0px;
|
|
20919
|
+
}
|
|
20920
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20921
|
+
max-width: calc(100% - 72px);
|
|
20922
|
+
margin-inline-start: 72px;
|
|
20923
|
+
}
|
|
20924
|
+
.v-divider--inset.v-divider--vertical {
|
|
20925
|
+
margin-bottom: 8px;
|
|
20926
|
+
margin-top: 8px;
|
|
20927
|
+
max-height: calc(100% - 16px);
|
|
20921
20928
|
}/* region INPUT */
|
|
20922
20929
|
.v-field {
|
|
20923
20930
|
display: grid;
|
|
@@ -21487,31 +21494,6 @@ textarea.v-field__input::placeholder {
|
|
|
21487
21494
|
}
|
|
21488
21495
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21489
21496
|
padding-inline: 0;
|
|
21490
|
-
}.v-infinite-scroll--horizontal {
|
|
21491
|
-
display: flex;
|
|
21492
|
-
flex-direction: row;
|
|
21493
|
-
overflow-x: auto;
|
|
21494
|
-
}
|
|
21495
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21496
|
-
height: 100%;
|
|
21497
|
-
width: 1px;
|
|
21498
|
-
}
|
|
21499
|
-
|
|
21500
|
-
.v-infinite-scroll--vertical {
|
|
21501
|
-
display: flex;
|
|
21502
|
-
flex-direction: column;
|
|
21503
|
-
overflow-y: auto;
|
|
21504
|
-
}
|
|
21505
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21506
|
-
height: 1px;
|
|
21507
|
-
width: 100%;
|
|
21508
|
-
}
|
|
21509
|
-
|
|
21510
|
-
.v-infinite-scroll__side {
|
|
21511
|
-
align-items: center;
|
|
21512
|
-
display: flex;
|
|
21513
|
-
justify-content: center;
|
|
21514
|
-
padding: 8px;
|
|
21515
21497
|
}.v-footer {
|
|
21516
21498
|
align-items: center;
|
|
21517
21499
|
display: flex;
|
|
@@ -21540,6 +21522,42 @@ textarea.v-field__input::placeholder {
|
|
|
21540
21522
|
}
|
|
21541
21523
|
.v-footer--rounded {
|
|
21542
21524
|
border-radius: 4px;
|
|
21525
|
+
}.v-img {
|
|
21526
|
+
--v-theme-overlay-multiplier: 3;
|
|
21527
|
+
z-index: 0;
|
|
21528
|
+
}
|
|
21529
|
+
.v-img--booting .v-responsive__sizer {
|
|
21530
|
+
transition: none;
|
|
21531
|
+
}
|
|
21532
|
+
.v-img--rounded {
|
|
21533
|
+
border-radius: 4px;
|
|
21534
|
+
}
|
|
21535
|
+
|
|
21536
|
+
.v-img__img,
|
|
21537
|
+
.v-img__picture,
|
|
21538
|
+
.v-img__gradient,
|
|
21539
|
+
.v-img__placeholder,
|
|
21540
|
+
.v-img__error {
|
|
21541
|
+
z-index: -1;
|
|
21542
|
+
position: absolute;
|
|
21543
|
+
top: 0;
|
|
21544
|
+
left: 0;
|
|
21545
|
+
width: 100%;
|
|
21546
|
+
height: 100%;
|
|
21547
|
+
}
|
|
21548
|
+
|
|
21549
|
+
.v-img__img--preload {
|
|
21550
|
+
filter: blur(4px);
|
|
21551
|
+
}
|
|
21552
|
+
.v-img__img--contain {
|
|
21553
|
+
object-fit: contain;
|
|
21554
|
+
}
|
|
21555
|
+
.v-img__img--cover {
|
|
21556
|
+
object-fit: cover;
|
|
21557
|
+
}
|
|
21558
|
+
|
|
21559
|
+
.v-img__gradient {
|
|
21560
|
+
background-repeat: no-repeat;
|
|
21543
21561
|
}.v-icon {
|
|
21544
21562
|
--v-icon-size-multiplier: 1;
|
|
21545
21563
|
align-items: center;
|
|
@@ -21589,42 +21607,31 @@ textarea.v-field__input::placeholder {
|
|
|
21589
21607
|
|
|
21590
21608
|
.v-icon--end {
|
|
21591
21609
|
margin-inline-start: 8px;
|
|
21592
|
-
}.v-
|
|
21593
|
-
|
|
21594
|
-
|
|
21595
|
-
|
|
21596
|
-
.v-img--booting .v-responsive__sizer {
|
|
21597
|
-
transition: none;
|
|
21598
|
-
}
|
|
21599
|
-
.v-img--rounded {
|
|
21600
|
-
border-radius: 4px;
|
|
21610
|
+
}.v-infinite-scroll--horizontal {
|
|
21611
|
+
display: flex;
|
|
21612
|
+
flex-direction: row;
|
|
21613
|
+
overflow-x: auto;
|
|
21601
21614
|
}
|
|
21602
|
-
|
|
21603
|
-
.v-img__img,
|
|
21604
|
-
.v-img__picture,
|
|
21605
|
-
.v-img__gradient,
|
|
21606
|
-
.v-img__placeholder,
|
|
21607
|
-
.v-img__error {
|
|
21608
|
-
z-index: -1;
|
|
21609
|
-
position: absolute;
|
|
21610
|
-
top: 0;
|
|
21611
|
-
left: 0;
|
|
21612
|
-
width: 100%;
|
|
21615
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21613
21616
|
height: 100%;
|
|
21617
|
+
width: 1px;
|
|
21614
21618
|
}
|
|
21615
21619
|
|
|
21616
|
-
.v-
|
|
21617
|
-
|
|
21618
|
-
|
|
21619
|
-
|
|
21620
|
-
object-fit: contain;
|
|
21620
|
+
.v-infinite-scroll--vertical {
|
|
21621
|
+
display: flex;
|
|
21622
|
+
flex-direction: column;
|
|
21623
|
+
overflow-y: auto;
|
|
21621
21624
|
}
|
|
21622
|
-
.v-
|
|
21623
|
-
|
|
21625
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21626
|
+
height: 1px;
|
|
21627
|
+
width: 100%;
|
|
21624
21628
|
}
|
|
21625
21629
|
|
|
21626
|
-
.v-
|
|
21627
|
-
|
|
21630
|
+
.v-infinite-scroll__side {
|
|
21631
|
+
align-items: center;
|
|
21632
|
+
display: flex;
|
|
21633
|
+
justify-content: center;
|
|
21634
|
+
padding: 8px;
|
|
21628
21635
|
}.v-input {
|
|
21629
21636
|
display: grid;
|
|
21630
21637
|
flex: 1 1 auto;
|
|
@@ -21787,6 +21794,21 @@ textarea.v-field__input::placeholder {
|
|
|
21787
21794
|
|
|
21788
21795
|
.v-label--clickable {
|
|
21789
21796
|
cursor: pointer;
|
|
21797
|
+
}.v-layout-item {
|
|
21798
|
+
position: absolute;
|
|
21799
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21800
|
+
}
|
|
21801
|
+
|
|
21802
|
+
.v-layout-item--absolute {
|
|
21803
|
+
position: absolute;
|
|
21804
|
+
}.v-layout {
|
|
21805
|
+
--v-scrollbar-offset: 0px;
|
|
21806
|
+
display: flex;
|
|
21807
|
+
flex: 1 1 auto;
|
|
21808
|
+
}
|
|
21809
|
+
.v-layout--full-height {
|
|
21810
|
+
--v-scrollbar-offset: inherit;
|
|
21811
|
+
height: 100%;
|
|
21790
21812
|
}.v-list {
|
|
21791
21813
|
overflow: auto;
|
|
21792
21814
|
padding: 8px 0;
|
|
@@ -22122,6 +22144,7 @@ textarea.v-field__input::placeholder {
|
|
|
22122
22144
|
overflow: hidden;
|
|
22123
22145
|
padding: 0;
|
|
22124
22146
|
text-overflow: ellipsis;
|
|
22147
|
+
word-break: break-all;
|
|
22125
22148
|
font-size: 0.875rem;
|
|
22126
22149
|
font-weight: 400;
|
|
22127
22150
|
letter-spacing: 0.0178571429em;
|
|
@@ -22324,21 +22347,8 @@ textarea.v-field__input::placeholder {
|
|
|
22324
22347
|
}
|
|
22325
22348
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22326
22349
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22327
|
-
}.v-
|
|
22328
|
-
|
|
22329
|
-
display: flex;
|
|
22330
|
-
flex: 1 1 auto;
|
|
22331
|
-
}
|
|
22332
|
-
.v-layout--full-height {
|
|
22333
|
-
--v-scrollbar-offset: inherit;
|
|
22334
|
-
height: 100%;
|
|
22335
|
-
}.v-layout-item {
|
|
22336
|
-
position: absolute;
|
|
22337
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22338
|
-
}
|
|
22339
|
-
|
|
22340
|
-
.v-layout-item--absolute {
|
|
22341
|
-
position: absolute;
|
|
22350
|
+
}.v-locale-provider {
|
|
22351
|
+
display: contents;
|
|
22342
22352
|
}.v-menu > .v-overlay__content {
|
|
22343
22353
|
display: flex;
|
|
22344
22354
|
flex-direction: column;
|
|
@@ -22352,52 +22362,6 @@ textarea.v-field__input::placeholder {
|
|
|
22352
22362
|
overflow: auto;
|
|
22353
22363
|
height: 100%;
|
|
22354
22364
|
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22355
|
-
}.v-locale-provider {
|
|
22356
|
-
display: contents;
|
|
22357
|
-
}.v-main {
|
|
22358
|
-
flex: 1 0 auto;
|
|
22359
|
-
max-width: 100%;
|
|
22360
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22361
|
-
padding-left: var(--v-layout-left);
|
|
22362
|
-
padding-right: var(--v-layout-right);
|
|
22363
|
-
padding-top: var(--v-layout-top);
|
|
22364
|
-
padding-bottom: var(--v-layout-bottom);
|
|
22365
|
-
}
|
|
22366
|
-
.v-main__scroller {
|
|
22367
|
-
max-width: 100%;
|
|
22368
|
-
position: relative;
|
|
22369
|
-
}
|
|
22370
|
-
.v-main--scrollable {
|
|
22371
|
-
display: flex;
|
|
22372
|
-
position: absolute;
|
|
22373
|
-
top: 0;
|
|
22374
|
-
left: 0;
|
|
22375
|
-
width: 100%;
|
|
22376
|
-
height: 100%;
|
|
22377
|
-
}
|
|
22378
|
-
.v-main--scrollable > .v-main__scroller {
|
|
22379
|
-
flex: 1 1 auto;
|
|
22380
|
-
overflow-y: auto;
|
|
22381
|
-
--v-layout-left: 0px;
|
|
22382
|
-
--v-layout-right: 0px;
|
|
22383
|
-
--v-layout-top: 0px;
|
|
22384
|
-
--v-layout-bottom: 0px;
|
|
22385
|
-
}.v-messages {
|
|
22386
|
-
flex: 1 1 auto;
|
|
22387
|
-
font-size: 12px;
|
|
22388
|
-
min-height: 14px;
|
|
22389
|
-
min-width: 1px;
|
|
22390
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22391
|
-
position: relative;
|
|
22392
|
-
}
|
|
22393
|
-
.v-messages__message {
|
|
22394
|
-
line-height: 12px;
|
|
22395
|
-
word-break: break-word;
|
|
22396
|
-
overflow-wrap: break-word;
|
|
22397
|
-
word-wrap: break-word;
|
|
22398
|
-
-webkit-hyphens: auto;
|
|
22399
|
-
hyphens: auto;
|
|
22400
|
-
transition-duration: 150ms;
|
|
22401
22365
|
}.v-navigation-drawer {
|
|
22402
22366
|
-webkit-overflow-scrolling: touch;
|
|
22403
22367
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22496,19 +22460,47 @@ textarea.v-field__input::placeholder {
|
|
|
22496
22460
|
.v-navigation-drawer__append {
|
|
22497
22461
|
flex: none;
|
|
22498
22462
|
overflow: hidden;
|
|
22499
|
-
}.v-
|
|
22500
|
-
|
|
22501
|
-
|
|
22502
|
-
|
|
22503
|
-
|
|
22504
|
-
padding:
|
|
22505
|
-
|
|
22463
|
+
}.v-main {
|
|
22464
|
+
flex: 1 0 auto;
|
|
22465
|
+
max-width: 100%;
|
|
22466
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22467
|
+
padding-left: var(--v-layout-left);
|
|
22468
|
+
padding-right: var(--v-layout-right);
|
|
22469
|
+
padding-top: var(--v-layout-top);
|
|
22470
|
+
padding-bottom: var(--v-layout-bottom);
|
|
22506
22471
|
}
|
|
22507
|
-
.v-
|
|
22508
|
-
|
|
22472
|
+
.v-main__scroller {
|
|
22473
|
+
max-width: 100%;
|
|
22474
|
+
position: relative;
|
|
22509
22475
|
}
|
|
22510
|
-
|
|
22511
|
-
|
|
22476
|
+
.v-main--scrollable {
|
|
22477
|
+
display: flex;
|
|
22478
|
+
position: absolute;
|
|
22479
|
+
top: 0;
|
|
22480
|
+
left: 0;
|
|
22481
|
+
width: 100%;
|
|
22482
|
+
height: 100%;
|
|
22483
|
+
}
|
|
22484
|
+
.v-main--scrollable > .v-main__scroller {
|
|
22485
|
+
flex: 1 1 auto;
|
|
22486
|
+
overflow-y: auto;
|
|
22487
|
+
--v-layout-left: 0px;
|
|
22488
|
+
--v-layout-right: 0px;
|
|
22489
|
+
--v-layout-top: 0px;
|
|
22490
|
+
--v-layout-bottom: 0px;
|
|
22491
|
+
}.v-otp-input {
|
|
22492
|
+
border-radius: 4px;
|
|
22493
|
+
align-items: center;
|
|
22494
|
+
display: flex;
|
|
22495
|
+
justify-content: center;
|
|
22496
|
+
padding: 0.5rem 0;
|
|
22497
|
+
position: relative;
|
|
22498
|
+
}
|
|
22499
|
+
.v-otp-input .v-field {
|
|
22500
|
+
height: 100%;
|
|
22501
|
+
}
|
|
22502
|
+
|
|
22503
|
+
.v-otp-input__divider {
|
|
22512
22504
|
margin: 0 8px;
|
|
22513
22505
|
}
|
|
22514
22506
|
|
|
@@ -22552,6 +22544,28 @@ textarea.v-field__input::placeholder {
|
|
|
22552
22544
|
}
|
|
22553
22545
|
.v-otp-input__loader .v-progress-linear {
|
|
22554
22546
|
position: absolute;
|
|
22547
|
+
}.v-messages {
|
|
22548
|
+
flex: 1 1 auto;
|
|
22549
|
+
font-size: 12px;
|
|
22550
|
+
min-height: 14px;
|
|
22551
|
+
min-width: 1px;
|
|
22552
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22553
|
+
position: relative;
|
|
22554
|
+
}
|
|
22555
|
+
.v-messages__message {
|
|
22556
|
+
line-height: 12px;
|
|
22557
|
+
word-break: break-word;
|
|
22558
|
+
overflow-wrap: break-word;
|
|
22559
|
+
word-wrap: break-word;
|
|
22560
|
+
-webkit-hyphens: auto;
|
|
22561
|
+
hyphens: auto;
|
|
22562
|
+
transition-duration: 150ms;
|
|
22563
|
+
}.v-parallax {
|
|
22564
|
+
position: relative;
|
|
22565
|
+
overflow: hidden;
|
|
22566
|
+
}
|
|
22567
|
+
.v-parallax--active > .v-img__img {
|
|
22568
|
+
will-change: transform;
|
|
22555
22569
|
}.v-overlay-container {
|
|
22556
22570
|
contain: layout;
|
|
22557
22571
|
left: 0;
|
|
@@ -22615,12 +22629,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22615
22629
|
|
|
22616
22630
|
.v-overlay--scroll-blocked {
|
|
22617
22631
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22618
|
-
}.v-parallax {
|
|
22619
|
-
position: relative;
|
|
22620
|
-
overflow: hidden;
|
|
22621
|
-
}
|
|
22622
|
-
.v-parallax--active > .v-img__img {
|
|
22623
|
-
will-change: transform;
|
|
22624
22632
|
}.v-pagination__list {
|
|
22625
22633
|
display: inline-flex;
|
|
22626
22634
|
list-style-type: none;
|
|
@@ -22629,6 +22637,108 @@ html.v-overlay-scroll-blocked {
|
|
|
22629
22637
|
}
|
|
22630
22638
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22631
22639
|
margin: 0.3rem;
|
|
22640
|
+
}.v-progress-circular {
|
|
22641
|
+
align-items: center;
|
|
22642
|
+
display: inline-flex;
|
|
22643
|
+
justify-content: center;
|
|
22644
|
+
position: relative;
|
|
22645
|
+
vertical-align: middle;
|
|
22646
|
+
}
|
|
22647
|
+
.v-progress-circular > svg {
|
|
22648
|
+
width: 100%;
|
|
22649
|
+
height: 100%;
|
|
22650
|
+
margin: auto;
|
|
22651
|
+
position: absolute;
|
|
22652
|
+
top: 0;
|
|
22653
|
+
bottom: 0;
|
|
22654
|
+
left: 0;
|
|
22655
|
+
right: 0;
|
|
22656
|
+
z-index: 0;
|
|
22657
|
+
}
|
|
22658
|
+
|
|
22659
|
+
.v-progress-circular__content {
|
|
22660
|
+
align-items: center;
|
|
22661
|
+
display: flex;
|
|
22662
|
+
justify-content: center;
|
|
22663
|
+
}
|
|
22664
|
+
|
|
22665
|
+
.v-progress-circular__underlay {
|
|
22666
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22667
|
+
stroke: currentColor;
|
|
22668
|
+
z-index: 1;
|
|
22669
|
+
}
|
|
22670
|
+
|
|
22671
|
+
.v-progress-circular__overlay {
|
|
22672
|
+
stroke: currentColor;
|
|
22673
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22674
|
+
z-index: 2;
|
|
22675
|
+
}
|
|
22676
|
+
|
|
22677
|
+
.v-progress-circular--size-x-small {
|
|
22678
|
+
height: 16px;
|
|
22679
|
+
width: 16px;
|
|
22680
|
+
}
|
|
22681
|
+
.v-progress-circular--size-small {
|
|
22682
|
+
height: 24px;
|
|
22683
|
+
width: 24px;
|
|
22684
|
+
}
|
|
22685
|
+
.v-progress-circular--size-default {
|
|
22686
|
+
height: 32px;
|
|
22687
|
+
width: 32px;
|
|
22688
|
+
}
|
|
22689
|
+
.v-progress-circular--size-large {
|
|
22690
|
+
height: 48px;
|
|
22691
|
+
width: 48px;
|
|
22692
|
+
}
|
|
22693
|
+
.v-progress-circular--size-x-large {
|
|
22694
|
+
height: 64px;
|
|
22695
|
+
width: 64px;
|
|
22696
|
+
}
|
|
22697
|
+
|
|
22698
|
+
.v-progress-circular--indeterminate > svg {
|
|
22699
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22700
|
+
transform-origin: center center;
|
|
22701
|
+
transition: all 0.2s ease-in-out;
|
|
22702
|
+
}
|
|
22703
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22704
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22705
|
+
stroke-dasharray: 25, 200;
|
|
22706
|
+
stroke-dashoffset: 0;
|
|
22707
|
+
stroke-linecap: round;
|
|
22708
|
+
transform-origin: center center;
|
|
22709
|
+
transform: rotate(-90deg);
|
|
22710
|
+
}
|
|
22711
|
+
|
|
22712
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22713
|
+
animation-duration: 0.7s;
|
|
22714
|
+
}
|
|
22715
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22716
|
+
animation: none;
|
|
22717
|
+
}
|
|
22718
|
+
|
|
22719
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22720
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22721
|
+
animation-play-state: paused !important;
|
|
22722
|
+
}
|
|
22723
|
+
|
|
22724
|
+
@keyframes progress-circular-dash {
|
|
22725
|
+
0% {
|
|
22726
|
+
stroke-dasharray: 1, 200;
|
|
22727
|
+
stroke-dashoffset: 0px;
|
|
22728
|
+
}
|
|
22729
|
+
50% {
|
|
22730
|
+
stroke-dasharray: 100, 200;
|
|
22731
|
+
stroke-dashoffset: -15px;
|
|
22732
|
+
}
|
|
22733
|
+
100% {
|
|
22734
|
+
stroke-dasharray: 100, 200;
|
|
22735
|
+
stroke-dashoffset: -124px;
|
|
22736
|
+
}
|
|
22737
|
+
}
|
|
22738
|
+
@keyframes progress-circular-rotate {
|
|
22739
|
+
100% {
|
|
22740
|
+
transform: rotate(270deg);
|
|
22741
|
+
}
|
|
22632
22742
|
}.v-radio-group > .v-input__control {
|
|
22633
22743
|
flex-direction: column;
|
|
22634
22744
|
}
|
|
@@ -22641,32 +22751,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22641
22751
|
}
|
|
22642
22752
|
.v-radio-group .v-input__details {
|
|
22643
22753
|
padding-inline: 16px;
|
|
22644
|
-
}.v-responsive {
|
|
22645
|
-
display: flex;
|
|
22646
|
-
flex: 1 0 auto;
|
|
22647
|
-
max-height: 100%;
|
|
22648
|
-
max-width: 100%;
|
|
22649
|
-
overflow: hidden;
|
|
22650
|
-
position: relative;
|
|
22651
|
-
}
|
|
22652
|
-
.v-responsive--inline {
|
|
22653
|
-
display: inline-flex;
|
|
22654
|
-
flex: 0 0 auto;
|
|
22655
|
-
}
|
|
22656
|
-
|
|
22657
|
-
.v-responsive__content {
|
|
22658
|
-
flex: 1 0 0px;
|
|
22659
|
-
max-width: 100%;
|
|
22660
|
-
}
|
|
22661
|
-
|
|
22662
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
22663
|
-
margin-inline-start: -100%;
|
|
22664
|
-
}
|
|
22665
|
-
|
|
22666
|
-
.v-responsive__sizer {
|
|
22667
|
-
flex: 1 0 0px;
|
|
22668
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22669
|
-
pointer-events: none;
|
|
22670
22754
|
}.v-progress-linear {
|
|
22671
22755
|
background: transparent;
|
|
22672
22756
|
overflow: hidden;
|
|
@@ -22877,6 +22961,63 @@ html.v-overlay-scroll-blocked {
|
|
|
22877
22961
|
0% {
|
|
22878
22962
|
background-position-x: var(--v-progress-linear-height);
|
|
22879
22963
|
}
|
|
22964
|
+
}.v-slider .v-slider__container input {
|
|
22965
|
+
cursor: default;
|
|
22966
|
+
padding: 0;
|
|
22967
|
+
width: 100%;
|
|
22968
|
+
display: none;
|
|
22969
|
+
}
|
|
22970
|
+
.v-slider > .v-input__append,
|
|
22971
|
+
.v-slider > .v-input__prepend {
|
|
22972
|
+
padding: 0;
|
|
22973
|
+
}
|
|
22974
|
+
|
|
22975
|
+
.v-slider__container {
|
|
22976
|
+
position: relative;
|
|
22977
|
+
min-height: inherit;
|
|
22978
|
+
width: 100%;
|
|
22979
|
+
height: 100%;
|
|
22980
|
+
display: flex;
|
|
22981
|
+
justify-content: center;
|
|
22982
|
+
align-items: center;
|
|
22983
|
+
cursor: pointer;
|
|
22984
|
+
}
|
|
22985
|
+
.v-input--disabled .v-slider__container {
|
|
22986
|
+
opacity: var(--v-disabled-opacity);
|
|
22987
|
+
}
|
|
22988
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
22989
|
+
color: rgb(var(--v-theme-error));
|
|
22990
|
+
}
|
|
22991
|
+
|
|
22992
|
+
.v-slider.v-input--horizontal {
|
|
22993
|
+
align-items: center;
|
|
22994
|
+
margin-inline: 8px 8px;
|
|
22995
|
+
}
|
|
22996
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
22997
|
+
min-height: 32px;
|
|
22998
|
+
display: flex;
|
|
22999
|
+
align-items: center;
|
|
23000
|
+
}
|
|
23001
|
+
|
|
23002
|
+
.v-slider.v-input--vertical {
|
|
23003
|
+
justify-content: center;
|
|
23004
|
+
margin-top: 12px;
|
|
23005
|
+
margin-bottom: 12px;
|
|
23006
|
+
}
|
|
23007
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23008
|
+
min-height: 300px;
|
|
23009
|
+
}
|
|
23010
|
+
|
|
23011
|
+
.v-slider.v-input--disabled {
|
|
23012
|
+
pointer-events: none;
|
|
23013
|
+
}
|
|
23014
|
+
|
|
23015
|
+
.v-slider--has-labels > .v-input__control {
|
|
23016
|
+
margin-bottom: 4px;
|
|
23017
|
+
}
|
|
23018
|
+
|
|
23019
|
+
.v-slider__label {
|
|
23020
|
+
margin-inline-end: 12px;
|
|
22880
23021
|
}.v-rating {
|
|
22881
23022
|
max-width: 100%;
|
|
22882
23023
|
display: inline-flex;
|
|
@@ -22931,165 +23072,68 @@ html.v-overlay-scroll-blocked {
|
|
|
22931
23072
|
opacity: 0;
|
|
22932
23073
|
position: absolute;
|
|
22933
23074
|
width: 0;
|
|
22934
|
-
}.v-
|
|
22935
|
-
|
|
22936
|
-
|
|
22937
|
-
|
|
23075
|
+
}.v-responsive {
|
|
23076
|
+
display: flex;
|
|
23077
|
+
flex: 1 0 auto;
|
|
23078
|
+
max-height: 100%;
|
|
23079
|
+
max-width: 100%;
|
|
23080
|
+
overflow: hidden;
|
|
22938
23081
|
position: relative;
|
|
22939
|
-
vertical-align: middle;
|
|
22940
23082
|
}
|
|
22941
|
-
.v-
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
margin: auto;
|
|
22945
|
-
position: absolute;
|
|
22946
|
-
top: 0;
|
|
22947
|
-
bottom: 0;
|
|
22948
|
-
left: 0;
|
|
22949
|
-
right: 0;
|
|
22950
|
-
z-index: 0;
|
|
22951
|
-
}
|
|
22952
|
-
|
|
22953
|
-
.v-progress-circular__content {
|
|
22954
|
-
align-items: center;
|
|
22955
|
-
display: flex;
|
|
22956
|
-
justify-content: center;
|
|
22957
|
-
}
|
|
22958
|
-
|
|
22959
|
-
.v-progress-circular__underlay {
|
|
22960
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22961
|
-
stroke: currentColor;
|
|
22962
|
-
z-index: 1;
|
|
22963
|
-
}
|
|
22964
|
-
|
|
22965
|
-
.v-progress-circular__overlay {
|
|
22966
|
-
stroke: currentColor;
|
|
22967
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22968
|
-
z-index: 2;
|
|
22969
|
-
}
|
|
22970
|
-
|
|
22971
|
-
.v-progress-circular--size-x-small {
|
|
22972
|
-
height: 16px;
|
|
22973
|
-
width: 16px;
|
|
22974
|
-
}
|
|
22975
|
-
.v-progress-circular--size-small {
|
|
22976
|
-
height: 24px;
|
|
22977
|
-
width: 24px;
|
|
22978
|
-
}
|
|
22979
|
-
.v-progress-circular--size-default {
|
|
22980
|
-
height: 32px;
|
|
22981
|
-
width: 32px;
|
|
22982
|
-
}
|
|
22983
|
-
.v-progress-circular--size-large {
|
|
22984
|
-
height: 48px;
|
|
22985
|
-
width: 48px;
|
|
22986
|
-
}
|
|
22987
|
-
.v-progress-circular--size-x-large {
|
|
22988
|
-
height: 64px;
|
|
22989
|
-
width: 64px;
|
|
22990
|
-
}
|
|
22991
|
-
|
|
22992
|
-
.v-progress-circular--indeterminate > svg {
|
|
22993
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22994
|
-
transform-origin: center center;
|
|
22995
|
-
transition: all 0.2s ease-in-out;
|
|
22996
|
-
}
|
|
22997
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22998
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22999
|
-
stroke-dasharray: 25, 200;
|
|
23000
|
-
stroke-dashoffset: 0;
|
|
23001
|
-
stroke-linecap: round;
|
|
23002
|
-
transform-origin: center center;
|
|
23003
|
-
transform: rotate(-90deg);
|
|
23004
|
-
}
|
|
23005
|
-
|
|
23006
|
-
.v-progress-circular--disable-shrink > svg {
|
|
23007
|
-
animation-duration: 0.7s;
|
|
23008
|
-
}
|
|
23009
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
23010
|
-
animation: none;
|
|
23083
|
+
.v-responsive--inline {
|
|
23084
|
+
display: inline-flex;
|
|
23085
|
+
flex: 0 0 auto;
|
|
23011
23086
|
}
|
|
23012
23087
|
|
|
23013
|
-
.v-
|
|
23014
|
-
|
|
23015
|
-
|
|
23088
|
+
.v-responsive__content {
|
|
23089
|
+
flex: 1 0 0px;
|
|
23090
|
+
max-width: 100%;
|
|
23016
23091
|
}
|
|
23017
23092
|
|
|
23018
|
-
|
|
23019
|
-
|
|
23020
|
-
stroke-dasharray: 1, 200;
|
|
23021
|
-
stroke-dashoffset: 0px;
|
|
23022
|
-
}
|
|
23023
|
-
50% {
|
|
23024
|
-
stroke-dasharray: 100, 200;
|
|
23025
|
-
stroke-dashoffset: -15px;
|
|
23026
|
-
}
|
|
23027
|
-
100% {
|
|
23028
|
-
stroke-dasharray: 100, 200;
|
|
23029
|
-
stroke-dashoffset: -124px;
|
|
23030
|
-
}
|
|
23031
|
-
}
|
|
23032
|
-
@keyframes progress-circular-rotate {
|
|
23033
|
-
100% {
|
|
23034
|
-
transform: rotate(270deg);
|
|
23035
|
-
}
|
|
23036
|
-
}.v-slider .v-slider__container input {
|
|
23037
|
-
cursor: default;
|
|
23038
|
-
padding: 0;
|
|
23039
|
-
width: 100%;
|
|
23040
|
-
display: none;
|
|
23041
|
-
}
|
|
23042
|
-
.v-slider > .v-input__append,
|
|
23043
|
-
.v-slider > .v-input__prepend {
|
|
23044
|
-
padding: 0;
|
|
23093
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
23094
|
+
margin-inline-start: -100%;
|
|
23045
23095
|
}
|
|
23046
23096
|
|
|
23047
|
-
.v-
|
|
23048
|
-
|
|
23049
|
-
|
|
23050
|
-
|
|
23051
|
-
|
|
23097
|
+
.v-responsive__sizer {
|
|
23098
|
+
flex: 1 0 0px;
|
|
23099
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23100
|
+
pointer-events: none;
|
|
23101
|
+
}.v-selection-control-group {
|
|
23102
|
+
grid-area: control;
|
|
23052
23103
|
display: flex;
|
|
23053
|
-
|
|
23054
|
-
align-items: center;
|
|
23055
|
-
cursor: pointer;
|
|
23056
|
-
}
|
|
23057
|
-
.v-input--disabled .v-slider__container {
|
|
23058
|
-
opacity: var(--v-disabled-opacity);
|
|
23059
|
-
}
|
|
23060
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23061
|
-
color: rgb(var(--v-theme-error));
|
|
23104
|
+
flex-direction: column;
|
|
23062
23105
|
}
|
|
23063
|
-
|
|
23064
|
-
|
|
23065
|
-
|
|
23066
|
-
|
|
23106
|
+
.v-selection-control-group--inline {
|
|
23107
|
+
flex-direction: row;
|
|
23108
|
+
flex-wrap: wrap;
|
|
23109
|
+
}.v-sheet {
|
|
23110
|
+
display: block;
|
|
23111
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23112
|
+
border-style: solid;
|
|
23113
|
+
border-width: 0;
|
|
23114
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23115
|
+
border-radius: 0;
|
|
23116
|
+
background: rgb(var(--v-theme-surface));
|
|
23117
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23067
23118
|
}
|
|
23068
|
-
.v-
|
|
23069
|
-
|
|
23070
|
-
|
|
23071
|
-
align-items: center;
|
|
23119
|
+
.v-sheet--border {
|
|
23120
|
+
border-width: thin;
|
|
23121
|
+
box-shadow: none;
|
|
23072
23122
|
}
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
justify-content: center;
|
|
23076
|
-
margin-top: 12px;
|
|
23077
|
-
margin-bottom: 12px;
|
|
23123
|
+
.v-sheet--absolute {
|
|
23124
|
+
position: absolute;
|
|
23078
23125
|
}
|
|
23079
|
-
.v-
|
|
23080
|
-
|
|
23126
|
+
.v-sheet--fixed {
|
|
23127
|
+
position: fixed;
|
|
23081
23128
|
}
|
|
23082
|
-
|
|
23083
|
-
|
|
23084
|
-
pointer-events: none;
|
|
23129
|
+
.v-sheet--relative {
|
|
23130
|
+
position: relative;
|
|
23085
23131
|
}
|
|
23086
|
-
|
|
23087
|
-
|
|
23088
|
-
margin-bottom: 4px;
|
|
23132
|
+
.v-sheet--sticky {
|
|
23133
|
+
position: sticky;
|
|
23089
23134
|
}
|
|
23090
|
-
|
|
23091
|
-
|
|
23092
|
-
margin-inline-end: 12px;
|
|
23135
|
+
.v-sheet--rounded {
|
|
23136
|
+
border-radius: 4px;
|
|
23093
23137
|
}.v-select .v-field .v-text-field__prefix,
|
|
23094
23138
|
.v-select .v-field .v-text-field__suffix,
|
|
23095
23139
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -23138,6 +23182,48 @@ html.v-overlay-scroll-blocked {
|
|
|
23138
23182
|
.v-select--active-menu .v-select__menu-icon {
|
|
23139
23183
|
opacity: var(--v-high-emphasis-opacity);
|
|
23140
23184
|
transform: rotate(180deg);
|
|
23185
|
+
}.v-slide-group {
|
|
23186
|
+
display: flex;
|
|
23187
|
+
overflow: hidden;
|
|
23188
|
+
}
|
|
23189
|
+
|
|
23190
|
+
.v-slide-group__next,
|
|
23191
|
+
.v-slide-group__prev {
|
|
23192
|
+
align-items: center;
|
|
23193
|
+
display: flex;
|
|
23194
|
+
flex: 0 1 52px;
|
|
23195
|
+
justify-content: center;
|
|
23196
|
+
min-width: 52px;
|
|
23197
|
+
cursor: pointer;
|
|
23198
|
+
}
|
|
23199
|
+
.v-slide-group__next--disabled,
|
|
23200
|
+
.v-slide-group__prev--disabled {
|
|
23201
|
+
pointer-events: none;
|
|
23202
|
+
opacity: var(--v-disabled-opacity);
|
|
23203
|
+
}
|
|
23204
|
+
|
|
23205
|
+
.v-slide-group__content {
|
|
23206
|
+
display: flex;
|
|
23207
|
+
flex: 1 0 auto;
|
|
23208
|
+
position: relative;
|
|
23209
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23210
|
+
white-space: nowrap;
|
|
23211
|
+
}
|
|
23212
|
+
.v-slide-group__content > * {
|
|
23213
|
+
white-space: initial;
|
|
23214
|
+
}
|
|
23215
|
+
|
|
23216
|
+
.v-slide-group__container {
|
|
23217
|
+
contain: content;
|
|
23218
|
+
display: flex;
|
|
23219
|
+
flex: 1 1 auto;
|
|
23220
|
+
overflow: hidden;
|
|
23221
|
+
}
|
|
23222
|
+
|
|
23223
|
+
.v-slide-group--vertical,
|
|
23224
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23225
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23226
|
+
flex-direction: column;
|
|
23141
23227
|
}.v-selection-control {
|
|
23142
23228
|
align-items: center;
|
|
23143
23229
|
contain: layout;
|
|
@@ -23239,14 +23325,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23239
23325
|
}
|
|
23240
23326
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
23241
23327
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
23242
|
-
}.v-selection-control-group {
|
|
23243
|
-
grid-area: control;
|
|
23244
|
-
display: flex;
|
|
23245
|
-
flex-direction: column;
|
|
23246
|
-
}
|
|
23247
|
-
.v-selection-control-group--inline {
|
|
23248
|
-
flex-direction: row;
|
|
23249
|
-
flex-wrap: wrap;
|
|
23250
23328
|
}.v-skeleton-loader {
|
|
23251
23329
|
align-items: center;
|
|
23252
23330
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23470,28 +23548,144 @@ html.v-overlay-scroll-blocked {
|
|
|
23470
23548
|
100% {
|
|
23471
23549
|
transform: translateX(100%);
|
|
23472
23550
|
}
|
|
23473
|
-
}.v-
|
|
23474
|
-
|
|
23475
|
-
|
|
23476
|
-
|
|
23477
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23551
|
+
}.v-stepper.v-sheet {
|
|
23552
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23553
|
+
border-radius: 4px;
|
|
23554
|
+
overflow: hidden;
|
|
23478
23555
|
}
|
|
23479
|
-
.v-
|
|
23480
|
-
|
|
23556
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23557
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23481
23558
|
}
|
|
23482
|
-
|
|
23559
|
+
|
|
23560
|
+
.v-stepper-header {
|
|
23561
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23483
23562
|
align-items: center;
|
|
23484
23563
|
display: flex;
|
|
23485
|
-
|
|
23486
|
-
|
|
23487
|
-
|
|
23488
|
-
|
|
23489
|
-
padding: 0;
|
|
23490
|
-
border-radius: 4px;
|
|
23564
|
+
position: relative;
|
|
23565
|
+
overflow-x: auto;
|
|
23566
|
+
justify-content: space-between;
|
|
23567
|
+
z-index: 1;
|
|
23491
23568
|
}
|
|
23492
|
-
.v-
|
|
23493
|
-
|
|
23494
|
-
|
|
23569
|
+
.v-stepper-header .v-divider {
|
|
23570
|
+
margin: 0 -16px;
|
|
23571
|
+
}
|
|
23572
|
+
.v-stepper-header .v-divider:last-child {
|
|
23573
|
+
margin-inline-end: 0;
|
|
23574
|
+
}
|
|
23575
|
+
.v-stepper-header .v-divider:first-child {
|
|
23576
|
+
margin-inline-start: 0;
|
|
23577
|
+
}
|
|
23578
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
23579
|
+
height: auto;
|
|
23580
|
+
}
|
|
23581
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23582
|
+
align-self: flex-start;
|
|
23583
|
+
margin: 35px -67px 0;
|
|
23584
|
+
}
|
|
23585
|
+
|
|
23586
|
+
.v-stepper-window {
|
|
23587
|
+
margin: 1.5rem;
|
|
23588
|
+
}
|
|
23589
|
+
|
|
23590
|
+
.v-stepper-actions {
|
|
23591
|
+
display: flex;
|
|
23592
|
+
align-items: center;
|
|
23593
|
+
justify-content: space-between;
|
|
23594
|
+
padding: 1rem;
|
|
23595
|
+
}
|
|
23596
|
+
.v-stepper .v-stepper-actions {
|
|
23597
|
+
padding: 0 1.5rem 1rem;
|
|
23598
|
+
}
|
|
23599
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
23600
|
+
padding: 1.5rem 0 0;
|
|
23601
|
+
}.v-stepper-item {
|
|
23602
|
+
align-items: center;
|
|
23603
|
+
align-self: stretch;
|
|
23604
|
+
display: inline-flex;
|
|
23605
|
+
flex: none;
|
|
23606
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23607
|
+
padding: 1.5rem;
|
|
23608
|
+
transition-duration: 0.2s;
|
|
23609
|
+
transition-property: opacity;
|
|
23610
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23611
|
+
}
|
|
23612
|
+
.v-stepper-item--selected {
|
|
23613
|
+
opacity: 1;
|
|
23614
|
+
}
|
|
23615
|
+
.v-stepper-item--error {
|
|
23616
|
+
color: rgb(var(--v-theme-error));
|
|
23617
|
+
}
|
|
23618
|
+
.v-stepper-item--disabled {
|
|
23619
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23620
|
+
pointer-events: none;
|
|
23621
|
+
}
|
|
23622
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
23623
|
+
flex-direction: column;
|
|
23624
|
+
justify-content: flex-start;
|
|
23625
|
+
align-items: center;
|
|
23626
|
+
flex-basis: 175px;
|
|
23627
|
+
}
|
|
23628
|
+
|
|
23629
|
+
.v-stepper-item__avatar.v-avatar {
|
|
23630
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23631
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23632
|
+
font-size: 0.75rem;
|
|
23633
|
+
margin-inline-end: 8px;
|
|
23634
|
+
}
|
|
23635
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23636
|
+
font-size: 0.875rem;
|
|
23637
|
+
}
|
|
23638
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23639
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23640
|
+
}
|
|
23641
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23642
|
+
background: rgb(var(--v-theme-error));
|
|
23643
|
+
}
|
|
23644
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23645
|
+
margin-bottom: 16px;
|
|
23646
|
+
margin-inline-end: 0;
|
|
23647
|
+
}
|
|
23648
|
+
|
|
23649
|
+
.v-stepper-item__title {
|
|
23650
|
+
line-height: 1;
|
|
23651
|
+
}
|
|
23652
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
23653
|
+
display: none;
|
|
23654
|
+
}
|
|
23655
|
+
|
|
23656
|
+
.v-stepper-item__subtitle {
|
|
23657
|
+
font-size: 0.75rem;
|
|
23658
|
+
text-align: left;
|
|
23659
|
+
line-height: 1;
|
|
23660
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23661
|
+
}
|
|
23662
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23663
|
+
text-align: center;
|
|
23664
|
+
}
|
|
23665
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23666
|
+
display: none;
|
|
23667
|
+
}.v-snackbar {
|
|
23668
|
+
justify-content: center;
|
|
23669
|
+
z-index: 10000;
|
|
23670
|
+
margin: 8px;
|
|
23671
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23672
|
+
}
|
|
23673
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23674
|
+
align-items: flex-end;
|
|
23675
|
+
}
|
|
23676
|
+
.v-snackbar__wrapper {
|
|
23677
|
+
align-items: center;
|
|
23678
|
+
display: flex;
|
|
23679
|
+
max-width: 672px;
|
|
23680
|
+
min-height: 48px;
|
|
23681
|
+
min-width: 344px;
|
|
23682
|
+
overflow: hidden;
|
|
23683
|
+
padding: 0;
|
|
23684
|
+
border-radius: 4px;
|
|
23685
|
+
}
|
|
23686
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23687
|
+
background: transparent;
|
|
23688
|
+
color: inherit;
|
|
23495
23689
|
}
|
|
23496
23690
|
.v-snackbar--variant-plain {
|
|
23497
23691
|
opacity: 0.62;
|
|
@@ -23589,192 +23783,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23589
23783
|
}
|
|
23590
23784
|
.v-snackbar-transition-leave-to {
|
|
23591
23785
|
opacity: 0;
|
|
23592
|
-
}.v-sheet {
|
|
23593
|
-
display: block;
|
|
23594
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23595
|
-
border-style: solid;
|
|
23596
|
-
border-width: 0;
|
|
23597
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23598
|
-
border-radius: 0;
|
|
23599
|
-
background: rgb(var(--v-theme-surface));
|
|
23600
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23601
|
-
}
|
|
23602
|
-
.v-sheet--border {
|
|
23603
|
-
border-width: thin;
|
|
23604
|
-
box-shadow: none;
|
|
23605
|
-
}
|
|
23606
|
-
.v-sheet--absolute {
|
|
23607
|
-
position: absolute;
|
|
23608
|
-
}
|
|
23609
|
-
.v-sheet--fixed {
|
|
23610
|
-
position: fixed;
|
|
23611
|
-
}
|
|
23612
|
-
.v-sheet--relative {
|
|
23613
|
-
position: relative;
|
|
23614
|
-
}
|
|
23615
|
-
.v-sheet--sticky {
|
|
23616
|
-
position: sticky;
|
|
23617
|
-
}
|
|
23618
|
-
.v-sheet--rounded {
|
|
23619
|
-
border-radius: 4px;
|
|
23620
|
-
}.v-slide-group {
|
|
23621
|
-
display: flex;
|
|
23622
|
-
overflow: hidden;
|
|
23623
|
-
}
|
|
23624
|
-
|
|
23625
|
-
.v-slide-group__next,
|
|
23626
|
-
.v-slide-group__prev {
|
|
23627
|
-
align-items: center;
|
|
23628
|
-
display: flex;
|
|
23629
|
-
flex: 0 1 52px;
|
|
23630
|
-
justify-content: center;
|
|
23631
|
-
min-width: 52px;
|
|
23632
|
-
cursor: pointer;
|
|
23633
|
-
}
|
|
23634
|
-
.v-slide-group__next--disabled,
|
|
23635
|
-
.v-slide-group__prev--disabled {
|
|
23636
|
-
pointer-events: none;
|
|
23637
|
-
opacity: var(--v-disabled-opacity);
|
|
23638
|
-
}
|
|
23639
|
-
|
|
23640
|
-
.v-slide-group__content {
|
|
23641
|
-
display: flex;
|
|
23642
|
-
flex: 1 0 auto;
|
|
23643
|
-
position: relative;
|
|
23644
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23645
|
-
white-space: nowrap;
|
|
23646
|
-
}
|
|
23647
|
-
.v-slide-group__content > * {
|
|
23648
|
-
white-space: initial;
|
|
23649
|
-
}
|
|
23650
|
-
|
|
23651
|
-
.v-slide-group__container {
|
|
23652
|
-
contain: content;
|
|
23653
|
-
display: flex;
|
|
23654
|
-
flex: 1 1 auto;
|
|
23655
|
-
overflow: hidden;
|
|
23656
|
-
}
|
|
23657
|
-
|
|
23658
|
-
.v-slide-group--vertical,
|
|
23659
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23660
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23661
|
-
flex-direction: column;
|
|
23662
|
-
}.v-stepper.v-sheet {
|
|
23663
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23664
|
-
border-radius: 4px;
|
|
23665
|
-
overflow: hidden;
|
|
23666
|
-
}
|
|
23667
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
23668
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23669
|
-
}
|
|
23670
|
-
|
|
23671
|
-
.v-stepper-header {
|
|
23672
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23673
|
-
align-items: center;
|
|
23674
|
-
display: flex;
|
|
23675
|
-
position: relative;
|
|
23676
|
-
overflow-x: auto;
|
|
23677
|
-
justify-content: space-between;
|
|
23678
|
-
z-index: 1;
|
|
23679
|
-
}
|
|
23680
|
-
.v-stepper-header .v-divider {
|
|
23681
|
-
margin: 0 -16px;
|
|
23682
|
-
}
|
|
23683
|
-
.v-stepper-header .v-divider:last-child {
|
|
23684
|
-
margin-inline-end: 0;
|
|
23685
|
-
}
|
|
23686
|
-
.v-stepper-header .v-divider:first-child {
|
|
23687
|
-
margin-inline-start: 0;
|
|
23688
|
-
}
|
|
23689
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
23690
|
-
height: auto;
|
|
23691
|
-
}
|
|
23692
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23693
|
-
align-self: flex-start;
|
|
23694
|
-
margin: 35px -67px 0;
|
|
23695
|
-
}
|
|
23696
|
-
|
|
23697
|
-
.v-stepper-window {
|
|
23698
|
-
margin: 1.5rem;
|
|
23699
|
-
}
|
|
23700
|
-
|
|
23701
|
-
.v-stepper-actions {
|
|
23702
|
-
display: flex;
|
|
23703
|
-
align-items: center;
|
|
23704
|
-
justify-content: space-between;
|
|
23705
|
-
padding: 1rem;
|
|
23706
|
-
}
|
|
23707
|
-
.v-stepper .v-stepper-actions {
|
|
23708
|
-
padding: 0 1.5rem 1rem;
|
|
23709
|
-
}
|
|
23710
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
23711
|
-
padding: 1.5rem 0 0;
|
|
23712
|
-
}.v-stepper-item {
|
|
23713
|
-
align-items: center;
|
|
23714
|
-
align-self: stretch;
|
|
23715
|
-
display: inline-flex;
|
|
23716
|
-
flex: none;
|
|
23717
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23718
|
-
padding: 1.5rem;
|
|
23719
|
-
transition-duration: 0.2s;
|
|
23720
|
-
transition-property: opacity;
|
|
23721
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23722
|
-
}
|
|
23723
|
-
.v-stepper-item--selected {
|
|
23724
|
-
opacity: 1;
|
|
23725
|
-
}
|
|
23726
|
-
.v-stepper-item--error {
|
|
23727
|
-
color: rgb(var(--v-theme-error));
|
|
23728
|
-
}
|
|
23729
|
-
.v-stepper-item--disabled {
|
|
23730
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23731
|
-
pointer-events: none;
|
|
23732
|
-
}
|
|
23733
|
-
.v-stepper--alt-labels .v-stepper-item {
|
|
23734
|
-
flex-direction: column;
|
|
23735
|
-
justify-content: flex-start;
|
|
23736
|
-
align-items: center;
|
|
23737
|
-
flex-basis: 175px;
|
|
23738
|
-
}
|
|
23739
|
-
|
|
23740
|
-
.v-stepper-item__avatar.v-avatar {
|
|
23741
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23742
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23743
|
-
font-size: 0.75rem;
|
|
23744
|
-
margin-inline-end: 8px;
|
|
23745
|
-
}
|
|
23746
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23747
|
-
font-size: 0.875rem;
|
|
23748
|
-
}
|
|
23749
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23750
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
23751
|
-
}
|
|
23752
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23753
|
-
background: rgb(var(--v-theme-error));
|
|
23754
|
-
}
|
|
23755
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23756
|
-
margin-bottom: 16px;
|
|
23757
|
-
margin-inline-end: 0;
|
|
23758
|
-
}
|
|
23759
|
-
|
|
23760
|
-
.v-stepper-item__title {
|
|
23761
|
-
line-height: 1;
|
|
23762
|
-
}
|
|
23763
|
-
.v-stepper--mobile .v-stepper-item__title {
|
|
23764
|
-
display: none;
|
|
23765
|
-
}
|
|
23766
|
-
|
|
23767
|
-
.v-stepper-item__subtitle {
|
|
23768
|
-
font-size: 0.75rem;
|
|
23769
|
-
text-align: left;
|
|
23770
|
-
line-height: 1;
|
|
23771
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23772
|
-
}
|
|
23773
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23774
|
-
text-align: center;
|
|
23775
|
-
}
|
|
23776
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23777
|
-
display: none;
|
|
23778
23786
|
}.v-switch .v-label {
|
|
23779
23787
|
padding-inline-start: 10px;
|
|
23780
23788
|
}
|
|
@@ -23866,101 +23874,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23866
23874
|
}
|
|
23867
23875
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23868
23876
|
width: auto;
|
|
23869
|
-
}.v-tab.v-tab.v-btn {
|
|
23870
|
-
height: var(--v-tabs-height);
|
|
23871
|
-
border-radius: 0;
|
|
23872
|
-
min-width: 90px;
|
|
23873
|
-
}
|
|
23874
|
-
.v-slide-group--horizontal .v-tab {
|
|
23875
|
-
max-width: 360px;
|
|
23876
|
-
}
|
|
23877
|
-
.v-slide-group--vertical .v-tab {
|
|
23878
|
-
justify-content: start;
|
|
23879
|
-
}
|
|
23880
|
-
|
|
23881
|
-
.v-tab__slider {
|
|
23882
|
-
position: absolute;
|
|
23883
|
-
bottom: 0;
|
|
23884
|
-
left: 0;
|
|
23885
|
-
height: 2px;
|
|
23886
|
-
width: 100%;
|
|
23887
|
-
background: currentColor;
|
|
23888
|
-
pointer-events: none;
|
|
23889
|
-
opacity: 0;
|
|
23890
|
-
}
|
|
23891
|
-
.v-tab--selected .v-tab__slider {
|
|
23892
|
-
opacity: 1;
|
|
23893
|
-
}
|
|
23894
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
23895
|
-
top: 0;
|
|
23896
|
-
height: 100%;
|
|
23897
|
-
width: 2px;
|
|
23898
|
-
}.v-tabs {
|
|
23899
|
-
display: flex;
|
|
23900
|
-
height: var(--v-tabs-height);
|
|
23901
|
-
}
|
|
23902
|
-
.v-tabs--density-default {
|
|
23903
|
-
--v-tabs-height: 48px;
|
|
23904
|
-
}
|
|
23905
|
-
.v-tabs--density-default.v-tabs--stacked {
|
|
23906
|
-
--v-tabs-height: 72px;
|
|
23907
|
-
}
|
|
23908
|
-
|
|
23909
|
-
.v-tabs--density-comfortable {
|
|
23910
|
-
--v-tabs-height: 44px;
|
|
23911
|
-
}
|
|
23912
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23913
|
-
--v-tabs-height: 68px;
|
|
23914
|
-
}
|
|
23915
|
-
|
|
23916
|
-
.v-tabs--density-compact {
|
|
23917
|
-
--v-tabs-height: 36px;
|
|
23918
|
-
}
|
|
23919
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
|
23920
|
-
--v-tabs-height: 60px;
|
|
23921
|
-
}
|
|
23922
|
-
|
|
23923
|
-
.v-tabs.v-slide-group--vertical {
|
|
23924
|
-
height: auto;
|
|
23925
|
-
flex: none;
|
|
23926
|
-
--v-tabs-height: 48px;
|
|
23927
|
-
}
|
|
23928
|
-
|
|
23929
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23930
|
-
margin-inline-start: 42px;
|
|
23931
|
-
}
|
|
23932
|
-
|
|
23933
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
23934
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
23935
|
-
margin-inline-end: auto;
|
|
23936
|
-
}
|
|
23937
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23938
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23939
|
-
margin-inline-start: auto;
|
|
23940
|
-
}
|
|
23941
|
-
|
|
23942
|
-
.v-tabs--grow {
|
|
23943
|
-
flex-grow: 1;
|
|
23944
|
-
}
|
|
23945
|
-
.v-tabs--grow .v-tab {
|
|
23946
|
-
flex: 1 0 auto;
|
|
23947
|
-
max-width: none;
|
|
23948
|
-
}
|
|
23949
|
-
|
|
23950
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
23951
|
-
margin-inline-start: auto;
|
|
23952
|
-
}
|
|
23953
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
23954
|
-
margin-inline-end: 0;
|
|
23955
|
-
}
|
|
23956
|
-
|
|
23957
|
-
@media (max-width: 1279.98px) {
|
|
23958
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23959
|
-
margin-inline-start: 52px;
|
|
23960
|
-
}
|
|
23961
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23962
|
-
margin-inline-end: 52px;
|
|
23963
|
-
}
|
|
23964
23877
|
}.v-system-bar {
|
|
23965
23878
|
align-items: center;
|
|
23966
23879
|
display: flex;
|
|
@@ -23973,8 +23886,8 @@ html.v-overlay-scroll-blocked {
|
|
|
23973
23886
|
text-align: end;
|
|
23974
23887
|
width: 100%;
|
|
23975
23888
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23976
|
-
background: rgba(var(--v-theme-
|
|
23977
|
-
color: rgba(var(--v-theme-on-surface), var(--v-
|
|
23889
|
+
background: rgba(var(--v-theme-surface-light));
|
|
23890
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23978
23891
|
font-size: 0.75rem;
|
|
23979
23892
|
font-weight: 400;
|
|
23980
23893
|
letter-spacing: 0.0333333333em;
|
|
@@ -23998,113 +23911,102 @@ html.v-overlay-scroll-blocked {
|
|
|
23998
23911
|
}
|
|
23999
23912
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24000
23913
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24001
|
-
}.v-
|
|
24002
|
-
|
|
23914
|
+
}.v-tab.v-tab.v-btn {
|
|
23915
|
+
height: var(--v-tabs-height);
|
|
23916
|
+
border-radius: 0;
|
|
23917
|
+
min-width: 90px;
|
|
24003
23918
|
}
|
|
24004
|
-
.v-
|
|
24005
|
-
|
|
23919
|
+
.v-slide-group--horizontal .v-tab {
|
|
23920
|
+
max-width: 360px;
|
|
24006
23921
|
}
|
|
24007
|
-
.v-
|
|
24008
|
-
|
|
24009
|
-
outline: none;
|
|
24010
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24011
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
23922
|
+
.v-slide-group--vertical .v-tab {
|
|
23923
|
+
justify-content: start;
|
|
24012
23924
|
}
|
|
24013
|
-
|
|
24014
|
-
|
|
23925
|
+
|
|
23926
|
+
.v-tab__slider {
|
|
24015
23927
|
position: absolute;
|
|
24016
|
-
|
|
23928
|
+
bottom: 0;
|
|
24017
23929
|
left: 0;
|
|
24018
|
-
height:
|
|
24019
|
-
|
|
23930
|
+
height: 2px;
|
|
23931
|
+
width: 100%;
|
|
23932
|
+
background: currentColor;
|
|
24020
23933
|
pointer-events: none;
|
|
24021
|
-
}
|
|
24022
|
-
.v-textarea--no-resize .v-field__input {
|
|
24023
|
-
resize: none;
|
|
24024
|
-
}
|
|
24025
|
-
.v-textarea .v-field--no-label textarea,
|
|
24026
|
-
.v-textarea .v-field--active textarea {
|
|
24027
|
-
opacity: 1;
|
|
24028
|
-
}
|
|
24029
|
-
.v-textarea textarea {
|
|
24030
23934
|
opacity: 0;
|
|
24031
|
-
flex: 1;
|
|
24032
|
-
min-width: 0;
|
|
24033
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24034
|
-
}
|
|
24035
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24036
|
-
outline: none;
|
|
24037
23935
|
}
|
|
24038
|
-
.v-
|
|
24039
|
-
|
|
24040
|
-
}/* region BLOCK */
|
|
24041
|
-
.v-text-field input {
|
|
24042
|
-
color: inherit;
|
|
24043
|
-
opacity: 0;
|
|
24044
|
-
flex: 1;
|
|
24045
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24046
|
-
min-width: 0;
|
|
24047
|
-
}
|
|
24048
|
-
.v-text-field input:focus, .v-text-field input:active {
|
|
24049
|
-
outline: none;
|
|
23936
|
+
.v-tab--selected .v-tab__slider {
|
|
23937
|
+
opacity: 1;
|
|
24050
23938
|
}
|
|
24051
|
-
.v-
|
|
24052
|
-
|
|
23939
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23940
|
+
top: 0;
|
|
23941
|
+
height: 100%;
|
|
23942
|
+
width: 2px;
|
|
23943
|
+
}.v-tabs {
|
|
23944
|
+
display: flex;
|
|
23945
|
+
height: var(--v-tabs-height);
|
|
24053
23946
|
}
|
|
24054
|
-
.v-
|
|
24055
|
-
|
|
23947
|
+
.v-tabs--density-default {
|
|
23948
|
+
--v-tabs-height: 48px;
|
|
24056
23949
|
}
|
|
24057
|
-
.v-
|
|
24058
|
-
--v-
|
|
23950
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
23951
|
+
--v-tabs-height: 72px;
|
|
24059
23952
|
}
|
|
24060
23953
|
|
|
24061
|
-
.v-
|
|
24062
|
-
--v-
|
|
23954
|
+
.v-tabs--density-comfortable {
|
|
23955
|
+
--v-tabs-height: 44px;
|
|
23956
|
+
}
|
|
23957
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23958
|
+
--v-tabs-height: 68px;
|
|
24063
23959
|
}
|
|
24064
23960
|
|
|
24065
|
-
.v-
|
|
24066
|
-
|
|
23961
|
+
.v-tabs--density-compact {
|
|
23962
|
+
--v-tabs-height: 36px;
|
|
24067
23963
|
}
|
|
24068
|
-
.v-
|
|
24069
|
-
|
|
23964
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
23965
|
+
--v-tabs-height: 60px;
|
|
24070
23966
|
}
|
|
24071
23967
|
|
|
24072
|
-
.v-
|
|
24073
|
-
|
|
24074
|
-
|
|
23968
|
+
.v-tabs.v-slide-group--vertical {
|
|
23969
|
+
height: auto;
|
|
23970
|
+
flex: none;
|
|
23971
|
+
--v-tabs-height: 48px;
|
|
24075
23972
|
}
|
|
24076
|
-
|
|
24077
|
-
|
|
23973
|
+
|
|
23974
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23975
|
+
margin-inline-start: 42px;
|
|
24078
23976
|
}
|
|
24079
23977
|
|
|
24080
|
-
|
|
24081
|
-
|
|
24082
|
-
|
|
24083
|
-
align-items: center;
|
|
24084
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24085
|
-
cursor: default;
|
|
24086
|
-
display: flex;
|
|
24087
|
-
opacity: 0;
|
|
24088
|
-
transition: inherit;
|
|
24089
|
-
white-space: nowrap;
|
|
24090
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
24091
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
24092
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
23978
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
23979
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
23980
|
+
margin-inline-end: auto;
|
|
24093
23981
|
}
|
|
24094
|
-
.v-
|
|
24095
|
-
|
|
23982
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23983
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23984
|
+
margin-inline-start: auto;
|
|
24096
23985
|
}
|
|
24097
|
-
|
|
24098
|
-
|
|
23986
|
+
|
|
23987
|
+
.v-tabs--grow {
|
|
23988
|
+
flex-grow: 1;
|
|
24099
23989
|
}
|
|
24100
|
-
.v-
|
|
24101
|
-
|
|
23990
|
+
.v-tabs--grow .v-tab {
|
|
23991
|
+
flex: 1 0 auto;
|
|
23992
|
+
max-width: none;
|
|
24102
23993
|
}
|
|
24103
|
-
|
|
24104
|
-
|
|
23994
|
+
|
|
23995
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
23996
|
+
margin-inline-start: auto;
|
|
23997
|
+
}
|
|
23998
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
23999
|
+
margin-inline-end: 0;
|
|
24105
24000
|
}
|
|
24106
24001
|
|
|
24107
|
-
|
|
24002
|
+
@media (max-width: 1279.98px) {
|
|
24003
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24004
|
+
margin-inline-start: 52px;
|
|
24005
|
+
}
|
|
24006
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24007
|
+
margin-inline-end: 52px;
|
|
24008
|
+
}
|
|
24009
|
+
}.v-table {
|
|
24108
24010
|
background: rgb(var(--v-theme-surface));
|
|
24109
24011
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24110
24012
|
font-size: 0.875rem;
|
|
@@ -24255,138 +24157,117 @@ html.v-overlay-scroll-blocked {
|
|
|
24255
24157
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24256
24158
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24257
24159
|
border-top: 0px !important;
|
|
24258
|
-
}.v-
|
|
24259
|
-
|
|
24260
|
-
color: rgb(var(--v-theme-on-background));
|
|
24261
|
-
}.v-toolbar {
|
|
24262
|
-
align-items: flex-start;
|
|
24263
|
-
display: flex;
|
|
24264
|
-
flex: none;
|
|
24265
|
-
flex-direction: column;
|
|
24266
|
-
justify-content: space-between;
|
|
24267
|
-
max-width: 100%;
|
|
24268
|
-
overflow: hidden;
|
|
24269
|
-
position: relative;
|
|
24270
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24271
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24272
|
-
width: 100%;
|
|
24273
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24274
|
-
border-style: solid;
|
|
24275
|
-
border-width: 0;
|
|
24276
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24277
|
-
border-radius: 0;
|
|
24278
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
24279
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24280
|
-
}
|
|
24281
|
-
.v-toolbar--border {
|
|
24282
|
-
border-width: thin;
|
|
24283
|
-
box-shadow: none;
|
|
24160
|
+
}.v-textarea .v-field {
|
|
24161
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24284
24162
|
}
|
|
24285
|
-
.v-
|
|
24286
|
-
|
|
24163
|
+
.v-textarea .v-field__field {
|
|
24164
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24287
24165
|
}
|
|
24288
|
-
.v-
|
|
24289
|
-
|
|
24290
|
-
|
|
24291
|
-
|
|
24166
|
+
.v-textarea .v-field__input {
|
|
24167
|
+
flex: 1 1 auto;
|
|
24168
|
+
outline: none;
|
|
24169
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24170
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24292
24171
|
}
|
|
24293
|
-
.v-
|
|
24294
|
-
|
|
24172
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24173
|
+
visibility: hidden;
|
|
24174
|
+
position: absolute;
|
|
24175
|
+
top: 0;
|
|
24176
|
+
left: 0;
|
|
24177
|
+
height: 0 !important;
|
|
24178
|
+
min-height: 0 !important;
|
|
24179
|
+
pointer-events: none;
|
|
24295
24180
|
}
|
|
24296
|
-
.v-
|
|
24297
|
-
|
|
24181
|
+
.v-textarea--no-resize .v-field__input {
|
|
24182
|
+
resize: none;
|
|
24298
24183
|
}
|
|
24299
|
-
.v-
|
|
24300
|
-
|
|
24184
|
+
.v-textarea .v-field--no-label textarea,
|
|
24185
|
+
.v-textarea .v-field--active textarea {
|
|
24186
|
+
opacity: 1;
|
|
24301
24187
|
}
|
|
24302
|
-
.v-
|
|
24303
|
-
|
|
24188
|
+
.v-textarea textarea {
|
|
24189
|
+
opacity: 0;
|
|
24190
|
+
flex: 1;
|
|
24191
|
+
min-width: 0;
|
|
24192
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24304
24193
|
}
|
|
24305
|
-
|
|
24306
|
-
|
|
24307
|
-
.v-toolbar__extension {
|
|
24308
|
-
align-items: center;
|
|
24309
|
-
display: flex;
|
|
24310
|
-
flex: 0 0 auto;
|
|
24311
|
-
position: relative;
|
|
24312
|
-
transition: inherit;
|
|
24313
|
-
width: 100%;
|
|
24194
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24195
|
+
outline: none;
|
|
24314
24196
|
}
|
|
24315
|
-
|
|
24316
|
-
|
|
24317
|
-
|
|
24197
|
+
.v-textarea textarea:invalid {
|
|
24198
|
+
box-shadow: none;
|
|
24199
|
+
}/* region BLOCK */
|
|
24200
|
+
.v-text-field input {
|
|
24201
|
+
color: inherit;
|
|
24202
|
+
opacity: 0;
|
|
24203
|
+
flex: 1;
|
|
24204
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24205
|
+
min-width: 0;
|
|
24318
24206
|
}
|
|
24319
|
-
.v-
|
|
24320
|
-
|
|
24207
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
24208
|
+
outline: none;
|
|
24321
24209
|
}
|
|
24322
|
-
.v-
|
|
24323
|
-
|
|
24210
|
+
.v-text-field input:invalid {
|
|
24211
|
+
box-shadow: none;
|
|
24324
24212
|
}
|
|
24325
|
-
.v-
|
|
24326
|
-
|
|
24213
|
+
.v-text-field .v-field {
|
|
24214
|
+
cursor: text;
|
|
24327
24215
|
}
|
|
24328
|
-
|
|
24329
|
-
|
|
24330
|
-
position: absolute;
|
|
24331
|
-
top: 0;
|
|
24332
|
-
left: 0;
|
|
24333
|
-
width: 100%;
|
|
24334
|
-
height: 100%;
|
|
24335
|
-
display: flex;
|
|
24336
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24337
|
-
transition-property: opacity;
|
|
24216
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
24217
|
+
--v-field-padding-start: 6px;
|
|
24338
24218
|
}
|
|
24339
24219
|
|
|
24340
|
-
.v-
|
|
24341
|
-
|
|
24342
|
-
align-items: center;
|
|
24343
|
-
align-self: stretch;
|
|
24344
|
-
display: flex;
|
|
24220
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
24221
|
+
--v-field-padding-end: 0;
|
|
24345
24222
|
}
|
|
24346
24223
|
|
|
24347
|
-
.v-
|
|
24348
|
-
|
|
24224
|
+
.v-text-field .v-input__details {
|
|
24225
|
+
padding-inline: 16px;
|
|
24349
24226
|
}
|
|
24350
|
-
|
|
24351
|
-
|
|
24352
|
-
margin-inline: auto 10px;
|
|
24227
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
24228
|
+
padding-inline: 0;
|
|
24353
24229
|
}
|
|
24354
24230
|
|
|
24355
|
-
.v-
|
|
24356
|
-
|
|
24357
|
-
|
|
24358
|
-
min-width: 0;
|
|
24359
|
-
font-size: 1.25rem;
|
|
24360
|
-
font-weight: 400;
|
|
24361
|
-
letter-spacing: 0;
|
|
24362
|
-
line-height: 1.75rem;
|
|
24363
|
-
text-transform: none;
|
|
24231
|
+
.v-text-field .v-field--no-label input,
|
|
24232
|
+
.v-text-field .v-field--active input {
|
|
24233
|
+
opacity: 1;
|
|
24364
24234
|
}
|
|
24365
|
-
.v-
|
|
24366
|
-
|
|
24367
|
-
padding-bottom: 6px;
|
|
24368
|
-
font-size: 1.5rem;
|
|
24369
|
-
font-weight: 400;
|
|
24370
|
-
letter-spacing: 0;
|
|
24371
|
-
line-height: 2.25rem;
|
|
24372
|
-
text-transform: none;
|
|
24235
|
+
.v-text-field .v-field--single-line input {
|
|
24236
|
+
transition: none;
|
|
24373
24237
|
}
|
|
24374
24238
|
|
|
24375
|
-
|
|
24376
|
-
|
|
24377
|
-
|
|
24239
|
+
/* endregion */
|
|
24240
|
+
/* region ELEMENTS */
|
|
24241
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
24242
|
+
align-items: center;
|
|
24243
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24244
|
+
cursor: default;
|
|
24245
|
+
display: flex;
|
|
24246
|
+
opacity: 0;
|
|
24247
|
+
transition: inherit;
|
|
24378
24248
|
white-space: nowrap;
|
|
24249
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
24250
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
24251
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
24252
|
+
}
|
|
24253
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
24254
|
+
opacity: 1;
|
|
24255
|
+
}
|
|
24256
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
24257
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
24258
|
+
}
|
|
24259
|
+
.v-text-field__prefix {
|
|
24260
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
24261
|
+
}
|
|
24262
|
+
.v-text-field__suffix {
|
|
24263
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
24379
24264
|
}
|
|
24380
24265
|
|
|
24381
|
-
|
|
24382
|
-
|
|
24383
|
-
|
|
24384
|
-
align-self: stretch;
|
|
24385
|
-
}
|
|
24386
|
-
.v-toolbar-items > .v-btn {
|
|
24387
|
-
border-radius: 0;
|
|
24266
|
+
/* endregion */.v-theme-provider {
|
|
24267
|
+
background: rgb(var(--v-theme-background));
|
|
24268
|
+
color: rgb(var(--v-theme-on-background));
|
|
24388
24269
|
}.v-timeline .v-timeline-divider__dot {
|
|
24389
|
-
background: rgb(var(--v-theme-
|
|
24270
|
+
background: rgb(var(--v-theme-surface-light));
|
|
24390
24271
|
}
|
|
24391
24272
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
24392
24273
|
background: rgb(var(--v-theme-on-surface));
|
|
@@ -24801,6 +24682,133 @@ html.v-overlay-scroll-blocked {
|
|
|
24801
24682
|
|
|
24802
24683
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24803
24684
|
padding-inline-end: 0;
|
|
24685
|
+
}.v-toolbar {
|
|
24686
|
+
align-items: flex-start;
|
|
24687
|
+
display: flex;
|
|
24688
|
+
flex: none;
|
|
24689
|
+
flex-direction: column;
|
|
24690
|
+
justify-content: space-between;
|
|
24691
|
+
max-width: 100%;
|
|
24692
|
+
overflow: hidden;
|
|
24693
|
+
position: relative;
|
|
24694
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24695
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24696
|
+
width: 100%;
|
|
24697
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24698
|
+
border-style: solid;
|
|
24699
|
+
border-width: 0;
|
|
24700
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24701
|
+
border-radius: 0;
|
|
24702
|
+
background: rgb(var(--v-theme-surface-light));
|
|
24703
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24704
|
+
}
|
|
24705
|
+
.v-toolbar--border {
|
|
24706
|
+
border-width: thin;
|
|
24707
|
+
box-shadow: none;
|
|
24708
|
+
}
|
|
24709
|
+
.v-toolbar--absolute {
|
|
24710
|
+
position: absolute;
|
|
24711
|
+
}
|
|
24712
|
+
.v-toolbar--collapse {
|
|
24713
|
+
max-width: 112px;
|
|
24714
|
+
overflow: hidden;
|
|
24715
|
+
border-end-end-radius: 24px;
|
|
24716
|
+
}
|
|
24717
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
24718
|
+
display: none;
|
|
24719
|
+
}
|
|
24720
|
+
.v-toolbar--flat {
|
|
24721
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24722
|
+
}
|
|
24723
|
+
.v-toolbar--floating {
|
|
24724
|
+
display: inline-flex;
|
|
24725
|
+
}
|
|
24726
|
+
.v-toolbar--rounded {
|
|
24727
|
+
border-radius: 4px;
|
|
24728
|
+
}
|
|
24729
|
+
|
|
24730
|
+
.v-toolbar__content,
|
|
24731
|
+
.v-toolbar__extension {
|
|
24732
|
+
align-items: center;
|
|
24733
|
+
display: flex;
|
|
24734
|
+
flex: 0 0 auto;
|
|
24735
|
+
position: relative;
|
|
24736
|
+
transition: inherit;
|
|
24737
|
+
width: 100%;
|
|
24738
|
+
}
|
|
24739
|
+
|
|
24740
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
24741
|
+
margin-inline-start: 10px;
|
|
24742
|
+
}
|
|
24743
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
24744
|
+
margin-inline-end: 10px;
|
|
24745
|
+
}
|
|
24746
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
24747
|
+
margin-inline-start: 16px;
|
|
24748
|
+
}
|
|
24749
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24750
|
+
align-items: flex-start;
|
|
24751
|
+
}
|
|
24752
|
+
|
|
24753
|
+
.v-toolbar__image {
|
|
24754
|
+
position: absolute;
|
|
24755
|
+
top: 0;
|
|
24756
|
+
left: 0;
|
|
24757
|
+
width: 100%;
|
|
24758
|
+
height: 100%;
|
|
24759
|
+
display: flex;
|
|
24760
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24761
|
+
transition-property: opacity;
|
|
24762
|
+
}
|
|
24763
|
+
|
|
24764
|
+
.v-toolbar__prepend,
|
|
24765
|
+
.v-toolbar__append {
|
|
24766
|
+
align-items: center;
|
|
24767
|
+
align-self: stretch;
|
|
24768
|
+
display: flex;
|
|
24769
|
+
}
|
|
24770
|
+
|
|
24771
|
+
.v-toolbar__prepend {
|
|
24772
|
+
margin-inline: 10px auto;
|
|
24773
|
+
}
|
|
24774
|
+
|
|
24775
|
+
.v-toolbar__append {
|
|
24776
|
+
margin-inline: auto 10px;
|
|
24777
|
+
}
|
|
24778
|
+
|
|
24779
|
+
.v-toolbar-title {
|
|
24780
|
+
flex: 1 1;
|
|
24781
|
+
font-size: 1.25rem;
|
|
24782
|
+
min-width: 0;
|
|
24783
|
+
font-size: 1.25rem;
|
|
24784
|
+
font-weight: 400;
|
|
24785
|
+
letter-spacing: 0;
|
|
24786
|
+
line-height: 1.75rem;
|
|
24787
|
+
text-transform: none;
|
|
24788
|
+
}
|
|
24789
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24790
|
+
align-self: flex-end;
|
|
24791
|
+
padding-bottom: 6px;
|
|
24792
|
+
font-size: 1.5rem;
|
|
24793
|
+
font-weight: 400;
|
|
24794
|
+
letter-spacing: 0;
|
|
24795
|
+
line-height: 2.25rem;
|
|
24796
|
+
text-transform: none;
|
|
24797
|
+
}
|
|
24798
|
+
|
|
24799
|
+
.v-toolbar-title__placeholder {
|
|
24800
|
+
overflow: hidden;
|
|
24801
|
+
text-overflow: ellipsis;
|
|
24802
|
+
white-space: nowrap;
|
|
24803
|
+
}
|
|
24804
|
+
|
|
24805
|
+
.v-toolbar-items {
|
|
24806
|
+
display: flex;
|
|
24807
|
+
height: inherit;
|
|
24808
|
+
align-self: stretch;
|
|
24809
|
+
}
|
|
24810
|
+
.v-toolbar-items > .v-btn {
|
|
24811
|
+
border-radius: 0;
|
|
24804
24812
|
}.v-tooltip > .v-overlay__content {
|
|
24805
24813
|
background: rgb(var(--v-theme-surface-variant));
|
|
24806
24814
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
@@ -24822,15 +24830,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24822
24830
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24823
24831
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24824
24832
|
transition-duration: 75ms;
|
|
24825
|
-
}.v-virtual-scroll {
|
|
24826
|
-
display: block;
|
|
24827
|
-
flex: 1 1 auto;
|
|
24828
|
-
max-width: 100%;
|
|
24829
|
-
overflow: auto;
|
|
24830
|
-
position: relative;
|
|
24831
|
-
}
|
|
24832
|
-
.v-virtual-scroll__container {
|
|
24833
|
-
display: block;
|
|
24834
24833
|
}.v-window {
|
|
24835
24834
|
overflow: hidden;
|
|
24836
24835
|
}
|
|
@@ -24900,28 +24899,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24900
24899
|
}
|
|
24901
24900
|
.v-window-y-reverse-transition-leave-to {
|
|
24902
24901
|
transform: translateY(100%);
|
|
24903
|
-
}.v-
|
|
24904
|
-
display:
|
|
24902
|
+
}.v-virtual-scroll {
|
|
24903
|
+
display: block;
|
|
24904
|
+
flex: 1 1 auto;
|
|
24905
|
+
max-width: 100%;
|
|
24906
|
+
overflow: auto;
|
|
24905
24907
|
position: relative;
|
|
24906
|
-
overflow: hidden;
|
|
24907
|
-
contain: content;
|
|
24908
|
-
touch-action: none;
|
|
24909
|
-
}
|
|
24910
|
-
.v-color-picker-canvas__dot {
|
|
24911
|
-
position: absolute;
|
|
24912
|
-
top: 0;
|
|
24913
|
-
left: 0;
|
|
24914
|
-
width: 15px;
|
|
24915
|
-
height: 15px;
|
|
24916
|
-
background: transparent;
|
|
24917
|
-
border-radius: 50%;
|
|
24918
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24919
|
-
}
|
|
24920
|
-
.v-color-picker-canvas__dot--disabled {
|
|
24921
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24922
24908
|
}
|
|
24923
|
-
.v-
|
|
24924
|
-
|
|
24909
|
+
.v-virtual-scroll__container {
|
|
24910
|
+
display: block;
|
|
24925
24911
|
}.v-color-picker-edit {
|
|
24926
24912
|
display: flex;
|
|
24927
24913
|
margin-top: 24px;
|
|
@@ -24950,6 +24936,41 @@ html.v-overlay-scroll-blocked {
|
|
|
24950
24936
|
}
|
|
24951
24937
|
.v-color-picker-edit__input span {
|
|
24952
24938
|
font-size: 0.75rem;
|
|
24939
|
+
}.v-color-picker-swatches {
|
|
24940
|
+
overflow-y: auto;
|
|
24941
|
+
}
|
|
24942
|
+
.v-color-picker-swatches > div {
|
|
24943
|
+
display: flex;
|
|
24944
|
+
flex-wrap: wrap;
|
|
24945
|
+
justify-content: center;
|
|
24946
|
+
padding: 8px;
|
|
24947
|
+
}
|
|
24948
|
+
|
|
24949
|
+
.v-color-picker-swatches__swatch {
|
|
24950
|
+
display: flex;
|
|
24951
|
+
flex-direction: column;
|
|
24952
|
+
margin-bottom: 10px;
|
|
24953
|
+
}
|
|
24954
|
+
|
|
24955
|
+
.v-color-picker-swatches__color {
|
|
24956
|
+
position: relative;
|
|
24957
|
+
height: 18px;
|
|
24958
|
+
max-height: 18px;
|
|
24959
|
+
width: 45px;
|
|
24960
|
+
margin: 2px 4px;
|
|
24961
|
+
border-radius: 2px;
|
|
24962
|
+
-webkit-user-select: none;
|
|
24963
|
+
user-select: none;
|
|
24964
|
+
overflow: hidden;
|
|
24965
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24966
|
+
cursor: pointer;
|
|
24967
|
+
}
|
|
24968
|
+
.v-color-picker-swatches__color > div {
|
|
24969
|
+
display: flex;
|
|
24970
|
+
align-items: center;
|
|
24971
|
+
justify-content: center;
|
|
24972
|
+
width: 100%;
|
|
24973
|
+
height: 100%;
|
|
24953
24974
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24954
24975
|
background-color: transparent !important;
|
|
24955
24976
|
}
|
|
@@ -25019,41 +25040,28 @@ html.v-overlay-scroll-blocked {
|
|
|
25019
25040
|
.v-color-picker-preview__eye-dropper {
|
|
25020
25041
|
position: relative;
|
|
25021
25042
|
margin-right: 12px;
|
|
25022
|
-
}.v-color-picker-
|
|
25023
|
-
overflow-y: auto;
|
|
25024
|
-
}
|
|
25025
|
-
.v-color-picker-swatches > div {
|
|
25026
|
-
display: flex;
|
|
25027
|
-
flex-wrap: wrap;
|
|
25028
|
-
justify-content: center;
|
|
25029
|
-
padding: 8px;
|
|
25030
|
-
}
|
|
25031
|
-
|
|
25032
|
-
.v-color-picker-swatches__swatch {
|
|
25043
|
+
}.v-color-picker-canvas {
|
|
25033
25044
|
display: flex;
|
|
25034
|
-
flex-direction: column;
|
|
25035
|
-
margin-bottom: 10px;
|
|
25036
|
-
}
|
|
25037
|
-
|
|
25038
|
-
.v-color-picker-swatches__color {
|
|
25039
25045
|
position: relative;
|
|
25040
|
-
height: 18px;
|
|
25041
|
-
max-height: 18px;
|
|
25042
|
-
width: 45px;
|
|
25043
|
-
margin: 2px 4px;
|
|
25044
|
-
border-radius: 2px;
|
|
25045
|
-
-webkit-user-select: none;
|
|
25046
|
-
user-select: none;
|
|
25047
25046
|
overflow: hidden;
|
|
25048
|
-
|
|
25049
|
-
|
|
25047
|
+
contain: content;
|
|
25048
|
+
touch-action: none;
|
|
25050
25049
|
}
|
|
25051
|
-
.v-color-picker-
|
|
25052
|
-
|
|
25053
|
-
|
|
25054
|
-
|
|
25055
|
-
width:
|
|
25056
|
-
height:
|
|
25050
|
+
.v-color-picker-canvas__dot {
|
|
25051
|
+
position: absolute;
|
|
25052
|
+
top: 0;
|
|
25053
|
+
left: 0;
|
|
25054
|
+
width: 15px;
|
|
25055
|
+
height: 15px;
|
|
25056
|
+
background: transparent;
|
|
25057
|
+
border-radius: 50%;
|
|
25058
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25059
|
+
}
|
|
25060
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25061
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25062
|
+
}
|
|
25063
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25064
|
+
will-change: transform;
|
|
25057
25065
|
}.v-slider-thumb {
|
|
25058
25066
|
touch-action: none;
|
|
25059
25067
|
color: rgb(var(--v-theme-surface-variant));
|
|
@@ -25220,7 +25228,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25220
25228
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
25221
25229
|
}
|
|
25222
25230
|
.v-slider-track__tick--filled {
|
|
25223
|
-
background-color: rgb(var(--v-theme-
|
|
25231
|
+
background-color: rgb(var(--v-theme-surface-light));
|
|
25224
25232
|
}
|
|
25225
25233
|
|
|
25226
25234
|
.v-slider-track {
|