@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-dev.2024-01-16
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 +19 -2
- package/dist/json/attributes.json +265 -209
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +14 -0
- package/dist/json/web-types.json +560 -403
- package/dist/vuetify-labs.css +1712 -1706
- package/dist/vuetify-labs.d.ts +8344 -2173
- package/dist/vuetify-labs.esm.js +15375 -15299
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15375 -15299
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2807 -2801
- package/dist/vuetify.d.ts +7283 -1112
- package/dist/vuetify.esm.js +15375 -15299
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15375 -15299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +791 -787
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +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.mjs +9 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +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/_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 +34 -28
- 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/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/VWindow/index.d.mts +7 -7
- package/lib/components/index.d.mts +8361 -2190
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +34 -34
- 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-16
|
|
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
|
}
|
|
@@ -16981,102 +16981,6 @@ html.overflow-y-hidden {
|
|
|
16981
16981
|
font-weight: normal;
|
|
16982
16982
|
padding: 0.2em 0.4rem;
|
|
16983
16983
|
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));
|
|
16984
|
-
}.v-picker.v-sheet {
|
|
16985
|
-
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));
|
|
16986
|
-
border-radius: 4px;
|
|
16987
|
-
display: grid;
|
|
16988
|
-
grid-auto-rows: min-content;
|
|
16989
|
-
grid-template-areas: "title" "header" "body";
|
|
16990
|
-
overflow: hidden;
|
|
16991
|
-
}
|
|
16992
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
|
16993
|
-
grid-template-areas: "title" "header" "body" "actions";
|
|
16994
|
-
}
|
|
16995
|
-
|
|
16996
|
-
.v-picker__body {
|
|
16997
|
-
grid-area: body;
|
|
16998
|
-
}
|
|
16999
|
-
|
|
17000
|
-
.v-picker__header {
|
|
17001
|
-
grid-area: header;
|
|
17002
|
-
}
|
|
17003
|
-
|
|
17004
|
-
.v-picker__actions {
|
|
17005
|
-
grid-area: actions;
|
|
17006
|
-
padding: 0 12px 12px 12px;
|
|
17007
|
-
display: flex;
|
|
17008
|
-
align-items: center;
|
|
17009
|
-
justify-content: flex-end;
|
|
17010
|
-
}
|
|
17011
|
-
.v-picker__actions .v-btn {
|
|
17012
|
-
min-width: 48px;
|
|
17013
|
-
}
|
|
17014
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
|
17015
|
-
margin-inline-end: 8px;
|
|
17016
|
-
}
|
|
17017
|
-
|
|
17018
|
-
.v-picker--landscape {
|
|
17019
|
-
grid-template-areas: "title" "header body" "header body";
|
|
17020
|
-
}
|
|
17021
|
-
|
|
17022
|
-
.v-picker--landscape.v-picker--with-actions {
|
|
17023
|
-
grid-template-areas: "title" "header body" "header actions";
|
|
17024
|
-
}
|
|
17025
|
-
|
|
17026
|
-
.v-picker-title {
|
|
17027
|
-
text-transform: uppercase;
|
|
17028
|
-
font-size: 0.75rem;
|
|
17029
|
-
grid-area: title;
|
|
17030
|
-
padding-inline: 24px 12px;
|
|
17031
|
-
padding-top: 16px;
|
|
17032
|
-
padding-bottom: 16px;
|
|
17033
|
-
font-weight: 600;
|
|
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
16984
|
}.v-calendar-weekly {
|
|
17081
16985
|
width: 100%;
|
|
17082
16986
|
height: 100%;
|
|
@@ -17298,6 +17202,51 @@ html.overflow-y-hidden {
|
|
|
17298
17202
|
}
|
|
17299
17203
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17300
17204
|
border-right: none;
|
|
17205
|
+
}.v-calendar-header {
|
|
17206
|
+
align-items: center;
|
|
17207
|
+
display: flex;
|
|
17208
|
+
min-height: 64px;
|
|
17209
|
+
}
|
|
17210
|
+
|
|
17211
|
+
.v-calendar-header__today {
|
|
17212
|
+
margin-inline-end: 24px;
|
|
17213
|
+
}
|
|
17214
|
+
|
|
17215
|
+
.v-calendar-header__title {
|
|
17216
|
+
font-size: 1.5rem;
|
|
17217
|
+
margin-inline-start: 24px;
|
|
17218
|
+
}.v-calendar-day {
|
|
17219
|
+
position: relative;
|
|
17220
|
+
display: flex;
|
|
17221
|
+
flex-direction: column;
|
|
17222
|
+
}
|
|
17223
|
+
|
|
17224
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17225
|
+
display: grid;
|
|
17226
|
+
}
|
|
17227
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17228
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17229
|
+
}
|
|
17230
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17231
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17232
|
+
}
|
|
17233
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17234
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17235
|
+
}
|
|
17236
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17237
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17238
|
+
}
|
|
17239
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17240
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17241
|
+
}
|
|
17242
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17243
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17244
|
+
}
|
|
17245
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17246
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17247
|
+
}
|
|
17248
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17249
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17301
17250
|
}.v-calendar-day__row-with-label {
|
|
17302
17251
|
display: grid;
|
|
17303
17252
|
grid-template-columns: 48px 8px 1fr;
|
|
@@ -17402,22 +17351,57 @@ html.overflow-y-hidden {
|
|
|
17402
17351
|
|
|
17403
17352
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17404
17353
|
min-height: 24px;
|
|
17405
|
-
}.v-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17354
|
+
}.v-picker.v-sheet {
|
|
17355
|
+
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));
|
|
17356
|
+
border-radius: 4px;
|
|
17357
|
+
display: grid;
|
|
17358
|
+
grid-auto-rows: min-content;
|
|
17359
|
+
grid-template-areas: "title" "header" "body";
|
|
17360
|
+
overflow: hidden;
|
|
17361
|
+
}
|
|
17362
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
|
17363
|
+
grid-template-areas: "title" "header" "body" "actions";
|
|
17409
17364
|
}
|
|
17410
17365
|
|
|
17411
|
-
.v-
|
|
17412
|
-
-
|
|
17413
|
-
|
|
17366
|
+
.v-picker__body {
|
|
17367
|
+
grid-area: body;
|
|
17368
|
+
}
|
|
17369
|
+
|
|
17370
|
+
.v-picker__header {
|
|
17371
|
+
grid-area: header;
|
|
17372
|
+
}
|
|
17373
|
+
|
|
17374
|
+
.v-picker__actions {
|
|
17375
|
+
grid-area: actions;
|
|
17376
|
+
padding: 0 12px 12px 12px;
|
|
17414
17377
|
display: flex;
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
min-
|
|
17420
|
-
|
|
17378
|
+
align-items: center;
|
|
17379
|
+
justify-content: flex-end;
|
|
17380
|
+
}
|
|
17381
|
+
.v-picker__actions .v-btn {
|
|
17382
|
+
min-width: 48px;
|
|
17383
|
+
}
|
|
17384
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
|
17385
|
+
margin-inline-end: 8px;
|
|
17386
|
+
}
|
|
17387
|
+
|
|
17388
|
+
.v-picker--landscape {
|
|
17389
|
+
grid-template-areas: "title" "header body" "header body";
|
|
17390
|
+
}
|
|
17391
|
+
|
|
17392
|
+
.v-picker--landscape.v-picker--with-actions {
|
|
17393
|
+
grid-template-areas: "title" "header body" "header actions";
|
|
17394
|
+
}
|
|
17395
|
+
|
|
17396
|
+
.v-picker-title {
|
|
17397
|
+
text-transform: uppercase;
|
|
17398
|
+
font-size: 0.75rem;
|
|
17399
|
+
grid-area: title;
|
|
17400
|
+
padding-inline: 24px 12px;
|
|
17401
|
+
padding-top: 16px;
|
|
17402
|
+
padding-bottom: 16px;
|
|
17403
|
+
font-weight: 600;
|
|
17404
|
+
letter-spacing: 0.1666666667em;
|
|
17421
17405
|
}.v-app-bar {
|
|
17422
17406
|
display: flex;
|
|
17423
17407
|
}
|
|
@@ -17640,103 +17624,38 @@ html.overflow-y-hidden {
|
|
|
17640
17624
|
text-transform: none;
|
|
17641
17625
|
word-break: normal;
|
|
17642
17626
|
word-wrap: break-word;
|
|
17643
|
-
}.v-
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
}
|
|
17648
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17649
|
-
flex: 1 1;
|
|
17627
|
+
}.v-application {
|
|
17628
|
+
display: flex;
|
|
17629
|
+
background: rgb(var(--v-theme-background));
|
|
17630
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17650
17631
|
}
|
|
17651
|
-
|
|
17652
|
-
|
|
17632
|
+
|
|
17633
|
+
.v-application__wrap {
|
|
17634
|
+
-webkit-backface-visibility: hidden;
|
|
17635
|
+
backface-visibility: hidden;
|
|
17636
|
+
display: flex;
|
|
17637
|
+
flex-direction: column;
|
|
17638
|
+
flex: 1 1 auto;
|
|
17639
|
+
max-width: 100%;
|
|
17640
|
+
min-height: 100vh;
|
|
17641
|
+
min-height: 100dvh;
|
|
17642
|
+
position: relative;
|
|
17643
|
+
}.v-avatar {
|
|
17644
|
+
flex: none;
|
|
17645
|
+
align-items: center;
|
|
17646
|
+
display: inline-flex;
|
|
17647
|
+
justify-content: center;
|
|
17648
|
+
line-height: normal;
|
|
17649
|
+
overflow: hidden;
|
|
17650
|
+
position: relative;
|
|
17651
|
+
text-align: center;
|
|
17652
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17653
|
+
transition-property: width, height;
|
|
17654
|
+
vertical-align: middle;
|
|
17655
|
+
border-radius: 50%;
|
|
17653
17656
|
}
|
|
17654
|
-
.v-
|
|
17655
|
-
|
|
17656
|
-
}
|
|
17657
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17658
|
-
margin-inline-end: 2px;
|
|
17659
|
-
}
|
|
17660
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17661
|
-
overflow: hidden;
|
|
17662
|
-
text-overflow: ellipsis;
|
|
17663
|
-
white-space: nowrap;
|
|
17664
|
-
}
|
|
17665
|
-
|
|
17666
|
-
.v-autocomplete__content {
|
|
17667
|
-
overflow: hidden;
|
|
17668
|
-
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));
|
|
17669
|
-
border-radius: 4px;
|
|
17670
|
-
}
|
|
17671
|
-
.v-autocomplete__mask {
|
|
17672
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
17673
|
-
}
|
|
17674
|
-
.v-autocomplete__selection {
|
|
17675
|
-
display: inline-flex;
|
|
17676
|
-
align-items: center;
|
|
17677
|
-
height: 1.5rem;
|
|
17678
|
-
letter-spacing: inherit;
|
|
17679
|
-
line-height: inherit;
|
|
17680
|
-
max-width: calc(100% - 2px - 2px);
|
|
17681
|
-
}
|
|
17682
|
-
.v-autocomplete__selection:first-child {
|
|
17683
|
-
margin-inline-start: 0;
|
|
17684
|
-
}
|
|
17685
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17686
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17687
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17688
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17689
|
-
top: 0px;
|
|
17690
|
-
}
|
|
17691
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17692
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17693
|
-
}
|
|
17694
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17695
|
-
opacity: 1;
|
|
17696
|
-
}
|
|
17697
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17698
|
-
caret-color: transparent;
|
|
17699
|
-
}
|
|
17700
|
-
.v-autocomplete--single.v-text-field .v-field--focused input {
|
|
17701
|
-
flex: 1 1;
|
|
17702
|
-
position: absolute;
|
|
17703
|
-
left: 0;
|
|
17704
|
-
right: 0;
|
|
17705
|
-
width: 100%;
|
|
17706
|
-
padding-inline: inherit;
|
|
17707
|
-
}
|
|
17708
|
-
.v-autocomplete--single .v-field--active input {
|
|
17709
|
-
transition: none;
|
|
17710
|
-
}
|
|
17711
|
-
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17712
|
-
opacity: 0;
|
|
17713
|
-
}
|
|
17714
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17715
|
-
opacity: 0;
|
|
17716
|
-
}
|
|
17717
|
-
.v-autocomplete__menu-icon {
|
|
17718
|
-
margin-inline-start: 4px;
|
|
17719
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17720
|
-
}
|
|
17721
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17722
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17723
|
-
transform: rotate(180deg);
|
|
17724
|
-
}.v-avatar {
|
|
17725
|
-
flex: none;
|
|
17726
|
-
align-items: center;
|
|
17727
|
-
display: inline-flex;
|
|
17728
|
-
justify-content: center;
|
|
17729
|
-
line-height: normal;
|
|
17730
|
-
overflow: hidden;
|
|
17731
|
-
position: relative;
|
|
17732
|
-
text-align: center;
|
|
17733
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17734
|
-
transition-property: width, height;
|
|
17735
|
-
vertical-align: middle;
|
|
17736
|
-
border-radius: 50%;
|
|
17737
|
-
}
|
|
17738
|
-
.v-avatar.v-avatar--size-x-small {
|
|
17739
|
-
--v-avatar-height: 24px;
|
|
17657
|
+
.v-avatar.v-avatar--size-x-small {
|
|
17658
|
+
--v-avatar-height: 24px;
|
|
17740
17659
|
}
|
|
17741
17660
|
.v-avatar.v-avatar--size-small {
|
|
17742
17661
|
--v-avatar-height: 32px;
|
|
@@ -17808,63 +17727,87 @@ html.overflow-y-hidden {
|
|
|
17808
17727
|
.v-avatar .v-img {
|
|
17809
17728
|
height: 100%;
|
|
17810
17729
|
width: 100%;
|
|
17811
|
-
}.v-
|
|
17812
|
-
|
|
17813
|
-
|
|
17814
|
-
|
|
17815
|
-
padding: 16px 12px;
|
|
17730
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17731
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17732
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17733
|
+
cursor: text;
|
|
17816
17734
|
}
|
|
17817
|
-
.v-
|
|
17818
|
-
|
|
17735
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17736
|
+
flex: 1 1;
|
|
17819
17737
|
}
|
|
17820
|
-
.v-
|
|
17821
|
-
|
|
17822
|
-
padding-bottom: 16px;
|
|
17738
|
+
.v-autocomplete .v-field input {
|
|
17739
|
+
min-width: 64px;
|
|
17823
17740
|
}
|
|
17824
|
-
|
|
17825
|
-
|
|
17826
|
-
padding-top: 12px;
|
|
17827
|
-
padding-bottom: 12px;
|
|
17741
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17742
|
+
min-width: 0;
|
|
17828
17743
|
}
|
|
17829
|
-
|
|
17830
|
-
|
|
17831
|
-
padding-top: 8px;
|
|
17832
|
-
padding-bottom: 8px;
|
|
17744
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17745
|
+
margin-inline-end: 2px;
|
|
17833
17746
|
}
|
|
17834
|
-
|
|
17835
|
-
|
|
17836
|
-
|
|
17837
|
-
|
|
17747
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17748
|
+
overflow: hidden;
|
|
17749
|
+
text-overflow: ellipsis;
|
|
17750
|
+
white-space: nowrap;
|
|
17838
17751
|
}
|
|
17839
17752
|
|
|
17840
|
-
.v-
|
|
17841
|
-
|
|
17842
|
-
|
|
17753
|
+
.v-autocomplete__content {
|
|
17754
|
+
overflow: hidden;
|
|
17755
|
+
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));
|
|
17756
|
+
border-radius: 4px;
|
|
17757
|
+
}
|
|
17758
|
+
.v-autocomplete__mask {
|
|
17759
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
17760
|
+
}
|
|
17761
|
+
.v-autocomplete__selection {
|
|
17843
17762
|
display: inline-flex;
|
|
17844
|
-
|
|
17845
|
-
|
|
17846
|
-
|
|
17763
|
+
align-items: center;
|
|
17764
|
+
height: 1.5rem;
|
|
17765
|
+
letter-spacing: inherit;
|
|
17766
|
+
line-height: inherit;
|
|
17767
|
+
max-width: calc(100% - 2px - 2px);
|
|
17847
17768
|
}
|
|
17848
|
-
.v-
|
|
17849
|
-
|
|
17850
|
-
pointer-events: none;
|
|
17769
|
+
.v-autocomplete__selection:first-child {
|
|
17770
|
+
margin-inline-start: 0;
|
|
17851
17771
|
}
|
|
17852
|
-
.v-
|
|
17853
|
-
|
|
17854
|
-
|
|
17772
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17773
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17774
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17775
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17776
|
+
top: 0px;
|
|
17855
17777
|
}
|
|
17856
|
-
.v-
|
|
17857
|
-
|
|
17778
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17779
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17858
17780
|
}
|
|
17859
|
-
.v-
|
|
17860
|
-
|
|
17861
|
-
margin-inline: -4px 2px;
|
|
17781
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17782
|
+
opacity: 1;
|
|
17862
17783
|
}
|
|
17863
|
-
|
|
17864
|
-
|
|
17865
|
-
|
|
17866
|
-
|
|
17867
|
-
|
|
17784
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17785
|
+
caret-color: transparent;
|
|
17786
|
+
}
|
|
17787
|
+
.v-autocomplete--single.v-text-field .v-field--focused input {
|
|
17788
|
+
flex: 1 1;
|
|
17789
|
+
position: absolute;
|
|
17790
|
+
left: 0;
|
|
17791
|
+
right: 0;
|
|
17792
|
+
width: 100%;
|
|
17793
|
+
padding-inline: inherit;
|
|
17794
|
+
}
|
|
17795
|
+
.v-autocomplete--single .v-field--active input {
|
|
17796
|
+
transition: none;
|
|
17797
|
+
}
|
|
17798
|
+
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17799
|
+
opacity: 0;
|
|
17800
|
+
}
|
|
17801
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17802
|
+
opacity: 0;
|
|
17803
|
+
}
|
|
17804
|
+
.v-autocomplete__menu-icon {
|
|
17805
|
+
margin-inline-start: 4px;
|
|
17806
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17807
|
+
}
|
|
17808
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17809
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17810
|
+
transform: rotate(180deg);
|
|
17868
17811
|
}.v-banner {
|
|
17869
17812
|
display: grid;
|
|
17870
17813
|
flex: 1 1;
|
|
@@ -18022,6 +17965,61 @@ html.overflow-y-hidden {
|
|
|
18022
17965
|
}
|
|
18023
17966
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18024
17967
|
align-self: flex-start;
|
|
17968
|
+
}.v-bottom-navigation {
|
|
17969
|
+
display: flex;
|
|
17970
|
+
max-width: 100%;
|
|
17971
|
+
overflow: hidden;
|
|
17972
|
+
position: absolute;
|
|
17973
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17974
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17975
|
+
border-style: solid;
|
|
17976
|
+
border-width: 0;
|
|
17977
|
+
border-radius: 0;
|
|
17978
|
+
background: rgb(var(--v-theme-surface));
|
|
17979
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17980
|
+
}
|
|
17981
|
+
.v-bottom-navigation--border {
|
|
17982
|
+
border-width: thin;
|
|
17983
|
+
box-shadow: none;
|
|
17984
|
+
}
|
|
17985
|
+
.v-bottom-navigation--active {
|
|
17986
|
+
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));
|
|
17987
|
+
}
|
|
17988
|
+
|
|
17989
|
+
.v-bottom-navigation__content {
|
|
17990
|
+
display: flex;
|
|
17991
|
+
flex: none;
|
|
17992
|
+
font-size: 0.75rem;
|
|
17993
|
+
justify-content: center;
|
|
17994
|
+
transition: inherit;
|
|
17995
|
+
width: 100%;
|
|
17996
|
+
}
|
|
17997
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
17998
|
+
font-size: inherit;
|
|
17999
|
+
height: 100%;
|
|
18000
|
+
max-width: 168px;
|
|
18001
|
+
min-width: 80px;
|
|
18002
|
+
text-transform: none;
|
|
18003
|
+
transition: inherit;
|
|
18004
|
+
width: auto;
|
|
18005
|
+
border-radius: 0;
|
|
18006
|
+
}
|
|
18007
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18008
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18009
|
+
transition: inherit;
|
|
18010
|
+
}
|
|
18011
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18012
|
+
font-size: 1.5rem;
|
|
18013
|
+
}
|
|
18014
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18015
|
+
flex-grow: 1;
|
|
18016
|
+
}
|
|
18017
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18018
|
+
transition: inherit;
|
|
18019
|
+
opacity: 0;
|
|
18020
|
+
}
|
|
18021
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18022
|
+
transform: translateY(0.5rem);
|
|
18025
18023
|
}.v-badge {
|
|
18026
18024
|
display: inline-block;
|
|
18027
18025
|
line-height: 1;
|
|
@@ -18093,11 +18091,68 @@ html.overflow-y-hidden {
|
|
|
18093
18091
|
display: inline-flex;
|
|
18094
18092
|
justify-content: center;
|
|
18095
18093
|
margin: 0 4px;
|
|
18096
|
-
}.
|
|
18097
|
-
|
|
18098
|
-
|
|
18099
|
-
|
|
18100
|
-
|
|
18094
|
+
}.v-breadcrumbs {
|
|
18095
|
+
display: flex;
|
|
18096
|
+
align-items: center;
|
|
18097
|
+
line-height: 1.375rem;
|
|
18098
|
+
padding: 16px 12px;
|
|
18099
|
+
}
|
|
18100
|
+
.v-breadcrumbs--rounded {
|
|
18101
|
+
border-radius: 4px;
|
|
18102
|
+
}
|
|
18103
|
+
.v-breadcrumbs--density-default {
|
|
18104
|
+
padding-top: 16px;
|
|
18105
|
+
padding-bottom: 16px;
|
|
18106
|
+
}
|
|
18107
|
+
|
|
18108
|
+
.v-breadcrumbs--density-comfortable {
|
|
18109
|
+
padding-top: 12px;
|
|
18110
|
+
padding-bottom: 12px;
|
|
18111
|
+
}
|
|
18112
|
+
|
|
18113
|
+
.v-breadcrumbs--density-compact {
|
|
18114
|
+
padding-top: 8px;
|
|
18115
|
+
padding-bottom: 8px;
|
|
18116
|
+
}
|
|
18117
|
+
|
|
18118
|
+
.v-breadcrumbs__prepend {
|
|
18119
|
+
align-items: center;
|
|
18120
|
+
display: inline-flex;
|
|
18121
|
+
}
|
|
18122
|
+
|
|
18123
|
+
.v-breadcrumbs-item {
|
|
18124
|
+
align-items: center;
|
|
18125
|
+
color: inherit;
|
|
18126
|
+
display: inline-flex;
|
|
18127
|
+
padding: 0 4px;
|
|
18128
|
+
text-decoration: none;
|
|
18129
|
+
vertical-align: middle;
|
|
18130
|
+
}
|
|
18131
|
+
.v-breadcrumbs-item--disabled {
|
|
18132
|
+
opacity: var(--v-disabled-opacity);
|
|
18133
|
+
pointer-events: none;
|
|
18134
|
+
}
|
|
18135
|
+
.v-breadcrumbs-item--link {
|
|
18136
|
+
color: inherit;
|
|
18137
|
+
text-decoration: none;
|
|
18138
|
+
}
|
|
18139
|
+
.v-breadcrumbs-item--link:hover {
|
|
18140
|
+
text-decoration: underline;
|
|
18141
|
+
}
|
|
18142
|
+
.v-breadcrumbs-item .v-icon {
|
|
18143
|
+
font-size: 1rem;
|
|
18144
|
+
margin-inline: -4px 2px;
|
|
18145
|
+
}
|
|
18146
|
+
|
|
18147
|
+
.v-breadcrumbs-divider {
|
|
18148
|
+
display: inline-block;
|
|
18149
|
+
padding: 0 8px;
|
|
18150
|
+
vertical-align: middle;
|
|
18151
|
+
}.bottom-sheet-transition-enter-from {
|
|
18152
|
+
transform: translateY(100%);
|
|
18153
|
+
}
|
|
18154
|
+
.bottom-sheet-transition-leave-to {
|
|
18155
|
+
transform: translateY(100%);
|
|
18101
18156
|
}
|
|
18102
18157
|
|
|
18103
18158
|
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
@@ -18125,130 +18180,6 @@ html.overflow-y-hidden {
|
|
|
18125
18180
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18126
18181
|
max-width: 70%;
|
|
18127
18182
|
}
|
|
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
18183
|
}.v-btn {
|
|
18253
18184
|
align-items: center;
|
|
18254
18185
|
border-radius: 4px;
|
|
@@ -18652,69 +18583,62 @@ html.overflow-y-hidden {
|
|
|
18652
18583
|
}
|
|
18653
18584
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18654
18585
|
opacity: var(--v-border-opacity);
|
|
18655
|
-
}.v-
|
|
18586
|
+
}.v-btn-group {
|
|
18587
|
+
display: inline-flex;
|
|
18588
|
+
flex-wrap: nowrap;
|
|
18589
|
+
max-width: 100%;
|
|
18590
|
+
min-width: 0;
|
|
18656
18591
|
overflow: hidden;
|
|
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;
|
|
18675
|
-
}
|
|
18676
|
-
.v-carousel__controls__item {
|
|
18677
|
-
margin: 0 8px;
|
|
18678
|
-
}
|
|
18679
|
-
.v-carousel__controls__item .v-icon {
|
|
18680
|
-
opacity: 0.5;
|
|
18681
|
-
}
|
|
18682
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18683
|
-
opacity: 1;
|
|
18684
18592
|
vertical-align: middle;
|
|
18593
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18594
|
+
border-style: solid;
|
|
18595
|
+
border-width: 0;
|
|
18596
|
+
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));
|
|
18597
|
+
border-radius: 4px;
|
|
18598
|
+
background: transparent;
|
|
18599
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18685
18600
|
}
|
|
18686
|
-
.v-
|
|
18687
|
-
|
|
18688
|
-
|
|
18689
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18690
|
-
opacity: 0.8;
|
|
18601
|
+
.v-btn-group--border {
|
|
18602
|
+
border-width: thin;
|
|
18603
|
+
box-shadow: none;
|
|
18691
18604
|
}
|
|
18692
|
-
|
|
18693
|
-
|
|
18694
|
-
margin: 0;
|
|
18695
|
-
position: absolute;
|
|
18696
|
-
bottom: 0;
|
|
18697
|
-
left: 0;
|
|
18698
|
-
right: 0;
|
|
18605
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18606
|
+
height: 48px;
|
|
18699
18607
|
}
|
|
18700
18608
|
|
|
18701
|
-
.v-
|
|
18702
|
-
|
|
18703
|
-
height: inherit;
|
|
18704
|
-
text-decoration: none;
|
|
18705
|
-
}
|
|
18706
|
-
.v-carousel-item > .v-img {
|
|
18707
|
-
height: inherit;
|
|
18609
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18610
|
+
height: 40px;
|
|
18708
18611
|
}
|
|
18709
18612
|
|
|
18710
|
-
.v-
|
|
18711
|
-
|
|
18613
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18614
|
+
height: 36px;
|
|
18712
18615
|
}
|
|
18713
18616
|
|
|
18714
|
-
.v-
|
|
18715
|
-
|
|
18716
|
-
|
|
18717
|
-
|
|
18617
|
+
.v-btn-group .v-btn {
|
|
18618
|
+
border-radius: 0;
|
|
18619
|
+
border-color: inherit;
|
|
18620
|
+
}
|
|
18621
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18622
|
+
border-inline-end: none;
|
|
18623
|
+
}
|
|
18624
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18625
|
+
border-inline-start: none;
|
|
18626
|
+
}
|
|
18627
|
+
.v-btn-group .v-btn:first-child {
|
|
18628
|
+
border-start-start-radius: inherit;
|
|
18629
|
+
border-end-start-radius: inherit;
|
|
18630
|
+
}
|
|
18631
|
+
.v-btn-group .v-btn:last-child {
|
|
18632
|
+
border-start-end-radius: inherit;
|
|
18633
|
+
border-end-end-radius: inherit;
|
|
18634
|
+
}
|
|
18635
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18636
|
+
border-inline-end-width: thin;
|
|
18637
|
+
border-inline-end-style: solid;
|
|
18638
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18639
|
+
}
|
|
18640
|
+
.v-btn-group--tile {
|
|
18641
|
+
border-radius: 0;
|
|
18718
18642
|
}.v-card {
|
|
18719
18643
|
display: block;
|
|
18720
18644
|
overflow: hidden;
|
|
@@ -19011,8 +18935,84 @@ html.overflow-y-hidden {
|
|
|
19011
18935
|
pointer-events: none;
|
|
19012
18936
|
opacity: 0;
|
|
19013
18937
|
transition: opacity 0.2s ease-in-out;
|
|
18938
|
+
}.v-carousel {
|
|
18939
|
+
overflow: hidden;
|
|
18940
|
+
position: relative;
|
|
18941
|
+
width: 100%;
|
|
18942
|
+
}
|
|
18943
|
+
.v-carousel__controls {
|
|
18944
|
+
align-items: center;
|
|
18945
|
+
bottom: 0;
|
|
18946
|
+
display: flex;
|
|
18947
|
+
height: 50px;
|
|
18948
|
+
justify-content: center;
|
|
18949
|
+
list-style-type: none;
|
|
18950
|
+
position: absolute;
|
|
18951
|
+
width: 100%;
|
|
18952
|
+
z-index: 1;
|
|
18953
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18954
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18955
|
+
}
|
|
18956
|
+
.v-carousel__controls > .v-item-group {
|
|
18957
|
+
flex: 0 1 auto;
|
|
18958
|
+
}
|
|
18959
|
+
.v-carousel__controls__item {
|
|
18960
|
+
margin: 0 8px;
|
|
18961
|
+
}
|
|
18962
|
+
.v-carousel__controls__item .v-icon {
|
|
18963
|
+
opacity: 0.5;
|
|
18964
|
+
}
|
|
18965
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18966
|
+
opacity: 1;
|
|
18967
|
+
vertical-align: middle;
|
|
18968
|
+
}
|
|
18969
|
+
.v-carousel__controls__item:hover {
|
|
18970
|
+
background: none;
|
|
18971
|
+
}
|
|
18972
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18973
|
+
opacity: 0.8;
|
|
18974
|
+
}
|
|
18975
|
+
|
|
18976
|
+
.v-carousel__progress {
|
|
18977
|
+
margin: 0;
|
|
18978
|
+
position: absolute;
|
|
18979
|
+
bottom: 0;
|
|
18980
|
+
left: 0;
|
|
18981
|
+
right: 0;
|
|
18982
|
+
}
|
|
18983
|
+
|
|
18984
|
+
.v-carousel-item {
|
|
18985
|
+
display: block;
|
|
18986
|
+
height: inherit;
|
|
18987
|
+
text-decoration: none;
|
|
18988
|
+
}
|
|
18989
|
+
.v-carousel-item > .v-img {
|
|
18990
|
+
height: inherit;
|
|
18991
|
+
}
|
|
18992
|
+
|
|
18993
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18994
|
+
background: transparent;
|
|
18995
|
+
}
|
|
18996
|
+
|
|
18997
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18998
|
+
flex-direction: column;
|
|
18999
|
+
height: 100% !important;
|
|
19000
|
+
width: 50px;
|
|
19014
19001
|
}.v-checkbox .v-selection-control {
|
|
19015
19002
|
min-height: var(--v-input-control-height);
|
|
19003
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19004
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19005
|
+
}
|
|
19006
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19007
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19008
|
+
}
|
|
19009
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19010
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19011
|
+
}
|
|
19012
|
+
@supports not selector(:focus-visible) {
|
|
19013
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19014
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19015
|
+
}
|
|
19016
19016
|
}.v-chip {
|
|
19017
19017
|
align-items: center;
|
|
19018
19018
|
cursor: default;
|
|
@@ -19421,6 +19421,24 @@ html.overflow-y-hidden {
|
|
|
19421
19421
|
|
|
19422
19422
|
.v-chip--label {
|
|
19423
19423
|
border-radius: 4px;
|
|
19424
|
+
}.v-chip-group {
|
|
19425
|
+
display: flex;
|
|
19426
|
+
max-width: 100%;
|
|
19427
|
+
min-width: 0;
|
|
19428
|
+
overflow-x: auto;
|
|
19429
|
+
padding: 4px 0;
|
|
19430
|
+
}
|
|
19431
|
+
.v-chip-group .v-chip {
|
|
19432
|
+
margin: 4px 8px 4px 0;
|
|
19433
|
+
}
|
|
19434
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19435
|
+
opacity: var(--v-activated-opacity);
|
|
19436
|
+
}
|
|
19437
|
+
|
|
19438
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19439
|
+
white-space: normal;
|
|
19440
|
+
flex-wrap: wrap;
|
|
19441
|
+
max-width: 100%;
|
|
19424
19442
|
}.v-color-picker {
|
|
19425
19443
|
align-self: flex-start;
|
|
19426
19444
|
contain: content;
|
|
@@ -19441,24 +19459,6 @@ html.overflow-y-hidden {
|
|
|
19441
19459
|
}
|
|
19442
19460
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19443
19461
|
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
19462
|
}.v-counter {
|
|
19463
19463
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19464
19464
|
flex: 0 1 auto;
|
|
@@ -20136,117 +20136,6 @@ html.overflow-y-hidden {
|
|
|
20136
20136
|
.offset-xxl-11 {
|
|
20137
20137
|
margin-inline-start: 91.6666666667%;
|
|
20138
20138
|
}
|
|
20139
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
|
20140
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
20141
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20142
|
-
cursor: text;
|
|
20143
|
-
}
|
|
20144
|
-
.v-combobox .v-field .v-field__input > input {
|
|
20145
|
-
flex: 1 1;
|
|
20146
|
-
}
|
|
20147
|
-
.v-combobox .v-field input {
|
|
20148
|
-
min-width: 64px;
|
|
20149
|
-
}
|
|
20150
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
20151
|
-
min-width: 0;
|
|
20152
|
-
}
|
|
20153
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
20154
|
-
margin-inline-end: 2px;
|
|
20155
|
-
}
|
|
20156
|
-
.v-combobox .v-combobox__selection-text {
|
|
20157
|
-
overflow: hidden;
|
|
20158
|
-
text-overflow: ellipsis;
|
|
20159
|
-
white-space: nowrap;
|
|
20160
|
-
}
|
|
20161
|
-
|
|
20162
|
-
.v-combobox__content {
|
|
20163
|
-
overflow: hidden;
|
|
20164
|
-
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));
|
|
20165
|
-
border-radius: 4px;
|
|
20166
|
-
}
|
|
20167
|
-
.v-combobox__mask {
|
|
20168
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
20169
|
-
}
|
|
20170
|
-
.v-combobox__selection {
|
|
20171
|
-
display: inline-flex;
|
|
20172
|
-
align-items: center;
|
|
20173
|
-
height: 1.5rem;
|
|
20174
|
-
letter-spacing: inherit;
|
|
20175
|
-
line-height: inherit;
|
|
20176
|
-
max-width: calc(100% - 2px - 2px);
|
|
20177
|
-
}
|
|
20178
|
-
.v-combobox__selection:first-child {
|
|
20179
|
-
margin-inline-start: 0;
|
|
20180
|
-
}
|
|
20181
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20182
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20183
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20184
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20185
|
-
top: 0px;
|
|
20186
|
-
}
|
|
20187
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
20188
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
20189
|
-
}
|
|
20190
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20191
|
-
opacity: 1;
|
|
20192
|
-
}
|
|
20193
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
20194
|
-
caret-color: transparent;
|
|
20195
|
-
}
|
|
20196
|
-
.v-combobox--single.v-text-field .v-field--focused input {
|
|
20197
|
-
flex: 1 1;
|
|
20198
|
-
position: absolute;
|
|
20199
|
-
left: 0;
|
|
20200
|
-
right: 0;
|
|
20201
|
-
width: 100%;
|
|
20202
|
-
padding-inline: inherit;
|
|
20203
|
-
}
|
|
20204
|
-
.v-combobox--single .v-field--active input {
|
|
20205
|
-
transition: none;
|
|
20206
|
-
}
|
|
20207
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
20208
|
-
opacity: 0;
|
|
20209
|
-
}
|
|
20210
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
20211
|
-
opacity: 0;
|
|
20212
|
-
}
|
|
20213
|
-
.v-combobox__menu-icon {
|
|
20214
|
-
margin-inline-start: 4px;
|
|
20215
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20216
|
-
}
|
|
20217
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20218
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
20219
|
-
transform: rotate(180deg);
|
|
20220
|
-
}.v-data-table-footer {
|
|
20221
|
-
display: flex;
|
|
20222
|
-
align-items: center;
|
|
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;
|
|
20233
|
-
}
|
|
20234
|
-
.v-data-table-footer__items-per-page > span {
|
|
20235
|
-
padding-inline-end: 24px;
|
|
20236
|
-
}
|
|
20237
|
-
|
|
20238
|
-
.v-data-table-footer__info {
|
|
20239
|
-
display: flex;
|
|
20240
|
-
padding-inline-end: 24px;
|
|
20241
|
-
}
|
|
20242
|
-
|
|
20243
|
-
.v-data-table-footer__pagination {
|
|
20244
|
-
display: flex;
|
|
20245
|
-
align-items: center;
|
|
20246
|
-
}
|
|
20247
|
-
|
|
20248
|
-
.v-data-table-footer__page {
|
|
20249
|
-
padding: 0 8px;
|
|
20250
20139
|
}.v-data-table {
|
|
20251
20140
|
width: 100%;
|
|
20252
20141
|
}
|
|
@@ -20379,12 +20268,184 @@ html.overflow-y-hidden {
|
|
|
20379
20268
|
.v-data-table-rows-loading,
|
|
20380
20269
|
.v-data-table-rows-no-data {
|
|
20381
20270
|
text-align: center;
|
|
20382
|
-
}.v-
|
|
20383
|
-
|
|
20384
|
-
|
|
20385
|
-
|
|
20386
|
-
|
|
20387
|
-
|
|
20271
|
+
}.v-data-table-footer {
|
|
20272
|
+
display: flex;
|
|
20273
|
+
align-items: center;
|
|
20274
|
+
flex-wrap: wrap;
|
|
20275
|
+
padding: 4px;
|
|
20276
|
+
justify-content: flex-end;
|
|
20277
|
+
}
|
|
20278
|
+
|
|
20279
|
+
.v-data-table-footer__items-per-page {
|
|
20280
|
+
display: flex;
|
|
20281
|
+
align-items: center;
|
|
20282
|
+
justify-content: center;
|
|
20283
|
+
}
|
|
20284
|
+
.v-data-table-footer__items-per-page > span {
|
|
20285
|
+
padding-inline-end: 8px;
|
|
20286
|
+
}
|
|
20287
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20288
|
+
width: 90px;
|
|
20289
|
+
}
|
|
20290
|
+
|
|
20291
|
+
.v-data-table-footer__info {
|
|
20292
|
+
display: flex;
|
|
20293
|
+
justify-content: flex-end;
|
|
20294
|
+
min-width: 116px;
|
|
20295
|
+
padding: 0 16px;
|
|
20296
|
+
}
|
|
20297
|
+
|
|
20298
|
+
.v-data-table-footer__pagination {
|
|
20299
|
+
display: flex;
|
|
20300
|
+
align-items: center;
|
|
20301
|
+
margin-inline-start: 16px;
|
|
20302
|
+
}
|
|
20303
|
+
|
|
20304
|
+
.v-data-table-footer__page {
|
|
20305
|
+
padding: 0 8px;
|
|
20306
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
20307
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
20308
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20309
|
+
cursor: text;
|
|
20310
|
+
}
|
|
20311
|
+
.v-combobox .v-field .v-field__input > input {
|
|
20312
|
+
flex: 1 1;
|
|
20313
|
+
}
|
|
20314
|
+
.v-combobox .v-field input {
|
|
20315
|
+
min-width: 64px;
|
|
20316
|
+
}
|
|
20317
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
20318
|
+
min-width: 0;
|
|
20319
|
+
}
|
|
20320
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
20321
|
+
margin-inline-end: 2px;
|
|
20322
|
+
}
|
|
20323
|
+
.v-combobox .v-combobox__selection-text {
|
|
20324
|
+
overflow: hidden;
|
|
20325
|
+
text-overflow: ellipsis;
|
|
20326
|
+
white-space: nowrap;
|
|
20327
|
+
}
|
|
20328
|
+
|
|
20329
|
+
.v-combobox__content {
|
|
20330
|
+
overflow: hidden;
|
|
20331
|
+
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));
|
|
20332
|
+
border-radius: 4px;
|
|
20333
|
+
}
|
|
20334
|
+
.v-combobox__mask {
|
|
20335
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
20336
|
+
}
|
|
20337
|
+
.v-combobox__selection {
|
|
20338
|
+
display: inline-flex;
|
|
20339
|
+
align-items: center;
|
|
20340
|
+
height: 1.5rem;
|
|
20341
|
+
letter-spacing: inherit;
|
|
20342
|
+
line-height: inherit;
|
|
20343
|
+
max-width: calc(100% - 2px - 2px);
|
|
20344
|
+
}
|
|
20345
|
+
.v-combobox__selection:first-child {
|
|
20346
|
+
margin-inline-start: 0;
|
|
20347
|
+
}
|
|
20348
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20349
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20350
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20351
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20352
|
+
top: 0px;
|
|
20353
|
+
}
|
|
20354
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
20355
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
20356
|
+
}
|
|
20357
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20358
|
+
opacity: 1;
|
|
20359
|
+
}
|
|
20360
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
20361
|
+
caret-color: transparent;
|
|
20362
|
+
}
|
|
20363
|
+
.v-combobox--single.v-text-field .v-field--focused input {
|
|
20364
|
+
flex: 1 1;
|
|
20365
|
+
position: absolute;
|
|
20366
|
+
left: 0;
|
|
20367
|
+
right: 0;
|
|
20368
|
+
width: 100%;
|
|
20369
|
+
padding-inline: inherit;
|
|
20370
|
+
}
|
|
20371
|
+
.v-combobox--single .v-field--active input {
|
|
20372
|
+
transition: none;
|
|
20373
|
+
}
|
|
20374
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
20375
|
+
opacity: 0;
|
|
20376
|
+
}
|
|
20377
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
20378
|
+
opacity: 0;
|
|
20379
|
+
}
|
|
20380
|
+
.v-combobox__menu-icon {
|
|
20381
|
+
margin-inline-start: 4px;
|
|
20382
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20383
|
+
}
|
|
20384
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20385
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
20386
|
+
transform: rotate(180deg);
|
|
20387
|
+
}.v-date-picker-controls {
|
|
20388
|
+
display: flex;
|
|
20389
|
+
align-items: center;
|
|
20390
|
+
justify-content: space-between;
|
|
20391
|
+
font-size: 0.875rem;
|
|
20392
|
+
padding-top: 4px;
|
|
20393
|
+
padding-bottom: 4px;
|
|
20394
|
+
padding-inline-start: 6px;
|
|
20395
|
+
padding-inline-end: 12px;
|
|
20396
|
+
}
|
|
20397
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20398
|
+
text-transform: none;
|
|
20399
|
+
font-weight: 400;
|
|
20400
|
+
line-height: initial;
|
|
20401
|
+
letter-spacing: initial;
|
|
20402
|
+
}
|
|
20403
|
+
.v-date-picker-controls--variant-classic {
|
|
20404
|
+
padding-inline-start: 12px;
|
|
20405
|
+
}
|
|
20406
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20407
|
+
opacity: 0.7;
|
|
20408
|
+
}
|
|
20409
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20410
|
+
cursor: pointer;
|
|
20411
|
+
}
|
|
20412
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20413
|
+
opacity: 1;
|
|
20414
|
+
}
|
|
20415
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20416
|
+
margin-inline-start: 4px;
|
|
20417
|
+
}
|
|
20418
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20419
|
+
transform: rotate(180deg);
|
|
20420
|
+
}
|
|
20421
|
+
|
|
20422
|
+
.v-date-picker-controls__date {
|
|
20423
|
+
margin-inline-end: 4px;
|
|
20424
|
+
}
|
|
20425
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20426
|
+
margin: auto;
|
|
20427
|
+
text-align: center;
|
|
20428
|
+
}
|
|
20429
|
+
|
|
20430
|
+
.v-date-picker-controls__month {
|
|
20431
|
+
display: flex;
|
|
20432
|
+
}
|
|
20433
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20434
|
+
flex-direction: row-reverse;
|
|
20435
|
+
}
|
|
20436
|
+
|
|
20437
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20438
|
+
flex: 1 0 auto;
|
|
20439
|
+
}
|
|
20440
|
+
|
|
20441
|
+
.v-date-picker__title {
|
|
20442
|
+
display: inline-block;
|
|
20443
|
+
}.v-date-picker__input {
|
|
20444
|
+
padding-top: 16px;
|
|
20445
|
+
padding-left: 24px;
|
|
20446
|
+
padding-right: 24px;
|
|
20447
|
+
}
|
|
20448
|
+
|
|
20388
20449
|
.v-date-picker {
|
|
20389
20450
|
overflow: hidden;
|
|
20390
20451
|
width: 360px;
|
|
@@ -20462,62 +20523,26 @@ html.overflow-y-hidden {
|
|
|
20462
20523
|
.date-picker-header-reverse-transition-leave-to {
|
|
20463
20524
|
opacity: 0;
|
|
20464
20525
|
transform: translate(0, 100%);
|
|
20465
|
-
}.v-date-picker-
|
|
20466
|
-
|
|
20467
|
-
|
|
20468
|
-
justify-content: space-between;
|
|
20469
|
-
font-size: 0.875rem;
|
|
20470
|
-
padding-top: 4px;
|
|
20471
|
-
padding-bottom: 4px;
|
|
20472
|
-
padding-inline-start: 6px;
|
|
20473
|
-
padding-inline-end: 12px;
|
|
20474
|
-
}
|
|
20475
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20476
|
-
text-transform: none;
|
|
20477
|
-
font-weight: 400;
|
|
20478
|
-
line-height: initial;
|
|
20479
|
-
letter-spacing: initial;
|
|
20480
|
-
}
|
|
20481
|
-
.v-date-picker-controls--variant-classic {
|
|
20482
|
-
padding-inline-start: 12px;
|
|
20483
|
-
}
|
|
20484
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20485
|
-
opacity: 0.7;
|
|
20486
|
-
}
|
|
20487
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20488
|
-
cursor: pointer;
|
|
20489
|
-
}
|
|
20490
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20491
|
-
opacity: 1;
|
|
20492
|
-
}
|
|
20493
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20494
|
-
margin-inline-start: 4px;
|
|
20495
|
-
}
|
|
20496
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20497
|
-
transform: rotate(180deg);
|
|
20498
|
-
}
|
|
20499
|
-
|
|
20500
|
-
.v-date-picker-controls__date {
|
|
20501
|
-
margin-inline-end: 4px;
|
|
20502
|
-
}
|
|
20503
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20504
|
-
margin: auto;
|
|
20505
|
-
text-align: center;
|
|
20506
|
-
}
|
|
20507
|
-
|
|
20508
|
-
.v-date-picker-controls__month {
|
|
20509
|
-
display: flex;
|
|
20510
|
-
}
|
|
20511
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20512
|
-
flex-direction: row-reverse;
|
|
20526
|
+
}.v-date-picker-months {
|
|
20527
|
+
height: 320px;
|
|
20528
|
+
overflow-y: scroll;
|
|
20513
20529
|
}
|
|
20514
20530
|
|
|
20515
|
-
.v-date-picker-
|
|
20516
|
-
|
|
20531
|
+
.v-date-picker-months__content {
|
|
20532
|
+
align-items: center;
|
|
20533
|
+
display: grid;
|
|
20534
|
+
flex: 1 1;
|
|
20535
|
+
height: inherit;
|
|
20536
|
+
justify-content: space-around;
|
|
20537
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20538
|
+
grid-gap: 4px 24px;
|
|
20539
|
+
padding-inline-start: 36px;
|
|
20540
|
+
padding-inline-end: 36px;
|
|
20517
20541
|
}
|
|
20518
|
-
|
|
20519
|
-
|
|
20520
|
-
|
|
20542
|
+
.v-date-picker-months__content .v-btn {
|
|
20543
|
+
text-transform: none;
|
|
20544
|
+
padding-inline-start: 8px;
|
|
20545
|
+
padding-inline-end: 8px;
|
|
20521
20546
|
}.v-date-picker-month {
|
|
20522
20547
|
display: flex;
|
|
20523
20548
|
justify-content: center;
|
|
@@ -20567,32 +20592,12 @@ html.overflow-y-hidden {
|
|
|
20567
20592
|
|
|
20568
20593
|
.v-date-picker-month__day--hide-adjacent {
|
|
20569
20594
|
opacity: 0;
|
|
20570
|
-
}.v-date-picker-
|
|
20595
|
+
}.v-date-picker-years {
|
|
20571
20596
|
height: 320px;
|
|
20572
20597
|
overflow-y: scroll;
|
|
20573
20598
|
}
|
|
20574
20599
|
|
|
20575
|
-
.v-date-picker-
|
|
20576
|
-
align-items: center;
|
|
20577
|
-
display: grid;
|
|
20578
|
-
flex: 1 1;
|
|
20579
|
-
height: inherit;
|
|
20580
|
-
justify-content: space-around;
|
|
20581
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20582
|
-
grid-gap: 4px 24px;
|
|
20583
|
-
padding-inline-start: 36px;
|
|
20584
|
-
padding-inline-end: 36px;
|
|
20585
|
-
}
|
|
20586
|
-
.v-date-picker-months__content .v-btn {
|
|
20587
|
-
text-transform: none;
|
|
20588
|
-
padding-inline-start: 8px;
|
|
20589
|
-
padding-inline-end: 8px;
|
|
20590
|
-
}.v-date-picker-years {
|
|
20591
|
-
height: 320px;
|
|
20592
|
-
overflow-y: scroll;
|
|
20593
|
-
}
|
|
20594
|
-
|
|
20595
|
-
.v-date-picker-years__content {
|
|
20600
|
+
.v-date-picker-years__content {
|
|
20596
20601
|
display: grid;
|
|
20597
20602
|
flex: 1 1;
|
|
20598
20603
|
justify-content: space-around;
|
|
@@ -20690,35 +20695,6 @@ html.overflow-y-hidden {
|
|
|
20690
20695
|
-webkit-backface-visibility: hidden;
|
|
20691
20696
|
backface-visibility: hidden;
|
|
20692
20697
|
overflow-y: auto;
|
|
20693
|
-
}.v-divider {
|
|
20694
|
-
display: block;
|
|
20695
|
-
flex: 1 1 100%;
|
|
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
20698
|
}.v-expansion-panel {
|
|
20723
20699
|
background-color: rgb(var(--v-theme-surface));
|
|
20724
20700
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -21467,7 +21443,100 @@ textarea.v-field__input::placeholder {
|
|
|
21467
21443
|
opacity: 0;
|
|
21468
21444
|
}
|
|
21469
21445
|
|
|
21470
|
-
/* endregion */.v-
|
|
21446
|
+
/* endregion */.v-divider {
|
|
21447
|
+
display: block;
|
|
21448
|
+
flex: 1 1 100%;
|
|
21449
|
+
height: 0px;
|
|
21450
|
+
max-height: 0px;
|
|
21451
|
+
opacity: var(--v-border-opacity);
|
|
21452
|
+
transition: inherit;
|
|
21453
|
+
border-style: solid;
|
|
21454
|
+
border-width: thin 0 0 0;
|
|
21455
|
+
}
|
|
21456
|
+
.v-divider--vertical {
|
|
21457
|
+
align-self: stretch;
|
|
21458
|
+
border-width: 0 thin 0 0;
|
|
21459
|
+
display: inline-flex;
|
|
21460
|
+
height: inherit;
|
|
21461
|
+
margin-left: -1px;
|
|
21462
|
+
max-height: 100%;
|
|
21463
|
+
max-width: 0px;
|
|
21464
|
+
vertical-align: text-bottom;
|
|
21465
|
+
width: 0px;
|
|
21466
|
+
}
|
|
21467
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21468
|
+
max-width: calc(100% - 72px);
|
|
21469
|
+
margin-inline-start: 72px;
|
|
21470
|
+
}
|
|
21471
|
+
.v-divider--inset.v-divider--vertical {
|
|
21472
|
+
margin-bottom: 8px;
|
|
21473
|
+
margin-top: 8px;
|
|
21474
|
+
max-height: calc(100% - 16px);
|
|
21475
|
+
}.v-footer {
|
|
21476
|
+
align-items: center;
|
|
21477
|
+
display: flex;
|
|
21478
|
+
flex: 1 1 auto;
|
|
21479
|
+
padding: 8px 16px;
|
|
21480
|
+
position: relative;
|
|
21481
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21482
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21483
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21484
|
+
border-style: solid;
|
|
21485
|
+
border-width: 0;
|
|
21486
|
+
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));
|
|
21487
|
+
border-radius: 0;
|
|
21488
|
+
background: rgb(var(--v-theme-surface));
|
|
21489
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21490
|
+
}
|
|
21491
|
+
.v-footer--border {
|
|
21492
|
+
border-width: thin;
|
|
21493
|
+
box-shadow: none;
|
|
21494
|
+
}
|
|
21495
|
+
.v-footer--absolute {
|
|
21496
|
+
position: absolute;
|
|
21497
|
+
}
|
|
21498
|
+
.v-footer--fixed {
|
|
21499
|
+
position: fixed;
|
|
21500
|
+
}
|
|
21501
|
+
.v-footer--rounded {
|
|
21502
|
+
border-radius: 4px;
|
|
21503
|
+
}.v-img {
|
|
21504
|
+
--v-theme-overlay-multiplier: 3;
|
|
21505
|
+
z-index: 0;
|
|
21506
|
+
}
|
|
21507
|
+
.v-img--booting .v-responsive__sizer {
|
|
21508
|
+
transition: none;
|
|
21509
|
+
}
|
|
21510
|
+
.v-img--rounded {
|
|
21511
|
+
border-radius: 4px;
|
|
21512
|
+
}
|
|
21513
|
+
|
|
21514
|
+
.v-img__img,
|
|
21515
|
+
.v-img__picture,
|
|
21516
|
+
.v-img__gradient,
|
|
21517
|
+
.v-img__placeholder,
|
|
21518
|
+
.v-img__error {
|
|
21519
|
+
z-index: -1;
|
|
21520
|
+
position: absolute;
|
|
21521
|
+
top: 0;
|
|
21522
|
+
left: 0;
|
|
21523
|
+
width: 100%;
|
|
21524
|
+
height: 100%;
|
|
21525
|
+
}
|
|
21526
|
+
|
|
21527
|
+
.v-img__img--preload {
|
|
21528
|
+
filter: blur(4px);
|
|
21529
|
+
}
|
|
21530
|
+
.v-img__img--contain {
|
|
21531
|
+
object-fit: contain;
|
|
21532
|
+
}
|
|
21533
|
+
.v-img__img--cover {
|
|
21534
|
+
object-fit: cover;
|
|
21535
|
+
}
|
|
21536
|
+
|
|
21537
|
+
.v-img__gradient {
|
|
21538
|
+
background-repeat: no-repeat;
|
|
21539
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21471
21540
|
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21472
21541
|
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21473
21542
|
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
@@ -21512,34 +21581,6 @@ textarea.v-field__input::placeholder {
|
|
|
21512
21581
|
display: flex;
|
|
21513
21582
|
justify-content: center;
|
|
21514
21583
|
padding: 8px;
|
|
21515
|
-
}.v-footer {
|
|
21516
|
-
align-items: center;
|
|
21517
|
-
display: flex;
|
|
21518
|
-
flex: 1 1 auto;
|
|
21519
|
-
padding: 8px 16px;
|
|
21520
|
-
position: relative;
|
|
21521
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21522
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21523
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21524
|
-
border-style: solid;
|
|
21525
|
-
border-width: 0;
|
|
21526
|
-
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));
|
|
21527
|
-
border-radius: 0;
|
|
21528
|
-
background: rgb(var(--v-theme-surface));
|
|
21529
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21530
|
-
}
|
|
21531
|
-
.v-footer--border {
|
|
21532
|
-
border-width: thin;
|
|
21533
|
-
box-shadow: none;
|
|
21534
|
-
}
|
|
21535
|
-
.v-footer--absolute {
|
|
21536
|
-
position: absolute;
|
|
21537
|
-
}
|
|
21538
|
-
.v-footer--fixed {
|
|
21539
|
-
position: fixed;
|
|
21540
|
-
}
|
|
21541
|
-
.v-footer--rounded {
|
|
21542
|
-
border-radius: 4px;
|
|
21543
21584
|
}.v-icon {
|
|
21544
21585
|
--v-icon-size-multiplier: 1;
|
|
21545
21586
|
align-items: center;
|
|
@@ -21589,42 +21630,11 @@ textarea.v-field__input::placeholder {
|
|
|
21589
21630
|
|
|
21590
21631
|
.v-icon--end {
|
|
21591
21632
|
margin-inline-start: 8px;
|
|
21592
|
-
}.v-
|
|
21593
|
-
|
|
21594
|
-
|
|
21595
|
-
|
|
21596
|
-
.
|
|
21597
|
-
transition: none;
|
|
21598
|
-
}
|
|
21599
|
-
.v-img--rounded {
|
|
21600
|
-
border-radius: 4px;
|
|
21601
|
-
}
|
|
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%;
|
|
21613
|
-
height: 100%;
|
|
21614
|
-
}
|
|
21615
|
-
|
|
21616
|
-
.v-img__img--preload {
|
|
21617
|
-
filter: blur(4px);
|
|
21618
|
-
}
|
|
21619
|
-
.v-img__img--contain {
|
|
21620
|
-
object-fit: contain;
|
|
21621
|
-
}
|
|
21622
|
-
.v-img__img--cover {
|
|
21623
|
-
object-fit: cover;
|
|
21624
|
-
}
|
|
21625
|
-
|
|
21626
|
-
.v-img__gradient {
|
|
21627
|
-
background-repeat: no-repeat;
|
|
21633
|
+
}.v-item-group {
|
|
21634
|
+
flex: 0 1 auto;
|
|
21635
|
+
max-width: 100%;
|
|
21636
|
+
position: relative;
|
|
21637
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21628
21638
|
}.v-input {
|
|
21629
21639
|
display: grid;
|
|
21630
21640
|
flex: 1 1 auto;
|
|
@@ -21767,11 +21777,6 @@ textarea.v-field__input::placeholder {
|
|
|
21767
21777
|
|
|
21768
21778
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21769
21779
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21770
|
-
}.v-item-group {
|
|
21771
|
-
flex: 0 1 auto;
|
|
21772
|
-
max-width: 100%;
|
|
21773
|
-
position: relative;
|
|
21774
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21775
21780
|
}.v-label {
|
|
21776
21781
|
align-items: center;
|
|
21777
21782
|
color: inherit;
|
|
@@ -22122,6 +22127,7 @@ textarea.v-field__input::placeholder {
|
|
|
22122
22127
|
overflow: hidden;
|
|
22123
22128
|
padding: 0;
|
|
22124
22129
|
text-overflow: ellipsis;
|
|
22130
|
+
word-break: break-all;
|
|
22125
22131
|
font-size: 0.875rem;
|
|
22126
22132
|
font-weight: 400;
|
|
22127
22133
|
letter-spacing: 0.0178571429em;
|
|
@@ -22324,14 +22330,6 @@ textarea.v-field__input::placeholder {
|
|
|
22324
22330
|
}
|
|
22325
22331
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22326
22332
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22327
|
-
}.v-layout {
|
|
22328
|
-
--v-scrollbar-offset: 0px;
|
|
22329
|
-
display: flex;
|
|
22330
|
-
flex: 1 1 auto;
|
|
22331
|
-
}
|
|
22332
|
-
.v-layout--full-height {
|
|
22333
|
-
--v-scrollbar-offset: inherit;
|
|
22334
|
-
height: 100%;
|
|
22335
22333
|
}.v-layout-item {
|
|
22336
22334
|
position: absolute;
|
|
22337
22335
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -22339,19 +22337,14 @@ textarea.v-field__input::placeholder {
|
|
|
22339
22337
|
|
|
22340
22338
|
.v-layout-item--absolute {
|
|
22341
22339
|
position: absolute;
|
|
22342
|
-
}.v-
|
|
22340
|
+
}.v-layout {
|
|
22341
|
+
--v-scrollbar-offset: 0px;
|
|
22343
22342
|
display: flex;
|
|
22344
|
-
flex
|
|
22345
|
-
border-radius: 4px;
|
|
22343
|
+
flex: 1 1 auto;
|
|
22346
22344
|
}
|
|
22347
|
-
.v-
|
|
22348
|
-
|
|
22349
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22350
|
-
background: rgb(var(--v-theme-surface));
|
|
22351
|
-
border-radius: inherit;
|
|
22352
|
-
overflow: auto;
|
|
22345
|
+
.v-layout--full-height {
|
|
22346
|
+
--v-scrollbar-offset: inherit;
|
|
22353
22347
|
height: 100%;
|
|
22354
|
-
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
22348
|
}.v-locale-provider {
|
|
22356
22349
|
display: contents;
|
|
22357
22350
|
}.v-main {
|
|
@@ -22382,6 +22375,19 @@ textarea.v-field__input::placeholder {
|
|
|
22382
22375
|
--v-layout-right: 0px;
|
|
22383
22376
|
--v-layout-top: 0px;
|
|
22384
22377
|
--v-layout-bottom: 0px;
|
|
22378
|
+
}.v-menu > .v-overlay__content {
|
|
22379
|
+
display: flex;
|
|
22380
|
+
flex-direction: column;
|
|
22381
|
+
border-radius: 4px;
|
|
22382
|
+
}
|
|
22383
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22384
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22385
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22386
|
+
background: rgb(var(--v-theme-surface));
|
|
22387
|
+
border-radius: inherit;
|
|
22388
|
+
overflow: auto;
|
|
22389
|
+
height: 100%;
|
|
22390
|
+
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));
|
|
22385
22391
|
}.v-messages {
|
|
22386
22392
|
flex: 1 1 auto;
|
|
22387
22393
|
font-size: 12px;
|
|
@@ -22552,6 +22558,14 @@ textarea.v-field__input::placeholder {
|
|
|
22552
22558
|
}
|
|
22553
22559
|
.v-otp-input__loader .v-progress-linear {
|
|
22554
22560
|
position: absolute;
|
|
22561
|
+
}.v-pagination__list {
|
|
22562
|
+
display: inline-flex;
|
|
22563
|
+
list-style-type: none;
|
|
22564
|
+
justify-content: center;
|
|
22565
|
+
width: 100%;
|
|
22566
|
+
}
|
|
22567
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22568
|
+
margin: 0.3rem;
|
|
22555
22569
|
}.v-overlay-container {
|
|
22556
22570
|
contain: layout;
|
|
22557
22571
|
left: 0;
|
|
@@ -22621,52 +22635,108 @@ html.v-overlay-scroll-blocked {
|
|
|
22621
22635
|
}
|
|
22622
22636
|
.v-parallax--active > .v-img__img {
|
|
22623
22637
|
will-change: transform;
|
|
22624
|
-
}.v-
|
|
22638
|
+
}.v-progress-circular {
|
|
22639
|
+
align-items: center;
|
|
22625
22640
|
display: inline-flex;
|
|
22626
|
-
list-style-type: none;
|
|
22627
22641
|
justify-content: center;
|
|
22628
|
-
|
|
22642
|
+
position: relative;
|
|
22643
|
+
vertical-align: middle;
|
|
22629
22644
|
}
|
|
22630
|
-
.v-
|
|
22631
|
-
|
|
22632
|
-
|
|
22633
|
-
|
|
22645
|
+
.v-progress-circular > svg {
|
|
22646
|
+
width: 100%;
|
|
22647
|
+
height: 100%;
|
|
22648
|
+
margin: auto;
|
|
22649
|
+
position: absolute;
|
|
22650
|
+
top: 0;
|
|
22651
|
+
bottom: 0;
|
|
22652
|
+
left: 0;
|
|
22653
|
+
right: 0;
|
|
22654
|
+
z-index: 0;
|
|
22634
22655
|
}
|
|
22635
|
-
|
|
22636
|
-
|
|
22656
|
+
|
|
22657
|
+
.v-progress-circular__content {
|
|
22658
|
+
align-items: center;
|
|
22659
|
+
display: flex;
|
|
22660
|
+
justify-content: center;
|
|
22637
22661
|
}
|
|
22638
|
-
|
|
22639
|
-
|
|
22640
|
-
|
|
22662
|
+
|
|
22663
|
+
.v-progress-circular__underlay {
|
|
22664
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22665
|
+
stroke: currentColor;
|
|
22666
|
+
z-index: 1;
|
|
22641
22667
|
}
|
|
22642
|
-
|
|
22643
|
-
|
|
22644
|
-
|
|
22645
|
-
|
|
22646
|
-
|
|
22647
|
-
max-height: 100%;
|
|
22648
|
-
max-width: 100%;
|
|
22649
|
-
overflow: hidden;
|
|
22650
|
-
position: relative;
|
|
22668
|
+
|
|
22669
|
+
.v-progress-circular__overlay {
|
|
22670
|
+
stroke: currentColor;
|
|
22671
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22672
|
+
z-index: 2;
|
|
22651
22673
|
}
|
|
22652
|
-
|
|
22653
|
-
|
|
22654
|
-
|
|
22674
|
+
|
|
22675
|
+
.v-progress-circular--size-x-small {
|
|
22676
|
+
height: 16px;
|
|
22677
|
+
width: 16px;
|
|
22678
|
+
}
|
|
22679
|
+
.v-progress-circular--size-small {
|
|
22680
|
+
height: 24px;
|
|
22681
|
+
width: 24px;
|
|
22682
|
+
}
|
|
22683
|
+
.v-progress-circular--size-default {
|
|
22684
|
+
height: 32px;
|
|
22685
|
+
width: 32px;
|
|
22686
|
+
}
|
|
22687
|
+
.v-progress-circular--size-large {
|
|
22688
|
+
height: 48px;
|
|
22689
|
+
width: 48px;
|
|
22690
|
+
}
|
|
22691
|
+
.v-progress-circular--size-x-large {
|
|
22692
|
+
height: 64px;
|
|
22693
|
+
width: 64px;
|
|
22655
22694
|
}
|
|
22656
22695
|
|
|
22657
|
-
.v-
|
|
22658
|
-
|
|
22659
|
-
|
|
22696
|
+
.v-progress-circular--indeterminate > svg {
|
|
22697
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22698
|
+
transform-origin: center center;
|
|
22699
|
+
transition: all 0.2s ease-in-out;
|
|
22700
|
+
}
|
|
22701
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22702
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22703
|
+
stroke-dasharray: 25, 200;
|
|
22704
|
+
stroke-dashoffset: 0;
|
|
22705
|
+
stroke-linecap: round;
|
|
22706
|
+
transform-origin: center center;
|
|
22707
|
+
transform: rotate(-90deg);
|
|
22660
22708
|
}
|
|
22661
22709
|
|
|
22662
|
-
.v-
|
|
22663
|
-
|
|
22710
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22711
|
+
animation-duration: 0.7s;
|
|
22712
|
+
}
|
|
22713
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22714
|
+
animation: none;
|
|
22664
22715
|
}
|
|
22665
22716
|
|
|
22666
|
-
.v-
|
|
22667
|
-
|
|
22668
|
-
|
|
22669
|
-
|
|
22717
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22718
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22719
|
+
animation-play-state: paused !important;
|
|
22720
|
+
}
|
|
22721
|
+
|
|
22722
|
+
@keyframes progress-circular-dash {
|
|
22723
|
+
0% {
|
|
22724
|
+
stroke-dasharray: 1, 200;
|
|
22725
|
+
stroke-dashoffset: 0px;
|
|
22726
|
+
}
|
|
22727
|
+
50% {
|
|
22728
|
+
stroke-dasharray: 100, 200;
|
|
22729
|
+
stroke-dashoffset: -15px;
|
|
22730
|
+
}
|
|
22731
|
+
100% {
|
|
22732
|
+
stroke-dasharray: 100, 200;
|
|
22733
|
+
stroke-dashoffset: -124px;
|
|
22734
|
+
}
|
|
22735
|
+
}
|
|
22736
|
+
@keyframes progress-circular-rotate {
|
|
22737
|
+
100% {
|
|
22738
|
+
transform: rotate(270deg);
|
|
22739
|
+
}
|
|
22670
22740
|
}.v-progress-linear {
|
|
22671
22741
|
background: transparent;
|
|
22672
22742
|
overflow: hidden;
|
|
@@ -22877,6 +22947,101 @@ html.v-overlay-scroll-blocked {
|
|
|
22877
22947
|
0% {
|
|
22878
22948
|
background-position-x: var(--v-progress-linear-height);
|
|
22879
22949
|
}
|
|
22950
|
+
}.v-radio-group > .v-input__control {
|
|
22951
|
+
flex-direction: column;
|
|
22952
|
+
}
|
|
22953
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
22954
|
+
margin-inline-start: 16px;
|
|
22955
|
+
}
|
|
22956
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22957
|
+
padding-inline-start: 6px;
|
|
22958
|
+
margin-top: 8px;
|
|
22959
|
+
}
|
|
22960
|
+
.v-radio-group .v-input__details {
|
|
22961
|
+
padding-inline: 16px;
|
|
22962
|
+
}.v-slider .v-slider__container input {
|
|
22963
|
+
cursor: default;
|
|
22964
|
+
padding: 0;
|
|
22965
|
+
width: 100%;
|
|
22966
|
+
display: none;
|
|
22967
|
+
}
|
|
22968
|
+
.v-slider > .v-input__append,
|
|
22969
|
+
.v-slider > .v-input__prepend {
|
|
22970
|
+
padding: 0;
|
|
22971
|
+
}
|
|
22972
|
+
|
|
22973
|
+
.v-slider__container {
|
|
22974
|
+
position: relative;
|
|
22975
|
+
min-height: inherit;
|
|
22976
|
+
width: 100%;
|
|
22977
|
+
height: 100%;
|
|
22978
|
+
display: flex;
|
|
22979
|
+
justify-content: center;
|
|
22980
|
+
align-items: center;
|
|
22981
|
+
cursor: pointer;
|
|
22982
|
+
}
|
|
22983
|
+
.v-input--disabled .v-slider__container {
|
|
22984
|
+
opacity: var(--v-disabled-opacity);
|
|
22985
|
+
}
|
|
22986
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
22987
|
+
color: rgb(var(--v-theme-error));
|
|
22988
|
+
}
|
|
22989
|
+
|
|
22990
|
+
.v-slider.v-input--horizontal {
|
|
22991
|
+
align-items: center;
|
|
22992
|
+
margin-inline: 8px 8px;
|
|
22993
|
+
}
|
|
22994
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
22995
|
+
min-height: 32px;
|
|
22996
|
+
display: flex;
|
|
22997
|
+
align-items: center;
|
|
22998
|
+
}
|
|
22999
|
+
|
|
23000
|
+
.v-slider.v-input--vertical {
|
|
23001
|
+
justify-content: center;
|
|
23002
|
+
margin-top: 12px;
|
|
23003
|
+
margin-bottom: 12px;
|
|
23004
|
+
}
|
|
23005
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23006
|
+
min-height: 300px;
|
|
23007
|
+
}
|
|
23008
|
+
|
|
23009
|
+
.v-slider.v-input--disabled {
|
|
23010
|
+
pointer-events: none;
|
|
23011
|
+
}
|
|
23012
|
+
|
|
23013
|
+
.v-slider--has-labels > .v-input__control {
|
|
23014
|
+
margin-bottom: 4px;
|
|
23015
|
+
}
|
|
23016
|
+
|
|
23017
|
+
.v-slider__label {
|
|
23018
|
+
margin-inline-end: 12px;
|
|
23019
|
+
}.v-responsive {
|
|
23020
|
+
display: flex;
|
|
23021
|
+
flex: 1 0 auto;
|
|
23022
|
+
max-height: 100%;
|
|
23023
|
+
max-width: 100%;
|
|
23024
|
+
overflow: hidden;
|
|
23025
|
+
position: relative;
|
|
23026
|
+
}
|
|
23027
|
+
.v-responsive--inline {
|
|
23028
|
+
display: inline-flex;
|
|
23029
|
+
flex: 0 0 auto;
|
|
23030
|
+
}
|
|
23031
|
+
|
|
23032
|
+
.v-responsive__content {
|
|
23033
|
+
flex: 1 0 0px;
|
|
23034
|
+
max-width: 100%;
|
|
23035
|
+
}
|
|
23036
|
+
|
|
23037
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
23038
|
+
margin-inline-start: -100%;
|
|
23039
|
+
}
|
|
23040
|
+
|
|
23041
|
+
.v-responsive__sizer {
|
|
23042
|
+
flex: 1 0 0px;
|
|
23043
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23044
|
+
pointer-events: none;
|
|
22880
23045
|
}.v-rating {
|
|
22881
23046
|
max-width: 100%;
|
|
22882
23047
|
display: inline-flex;
|
|
@@ -22931,182 +23096,31 @@ html.v-overlay-scroll-blocked {
|
|
|
22931
23096
|
opacity: 0;
|
|
22932
23097
|
position: absolute;
|
|
22933
23098
|
width: 0;
|
|
22934
|
-
}.v-
|
|
22935
|
-
|
|
22936
|
-
display:
|
|
22937
|
-
|
|
22938
|
-
position: relative;
|
|
22939
|
-
vertical-align: middle;
|
|
23099
|
+
}.v-selection-control-group {
|
|
23100
|
+
grid-area: control;
|
|
23101
|
+
display: flex;
|
|
23102
|
+
flex-direction: column;
|
|
22940
23103
|
}
|
|
22941
|
-
.v-
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
23104
|
+
.v-selection-control-group--inline {
|
|
23105
|
+
flex-direction: row;
|
|
23106
|
+
flex-wrap: wrap;
|
|
23107
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
23108
|
+
.v-select .v-field .v-text-field__suffix,
|
|
23109
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
23110
|
+
cursor: pointer;
|
|
23111
|
+
}
|
|
23112
|
+
.v-select .v-field .v-field__input > input {
|
|
23113
|
+
align-self: flex-start;
|
|
23114
|
+
opacity: 1;
|
|
23115
|
+
flex: 0 0;
|
|
22945
23116
|
position: absolute;
|
|
22946
|
-
|
|
22947
|
-
|
|
22948
|
-
|
|
22949
|
-
|
|
22950
|
-
z-index: 0;
|
|
23117
|
+
width: 100%;
|
|
23118
|
+
transition: none;
|
|
23119
|
+
pointer-events: none;
|
|
23120
|
+
caret-color: transparent;
|
|
22951
23121
|
}
|
|
22952
|
-
|
|
22953
|
-
|
|
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;
|
|
23011
|
-
}
|
|
23012
|
-
|
|
23013
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
23014
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
23015
|
-
animation-play-state: paused !important;
|
|
23016
|
-
}
|
|
23017
|
-
|
|
23018
|
-
@keyframes progress-circular-dash {
|
|
23019
|
-
0% {
|
|
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;
|
|
23045
|
-
}
|
|
23046
|
-
|
|
23047
|
-
.v-slider__container {
|
|
23048
|
-
position: relative;
|
|
23049
|
-
min-height: inherit;
|
|
23050
|
-
width: 100%;
|
|
23051
|
-
height: 100%;
|
|
23052
|
-
display: flex;
|
|
23053
|
-
justify-content: center;
|
|
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));
|
|
23062
|
-
}
|
|
23063
|
-
|
|
23064
|
-
.v-slider.v-input--horizontal {
|
|
23065
|
-
align-items: center;
|
|
23066
|
-
margin-inline: 8px 8px;
|
|
23067
|
-
}
|
|
23068
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23069
|
-
min-height: 32px;
|
|
23070
|
-
display: flex;
|
|
23071
|
-
align-items: center;
|
|
23072
|
-
}
|
|
23073
|
-
|
|
23074
|
-
.v-slider.v-input--vertical {
|
|
23075
|
-
justify-content: center;
|
|
23076
|
-
margin-top: 12px;
|
|
23077
|
-
margin-bottom: 12px;
|
|
23078
|
-
}
|
|
23079
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
23080
|
-
min-height: 300px;
|
|
23081
|
-
}
|
|
23082
|
-
|
|
23083
|
-
.v-slider.v-input--disabled {
|
|
23084
|
-
pointer-events: none;
|
|
23085
|
-
}
|
|
23086
|
-
|
|
23087
|
-
.v-slider--has-labels > .v-input__control {
|
|
23088
|
-
margin-bottom: 4px;
|
|
23089
|
-
}
|
|
23090
|
-
|
|
23091
|
-
.v-slider__label {
|
|
23092
|
-
margin-inline-end: 12px;
|
|
23093
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
23094
|
-
.v-select .v-field .v-text-field__suffix,
|
|
23095
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
23096
|
-
cursor: pointer;
|
|
23097
|
-
}
|
|
23098
|
-
.v-select .v-field .v-field__input > input {
|
|
23099
|
-
align-self: flex-start;
|
|
23100
|
-
opacity: 1;
|
|
23101
|
-
flex: 0 0;
|
|
23102
|
-
position: absolute;
|
|
23103
|
-
width: 100%;
|
|
23104
|
-
transition: none;
|
|
23105
|
-
pointer-events: none;
|
|
23106
|
-
caret-color: transparent;
|
|
23107
|
-
}
|
|
23108
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
23109
|
-
margin-inline-end: 2px;
|
|
23122
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
23123
|
+
margin-inline-end: 2px;
|
|
23110
23124
|
}
|
|
23111
23125
|
.v-select .v-select__selection-text {
|
|
23112
23126
|
overflow: hidden;
|
|
@@ -23239,14 +23253,34 @@ html.v-overlay-scroll-blocked {
|
|
|
23239
23253
|
}
|
|
23240
23254
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
23241
23255
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
23242
|
-
}.v-
|
|
23243
|
-
|
|
23244
|
-
|
|
23245
|
-
|
|
23256
|
+
}.v-sheet {
|
|
23257
|
+
display: block;
|
|
23258
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23259
|
+
border-style: solid;
|
|
23260
|
+
border-width: 0;
|
|
23261
|
+
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));
|
|
23262
|
+
border-radius: 0;
|
|
23263
|
+
background: rgb(var(--v-theme-surface));
|
|
23264
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23246
23265
|
}
|
|
23247
|
-
.v-
|
|
23248
|
-
|
|
23249
|
-
|
|
23266
|
+
.v-sheet--border {
|
|
23267
|
+
border-width: thin;
|
|
23268
|
+
box-shadow: none;
|
|
23269
|
+
}
|
|
23270
|
+
.v-sheet--absolute {
|
|
23271
|
+
position: absolute;
|
|
23272
|
+
}
|
|
23273
|
+
.v-sheet--fixed {
|
|
23274
|
+
position: fixed;
|
|
23275
|
+
}
|
|
23276
|
+
.v-sheet--relative {
|
|
23277
|
+
position: relative;
|
|
23278
|
+
}
|
|
23279
|
+
.v-sheet--sticky {
|
|
23280
|
+
position: sticky;
|
|
23281
|
+
}
|
|
23282
|
+
.v-sheet--rounded {
|
|
23283
|
+
border-radius: 4px;
|
|
23250
23284
|
}.v-skeleton-loader {
|
|
23251
23285
|
align-items: center;
|
|
23252
23286
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23470,201 +23504,54 @@ html.v-overlay-scroll-blocked {
|
|
|
23470
23504
|
100% {
|
|
23471
23505
|
transform: translateX(100%);
|
|
23472
23506
|
}
|
|
23473
|
-
}.v-
|
|
23474
|
-
justify-content: center;
|
|
23475
|
-
z-index: 10000;
|
|
23476
|
-
margin: 8px;
|
|
23477
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23478
|
-
}
|
|
23479
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23480
|
-
align-items: flex-end;
|
|
23481
|
-
}
|
|
23482
|
-
.v-snackbar__wrapper {
|
|
23483
|
-
align-items: center;
|
|
23507
|
+
}.v-slide-group {
|
|
23484
23508
|
display: flex;
|
|
23485
|
-
max-width: 672px;
|
|
23486
|
-
min-height: 48px;
|
|
23487
|
-
min-width: 344px;
|
|
23488
23509
|
overflow: hidden;
|
|
23489
|
-
padding: 0;
|
|
23490
|
-
border-radius: 4px;
|
|
23491
23510
|
}
|
|
23492
|
-
|
|
23493
|
-
|
|
23494
|
-
|
|
23511
|
+
|
|
23512
|
+
.v-slide-group__next,
|
|
23513
|
+
.v-slide-group__prev {
|
|
23514
|
+
align-items: center;
|
|
23515
|
+
display: flex;
|
|
23516
|
+
flex: 0 1 52px;
|
|
23517
|
+
justify-content: center;
|
|
23518
|
+
min-width: 52px;
|
|
23519
|
+
cursor: pointer;
|
|
23495
23520
|
}
|
|
23496
|
-
.v-
|
|
23497
|
-
|
|
23521
|
+
.v-slide-group__next--disabled,
|
|
23522
|
+
.v-slide-group__prev--disabled {
|
|
23523
|
+
pointer-events: none;
|
|
23524
|
+
opacity: var(--v-disabled-opacity);
|
|
23498
23525
|
}
|
|
23499
|
-
|
|
23500
|
-
|
|
23526
|
+
|
|
23527
|
+
.v-slide-group__content {
|
|
23528
|
+
display: flex;
|
|
23529
|
+
flex: 1 0 auto;
|
|
23530
|
+
position: relative;
|
|
23531
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23532
|
+
white-space: nowrap;
|
|
23501
23533
|
}
|
|
23502
|
-
.v-
|
|
23503
|
-
|
|
23534
|
+
.v-slide-group__content > * {
|
|
23535
|
+
white-space: initial;
|
|
23504
23536
|
}
|
|
23505
|
-
|
|
23506
|
-
|
|
23507
|
-
|
|
23537
|
+
|
|
23538
|
+
.v-slide-group__container {
|
|
23539
|
+
contain: content;
|
|
23540
|
+
display: flex;
|
|
23541
|
+
flex: 1 1 auto;
|
|
23542
|
+
overflow: hidden;
|
|
23508
23543
|
}
|
|
23509
|
-
|
|
23510
|
-
|
|
23544
|
+
|
|
23545
|
+
.v-slide-group--vertical,
|
|
23546
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23547
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23548
|
+
flex-direction: column;
|
|
23549
|
+
}.v-stepper.v-sheet {
|
|
23550
|
+
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));
|
|
23551
|
+
border-radius: 4px;
|
|
23552
|
+
overflow: hidden;
|
|
23511
23553
|
}
|
|
23512
|
-
.v-
|
|
23513
|
-
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));
|
|
23514
|
-
}
|
|
23515
|
-
.v-snackbar--variant-outlined {
|
|
23516
|
-
border: thin solid currentColor;
|
|
23517
|
-
}
|
|
23518
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23519
|
-
background: currentColor;
|
|
23520
|
-
}
|
|
23521
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23522
|
-
background: currentColor;
|
|
23523
|
-
opacity: var(--v-activated-opacity);
|
|
23524
|
-
border-radius: inherit;
|
|
23525
|
-
position: absolute;
|
|
23526
|
-
top: 0;
|
|
23527
|
-
right: 0;
|
|
23528
|
-
bottom: 0;
|
|
23529
|
-
left: 0;
|
|
23530
|
-
pointer-events: none;
|
|
23531
|
-
}
|
|
23532
|
-
|
|
23533
|
-
.v-snackbar__content {
|
|
23534
|
-
flex-grow: 1;
|
|
23535
|
-
font-size: 0.875rem;
|
|
23536
|
-
font-weight: 400;
|
|
23537
|
-
letter-spacing: 0.0178571429em;
|
|
23538
|
-
line-height: 1.25rem;
|
|
23539
|
-
margin-right: auto;
|
|
23540
|
-
padding: 14px 16px;
|
|
23541
|
-
text-align: initial;
|
|
23542
|
-
}
|
|
23543
|
-
.v-snackbar__actions {
|
|
23544
|
-
align-items: center;
|
|
23545
|
-
align-self: center;
|
|
23546
|
-
display: flex;
|
|
23547
|
-
margin-inline-end: 8px;
|
|
23548
|
-
}
|
|
23549
|
-
.v-snackbar__actions > .v-btn {
|
|
23550
|
-
padding: 0 8px;
|
|
23551
|
-
min-width: auto;
|
|
23552
|
-
}
|
|
23553
|
-
.v-snackbar__timer {
|
|
23554
|
-
width: 100%;
|
|
23555
|
-
position: absolute;
|
|
23556
|
-
top: 0;
|
|
23557
|
-
}
|
|
23558
|
-
.v-snackbar__timer .v-progress-linear {
|
|
23559
|
-
transition: 0.2s linear;
|
|
23560
|
-
}
|
|
23561
|
-
.v-snackbar--absolute {
|
|
23562
|
-
position: absolute;
|
|
23563
|
-
z-index: 1;
|
|
23564
|
-
}
|
|
23565
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23566
|
-
min-height: 68px;
|
|
23567
|
-
}
|
|
23568
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23569
|
-
flex-direction: column;
|
|
23570
|
-
}
|
|
23571
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23572
|
-
align-self: flex-end;
|
|
23573
|
-
margin-bottom: 8px;
|
|
23574
|
-
}
|
|
23575
|
-
|
|
23576
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23577
|
-
transition-duration: 0.15s;
|
|
23578
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23579
|
-
}
|
|
23580
|
-
.v-snackbar-transition-enter-active {
|
|
23581
|
-
transition-property: opacity, transform;
|
|
23582
|
-
}
|
|
23583
|
-
.v-snackbar-transition-enter-from {
|
|
23584
|
-
opacity: 0;
|
|
23585
|
-
transform: scale(0.8);
|
|
23586
|
-
}
|
|
23587
|
-
.v-snackbar-transition-leave-active {
|
|
23588
|
-
transition-property: opacity;
|
|
23589
|
-
}
|
|
23590
|
-
.v-snackbar-transition-leave-to {
|
|
23591
|
-
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 {
|
|
23554
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23668
23555
|
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
23556
|
}
|
|
23670
23557
|
|
|
@@ -23775,336 +23662,126 @@ html.v-overlay-scroll-blocked {
|
|
|
23775
23662
|
}
|
|
23776
23663
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23777
23664
|
display: none;
|
|
23778
|
-
}.v-
|
|
23779
|
-
|
|
23665
|
+
}.v-snackbar {
|
|
23666
|
+
justify-content: center;
|
|
23667
|
+
z-index: 10000;
|
|
23668
|
+
margin: 8px;
|
|
23669
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23780
23670
|
}
|
|
23781
|
-
.v-
|
|
23782
|
-
|
|
23783
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
|
23671
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23672
|
+
align-items: flex-end;
|
|
23784
23673
|
}
|
|
23785
|
-
|
|
23786
|
-
|
|
23674
|
+
.v-snackbar__wrapper {
|
|
23675
|
+
align-items: center;
|
|
23787
23676
|
display: flex;
|
|
23677
|
+
max-width: 672px;
|
|
23678
|
+
min-height: 48px;
|
|
23679
|
+
min-width: 344px;
|
|
23680
|
+
overflow: hidden;
|
|
23681
|
+
padding: 0;
|
|
23682
|
+
border-radius: 4px;
|
|
23788
23683
|
}
|
|
23789
|
-
.v-
|
|
23790
|
-
|
|
23684
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23685
|
+
background: transparent;
|
|
23686
|
+
color: inherit;
|
|
23791
23687
|
}
|
|
23792
|
-
|
|
23793
|
-
.
|
|
23794
|
-
.v-switch__thumb {
|
|
23795
|
-
transition: none;
|
|
23688
|
+
.v-snackbar--variant-plain {
|
|
23689
|
+
opacity: 0.62;
|
|
23796
23690
|
}
|
|
23797
|
-
.v-
|
|
23798
|
-
|
|
23799
|
-
background-color: rgb(var(--v-theme-error));
|
|
23800
|
-
color: rgb(var(--v-theme-on-error));
|
|
23691
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23692
|
+
opacity: 1;
|
|
23801
23693
|
}
|
|
23802
|
-
|
|
23803
|
-
|
|
23804
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
23805
|
-
border-radius: 9999px;
|
|
23806
|
-
height: 14px;
|
|
23807
|
-
opacity: 0.6;
|
|
23808
|
-
width: 36px;
|
|
23809
|
-
cursor: pointer;
|
|
23810
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23694
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23695
|
+
display: none;
|
|
23811
23696
|
}
|
|
23812
|
-
.v-
|
|
23813
|
-
|
|
23814
|
-
|
|
23815
|
-
width: 52px;
|
|
23697
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23698
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23699
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23816
23700
|
}
|
|
23817
|
-
|
|
23818
|
-
.v-
|
|
23819
|
-
align-items: center;
|
|
23820
|
-
border-radius: 50%;
|
|
23821
|
-
display: flex;
|
|
23822
|
-
height: 20px;
|
|
23823
|
-
justify-content: center;
|
|
23824
|
-
width: 20px;
|
|
23825
|
-
pointer-events: none;
|
|
23826
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23827
|
-
position: relative;
|
|
23828
|
-
overflow: hidden;
|
|
23829
|
-
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));
|
|
23701
|
+
.v-snackbar--variant-elevated {
|
|
23702
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23830
23703
|
}
|
|
23831
|
-
.v-
|
|
23832
|
-
height: 24px;
|
|
23833
|
-
width: 24px;
|
|
23834
|
-
transform: scale(0.6666666667);
|
|
23704
|
+
.v-snackbar--variant-flat {
|
|
23835
23705
|
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));
|
|
23836
23706
|
}
|
|
23837
|
-
.v-
|
|
23838
|
-
|
|
23839
|
-
}
|
|
23840
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23841
|
-
transform: none;
|
|
23842
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23843
|
-
}
|
|
23844
|
-
|
|
23845
|
-
.v-switch .v-selection-control {
|
|
23846
|
-
min-height: var(--v-input-control-height);
|
|
23707
|
+
.v-snackbar--variant-outlined {
|
|
23708
|
+
border: thin solid currentColor;
|
|
23847
23709
|
}
|
|
23848
|
-
.v-
|
|
23849
|
-
|
|
23850
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
23851
|
-
transform: translateX(-10px);
|
|
23852
|
-
position: absolute;
|
|
23710
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23711
|
+
background: currentColor;
|
|
23853
23712
|
}
|
|
23854
|
-
.v-
|
|
23855
|
-
|
|
23856
|
-
|
|
23857
|
-
|
|
23858
|
-
transform: translateX(10px);
|
|
23859
|
-
}
|
|
23860
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
23861
|
-
transform: scale(0.8);
|
|
23862
|
-
}
|
|
23863
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
23864
|
-
transform: scale(0.75);
|
|
23865
|
-
box-shadow: none;
|
|
23866
|
-
}
|
|
23867
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23868
|
-
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 {
|
|
23713
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23714
|
+
background: currentColor;
|
|
23715
|
+
opacity: var(--v-activated-opacity);
|
|
23716
|
+
border-radius: inherit;
|
|
23882
23717
|
position: absolute;
|
|
23718
|
+
top: 0;
|
|
23719
|
+
right: 0;
|
|
23883
23720
|
bottom: 0;
|
|
23884
23721
|
left: 0;
|
|
23885
|
-
height: 2px;
|
|
23886
|
-
width: 100%;
|
|
23887
|
-
background: currentColor;
|
|
23888
23722
|
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
23723
|
}
|
|
23915
23724
|
|
|
23916
|
-
.v-
|
|
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 {
|
|
23725
|
+
.v-snackbar__content {
|
|
23943
23726
|
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
|
-
}.v-system-bar {
|
|
23965
|
-
align-items: center;
|
|
23966
|
-
display: flex;
|
|
23967
|
-
flex: 1 1 auto;
|
|
23968
|
-
height: 24px;
|
|
23969
|
-
justify-content: flex-end;
|
|
23970
|
-
max-width: 100%;
|
|
23971
|
-
padding-inline: 8px;
|
|
23972
|
-
position: relative;
|
|
23973
|
-
text-align: end;
|
|
23974
|
-
width: 100%;
|
|
23975
|
-
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-on-surface-variant));
|
|
23977
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23978
|
-
font-size: 0.75rem;
|
|
23727
|
+
font-size: 0.875rem;
|
|
23979
23728
|
font-weight: 400;
|
|
23980
|
-
letter-spacing: 0.
|
|
23729
|
+
letter-spacing: 0.0178571429em;
|
|
23981
23730
|
line-height: 1.25rem;
|
|
23982
|
-
|
|
23983
|
-
|
|
23984
|
-
|
|
23985
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23986
|
-
}
|
|
23987
|
-
.v-system-bar--absolute {
|
|
23988
|
-
position: absolute;
|
|
23989
|
-
}
|
|
23990
|
-
.v-system-bar--fixed {
|
|
23991
|
-
position: fixed;
|
|
23992
|
-
}
|
|
23993
|
-
.v-system-bar--rounded {
|
|
23994
|
-
border-radius: 0;
|
|
23995
|
-
}
|
|
23996
|
-
.v-system-bar--window {
|
|
23997
|
-
height: 32px;
|
|
23998
|
-
}
|
|
23999
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24000
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24001
|
-
}.v-textarea .v-field {
|
|
24002
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23731
|
+
margin-right: auto;
|
|
23732
|
+
padding: 14px 16px;
|
|
23733
|
+
text-align: initial;
|
|
24003
23734
|
}
|
|
24004
|
-
.v-
|
|
24005
|
-
|
|
23735
|
+
.v-snackbar__actions {
|
|
23736
|
+
align-items: center;
|
|
23737
|
+
align-self: center;
|
|
23738
|
+
display: flex;
|
|
23739
|
+
margin-inline-end: 8px;
|
|
24006
23740
|
}
|
|
24007
|
-
.v-
|
|
24008
|
-
|
|
24009
|
-
|
|
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));
|
|
23741
|
+
.v-snackbar__actions > .v-btn {
|
|
23742
|
+
padding: 0 8px;
|
|
23743
|
+
min-width: auto;
|
|
24012
23744
|
}
|
|
24013
|
-
.v-
|
|
24014
|
-
|
|
23745
|
+
.v-snackbar__timer {
|
|
23746
|
+
width: 100%;
|
|
24015
23747
|
position: absolute;
|
|
24016
23748
|
top: 0;
|
|
24017
|
-
left: 0;
|
|
24018
|
-
height: 0 !important;
|
|
24019
|
-
min-height: 0 !important;
|
|
24020
|
-
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
|
-
opacity: 0;
|
|
24031
|
-
flex: 1;
|
|
24032
|
-
min-width: 0;
|
|
24033
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24034
23749
|
}
|
|
24035
|
-
.v-
|
|
24036
|
-
|
|
24037
|
-
}
|
|
24038
|
-
.v-textarea textarea:invalid {
|
|
24039
|
-
box-shadow: none;
|
|
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;
|
|
24050
|
-
}
|
|
24051
|
-
.v-text-field input:invalid {
|
|
24052
|
-
box-shadow: none;
|
|
24053
|
-
}
|
|
24054
|
-
.v-text-field .v-field {
|
|
24055
|
-
cursor: text;
|
|
23750
|
+
.v-snackbar__timer .v-progress-linear {
|
|
23751
|
+
transition: 0.2s linear;
|
|
24056
23752
|
}
|
|
24057
|
-
.v-
|
|
24058
|
-
|
|
23753
|
+
.v-snackbar--absolute {
|
|
23754
|
+
position: absolute;
|
|
23755
|
+
z-index: 1;
|
|
24059
23756
|
}
|
|
24060
|
-
|
|
24061
|
-
|
|
24062
|
-
--v-field-padding-end: 0;
|
|
23757
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23758
|
+
min-height: 68px;
|
|
24063
23759
|
}
|
|
24064
|
-
|
|
24065
|
-
|
|
24066
|
-
padding-inline: 16px;
|
|
23760
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23761
|
+
flex-direction: column;
|
|
24067
23762
|
}
|
|
24068
|
-
.v-
|
|
24069
|
-
|
|
23763
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23764
|
+
align-self: flex-end;
|
|
23765
|
+
margin-bottom: 8px;
|
|
24070
23766
|
}
|
|
24071
23767
|
|
|
24072
|
-
.v-
|
|
24073
|
-
|
|
24074
|
-
|
|
23768
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23769
|
+
transition-duration: 0.15s;
|
|
23770
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24075
23771
|
}
|
|
24076
|
-
.v-
|
|
24077
|
-
transition:
|
|
23772
|
+
.v-snackbar-transition-enter-active {
|
|
23773
|
+
transition-property: opacity, transform;
|
|
24078
23774
|
}
|
|
24079
|
-
|
|
24080
|
-
/* endregion */
|
|
24081
|
-
/* region ELEMENTS */
|
|
24082
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
24083
|
-
align-items: center;
|
|
24084
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24085
|
-
cursor: default;
|
|
24086
|
-
display: flex;
|
|
23775
|
+
.v-snackbar-transition-enter-from {
|
|
24087
23776
|
opacity: 0;
|
|
24088
|
-
|
|
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);
|
|
24093
|
-
}
|
|
24094
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
24095
|
-
opacity: 1;
|
|
24096
|
-
}
|
|
24097
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
24098
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
24099
|
-
}
|
|
24100
|
-
.v-text-field__prefix {
|
|
24101
|
-
padding-inline-start: var(--v-field-padding-start);
|
|
23777
|
+
transform: scale(0.8);
|
|
24102
23778
|
}
|
|
24103
|
-
.v-
|
|
24104
|
-
|
|
23779
|
+
.v-snackbar-transition-leave-active {
|
|
23780
|
+
transition-property: opacity;
|
|
24105
23781
|
}
|
|
24106
|
-
|
|
24107
|
-
|
|
23782
|
+
.v-snackbar-transition-leave-to {
|
|
23783
|
+
opacity: 0;
|
|
23784
|
+
}.v-table {
|
|
24108
23785
|
background: rgb(var(--v-theme-surface));
|
|
24109
23786
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24110
23787
|
font-size: 0.875rem;
|
|
@@ -24214,177 +23891,379 @@ html.v-overlay-scroll-blocked {
|
|
|
24214
23891
|
height: calc(var(--v-table-row-height, 52px) - 16px);
|
|
24215
23892
|
}
|
|
24216
23893
|
|
|
24217
|
-
.v-table__wrapper {
|
|
24218
|
-
border-radius: inherit;
|
|
24219
|
-
overflow: auto;
|
|
24220
|
-
flex: 1 1 auto;
|
|
23894
|
+
.v-table__wrapper {
|
|
23895
|
+
border-radius: inherit;
|
|
23896
|
+
overflow: auto;
|
|
23897
|
+
flex: 1 1 auto;
|
|
23898
|
+
}
|
|
23899
|
+
|
|
23900
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
23901
|
+
border-top-left-radius: 0;
|
|
23902
|
+
}
|
|
23903
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
23904
|
+
border-top-right-radius: 0;
|
|
23905
|
+
}
|
|
23906
|
+
|
|
23907
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
23908
|
+
border-bottom-left-radius: 0;
|
|
23909
|
+
}
|
|
23910
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
23911
|
+
border-bottom-right-radius: 0;
|
|
23912
|
+
}
|
|
23913
|
+
|
|
23914
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
23915
|
+
overflow-y: auto;
|
|
23916
|
+
}
|
|
23917
|
+
|
|
23918
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
23919
|
+
position: sticky;
|
|
23920
|
+
top: 0;
|
|
23921
|
+
z-index: 2;
|
|
23922
|
+
}
|
|
23923
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23924
|
+
border-bottom: 0px !important;
|
|
23925
|
+
}
|
|
23926
|
+
|
|
23927
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
23928
|
+
position: sticky;
|
|
23929
|
+
bottom: 0;
|
|
23930
|
+
z-index: 1;
|
|
23931
|
+
}
|
|
23932
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23933
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23934
|
+
border-top: 0px !important;
|
|
23935
|
+
}.v-switch .v-label {
|
|
23936
|
+
padding-inline-start: 10px;
|
|
23937
|
+
}
|
|
23938
|
+
.v-switch .v-switch__thumb {
|
|
23939
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
23940
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
23941
|
+
}
|
|
23942
|
+
|
|
23943
|
+
.v-switch__loader {
|
|
23944
|
+
display: flex;
|
|
23945
|
+
}
|
|
23946
|
+
.v-switch__loader .v-progress-circular {
|
|
23947
|
+
color: rgb(var(--v-theme-surface));
|
|
23948
|
+
}
|
|
23949
|
+
|
|
23950
|
+
.v-switch__track,
|
|
23951
|
+
.v-switch__thumb {
|
|
23952
|
+
transition: none;
|
|
23953
|
+
}
|
|
23954
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
23955
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
23956
|
+
background-color: rgb(var(--v-theme-error));
|
|
23957
|
+
color: rgb(var(--v-theme-on-error));
|
|
23958
|
+
}
|
|
23959
|
+
|
|
23960
|
+
.v-switch__track {
|
|
23961
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
23962
|
+
border-radius: 9999px;
|
|
23963
|
+
height: 14px;
|
|
23964
|
+
opacity: 0.6;
|
|
23965
|
+
width: 36px;
|
|
23966
|
+
cursor: pointer;
|
|
23967
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23968
|
+
}
|
|
23969
|
+
.v-switch--inset .v-switch__track {
|
|
23970
|
+
border-radius: 9999px;
|
|
23971
|
+
height: 32px;
|
|
23972
|
+
width: 52px;
|
|
23973
|
+
}
|
|
23974
|
+
|
|
23975
|
+
.v-switch__thumb {
|
|
23976
|
+
align-items: center;
|
|
23977
|
+
border-radius: 50%;
|
|
23978
|
+
display: flex;
|
|
23979
|
+
height: 20px;
|
|
23980
|
+
justify-content: center;
|
|
23981
|
+
width: 20px;
|
|
23982
|
+
pointer-events: none;
|
|
23983
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23984
|
+
position: relative;
|
|
23985
|
+
overflow: hidden;
|
|
23986
|
+
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));
|
|
23987
|
+
}
|
|
23988
|
+
.v-switch--inset .v-switch__thumb {
|
|
23989
|
+
height: 24px;
|
|
23990
|
+
width: 24px;
|
|
23991
|
+
transform: scale(0.6666666667);
|
|
23992
|
+
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));
|
|
23993
|
+
}
|
|
23994
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
23995
|
+
transform: none;
|
|
23996
|
+
}
|
|
23997
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23998
|
+
transform: none;
|
|
23999
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24000
|
+
}
|
|
24001
|
+
|
|
24002
|
+
.v-switch .v-selection-control {
|
|
24003
|
+
min-height: var(--v-input-control-height);
|
|
24004
|
+
}
|
|
24005
|
+
.v-switch .v-selection-control__input {
|
|
24006
|
+
border-radius: 50%;
|
|
24007
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24008
|
+
transform: translateX(-10px);
|
|
24009
|
+
position: absolute;
|
|
24010
|
+
}
|
|
24011
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
24012
|
+
position: absolute;
|
|
24013
|
+
}
|
|
24014
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24015
|
+
transform: translateX(10px);
|
|
24016
|
+
}
|
|
24017
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24018
|
+
transform: scale(0.8);
|
|
24019
|
+
}
|
|
24020
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24021
|
+
transform: scale(0.75);
|
|
24022
|
+
box-shadow: none;
|
|
24023
|
+
}
|
|
24024
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24025
|
+
width: auto;
|
|
24026
|
+
}.v-tab.v-tab.v-btn {
|
|
24027
|
+
height: var(--v-tabs-height);
|
|
24028
|
+
border-radius: 0;
|
|
24029
|
+
min-width: 90px;
|
|
24030
|
+
}
|
|
24031
|
+
.v-slide-group--horizontal .v-tab {
|
|
24032
|
+
max-width: 360px;
|
|
24033
|
+
}
|
|
24034
|
+
.v-slide-group--vertical .v-tab {
|
|
24035
|
+
justify-content: start;
|
|
24036
|
+
}
|
|
24037
|
+
|
|
24038
|
+
.v-tab__slider {
|
|
24039
|
+
position: absolute;
|
|
24040
|
+
bottom: 0;
|
|
24041
|
+
left: 0;
|
|
24042
|
+
height: 2px;
|
|
24043
|
+
width: 100%;
|
|
24044
|
+
background: currentColor;
|
|
24045
|
+
pointer-events: none;
|
|
24046
|
+
opacity: 0;
|
|
24047
|
+
}
|
|
24048
|
+
.v-tab--selected .v-tab__slider {
|
|
24049
|
+
opacity: 1;
|
|
24050
|
+
}
|
|
24051
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
24052
|
+
top: 0;
|
|
24053
|
+
height: 100%;
|
|
24054
|
+
width: 2px;
|
|
24055
|
+
}.v-tabs {
|
|
24056
|
+
display: flex;
|
|
24057
|
+
height: var(--v-tabs-height);
|
|
24058
|
+
}
|
|
24059
|
+
.v-tabs--density-default {
|
|
24060
|
+
--v-tabs-height: 48px;
|
|
24061
|
+
}
|
|
24062
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
24063
|
+
--v-tabs-height: 72px;
|
|
24064
|
+
}
|
|
24065
|
+
|
|
24066
|
+
.v-tabs--density-comfortable {
|
|
24067
|
+
--v-tabs-height: 44px;
|
|
24068
|
+
}
|
|
24069
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24070
|
+
--v-tabs-height: 68px;
|
|
24071
|
+
}
|
|
24072
|
+
|
|
24073
|
+
.v-tabs--density-compact {
|
|
24074
|
+
--v-tabs-height: 36px;
|
|
24075
|
+
}
|
|
24076
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
24077
|
+
--v-tabs-height: 60px;
|
|
24221
24078
|
}
|
|
24222
24079
|
|
|
24223
|
-
.v-
|
|
24224
|
-
|
|
24080
|
+
.v-tabs.v-slide-group--vertical {
|
|
24081
|
+
height: auto;
|
|
24082
|
+
flex: none;
|
|
24083
|
+
--v-tabs-height: 48px;
|
|
24225
24084
|
}
|
|
24226
|
-
|
|
24227
|
-
|
|
24085
|
+
|
|
24086
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24087
|
+
margin-inline-start: 42px;
|
|
24228
24088
|
}
|
|
24229
24089
|
|
|
24230
|
-
.v-
|
|
24231
|
-
|
|
24090
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
24091
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24092
|
+
margin-inline-end: auto;
|
|
24232
24093
|
}
|
|
24233
|
-
.v-
|
|
24234
|
-
|
|
24094
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
24095
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
24096
|
+
margin-inline-start: auto;
|
|
24235
24097
|
}
|
|
24236
24098
|
|
|
24237
|
-
.v-
|
|
24238
|
-
|
|
24099
|
+
.v-tabs--grow {
|
|
24100
|
+
flex-grow: 1;
|
|
24101
|
+
}
|
|
24102
|
+
.v-tabs--grow .v-tab {
|
|
24103
|
+
flex: 1 0 auto;
|
|
24104
|
+
max-width: none;
|
|
24239
24105
|
}
|
|
24240
24106
|
|
|
24241
|
-
.v-
|
|
24242
|
-
|
|
24243
|
-
top: 0;
|
|
24244
|
-
z-index: 2;
|
|
24107
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
24108
|
+
margin-inline-start: auto;
|
|
24245
24109
|
}
|
|
24246
|
-
.v-
|
|
24247
|
-
|
|
24110
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
24111
|
+
margin-inline-end: 0;
|
|
24248
24112
|
}
|
|
24249
24113
|
|
|
24250
|
-
|
|
24251
|
-
|
|
24252
|
-
|
|
24253
|
-
|
|
24254
|
-
|
|
24255
|
-
|
|
24256
|
-
|
|
24257
|
-
|
|
24258
|
-
|
|
24259
|
-
background: rgb(var(--v-theme-background));
|
|
24260
|
-
color: rgb(var(--v-theme-on-background));
|
|
24261
|
-
}.v-toolbar {
|
|
24262
|
-
align-items: flex-start;
|
|
24114
|
+
@media (max-width: 1279.98px) {
|
|
24115
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24116
|
+
margin-inline-start: 52px;
|
|
24117
|
+
}
|
|
24118
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24119
|
+
margin-inline-end: 52px;
|
|
24120
|
+
}
|
|
24121
|
+
}.v-system-bar {
|
|
24122
|
+
align-items: center;
|
|
24263
24123
|
display: flex;
|
|
24264
|
-
flex:
|
|
24265
|
-
|
|
24266
|
-
justify-content:
|
|
24124
|
+
flex: 1 1 auto;
|
|
24125
|
+
height: 24px;
|
|
24126
|
+
justify-content: flex-end;
|
|
24267
24127
|
max-width: 100%;
|
|
24268
|
-
|
|
24128
|
+
padding-inline: 8px;
|
|
24269
24129
|
position: relative;
|
|
24270
|
-
|
|
24271
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24130
|
+
text-align: end;
|
|
24272
24131
|
width: 100%;
|
|
24273
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24274
|
-
border-style: solid;
|
|
24275
|
-
border-width: 0;
|
|
24276
24132
|
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));
|
|
24133
|
+
background: rgba(var(--v-theme-on-surface-variant));
|
|
24134
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24135
|
+
font-size: 0.75rem;
|
|
24136
|
+
font-weight: 400;
|
|
24137
|
+
letter-spacing: 0.0333333333em;
|
|
24138
|
+
line-height: 1.25rem;
|
|
24139
|
+
text-transform: none;
|
|
24140
|
+
}
|
|
24141
|
+
.v-system-bar .v-icon {
|
|
24142
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24143
|
+
}
|
|
24144
|
+
.v-system-bar--absolute {
|
|
24145
|
+
position: absolute;
|
|
24146
|
+
}
|
|
24147
|
+
.v-system-bar--fixed {
|
|
24148
|
+
position: fixed;
|
|
24149
|
+
}
|
|
24150
|
+
.v-system-bar--rounded {
|
|
24277
24151
|
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
24152
|
}
|
|
24281
|
-
.v-
|
|
24282
|
-
|
|
24153
|
+
.v-system-bar--window {
|
|
24154
|
+
height: 32px;
|
|
24155
|
+
}
|
|
24156
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24157
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24158
|
+
}/* region BLOCK */
|
|
24159
|
+
.v-text-field input {
|
|
24160
|
+
color: inherit;
|
|
24161
|
+
opacity: 0;
|
|
24162
|
+
flex: 1;
|
|
24163
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24164
|
+
min-width: 0;
|
|
24165
|
+
}
|
|
24166
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
24167
|
+
outline: none;
|
|
24168
|
+
}
|
|
24169
|
+
.v-text-field input:invalid {
|
|
24283
24170
|
box-shadow: none;
|
|
24284
24171
|
}
|
|
24285
|
-
.v-
|
|
24286
|
-
|
|
24172
|
+
.v-text-field .v-field {
|
|
24173
|
+
cursor: text;
|
|
24287
24174
|
}
|
|
24288
|
-
.v-
|
|
24289
|
-
|
|
24290
|
-
overflow: hidden;
|
|
24291
|
-
border-end-end-radius: 24px;
|
|
24175
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
24176
|
+
--v-field-padding-start: 6px;
|
|
24292
24177
|
}
|
|
24293
|
-
|
|
24294
|
-
|
|
24178
|
+
|
|
24179
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
24180
|
+
--v-field-padding-end: 0;
|
|
24295
24181
|
}
|
|
24296
|
-
|
|
24297
|
-
|
|
24182
|
+
|
|
24183
|
+
.v-text-field .v-input__details {
|
|
24184
|
+
padding-inline: 16px;
|
|
24298
24185
|
}
|
|
24299
|
-
.v-
|
|
24300
|
-
|
|
24186
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
24187
|
+
padding-inline: 0;
|
|
24301
24188
|
}
|
|
24302
|
-
|
|
24303
|
-
|
|
24189
|
+
|
|
24190
|
+
.v-text-field .v-field--no-label input,
|
|
24191
|
+
.v-text-field .v-field--active input {
|
|
24192
|
+
opacity: 1;
|
|
24193
|
+
}
|
|
24194
|
+
.v-text-field .v-field--single-line input {
|
|
24195
|
+
transition: none;
|
|
24304
24196
|
}
|
|
24305
24197
|
|
|
24306
|
-
|
|
24307
|
-
|
|
24198
|
+
/* endregion */
|
|
24199
|
+
/* region ELEMENTS */
|
|
24200
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
24308
24201
|
align-items: center;
|
|
24202
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24203
|
+
cursor: default;
|
|
24309
24204
|
display: flex;
|
|
24310
|
-
|
|
24311
|
-
position: relative;
|
|
24205
|
+
opacity: 0;
|
|
24312
24206
|
transition: inherit;
|
|
24313
|
-
|
|
24207
|
+
white-space: nowrap;
|
|
24208
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
24209
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
24210
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
24314
24211
|
}
|
|
24315
|
-
|
|
24316
|
-
|
|
24317
|
-
margin-inline-start: 10px;
|
|
24212
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
24213
|
+
opacity: 1;
|
|
24318
24214
|
}
|
|
24319
|
-
.v-
|
|
24320
|
-
|
|
24215
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
24216
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
24321
24217
|
}
|
|
24322
|
-
.v-
|
|
24323
|
-
|
|
24218
|
+
.v-text-field__prefix {
|
|
24219
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
24324
24220
|
}
|
|
24325
|
-
.v-
|
|
24326
|
-
|
|
24221
|
+
.v-text-field__suffix {
|
|
24222
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
24327
24223
|
}
|
|
24328
24224
|
|
|
24329
|
-
.v-
|
|
24225
|
+
/* endregion */.v-textarea .v-field {
|
|
24226
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24227
|
+
}
|
|
24228
|
+
.v-textarea .v-field__field {
|
|
24229
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24230
|
+
}
|
|
24231
|
+
.v-textarea .v-field__input {
|
|
24232
|
+
flex: 1 1 auto;
|
|
24233
|
+
outline: none;
|
|
24234
|
+
-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));
|
|
24235
|
+
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));
|
|
24236
|
+
}
|
|
24237
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24238
|
+
visibility: hidden;
|
|
24330
24239
|
position: absolute;
|
|
24331
24240
|
top: 0;
|
|
24332
24241
|
left: 0;
|
|
24333
|
-
|
|
24334
|
-
height:
|
|
24335
|
-
|
|
24336
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24337
|
-
transition-property: opacity;
|
|
24338
|
-
}
|
|
24339
|
-
|
|
24340
|
-
.v-toolbar__prepend,
|
|
24341
|
-
.v-toolbar__append {
|
|
24342
|
-
align-items: center;
|
|
24343
|
-
align-self: stretch;
|
|
24344
|
-
display: flex;
|
|
24242
|
+
height: 0 !important;
|
|
24243
|
+
min-height: 0 !important;
|
|
24244
|
+
pointer-events: none;
|
|
24345
24245
|
}
|
|
24346
|
-
|
|
24347
|
-
|
|
24348
|
-
margin-inline: 10px auto;
|
|
24246
|
+
.v-textarea--no-resize .v-field__input {
|
|
24247
|
+
resize: none;
|
|
24349
24248
|
}
|
|
24350
|
-
|
|
24351
|
-
.v-
|
|
24352
|
-
|
|
24249
|
+
.v-textarea .v-field--no-label textarea,
|
|
24250
|
+
.v-textarea .v-field--active textarea {
|
|
24251
|
+
opacity: 1;
|
|
24353
24252
|
}
|
|
24354
|
-
|
|
24355
|
-
|
|
24356
|
-
flex: 1
|
|
24357
|
-
font-size: 1.25rem;
|
|
24253
|
+
.v-textarea textarea {
|
|
24254
|
+
opacity: 0;
|
|
24255
|
+
flex: 1;
|
|
24358
24256
|
min-width: 0;
|
|
24359
|
-
|
|
24360
|
-
font-weight: 400;
|
|
24361
|
-
letter-spacing: 0;
|
|
24362
|
-
line-height: 1.75rem;
|
|
24363
|
-
text-transform: none;
|
|
24364
|
-
}
|
|
24365
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24366
|
-
align-self: flex-end;
|
|
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;
|
|
24373
|
-
}
|
|
24374
|
-
|
|
24375
|
-
.v-toolbar-title__placeholder {
|
|
24376
|
-
overflow: hidden;
|
|
24377
|
-
text-overflow: ellipsis;
|
|
24378
|
-
white-space: nowrap;
|
|
24257
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24379
24258
|
}
|
|
24380
|
-
|
|
24381
|
-
|
|
24382
|
-
display: flex;
|
|
24383
|
-
height: inherit;
|
|
24384
|
-
align-self: stretch;
|
|
24259
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24260
|
+
outline: none;
|
|
24385
24261
|
}
|
|
24386
|
-
.v-
|
|
24387
|
-
|
|
24262
|
+
.v-textarea textarea:invalid {
|
|
24263
|
+
box-shadow: none;
|
|
24264
|
+
}.v-theme-provider {
|
|
24265
|
+
background: rgb(var(--v-theme-background));
|
|
24266
|
+
color: rgb(var(--v-theme-on-background));
|
|
24388
24267
|
}.v-timeline .v-timeline-divider__dot {
|
|
24389
24268
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
24390
24269
|
}
|
|
@@ -24801,6 +24680,133 @@ html.v-overlay-scroll-blocked {
|
|
|
24801
24680
|
|
|
24802
24681
|
.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
24682
|
padding-inline-end: 0;
|
|
24683
|
+
}.v-toolbar {
|
|
24684
|
+
align-items: flex-start;
|
|
24685
|
+
display: flex;
|
|
24686
|
+
flex: none;
|
|
24687
|
+
flex-direction: column;
|
|
24688
|
+
justify-content: space-between;
|
|
24689
|
+
max-width: 100%;
|
|
24690
|
+
overflow: hidden;
|
|
24691
|
+
position: relative;
|
|
24692
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24693
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24694
|
+
width: 100%;
|
|
24695
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24696
|
+
border-style: solid;
|
|
24697
|
+
border-width: 0;
|
|
24698
|
+
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));
|
|
24699
|
+
border-radius: 0;
|
|
24700
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
24701
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24702
|
+
}
|
|
24703
|
+
.v-toolbar--border {
|
|
24704
|
+
border-width: thin;
|
|
24705
|
+
box-shadow: none;
|
|
24706
|
+
}
|
|
24707
|
+
.v-toolbar--absolute {
|
|
24708
|
+
position: absolute;
|
|
24709
|
+
}
|
|
24710
|
+
.v-toolbar--collapse {
|
|
24711
|
+
max-width: 112px;
|
|
24712
|
+
overflow: hidden;
|
|
24713
|
+
border-end-end-radius: 24px;
|
|
24714
|
+
}
|
|
24715
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
24716
|
+
display: none;
|
|
24717
|
+
}
|
|
24718
|
+
.v-toolbar--flat {
|
|
24719
|
+
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));
|
|
24720
|
+
}
|
|
24721
|
+
.v-toolbar--floating {
|
|
24722
|
+
display: inline-flex;
|
|
24723
|
+
}
|
|
24724
|
+
.v-toolbar--rounded {
|
|
24725
|
+
border-radius: 4px;
|
|
24726
|
+
}
|
|
24727
|
+
|
|
24728
|
+
.v-toolbar__content,
|
|
24729
|
+
.v-toolbar__extension {
|
|
24730
|
+
align-items: center;
|
|
24731
|
+
display: flex;
|
|
24732
|
+
flex: 0 0 auto;
|
|
24733
|
+
position: relative;
|
|
24734
|
+
transition: inherit;
|
|
24735
|
+
width: 100%;
|
|
24736
|
+
}
|
|
24737
|
+
|
|
24738
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
24739
|
+
margin-inline-start: 10px;
|
|
24740
|
+
}
|
|
24741
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
24742
|
+
margin-inline-end: 10px;
|
|
24743
|
+
}
|
|
24744
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
24745
|
+
margin-inline-start: 16px;
|
|
24746
|
+
}
|
|
24747
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24748
|
+
align-items: flex-start;
|
|
24749
|
+
}
|
|
24750
|
+
|
|
24751
|
+
.v-toolbar__image {
|
|
24752
|
+
position: absolute;
|
|
24753
|
+
top: 0;
|
|
24754
|
+
left: 0;
|
|
24755
|
+
width: 100%;
|
|
24756
|
+
height: 100%;
|
|
24757
|
+
display: flex;
|
|
24758
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24759
|
+
transition-property: opacity;
|
|
24760
|
+
}
|
|
24761
|
+
|
|
24762
|
+
.v-toolbar__prepend,
|
|
24763
|
+
.v-toolbar__append {
|
|
24764
|
+
align-items: center;
|
|
24765
|
+
align-self: stretch;
|
|
24766
|
+
display: flex;
|
|
24767
|
+
}
|
|
24768
|
+
|
|
24769
|
+
.v-toolbar__prepend {
|
|
24770
|
+
margin-inline: 10px auto;
|
|
24771
|
+
}
|
|
24772
|
+
|
|
24773
|
+
.v-toolbar__append {
|
|
24774
|
+
margin-inline: auto 10px;
|
|
24775
|
+
}
|
|
24776
|
+
|
|
24777
|
+
.v-toolbar-title {
|
|
24778
|
+
flex: 1 1;
|
|
24779
|
+
font-size: 1.25rem;
|
|
24780
|
+
min-width: 0;
|
|
24781
|
+
font-size: 1.25rem;
|
|
24782
|
+
font-weight: 400;
|
|
24783
|
+
letter-spacing: 0;
|
|
24784
|
+
line-height: 1.75rem;
|
|
24785
|
+
text-transform: none;
|
|
24786
|
+
}
|
|
24787
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24788
|
+
align-self: flex-end;
|
|
24789
|
+
padding-bottom: 6px;
|
|
24790
|
+
font-size: 1.5rem;
|
|
24791
|
+
font-weight: 400;
|
|
24792
|
+
letter-spacing: 0;
|
|
24793
|
+
line-height: 2.25rem;
|
|
24794
|
+
text-transform: none;
|
|
24795
|
+
}
|
|
24796
|
+
|
|
24797
|
+
.v-toolbar-title__placeholder {
|
|
24798
|
+
overflow: hidden;
|
|
24799
|
+
text-overflow: ellipsis;
|
|
24800
|
+
white-space: nowrap;
|
|
24801
|
+
}
|
|
24802
|
+
|
|
24803
|
+
.v-toolbar-items {
|
|
24804
|
+
display: flex;
|
|
24805
|
+
height: inherit;
|
|
24806
|
+
align-self: stretch;
|
|
24807
|
+
}
|
|
24808
|
+
.v-toolbar-items > .v-btn {
|
|
24809
|
+
border-radius: 0;
|
|
24804
24810
|
}.v-tooltip > .v-overlay__content {
|
|
24805
24811
|
background: rgb(var(--v-theme-surface-variant));
|
|
24806
24812
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
@@ -24822,15 +24828,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24822
24828
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24823
24829
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24824
24830
|
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
24831
|
}.v-window {
|
|
24835
24832
|
overflow: hidden;
|
|
24836
24833
|
}
|
|
@@ -24900,56 +24897,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24900
24897
|
}
|
|
24901
24898
|
.v-window-y-reverse-transition-leave-to {
|
|
24902
24899
|
transform: translateY(100%);
|
|
24903
|
-
}.v-
|
|
24904
|
-
display:
|
|
24900
|
+
}.v-virtual-scroll {
|
|
24901
|
+
display: block;
|
|
24902
|
+
flex: 1 1 auto;
|
|
24903
|
+
max-width: 100%;
|
|
24904
|
+
overflow: auto;
|
|
24905
24905
|
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
|
-
}
|
|
24923
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24924
|
-
will-change: transform;
|
|
24925
|
-
}.v-color-picker-edit {
|
|
24926
|
-
display: flex;
|
|
24927
|
-
margin-top: 24px;
|
|
24928
|
-
}
|
|
24929
|
-
|
|
24930
|
-
.v-color-picker-edit__input {
|
|
24931
|
-
width: 100%;
|
|
24932
|
-
display: flex;
|
|
24933
|
-
flex-wrap: wrap;
|
|
24934
|
-
justify-content: center;
|
|
24935
|
-
text-align: center;
|
|
24936
|
-
}
|
|
24937
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24938
|
-
margin-inline-end: 8px;
|
|
24939
|
-
}
|
|
24940
|
-
.v-color-picker-edit__input input {
|
|
24941
|
-
border-radius: 4px;
|
|
24942
|
-
margin-bottom: 8px;
|
|
24943
|
-
min-width: 0;
|
|
24944
|
-
outline: none;
|
|
24945
|
-
text-align: center;
|
|
24946
|
-
width: 100%;
|
|
24947
|
-
height: 32px;
|
|
24948
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24949
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24950
24906
|
}
|
|
24951
|
-
.v-
|
|
24952
|
-
|
|
24907
|
+
.v-virtual-scroll__container {
|
|
24908
|
+
display: block;
|
|
24953
24909
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24954
24910
|
background-color: transparent !important;
|
|
24955
24911
|
}
|
|
@@ -25019,6 +24975,56 @@ html.v-overlay-scroll-blocked {
|
|
|
25019
24975
|
.v-color-picker-preview__eye-dropper {
|
|
25020
24976
|
position: relative;
|
|
25021
24977
|
margin-right: 12px;
|
|
24978
|
+
}.v-color-picker-canvas {
|
|
24979
|
+
display: flex;
|
|
24980
|
+
position: relative;
|
|
24981
|
+
overflow: hidden;
|
|
24982
|
+
contain: content;
|
|
24983
|
+
touch-action: none;
|
|
24984
|
+
}
|
|
24985
|
+
.v-color-picker-canvas__dot {
|
|
24986
|
+
position: absolute;
|
|
24987
|
+
top: 0;
|
|
24988
|
+
left: 0;
|
|
24989
|
+
width: 15px;
|
|
24990
|
+
height: 15px;
|
|
24991
|
+
background: transparent;
|
|
24992
|
+
border-radius: 50%;
|
|
24993
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24994
|
+
}
|
|
24995
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24996
|
+
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);
|
|
24997
|
+
}
|
|
24998
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24999
|
+
will-change: transform;
|
|
25000
|
+
}.v-color-picker-edit {
|
|
25001
|
+
display: flex;
|
|
25002
|
+
margin-top: 24px;
|
|
25003
|
+
}
|
|
25004
|
+
|
|
25005
|
+
.v-color-picker-edit__input {
|
|
25006
|
+
width: 100%;
|
|
25007
|
+
display: flex;
|
|
25008
|
+
flex-wrap: wrap;
|
|
25009
|
+
justify-content: center;
|
|
25010
|
+
text-align: center;
|
|
25011
|
+
}
|
|
25012
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
25013
|
+
margin-inline-end: 8px;
|
|
25014
|
+
}
|
|
25015
|
+
.v-color-picker-edit__input input {
|
|
25016
|
+
border-radius: 4px;
|
|
25017
|
+
margin-bottom: 8px;
|
|
25018
|
+
min-width: 0;
|
|
25019
|
+
outline: none;
|
|
25020
|
+
text-align: center;
|
|
25021
|
+
width: 100%;
|
|
25022
|
+
height: 32px;
|
|
25023
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25024
|
+
color: rgba(var(--v-theme-on-surface));
|
|
25025
|
+
}
|
|
25026
|
+
.v-color-picker-edit__input span {
|
|
25027
|
+
font-size: 0.75rem;
|
|
25022
25028
|
}.v-color-picker-swatches {
|
|
25023
25029
|
overflow-y: auto;
|
|
25024
25030
|
}
|