vuetify 3.4.10 → 3.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +5 -5
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +2511 -2489
- package/dist/vuetify-labs.css +2293 -2287
- package/dist/vuetify-labs.d.ts +1116 -15
- package/dist/vuetify-labs.esm.js +166 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +166 -157
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +548 -542
- package/dist/vuetify.d.ts +1162 -61
- package/dist/vuetify.esm.js +166 -157
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -157
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +755 -758
- package/dist/vuetify.min.js.map +1 -1
- 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 +5 -5
- 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 +6 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.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/VOverlay/locationStrategies.mjs +1 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -10
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- 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 +1102 -3
- package/lib/components/VWindow/VWindow.mjs +2 -2
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +1116 -15
- 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 +46 -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 +46 -46
- package/lib/locale/index.d.mts +1 -45
- package/lib/locale/index.mjs +0 -43
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/sk.mjs +22 -22
- package/lib/locale/sk.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 +3 -2
- 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.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.11
|
|
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
|
}
|
|
@@ -17387,77 +17387,6 @@ html.overflow-y-hidden {
|
|
|
17387
17387
|
.v-avatar .v-img {
|
|
17388
17388
|
height: 100%;
|
|
17389
17389
|
width: 100%;
|
|
17390
|
-
}.v-badge {
|
|
17391
|
-
display: inline-block;
|
|
17392
|
-
line-height: 1;
|
|
17393
|
-
}
|
|
17394
|
-
|
|
17395
|
-
.v-badge__badge {
|
|
17396
|
-
align-items: center;
|
|
17397
|
-
display: inline-flex;
|
|
17398
|
-
border-radius: 10px;
|
|
17399
|
-
font-size: 0.75rem;
|
|
17400
|
-
font-weight: 500;
|
|
17401
|
-
height: 1.25rem;
|
|
17402
|
-
justify-content: center;
|
|
17403
|
-
min-width: 20px;
|
|
17404
|
-
padding: 4px 6px;
|
|
17405
|
-
pointer-events: auto;
|
|
17406
|
-
position: absolute;
|
|
17407
|
-
text-align: center;
|
|
17408
|
-
text-indent: 0;
|
|
17409
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17410
|
-
white-space: nowrap;
|
|
17411
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17412
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17413
|
-
}
|
|
17414
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17415
|
-
border-radius: inherit;
|
|
17416
|
-
border-style: solid;
|
|
17417
|
-
border-width: 2px;
|
|
17418
|
-
bottom: 0;
|
|
17419
|
-
color: rgb(var(--v-theme-background));
|
|
17420
|
-
content: "";
|
|
17421
|
-
left: 0;
|
|
17422
|
-
position: absolute;
|
|
17423
|
-
right: 0;
|
|
17424
|
-
top: 0;
|
|
17425
|
-
transform: scale(1.05);
|
|
17426
|
-
}
|
|
17427
|
-
.v-badge--dot .v-badge__badge {
|
|
17428
|
-
border-radius: 4.5px;
|
|
17429
|
-
height: 9px;
|
|
17430
|
-
min-width: 0;
|
|
17431
|
-
padding: 0;
|
|
17432
|
-
width: 9px;
|
|
17433
|
-
}
|
|
17434
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17435
|
-
border-width: 1.5px;
|
|
17436
|
-
}
|
|
17437
|
-
.v-badge--inline .v-badge__badge {
|
|
17438
|
-
position: relative;
|
|
17439
|
-
vertical-align: middle;
|
|
17440
|
-
}
|
|
17441
|
-
.v-badge__badge .v-icon {
|
|
17442
|
-
color: inherit;
|
|
17443
|
-
font-size: 0.75rem;
|
|
17444
|
-
margin: 0 -2px;
|
|
17445
|
-
}
|
|
17446
|
-
.v-badge__badge img,
|
|
17447
|
-
.v-badge__badge .v-img {
|
|
17448
|
-
height: 100%;
|
|
17449
|
-
width: 100%;
|
|
17450
|
-
}
|
|
17451
|
-
|
|
17452
|
-
.v-badge__wrapper {
|
|
17453
|
-
display: flex;
|
|
17454
|
-
position: relative;
|
|
17455
|
-
}
|
|
17456
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17457
|
-
align-items: center;
|
|
17458
|
-
display: inline-flex;
|
|
17459
|
-
justify-content: center;
|
|
17460
|
-
margin: 0 4px;
|
|
17461
17390
|
}.v-banner {
|
|
17462
17391
|
display: grid;
|
|
17463
17392
|
flex: 1 1;
|
|
@@ -17615,6 +17544,77 @@ html.overflow-y-hidden {
|
|
|
17615
17544
|
}
|
|
17616
17545
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17617
17546
|
align-self: flex-start;
|
|
17547
|
+
}.v-badge {
|
|
17548
|
+
display: inline-block;
|
|
17549
|
+
line-height: 1;
|
|
17550
|
+
}
|
|
17551
|
+
|
|
17552
|
+
.v-badge__badge {
|
|
17553
|
+
align-items: center;
|
|
17554
|
+
display: inline-flex;
|
|
17555
|
+
border-radius: 10px;
|
|
17556
|
+
font-size: 0.75rem;
|
|
17557
|
+
font-weight: 500;
|
|
17558
|
+
height: 1.25rem;
|
|
17559
|
+
justify-content: center;
|
|
17560
|
+
min-width: 20px;
|
|
17561
|
+
padding: 4px 6px;
|
|
17562
|
+
pointer-events: auto;
|
|
17563
|
+
position: absolute;
|
|
17564
|
+
text-align: center;
|
|
17565
|
+
text-indent: 0;
|
|
17566
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17567
|
+
white-space: nowrap;
|
|
17568
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17569
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17570
|
+
}
|
|
17571
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17572
|
+
border-radius: inherit;
|
|
17573
|
+
border-style: solid;
|
|
17574
|
+
border-width: 2px;
|
|
17575
|
+
bottom: 0;
|
|
17576
|
+
color: rgb(var(--v-theme-background));
|
|
17577
|
+
content: "";
|
|
17578
|
+
left: 0;
|
|
17579
|
+
position: absolute;
|
|
17580
|
+
right: 0;
|
|
17581
|
+
top: 0;
|
|
17582
|
+
transform: scale(1.05);
|
|
17583
|
+
}
|
|
17584
|
+
.v-badge--dot .v-badge__badge {
|
|
17585
|
+
border-radius: 4.5px;
|
|
17586
|
+
height: 9px;
|
|
17587
|
+
min-width: 0;
|
|
17588
|
+
padding: 0;
|
|
17589
|
+
width: 9px;
|
|
17590
|
+
}
|
|
17591
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17592
|
+
border-width: 1.5px;
|
|
17593
|
+
}
|
|
17594
|
+
.v-badge--inline .v-badge__badge {
|
|
17595
|
+
position: relative;
|
|
17596
|
+
vertical-align: middle;
|
|
17597
|
+
}
|
|
17598
|
+
.v-badge__badge .v-icon {
|
|
17599
|
+
color: inherit;
|
|
17600
|
+
font-size: 0.75rem;
|
|
17601
|
+
margin: 0 -2px;
|
|
17602
|
+
}
|
|
17603
|
+
.v-badge__badge img,
|
|
17604
|
+
.v-badge__badge .v-img {
|
|
17605
|
+
height: 100%;
|
|
17606
|
+
width: 100%;
|
|
17607
|
+
}
|
|
17608
|
+
|
|
17609
|
+
.v-badge__wrapper {
|
|
17610
|
+
display: flex;
|
|
17611
|
+
position: relative;
|
|
17612
|
+
}
|
|
17613
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17614
|
+
align-items: center;
|
|
17615
|
+
display: inline-flex;
|
|
17616
|
+
justify-content: center;
|
|
17617
|
+
margin: 0 4px;
|
|
17618
17618
|
}.v-bottom-navigation {
|
|
17619
17619
|
display: flex;
|
|
17620
17620
|
max-width: 100%;
|
|
@@ -17702,6 +17702,62 @@ html.overflow-y-hidden {
|
|
|
17702
17702
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17703
17703
|
max-width: 70%;
|
|
17704
17704
|
}
|
|
17705
|
+
}.v-btn-group {
|
|
17706
|
+
display: inline-flex;
|
|
17707
|
+
flex-wrap: nowrap;
|
|
17708
|
+
max-width: 100%;
|
|
17709
|
+
min-width: 0;
|
|
17710
|
+
overflow: hidden;
|
|
17711
|
+
vertical-align: middle;
|
|
17712
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17713
|
+
border-style: solid;
|
|
17714
|
+
border-width: 0;
|
|
17715
|
+
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));
|
|
17716
|
+
border-radius: 4px;
|
|
17717
|
+
background: transparent;
|
|
17718
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17719
|
+
}
|
|
17720
|
+
.v-btn-group--border {
|
|
17721
|
+
border-width: thin;
|
|
17722
|
+
box-shadow: none;
|
|
17723
|
+
}
|
|
17724
|
+
.v-btn-group--density-default.v-btn-group {
|
|
17725
|
+
height: 48px;
|
|
17726
|
+
}
|
|
17727
|
+
|
|
17728
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
17729
|
+
height: 40px;
|
|
17730
|
+
}
|
|
17731
|
+
|
|
17732
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
17733
|
+
height: 36px;
|
|
17734
|
+
}
|
|
17735
|
+
|
|
17736
|
+
.v-btn-group .v-btn {
|
|
17737
|
+
border-radius: 0;
|
|
17738
|
+
border-color: inherit;
|
|
17739
|
+
}
|
|
17740
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
17741
|
+
border-inline-end: none;
|
|
17742
|
+
}
|
|
17743
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
17744
|
+
border-inline-start: none;
|
|
17745
|
+
}
|
|
17746
|
+
.v-btn-group .v-btn:first-child {
|
|
17747
|
+
border-start-start-radius: inherit;
|
|
17748
|
+
border-end-start-radius: inherit;
|
|
17749
|
+
}
|
|
17750
|
+
.v-btn-group .v-btn:last-child {
|
|
17751
|
+
border-start-end-radius: inherit;
|
|
17752
|
+
border-end-end-radius: inherit;
|
|
17753
|
+
}
|
|
17754
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17755
|
+
border-inline-end-width: thin;
|
|
17756
|
+
border-inline-end-style: solid;
|
|
17757
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17758
|
+
}
|
|
17759
|
+
.v-btn-group--tile {
|
|
17760
|
+
border-radius: 0;
|
|
17705
17761
|
}.v-breadcrumbs {
|
|
17706
17762
|
display: flex;
|
|
17707
17763
|
align-items: center;
|
|
@@ -17759,95 +17815,39 @@ html.overflow-y-hidden {
|
|
|
17759
17815
|
display: inline-block;
|
|
17760
17816
|
padding: 0 8px;
|
|
17761
17817
|
vertical-align: middle;
|
|
17762
|
-
}.v-btn
|
|
17763
|
-
|
|
17764
|
-
|
|
17818
|
+
}.v-btn {
|
|
17819
|
+
align-items: center;
|
|
17820
|
+
border-radius: 4px;
|
|
17821
|
+
display: inline-grid;
|
|
17822
|
+
grid-template-areas: "prepend content append";
|
|
17823
|
+
grid-template-columns: max-content auto max-content;
|
|
17824
|
+
font-weight: 500;
|
|
17825
|
+
justify-content: center;
|
|
17826
|
+
letter-spacing: 0.0892857143em;
|
|
17827
|
+
line-height: normal;
|
|
17765
17828
|
max-width: 100%;
|
|
17766
|
-
|
|
17767
|
-
|
|
17829
|
+
outline: none;
|
|
17830
|
+
position: relative;
|
|
17831
|
+
text-decoration: none;
|
|
17832
|
+
text-indent: 0.0892857143em;
|
|
17833
|
+
text-transform: uppercase;
|
|
17834
|
+
transition-property: box-shadow, transform, opacity, background;
|
|
17835
|
+
transition-duration: 0.28s;
|
|
17836
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17837
|
+
-webkit-user-select: none;
|
|
17838
|
+
user-select: none;
|
|
17768
17839
|
vertical-align: middle;
|
|
17840
|
+
flex-shrink: 0;
|
|
17769
17841
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17770
17842
|
border-style: solid;
|
|
17771
17843
|
border-width: 0;
|
|
17772
|
-
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));
|
|
17773
|
-
border-radius: 4px;
|
|
17774
|
-
background: transparent;
|
|
17775
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17776
|
-
}
|
|
17777
|
-
.v-btn-group--border {
|
|
17778
|
-
border-width: thin;
|
|
17779
|
-
box-shadow: none;
|
|
17780
17844
|
}
|
|
17781
|
-
.v-btn
|
|
17782
|
-
|
|
17783
|
-
|
|
17784
|
-
|
|
17785
|
-
|
|
17786
|
-
|
|
17787
|
-
}
|
|
17788
|
-
|
|
17789
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
17790
|
-
height: 36px;
|
|
17791
|
-
}
|
|
17792
|
-
|
|
17793
|
-
.v-btn-group .v-btn {
|
|
17794
|
-
border-radius: 0;
|
|
17795
|
-
border-color: inherit;
|
|
17796
|
-
}
|
|
17797
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
17798
|
-
border-inline-end: none;
|
|
17799
|
-
}
|
|
17800
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
17801
|
-
border-inline-start: none;
|
|
17802
|
-
}
|
|
17803
|
-
.v-btn-group .v-btn:first-child {
|
|
17804
|
-
border-start-start-radius: inherit;
|
|
17805
|
-
border-end-start-radius: inherit;
|
|
17806
|
-
}
|
|
17807
|
-
.v-btn-group .v-btn:last-child {
|
|
17808
|
-
border-start-end-radius: inherit;
|
|
17809
|
-
border-end-end-radius: inherit;
|
|
17810
|
-
}
|
|
17811
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17812
|
-
border-inline-end-width: thin;
|
|
17813
|
-
border-inline-end-style: solid;
|
|
17814
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17815
|
-
}
|
|
17816
|
-
.v-btn-group--tile {
|
|
17817
|
-
border-radius: 0;
|
|
17818
|
-
}.v-btn {
|
|
17819
|
-
align-items: center;
|
|
17820
|
-
border-radius: 4px;
|
|
17821
|
-
display: inline-grid;
|
|
17822
|
-
grid-template-areas: "prepend content append";
|
|
17823
|
-
grid-template-columns: max-content auto max-content;
|
|
17824
|
-
font-weight: 500;
|
|
17825
|
-
justify-content: center;
|
|
17826
|
-
letter-spacing: 0.0892857143em;
|
|
17827
|
-
line-height: normal;
|
|
17828
|
-
max-width: 100%;
|
|
17829
|
-
outline: none;
|
|
17830
|
-
position: relative;
|
|
17831
|
-
text-decoration: none;
|
|
17832
|
-
text-indent: 0.0892857143em;
|
|
17833
|
-
text-transform: uppercase;
|
|
17834
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
17835
|
-
transition-duration: 0.28s;
|
|
17836
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17837
|
-
-webkit-user-select: none;
|
|
17838
|
-
user-select: none;
|
|
17839
|
-
vertical-align: middle;
|
|
17840
|
-
flex-shrink: 0;
|
|
17841
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17842
|
-
border-style: solid;
|
|
17843
|
-
border-width: 0;
|
|
17844
|
-
}
|
|
17845
|
-
.v-btn--size-x-small {
|
|
17846
|
-
--v-btn-size: 0.625rem;
|
|
17847
|
-
--v-btn-height: 20px;
|
|
17848
|
-
font-size: var(--v-btn-size);
|
|
17849
|
-
min-width: 36px;
|
|
17850
|
-
padding: 0 8px;
|
|
17845
|
+
.v-btn--size-x-small {
|
|
17846
|
+
--v-btn-size: 0.625rem;
|
|
17847
|
+
--v-btn-height: 20px;
|
|
17848
|
+
font-size: var(--v-btn-size);
|
|
17849
|
+
min-width: 36px;
|
|
17850
|
+
padding: 0 8px;
|
|
17851
17851
|
}
|
|
17852
17852
|
|
|
17853
17853
|
.v-btn--size-small {
|
|
@@ -18218,82 +18218,6 @@ html.overflow-y-hidden {
|
|
|
18218
18218
|
}
|
|
18219
18219
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18220
18220
|
opacity: var(--v-border-opacity);
|
|
18221
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18222
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18223
|
-
}
|
|
18224
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18225
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18226
|
-
}
|
|
18227
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18228
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18229
|
-
}
|
|
18230
|
-
@supports not selector(:focus-visible) {
|
|
18231
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18232
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18233
|
-
}
|
|
18234
|
-
}.v-carousel {
|
|
18235
|
-
overflow: hidden;
|
|
18236
|
-
position: relative;
|
|
18237
|
-
width: 100%;
|
|
18238
|
-
}
|
|
18239
|
-
.v-carousel__controls {
|
|
18240
|
-
align-items: center;
|
|
18241
|
-
bottom: 0;
|
|
18242
|
-
display: flex;
|
|
18243
|
-
height: 50px;
|
|
18244
|
-
justify-content: center;
|
|
18245
|
-
list-style-type: none;
|
|
18246
|
-
position: absolute;
|
|
18247
|
-
width: 100%;
|
|
18248
|
-
z-index: 1;
|
|
18249
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18250
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18251
|
-
}
|
|
18252
|
-
.v-carousel__controls > .v-item-group {
|
|
18253
|
-
flex: 0 1 auto;
|
|
18254
|
-
}
|
|
18255
|
-
.v-carousel__controls__item {
|
|
18256
|
-
margin: 0 8px;
|
|
18257
|
-
}
|
|
18258
|
-
.v-carousel__controls__item .v-icon {
|
|
18259
|
-
opacity: 0.5;
|
|
18260
|
-
}
|
|
18261
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18262
|
-
opacity: 1;
|
|
18263
|
-
vertical-align: middle;
|
|
18264
|
-
}
|
|
18265
|
-
.v-carousel__controls__item:hover {
|
|
18266
|
-
background: none;
|
|
18267
|
-
}
|
|
18268
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18269
|
-
opacity: 0.8;
|
|
18270
|
-
}
|
|
18271
|
-
|
|
18272
|
-
.v-carousel__progress {
|
|
18273
|
-
margin: 0;
|
|
18274
|
-
position: absolute;
|
|
18275
|
-
bottom: 0;
|
|
18276
|
-
left: 0;
|
|
18277
|
-
right: 0;
|
|
18278
|
-
}
|
|
18279
|
-
|
|
18280
|
-
.v-carousel-item {
|
|
18281
|
-
display: block;
|
|
18282
|
-
height: inherit;
|
|
18283
|
-
text-decoration: none;
|
|
18284
|
-
}
|
|
18285
|
-
.v-carousel-item > .v-img {
|
|
18286
|
-
height: inherit;
|
|
18287
|
-
}
|
|
18288
|
-
|
|
18289
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18290
|
-
background: transparent;
|
|
18291
|
-
}
|
|
18292
|
-
|
|
18293
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18294
|
-
flex-direction: column;
|
|
18295
|
-
height: 100% !important;
|
|
18296
|
-
width: 50px;
|
|
18297
18221
|
}.v-card {
|
|
18298
18222
|
display: block;
|
|
18299
18223
|
overflow: hidden;
|
|
@@ -18588,6 +18512,82 @@ html.overflow-y-hidden {
|
|
|
18588
18512
|
transition: opacity 0.2s ease-in-out;
|
|
18589
18513
|
}.v-checkbox .v-selection-control {
|
|
18590
18514
|
min-height: var(--v-input-control-height);
|
|
18515
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18516
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18517
|
+
}
|
|
18518
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18519
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18520
|
+
}
|
|
18521
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18522
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18523
|
+
}
|
|
18524
|
+
@supports not selector(:focus-visible) {
|
|
18525
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18526
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18527
|
+
}
|
|
18528
|
+
}.v-carousel {
|
|
18529
|
+
overflow: hidden;
|
|
18530
|
+
position: relative;
|
|
18531
|
+
width: 100%;
|
|
18532
|
+
}
|
|
18533
|
+
.v-carousel__controls {
|
|
18534
|
+
align-items: center;
|
|
18535
|
+
bottom: 0;
|
|
18536
|
+
display: flex;
|
|
18537
|
+
height: 50px;
|
|
18538
|
+
justify-content: center;
|
|
18539
|
+
list-style-type: none;
|
|
18540
|
+
position: absolute;
|
|
18541
|
+
width: 100%;
|
|
18542
|
+
z-index: 1;
|
|
18543
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18544
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18545
|
+
}
|
|
18546
|
+
.v-carousel__controls > .v-item-group {
|
|
18547
|
+
flex: 0 1 auto;
|
|
18548
|
+
}
|
|
18549
|
+
.v-carousel__controls__item {
|
|
18550
|
+
margin: 0 8px;
|
|
18551
|
+
}
|
|
18552
|
+
.v-carousel__controls__item .v-icon {
|
|
18553
|
+
opacity: 0.5;
|
|
18554
|
+
}
|
|
18555
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18556
|
+
opacity: 1;
|
|
18557
|
+
vertical-align: middle;
|
|
18558
|
+
}
|
|
18559
|
+
.v-carousel__controls__item:hover {
|
|
18560
|
+
background: none;
|
|
18561
|
+
}
|
|
18562
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18563
|
+
opacity: 0.8;
|
|
18564
|
+
}
|
|
18565
|
+
|
|
18566
|
+
.v-carousel__progress {
|
|
18567
|
+
margin: 0;
|
|
18568
|
+
position: absolute;
|
|
18569
|
+
bottom: 0;
|
|
18570
|
+
left: 0;
|
|
18571
|
+
right: 0;
|
|
18572
|
+
}
|
|
18573
|
+
|
|
18574
|
+
.v-carousel-item {
|
|
18575
|
+
display: block;
|
|
18576
|
+
height: inherit;
|
|
18577
|
+
text-decoration: none;
|
|
18578
|
+
}
|
|
18579
|
+
.v-carousel-item > .v-img {
|
|
18580
|
+
height: inherit;
|
|
18581
|
+
}
|
|
18582
|
+
|
|
18583
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18584
|
+
background: transparent;
|
|
18585
|
+
}
|
|
18586
|
+
|
|
18587
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18588
|
+
flex-direction: column;
|
|
18589
|
+
height: 100% !important;
|
|
18590
|
+
width: 50px;
|
|
18591
18591
|
}.v-chip {
|
|
18592
18592
|
align-items: center;
|
|
18593
18593
|
cursor: default;
|
|
@@ -19792,6 +19792,41 @@ html.overflow-y-hidden {
|
|
|
19792
19792
|
flex: 0 1 auto;
|
|
19793
19793
|
font-size: 12px;
|
|
19794
19794
|
transition-duration: 150ms;
|
|
19795
|
+
}.v-data-table-footer {
|
|
19796
|
+
display: flex;
|
|
19797
|
+
align-items: center;
|
|
19798
|
+
flex-wrap: wrap;
|
|
19799
|
+
padding: 4px;
|
|
19800
|
+
justify-content: flex-end;
|
|
19801
|
+
}
|
|
19802
|
+
|
|
19803
|
+
.v-data-table-footer__items-per-page {
|
|
19804
|
+
display: flex;
|
|
19805
|
+
align-items: center;
|
|
19806
|
+
justify-content: center;
|
|
19807
|
+
}
|
|
19808
|
+
.v-data-table-footer__items-per-page > span {
|
|
19809
|
+
padding-inline-end: 8px;
|
|
19810
|
+
}
|
|
19811
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
19812
|
+
width: 90px;
|
|
19813
|
+
}
|
|
19814
|
+
|
|
19815
|
+
.v-data-table-footer__info {
|
|
19816
|
+
display: flex;
|
|
19817
|
+
justify-content: flex-end;
|
|
19818
|
+
min-width: 116px;
|
|
19819
|
+
padding: 0 16px;
|
|
19820
|
+
}
|
|
19821
|
+
|
|
19822
|
+
.v-data-table-footer__pagination {
|
|
19823
|
+
display: flex;
|
|
19824
|
+
align-items: center;
|
|
19825
|
+
margin-inline-start: 16px;
|
|
19826
|
+
}
|
|
19827
|
+
|
|
19828
|
+
.v-data-table-footer__page {
|
|
19829
|
+
padding: 0 8px;
|
|
19795
19830
|
}.v-data-table {
|
|
19796
19831
|
width: 100%;
|
|
19797
19832
|
}
|
|
@@ -19924,36 +19959,6 @@ html.overflow-y-hidden {
|
|
|
19924
19959
|
.v-data-table-rows-loading,
|
|
19925
19960
|
.v-data-table-rows-no-data {
|
|
19926
19961
|
text-align: center;
|
|
19927
|
-
}.v-data-table-footer {
|
|
19928
|
-
display: flex;
|
|
19929
|
-
align-items: center;
|
|
19930
|
-
flex-wrap: wrap;
|
|
19931
|
-
padding: 4px;
|
|
19932
|
-
justify-content: flex-end;
|
|
19933
|
-
}
|
|
19934
|
-
|
|
19935
|
-
.v-data-table-footer__items-per-page {
|
|
19936
|
-
padding-inline-end: 24px;
|
|
19937
|
-
display: flex;
|
|
19938
|
-
align-items: center;
|
|
19939
|
-
justify-content: space-between;
|
|
19940
|
-
}
|
|
19941
|
-
.v-data-table-footer__items-per-page > span {
|
|
19942
|
-
padding-inline-end: 24px;
|
|
19943
|
-
}
|
|
19944
|
-
|
|
19945
|
-
.v-data-table-footer__info {
|
|
19946
|
-
display: flex;
|
|
19947
|
-
padding-inline-end: 24px;
|
|
19948
|
-
}
|
|
19949
|
-
|
|
19950
|
-
.v-data-table-footer__pagination {
|
|
19951
|
-
display: flex;
|
|
19952
|
-
align-items: center;
|
|
19953
|
-
}
|
|
19954
|
-
|
|
19955
|
-
.v-data-table-footer__page {
|
|
19956
|
-
padding: 0 8px;
|
|
19957
19962
|
}.v-date-picker__input {
|
|
19958
19963
|
padding-top: 16px;
|
|
19959
19964
|
padding-left: 24px;
|
|
@@ -20035,55 +20040,6 @@ html.overflow-y-hidden {
|
|
|
20035
20040
|
|
|
20036
20041
|
.v-date-picker__title {
|
|
20037
20042
|
display: inline-block;
|
|
20038
|
-
}.v-date-picker-month {
|
|
20039
|
-
display: flex;
|
|
20040
|
-
justify-content: center;
|
|
20041
|
-
min-width: 328px;
|
|
20042
|
-
--v-date-picker-month-day-diff: 4px;
|
|
20043
|
-
}
|
|
20044
|
-
|
|
20045
|
-
.v-date-picker-month__weeks {
|
|
20046
|
-
display: grid;
|
|
20047
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20048
|
-
row-gap: 4px;
|
|
20049
|
-
font-size: 0.875rem;
|
|
20050
|
-
}
|
|
20051
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20052
|
-
grid-row-gap: 0;
|
|
20053
|
-
}
|
|
20054
|
-
|
|
20055
|
-
.v-date-picker-month__weekday {
|
|
20056
|
-
font-size: 0.875rem;
|
|
20057
|
-
}
|
|
20058
|
-
|
|
20059
|
-
.v-date-picker-month__days {
|
|
20060
|
-
display: grid;
|
|
20061
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20062
|
-
row-gap: 4px;
|
|
20063
|
-
flex: 1 1;
|
|
20064
|
-
justify-content: space-around;
|
|
20065
|
-
}
|
|
20066
|
-
|
|
20067
|
-
.v-date-picker-month__day {
|
|
20068
|
-
align-items: center;
|
|
20069
|
-
display: flex;
|
|
20070
|
-
justify-content: center;
|
|
20071
|
-
position: relative;
|
|
20072
|
-
}
|
|
20073
|
-
.v-date-picker-month__day--selected .v-btn {
|
|
20074
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
20075
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20076
|
-
}
|
|
20077
|
-
.v-date-picker-month__day--week {
|
|
20078
|
-
font-size: var(--v-btn-size);
|
|
20079
|
-
}
|
|
20080
|
-
|
|
20081
|
-
.v-date-picker-month__day--adjacent {
|
|
20082
|
-
opacity: 0.5;
|
|
20083
|
-
}
|
|
20084
|
-
|
|
20085
|
-
.v-date-picker-month__day--hide-adjacent {
|
|
20086
|
-
opacity: 0;
|
|
20087
20043
|
}.v-date-picker-header {
|
|
20088
20044
|
display: grid;
|
|
20089
20045
|
grid-template-areas: "prepend content append";
|
|
@@ -20142,6 +20098,55 @@ html.overflow-y-hidden {
|
|
|
20142
20098
|
.date-picker-header-reverse-transition-leave-to {
|
|
20143
20099
|
opacity: 0;
|
|
20144
20100
|
transform: translate(0, 100%);
|
|
20101
|
+
}.v-date-picker-month {
|
|
20102
|
+
display: flex;
|
|
20103
|
+
justify-content: center;
|
|
20104
|
+
min-width: 328px;
|
|
20105
|
+
--v-date-picker-month-day-diff: 4px;
|
|
20106
|
+
}
|
|
20107
|
+
|
|
20108
|
+
.v-date-picker-month__weeks {
|
|
20109
|
+
display: grid;
|
|
20110
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20111
|
+
row-gap: 4px;
|
|
20112
|
+
font-size: 0.875rem;
|
|
20113
|
+
}
|
|
20114
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20115
|
+
grid-row-gap: 0;
|
|
20116
|
+
}
|
|
20117
|
+
|
|
20118
|
+
.v-date-picker-month__weekday {
|
|
20119
|
+
font-size: 0.875rem;
|
|
20120
|
+
}
|
|
20121
|
+
|
|
20122
|
+
.v-date-picker-month__days {
|
|
20123
|
+
display: grid;
|
|
20124
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20125
|
+
row-gap: 4px;
|
|
20126
|
+
flex: 1 1;
|
|
20127
|
+
justify-content: space-around;
|
|
20128
|
+
}
|
|
20129
|
+
|
|
20130
|
+
.v-date-picker-month__day {
|
|
20131
|
+
align-items: center;
|
|
20132
|
+
display: flex;
|
|
20133
|
+
justify-content: center;
|
|
20134
|
+
position: relative;
|
|
20135
|
+
}
|
|
20136
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
20137
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20138
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20139
|
+
}
|
|
20140
|
+
.v-date-picker-month__day--week {
|
|
20141
|
+
font-size: var(--v-btn-size);
|
|
20142
|
+
}
|
|
20143
|
+
|
|
20144
|
+
.v-date-picker-month__day--adjacent {
|
|
20145
|
+
opacity: 0.5;
|
|
20146
|
+
}
|
|
20147
|
+
|
|
20148
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
20149
|
+
opacity: 0;
|
|
20145
20150
|
}.v-date-picker-months {
|
|
20146
20151
|
height: 320px;
|
|
20147
20152
|
overflow-y: scroll;
|
|
@@ -21172,6 +21177,31 @@ textarea.v-field__input::placeholder {
|
|
|
21172
21177
|
|
|
21173
21178
|
.v-img__gradient {
|
|
21174
21179
|
background-repeat: no-repeat;
|
|
21180
|
+
}.v-infinite-scroll--horizontal {
|
|
21181
|
+
display: flex;
|
|
21182
|
+
flex-direction: row;
|
|
21183
|
+
overflow-x: auto;
|
|
21184
|
+
}
|
|
21185
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21186
|
+
height: 100%;
|
|
21187
|
+
width: 1px;
|
|
21188
|
+
}
|
|
21189
|
+
|
|
21190
|
+
.v-infinite-scroll--vertical {
|
|
21191
|
+
display: flex;
|
|
21192
|
+
flex-direction: column;
|
|
21193
|
+
overflow-y: auto;
|
|
21194
|
+
}
|
|
21195
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21196
|
+
height: 1px;
|
|
21197
|
+
width: 100%;
|
|
21198
|
+
}
|
|
21199
|
+
|
|
21200
|
+
.v-infinite-scroll__side {
|
|
21201
|
+
align-items: center;
|
|
21202
|
+
display: flex;
|
|
21203
|
+
justify-content: center;
|
|
21204
|
+
padding: 8px;
|
|
21175
21205
|
}.v-input {
|
|
21176
21206
|
display: grid;
|
|
21177
21207
|
flex: 1 1 auto;
|
|
@@ -21305,40 +21335,15 @@ textarea.v-field__input::placeholder {
|
|
|
21305
21335
|
align-items: flex-start;
|
|
21306
21336
|
}
|
|
21307
21337
|
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
21308
|
-
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
21309
|
-
}
|
|
21310
|
-
|
|
21311
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
21312
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
21313
|
-
}
|
|
21314
|
-
|
|
21315
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21316
|
-
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21317
|
-
}.v-infinite-scroll--horizontal {
|
|
21318
|
-
display: flex;
|
|
21319
|
-
flex-direction: row;
|
|
21320
|
-
overflow-x: auto;
|
|
21321
|
-
}
|
|
21322
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21323
|
-
height: 100%;
|
|
21324
|
-
width: 1px;
|
|
21325
|
-
}
|
|
21326
|
-
|
|
21327
|
-
.v-infinite-scroll--vertical {
|
|
21328
|
-
display: flex;
|
|
21329
|
-
flex-direction: column;
|
|
21330
|
-
overflow-y: auto;
|
|
21331
|
-
}
|
|
21332
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21333
|
-
height: 1px;
|
|
21334
|
-
width: 100%;
|
|
21338
|
+
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
21335
21339
|
}
|
|
21336
21340
|
|
|
21337
|
-
.v-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21341
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
21342
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
21343
|
+
}
|
|
21344
|
+
|
|
21345
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21346
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21342
21347
|
}.v-item-group {
|
|
21343
21348
|
flex: 0 1 auto;
|
|
21344
21349
|
max-width: 100%;
|
|
@@ -21709,6 +21714,7 @@ textarea.v-field__input::placeholder {
|
|
|
21709
21714
|
overflow: hidden;
|
|
21710
21715
|
padding: 0;
|
|
21711
21716
|
text-overflow: ellipsis;
|
|
21717
|
+
word-break: break-all;
|
|
21712
21718
|
font-size: 0.875rem;
|
|
21713
21719
|
font-weight: 400;
|
|
21714
21720
|
letter-spacing: 0.0178571429em;
|
|
@@ -21911,8 +21917,6 @@ textarea.v-field__input::placeholder {
|
|
|
21911
21917
|
}
|
|
21912
21918
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
21913
21919
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21914
|
-
}.v-locale-provider {
|
|
21915
|
-
display: contents;
|
|
21916
21920
|
}.v-main {
|
|
21917
21921
|
flex: 1 0 auto;
|
|
21918
21922
|
max-width: 100%;
|
|
@@ -21941,6 +21945,8 @@ textarea.v-field__input::placeholder {
|
|
|
21941
21945
|
--v-layout-right: 0px;
|
|
21942
21946
|
--v-layout-top: 0px;
|
|
21943
21947
|
--v-layout-bottom: 0px;
|
|
21948
|
+
}.v-locale-provider {
|
|
21949
|
+
display: contents;
|
|
21944
21950
|
}.v-menu > .v-overlay__content {
|
|
21945
21951
|
display: flex;
|
|
21946
21952
|
flex-direction: column;
|
|
@@ -22124,14 +22130,6 @@ textarea.v-field__input::placeholder {
|
|
|
22124
22130
|
}
|
|
22125
22131
|
.v-otp-input__loader .v-progress-linear {
|
|
22126
22132
|
position: absolute;
|
|
22127
|
-
}.v-pagination__list {
|
|
22128
|
-
display: inline-flex;
|
|
22129
|
-
list-style-type: none;
|
|
22130
|
-
justify-content: center;
|
|
22131
|
-
width: 100%;
|
|
22132
|
-
}
|
|
22133
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22134
|
-
margin: 0.3rem;
|
|
22135
22133
|
}.v-overlay-container {
|
|
22136
22134
|
contain: layout;
|
|
22137
22135
|
left: 0;
|
|
@@ -22201,6 +22199,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22201
22199
|
}
|
|
22202
22200
|
.v-parallax--active > .v-img__img {
|
|
22203
22201
|
will-change: transform;
|
|
22202
|
+
}.v-pagination__list {
|
|
22203
|
+
display: inline-flex;
|
|
22204
|
+
list-style-type: none;
|
|
22205
|
+
justify-content: center;
|
|
22206
|
+
width: 100%;
|
|
22207
|
+
}
|
|
22208
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22209
|
+
margin: 0.3rem;
|
|
22204
22210
|
}.v-progress-circular {
|
|
22205
22211
|
align-items: center;
|
|
22206
22212
|
display: inline-flex;
|
|
@@ -22525,6 +22531,60 @@ html.v-overlay-scroll-blocked {
|
|
|
22525
22531
|
}
|
|
22526
22532
|
.v-radio-group .v-input__details {
|
|
22527
22533
|
padding-inline: 16px;
|
|
22534
|
+
}.v-rating {
|
|
22535
|
+
max-width: 100%;
|
|
22536
|
+
display: inline-flex;
|
|
22537
|
+
white-space: nowrap;
|
|
22538
|
+
}
|
|
22539
|
+
.v-rating--readonly {
|
|
22540
|
+
pointer-events: none;
|
|
22541
|
+
}
|
|
22542
|
+
|
|
22543
|
+
.v-rating__wrapper {
|
|
22544
|
+
align-items: center;
|
|
22545
|
+
display: inline-flex;
|
|
22546
|
+
flex-direction: column;
|
|
22547
|
+
}
|
|
22548
|
+
.v-rating__wrapper--bottom {
|
|
22549
|
+
flex-direction: column-reverse;
|
|
22550
|
+
}
|
|
22551
|
+
|
|
22552
|
+
.v-rating__item {
|
|
22553
|
+
display: inline-flex;
|
|
22554
|
+
position: relative;
|
|
22555
|
+
}
|
|
22556
|
+
.v-rating__item label {
|
|
22557
|
+
cursor: pointer;
|
|
22558
|
+
}
|
|
22559
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22560
|
+
opacity: 1;
|
|
22561
|
+
}
|
|
22562
|
+
.v-rating__item .v-btn {
|
|
22563
|
+
transition-property: transform;
|
|
22564
|
+
}
|
|
22565
|
+
.v-rating__item .v-btn .v-icon {
|
|
22566
|
+
transition: inherit;
|
|
22567
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22568
|
+
}
|
|
22569
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22570
|
+
transform: scale(1.25);
|
|
22571
|
+
}
|
|
22572
|
+
.v-rating__item--half {
|
|
22573
|
+
overflow: hidden;
|
|
22574
|
+
position: absolute;
|
|
22575
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22576
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22577
|
+
z-index: 1;
|
|
22578
|
+
}
|
|
22579
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22580
|
+
opacity: 0;
|
|
22581
|
+
}
|
|
22582
|
+
|
|
22583
|
+
.v-rating__hidden {
|
|
22584
|
+
height: 0;
|
|
22585
|
+
opacity: 0;
|
|
22586
|
+
position: absolute;
|
|
22587
|
+
width: 0;
|
|
22528
22588
|
}.v-slider .v-slider__container input {
|
|
22529
22589
|
cursor: default;
|
|
22530
22590
|
padding: 0;
|
|
@@ -22608,60 +22668,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22608
22668
|
flex: 1 0 0px;
|
|
22609
22669
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22610
22670
|
pointer-events: none;
|
|
22611
|
-
}.v-rating {
|
|
22612
|
-
max-width: 100%;
|
|
22613
|
-
display: inline-flex;
|
|
22614
|
-
white-space: nowrap;
|
|
22615
|
-
}
|
|
22616
|
-
.v-rating--readonly {
|
|
22617
|
-
pointer-events: none;
|
|
22618
|
-
}
|
|
22619
|
-
|
|
22620
|
-
.v-rating__wrapper {
|
|
22621
|
-
align-items: center;
|
|
22622
|
-
display: inline-flex;
|
|
22623
|
-
flex-direction: column;
|
|
22624
|
-
}
|
|
22625
|
-
.v-rating__wrapper--bottom {
|
|
22626
|
-
flex-direction: column-reverse;
|
|
22627
|
-
}
|
|
22628
|
-
|
|
22629
|
-
.v-rating__item {
|
|
22630
|
-
display: inline-flex;
|
|
22631
|
-
position: relative;
|
|
22632
|
-
}
|
|
22633
|
-
.v-rating__item label {
|
|
22634
|
-
cursor: pointer;
|
|
22635
|
-
}
|
|
22636
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22637
|
-
opacity: 1;
|
|
22638
|
-
}
|
|
22639
|
-
.v-rating__item .v-btn {
|
|
22640
|
-
transition-property: transform;
|
|
22641
|
-
}
|
|
22642
|
-
.v-rating__item .v-btn .v-icon {
|
|
22643
|
-
transition: inherit;
|
|
22644
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22645
|
-
}
|
|
22646
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22647
|
-
transform: scale(1.25);
|
|
22648
|
-
}
|
|
22649
|
-
.v-rating__item--half {
|
|
22650
|
-
overflow: hidden;
|
|
22651
|
-
position: absolute;
|
|
22652
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22653
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22654
|
-
z-index: 1;
|
|
22655
|
-
}
|
|
22656
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22657
|
-
opacity: 0;
|
|
22658
|
-
}
|
|
22659
|
-
|
|
22660
|
-
.v-rating__hidden {
|
|
22661
|
-
height: 0;
|
|
22662
|
-
opacity: 0;
|
|
22663
|
-
position: absolute;
|
|
22664
|
-
width: 0;
|
|
22665
22671
|
}.v-select .v-field .v-text-field__prefix,
|
|
22666
22672
|
.v-select .v-field .v-text-field__suffix,
|
|
22667
22673
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -22811,6 +22817,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22811
22817
|
}
|
|
22812
22818
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22813
22819
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22820
|
+
}.v-selection-control-group {
|
|
22821
|
+
grid-area: control;
|
|
22822
|
+
display: flex;
|
|
22823
|
+
flex-direction: column;
|
|
22824
|
+
}
|
|
22825
|
+
.v-selection-control-group--inline {
|
|
22826
|
+
flex-direction: row;
|
|
22827
|
+
flex-wrap: wrap;
|
|
22814
22828
|
}.v-sheet {
|
|
22815
22829
|
display: block;
|
|
22816
22830
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22839,14 +22853,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22839
22853
|
}
|
|
22840
22854
|
.v-sheet--rounded {
|
|
22841
22855
|
border-radius: 4px;
|
|
22842
|
-
}.v-selection-control-group {
|
|
22843
|
-
grid-area: control;
|
|
22844
|
-
display: flex;
|
|
22845
|
-
flex-direction: column;
|
|
22846
|
-
}
|
|
22847
|
-
.v-selection-control-group--inline {
|
|
22848
|
-
flex-direction: row;
|
|
22849
|
-
flex-wrap: wrap;
|
|
22850
22856
|
}.v-skeleton-loader {
|
|
22851
22857
|
align-items: center;
|
|
22852
22858
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24472,56 +24478,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24472
24478
|
}
|
|
24473
24479
|
.v-window-y-reverse-transition-leave-to {
|
|
24474
24480
|
transform: translateY(100%);
|
|
24475
|
-
}.v-color-picker-canvas {
|
|
24476
|
-
display: flex;
|
|
24477
|
-
position: relative;
|
|
24478
|
-
overflow: hidden;
|
|
24479
|
-
contain: content;
|
|
24480
|
-
touch-action: none;
|
|
24481
|
-
}
|
|
24482
|
-
.v-color-picker-canvas__dot {
|
|
24483
|
-
position: absolute;
|
|
24484
|
-
top: 0;
|
|
24485
|
-
left: 0;
|
|
24486
|
-
width: 15px;
|
|
24487
|
-
height: 15px;
|
|
24488
|
-
background: transparent;
|
|
24489
|
-
border-radius: 50%;
|
|
24490
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24491
|
-
}
|
|
24492
|
-
.v-color-picker-canvas__dot--disabled {
|
|
24493
|
-
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);
|
|
24494
|
-
}
|
|
24495
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24496
|
-
will-change: transform;
|
|
24497
|
-
}.v-color-picker-edit {
|
|
24498
|
-
display: flex;
|
|
24499
|
-
margin-top: 24px;
|
|
24500
|
-
}
|
|
24501
|
-
|
|
24502
|
-
.v-color-picker-edit__input {
|
|
24503
|
-
width: 100%;
|
|
24504
|
-
display: flex;
|
|
24505
|
-
flex-wrap: wrap;
|
|
24506
|
-
justify-content: center;
|
|
24507
|
-
text-align: center;
|
|
24508
|
-
}
|
|
24509
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24510
|
-
margin-inline-end: 8px;
|
|
24511
|
-
}
|
|
24512
|
-
.v-color-picker-edit__input input {
|
|
24513
|
-
border-radius: 4px;
|
|
24514
|
-
margin-bottom: 8px;
|
|
24515
|
-
min-width: 0;
|
|
24516
|
-
outline: none;
|
|
24517
|
-
text-align: center;
|
|
24518
|
-
width: 100%;
|
|
24519
|
-
height: 32px;
|
|
24520
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24521
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24522
|
-
}
|
|
24523
|
-
.v-color-picker-edit__input span {
|
|
24524
|
-
font-size: 0.75rem;
|
|
24525
24481
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24526
24482
|
background-color: transparent !important;
|
|
24527
24483
|
}
|
|
@@ -24591,6 +24547,56 @@ html.v-overlay-scroll-blocked {
|
|
|
24591
24547
|
.v-color-picker-preview__eye-dropper {
|
|
24592
24548
|
position: relative;
|
|
24593
24549
|
margin-right: 12px;
|
|
24550
|
+
}.v-color-picker-canvas {
|
|
24551
|
+
display: flex;
|
|
24552
|
+
position: relative;
|
|
24553
|
+
overflow: hidden;
|
|
24554
|
+
contain: content;
|
|
24555
|
+
touch-action: none;
|
|
24556
|
+
}
|
|
24557
|
+
.v-color-picker-canvas__dot {
|
|
24558
|
+
position: absolute;
|
|
24559
|
+
top: 0;
|
|
24560
|
+
left: 0;
|
|
24561
|
+
width: 15px;
|
|
24562
|
+
height: 15px;
|
|
24563
|
+
background: transparent;
|
|
24564
|
+
border-radius: 50%;
|
|
24565
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24566
|
+
}
|
|
24567
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24568
|
+
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);
|
|
24569
|
+
}
|
|
24570
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24571
|
+
will-change: transform;
|
|
24572
|
+
}.v-color-picker-edit {
|
|
24573
|
+
display: flex;
|
|
24574
|
+
margin-top: 24px;
|
|
24575
|
+
}
|
|
24576
|
+
|
|
24577
|
+
.v-color-picker-edit__input {
|
|
24578
|
+
width: 100%;
|
|
24579
|
+
display: flex;
|
|
24580
|
+
flex-wrap: wrap;
|
|
24581
|
+
justify-content: center;
|
|
24582
|
+
text-align: center;
|
|
24583
|
+
}
|
|
24584
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24585
|
+
margin-inline-end: 8px;
|
|
24586
|
+
}
|
|
24587
|
+
.v-color-picker-edit__input input {
|
|
24588
|
+
border-radius: 4px;
|
|
24589
|
+
margin-bottom: 8px;
|
|
24590
|
+
min-width: 0;
|
|
24591
|
+
outline: none;
|
|
24592
|
+
text-align: center;
|
|
24593
|
+
width: 100%;
|
|
24594
|
+
height: 32px;
|
|
24595
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24596
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24597
|
+
}
|
|
24598
|
+
.v-color-picker-edit__input span {
|
|
24599
|
+
font-size: 0.75rem;
|
|
24594
24600
|
}.v-color-picker-swatches {
|
|
24595
24601
|
overflow-y: auto;
|
|
24596
24602
|
}
|