vuetify 3.6.10 → 3.6.12
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 +60 -72
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +102 -121
- package/dist/vuetify-labs.css +1949 -1927
- package/dist/vuetify-labs.d.ts +658 -781
- package/dist/vuetify-labs.esm.js +141 -141
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +141 -141
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1153 -1131
- package/dist/vuetify.d.ts +619 -712
- package/dist/vuetify.esm.js +71 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +71 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +62 -57
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/VOverlay.mjs +7 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +646 -739
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/teleport.mjs +2 -2
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +49 -56
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +124 -154
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.12
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17456,6 +17456,51 @@ html.overflow-y-hidden {
|
|
|
17456
17456
|
font-weight: normal;
|
|
17457
17457
|
padding: 0.2em 0.4rem;
|
|
17458
17458
|
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));
|
|
17459
|
+
}.v-calendar-header {
|
|
17460
|
+
align-items: center;
|
|
17461
|
+
display: flex;
|
|
17462
|
+
min-height: 64px;
|
|
17463
|
+
}
|
|
17464
|
+
|
|
17465
|
+
.v-calendar-header__today {
|
|
17466
|
+
margin-inline-end: 24px;
|
|
17467
|
+
}
|
|
17468
|
+
|
|
17469
|
+
.v-calendar-header__title {
|
|
17470
|
+
font-size: 1.5rem;
|
|
17471
|
+
margin-inline-start: 24px;
|
|
17472
|
+
}.v-calendar-day {
|
|
17473
|
+
position: relative;
|
|
17474
|
+
display: flex;
|
|
17475
|
+
flex-direction: column;
|
|
17476
|
+
}
|
|
17477
|
+
|
|
17478
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17479
|
+
display: grid;
|
|
17480
|
+
}
|
|
17481
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17482
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17483
|
+
}
|
|
17484
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17485
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17486
|
+
}
|
|
17487
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17488
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17489
|
+
}
|
|
17490
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17491
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17492
|
+
}
|
|
17493
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17494
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17495
|
+
}
|
|
17496
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17497
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17498
|
+
}
|
|
17499
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17500
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17501
|
+
}
|
|
17502
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17503
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17459
17504
|
}.v-calendar {
|
|
17460
17505
|
background: rgb(var(--v-theme-background));
|
|
17461
17506
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
@@ -17725,43 +17770,6 @@ html.overflow-y-hidden {
|
|
|
17725
17770
|
}
|
|
17726
17771
|
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
|
17727
17772
|
border-bottom: none;
|
|
17728
|
-
}.v-calendar-day {
|
|
17729
|
-
position: relative;
|
|
17730
|
-
display: flex;
|
|
17731
|
-
flex-direction: column;
|
|
17732
|
-
}
|
|
17733
|
-
|
|
17734
|
-
.v-calendar-weekly .v-calendar__container {
|
|
17735
|
-
display: grid;
|
|
17736
|
-
}
|
|
17737
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17738
|
-
grid-template-columns: repeat(7, 1fr);
|
|
17739
|
-
}
|
|
17740
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17741
|
-
grid-template-columns: repeat(6, 1fr);
|
|
17742
|
-
}
|
|
17743
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17744
|
-
grid-template-columns: repeat(5, 1fr);
|
|
17745
|
-
}
|
|
17746
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17747
|
-
grid-template-columns: repeat(4, 1fr);
|
|
17748
|
-
}
|
|
17749
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17750
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17751
|
-
}
|
|
17752
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17753
|
-
grid-template-columns: repeat(2, 1fr);
|
|
17754
|
-
}
|
|
17755
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17756
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17757
|
-
}
|
|
17758
|
-
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17759
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17760
|
-
}.v-calendar-internal-event {
|
|
17761
|
-
overflow: hidden;
|
|
17762
|
-
padding: 4px;
|
|
17763
|
-
text-overflow: ellipsis;
|
|
17764
|
-
white-space: nowrap;
|
|
17765
17773
|
}.v-calendar-month__day {
|
|
17766
17774
|
position: relative;
|
|
17767
17775
|
display: flex;
|
|
@@ -17825,19 +17833,64 @@ html.overflow-y-hidden {
|
|
|
17825
17833
|
|
|
17826
17834
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17827
17835
|
min-height: 24px;
|
|
17828
|
-
}.v-calendar-
|
|
17829
|
-
|
|
17836
|
+
}.v-calendar-internal-event {
|
|
17837
|
+
overflow: hidden;
|
|
17838
|
+
padding: 4px;
|
|
17839
|
+
text-overflow: ellipsis;
|
|
17840
|
+
white-space: nowrap;
|
|
17841
|
+
}.v-picker.v-sheet {
|
|
17842
|
+
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));
|
|
17843
|
+
border-radius: 4px;
|
|
17844
|
+
display: grid;
|
|
17845
|
+
grid-auto-rows: min-content;
|
|
17846
|
+
grid-template-areas: "title" "header" "body";
|
|
17847
|
+
overflow: hidden;
|
|
17848
|
+
}
|
|
17849
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
|
17850
|
+
grid-template-areas: "title" "header" "body" "actions";
|
|
17851
|
+
}
|
|
17852
|
+
|
|
17853
|
+
.v-picker__body {
|
|
17854
|
+
grid-area: body;
|
|
17855
|
+
overflow: hidden;
|
|
17856
|
+
position: relative;
|
|
17857
|
+
}
|
|
17858
|
+
|
|
17859
|
+
.v-picker__header {
|
|
17860
|
+
grid-area: header;
|
|
17861
|
+
}
|
|
17862
|
+
|
|
17863
|
+
.v-picker__actions {
|
|
17864
|
+
grid-area: actions;
|
|
17865
|
+
padding: 0 12px 12px;
|
|
17830
17866
|
display: flex;
|
|
17831
|
-
|
|
17867
|
+
align-items: center;
|
|
17868
|
+
justify-content: flex-end;
|
|
17869
|
+
}
|
|
17870
|
+
.v-picker__actions .v-btn {
|
|
17871
|
+
min-width: 48px;
|
|
17872
|
+
}
|
|
17873
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
|
17874
|
+
margin-inline-end: 8px;
|
|
17832
17875
|
}
|
|
17833
17876
|
|
|
17834
|
-
.v-
|
|
17835
|
-
|
|
17877
|
+
.v-picker--landscape {
|
|
17878
|
+
grid-template-areas: "title" "header body" "header body";
|
|
17836
17879
|
}
|
|
17837
17880
|
|
|
17838
|
-
.v-
|
|
17839
|
-
|
|
17840
|
-
|
|
17881
|
+
.v-picker--landscape.v-picker--with-actions {
|
|
17882
|
+
grid-template-areas: "title" "header body" "header actions";
|
|
17883
|
+
}
|
|
17884
|
+
|
|
17885
|
+
.v-picker-title {
|
|
17886
|
+
text-transform: uppercase;
|
|
17887
|
+
font-size: 0.75rem;
|
|
17888
|
+
grid-area: title;
|
|
17889
|
+
padding-inline: 24px 12px;
|
|
17890
|
+
padding-top: 16px;
|
|
17891
|
+
padding-bottom: 16px;
|
|
17892
|
+
font-weight: 400;
|
|
17893
|
+
letter-spacing: 0.1666666667em;
|
|
17841
17894
|
}.v-number-input input[type=number] {
|
|
17842
17895
|
-moz-appearance: textfield;
|
|
17843
17896
|
}
|
|
@@ -17970,59 +18023,6 @@ html.overflow-y-hidden {
|
|
|
17970
18023
|
justify-content: flex-end;
|
|
17971
18024
|
padding: 24px 0 0;
|
|
17972
18025
|
flex-direction: row-reverse;
|
|
17973
|
-
}.v-picker.v-sheet {
|
|
17974
|
-
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));
|
|
17975
|
-
border-radius: 4px;
|
|
17976
|
-
display: grid;
|
|
17977
|
-
grid-auto-rows: min-content;
|
|
17978
|
-
grid-template-areas: "title" "header" "body";
|
|
17979
|
-
overflow: hidden;
|
|
17980
|
-
}
|
|
17981
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
|
17982
|
-
grid-template-areas: "title" "header" "body" "actions";
|
|
17983
|
-
}
|
|
17984
|
-
|
|
17985
|
-
.v-picker__body {
|
|
17986
|
-
grid-area: body;
|
|
17987
|
-
overflow: hidden;
|
|
17988
|
-
position: relative;
|
|
17989
|
-
}
|
|
17990
|
-
|
|
17991
|
-
.v-picker__header {
|
|
17992
|
-
grid-area: header;
|
|
17993
|
-
}
|
|
17994
|
-
|
|
17995
|
-
.v-picker__actions {
|
|
17996
|
-
grid-area: actions;
|
|
17997
|
-
padding: 0 12px 12px;
|
|
17998
|
-
display: flex;
|
|
17999
|
-
align-items: center;
|
|
18000
|
-
justify-content: flex-end;
|
|
18001
|
-
}
|
|
18002
|
-
.v-picker__actions .v-btn {
|
|
18003
|
-
min-width: 48px;
|
|
18004
|
-
}
|
|
18005
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
|
18006
|
-
margin-inline-end: 8px;
|
|
18007
|
-
}
|
|
18008
|
-
|
|
18009
|
-
.v-picker--landscape {
|
|
18010
|
-
grid-template-areas: "title" "header body" "header body";
|
|
18011
|
-
}
|
|
18012
|
-
|
|
18013
|
-
.v-picker--landscape.v-picker--with-actions {
|
|
18014
|
-
grid-template-areas: "title" "header body" "header actions";
|
|
18015
|
-
}
|
|
18016
|
-
|
|
18017
|
-
.v-picker-title {
|
|
18018
|
-
text-transform: uppercase;
|
|
18019
|
-
font-size: 0.75rem;
|
|
18020
|
-
grid-area: title;
|
|
18021
|
-
padding-inline: 24px 12px;
|
|
18022
|
-
padding-top: 16px;
|
|
18023
|
-
padding-bottom: 16px;
|
|
18024
|
-
font-weight: 400;
|
|
18025
|
-
letter-spacing: 0.1666666667em;
|
|
18026
18026
|
}.v-treeview-item--filtered {
|
|
18027
18027
|
display: none;
|
|
18028
18028
|
}
|
|
@@ -18039,139 +18039,43 @@ html.overflow-y-hidden {
|
|
|
18039
18039
|
}
|
|
18040
18040
|
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
18041
18041
|
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
|
18042
|
-
}.v-time-picker-
|
|
18043
|
-
|
|
18044
|
-
|
|
18045
|
-
justify-content: center;
|
|
18046
|
-
font-size: 0.875rem;
|
|
18047
|
-
padding-top: 4px;
|
|
18048
|
-
padding-bottom: 4px;
|
|
18049
|
-
margin-bottom: 36px;
|
|
18042
|
+
}.v-time-picker.v-picker {
|
|
18043
|
+
padding: 24px;
|
|
18044
|
+
width: 328px;
|
|
18050
18045
|
}
|
|
18051
|
-
.v-time-picker-
|
|
18052
|
-
padding
|
|
18046
|
+
.v-time-picker.v-picker .v-picker-title {
|
|
18047
|
+
padding: 0;
|
|
18048
|
+
margin-bottom: 20px;
|
|
18049
|
+
}.v-time-picker-clock {
|
|
18050
|
+
background: rgb(var(--v-theme-background));
|
|
18051
|
+
color: rgb(var(--v-theme-on-background));
|
|
18053
18052
|
}
|
|
18054
|
-
.v-time-picker-
|
|
18055
|
-
|
|
18056
|
-
white-space: nowrap;
|
|
18057
|
-
direction: ltr;
|
|
18058
|
-
justify-content: center;
|
|
18053
|
+
.v-time-picker-clock:after {
|
|
18054
|
+
color: rgb(var(--v-theme-primary));
|
|
18059
18055
|
}
|
|
18060
|
-
.v-time-picker-
|
|
18061
|
-
|
|
18062
|
-
|
|
18063
|
-
font-size: 56px;
|
|
18056
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
18057
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
18058
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18064
18059
|
}
|
|
18065
|
-
|
|
18066
|
-
|
|
18060
|
+
|
|
18061
|
+
.v-time-picker-clock {
|
|
18062
|
+
margin: 0 auto;
|
|
18063
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18064
|
+
border-radius: 50%;
|
|
18065
|
+
position: relative;
|
|
18066
|
+
transition: none;
|
|
18067
|
+
-webkit-user-select: none;
|
|
18068
|
+
user-select: none;
|
|
18069
|
+
height: 256px;
|
|
18070
|
+
width: 256px;
|
|
18071
|
+
flex: 1 0 auto;
|
|
18067
18072
|
}
|
|
18068
|
-
.v-time-picker-
|
|
18069
|
-
|
|
18070
|
-
|
|
18071
|
-
|
|
18072
|
-
|
|
18073
|
-
|
|
18074
|
-
height: 80px;
|
|
18075
|
-
font-size: 40px;
|
|
18076
|
-
}
|
|
18077
|
-
.v-time-picker-controls__time__separator {
|
|
18078
|
-
font-size: 56px;
|
|
18079
|
-
height: 80px;
|
|
18080
|
-
width: 24px;
|
|
18081
|
-
text-align: center;
|
|
18082
|
-
}
|
|
18083
|
-
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
|
18084
|
-
height: 80px;
|
|
18085
|
-
font-size: 56px;
|
|
18086
|
-
}
|
|
18087
|
-
|
|
18088
|
-
.v-time-picker-controls__ampm {
|
|
18089
|
-
margin-left: 12px;
|
|
18090
|
-
align-self: flex-end;
|
|
18091
|
-
display: flex;
|
|
18092
|
-
flex-direction: column;
|
|
18093
|
-
font-size: 18px;
|
|
18094
|
-
text-transform: uppercase;
|
|
18095
|
-
}
|
|
18096
|
-
.v-time-picker-controls__ampm--readonly {
|
|
18097
|
-
pointer-events: none;
|
|
18098
|
-
}
|
|
18099
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
|
18100
|
-
opacity: 0.6;
|
|
18101
|
-
}
|
|
18102
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
|
18103
|
-
font-size: 18px;
|
|
18104
|
-
padding: 0 8px;
|
|
18105
|
-
min-width: 52px;
|
|
18106
|
-
height: 40px;
|
|
18107
|
-
}
|
|
18108
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
|
18109
|
-
border-radius: 4px 4px 0 0;
|
|
18110
|
-
border: 1px solid;
|
|
18111
|
-
}
|
|
18112
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
|
18113
|
-
border-radius: 0 0 4px 4px;
|
|
18114
|
-
border: 1px solid;
|
|
18115
|
-
border-top: none;
|
|
18116
|
-
}
|
|
18117
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
|
18118
|
-
background: rgb(var(--v-theme-primary));
|
|
18119
|
-
}
|
|
18120
|
-
|
|
18121
|
-
.v-picker__title--landscape .v-time-picker-controls {
|
|
18122
|
-
flex-direction: column;
|
|
18123
|
-
justify-content: center;
|
|
18124
|
-
height: 100%;
|
|
18125
|
-
}
|
|
18126
|
-
.v-picker__title--landscape .v-time-picker-controls__time {
|
|
18127
|
-
text-align: right;
|
|
18128
|
-
}
|
|
18129
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
18130
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
18131
|
-
height: 55px;
|
|
18132
|
-
font-size: 55px;
|
|
18133
|
-
}
|
|
18134
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
18135
|
-
margin: 16px 0 0;
|
|
18136
|
-
align-self: initial;
|
|
18137
|
-
text-align: center;
|
|
18138
|
-
}
|
|
18139
|
-
|
|
18140
|
-
.v-picker--time .v-picker__title--landscape {
|
|
18141
|
-
padding: 0;
|
|
18142
|
-
}
|
|
18143
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
18144
|
-
text-align: center;
|
|
18145
|
-
}.v-time-picker-clock {
|
|
18146
|
-
background: rgb(var(--v-theme-background));
|
|
18147
|
-
color: rgb(var(--v-theme-on-background));
|
|
18148
|
-
}
|
|
18149
|
-
.v-time-picker-clock:after {
|
|
18150
|
-
color: rgb(var(--v-theme-primary));
|
|
18151
|
-
}
|
|
18152
|
-
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
18153
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
18154
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18155
|
-
}
|
|
18156
|
-
|
|
18157
|
-
.v-time-picker-clock {
|
|
18158
|
-
margin: 0 auto;
|
|
18159
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18160
|
-
border-radius: 50%;
|
|
18161
|
-
position: relative;
|
|
18162
|
-
transition: none;
|
|
18163
|
-
-webkit-user-select: none;
|
|
18164
|
-
user-select: none;
|
|
18165
|
-
height: 256px;
|
|
18166
|
-
width: 256px;
|
|
18167
|
-
flex: 1 0 auto;
|
|
18168
|
-
}
|
|
18169
|
-
.v-time-picker-clock__container {
|
|
18170
|
-
display: flex;
|
|
18171
|
-
flex-direction: column;
|
|
18172
|
-
flex-basis: 290px;
|
|
18173
|
-
justify-content: center;
|
|
18174
|
-
padding: 10px;
|
|
18073
|
+
.v-time-picker-clock__container {
|
|
18074
|
+
display: flex;
|
|
18075
|
+
flex-direction: column;
|
|
18076
|
+
flex-basis: 290px;
|
|
18077
|
+
justify-content: center;
|
|
18078
|
+
padding: 10px;
|
|
18175
18079
|
}
|
|
18176
18080
|
.v-time-picker-clock__hand {
|
|
18177
18081
|
background-color: currentColor;
|
|
@@ -18273,13 +18177,125 @@ html.overflow-y-hidden {
|
|
|
18273
18177
|
|
|
18274
18178
|
.v-picker--landscape .v-time-picker-clock__container {
|
|
18275
18179
|
flex-direction: row;
|
|
18276
|
-
}.v-time-picker
|
|
18277
|
-
|
|
18278
|
-
|
|
18180
|
+
}.v-time-picker-controls {
|
|
18181
|
+
display: flex;
|
|
18182
|
+
align-items: center;
|
|
18183
|
+
justify-content: center;
|
|
18184
|
+
font-size: 0.875rem;
|
|
18185
|
+
padding-top: 4px;
|
|
18186
|
+
padding-bottom: 4px;
|
|
18187
|
+
margin-bottom: 36px;
|
|
18279
18188
|
}
|
|
18280
|
-
.v-time-picker
|
|
18189
|
+
.v-time-picker-controls__text {
|
|
18190
|
+
padding-bottom: 12px;
|
|
18191
|
+
}
|
|
18192
|
+
.v-time-picker-controls__time {
|
|
18193
|
+
display: flex;
|
|
18194
|
+
white-space: nowrap;
|
|
18195
|
+
direction: ltr;
|
|
18196
|
+
justify-content: center;
|
|
18197
|
+
}
|
|
18198
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
|
18199
|
+
width: 96px;
|
|
18200
|
+
height: 80px;
|
|
18201
|
+
font-size: 56px;
|
|
18202
|
+
}
|
|
18203
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
|
18204
|
+
background: rgb(var(--v-theme-primary));
|
|
18205
|
+
}
|
|
18206
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
|
18207
|
+
width: 96px;
|
|
18208
|
+
height: 80px;
|
|
18209
|
+
}
|
|
18210
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
|
18211
|
+
width: 64px;
|
|
18212
|
+
height: 80px;
|
|
18213
|
+
font-size: 40px;
|
|
18214
|
+
}
|
|
18215
|
+
.v-time-picker-controls__time__separator {
|
|
18216
|
+
font-size: 56px;
|
|
18217
|
+
height: 80px;
|
|
18218
|
+
width: 24px;
|
|
18219
|
+
text-align: center;
|
|
18220
|
+
}
|
|
18221
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
|
18222
|
+
height: 80px;
|
|
18223
|
+
font-size: 56px;
|
|
18224
|
+
}
|
|
18225
|
+
|
|
18226
|
+
.v-time-picker-controls__ampm {
|
|
18227
|
+
margin-left: 12px;
|
|
18228
|
+
align-self: flex-end;
|
|
18229
|
+
display: flex;
|
|
18230
|
+
flex-direction: column;
|
|
18231
|
+
font-size: 18px;
|
|
18232
|
+
text-transform: uppercase;
|
|
18233
|
+
}
|
|
18234
|
+
.v-time-picker-controls__ampm--readonly {
|
|
18235
|
+
pointer-events: none;
|
|
18236
|
+
}
|
|
18237
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
|
18238
|
+
opacity: 0.6;
|
|
18239
|
+
}
|
|
18240
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
|
18241
|
+
font-size: 18px;
|
|
18242
|
+
padding: 0 8px;
|
|
18243
|
+
min-width: 52px;
|
|
18244
|
+
height: 40px;
|
|
18245
|
+
}
|
|
18246
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
|
18247
|
+
border-radius: 4px 4px 0 0;
|
|
18248
|
+
border: 1px solid;
|
|
18249
|
+
}
|
|
18250
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
|
18251
|
+
border-radius: 0 0 4px 4px;
|
|
18252
|
+
border: 1px solid;
|
|
18253
|
+
border-top: none;
|
|
18254
|
+
}
|
|
18255
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
|
18256
|
+
background: rgb(var(--v-theme-primary));
|
|
18257
|
+
}
|
|
18258
|
+
|
|
18259
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
|
18260
|
+
flex-direction: column;
|
|
18261
|
+
justify-content: center;
|
|
18262
|
+
height: 100%;
|
|
18263
|
+
}
|
|
18264
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
|
18265
|
+
text-align: right;
|
|
18266
|
+
}
|
|
18267
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
18268
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
18269
|
+
height: 55px;
|
|
18270
|
+
font-size: 55px;
|
|
18271
|
+
}
|
|
18272
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
18273
|
+
margin: 16px 0 0;
|
|
18274
|
+
align-self: initial;
|
|
18275
|
+
text-align: center;
|
|
18276
|
+
}
|
|
18277
|
+
|
|
18278
|
+
.v-picker--time .v-picker__title--landscape {
|
|
18281
18279
|
padding: 0;
|
|
18282
|
-
|
|
18280
|
+
}
|
|
18281
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
18282
|
+
text-align: center;
|
|
18283
|
+
}.v-application {
|
|
18284
|
+
display: flex;
|
|
18285
|
+
background: rgb(var(--v-theme-background));
|
|
18286
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18287
|
+
}
|
|
18288
|
+
|
|
18289
|
+
.v-application__wrap {
|
|
18290
|
+
-webkit-backface-visibility: hidden;
|
|
18291
|
+
backface-visibility: hidden;
|
|
18292
|
+
display: flex;
|
|
18293
|
+
flex-direction: column;
|
|
18294
|
+
flex: 1 1 auto;
|
|
18295
|
+
max-width: 100%;
|
|
18296
|
+
min-height: 100vh;
|
|
18297
|
+
min-height: 100dvh;
|
|
18298
|
+
position: relative;
|
|
18283
18299
|
}.v-app-bar {
|
|
18284
18300
|
display: flex;
|
|
18285
18301
|
}
|
|
@@ -18504,157 +18520,13 @@ html.overflow-y-hidden {
|
|
|
18504
18520
|
text-transform: none;
|
|
18505
18521
|
word-break: normal;
|
|
18506
18522
|
word-wrap: break-word;
|
|
18507
|
-
}.v-
|
|
18508
|
-
|
|
18509
|
-
|
|
18510
|
-
|
|
18523
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18524
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18525
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18526
|
+
cursor: text;
|
|
18511
18527
|
}
|
|
18512
|
-
|
|
18513
|
-
|
|
18514
|
-
-webkit-backface-visibility: hidden;
|
|
18515
|
-
backface-visibility: hidden;
|
|
18516
|
-
display: flex;
|
|
18517
|
-
flex-direction: column;
|
|
18518
|
-
flex: 1 1 auto;
|
|
18519
|
-
max-width: 100%;
|
|
18520
|
-
min-height: 100vh;
|
|
18521
|
-
min-height: 100dvh;
|
|
18522
|
-
position: relative;
|
|
18523
|
-
}.v-badge {
|
|
18524
|
-
display: inline-block;
|
|
18525
|
-
line-height: 1;
|
|
18526
|
-
}
|
|
18527
|
-
|
|
18528
|
-
.v-badge__badge {
|
|
18529
|
-
align-items: center;
|
|
18530
|
-
display: inline-flex;
|
|
18531
|
-
border-radius: 10px;
|
|
18532
|
-
font-size: 0.75rem;
|
|
18533
|
-
font-weight: 500;
|
|
18534
|
-
height: 1.25rem;
|
|
18535
|
-
justify-content: center;
|
|
18536
|
-
min-width: 20px;
|
|
18537
|
-
padding: 4px 6px;
|
|
18538
|
-
pointer-events: auto;
|
|
18539
|
-
position: absolute;
|
|
18540
|
-
text-align: center;
|
|
18541
|
-
text-indent: 0;
|
|
18542
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18543
|
-
white-space: nowrap;
|
|
18544
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18545
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18546
|
-
}
|
|
18547
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
18548
|
-
border-radius: inherit;
|
|
18549
|
-
border-style: solid;
|
|
18550
|
-
border-width: 2px;
|
|
18551
|
-
bottom: 0;
|
|
18552
|
-
color: rgb(var(--v-theme-background));
|
|
18553
|
-
content: "";
|
|
18554
|
-
left: 0;
|
|
18555
|
-
position: absolute;
|
|
18556
|
-
right: 0;
|
|
18557
|
-
top: 0;
|
|
18558
|
-
transform: scale(1.05);
|
|
18559
|
-
}
|
|
18560
|
-
.v-badge--dot .v-badge__badge {
|
|
18561
|
-
border-radius: 4.5px;
|
|
18562
|
-
height: 9px;
|
|
18563
|
-
min-width: 0;
|
|
18564
|
-
padding: 0;
|
|
18565
|
-
width: 9px;
|
|
18566
|
-
}
|
|
18567
|
-
.v-badge--dot .v-badge__badge::after {
|
|
18568
|
-
border-width: 1.5px;
|
|
18569
|
-
}
|
|
18570
|
-
.v-badge--inline .v-badge__badge {
|
|
18571
|
-
position: relative;
|
|
18572
|
-
vertical-align: middle;
|
|
18573
|
-
}
|
|
18574
|
-
.v-badge__badge .v-icon {
|
|
18575
|
-
color: inherit;
|
|
18576
|
-
font-size: 0.75rem;
|
|
18577
|
-
margin: 0 -2px;
|
|
18578
|
-
}
|
|
18579
|
-
.v-badge__badge img,
|
|
18580
|
-
.v-badge__badge .v-img {
|
|
18581
|
-
height: 100%;
|
|
18582
|
-
width: 100%;
|
|
18583
|
-
}
|
|
18584
|
-
|
|
18585
|
-
.v-badge__wrapper {
|
|
18586
|
-
display: flex;
|
|
18587
|
-
position: relative;
|
|
18588
|
-
}
|
|
18589
|
-
.v-badge--inline .v-badge__wrapper {
|
|
18590
|
-
align-items: center;
|
|
18591
|
-
display: inline-flex;
|
|
18592
|
-
justify-content: center;
|
|
18593
|
-
margin: 0 4px;
|
|
18594
|
-
}.v-breadcrumbs {
|
|
18595
|
-
display: flex;
|
|
18596
|
-
align-items: center;
|
|
18597
|
-
line-height: 1.6;
|
|
18598
|
-
padding: 16px 12px;
|
|
18599
|
-
}
|
|
18600
|
-
.v-breadcrumbs--rounded {
|
|
18601
|
-
border-radius: 4px;
|
|
18602
|
-
}
|
|
18603
|
-
.v-breadcrumbs--density-default {
|
|
18604
|
-
padding-top: 16px;
|
|
18605
|
-
padding-bottom: 16px;
|
|
18606
|
-
}
|
|
18607
|
-
|
|
18608
|
-
.v-breadcrumbs--density-comfortable {
|
|
18609
|
-
padding-top: 12px;
|
|
18610
|
-
padding-bottom: 12px;
|
|
18611
|
-
}
|
|
18612
|
-
|
|
18613
|
-
.v-breadcrumbs--density-compact {
|
|
18614
|
-
padding-top: 8px;
|
|
18615
|
-
padding-bottom: 8px;
|
|
18616
|
-
}
|
|
18617
|
-
|
|
18618
|
-
.v-breadcrumbs__prepend {
|
|
18619
|
-
align-items: center;
|
|
18620
|
-
display: inline-flex;
|
|
18621
|
-
}
|
|
18622
|
-
|
|
18623
|
-
.v-breadcrumbs-item {
|
|
18624
|
-
align-items: center;
|
|
18625
|
-
color: inherit;
|
|
18626
|
-
display: inline-flex;
|
|
18627
|
-
padding: 0 4px;
|
|
18628
|
-
text-decoration: none;
|
|
18629
|
-
vertical-align: middle;
|
|
18630
|
-
}
|
|
18631
|
-
.v-breadcrumbs-item--disabled {
|
|
18632
|
-
opacity: var(--v-disabled-opacity);
|
|
18633
|
-
pointer-events: none;
|
|
18634
|
-
}
|
|
18635
|
-
.v-breadcrumbs-item--link {
|
|
18636
|
-
color: inherit;
|
|
18637
|
-
text-decoration: none;
|
|
18638
|
-
}
|
|
18639
|
-
.v-breadcrumbs-item--link:hover {
|
|
18640
|
-
text-decoration: underline;
|
|
18641
|
-
}
|
|
18642
|
-
.v-breadcrumbs-item .v-icon {
|
|
18643
|
-
font-size: 1rem;
|
|
18644
|
-
margin-inline: -4px 2px;
|
|
18645
|
-
}
|
|
18646
|
-
|
|
18647
|
-
.v-breadcrumbs-divider {
|
|
18648
|
-
display: inline-block;
|
|
18649
|
-
padding: 0 8px;
|
|
18650
|
-
vertical-align: middle;
|
|
18651
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18652
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18653
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18654
|
-
cursor: text;
|
|
18655
|
-
}
|
|
18656
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18657
|
-
flex: 1 1;
|
|
18528
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18529
|
+
flex: 1 1;
|
|
18658
18530
|
}
|
|
18659
18531
|
.v-autocomplete .v-field input {
|
|
18660
18532
|
min-width: 64px;
|
|
@@ -18824,6 +18696,132 @@ html.overflow-y-hidden {
|
|
|
18824
18696
|
.v-avatar .v-img {
|
|
18825
18697
|
height: 100%;
|
|
18826
18698
|
width: 100%;
|
|
18699
|
+
}.v-badge {
|
|
18700
|
+
display: inline-block;
|
|
18701
|
+
line-height: 1;
|
|
18702
|
+
}
|
|
18703
|
+
|
|
18704
|
+
.v-badge__badge {
|
|
18705
|
+
align-items: center;
|
|
18706
|
+
display: inline-flex;
|
|
18707
|
+
border-radius: 10px;
|
|
18708
|
+
font-size: 0.75rem;
|
|
18709
|
+
font-weight: 500;
|
|
18710
|
+
height: 1.25rem;
|
|
18711
|
+
justify-content: center;
|
|
18712
|
+
min-width: 20px;
|
|
18713
|
+
padding: 4px 6px;
|
|
18714
|
+
pointer-events: auto;
|
|
18715
|
+
position: absolute;
|
|
18716
|
+
text-align: center;
|
|
18717
|
+
text-indent: 0;
|
|
18718
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18719
|
+
white-space: nowrap;
|
|
18720
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18721
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18722
|
+
}
|
|
18723
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18724
|
+
border-radius: inherit;
|
|
18725
|
+
border-style: solid;
|
|
18726
|
+
border-width: 2px;
|
|
18727
|
+
bottom: 0;
|
|
18728
|
+
color: rgb(var(--v-theme-background));
|
|
18729
|
+
content: "";
|
|
18730
|
+
left: 0;
|
|
18731
|
+
position: absolute;
|
|
18732
|
+
right: 0;
|
|
18733
|
+
top: 0;
|
|
18734
|
+
transform: scale(1.05);
|
|
18735
|
+
}
|
|
18736
|
+
.v-badge--dot .v-badge__badge {
|
|
18737
|
+
border-radius: 4.5px;
|
|
18738
|
+
height: 9px;
|
|
18739
|
+
min-width: 0;
|
|
18740
|
+
padding: 0;
|
|
18741
|
+
width: 9px;
|
|
18742
|
+
}
|
|
18743
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18744
|
+
border-width: 1.5px;
|
|
18745
|
+
}
|
|
18746
|
+
.v-badge--inline .v-badge__badge {
|
|
18747
|
+
position: relative;
|
|
18748
|
+
vertical-align: middle;
|
|
18749
|
+
}
|
|
18750
|
+
.v-badge__badge .v-icon {
|
|
18751
|
+
color: inherit;
|
|
18752
|
+
font-size: 0.75rem;
|
|
18753
|
+
margin: 0 -2px;
|
|
18754
|
+
}
|
|
18755
|
+
.v-badge__badge img,
|
|
18756
|
+
.v-badge__badge .v-img {
|
|
18757
|
+
height: 100%;
|
|
18758
|
+
width: 100%;
|
|
18759
|
+
}
|
|
18760
|
+
|
|
18761
|
+
.v-badge__wrapper {
|
|
18762
|
+
display: flex;
|
|
18763
|
+
position: relative;
|
|
18764
|
+
}
|
|
18765
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18766
|
+
align-items: center;
|
|
18767
|
+
display: inline-flex;
|
|
18768
|
+
justify-content: center;
|
|
18769
|
+
margin: 0 4px;
|
|
18770
|
+
}.v-bottom-navigation {
|
|
18771
|
+
display: flex;
|
|
18772
|
+
max-width: 100%;
|
|
18773
|
+
overflow: hidden;
|
|
18774
|
+
position: absolute;
|
|
18775
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18776
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18777
|
+
border-style: solid;
|
|
18778
|
+
border-width: 0;
|
|
18779
|
+
border-radius: 0;
|
|
18780
|
+
background: rgb(var(--v-theme-surface));
|
|
18781
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18782
|
+
}
|
|
18783
|
+
.v-bottom-navigation--border {
|
|
18784
|
+
border-width: thin;
|
|
18785
|
+
box-shadow: none;
|
|
18786
|
+
}
|
|
18787
|
+
.v-bottom-navigation--active {
|
|
18788
|
+
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));
|
|
18789
|
+
}
|
|
18790
|
+
|
|
18791
|
+
.v-bottom-navigation__content {
|
|
18792
|
+
display: flex;
|
|
18793
|
+
flex: none;
|
|
18794
|
+
font-size: 0.75rem;
|
|
18795
|
+
justify-content: center;
|
|
18796
|
+
transition: inherit;
|
|
18797
|
+
width: 100%;
|
|
18798
|
+
}
|
|
18799
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18800
|
+
font-size: inherit;
|
|
18801
|
+
height: 100%;
|
|
18802
|
+
max-width: 168px;
|
|
18803
|
+
min-width: 80px;
|
|
18804
|
+
text-transform: none;
|
|
18805
|
+
transition: inherit;
|
|
18806
|
+
width: auto;
|
|
18807
|
+
border-radius: 0;
|
|
18808
|
+
}
|
|
18809
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18810
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18811
|
+
transition: inherit;
|
|
18812
|
+
}
|
|
18813
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18814
|
+
font-size: 1.5rem;
|
|
18815
|
+
}
|
|
18816
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18817
|
+
flex-grow: 1;
|
|
18818
|
+
}
|
|
18819
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18820
|
+
transition: inherit;
|
|
18821
|
+
opacity: 0;
|
|
18822
|
+
}
|
|
18823
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18824
|
+
transform: translateY(0.5rem);
|
|
18827
18825
|
}.v-banner {
|
|
18828
18826
|
display: grid;
|
|
18829
18827
|
flex: 1 1;
|
|
@@ -18982,38 +18980,6 @@ html.overflow-y-hidden {
|
|
|
18982
18980
|
}
|
|
18983
18981
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18984
18982
|
align-self: flex-start;
|
|
18985
|
-
}.bottom-sheet-transition-enter-from {
|
|
18986
|
-
transform: translateY(100%);
|
|
18987
|
-
}
|
|
18988
|
-
.bottom-sheet-transition-leave-to {
|
|
18989
|
-
transform: translateY(100%);
|
|
18990
|
-
}
|
|
18991
|
-
|
|
18992
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18993
|
-
align-self: flex-end;
|
|
18994
|
-
border-radius: 0;
|
|
18995
|
-
flex: 0 1 auto;
|
|
18996
|
-
left: 0;
|
|
18997
|
-
right: 0;
|
|
18998
|
-
margin-inline: 0;
|
|
18999
|
-
margin-bottom: 0;
|
|
19000
|
-
transition-duration: 0.2s;
|
|
19001
|
-
width: 100%;
|
|
19002
|
-
max-width: 100%;
|
|
19003
|
-
overflow: visible;
|
|
19004
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19005
|
-
}
|
|
19006
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
19007
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
19008
|
-
border-radius: 0;
|
|
19009
|
-
}
|
|
19010
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
19011
|
-
max-width: none;
|
|
19012
|
-
}
|
|
19013
|
-
@media (min-width: 600px) {
|
|
19014
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
19015
|
-
max-width: 70%;
|
|
19016
|
-
}
|
|
19017
18983
|
}.v-btn {
|
|
19018
18984
|
align-items: center;
|
|
19019
18985
|
border-radius: 4px;
|
|
@@ -19432,137 +19398,38 @@ html.overflow-y-hidden {
|
|
|
19432
19398
|
}
|
|
19433
19399
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
19434
19400
|
opacity: var(--v-border-opacity);
|
|
19435
|
-
}.
|
|
19436
|
-
|
|
19437
|
-
max-width: 100%;
|
|
19438
|
-
overflow: hidden;
|
|
19439
|
-
position: absolute;
|
|
19440
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19441
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19442
|
-
border-style: solid;
|
|
19443
|
-
border-width: 0;
|
|
19444
|
-
border-radius: 0;
|
|
19445
|
-
background: rgb(var(--v-theme-surface));
|
|
19446
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19447
|
-
}
|
|
19448
|
-
.v-bottom-navigation--border {
|
|
19449
|
-
border-width: thin;
|
|
19450
|
-
box-shadow: none;
|
|
19401
|
+
}.bottom-sheet-transition-enter-from {
|
|
19402
|
+
transform: translateY(100%);
|
|
19451
19403
|
}
|
|
19452
|
-
.
|
|
19453
|
-
|
|
19404
|
+
.bottom-sheet-transition-leave-to {
|
|
19405
|
+
transform: translateY(100%);
|
|
19454
19406
|
}
|
|
19455
19407
|
|
|
19456
|
-
.v-bottom-
|
|
19457
|
-
|
|
19458
|
-
flex: none;
|
|
19459
|
-
font-size: 0.75rem;
|
|
19460
|
-
justify-content: center;
|
|
19461
|
-
transition: inherit;
|
|
19462
|
-
width: 100%;
|
|
19463
|
-
}
|
|
19464
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
19465
|
-
font-size: inherit;
|
|
19466
|
-
height: 100%;
|
|
19467
|
-
max-width: 168px;
|
|
19468
|
-
min-width: 80px;
|
|
19469
|
-
text-transform: none;
|
|
19470
|
-
transition: inherit;
|
|
19471
|
-
width: auto;
|
|
19408
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
19409
|
+
align-self: flex-end;
|
|
19472
19410
|
border-radius: 0;
|
|
19473
|
-
}
|
|
19474
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
19475
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19476
|
-
transition: inherit;
|
|
19477
|
-
}
|
|
19478
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19479
|
-
font-size: 1.5rem;
|
|
19480
|
-
}
|
|
19481
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
19482
|
-
flex-grow: 1;
|
|
19483
|
-
}
|
|
19484
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
19485
|
-
transition: inherit;
|
|
19486
|
-
opacity: 0;
|
|
19487
|
-
}
|
|
19488
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
19489
|
-
transform: translateY(0.5rem);
|
|
19490
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19491
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19492
|
-
}
|
|
19493
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19494
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19495
|
-
}
|
|
19496
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19497
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19498
|
-
}
|
|
19499
|
-
@supports not selector(:focus-visible) {
|
|
19500
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19501
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19502
|
-
}
|
|
19503
|
-
}.v-carousel {
|
|
19504
|
-
overflow: hidden;
|
|
19505
|
-
position: relative;
|
|
19506
|
-
width: 100%;
|
|
19507
|
-
}
|
|
19508
|
-
.v-carousel__controls {
|
|
19509
|
-
align-items: center;
|
|
19510
|
-
bottom: 0;
|
|
19511
|
-
display: flex;
|
|
19512
|
-
height: 50px;
|
|
19513
|
-
justify-content: center;
|
|
19514
|
-
list-style-type: none;
|
|
19515
|
-
position: absolute;
|
|
19516
|
-
width: 100%;
|
|
19517
|
-
z-index: 1;
|
|
19518
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19519
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
19520
|
-
}
|
|
19521
|
-
.v-carousel__controls > .v-item-group {
|
|
19522
19411
|
flex: 0 1 auto;
|
|
19523
|
-
}
|
|
19524
|
-
.v-carousel__controls__item {
|
|
19525
|
-
margin: 0 8px;
|
|
19526
|
-
}
|
|
19527
|
-
.v-carousel__controls__item .v-icon {
|
|
19528
|
-
opacity: 0.5;
|
|
19529
|
-
}
|
|
19530
|
-
.v-carousel__controls__item--active .v-icon {
|
|
19531
|
-
opacity: 1;
|
|
19532
|
-
vertical-align: middle;
|
|
19533
|
-
}
|
|
19534
|
-
.v-carousel__controls__item:hover {
|
|
19535
|
-
background: none;
|
|
19536
|
-
}
|
|
19537
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
19538
|
-
opacity: 0.8;
|
|
19539
|
-
}
|
|
19540
|
-
|
|
19541
|
-
.v-carousel__progress {
|
|
19542
|
-
margin: 0;
|
|
19543
|
-
position: absolute;
|
|
19544
|
-
bottom: 0;
|
|
19545
19412
|
left: 0;
|
|
19546
19413
|
right: 0;
|
|
19414
|
+
margin-inline: 0;
|
|
19415
|
+
margin-bottom: 0;
|
|
19416
|
+
transition-duration: 0.2s;
|
|
19417
|
+
width: 100%;
|
|
19418
|
+
max-width: 100%;
|
|
19419
|
+
overflow: visible;
|
|
19420
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19547
19421
|
}
|
|
19548
|
-
|
|
19549
|
-
.v-
|
|
19550
|
-
|
|
19551
|
-
height: inherit;
|
|
19552
|
-
text-decoration: none;
|
|
19553
|
-
}
|
|
19554
|
-
.v-carousel-item > .v-img {
|
|
19555
|
-
height: inherit;
|
|
19422
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
19423
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
19424
|
+
border-radius: 0;
|
|
19556
19425
|
}
|
|
19557
|
-
|
|
19558
|
-
|
|
19559
|
-
background: transparent;
|
|
19426
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
19427
|
+
max-width: none;
|
|
19560
19428
|
}
|
|
19561
|
-
|
|
19562
|
-
.v-
|
|
19563
|
-
|
|
19564
|
-
|
|
19565
|
-
width: 50px;
|
|
19429
|
+
@media (min-width: 600px) {
|
|
19430
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
19431
|
+
max-width: 70%;
|
|
19432
|
+
}
|
|
19566
19433
|
}.v-btn-group {
|
|
19567
19434
|
display: inline-flex;
|
|
19568
19435
|
flex-wrap: nowrap;
|
|
@@ -19619,6 +19486,63 @@ html.overflow-y-hidden {
|
|
|
19619
19486
|
}
|
|
19620
19487
|
.v-btn-group--tile {
|
|
19621
19488
|
border-radius: 0;
|
|
19489
|
+
}.v-breadcrumbs {
|
|
19490
|
+
display: flex;
|
|
19491
|
+
align-items: center;
|
|
19492
|
+
line-height: 1.6;
|
|
19493
|
+
padding: 16px 12px;
|
|
19494
|
+
}
|
|
19495
|
+
.v-breadcrumbs--rounded {
|
|
19496
|
+
border-radius: 4px;
|
|
19497
|
+
}
|
|
19498
|
+
.v-breadcrumbs--density-default {
|
|
19499
|
+
padding-top: 16px;
|
|
19500
|
+
padding-bottom: 16px;
|
|
19501
|
+
}
|
|
19502
|
+
|
|
19503
|
+
.v-breadcrumbs--density-comfortable {
|
|
19504
|
+
padding-top: 12px;
|
|
19505
|
+
padding-bottom: 12px;
|
|
19506
|
+
}
|
|
19507
|
+
|
|
19508
|
+
.v-breadcrumbs--density-compact {
|
|
19509
|
+
padding-top: 8px;
|
|
19510
|
+
padding-bottom: 8px;
|
|
19511
|
+
}
|
|
19512
|
+
|
|
19513
|
+
.v-breadcrumbs__prepend {
|
|
19514
|
+
align-items: center;
|
|
19515
|
+
display: inline-flex;
|
|
19516
|
+
}
|
|
19517
|
+
|
|
19518
|
+
.v-breadcrumbs-item {
|
|
19519
|
+
align-items: center;
|
|
19520
|
+
color: inherit;
|
|
19521
|
+
display: inline-flex;
|
|
19522
|
+
padding: 0 4px;
|
|
19523
|
+
text-decoration: none;
|
|
19524
|
+
vertical-align: middle;
|
|
19525
|
+
}
|
|
19526
|
+
.v-breadcrumbs-item--disabled {
|
|
19527
|
+
opacity: var(--v-disabled-opacity);
|
|
19528
|
+
pointer-events: none;
|
|
19529
|
+
}
|
|
19530
|
+
.v-breadcrumbs-item--link {
|
|
19531
|
+
color: inherit;
|
|
19532
|
+
text-decoration: none;
|
|
19533
|
+
}
|
|
19534
|
+
.v-breadcrumbs-item--link:hover {
|
|
19535
|
+
text-decoration: underline;
|
|
19536
|
+
}
|
|
19537
|
+
.v-breadcrumbs-item .v-icon {
|
|
19538
|
+
font-size: 1rem;
|
|
19539
|
+
margin-inline: -4px 2px;
|
|
19540
|
+
}
|
|
19541
|
+
|
|
19542
|
+
.v-breadcrumbs-divider {
|
|
19543
|
+
display: inline-block;
|
|
19544
|
+
padding: 0 8px;
|
|
19545
|
+
vertical-align: middle;
|
|
19622
19546
|
}.v-card {
|
|
19623
19547
|
display: block;
|
|
19624
19548
|
overflow: hidden;
|
|
@@ -19918,33 +19842,96 @@ html.overflow-y-hidden {
|
|
|
19918
19842
|
pointer-events: none;
|
|
19919
19843
|
opacity: 0;
|
|
19920
19844
|
transition: opacity 0.2s ease-in-out;
|
|
19921
|
-
}.v-
|
|
19922
|
-
|
|
19923
|
-
max-width: 100%;
|
|
19924
|
-
min-width: 0;
|
|
19925
|
-
overflow-x: auto;
|
|
19926
|
-
padding: 4px 0;
|
|
19845
|
+
}.v-checkbox.v-input {
|
|
19846
|
+
flex: 0 1 auto;
|
|
19927
19847
|
}
|
|
19928
|
-
.v-
|
|
19929
|
-
|
|
19848
|
+
.v-checkbox .v-selection-control {
|
|
19849
|
+
min-height: var(--v-input-control-height);
|
|
19850
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19851
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19930
19852
|
}
|
|
19931
|
-
.v-
|
|
19932
|
-
opacity: var(--v-activated-opacity);
|
|
19853
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19854
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19933
19855
|
}
|
|
19934
|
-
|
|
19935
|
-
|
|
19936
|
-
|
|
19937
|
-
|
|
19938
|
-
|
|
19939
|
-
|
|
19940
|
-
|
|
19941
|
-
|
|
19942
|
-
|
|
19943
|
-
|
|
19944
|
-
|
|
19945
|
-
|
|
19946
|
-
|
|
19947
|
-
|
|
19856
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19857
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19858
|
+
}
|
|
19859
|
+
@supports not selector(:focus-visible) {
|
|
19860
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19861
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19862
|
+
}
|
|
19863
|
+
}.v-carousel {
|
|
19864
|
+
overflow: hidden;
|
|
19865
|
+
position: relative;
|
|
19866
|
+
width: 100%;
|
|
19867
|
+
}
|
|
19868
|
+
.v-carousel__controls {
|
|
19869
|
+
align-items: center;
|
|
19870
|
+
bottom: 0;
|
|
19871
|
+
display: flex;
|
|
19872
|
+
height: 50px;
|
|
19873
|
+
justify-content: center;
|
|
19874
|
+
list-style-type: none;
|
|
19875
|
+
position: absolute;
|
|
19876
|
+
width: 100%;
|
|
19877
|
+
z-index: 1;
|
|
19878
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19879
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19880
|
+
}
|
|
19881
|
+
.v-carousel__controls > .v-item-group {
|
|
19882
|
+
flex: 0 1 auto;
|
|
19883
|
+
}
|
|
19884
|
+
.v-carousel__controls__item {
|
|
19885
|
+
margin: 0 8px;
|
|
19886
|
+
}
|
|
19887
|
+
.v-carousel__controls__item .v-icon {
|
|
19888
|
+
opacity: 0.5;
|
|
19889
|
+
}
|
|
19890
|
+
.v-carousel__controls__item--active .v-icon {
|
|
19891
|
+
opacity: 1;
|
|
19892
|
+
vertical-align: middle;
|
|
19893
|
+
}
|
|
19894
|
+
.v-carousel__controls__item:hover {
|
|
19895
|
+
background: none;
|
|
19896
|
+
}
|
|
19897
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
19898
|
+
opacity: 0.8;
|
|
19899
|
+
}
|
|
19900
|
+
|
|
19901
|
+
.v-carousel__progress {
|
|
19902
|
+
margin: 0;
|
|
19903
|
+
position: absolute;
|
|
19904
|
+
bottom: 0;
|
|
19905
|
+
left: 0;
|
|
19906
|
+
right: 0;
|
|
19907
|
+
}
|
|
19908
|
+
|
|
19909
|
+
.v-carousel-item {
|
|
19910
|
+
display: block;
|
|
19911
|
+
height: inherit;
|
|
19912
|
+
text-decoration: none;
|
|
19913
|
+
}
|
|
19914
|
+
.v-carousel-item > .v-img {
|
|
19915
|
+
height: inherit;
|
|
19916
|
+
}
|
|
19917
|
+
|
|
19918
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19919
|
+
background: transparent;
|
|
19920
|
+
}
|
|
19921
|
+
|
|
19922
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19923
|
+
flex-direction: column;
|
|
19924
|
+
height: 100% !important;
|
|
19925
|
+
width: 50px;
|
|
19926
|
+
}.v-chip {
|
|
19927
|
+
align-items: center;
|
|
19928
|
+
display: inline-flex;
|
|
19929
|
+
font-weight: 400;
|
|
19930
|
+
max-width: 100%;
|
|
19931
|
+
min-width: 0;
|
|
19932
|
+
overflow: hidden;
|
|
19933
|
+
position: relative;
|
|
19934
|
+
text-decoration: none;
|
|
19948
19935
|
white-space: nowrap;
|
|
19949
19936
|
vertical-align: middle;
|
|
19950
19937
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -20348,11 +20335,6 @@ html.overflow-y-hidden {
|
|
|
20348
20335
|
|
|
20349
20336
|
.v-chip--label {
|
|
20350
20337
|
border-radius: 4px;
|
|
20351
|
-
}.v-checkbox.v-input {
|
|
20352
|
-
flex: 0 1 auto;
|
|
20353
|
-
}
|
|
20354
|
-
.v-checkbox .v-selection-control {
|
|
20355
|
-
min-height: var(--v-input-control-height);
|
|
20356
20338
|
}.v-color-picker {
|
|
20357
20339
|
align-self: flex-start;
|
|
20358
20340
|
contain: content;
|
|
@@ -20373,6 +20355,24 @@ html.overflow-y-hidden {
|
|
|
20373
20355
|
}
|
|
20374
20356
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20375
20357
|
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));
|
|
20358
|
+
}.v-chip-group {
|
|
20359
|
+
display: flex;
|
|
20360
|
+
max-width: 100%;
|
|
20361
|
+
min-width: 0;
|
|
20362
|
+
overflow-x: auto;
|
|
20363
|
+
padding: 4px 0;
|
|
20364
|
+
}
|
|
20365
|
+
.v-chip-group .v-chip {
|
|
20366
|
+
margin: 4px 8px 4px 0;
|
|
20367
|
+
}
|
|
20368
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20369
|
+
opacity: var(--v-activated-opacity);
|
|
20370
|
+
}
|
|
20371
|
+
|
|
20372
|
+
.v-chip-group--column .v-slide-group__content {
|
|
20373
|
+
white-space: normal;
|
|
20374
|
+
flex-wrap: wrap;
|
|
20375
|
+
max-width: 100%;
|
|
20376
20376
|
}.v-container {
|
|
20377
20377
|
width: 100%;
|
|
20378
20378
|
padding: 16px;
|
|
@@ -21045,316 +21045,154 @@ html.overflow-y-hidden {
|
|
|
21045
21045
|
.offset-xxl-11 {
|
|
21046
21046
|
margin-inline-start: 91.6666666667%;
|
|
21047
21047
|
}
|
|
21048
|
-
}.v-
|
|
21049
|
-
|
|
21050
|
-
|
|
21051
|
-
|
|
21052
|
-
transition-duration: 150ms;
|
|
21053
|
-
}.v-data-table {
|
|
21054
|
-
width: 100%;
|
|
21055
|
-
}
|
|
21056
|
-
|
|
21057
|
-
.v-data-table__table {
|
|
21058
|
-
width: 100%;
|
|
21059
|
-
border-collapse: separate;
|
|
21060
|
-
border-spacing: 0;
|
|
21061
|
-
}
|
|
21062
|
-
|
|
21063
|
-
.v-data-table__tr--focus {
|
|
21064
|
-
border: 1px dotted black;
|
|
21065
|
-
}
|
|
21066
|
-
.v-data-table__tr--clickable {
|
|
21067
|
-
cursor: pointer;
|
|
21068
|
-
}
|
|
21069
|
-
|
|
21070
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
21071
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
21072
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
21073
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
21074
|
-
text-align: end;
|
|
21048
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
21049
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
21050
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
21051
|
+
cursor: text;
|
|
21075
21052
|
}
|
|
21076
|
-
.v-
|
|
21077
|
-
|
|
21078
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21079
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
21080
|
-
flex-direction: row-reverse;
|
|
21053
|
+
.v-combobox .v-field .v-field__input > input {
|
|
21054
|
+
flex: 1 1;
|
|
21081
21055
|
}
|
|
21082
|
-
.v-
|
|
21083
|
-
|
|
21084
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
21085
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
21086
|
-
text-align: center;
|
|
21056
|
+
.v-combobox .v-field input {
|
|
21057
|
+
min-width: 64px;
|
|
21087
21058
|
}
|
|
21088
|
-
.v-
|
|
21089
|
-
|
|
21090
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21091
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
21092
|
-
justify-content: center;
|
|
21059
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
21060
|
+
min-width: 0;
|
|
21093
21061
|
}
|
|
21094
|
-
.v-
|
|
21095
|
-
|
|
21096
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
21097
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
21098
|
-
padding: 0 8px;
|
|
21062
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
21063
|
+
margin-inline-end: 2px;
|
|
21099
21064
|
}
|
|
21100
|
-
.v-
|
|
21101
|
-
|
|
21102
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
|
21103
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
|
21065
|
+
.v-combobox .v-combobox__selection-text {
|
|
21066
|
+
overflow: hidden;
|
|
21104
21067
|
text-overflow: ellipsis;
|
|
21105
|
-
|
|
21068
|
+
white-space: nowrap;
|
|
21069
|
+
}
|
|
21070
|
+
|
|
21071
|
+
.v-combobox__content {
|
|
21106
21072
|
overflow: hidden;
|
|
21073
|
+
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));
|
|
21074
|
+
border-radius: 4px;
|
|
21107
21075
|
}
|
|
21108
|
-
.v-
|
|
21109
|
-
|
|
21110
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21111
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
|
21112
|
-
display: contents;
|
|
21076
|
+
.v-combobox__mask {
|
|
21077
|
+
background: rgb(var(--v-theme-surface-light));
|
|
21113
21078
|
}
|
|
21114
|
-
.v-
|
|
21115
|
-
|
|
21079
|
+
.v-combobox__selection {
|
|
21080
|
+
display: inline-flex;
|
|
21116
21081
|
align-items: center;
|
|
21082
|
+
height: 1.5rem;
|
|
21083
|
+
letter-spacing: inherit;
|
|
21084
|
+
line-height: inherit;
|
|
21085
|
+
max-width: calc(100% - 2px - 2px);
|
|
21117
21086
|
}
|
|
21118
|
-
.v-
|
|
21119
|
-
|
|
21120
|
-
position: sticky;
|
|
21087
|
+
.v-combobox__selection:first-child {
|
|
21088
|
+
margin-inline-start: 0;
|
|
21121
21089
|
}
|
|
21122
|
-
.v-
|
|
21123
|
-
.v-
|
|
21124
|
-
|
|
21125
|
-
|
|
21090
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21091
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21092
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21093
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21094
|
+
top: 0px;
|
|
21126
21095
|
}
|
|
21127
|
-
.v-
|
|
21128
|
-
|
|
21129
|
-
opacity: 0;
|
|
21096
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
21097
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21130
21098
|
}
|
|
21131
|
-
.v-
|
|
21132
|
-
|
|
21133
|
-
opacity: 0.5;
|
|
21099
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
21100
|
+
opacity: 1;
|
|
21134
21101
|
}
|
|
21135
|
-
.v-
|
|
21136
|
-
|
|
21137
|
-
height: -moz-fit-content;
|
|
21138
|
-
height: fit-content;
|
|
21102
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
21103
|
+
caret-color: transparent;
|
|
21139
21104
|
}
|
|
21140
|
-
|
|
21141
|
-
|
|
21142
|
-
|
|
21143
|
-
background: rgb(var(--v-theme-surface));
|
|
21144
|
-
position: sticky !important;
|
|
21105
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
21106
|
+
flex: 1 1;
|
|
21107
|
+
position: absolute;
|
|
21145
21108
|
left: 0;
|
|
21146
|
-
|
|
21147
|
-
|
|
21148
|
-
|
|
21149
|
-
.v-data-table-column--last-fixed {
|
|
21150
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21109
|
+
right: 0;
|
|
21110
|
+
width: 100%;
|
|
21111
|
+
padding-inline: inherit;
|
|
21151
21112
|
}
|
|
21152
|
-
|
|
21153
|
-
|
|
21154
|
-
z-index: 2;
|
|
21113
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
21114
|
+
transition: none;
|
|
21155
21115
|
}
|
|
21156
|
-
|
|
21157
|
-
|
|
21158
|
-
background: rgba(var(--v-theme-surface));
|
|
21159
|
-
color: rgba(var(--v-theme-on-surface));
|
|
21116
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
21117
|
+
opacity: 0;
|
|
21160
21118
|
}
|
|
21161
|
-
.v-
|
|
21162
|
-
|
|
21119
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
21120
|
+
opacity: 0;
|
|
21163
21121
|
}
|
|
21164
|
-
|
|
21165
|
-
|
|
21166
|
-
|
|
21122
|
+
.v-combobox__menu-icon {
|
|
21123
|
+
margin-inline-start: 4px;
|
|
21124
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21167
21125
|
}
|
|
21168
|
-
|
|
21169
|
-
|
|
21170
|
-
|
|
21126
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21127
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
21128
|
+
transform: rotate(180deg);
|
|
21129
|
+
}.v-counter {
|
|
21130
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21131
|
+
flex: 0 1 auto;
|
|
21132
|
+
font-size: 12px;
|
|
21133
|
+
transition-duration: 150ms;
|
|
21134
|
+
}.v-date-picker {
|
|
21135
|
+
overflow: hidden;
|
|
21136
|
+
width: 328px;
|
|
21171
21137
|
}
|
|
21172
|
-
|
|
21173
|
-
|
|
21138
|
+
.v-date-picker--show-week {
|
|
21139
|
+
width: 368px;
|
|
21140
|
+
}.v-date-picker-controls {
|
|
21174
21141
|
display: flex;
|
|
21175
21142
|
align-items: center;
|
|
21176
|
-
|
|
21177
|
-
|
|
21178
|
-
.v-data-table-header__sort-badge {
|
|
21179
|
-
display: inline-flex;
|
|
21180
|
-
justify-content: center;
|
|
21181
|
-
align-items: center;
|
|
21143
|
+
justify-content: space-between;
|
|
21182
21144
|
font-size: 0.875rem;
|
|
21183
|
-
padding: 4px;
|
|
21184
|
-
|
|
21185
|
-
|
|
21186
|
-
|
|
21187
|
-
min-height: 20px;
|
|
21188
|
-
width: 20px;
|
|
21189
|
-
height: 20px;
|
|
21145
|
+
padding-top: 4px;
|
|
21146
|
+
padding-bottom: 4px;
|
|
21147
|
+
padding-inline-start: 6px;
|
|
21148
|
+
padding-inline-end: 12px;
|
|
21190
21149
|
}
|
|
21191
|
-
|
|
21192
|
-
|
|
21193
|
-
|
|
21194
|
-
height:
|
|
21195
|
-
|
|
21150
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
21151
|
+
text-transform: none;
|
|
21152
|
+
font-weight: 400;
|
|
21153
|
+
line-height: initial;
|
|
21154
|
+
letter-spacing: initial;
|
|
21196
21155
|
}
|
|
21197
|
-
|
|
21198
|
-
|
|
21199
|
-
position: relative;
|
|
21156
|
+
.v-date-picker-controls--variant-classic {
|
|
21157
|
+
padding-inline-start: 12px;
|
|
21200
21158
|
}
|
|
21201
|
-
|
|
21202
|
-
.
|
|
21203
|
-
.v-data-table-rows-no-data {
|
|
21204
|
-
text-align: center;
|
|
21159
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21160
|
+
opacity: 0.7;
|
|
21205
21161
|
}
|
|
21206
|
-
|
|
21207
|
-
|
|
21208
|
-
grid-template-columns: 0;
|
|
21209
|
-
justify-content: center;
|
|
21162
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21163
|
+
cursor: pointer;
|
|
21210
21164
|
}
|
|
21211
|
-
.v-
|
|
21212
|
-
|
|
21213
|
-
justify-content: end;
|
|
21165
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21166
|
+
opacity: 1;
|
|
21214
21167
|
}
|
|
21215
|
-
.v-
|
|
21216
|
-
|
|
21217
|
-
column-gap: 4px;
|
|
21218
|
-
display: grid;
|
|
21219
|
-
grid-template-columns: repeat(2, 1fr);
|
|
21220
|
-
min-height: var(--v-table-row-height);
|
|
21168
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
21169
|
+
margin-inline-start: 4px;
|
|
21221
21170
|
}
|
|
21222
|
-
.v-
|
|
21223
|
-
|
|
21171
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21172
|
+
transform: rotate(180deg);
|
|
21224
21173
|
}
|
|
21225
21174
|
|
|
21226
|
-
.v-
|
|
21227
|
-
|
|
21228
|
-
text-align: left;
|
|
21175
|
+
.v-date-picker-controls__date {
|
|
21176
|
+
margin-inline-end: 4px;
|
|
21229
21177
|
}
|
|
21230
|
-
|
|
21231
|
-
|
|
21232
|
-
text-align:
|
|
21178
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21179
|
+
margin: auto;
|
|
21180
|
+
text-align: center;
|
|
21233
21181
|
}
|
|
21234
21182
|
|
|
21235
|
-
.v-
|
|
21236
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
21237
|
-
}
|
|
21238
|
-
.v-data-table__td-sort-icon-active {
|
|
21239
|
-
color: rgba(var(--v-theme-on-surface));
|
|
21240
|
-
}.v-data-table-footer {
|
|
21241
|
-
align-items: center;
|
|
21242
|
-
display: flex;
|
|
21243
|
-
flex-wrap: wrap;
|
|
21244
|
-
justify-content: flex-end;
|
|
21245
|
-
padding: 8px 4px;
|
|
21246
|
-
}
|
|
21247
|
-
.v-data-table-footer__items-per-page {
|
|
21248
|
-
align-items: center;
|
|
21249
|
-
display: flex;
|
|
21250
|
-
justify-content: center;
|
|
21251
|
-
}
|
|
21252
|
-
.v-data-table-footer__items-per-page > span {
|
|
21253
|
-
padding-inline-end: 8px;
|
|
21254
|
-
}
|
|
21255
|
-
.v-data-table-footer__items-per-page > .v-select {
|
|
21256
|
-
width: 90px;
|
|
21257
|
-
}
|
|
21258
|
-
.v-data-table-footer__info {
|
|
21259
|
-
display: flex;
|
|
21260
|
-
justify-content: flex-end;
|
|
21261
|
-
min-width: 116px;
|
|
21262
|
-
padding: 0 16px;
|
|
21263
|
-
}
|
|
21264
|
-
.v-data-table-footer__paginationz {
|
|
21265
|
-
align-items: center;
|
|
21183
|
+
.v-date-picker-controls__month {
|
|
21266
21184
|
display: flex;
|
|
21267
|
-
margin-inline-start: 16px;
|
|
21268
|
-
}
|
|
21269
|
-
.v-data-table-footer__page {
|
|
21270
|
-
padding: 0 8px;
|
|
21271
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
|
21272
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
21273
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
21274
|
-
cursor: text;
|
|
21275
|
-
}
|
|
21276
|
-
.v-combobox .v-field .v-field__input > input {
|
|
21277
|
-
flex: 1 1;
|
|
21278
|
-
}
|
|
21279
|
-
.v-combobox .v-field input {
|
|
21280
|
-
min-width: 64px;
|
|
21281
|
-
}
|
|
21282
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
21283
|
-
min-width: 0;
|
|
21284
|
-
}
|
|
21285
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
21286
|
-
margin-inline-end: 2px;
|
|
21287
21185
|
}
|
|
21288
|
-
.v-
|
|
21289
|
-
|
|
21290
|
-
text-overflow: ellipsis;
|
|
21291
|
-
white-space: nowrap;
|
|
21186
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21187
|
+
flex-direction: row-reverse;
|
|
21292
21188
|
}
|
|
21293
21189
|
|
|
21294
|
-
.v-
|
|
21295
|
-
|
|
21296
|
-
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));
|
|
21297
|
-
border-radius: 4px;
|
|
21298
|
-
}
|
|
21299
|
-
.v-combobox__mask {
|
|
21300
|
-
background: rgb(var(--v-theme-surface-light));
|
|
21301
|
-
}
|
|
21302
|
-
.v-combobox__selection {
|
|
21303
|
-
display: inline-flex;
|
|
21304
|
-
align-items: center;
|
|
21305
|
-
height: 1.5rem;
|
|
21306
|
-
letter-spacing: inherit;
|
|
21307
|
-
line-height: inherit;
|
|
21308
|
-
max-width: calc(100% - 2px - 2px);
|
|
21309
|
-
}
|
|
21310
|
-
.v-combobox__selection:first-child {
|
|
21311
|
-
margin-inline-start: 0;
|
|
21312
|
-
}
|
|
21313
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21314
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21315
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21316
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21317
|
-
top: 0px;
|
|
21318
|
-
}
|
|
21319
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
21320
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21321
|
-
}
|
|
21322
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
21323
|
-
opacity: 1;
|
|
21324
|
-
}
|
|
21325
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
21326
|
-
caret-color: transparent;
|
|
21327
|
-
}
|
|
21328
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
21329
|
-
flex: 1 1;
|
|
21330
|
-
position: absolute;
|
|
21331
|
-
left: 0;
|
|
21332
|
-
right: 0;
|
|
21333
|
-
width: 100%;
|
|
21334
|
-
padding-inline: inherit;
|
|
21335
|
-
}
|
|
21336
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
21337
|
-
transition: none;
|
|
21338
|
-
}
|
|
21339
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
21340
|
-
opacity: 0;
|
|
21341
|
-
}
|
|
21342
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
21343
|
-
opacity: 0;
|
|
21344
|
-
}
|
|
21345
|
-
.v-combobox__menu-icon {
|
|
21346
|
-
margin-inline-start: 4px;
|
|
21347
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21348
|
-
}
|
|
21349
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21350
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
21351
|
-
transform: rotate(180deg);
|
|
21352
|
-
}.v-date-picker {
|
|
21353
|
-
overflow: hidden;
|
|
21354
|
-
width: 328px;
|
|
21190
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
21191
|
+
flex: 1 0 auto;
|
|
21355
21192
|
}
|
|
21356
|
-
|
|
21357
|
-
|
|
21193
|
+
|
|
21194
|
+
.v-date-picker__title {
|
|
21195
|
+
display: inline-block;
|
|
21358
21196
|
}.v-date-picker-header {
|
|
21359
21197
|
align-items: flex-end;
|
|
21360
21198
|
height: 70px;
|
|
@@ -21415,62 +21253,25 @@ html.overflow-y-hidden {
|
|
|
21415
21253
|
.date-picker-header-reverse-transition-leave-to {
|
|
21416
21254
|
opacity: 0;
|
|
21417
21255
|
transform: translate(0, 100%);
|
|
21418
|
-
}.v-date-picker-
|
|
21419
|
-
|
|
21420
|
-
align-items: center;
|
|
21421
|
-
justify-content: space-between;
|
|
21422
|
-
font-size: 0.875rem;
|
|
21423
|
-
padding-top: 4px;
|
|
21424
|
-
padding-bottom: 4px;
|
|
21425
|
-
padding-inline-start: 6px;
|
|
21426
|
-
padding-inline-end: 12px;
|
|
21427
|
-
}
|
|
21428
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
21429
|
-
text-transform: none;
|
|
21430
|
-
font-weight: 400;
|
|
21431
|
-
line-height: initial;
|
|
21432
|
-
letter-spacing: initial;
|
|
21433
|
-
}
|
|
21434
|
-
.v-date-picker-controls--variant-classic {
|
|
21435
|
-
padding-inline-start: 12px;
|
|
21436
|
-
}
|
|
21437
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21438
|
-
opacity: 0.7;
|
|
21439
|
-
}
|
|
21440
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21441
|
-
cursor: pointer;
|
|
21442
|
-
}
|
|
21443
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21444
|
-
opacity: 1;
|
|
21445
|
-
}
|
|
21446
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
21447
|
-
margin-inline-start: 4px;
|
|
21448
|
-
}
|
|
21449
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21450
|
-
transform: rotate(180deg);
|
|
21451
|
-
}
|
|
21452
|
-
|
|
21453
|
-
.v-date-picker-controls__date {
|
|
21454
|
-
margin-inline-end: 4px;
|
|
21455
|
-
}
|
|
21456
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21457
|
-
margin: auto;
|
|
21458
|
-
text-align: center;
|
|
21459
|
-
}
|
|
21460
|
-
|
|
21461
|
-
.v-date-picker-controls__month {
|
|
21462
|
-
display: flex;
|
|
21463
|
-
}
|
|
21464
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21465
|
-
flex-direction: row-reverse;
|
|
21256
|
+
}.v-date-picker-months {
|
|
21257
|
+
height: 288px;
|
|
21466
21258
|
}
|
|
21467
21259
|
|
|
21468
|
-
.v-date-picker-
|
|
21469
|
-
|
|
21260
|
+
.v-date-picker-months__content {
|
|
21261
|
+
align-items: center;
|
|
21262
|
+
display: grid;
|
|
21263
|
+
flex: 1 1;
|
|
21264
|
+
height: inherit;
|
|
21265
|
+
justify-content: space-around;
|
|
21266
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21267
|
+
grid-gap: 0px 24px;
|
|
21268
|
+
padding-inline-start: 36px;
|
|
21269
|
+
padding-inline-end: 36px;
|
|
21470
21270
|
}
|
|
21471
|
-
|
|
21472
|
-
|
|
21473
|
-
|
|
21271
|
+
.v-date-picker-months__content .v-btn {
|
|
21272
|
+
text-transform: none;
|
|
21273
|
+
padding-inline-start: 8px;
|
|
21274
|
+
padding-inline-end: 8px;
|
|
21474
21275
|
}.v-date-picker-month {
|
|
21475
21276
|
display: flex;
|
|
21476
21277
|
justify-content: center;
|
|
@@ -21526,25 +21327,6 @@ html.overflow-y-hidden {
|
|
|
21526
21327
|
|
|
21527
21328
|
.v-date-picker-month__day--hide-adjacent {
|
|
21528
21329
|
opacity: 0;
|
|
21529
|
-
}.v-date-picker-months {
|
|
21530
|
-
height: 288px;
|
|
21531
|
-
}
|
|
21532
|
-
|
|
21533
|
-
.v-date-picker-months__content {
|
|
21534
|
-
align-items: center;
|
|
21535
|
-
display: grid;
|
|
21536
|
-
flex: 1 1;
|
|
21537
|
-
height: inherit;
|
|
21538
|
-
justify-content: space-around;
|
|
21539
|
-
grid-template-columns: repeat(2, 1fr);
|
|
21540
|
-
grid-gap: 0px 24px;
|
|
21541
|
-
padding-inline-start: 36px;
|
|
21542
|
-
padding-inline-end: 36px;
|
|
21543
|
-
}
|
|
21544
|
-
.v-date-picker-months__content .v-btn {
|
|
21545
|
-
text-transform: none;
|
|
21546
|
-
padding-inline-start: 8px;
|
|
21547
|
-
padding-inline-end: 8px;
|
|
21548
21330
|
}.v-date-picker-years {
|
|
21549
21331
|
height: 288px;
|
|
21550
21332
|
overflow-y: scroll;
|
|
@@ -21560,56 +21342,224 @@ html.overflow-y-hidden {
|
|
|
21560
21342
|
}
|
|
21561
21343
|
.v-date-picker-years__content .v-btn {
|
|
21562
21344
|
padding-inline: 8px;
|
|
21563
|
-
}.v-
|
|
21564
|
-
|
|
21565
|
-
flex: 1 1 100%;
|
|
21566
|
-
height: 0px;
|
|
21567
|
-
max-height: 0px;
|
|
21568
|
-
opacity: var(--v-border-opacity);
|
|
21569
|
-
transition: inherit;
|
|
21570
|
-
border-style: solid;
|
|
21571
|
-
border-width: thin 0 0 0;
|
|
21345
|
+
}.v-data-table {
|
|
21346
|
+
width: 100%;
|
|
21572
21347
|
}
|
|
21573
|
-
|
|
21574
|
-
|
|
21575
|
-
|
|
21576
|
-
|
|
21577
|
-
|
|
21578
|
-
margin-left: -1px;
|
|
21579
|
-
max-height: 100%;
|
|
21580
|
-
max-width: 0px;
|
|
21581
|
-
vertical-align: text-bottom;
|
|
21582
|
-
width: 0px;
|
|
21348
|
+
|
|
21349
|
+
.v-data-table__table {
|
|
21350
|
+
width: 100%;
|
|
21351
|
+
border-collapse: separate;
|
|
21352
|
+
border-spacing: 0;
|
|
21583
21353
|
}
|
|
21584
|
-
|
|
21585
|
-
|
|
21586
|
-
|
|
21354
|
+
|
|
21355
|
+
.v-data-table__tr--focus {
|
|
21356
|
+
border: 1px dotted black;
|
|
21587
21357
|
}
|
|
21588
|
-
.v-
|
|
21589
|
-
|
|
21590
|
-
margin-top: 8px;
|
|
21591
|
-
max-height: calc(100% - 16px);
|
|
21358
|
+
.v-data-table__tr--clickable {
|
|
21359
|
+
cursor: pointer;
|
|
21592
21360
|
}
|
|
21593
21361
|
|
|
21594
|
-
.v-
|
|
21595
|
-
|
|
21362
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
21363
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
21364
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
21365
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
21366
|
+
text-align: end;
|
|
21367
|
+
}
|
|
21368
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21369
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
21370
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21371
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
21372
|
+
flex-direction: row-reverse;
|
|
21373
|
+
}
|
|
21374
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
21375
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
21376
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
21377
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
21378
|
+
text-align: center;
|
|
21379
|
+
}
|
|
21380
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21381
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
21382
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21383
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
21384
|
+
justify-content: center;
|
|
21385
|
+
}
|
|
21386
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
21387
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
21388
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
21389
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
21390
|
+
padding: 0 8px;
|
|
21391
|
+
}
|
|
21392
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
|
21393
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
|
21394
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
|
21395
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
|
21396
|
+
text-overflow: ellipsis;
|
|
21596
21397
|
text-wrap: nowrap;
|
|
21398
|
+
overflow: hidden;
|
|
21597
21399
|
}
|
|
21598
|
-
.v-
|
|
21599
|
-
|
|
21400
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21401
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21402
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21403
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
|
21404
|
+
display: contents;
|
|
21405
|
+
}
|
|
21406
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
21407
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
21408
|
+
align-items: center;
|
|
21409
|
+
}
|
|
21410
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
21411
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
21412
|
+
position: sticky;
|
|
21413
|
+
}
|
|
21414
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
21415
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
21416
|
+
cursor: pointer;
|
|
21417
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21418
|
+
}
|
|
21419
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
21420
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
21421
|
+
opacity: 0;
|
|
21422
|
+
}
|
|
21423
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
21424
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
21425
|
+
opacity: 0.5;
|
|
21426
|
+
}
|
|
21427
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
|
21428
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
|
21429
|
+
height: -moz-fit-content;
|
|
21430
|
+
height: fit-content;
|
|
21431
|
+
}
|
|
21432
|
+
|
|
21433
|
+
.v-data-table-column--fixed,
|
|
21434
|
+
.v-data-table__th--sticky {
|
|
21435
|
+
background: rgb(var(--v-theme-surface));
|
|
21436
|
+
position: sticky !important;
|
|
21437
|
+
left: 0;
|
|
21438
|
+
z-index: 1;
|
|
21439
|
+
}
|
|
21440
|
+
|
|
21441
|
+
.v-data-table-column--last-fixed {
|
|
21442
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21443
|
+
}
|
|
21444
|
+
|
|
21445
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
|
21446
|
+
z-index: 2;
|
|
21447
|
+
}
|
|
21448
|
+
|
|
21449
|
+
.v-data-table-group-header-row td {
|
|
21450
|
+
background: rgba(var(--v-theme-surface));
|
|
21451
|
+
color: rgba(var(--v-theme-on-surface));
|
|
21452
|
+
}
|
|
21453
|
+
.v-data-table-group-header-row td > span {
|
|
21454
|
+
padding-left: 5px;
|
|
21455
|
+
}
|
|
21456
|
+
|
|
21457
|
+
.v-data-table--loading .v-data-table__td {
|
|
21458
|
+
opacity: var(--v-disabled-opacity);
|
|
21459
|
+
}
|
|
21460
|
+
|
|
21461
|
+
.v-data-table-group-header-row__column {
|
|
21462
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
21463
|
+
}
|
|
21464
|
+
|
|
21465
|
+
.v-data-table-header__content {
|
|
21466
|
+
display: flex;
|
|
21467
|
+
align-items: center;
|
|
21468
|
+
}
|
|
21469
|
+
|
|
21470
|
+
.v-data-table-header__sort-badge {
|
|
21471
|
+
display: inline-flex;
|
|
21472
|
+
justify-content: center;
|
|
21473
|
+
align-items: center;
|
|
21474
|
+
font-size: 0.875rem;
|
|
21475
|
+
padding: 4px;
|
|
21476
|
+
border-radius: 50%;
|
|
21477
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21478
|
+
min-width: 20px;
|
|
21479
|
+
min-height: 20px;
|
|
21480
|
+
width: 20px;
|
|
21481
|
+
height: 20px;
|
|
21482
|
+
}
|
|
21483
|
+
|
|
21484
|
+
.v-data-table-progress > th {
|
|
21485
|
+
border: none !important;
|
|
21486
|
+
height: auto !important;
|
|
21487
|
+
padding: 0 !important;
|
|
21488
|
+
}
|
|
21489
|
+
|
|
21490
|
+
.v-data-table-progress__loader {
|
|
21491
|
+
position: relative;
|
|
21492
|
+
}
|
|
21493
|
+
|
|
21494
|
+
.v-data-table-rows-loading,
|
|
21495
|
+
.v-data-table-rows-no-data {
|
|
21496
|
+
text-align: center;
|
|
21497
|
+
}
|
|
21498
|
+
|
|
21499
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
21500
|
+
grid-template-columns: 0;
|
|
21501
|
+
justify-content: center;
|
|
21502
|
+
}
|
|
21503
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
21504
|
+
grid-template-columns: 0;
|
|
21505
|
+
justify-content: end;
|
|
21506
|
+
}
|
|
21507
|
+
.v-data-table__tr--mobile > td {
|
|
21508
|
+
align-items: center;
|
|
21509
|
+
column-gap: 4px;
|
|
21510
|
+
display: grid;
|
|
21511
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21512
|
+
min-height: var(--v-table-row-height);
|
|
21513
|
+
}
|
|
21514
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
21515
|
+
border-bottom: 0 !important;
|
|
21516
|
+
}
|
|
21517
|
+
|
|
21518
|
+
.v-data-table__td-title {
|
|
21519
|
+
font-weight: 500;
|
|
21520
|
+
text-align: left;
|
|
21521
|
+
}
|
|
21522
|
+
|
|
21523
|
+
.v-data-table__td-value {
|
|
21524
|
+
text-align: right;
|
|
21600
21525
|
}
|
|
21601
21526
|
|
|
21602
|
-
.v-
|
|
21527
|
+
.v-data-table__td-sort-icon {
|
|
21528
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
21529
|
+
}
|
|
21530
|
+
.v-data-table__td-sort-icon-active {
|
|
21531
|
+
color: rgba(var(--v-theme-on-surface));
|
|
21532
|
+
}.v-data-table-footer {
|
|
21533
|
+
align-items: center;
|
|
21603
21534
|
display: flex;
|
|
21535
|
+
flex-wrap: wrap;
|
|
21536
|
+
justify-content: flex-end;
|
|
21537
|
+
padding: 8px 4px;
|
|
21538
|
+
}
|
|
21539
|
+
.v-data-table-footer__items-per-page {
|
|
21604
21540
|
align-items: center;
|
|
21541
|
+
display: flex;
|
|
21605
21542
|
justify-content: center;
|
|
21606
21543
|
}
|
|
21607
|
-
.v-
|
|
21608
|
-
|
|
21609
|
-
height: 100%;
|
|
21544
|
+
.v-data-table-footer__items-per-page > span {
|
|
21545
|
+
padding-inline-end: 8px;
|
|
21610
21546
|
}
|
|
21611
|
-
.v-
|
|
21612
|
-
|
|
21547
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
21548
|
+
width: 90px;
|
|
21549
|
+
}
|
|
21550
|
+
.v-data-table-footer__info {
|
|
21551
|
+
display: flex;
|
|
21552
|
+
justify-content: flex-end;
|
|
21553
|
+
min-width: 116px;
|
|
21554
|
+
padding: 0 16px;
|
|
21555
|
+
}
|
|
21556
|
+
.v-data-table-footer__paginationz {
|
|
21557
|
+
align-items: center;
|
|
21558
|
+
display: flex;
|
|
21559
|
+
margin-inline-start: 16px;
|
|
21560
|
+
}
|
|
21561
|
+
.v-data-table-footer__page {
|
|
21562
|
+
padding: 0 8px;
|
|
21613
21563
|
}.v-dialog {
|
|
21614
21564
|
align-items: center;
|
|
21615
21565
|
justify-content: center;
|
|
@@ -21769,75 +21719,56 @@ html.overflow-y-hidden {
|
|
|
21769
21719
|
.v-empty-state__action-btn.v-btn {
|
|
21770
21720
|
background-color: initial;
|
|
21771
21721
|
color: initial;
|
|
21772
|
-
}.v-
|
|
21773
|
-
|
|
21722
|
+
}.v-divider {
|
|
21723
|
+
display: block;
|
|
21724
|
+
flex: 1 1 100%;
|
|
21725
|
+
height: 0px;
|
|
21726
|
+
max-height: 0px;
|
|
21727
|
+
opacity: var(--v-border-opacity);
|
|
21728
|
+
transition: inherit;
|
|
21729
|
+
border-style: solid;
|
|
21730
|
+
border-width: thin 0 0 0;
|
|
21731
|
+
}
|
|
21732
|
+
.v-divider--vertical {
|
|
21733
|
+
align-self: stretch;
|
|
21734
|
+
border-width: 0 thin 0 0;
|
|
21774
21735
|
display: inline-flex;
|
|
21775
|
-
|
|
21776
|
-
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
|
|
21780
|
-
|
|
21736
|
+
height: auto;
|
|
21737
|
+
margin-left: -1px;
|
|
21738
|
+
max-height: 100%;
|
|
21739
|
+
max-width: 0px;
|
|
21740
|
+
vertical-align: text-bottom;
|
|
21741
|
+
width: 0px;
|
|
21781
21742
|
}
|
|
21782
|
-
.v-
|
|
21783
|
-
|
|
21743
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21744
|
+
max-width: calc(100% - 72px);
|
|
21745
|
+
margin-inline-start: 72px;
|
|
21784
21746
|
}
|
|
21785
|
-
.v-
|
|
21786
|
-
|
|
21747
|
+
.v-divider--inset.v-divider--vertical {
|
|
21748
|
+
margin-bottom: 8px;
|
|
21749
|
+
margin-top: 8px;
|
|
21750
|
+
max-height: calc(100% - 16px);
|
|
21787
21751
|
}
|
|
21788
|
-
|
|
21789
|
-
|
|
21752
|
+
|
|
21753
|
+
.v-divider__content {
|
|
21754
|
+
padding: 0 16px;
|
|
21755
|
+
text-wrap: nowrap;
|
|
21790
21756
|
}
|
|
21791
|
-
.v-
|
|
21792
|
-
|
|
21757
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
21758
|
+
padding: 4px 0;
|
|
21793
21759
|
}
|
|
21794
|
-
|
|
21760
|
+
|
|
21761
|
+
.v-divider__wrapper {
|
|
21762
|
+
display: flex;
|
|
21795
21763
|
align-items: center;
|
|
21796
21764
|
justify-content: center;
|
|
21797
21765
|
}
|
|
21798
|
-
.v-
|
|
21799
|
-
|
|
21800
|
-
|
|
21801
|
-
.v-fab--bottom {
|
|
21802
|
-
align-items: flex-end;
|
|
21803
|
-
}
|
|
21804
|
-
.v-fab--top {
|
|
21805
|
-
align-items: flex-start;
|
|
21806
|
-
}
|
|
21807
|
-
.v-fab--extended .v-btn {
|
|
21808
|
-
border-radius: 9999px !important;
|
|
21809
|
-
}
|
|
21810
|
-
|
|
21811
|
-
.v-fab__container {
|
|
21812
|
-
align-self: center;
|
|
21813
|
-
display: inline-flex;
|
|
21814
|
-
position: absolute;
|
|
21815
|
-
vertical-align: middle;
|
|
21816
|
-
}
|
|
21817
|
-
.v-fab--app .v-fab__container {
|
|
21818
|
-
margin: 12px;
|
|
21819
|
-
}
|
|
21820
|
-
.v-fab--absolute .v-fab__container {
|
|
21821
|
-
position: absolute;
|
|
21822
|
-
z-index: 4;
|
|
21823
|
-
}
|
|
21824
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
|
21825
|
-
transform: translateY(-50%);
|
|
21826
|
-
}
|
|
21827
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
21828
|
-
transform: translateY(50%);
|
|
21829
|
-
}
|
|
21830
|
-
.v-fab--top .v-fab__container {
|
|
21831
|
-
top: 0;
|
|
21832
|
-
}
|
|
21833
|
-
.v-fab--bottom .v-fab__container {
|
|
21834
|
-
bottom: 0;
|
|
21835
|
-
}
|
|
21836
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
21837
|
-
left: 0;
|
|
21766
|
+
.v-divider__wrapper--vertical {
|
|
21767
|
+
flex-direction: column;
|
|
21768
|
+
height: 100%;
|
|
21838
21769
|
}
|
|
21839
|
-
.v-
|
|
21840
|
-
|
|
21770
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
21771
|
+
margin: 0 auto;
|
|
21841
21772
|
}.v-expansion-panel {
|
|
21842
21773
|
background-color: rgb(var(--v-theme-surface));
|
|
21843
21774
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22191,6 +22122,11 @@ html.overflow-y-hidden {
|
|
|
22191
22122
|
position: relative;
|
|
22192
22123
|
width: 100%;
|
|
22193
22124
|
}
|
|
22125
|
+
.v-field.v-field--center-affix.v-field--variant-underlined .v-field__input, .v-field.v-field--center-affix.v-field--variant-plain .v-field__input {
|
|
22126
|
+
padding-top: unset;
|
|
22127
|
+
padding-bottom: unset;
|
|
22128
|
+
}
|
|
22129
|
+
|
|
22194
22130
|
.v-input--density-default .v-field__input {
|
|
22195
22131
|
row-gap: 8px;
|
|
22196
22132
|
}
|
|
@@ -22258,12 +22194,12 @@ textarea.v-field__input::placeholder {
|
|
|
22258
22194
|
padding-top: 0;
|
|
22259
22195
|
}
|
|
22260
22196
|
|
|
22261
|
-
.v-field.v-field--variant-underlined .v-field__append-inner,
|
|
22262
|
-
.v-field.v-field--variant-underlined .v-field__clearable,
|
|
22263
|
-
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
|
22264
|
-
.v-field.v-field--variant-plain .v-field__append-inner,
|
|
22265
|
-
.v-field.v-field--variant-plain .v-field__clearable,
|
|
22266
|
-
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
|
22197
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
|
|
22198
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
|
|
22199
|
+
.v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
|
|
22200
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
|
|
22201
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
|
|
22202
|
+
.v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
|
|
22267
22203
|
align-items: flex-start;
|
|
22268
22204
|
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
22269
22205
|
padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
@@ -22619,7 +22555,76 @@ textarea.v-field__input::placeholder {
|
|
|
22619
22555
|
opacity: 0;
|
|
22620
22556
|
}
|
|
22621
22557
|
|
|
22622
|
-
/* endregion */.v-
|
|
22558
|
+
/* endregion */.v-fab {
|
|
22559
|
+
align-items: center;
|
|
22560
|
+
display: inline-flex;
|
|
22561
|
+
flex: 1 1 auto;
|
|
22562
|
+
pointer-events: none;
|
|
22563
|
+
position: relative;
|
|
22564
|
+
transition-duration: 0.2s;
|
|
22565
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22566
|
+
vertical-align: middle;
|
|
22567
|
+
}
|
|
22568
|
+
.v-fab .v-btn {
|
|
22569
|
+
pointer-events: auto;
|
|
22570
|
+
}
|
|
22571
|
+
.v-fab .v-btn--variant-elevated {
|
|
22572
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22573
|
+
}
|
|
22574
|
+
.v-fab--app, .v-fab--absolute {
|
|
22575
|
+
display: flex;
|
|
22576
|
+
}
|
|
22577
|
+
.v-fab--start, .v-fab--left {
|
|
22578
|
+
justify-content: flex-start;
|
|
22579
|
+
}
|
|
22580
|
+
.v-fab--center {
|
|
22581
|
+
align-items: center;
|
|
22582
|
+
justify-content: center;
|
|
22583
|
+
}
|
|
22584
|
+
.v-fab--end, .v-fab--right {
|
|
22585
|
+
justify-content: flex-end;
|
|
22586
|
+
}
|
|
22587
|
+
.v-fab--bottom {
|
|
22588
|
+
align-items: flex-end;
|
|
22589
|
+
}
|
|
22590
|
+
.v-fab--top {
|
|
22591
|
+
align-items: flex-start;
|
|
22592
|
+
}
|
|
22593
|
+
.v-fab--extended .v-btn {
|
|
22594
|
+
border-radius: 9999px !important;
|
|
22595
|
+
}
|
|
22596
|
+
|
|
22597
|
+
.v-fab__container {
|
|
22598
|
+
align-self: center;
|
|
22599
|
+
display: inline-flex;
|
|
22600
|
+
position: absolute;
|
|
22601
|
+
vertical-align: middle;
|
|
22602
|
+
}
|
|
22603
|
+
.v-fab--app .v-fab__container {
|
|
22604
|
+
margin: 12px;
|
|
22605
|
+
}
|
|
22606
|
+
.v-fab--absolute .v-fab__container {
|
|
22607
|
+
position: absolute;
|
|
22608
|
+
z-index: 4;
|
|
22609
|
+
}
|
|
22610
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
22611
|
+
transform: translateY(-50%);
|
|
22612
|
+
}
|
|
22613
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
22614
|
+
transform: translateY(50%);
|
|
22615
|
+
}
|
|
22616
|
+
.v-fab--top .v-fab__container {
|
|
22617
|
+
top: 0;
|
|
22618
|
+
}
|
|
22619
|
+
.v-fab--bottom .v-fab__container {
|
|
22620
|
+
bottom: 0;
|
|
22621
|
+
}
|
|
22622
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
22623
|
+
left: 0;
|
|
22624
|
+
}
|
|
22625
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
22626
|
+
right: 0;
|
|
22627
|
+
}.v-footer {
|
|
22623
22628
|
align-items: center;
|
|
22624
22629
|
display: flex;
|
|
22625
22630
|
flex: 1 1 auto;
|
|
@@ -22790,11 +22795,6 @@ textarea.v-field__input::placeholder {
|
|
|
22790
22795
|
display: flex;
|
|
22791
22796
|
justify-content: center;
|
|
22792
22797
|
padding: 8px;
|
|
22793
|
-
}.v-item-group {
|
|
22794
|
-
flex: 0 1 auto;
|
|
22795
|
-
max-width: 100%;
|
|
22796
|
-
position: relative;
|
|
22797
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22798
22798
|
}.v-input {
|
|
22799
22799
|
display: grid;
|
|
22800
22800
|
flex: 1 1 auto;
|
|
@@ -22923,20 +22923,25 @@ textarea.v-field__input::placeholder {
|
|
|
22923
22923
|
.v-input--hide-spin-buttons input[type=number] {
|
|
22924
22924
|
-moz-appearance: textfield;
|
|
22925
22925
|
}
|
|
22926
|
-
.v-input--plain-underlined .v-input__prepend,
|
|
22927
|
-
.v-input--plain-underlined .v-input__append {
|
|
22926
|
+
.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
|
|
22927
|
+
.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
22928
22928
|
align-items: flex-start;
|
|
22929
22929
|
}
|
|
22930
|
-
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
22930
|
+
.v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
22931
22931
|
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
22932
22932
|
}
|
|
22933
22933
|
|
|
22934
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
22934
|
+
.v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
22935
22935
|
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
22936
22936
|
}
|
|
22937
22937
|
|
|
22938
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
22938
|
+
.v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
|
22939
22939
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
22940
|
+
}.v-item-group {
|
|
22941
|
+
flex: 0 1 auto;
|
|
22942
|
+
max-width: 100%;
|
|
22943
|
+
position: relative;
|
|
22944
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22940
22945
|
}.v-label {
|
|
22941
22946
|
align-items: center;
|
|
22942
22947
|
color: inherit;
|
|
@@ -22952,6 +22957,21 @@ textarea.v-field__input::placeholder {
|
|
|
22952
22957
|
|
|
22953
22958
|
.v-label--clickable {
|
|
22954
22959
|
cursor: pointer;
|
|
22960
|
+
}.v-layout {
|
|
22961
|
+
--v-scrollbar-offset: 0px;
|
|
22962
|
+
display: flex;
|
|
22963
|
+
flex: 1 1 auto;
|
|
22964
|
+
}
|
|
22965
|
+
.v-layout--full-height {
|
|
22966
|
+
--v-scrollbar-offset: inherit;
|
|
22967
|
+
height: 100%;
|
|
22968
|
+
}.v-layout-item {
|
|
22969
|
+
position: absolute;
|
|
22970
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22971
|
+
}
|
|
22972
|
+
|
|
22973
|
+
.v-layout-item--absolute {
|
|
22974
|
+
position: absolute;
|
|
22955
22975
|
}.v-list {
|
|
22956
22976
|
overflow: auto;
|
|
22957
22977
|
padding: 8px 0;
|
|
@@ -23495,35 +23515,20 @@ textarea.v-field__input::placeholder {
|
|
|
23495
23515
|
.v-list-group--fluid.v-list-group--prepend {
|
|
23496
23516
|
--parent-padding: var(--indent-padding);
|
|
23497
23517
|
}
|
|
23498
|
-
|
|
23499
|
-
.v-list-group__items {
|
|
23500
|
-
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
|
23501
|
-
}
|
|
23502
|
-
|
|
23503
|
-
.v-list-group__items .v-list-item {
|
|
23504
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23505
|
-
}
|
|
23506
|
-
|
|
23507
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
23508
|
-
opacity: 0;
|
|
23509
|
-
}
|
|
23510
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23511
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23512
|
-
}.v-layout {
|
|
23513
|
-
--v-scrollbar-offset: 0px;
|
|
23514
|
-
display: flex;
|
|
23515
|
-
flex: 1 1 auto;
|
|
23516
|
-
}
|
|
23517
|
-
.v-layout--full-height {
|
|
23518
|
-
--v-scrollbar-offset: inherit;
|
|
23519
|
-
height: 100%;
|
|
23520
|
-
}.v-layout-item {
|
|
23521
|
-
position: absolute;
|
|
23522
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23518
|
+
|
|
23519
|
+
.v-list-group__items {
|
|
23520
|
+
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
|
23523
23521
|
}
|
|
23524
23522
|
|
|
23525
|
-
.v-
|
|
23526
|
-
|
|
23523
|
+
.v-list-group__items .v-list-item {
|
|
23524
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23525
|
+
}
|
|
23526
|
+
|
|
23527
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
23528
|
+
opacity: 0;
|
|
23529
|
+
}
|
|
23530
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23531
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23527
23532
|
}.v-main {
|
|
23528
23533
|
flex: 1 0 auto;
|
|
23529
23534
|
max-width: 100%;
|
|
@@ -23552,19 +23557,64 @@ textarea.v-field__input::placeholder {
|
|
|
23552
23557
|
--v-layout-right: 0px;
|
|
23553
23558
|
--v-layout-top: 0px;
|
|
23554
23559
|
--v-layout-bottom: 0px;
|
|
23555
|
-
}.v-
|
|
23556
|
-
display: flex;
|
|
23557
|
-
flex-direction: column;
|
|
23560
|
+
}.v-otp-input {
|
|
23558
23561
|
border-radius: 4px;
|
|
23562
|
+
align-items: center;
|
|
23563
|
+
display: flex;
|
|
23564
|
+
justify-content: center;
|
|
23565
|
+
padding: 0.5rem 0;
|
|
23566
|
+
position: relative;
|
|
23559
23567
|
}
|
|
23560
|
-
.v-
|
|
23561
|
-
|
|
23562
|
-
|
|
23563
|
-
|
|
23568
|
+
.v-otp-input .v-field {
|
|
23569
|
+
height: 100%;
|
|
23570
|
+
}
|
|
23571
|
+
|
|
23572
|
+
.v-otp-input__divider {
|
|
23573
|
+
margin: 0 8px;
|
|
23574
|
+
}
|
|
23575
|
+
|
|
23576
|
+
.v-otp-input__content {
|
|
23577
|
+
align-items: center;
|
|
23578
|
+
display: flex;
|
|
23579
|
+
gap: 0.5rem;
|
|
23580
|
+
height: 64px;
|
|
23581
|
+
padding: 0.5rem;
|
|
23582
|
+
justify-content: center;
|
|
23583
|
+
max-width: 320px;
|
|
23584
|
+
position: relative;
|
|
23564
23585
|
border-radius: inherit;
|
|
23565
|
-
|
|
23586
|
+
}
|
|
23587
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23588
|
+
max-width: 360px;
|
|
23589
|
+
}
|
|
23590
|
+
|
|
23591
|
+
.v-otp-input__field {
|
|
23592
|
+
color: inherit;
|
|
23593
|
+
font-size: 1.25rem;
|
|
23566
23594
|
height: 100%;
|
|
23567
|
-
|
|
23595
|
+
outline: none;
|
|
23596
|
+
text-align: center;
|
|
23597
|
+
width: 100%;
|
|
23598
|
+
}
|
|
23599
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23600
|
+
-webkit-appearance: none;
|
|
23601
|
+
margin: 0;
|
|
23602
|
+
}
|
|
23603
|
+
.v-otp-input__field[type=number] {
|
|
23604
|
+
-moz-appearance: textfield;
|
|
23605
|
+
}
|
|
23606
|
+
|
|
23607
|
+
.v-otp-input__loader {
|
|
23608
|
+
align-items: center;
|
|
23609
|
+
display: flex;
|
|
23610
|
+
height: 100%;
|
|
23611
|
+
justify-content: center;
|
|
23612
|
+
width: 100%;
|
|
23613
|
+
}
|
|
23614
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23615
|
+
position: absolute;
|
|
23616
|
+
}.v-locale-provider {
|
|
23617
|
+
display: contents;
|
|
23568
23618
|
}.v-messages {
|
|
23569
23619
|
flex: 1 1 auto;
|
|
23570
23620
|
font-size: 12px;
|
|
@@ -23581,8 +23631,19 @@ textarea.v-field__input::placeholder {
|
|
|
23581
23631
|
-webkit-hyphens: auto;
|
|
23582
23632
|
hyphens: auto;
|
|
23583
23633
|
transition-duration: 150ms;
|
|
23584
|
-
}.v-
|
|
23585
|
-
display:
|
|
23634
|
+
}.v-menu > .v-overlay__content {
|
|
23635
|
+
display: flex;
|
|
23636
|
+
flex-direction: column;
|
|
23637
|
+
border-radius: 4px;
|
|
23638
|
+
}
|
|
23639
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23640
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23641
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23642
|
+
background: rgb(var(--v-theme-surface));
|
|
23643
|
+
border-radius: inherit;
|
|
23644
|
+
overflow: auto;
|
|
23645
|
+
height: 100%;
|
|
23646
|
+
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));
|
|
23586
23647
|
}.v-navigation-drawer {
|
|
23587
23648
|
-webkit-overflow-scrolling: touch;
|
|
23588
23649
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23685,68 +23746,14 @@ textarea.v-field__input::placeholder {
|
|
|
23685
23746
|
.v-navigation-drawer__append {
|
|
23686
23747
|
flex: none;
|
|
23687
23748
|
overflow: hidden;
|
|
23688
|
-
}.v-
|
|
23689
|
-
|
|
23690
|
-
|
|
23691
|
-
display: flex;
|
|
23692
|
-
justify-content: center;
|
|
23693
|
-
padding: 0.5rem 0;
|
|
23694
|
-
position: relative;
|
|
23695
|
-
}
|
|
23696
|
-
.v-otp-input .v-field {
|
|
23697
|
-
height: 100%;
|
|
23698
|
-
}
|
|
23699
|
-
|
|
23700
|
-
.v-otp-input__divider {
|
|
23701
|
-
margin: 0 8px;
|
|
23702
|
-
}
|
|
23703
|
-
|
|
23704
|
-
.v-otp-input__content {
|
|
23705
|
-
align-items: center;
|
|
23706
|
-
display: flex;
|
|
23707
|
-
gap: 0.5rem;
|
|
23708
|
-
height: 64px;
|
|
23709
|
-
padding: 0.5rem;
|
|
23710
|
-
justify-content: center;
|
|
23711
|
-
max-width: 320px;
|
|
23712
|
-
position: relative;
|
|
23713
|
-
border-radius: inherit;
|
|
23714
|
-
}
|
|
23715
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23716
|
-
max-width: 360px;
|
|
23717
|
-
}
|
|
23718
|
-
|
|
23719
|
-
.v-otp-input__field {
|
|
23720
|
-
color: inherit;
|
|
23721
|
-
font-size: 1.25rem;
|
|
23722
|
-
height: 100%;
|
|
23723
|
-
outline: none;
|
|
23724
|
-
text-align: center;
|
|
23725
|
-
width: 100%;
|
|
23726
|
-
}
|
|
23727
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23728
|
-
-webkit-appearance: none;
|
|
23729
|
-
margin: 0;
|
|
23730
|
-
}
|
|
23731
|
-
.v-otp-input__field[type=number] {
|
|
23732
|
-
-moz-appearance: textfield;
|
|
23733
|
-
}
|
|
23734
|
-
|
|
23735
|
-
.v-otp-input__loader {
|
|
23736
|
-
align-items: center;
|
|
23737
|
-
display: flex;
|
|
23738
|
-
height: 100%;
|
|
23749
|
+
}.v-pagination__list {
|
|
23750
|
+
display: inline-flex;
|
|
23751
|
+
list-style-type: none;
|
|
23739
23752
|
justify-content: center;
|
|
23740
23753
|
width: 100%;
|
|
23741
23754
|
}
|
|
23742
|
-
.v-
|
|
23743
|
-
|
|
23744
|
-
}.v-parallax {
|
|
23745
|
-
position: relative;
|
|
23746
|
-
overflow: hidden;
|
|
23747
|
-
}
|
|
23748
|
-
.v-parallax--active > .v-img__img {
|
|
23749
|
-
will-change: transform;
|
|
23755
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23756
|
+
margin: 0.3rem;
|
|
23750
23757
|
}.v-overlay-container {
|
|
23751
23758
|
contain: layout;
|
|
23752
23759
|
left: 0;
|
|
@@ -23788,28 +23795,136 @@ html.v-overlay-scroll-blocked {
|
|
|
23788
23795
|
contain: layout;
|
|
23789
23796
|
}
|
|
23790
23797
|
|
|
23791
|
-
.v-overlay__scrim {
|
|
23792
|
-
pointer-events: auto;
|
|
23793
|
-
background: rgb(var(--v-theme-on-surface));
|
|
23794
|
-
border-radius: inherit;
|
|
23795
|
-
bottom: 0;
|
|
23796
|
-
left: 0;
|
|
23797
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
|
23798
|
-
position: fixed;
|
|
23799
|
-
right: 0;
|
|
23800
|
-
top: 0;
|
|
23798
|
+
.v-overlay__scrim {
|
|
23799
|
+
pointer-events: auto;
|
|
23800
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23801
|
+
border-radius: inherit;
|
|
23802
|
+
bottom: 0;
|
|
23803
|
+
left: 0;
|
|
23804
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
|
23805
|
+
position: fixed;
|
|
23806
|
+
right: 0;
|
|
23807
|
+
top: 0;
|
|
23808
|
+
}
|
|
23809
|
+
|
|
23810
|
+
.v-overlay--absolute {
|
|
23811
|
+
position: absolute;
|
|
23812
|
+
}
|
|
23813
|
+
|
|
23814
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23815
|
+
position: absolute;
|
|
23816
|
+
}
|
|
23817
|
+
|
|
23818
|
+
.v-overlay--scroll-blocked {
|
|
23819
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23820
|
+
}.v-parallax {
|
|
23821
|
+
position: relative;
|
|
23822
|
+
overflow: hidden;
|
|
23823
|
+
}
|
|
23824
|
+
.v-parallax--active > .v-img__img {
|
|
23825
|
+
will-change: transform;
|
|
23826
|
+
}.v-progress-circular {
|
|
23827
|
+
align-items: center;
|
|
23828
|
+
display: inline-flex;
|
|
23829
|
+
justify-content: center;
|
|
23830
|
+
position: relative;
|
|
23831
|
+
vertical-align: middle;
|
|
23832
|
+
}
|
|
23833
|
+
.v-progress-circular > svg {
|
|
23834
|
+
width: 100%;
|
|
23835
|
+
height: 100%;
|
|
23836
|
+
margin: auto;
|
|
23837
|
+
position: absolute;
|
|
23838
|
+
top: 0;
|
|
23839
|
+
bottom: 0;
|
|
23840
|
+
left: 0;
|
|
23841
|
+
right: 0;
|
|
23842
|
+
z-index: 0;
|
|
23843
|
+
}
|
|
23844
|
+
|
|
23845
|
+
.v-progress-circular__content {
|
|
23846
|
+
align-items: center;
|
|
23847
|
+
display: flex;
|
|
23848
|
+
justify-content: center;
|
|
23849
|
+
}
|
|
23850
|
+
|
|
23851
|
+
.v-progress-circular__underlay {
|
|
23852
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23853
|
+
stroke: currentColor;
|
|
23854
|
+
z-index: 1;
|
|
23855
|
+
}
|
|
23856
|
+
|
|
23857
|
+
.v-progress-circular__overlay {
|
|
23858
|
+
stroke: currentColor;
|
|
23859
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
23860
|
+
z-index: 2;
|
|
23861
|
+
}
|
|
23862
|
+
|
|
23863
|
+
.v-progress-circular--size-x-small {
|
|
23864
|
+
height: 16px;
|
|
23865
|
+
width: 16px;
|
|
23866
|
+
}
|
|
23867
|
+
.v-progress-circular--size-small {
|
|
23868
|
+
height: 24px;
|
|
23869
|
+
width: 24px;
|
|
23870
|
+
}
|
|
23871
|
+
.v-progress-circular--size-default {
|
|
23872
|
+
height: 32px;
|
|
23873
|
+
width: 32px;
|
|
23874
|
+
}
|
|
23875
|
+
.v-progress-circular--size-large {
|
|
23876
|
+
height: 48px;
|
|
23877
|
+
width: 48px;
|
|
23878
|
+
}
|
|
23879
|
+
.v-progress-circular--size-x-large {
|
|
23880
|
+
height: 64px;
|
|
23881
|
+
width: 64px;
|
|
23882
|
+
}
|
|
23883
|
+
|
|
23884
|
+
.v-progress-circular--indeterminate > svg {
|
|
23885
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
23886
|
+
transform-origin: center center;
|
|
23887
|
+
transition: all 0.2s ease-in-out;
|
|
23888
|
+
}
|
|
23889
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
23890
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
23891
|
+
stroke-dasharray: 25, 200;
|
|
23892
|
+
stroke-dashoffset: 0;
|
|
23893
|
+
stroke-linecap: round;
|
|
23894
|
+
transform-origin: center center;
|
|
23895
|
+
transform: rotate(-90deg);
|
|
23896
|
+
}
|
|
23897
|
+
|
|
23898
|
+
.v-progress-circular--disable-shrink > svg {
|
|
23899
|
+
animation-duration: 0.7s;
|
|
23801
23900
|
}
|
|
23802
|
-
|
|
23803
|
-
|
|
23804
|
-
position: absolute;
|
|
23901
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
23902
|
+
animation: none;
|
|
23805
23903
|
}
|
|
23806
23904
|
|
|
23807
|
-
.v-
|
|
23808
|
-
|
|
23905
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
23906
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
23907
|
+
animation-play-state: paused !important;
|
|
23809
23908
|
}
|
|
23810
23909
|
|
|
23811
|
-
|
|
23812
|
-
|
|
23910
|
+
@keyframes progress-circular-dash {
|
|
23911
|
+
0% {
|
|
23912
|
+
stroke-dasharray: 1, 200;
|
|
23913
|
+
stroke-dashoffset: 0px;
|
|
23914
|
+
}
|
|
23915
|
+
50% {
|
|
23916
|
+
stroke-dasharray: 100, 200;
|
|
23917
|
+
stroke-dashoffset: -15px;
|
|
23918
|
+
}
|
|
23919
|
+
100% {
|
|
23920
|
+
stroke-dasharray: 100, 200;
|
|
23921
|
+
stroke-dashoffset: -124px;
|
|
23922
|
+
}
|
|
23923
|
+
}
|
|
23924
|
+
@keyframes progress-circular-rotate {
|
|
23925
|
+
100% {
|
|
23926
|
+
transform: rotate(270deg);
|
|
23927
|
+
}
|
|
23813
23928
|
}.v-progress-linear {
|
|
23814
23929
|
background: transparent;
|
|
23815
23930
|
overflow: hidden;
|
|
@@ -23820,6 +23935,11 @@ html.v-overlay-scroll-blocked {
|
|
|
23820
23935
|
.v-progress-linear--rounded {
|
|
23821
23936
|
border-radius: 9999px;
|
|
23822
23937
|
}
|
|
23938
|
+
@media (forced-colors: active) {
|
|
23939
|
+
.v-progress-linear {
|
|
23940
|
+
border: thin solid buttontext;
|
|
23941
|
+
}
|
|
23942
|
+
}
|
|
23823
23943
|
|
|
23824
23944
|
.v-progress-linear__background,
|
|
23825
23945
|
.v-progress-linear__buffer {
|
|
@@ -23834,6 +23954,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23834
23954
|
transition: inherit;
|
|
23835
23955
|
}
|
|
23836
23956
|
|
|
23957
|
+
@media (forced-colors: active) {
|
|
23958
|
+
.v-progress-linear__buffer {
|
|
23959
|
+
background-color: highlight;
|
|
23960
|
+
opacity: 0.3;
|
|
23961
|
+
}
|
|
23962
|
+
}
|
|
23837
23963
|
.v-progress-linear__content {
|
|
23838
23964
|
align-items: center;
|
|
23839
23965
|
display: flex;
|
|
@@ -23850,6 +23976,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23850
23976
|
.v-progress-linear__indeterminate {
|
|
23851
23977
|
background: currentColor;
|
|
23852
23978
|
}
|
|
23979
|
+
@media (forced-colors: active) {
|
|
23980
|
+
.v-progress-linear__determinate,
|
|
23981
|
+
.v-progress-linear__indeterminate {
|
|
23982
|
+
background-color: highlight;
|
|
23983
|
+
}
|
|
23984
|
+
}
|
|
23853
23985
|
|
|
23854
23986
|
.v-progress-linear__determinate {
|
|
23855
23987
|
height: inherit;
|
|
@@ -24021,116 +24153,18 @@ html.v-overlay-scroll-blocked {
|
|
|
24021
24153
|
0% {
|
|
24022
24154
|
background-position-x: var(--v-progress-linear-height);
|
|
24023
24155
|
}
|
|
24024
|
-
}.v-
|
|
24025
|
-
|
|
24026
|
-
list-style-type: none;
|
|
24027
|
-
justify-content: center;
|
|
24028
|
-
width: 100%;
|
|
24029
|
-
}
|
|
24030
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
24031
|
-
margin: 0.3rem;
|
|
24032
|
-
}.v-progress-circular {
|
|
24033
|
-
align-items: center;
|
|
24034
|
-
display: inline-flex;
|
|
24035
|
-
justify-content: center;
|
|
24036
|
-
position: relative;
|
|
24037
|
-
vertical-align: middle;
|
|
24038
|
-
}
|
|
24039
|
-
.v-progress-circular > svg {
|
|
24040
|
-
width: 100%;
|
|
24041
|
-
height: 100%;
|
|
24042
|
-
margin: auto;
|
|
24043
|
-
position: absolute;
|
|
24044
|
-
top: 0;
|
|
24045
|
-
bottom: 0;
|
|
24046
|
-
left: 0;
|
|
24047
|
-
right: 0;
|
|
24048
|
-
z-index: 0;
|
|
24049
|
-
}
|
|
24050
|
-
|
|
24051
|
-
.v-progress-circular__content {
|
|
24052
|
-
align-items: center;
|
|
24053
|
-
display: flex;
|
|
24054
|
-
justify-content: center;
|
|
24055
|
-
}
|
|
24056
|
-
|
|
24057
|
-
.v-progress-circular__underlay {
|
|
24058
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24059
|
-
stroke: currentColor;
|
|
24060
|
-
z-index: 1;
|
|
24061
|
-
}
|
|
24062
|
-
|
|
24063
|
-
.v-progress-circular__overlay {
|
|
24064
|
-
stroke: currentColor;
|
|
24065
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
24066
|
-
z-index: 2;
|
|
24067
|
-
}
|
|
24068
|
-
|
|
24069
|
-
.v-progress-circular--size-x-small {
|
|
24070
|
-
height: 16px;
|
|
24071
|
-
width: 16px;
|
|
24072
|
-
}
|
|
24073
|
-
.v-progress-circular--size-small {
|
|
24074
|
-
height: 24px;
|
|
24075
|
-
width: 24px;
|
|
24076
|
-
}
|
|
24077
|
-
.v-progress-circular--size-default {
|
|
24078
|
-
height: 32px;
|
|
24079
|
-
width: 32px;
|
|
24080
|
-
}
|
|
24081
|
-
.v-progress-circular--size-large {
|
|
24082
|
-
height: 48px;
|
|
24083
|
-
width: 48px;
|
|
24084
|
-
}
|
|
24085
|
-
.v-progress-circular--size-x-large {
|
|
24086
|
-
height: 64px;
|
|
24087
|
-
width: 64px;
|
|
24088
|
-
}
|
|
24089
|
-
|
|
24090
|
-
.v-progress-circular--indeterminate > svg {
|
|
24091
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
24092
|
-
transform-origin: center center;
|
|
24093
|
-
transition: all 0.2s ease-in-out;
|
|
24094
|
-
}
|
|
24095
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
24096
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
24097
|
-
stroke-dasharray: 25, 200;
|
|
24098
|
-
stroke-dashoffset: 0;
|
|
24099
|
-
stroke-linecap: round;
|
|
24100
|
-
transform-origin: center center;
|
|
24101
|
-
transform: rotate(-90deg);
|
|
24102
|
-
}
|
|
24103
|
-
|
|
24104
|
-
.v-progress-circular--disable-shrink > svg {
|
|
24105
|
-
animation-duration: 0.7s;
|
|
24106
|
-
}
|
|
24107
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
24108
|
-
animation: none;
|
|
24156
|
+
}.v-radio-group > .v-input__control {
|
|
24157
|
+
flex-direction: column;
|
|
24109
24158
|
}
|
|
24110
|
-
|
|
24111
|
-
|
|
24112
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
24113
|
-
animation-play-state: paused !important;
|
|
24159
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
24160
|
+
margin-inline-start: 16px;
|
|
24114
24161
|
}
|
|
24115
|
-
|
|
24116
|
-
|
|
24117
|
-
|
|
24118
|
-
stroke-dasharray: 1, 200;
|
|
24119
|
-
stroke-dashoffset: 0px;
|
|
24120
|
-
}
|
|
24121
|
-
50% {
|
|
24122
|
-
stroke-dasharray: 100, 200;
|
|
24123
|
-
stroke-dashoffset: -15px;
|
|
24124
|
-
}
|
|
24125
|
-
100% {
|
|
24126
|
-
stroke-dasharray: 100, 200;
|
|
24127
|
-
stroke-dashoffset: -124px;
|
|
24128
|
-
}
|
|
24162
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24163
|
+
padding-inline-start: 6px;
|
|
24164
|
+
margin-top: 8px;
|
|
24129
24165
|
}
|
|
24130
|
-
|
|
24131
|
-
|
|
24132
|
-
transform: rotate(270deg);
|
|
24133
|
-
}
|
|
24166
|
+
.v-radio-group .v-input__details {
|
|
24167
|
+
padding-inline: 16px;
|
|
24134
24168
|
}.v-slider .v-slider__container input {
|
|
24135
24169
|
cursor: default;
|
|
24136
24170
|
padding: 0;
|
|
@@ -24188,18 +24222,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24188
24222
|
|
|
24189
24223
|
.v-slider__label {
|
|
24190
24224
|
margin-inline-end: 12px;
|
|
24191
|
-
}.v-radio-group > .v-input__control {
|
|
24192
|
-
flex-direction: column;
|
|
24193
|
-
}
|
|
24194
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
24195
|
-
margin-inline-start: 16px;
|
|
24196
|
-
}
|
|
24197
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24198
|
-
padding-inline-start: 6px;
|
|
24199
|
-
margin-top: 8px;
|
|
24200
|
-
}
|
|
24201
|
-
.v-radio-group .v-input__details {
|
|
24202
|
-
padding-inline: 16px;
|
|
24203
24225
|
}.v-responsive {
|
|
24204
24226
|
display: flex;
|
|
24205
24227
|
flex: 1 0 auto;
|
|
@@ -24280,34 +24302,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24280
24302
|
opacity: 0;
|
|
24281
24303
|
position: absolute;
|
|
24282
24304
|
width: 0;
|
|
24283
|
-
}.v-sheet {
|
|
24284
|
-
display: block;
|
|
24285
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24286
|
-
border-style: solid;
|
|
24287
|
-
border-width: 0;
|
|
24288
|
-
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));
|
|
24289
|
-
border-radius: 0;
|
|
24290
|
-
background: rgb(var(--v-theme-surface));
|
|
24291
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24292
|
-
}
|
|
24293
|
-
.v-sheet--border {
|
|
24294
|
-
border-width: thin;
|
|
24295
|
-
box-shadow: none;
|
|
24296
|
-
}
|
|
24297
|
-
.v-sheet--absolute {
|
|
24298
|
-
position: absolute;
|
|
24299
|
-
}
|
|
24300
|
-
.v-sheet--fixed {
|
|
24301
|
-
position: fixed;
|
|
24302
|
-
}
|
|
24303
|
-
.v-sheet--relative {
|
|
24304
|
-
position: relative;
|
|
24305
|
-
}
|
|
24306
|
-
.v-sheet--sticky {
|
|
24307
|
-
position: sticky;
|
|
24308
|
-
}
|
|
24309
|
-
.v-sheet--rounded {
|
|
24310
|
-
border-radius: 4px;
|
|
24311
24305
|
}.v-select .v-field .v-text-field__prefix,
|
|
24312
24306
|
.v-select .v-field .v-text-field__suffix,
|
|
24313
24307
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -24457,6 +24451,14 @@ html.v-overlay-scroll-blocked {
|
|
|
24457
24451
|
}
|
|
24458
24452
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24459
24453
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24454
|
+
}.v-selection-control-group {
|
|
24455
|
+
grid-area: control;
|
|
24456
|
+
display: flex;
|
|
24457
|
+
flex-direction: column;
|
|
24458
|
+
}
|
|
24459
|
+
.v-selection-control-group--inline {
|
|
24460
|
+
flex-direction: row;
|
|
24461
|
+
flex-wrap: wrap;
|
|
24460
24462
|
}.v-skeleton-loader {
|
|
24461
24463
|
align-items: center;
|
|
24462
24464
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24660,34 +24662,109 @@ html.v-overlay-scroll-blocked {
|
|
|
24660
24662
|
margin-top: -8px;
|
|
24661
24663
|
max-width: 50%;
|
|
24662
24664
|
}
|
|
24663
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24664
|
-
max-width: 70%;
|
|
24665
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24666
|
+
max-width: 70%;
|
|
24667
|
+
}
|
|
24668
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
24669
|
+
display: none;
|
|
24670
|
+
}
|
|
24671
|
+
.v-skeleton-loader--is-loading {
|
|
24672
|
+
overflow: hidden;
|
|
24673
|
+
}
|
|
24674
|
+
.v-skeleton-loader--tile {
|
|
24675
|
+
border-radius: 0;
|
|
24676
|
+
}
|
|
24677
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
24678
|
+
border-radius: 0;
|
|
24679
|
+
}
|
|
24680
|
+
|
|
24681
|
+
@keyframes loading {
|
|
24682
|
+
100% {
|
|
24683
|
+
transform: translateX(100%);
|
|
24684
|
+
}
|
|
24685
|
+
}.v-sheet {
|
|
24686
|
+
display: block;
|
|
24687
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24688
|
+
border-style: solid;
|
|
24689
|
+
border-width: 0;
|
|
24690
|
+
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));
|
|
24691
|
+
border-radius: 0;
|
|
24692
|
+
background: rgb(var(--v-theme-surface));
|
|
24693
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24694
|
+
}
|
|
24695
|
+
.v-sheet--border {
|
|
24696
|
+
border-width: thin;
|
|
24697
|
+
box-shadow: none;
|
|
24698
|
+
}
|
|
24699
|
+
.v-sheet--absolute {
|
|
24700
|
+
position: absolute;
|
|
24701
|
+
}
|
|
24702
|
+
.v-sheet--fixed {
|
|
24703
|
+
position: fixed;
|
|
24704
|
+
}
|
|
24705
|
+
.v-sheet--relative {
|
|
24706
|
+
position: relative;
|
|
24665
24707
|
}
|
|
24666
|
-
.v-
|
|
24667
|
-
|
|
24708
|
+
.v-sheet--sticky {
|
|
24709
|
+
position: sticky;
|
|
24668
24710
|
}
|
|
24669
|
-
.v-
|
|
24711
|
+
.v-sheet--rounded {
|
|
24712
|
+
border-radius: 4px;
|
|
24713
|
+
}.v-slide-group {
|
|
24714
|
+
display: flex;
|
|
24670
24715
|
overflow: hidden;
|
|
24671
24716
|
}
|
|
24672
|
-
|
|
24673
|
-
|
|
24717
|
+
|
|
24718
|
+
.v-slide-group__next,
|
|
24719
|
+
.v-slide-group__prev {
|
|
24720
|
+
align-items: center;
|
|
24721
|
+
display: flex;
|
|
24722
|
+
flex: 0 1 52px;
|
|
24723
|
+
justify-content: center;
|
|
24724
|
+
min-width: 52px;
|
|
24725
|
+
cursor: pointer;
|
|
24674
24726
|
}
|
|
24675
|
-
.v-
|
|
24676
|
-
|
|
24727
|
+
.v-slide-group__next--disabled,
|
|
24728
|
+
.v-slide-group__prev--disabled {
|
|
24729
|
+
pointer-events: none;
|
|
24730
|
+
opacity: var(--v-disabled-opacity);
|
|
24677
24731
|
}
|
|
24678
24732
|
|
|
24679
|
-
|
|
24680
|
-
|
|
24681
|
-
|
|
24682
|
-
|
|
24683
|
-
|
|
24684
|
-
|
|
24733
|
+
.v-slide-group__content {
|
|
24734
|
+
display: flex;
|
|
24735
|
+
flex: 1 0 auto;
|
|
24736
|
+
position: relative;
|
|
24737
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24738
|
+
white-space: nowrap;
|
|
24739
|
+
}
|
|
24740
|
+
.v-slide-group__content > * {
|
|
24741
|
+
white-space: initial;
|
|
24742
|
+
}
|
|
24743
|
+
|
|
24744
|
+
.v-slide-group__container {
|
|
24745
|
+
contain: content;
|
|
24685
24746
|
display: flex;
|
|
24747
|
+
flex: 1 1 auto;
|
|
24748
|
+
overflow-x: auto;
|
|
24749
|
+
overflow-y: hidden;
|
|
24750
|
+
scrollbar-width: none;
|
|
24751
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24752
|
+
}
|
|
24753
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
24754
|
+
display: none;
|
|
24755
|
+
}
|
|
24756
|
+
|
|
24757
|
+
.v-slide-group--vertical {
|
|
24758
|
+
max-height: inherit;
|
|
24759
|
+
}
|
|
24760
|
+
.v-slide-group--vertical,
|
|
24761
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
24762
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
24686
24763
|
flex-direction: column;
|
|
24687
24764
|
}
|
|
24688
|
-
.v-
|
|
24689
|
-
|
|
24690
|
-
|
|
24765
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
24766
|
+
overflow-x: hidden;
|
|
24767
|
+
overflow-y: auto;
|
|
24691
24768
|
}.v-snackbar {
|
|
24692
24769
|
justify-content: center;
|
|
24693
24770
|
z-index: 10000;
|
|
@@ -24826,227 +24903,47 @@ html.v-overlay-scroll-blocked {
|
|
|
24826
24903
|
}
|
|
24827
24904
|
.v-snackbar-transition-leave-to {
|
|
24828
24905
|
opacity: 0;
|
|
24829
|
-
}.v-
|
|
24830
|
-
|
|
24831
|
-
border-radius: 4px;
|
|
24832
|
-
overflow: hidden;
|
|
24833
|
-
}
|
|
24834
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
24835
|
-
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));
|
|
24836
|
-
}
|
|
24837
|
-
|
|
24838
|
-
.v-stepper-header {
|
|
24839
|
-
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));
|
|
24840
|
-
align-items: center;
|
|
24841
|
-
display: flex;
|
|
24842
|
-
position: relative;
|
|
24843
|
-
overflow-x: auto;
|
|
24844
|
-
justify-content: space-between;
|
|
24845
|
-
z-index: 1;
|
|
24846
|
-
}
|
|
24847
|
-
.v-stepper-header .v-divider {
|
|
24848
|
-
margin: 0 -16px;
|
|
24849
|
-
}
|
|
24850
|
-
.v-stepper-header .v-divider:last-child {
|
|
24851
|
-
margin-inline-end: 0;
|
|
24852
|
-
}
|
|
24853
|
-
.v-stepper-header .v-divider:first-child {
|
|
24854
|
-
margin-inline-start: 0;
|
|
24855
|
-
}
|
|
24856
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
24857
|
-
height: auto;
|
|
24858
|
-
}
|
|
24859
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24860
|
-
align-self: flex-start;
|
|
24861
|
-
margin: 35px -67px 0;
|
|
24862
|
-
}
|
|
24863
|
-
|
|
24864
|
-
.v-stepper-window {
|
|
24865
|
-
margin: 1.5rem;
|
|
24866
|
-
}
|
|
24867
|
-
|
|
24868
|
-
.v-stepper-actions {
|
|
24869
|
-
display: flex;
|
|
24870
|
-
align-items: center;
|
|
24871
|
-
justify-content: space-between;
|
|
24872
|
-
padding: 1rem;
|
|
24873
|
-
}
|
|
24874
|
-
.v-stepper .v-stepper-actions {
|
|
24875
|
-
padding: 0 1.5rem 1rem;
|
|
24876
|
-
}
|
|
24877
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
24878
|
-
padding: 1.5rem 0 0;
|
|
24879
|
-
}.v-stepper-item {
|
|
24880
|
-
align-items: center;
|
|
24881
|
-
align-self: stretch;
|
|
24882
|
-
display: inline-flex;
|
|
24883
|
-
flex: none;
|
|
24884
|
-
outline: none;
|
|
24885
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24886
|
-
padding: 1.5rem;
|
|
24887
|
-
position: relative;
|
|
24888
|
-
transition-duration: 0.2s;
|
|
24889
|
-
transition-property: opacity;
|
|
24890
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24891
|
-
}
|
|
24892
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
|
24893
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
24894
|
-
}
|
|
24895
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
|
24896
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24897
|
-
}
|
|
24898
|
-
@supports not selector(:focus-visible) {
|
|
24899
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
|
24900
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24901
|
-
}
|
|
24902
|
-
}
|
|
24903
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
|
24904
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
24905
|
-
}
|
|
24906
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
|
24907
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24908
|
-
}
|
|
24909
|
-
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
|
24910
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24911
|
-
}
|
|
24912
|
-
@supports not selector(:focus-visible) {
|
|
24913
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
|
24914
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
24915
|
-
}
|
|
24916
|
-
}
|
|
24917
|
-
.v-stepper--non-linear .v-stepper-item {
|
|
24918
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
24919
|
-
}
|
|
24920
|
-
.v-stepper-item--selected {
|
|
24921
|
-
opacity: 1;
|
|
24922
|
-
}
|
|
24923
|
-
.v-stepper-item--error {
|
|
24924
|
-
color: rgb(var(--v-theme-error));
|
|
24925
|
-
}
|
|
24926
|
-
.v-stepper-item--disabled {
|
|
24927
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24928
|
-
pointer-events: none;
|
|
24929
|
-
}
|
|
24930
|
-
.v-stepper--alt-labels .v-stepper-item {
|
|
24931
|
-
flex-direction: column;
|
|
24932
|
-
justify-content: flex-start;
|
|
24933
|
-
align-items: center;
|
|
24934
|
-
flex-basis: 175px;
|
|
24935
|
-
}
|
|
24936
|
-
|
|
24937
|
-
.v-stepper-item__avatar.v-avatar {
|
|
24938
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
24939
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24940
|
-
font-size: 0.75rem;
|
|
24941
|
-
margin-inline-end: 8px;
|
|
24942
|
-
}
|
|
24943
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
|
24944
|
-
margin-inline-end: 0;
|
|
24945
|
-
}
|
|
24946
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
24947
|
-
font-size: 0.875rem;
|
|
24948
|
-
}
|
|
24949
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
24950
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
24951
|
-
}
|
|
24952
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
24953
|
-
background: rgb(var(--v-theme-error));
|
|
24954
|
-
}
|
|
24955
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
24956
|
-
margin-bottom: 16px;
|
|
24957
|
-
margin-inline-end: 0;
|
|
24958
|
-
}
|
|
24959
|
-
|
|
24960
|
-
.v-stepper-item__title {
|
|
24961
|
-
line-height: 1;
|
|
24962
|
-
}
|
|
24963
|
-
.v-stepper--mobile .v-stepper-item__title {
|
|
24964
|
-
display: none;
|
|
24965
|
-
}
|
|
24966
|
-
|
|
24967
|
-
.v-stepper-item__subtitle {
|
|
24968
|
-
font-size: 0.75rem;
|
|
24969
|
-
text-align: left;
|
|
24970
|
-
line-height: 1;
|
|
24971
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24972
|
-
}
|
|
24973
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
24974
|
-
text-align: center;
|
|
24975
|
-
}
|
|
24976
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
24977
|
-
display: none;
|
|
24906
|
+
}.v-speed-dial__content {
|
|
24907
|
+
gap: 8px;
|
|
24978
24908
|
}
|
|
24979
|
-
|
|
24980
|
-
|
|
24981
|
-
background-color: currentColor;
|
|
24982
|
-
border-radius: inherit;
|
|
24983
|
-
opacity: 0;
|
|
24984
|
-
transition: opacity 0.2s ease-in-out;
|
|
24909
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24910
|
+
flex-direction: row;
|
|
24985
24911
|
}
|
|
24986
|
-
|
|
24987
|
-
|
|
24988
|
-
.v-stepper-item__underlay {
|
|
24989
|
-
position: absolute;
|
|
24990
|
-
top: 0;
|
|
24991
|
-
left: 0;
|
|
24992
|
-
width: 100%;
|
|
24993
|
-
height: 100%;
|
|
24994
|
-
pointer-events: none;
|
|
24995
|
-
}.v-slide-group {
|
|
24996
|
-
display: flex;
|
|
24997
|
-
overflow: hidden;
|
|
24912
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24913
|
+
flex-direction: row-reverse;
|
|
24998
24914
|
}
|
|
24999
|
-
|
|
25000
|
-
|
|
25001
|
-
.v-slide-group__prev {
|
|
25002
|
-
align-items: center;
|
|
25003
|
-
display: flex;
|
|
25004
|
-
flex: 0 1 52px;
|
|
25005
|
-
justify-content: center;
|
|
25006
|
-
min-width: 52px;
|
|
25007
|
-
cursor: pointer;
|
|
24915
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24916
|
+
flex-direction: column-reverse;
|
|
25008
24917
|
}
|
|
25009
|
-
.v-
|
|
25010
|
-
|
|
25011
|
-
pointer-events: none;
|
|
25012
|
-
opacity: var(--v-disabled-opacity);
|
|
24918
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
24919
|
+
transition-delay: 0s;
|
|
25013
24920
|
}
|
|
25014
|
-
|
|
25015
|
-
|
|
25016
|
-
display: flex;
|
|
25017
|
-
flex: 1 0 auto;
|
|
25018
|
-
position: relative;
|
|
25019
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
25020
|
-
white-space: nowrap;
|
|
24921
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
24922
|
+
transition-delay: 0.05s;
|
|
25021
24923
|
}
|
|
25022
|
-
.v-
|
|
25023
|
-
|
|
24924
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
24925
|
+
transition-delay: 0.1s;
|
|
25024
24926
|
}
|
|
25025
|
-
|
|
25026
|
-
|
|
25027
|
-
contain: content;
|
|
25028
|
-
display: flex;
|
|
25029
|
-
flex: 1 1 auto;
|
|
25030
|
-
overflow-x: auto;
|
|
25031
|
-
overflow-y: hidden;
|
|
25032
|
-
scrollbar-width: none;
|
|
25033
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24927
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
24928
|
+
transition-delay: 0.15s;
|
|
25034
24929
|
}
|
|
25035
|
-
.v-
|
|
25036
|
-
|
|
24930
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
24931
|
+
transition-delay: 0.2s;
|
|
25037
24932
|
}
|
|
25038
|
-
|
|
25039
|
-
|
|
25040
|
-
max-height: inherit;
|
|
24933
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
24934
|
+
transition-delay: 0.25s;
|
|
25041
24935
|
}
|
|
25042
|
-
.v-
|
|
25043
|
-
|
|
25044
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
25045
|
-
flex-direction: column;
|
|
24936
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
24937
|
+
transition-delay: 0.3s;
|
|
25046
24938
|
}
|
|
25047
|
-
.v-
|
|
25048
|
-
|
|
25049
|
-
|
|
24939
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
24940
|
+
transition-delay: 0.35s;
|
|
24941
|
+
}
|
|
24942
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
24943
|
+
transition-delay: 0.4s;
|
|
24944
|
+
}
|
|
24945
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
24946
|
+
transition-delay: 0.45s;
|
|
25050
24947
|
}.v-switch .v-label {
|
|
25051
24948
|
padding-inline-start: 10px;
|
|
25052
24949
|
}
|
|
@@ -25227,6 +25124,209 @@ html.v-overlay-scroll-blocked {
|
|
|
25227
25124
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
25228
25125
|
border-width: 0;
|
|
25229
25126
|
}
|
|
25127
|
+
}.v-system-bar {
|
|
25128
|
+
align-items: center;
|
|
25129
|
+
display: flex;
|
|
25130
|
+
flex: 1 1 auto;
|
|
25131
|
+
height: 24px;
|
|
25132
|
+
justify-content: flex-end;
|
|
25133
|
+
max-width: 100%;
|
|
25134
|
+
padding-inline: 8px;
|
|
25135
|
+
position: relative;
|
|
25136
|
+
text-align: end;
|
|
25137
|
+
width: 100%;
|
|
25138
|
+
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));
|
|
25139
|
+
background: rgba(var(--v-theme-surface-light));
|
|
25140
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25141
|
+
font-size: 0.75rem;
|
|
25142
|
+
font-weight: 400;
|
|
25143
|
+
letter-spacing: 0.0333333333em;
|
|
25144
|
+
line-height: 1.667;
|
|
25145
|
+
text-transform: none;
|
|
25146
|
+
}
|
|
25147
|
+
.v-system-bar .v-icon {
|
|
25148
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25149
|
+
}
|
|
25150
|
+
.v-system-bar--absolute {
|
|
25151
|
+
position: absolute;
|
|
25152
|
+
}
|
|
25153
|
+
.v-system-bar--fixed {
|
|
25154
|
+
position: fixed;
|
|
25155
|
+
}
|
|
25156
|
+
.v-system-bar--rounded {
|
|
25157
|
+
border-radius: 0;
|
|
25158
|
+
}
|
|
25159
|
+
.v-system-bar--window {
|
|
25160
|
+
height: 32px;
|
|
25161
|
+
}
|
|
25162
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25163
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
25164
|
+
}.v-stepper.v-sheet {
|
|
25165
|
+
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));
|
|
25166
|
+
border-radius: 4px;
|
|
25167
|
+
overflow: hidden;
|
|
25168
|
+
}
|
|
25169
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
25170
|
+
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));
|
|
25171
|
+
}
|
|
25172
|
+
|
|
25173
|
+
.v-stepper-header {
|
|
25174
|
+
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));
|
|
25175
|
+
align-items: center;
|
|
25176
|
+
display: flex;
|
|
25177
|
+
position: relative;
|
|
25178
|
+
overflow-x: auto;
|
|
25179
|
+
justify-content: space-between;
|
|
25180
|
+
z-index: 1;
|
|
25181
|
+
}
|
|
25182
|
+
.v-stepper-header .v-divider {
|
|
25183
|
+
margin: 0 -16px;
|
|
25184
|
+
}
|
|
25185
|
+
.v-stepper-header .v-divider:last-child {
|
|
25186
|
+
margin-inline-end: 0;
|
|
25187
|
+
}
|
|
25188
|
+
.v-stepper-header .v-divider:first-child {
|
|
25189
|
+
margin-inline-start: 0;
|
|
25190
|
+
}
|
|
25191
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
25192
|
+
height: auto;
|
|
25193
|
+
}
|
|
25194
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
25195
|
+
align-self: flex-start;
|
|
25196
|
+
margin: 35px -67px 0;
|
|
25197
|
+
}
|
|
25198
|
+
|
|
25199
|
+
.v-stepper-window {
|
|
25200
|
+
margin: 1.5rem;
|
|
25201
|
+
}
|
|
25202
|
+
|
|
25203
|
+
.v-stepper-actions {
|
|
25204
|
+
display: flex;
|
|
25205
|
+
align-items: center;
|
|
25206
|
+
justify-content: space-between;
|
|
25207
|
+
padding: 1rem;
|
|
25208
|
+
}
|
|
25209
|
+
.v-stepper .v-stepper-actions {
|
|
25210
|
+
padding: 0 1.5rem 1rem;
|
|
25211
|
+
}
|
|
25212
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
25213
|
+
padding: 1.5rem 0 0;
|
|
25214
|
+
}.v-stepper-item {
|
|
25215
|
+
align-items: center;
|
|
25216
|
+
align-self: stretch;
|
|
25217
|
+
display: inline-flex;
|
|
25218
|
+
flex: none;
|
|
25219
|
+
outline: none;
|
|
25220
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25221
|
+
padding: 1.5rem;
|
|
25222
|
+
position: relative;
|
|
25223
|
+
transition-duration: 0.2s;
|
|
25224
|
+
transition-property: opacity;
|
|
25225
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25226
|
+
}
|
|
25227
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
|
25228
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
25229
|
+
}
|
|
25230
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
|
25231
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25232
|
+
}
|
|
25233
|
+
@supports not selector(:focus-visible) {
|
|
25234
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
|
25235
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25236
|
+
}
|
|
25237
|
+
}
|
|
25238
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
|
25239
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
25240
|
+
}
|
|
25241
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
|
25242
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25243
|
+
}
|
|
25244
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
|
25245
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25246
|
+
}
|
|
25247
|
+
@supports not selector(:focus-visible) {
|
|
25248
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
|
25249
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25250
|
+
}
|
|
25251
|
+
}
|
|
25252
|
+
.v-stepper--non-linear .v-stepper-item {
|
|
25253
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
25254
|
+
}
|
|
25255
|
+
.v-stepper-item--selected {
|
|
25256
|
+
opacity: 1;
|
|
25257
|
+
}
|
|
25258
|
+
.v-stepper-item--error {
|
|
25259
|
+
color: rgb(var(--v-theme-error));
|
|
25260
|
+
}
|
|
25261
|
+
.v-stepper-item--disabled {
|
|
25262
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25263
|
+
pointer-events: none;
|
|
25264
|
+
}
|
|
25265
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
25266
|
+
flex-direction: column;
|
|
25267
|
+
justify-content: flex-start;
|
|
25268
|
+
align-items: center;
|
|
25269
|
+
flex-basis: 175px;
|
|
25270
|
+
}
|
|
25271
|
+
|
|
25272
|
+
.v-stepper-item__avatar.v-avatar {
|
|
25273
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
25274
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25275
|
+
font-size: 0.75rem;
|
|
25276
|
+
margin-inline-end: 8px;
|
|
25277
|
+
}
|
|
25278
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
|
25279
|
+
margin-inline-end: 0;
|
|
25280
|
+
}
|
|
25281
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
25282
|
+
font-size: 0.875rem;
|
|
25283
|
+
}
|
|
25284
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
25285
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
25286
|
+
}
|
|
25287
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
25288
|
+
background: rgb(var(--v-theme-error));
|
|
25289
|
+
}
|
|
25290
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
25291
|
+
margin-bottom: 16px;
|
|
25292
|
+
margin-inline-end: 0;
|
|
25293
|
+
}
|
|
25294
|
+
|
|
25295
|
+
.v-stepper-item__title {
|
|
25296
|
+
line-height: 1;
|
|
25297
|
+
}
|
|
25298
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
25299
|
+
display: none;
|
|
25300
|
+
}
|
|
25301
|
+
|
|
25302
|
+
.v-stepper-item__subtitle {
|
|
25303
|
+
font-size: 0.75rem;
|
|
25304
|
+
text-align: left;
|
|
25305
|
+
line-height: 1;
|
|
25306
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25307
|
+
}
|
|
25308
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
25309
|
+
text-align: center;
|
|
25310
|
+
}
|
|
25311
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
25312
|
+
display: none;
|
|
25313
|
+
}
|
|
25314
|
+
|
|
25315
|
+
.v-stepper-item__overlay {
|
|
25316
|
+
background-color: currentColor;
|
|
25317
|
+
border-radius: inherit;
|
|
25318
|
+
opacity: 0;
|
|
25319
|
+
transition: opacity 0.2s ease-in-out;
|
|
25320
|
+
}
|
|
25321
|
+
|
|
25322
|
+
.v-stepper-item__overlay,
|
|
25323
|
+
.v-stepper-item__underlay {
|
|
25324
|
+
position: absolute;
|
|
25325
|
+
top: 0;
|
|
25326
|
+
left: 0;
|
|
25327
|
+
width: 100%;
|
|
25328
|
+
height: 100%;
|
|
25329
|
+
pointer-events: none;
|
|
25230
25330
|
}.v-tab.v-tab.v-btn {
|
|
25231
25331
|
height: var(--v-tabs-height);
|
|
25232
25332
|
border-radius: 0;
|
|
@@ -25322,152 +25422,7 @@ html.v-overlay-scroll-blocked {
|
|
|
25322
25422
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25323
25423
|
margin-inline-end: 52px;
|
|
25324
25424
|
}
|
|
25325
|
-
}.v-
|
|
25326
|
-
align-items: center;
|
|
25327
|
-
display: flex;
|
|
25328
|
-
flex: 1 1 auto;
|
|
25329
|
-
height: 24px;
|
|
25330
|
-
justify-content: flex-end;
|
|
25331
|
-
max-width: 100%;
|
|
25332
|
-
padding-inline: 8px;
|
|
25333
|
-
position: relative;
|
|
25334
|
-
text-align: end;
|
|
25335
|
-
width: 100%;
|
|
25336
|
-
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));
|
|
25337
|
-
background: rgba(var(--v-theme-surface-light));
|
|
25338
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25339
|
-
font-size: 0.75rem;
|
|
25340
|
-
font-weight: 400;
|
|
25341
|
-
letter-spacing: 0.0333333333em;
|
|
25342
|
-
line-height: 1.667;
|
|
25343
|
-
text-transform: none;
|
|
25344
|
-
}
|
|
25345
|
-
.v-system-bar .v-icon {
|
|
25346
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25347
|
-
}
|
|
25348
|
-
.v-system-bar--absolute {
|
|
25349
|
-
position: absolute;
|
|
25350
|
-
}
|
|
25351
|
-
.v-system-bar--fixed {
|
|
25352
|
-
position: fixed;
|
|
25353
|
-
}
|
|
25354
|
-
.v-system-bar--rounded {
|
|
25355
|
-
border-radius: 0;
|
|
25356
|
-
}
|
|
25357
|
-
.v-system-bar--window {
|
|
25358
|
-
height: 32px;
|
|
25359
|
-
}
|
|
25360
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25361
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
25362
|
-
}.v-speed-dial__content {
|
|
25363
|
-
gap: 8px;
|
|
25364
|
-
}
|
|
25365
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
25366
|
-
flex-direction: row;
|
|
25367
|
-
}
|
|
25368
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
25369
|
-
flex-direction: row-reverse;
|
|
25370
|
-
}
|
|
25371
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
25372
|
-
flex-direction: column-reverse;
|
|
25373
|
-
}
|
|
25374
|
-
.v-speed-dial__content > *:nth-child(1) {
|
|
25375
|
-
transition-delay: 0s;
|
|
25376
|
-
}
|
|
25377
|
-
.v-speed-dial__content > *:nth-child(2) {
|
|
25378
|
-
transition-delay: 0.05s;
|
|
25379
|
-
}
|
|
25380
|
-
.v-speed-dial__content > *:nth-child(3) {
|
|
25381
|
-
transition-delay: 0.1s;
|
|
25382
|
-
}
|
|
25383
|
-
.v-speed-dial__content > *:nth-child(4) {
|
|
25384
|
-
transition-delay: 0.15s;
|
|
25385
|
-
}
|
|
25386
|
-
.v-speed-dial__content > *:nth-child(5) {
|
|
25387
|
-
transition-delay: 0.2s;
|
|
25388
|
-
}
|
|
25389
|
-
.v-speed-dial__content > *:nth-child(6) {
|
|
25390
|
-
transition-delay: 0.25s;
|
|
25391
|
-
}
|
|
25392
|
-
.v-speed-dial__content > *:nth-child(7) {
|
|
25393
|
-
transition-delay: 0.3s;
|
|
25394
|
-
}
|
|
25395
|
-
.v-speed-dial__content > *:nth-child(8) {
|
|
25396
|
-
transition-delay: 0.35s;
|
|
25397
|
-
}
|
|
25398
|
-
.v-speed-dial__content > *:nth-child(9) {
|
|
25399
|
-
transition-delay: 0.4s;
|
|
25400
|
-
}
|
|
25401
|
-
.v-speed-dial__content > *:nth-child(10) {
|
|
25402
|
-
transition-delay: 0.45s;
|
|
25403
|
-
}/* region BLOCK */
|
|
25404
|
-
.v-text-field input {
|
|
25405
|
-
color: inherit;
|
|
25406
|
-
opacity: 0;
|
|
25407
|
-
flex: 1;
|
|
25408
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25409
|
-
min-width: 0;
|
|
25410
|
-
}
|
|
25411
|
-
.v-text-field input:focus, .v-text-field input:active {
|
|
25412
|
-
outline: none;
|
|
25413
|
-
}
|
|
25414
|
-
.v-text-field input:invalid {
|
|
25415
|
-
box-shadow: none;
|
|
25416
|
-
}
|
|
25417
|
-
.v-text-field .v-field {
|
|
25418
|
-
cursor: text;
|
|
25419
|
-
}
|
|
25420
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25421
|
-
--v-field-padding-start: 6px;
|
|
25422
|
-
}
|
|
25423
|
-
|
|
25424
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25425
|
-
--v-field-padding-end: 0;
|
|
25426
|
-
}
|
|
25427
|
-
|
|
25428
|
-
.v-text-field .v-input__details {
|
|
25429
|
-
padding-inline: 16px;
|
|
25430
|
-
}
|
|
25431
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25432
|
-
padding-inline: 0;
|
|
25433
|
-
}
|
|
25434
|
-
|
|
25435
|
-
.v-text-field .v-field--no-label input,
|
|
25436
|
-
.v-text-field .v-field--active input {
|
|
25437
|
-
opacity: 1;
|
|
25438
|
-
}
|
|
25439
|
-
.v-text-field .v-field--single-line input {
|
|
25440
|
-
transition: none;
|
|
25441
|
-
}
|
|
25442
|
-
|
|
25443
|
-
/* endregion */
|
|
25444
|
-
/* region ELEMENTS */
|
|
25445
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
25446
|
-
align-items: center;
|
|
25447
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25448
|
-
cursor: default;
|
|
25449
|
-
display: flex;
|
|
25450
|
-
opacity: 0;
|
|
25451
|
-
transition: inherit;
|
|
25452
|
-
white-space: nowrap;
|
|
25453
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25454
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25455
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25456
|
-
}
|
|
25457
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25458
|
-
opacity: 1;
|
|
25459
|
-
}
|
|
25460
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25461
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25462
|
-
}
|
|
25463
|
-
.v-text-field__prefix {
|
|
25464
|
-
padding-inline-start: var(--v-field-padding-start);
|
|
25465
|
-
}
|
|
25466
|
-
.v-text-field__suffix {
|
|
25467
|
-
padding-inline-end: var(--v-field-padding-end);
|
|
25468
|
-
}
|
|
25469
|
-
|
|
25470
|
-
/* endregion */.v-table {
|
|
25425
|
+
}.v-table {
|
|
25471
25426
|
background: rgb(var(--v-theme-surface));
|
|
25472
25427
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25473
25428
|
font-size: 0.875rem;
|
|
@@ -25605,7 +25560,74 @@ html.v-overlay-scroll-blocked {
|
|
|
25605
25560
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25606
25561
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25607
25562
|
border-top: 0px !important;
|
|
25608
|
-
}
|
|
25563
|
+
}/* region BLOCK */
|
|
25564
|
+
.v-text-field input {
|
|
25565
|
+
color: inherit;
|
|
25566
|
+
opacity: 0;
|
|
25567
|
+
flex: 1;
|
|
25568
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25569
|
+
min-width: 0;
|
|
25570
|
+
}
|
|
25571
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
25572
|
+
outline: none;
|
|
25573
|
+
}
|
|
25574
|
+
.v-text-field input:invalid {
|
|
25575
|
+
box-shadow: none;
|
|
25576
|
+
}
|
|
25577
|
+
.v-text-field .v-field {
|
|
25578
|
+
cursor: text;
|
|
25579
|
+
}
|
|
25580
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25581
|
+
--v-field-padding-start: 6px;
|
|
25582
|
+
}
|
|
25583
|
+
|
|
25584
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25585
|
+
--v-field-padding-end: 0;
|
|
25586
|
+
}
|
|
25587
|
+
|
|
25588
|
+
.v-text-field .v-input__details {
|
|
25589
|
+
padding-inline: 16px;
|
|
25590
|
+
}
|
|
25591
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25592
|
+
padding-inline: 0;
|
|
25593
|
+
}
|
|
25594
|
+
|
|
25595
|
+
.v-text-field .v-field--no-label input,
|
|
25596
|
+
.v-text-field .v-field--active input {
|
|
25597
|
+
opacity: 1;
|
|
25598
|
+
}
|
|
25599
|
+
.v-text-field .v-field--single-line input {
|
|
25600
|
+
transition: none;
|
|
25601
|
+
}
|
|
25602
|
+
|
|
25603
|
+
/* endregion */
|
|
25604
|
+
/* region ELEMENTS */
|
|
25605
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
25606
|
+
align-items: center;
|
|
25607
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25608
|
+
cursor: default;
|
|
25609
|
+
display: flex;
|
|
25610
|
+
opacity: 0;
|
|
25611
|
+
transition: inherit;
|
|
25612
|
+
white-space: nowrap;
|
|
25613
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25614
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25615
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25616
|
+
}
|
|
25617
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25618
|
+
opacity: 1;
|
|
25619
|
+
}
|
|
25620
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25621
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25622
|
+
}
|
|
25623
|
+
.v-text-field__prefix {
|
|
25624
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
25625
|
+
}
|
|
25626
|
+
.v-text-field__suffix {
|
|
25627
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
25628
|
+
}
|
|
25629
|
+
|
|
25630
|
+
/* endregion */.v-textarea .v-field {
|
|
25609
25631
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
25610
25632
|
}
|
|
25611
25633
|
.v-textarea .v-field__field {
|
|
@@ -25765,48 +25787,17 @@ html.v-overlay-scroll-blocked {
|
|
|
25765
25787
|
text-overflow: ellipsis;
|
|
25766
25788
|
white-space: nowrap;
|
|
25767
25789
|
}
|
|
25768
|
-
|
|
25769
|
-
.v-toolbar-items {
|
|
25770
|
-
display: flex;
|
|
25771
|
-
height: inherit;
|
|
25772
|
-
align-self: stretch;
|
|
25773
|
-
}
|
|
25774
|
-
.v-toolbar-items > .v-btn {
|
|
25775
|
-
border-radius: 0;
|
|
25776
|
-
}.v-theme-provider {
|
|
25777
|
-
background: rgb(var(--v-theme-background));
|
|
25778
|
-
color: rgb(var(--v-theme-on-background));
|
|
25779
|
-
}.v-tooltip > .v-overlay__content {
|
|
25780
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
25781
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25782
|
-
border-radius: 4px;
|
|
25783
|
-
font-size: 0.875rem;
|
|
25784
|
-
line-height: 1.6;
|
|
25785
|
-
display: inline-block;
|
|
25786
|
-
padding: 5px 16px;
|
|
25787
|
-
text-transform: initial;
|
|
25788
|
-
width: auto;
|
|
25789
|
-
opacity: 1;
|
|
25790
|
-
pointer-events: none;
|
|
25791
|
-
transition-property: opacity, transform;
|
|
25792
|
-
overflow-wrap: break-word;
|
|
25793
|
-
}
|
|
25794
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
25795
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25796
|
-
transition-duration: 150ms;
|
|
25797
|
-
}
|
|
25798
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
25799
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
25800
|
-
transition-duration: 75ms;
|
|
25801
|
-
}.v-virtual-scroll {
|
|
25802
|
-
display: block;
|
|
25803
|
-
flex: 1 1 auto;
|
|
25804
|
-
max-width: 100%;
|
|
25805
|
-
overflow: auto;
|
|
25806
|
-
position: relative;
|
|
25807
|
-
}
|
|
25808
|
-
.v-virtual-scroll__container {
|
|
25809
|
-
display: block;
|
|
25790
|
+
|
|
25791
|
+
.v-toolbar-items {
|
|
25792
|
+
display: flex;
|
|
25793
|
+
height: inherit;
|
|
25794
|
+
align-self: stretch;
|
|
25795
|
+
}
|
|
25796
|
+
.v-toolbar-items > .v-btn {
|
|
25797
|
+
border-radius: 0;
|
|
25798
|
+
}.v-theme-provider {
|
|
25799
|
+
background: rgb(var(--v-theme-background));
|
|
25800
|
+
color: rgb(var(--v-theme-on-background));
|
|
25810
25801
|
}.v-timeline .v-timeline-divider__dot {
|
|
25811
25802
|
background: rgb(var(--v-theme-surface-light));
|
|
25812
25803
|
}
|
|
@@ -26223,6 +26214,28 @@ html.v-overlay-scroll-blocked {
|
|
|
26223
26214
|
|
|
26224
26215
|
.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 {
|
|
26225
26216
|
padding-inline-end: 0;
|
|
26217
|
+
}.v-tooltip > .v-overlay__content {
|
|
26218
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
26219
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26220
|
+
border-radius: 4px;
|
|
26221
|
+
font-size: 0.875rem;
|
|
26222
|
+
line-height: 1.6;
|
|
26223
|
+
display: inline-block;
|
|
26224
|
+
padding: 5px 16px;
|
|
26225
|
+
text-transform: initial;
|
|
26226
|
+
width: auto;
|
|
26227
|
+
opacity: 1;
|
|
26228
|
+
pointer-events: none;
|
|
26229
|
+
transition-property: opacity, transform;
|
|
26230
|
+
overflow-wrap: break-word;
|
|
26231
|
+
}
|
|
26232
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
26233
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
26234
|
+
transition-duration: 150ms;
|
|
26235
|
+
}
|
|
26236
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
26237
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
26238
|
+
transition-duration: 75ms;
|
|
26226
26239
|
}.v-window {
|
|
26227
26240
|
overflow: hidden;
|
|
26228
26241
|
}
|
|
@@ -26293,6 +26306,37 @@ html.v-overlay-scroll-blocked {
|
|
|
26293
26306
|
}
|
|
26294
26307
|
.v-window-y-reverse-transition-leave-to {
|
|
26295
26308
|
transform: translateY(100%);
|
|
26309
|
+
}.v-virtual-scroll {
|
|
26310
|
+
display: block;
|
|
26311
|
+
flex: 1 1 auto;
|
|
26312
|
+
max-width: 100%;
|
|
26313
|
+
overflow: auto;
|
|
26314
|
+
position: relative;
|
|
26315
|
+
}
|
|
26316
|
+
.v-virtual-scroll__container {
|
|
26317
|
+
display: block;
|
|
26318
|
+
}.v-color-picker-canvas {
|
|
26319
|
+
display: flex;
|
|
26320
|
+
position: relative;
|
|
26321
|
+
overflow: hidden;
|
|
26322
|
+
contain: content;
|
|
26323
|
+
touch-action: none;
|
|
26324
|
+
}
|
|
26325
|
+
.v-color-picker-canvas__dot {
|
|
26326
|
+
position: absolute;
|
|
26327
|
+
top: 0;
|
|
26328
|
+
left: 0;
|
|
26329
|
+
width: 15px;
|
|
26330
|
+
height: 15px;
|
|
26331
|
+
background: transparent;
|
|
26332
|
+
border-radius: 50%;
|
|
26333
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
26334
|
+
}
|
|
26335
|
+
.v-color-picker-canvas__dot--disabled {
|
|
26336
|
+
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);
|
|
26337
|
+
}
|
|
26338
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
26339
|
+
will-change: transform;
|
|
26296
26340
|
}.v-color-picker-edit {
|
|
26297
26341
|
display: flex;
|
|
26298
26342
|
margin-top: 24px;
|
|
@@ -26321,28 +26365,76 @@ html.v-overlay-scroll-blocked {
|
|
|
26321
26365
|
}
|
|
26322
26366
|
.v-color-picker-edit__input span {
|
|
26323
26367
|
font-size: 0.75rem;
|
|
26324
|
-
}.v-color-picker-
|
|
26368
|
+
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
26369
|
+
background-color: transparent !important;
|
|
26370
|
+
}
|
|
26371
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26372
|
+
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
26373
|
+
}
|
|
26374
|
+
|
|
26375
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26376
|
+
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
26377
|
+
}
|
|
26378
|
+
|
|
26379
|
+
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
26380
|
+
content: "";
|
|
26381
|
+
z-index: -1;
|
|
26382
|
+
left: 0;
|
|
26383
|
+
top: 0;
|
|
26384
|
+
width: 100%;
|
|
26385
|
+
height: 100%;
|
|
26386
|
+
position: absolute;
|
|
26387
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26388
|
+
border-radius: inherit;
|
|
26389
|
+
}
|
|
26390
|
+
|
|
26391
|
+
.v-color-picker-preview__sliders {
|
|
26325
26392
|
display: flex;
|
|
26393
|
+
flex: 1 0 auto;
|
|
26394
|
+
flex-direction: column;
|
|
26395
|
+
padding-inline-end: 16px;
|
|
26396
|
+
}
|
|
26397
|
+
|
|
26398
|
+
.v-color-picker-preview__dot {
|
|
26326
26399
|
position: relative;
|
|
26400
|
+
height: 30px;
|
|
26401
|
+
width: 30px;
|
|
26402
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26403
|
+
border-radius: 50%;
|
|
26327
26404
|
overflow: hidden;
|
|
26328
|
-
|
|
26329
|
-
touch-action: none;
|
|
26405
|
+
margin-inline-end: 24px;
|
|
26330
26406
|
}
|
|
26331
|
-
.v-color-picker-
|
|
26332
|
-
|
|
26333
|
-
|
|
26334
|
-
left: 0;
|
|
26335
|
-
width: 15px;
|
|
26336
|
-
height: 15px;
|
|
26337
|
-
background: transparent;
|
|
26338
|
-
border-radius: 50%;
|
|
26339
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
26407
|
+
.v-color-picker-preview__dot > div {
|
|
26408
|
+
width: 100%;
|
|
26409
|
+
height: 100%;
|
|
26340
26410
|
}
|
|
26341
|
-
|
|
26342
|
-
|
|
26411
|
+
|
|
26412
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
26413
|
+
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26343
26414
|
}
|
|
26344
|
-
|
|
26345
|
-
|
|
26415
|
+
|
|
26416
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
26417
|
+
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26418
|
+
}
|
|
26419
|
+
|
|
26420
|
+
.v-color-picker-preview__track {
|
|
26421
|
+
position: relative;
|
|
26422
|
+
width: 100%;
|
|
26423
|
+
margin: 0 !important;
|
|
26424
|
+
}
|
|
26425
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
|
26426
|
+
display: none;
|
|
26427
|
+
}
|
|
26428
|
+
|
|
26429
|
+
.v-color-picker-preview {
|
|
26430
|
+
align-items: center;
|
|
26431
|
+
display: flex;
|
|
26432
|
+
margin-bottom: 0;
|
|
26433
|
+
}
|
|
26434
|
+
|
|
26435
|
+
.v-color-picker-preview__eye-dropper {
|
|
26436
|
+
position: relative;
|
|
26437
|
+
margin-right: 12px;
|
|
26346
26438
|
}.v-color-picker-swatches {
|
|
26347
26439
|
overflow-y: auto;
|
|
26348
26440
|
}
|
|
@@ -26372,82 +26464,171 @@ html.v-overlay-scroll-blocked {
|
|
|
26372
26464
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26373
26465
|
cursor: pointer;
|
|
26374
26466
|
}
|
|
26375
|
-
.v-color-picker-swatches__color > div {
|
|
26376
|
-
display: flex;
|
|
26377
|
-
align-items: center;
|
|
26378
|
-
justify-content: center;
|
|
26379
|
-
width: 100%;
|
|
26380
|
-
height: 100%;
|
|
26381
|
-
}.v-
|
|
26382
|
-
|
|
26467
|
+
.v-color-picker-swatches__color > div {
|
|
26468
|
+
display: flex;
|
|
26469
|
+
align-items: center;
|
|
26470
|
+
justify-content: center;
|
|
26471
|
+
width: 100%;
|
|
26472
|
+
height: 100%;
|
|
26473
|
+
}.v-slider-thumb {
|
|
26474
|
+
touch-action: none;
|
|
26475
|
+
color: rgb(var(--v-theme-surface-variant));
|
|
26476
|
+
}
|
|
26477
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26478
|
+
color: inherit;
|
|
26479
|
+
}
|
|
26480
|
+
|
|
26481
|
+
.v-slider-thumb__label {
|
|
26482
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26483
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26484
|
+
}
|
|
26485
|
+
.v-slider-thumb__label::before {
|
|
26486
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26487
|
+
}
|
|
26488
|
+
|
|
26489
|
+
.v-slider-thumb {
|
|
26490
|
+
outline: none;
|
|
26491
|
+
position: absolute;
|
|
26492
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26493
|
+
}
|
|
26494
|
+
|
|
26495
|
+
.v-slider-thumb__surface {
|
|
26496
|
+
cursor: pointer;
|
|
26497
|
+
width: var(--v-slider-thumb-size);
|
|
26498
|
+
height: var(--v-slider-thumb-size);
|
|
26499
|
+
border-radius: 50%;
|
|
26500
|
+
-webkit-user-select: none;
|
|
26501
|
+
user-select: none;
|
|
26502
|
+
background-color: currentColor;
|
|
26503
|
+
}
|
|
26504
|
+
@media (forced-colors: active) {
|
|
26505
|
+
.v-slider-thumb__surface {
|
|
26506
|
+
background-color: highlight;
|
|
26507
|
+
}
|
|
26508
|
+
}
|
|
26509
|
+
.v-slider-thumb__surface::before {
|
|
26510
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26511
|
+
content: "";
|
|
26512
|
+
color: inherit;
|
|
26513
|
+
top: 0;
|
|
26514
|
+
left: 0;
|
|
26515
|
+
width: 100%;
|
|
26516
|
+
height: 100%;
|
|
26517
|
+
border-radius: 50%;
|
|
26518
|
+
background: currentColor;
|
|
26519
|
+
position: absolute;
|
|
26520
|
+
pointer-events: none;
|
|
26521
|
+
opacity: 0;
|
|
26522
|
+
}
|
|
26523
|
+
.v-slider-thumb__surface::after {
|
|
26524
|
+
content: "";
|
|
26525
|
+
width: 42px;
|
|
26526
|
+
height: 42px;
|
|
26527
|
+
position: absolute;
|
|
26528
|
+
top: 50%;
|
|
26529
|
+
left: 50%;
|
|
26530
|
+
transform: translate(-50%, -50%);
|
|
26531
|
+
}
|
|
26532
|
+
|
|
26533
|
+
.v-slider-thumb__label-container {
|
|
26534
|
+
position: absolute;
|
|
26535
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26536
|
+
}
|
|
26537
|
+
|
|
26538
|
+
.v-slider-thumb__label {
|
|
26539
|
+
display: flex;
|
|
26540
|
+
align-items: center;
|
|
26541
|
+
justify-content: center;
|
|
26542
|
+
font-size: 0.75rem;
|
|
26543
|
+
min-width: 35px;
|
|
26544
|
+
height: 25px;
|
|
26545
|
+
border-radius: 4px;
|
|
26546
|
+
padding: 6px;
|
|
26547
|
+
position: absolute;
|
|
26548
|
+
-webkit-user-select: none;
|
|
26549
|
+
user-select: none;
|
|
26550
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26551
|
+
}
|
|
26552
|
+
.v-slider-thumb__label::before {
|
|
26553
|
+
content: "";
|
|
26554
|
+
width: 0;
|
|
26555
|
+
height: 0;
|
|
26556
|
+
position: absolute;
|
|
26557
|
+
}
|
|
26558
|
+
|
|
26559
|
+
.v-slider-thumb__ripple {
|
|
26560
|
+
position: absolute;
|
|
26561
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
|
26562
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
|
26563
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
|
26564
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
|
26565
|
+
background: inherit;
|
|
26566
|
+
}
|
|
26567
|
+
|
|
26568
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
26569
|
+
top: 50%;
|
|
26570
|
+
transform: translateY(-50%);
|
|
26571
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26572
|
+
}
|
|
26573
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
26574
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26575
|
+
top: 0;
|
|
26576
|
+
}
|
|
26577
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26578
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
26383
26579
|
}
|
|
26384
|
-
.v-locale--is-ltr.v-
|
|
26385
|
-
|
|
26580
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26581
|
+
transform: translateX(-50%);
|
|
26386
26582
|
}
|
|
26387
26583
|
|
|
26388
|
-
.v-locale--is-rtl.v-
|
|
26389
|
-
|
|
26584
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26585
|
+
transform: translateX(50%);
|
|
26390
26586
|
}
|
|
26391
26587
|
|
|
26392
|
-
.v-
|
|
26393
|
-
|
|
26394
|
-
|
|
26395
|
-
|
|
26396
|
-
|
|
26397
|
-
width: 100%;
|
|
26398
|
-
height: 100%;
|
|
26399
|
-
position: absolute;
|
|
26400
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26401
|
-
border-radius: inherit;
|
|
26588
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
26589
|
+
border-left: 6px solid transparent;
|
|
26590
|
+
border-right: 6px solid transparent;
|
|
26591
|
+
border-top: 6px solid currentColor;
|
|
26592
|
+
bottom: -6px;
|
|
26402
26593
|
}
|
|
26403
26594
|
|
|
26404
|
-
.v-
|
|
26405
|
-
|
|
26406
|
-
flex: 1 0 auto;
|
|
26407
|
-
flex-direction: column;
|
|
26408
|
-
padding-inline-end: 16px;
|
|
26595
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
|
26596
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26409
26597
|
}
|
|
26410
|
-
|
|
26411
|
-
|
|
26412
|
-
|
|
26413
|
-
height: 30px;
|
|
26414
|
-
width: 30px;
|
|
26415
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26416
|
-
border-radius: 50%;
|
|
26417
|
-
overflow: hidden;
|
|
26418
|
-
margin-inline-end: 24px;
|
|
26598
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
26599
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
|
26600
|
+
right: 0;
|
|
26419
26601
|
}
|
|
26420
|
-
.v-
|
|
26421
|
-
|
|
26422
|
-
|
|
26602
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
26603
|
+
top: -12.5px;
|
|
26604
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26423
26605
|
}
|
|
26424
|
-
|
|
26425
|
-
|
|
26426
|
-
|
|
26606
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
26607
|
+
border-right: 6px solid currentColor;
|
|
26608
|
+
border-top: 6px solid transparent;
|
|
26609
|
+
border-bottom: 6px solid transparent;
|
|
26610
|
+
left: -6px;
|
|
26427
26611
|
}
|
|
26428
26612
|
|
|
26429
|
-
.v-
|
|
26430
|
-
|
|
26613
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
26614
|
+
transform: scale(2);
|
|
26615
|
+
opacity: var(--v-focus-opacity);
|
|
26431
26616
|
}
|
|
26432
26617
|
|
|
26433
|
-
.v-
|
|
26434
|
-
|
|
26435
|
-
width: 100%;
|
|
26436
|
-
margin: 0 !important;
|
|
26437
|
-
}
|
|
26438
|
-
.v-color-picker-preview__track .v-slider-track__fill {
|
|
26439
|
-
display: none;
|
|
26618
|
+
.v-slider-thumb--pressed {
|
|
26619
|
+
transition: none;
|
|
26440
26620
|
}
|
|
26441
|
-
|
|
26442
|
-
|
|
26443
|
-
align-items: center;
|
|
26444
|
-
display: flex;
|
|
26445
|
-
margin-bottom: 0;
|
|
26621
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
26622
|
+
opacity: var(--v-pressed-opacity);
|
|
26446
26623
|
}
|
|
26447
26624
|
|
|
26448
|
-
|
|
26449
|
-
|
|
26450
|
-
|
|
26625
|
+
@media (hover: hover) {
|
|
26626
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
26627
|
+
transform: scale(2);
|
|
26628
|
+
}
|
|
26629
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
26630
|
+
opacity: var(--v-hover-opacity);
|
|
26631
|
+
}
|
|
26451
26632
|
}.v-slider-track__background {
|
|
26452
26633
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
26453
26634
|
}
|
|
@@ -26626,163 +26807,4 @@ html.v-overlay-scroll-blocked {
|
|
|
26626
26807
|
|
|
26627
26808
|
.v-slider-track__background--opacity {
|
|
26628
26809
|
opacity: 0.38;
|
|
26629
|
-
}.v-slider-thumb {
|
|
26630
|
-
touch-action: none;
|
|
26631
|
-
color: rgb(var(--v-theme-surface-variant));
|
|
26632
|
-
}
|
|
26633
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26634
|
-
color: inherit;
|
|
26635
|
-
}
|
|
26636
|
-
|
|
26637
|
-
.v-slider-thumb__label {
|
|
26638
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26639
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
26640
|
-
}
|
|
26641
|
-
.v-slider-thumb__label::before {
|
|
26642
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26643
|
-
}
|
|
26644
|
-
|
|
26645
|
-
.v-slider-thumb {
|
|
26646
|
-
outline: none;
|
|
26647
|
-
position: absolute;
|
|
26648
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26649
|
-
}
|
|
26650
|
-
|
|
26651
|
-
.v-slider-thumb__surface {
|
|
26652
|
-
cursor: pointer;
|
|
26653
|
-
width: var(--v-slider-thumb-size);
|
|
26654
|
-
height: var(--v-slider-thumb-size);
|
|
26655
|
-
border-radius: 50%;
|
|
26656
|
-
-webkit-user-select: none;
|
|
26657
|
-
user-select: none;
|
|
26658
|
-
background-color: currentColor;
|
|
26659
|
-
}
|
|
26660
|
-
@media (forced-colors: active) {
|
|
26661
|
-
.v-slider-thumb__surface {
|
|
26662
|
-
background-color: highlight;
|
|
26663
|
-
}
|
|
26664
|
-
}
|
|
26665
|
-
.v-slider-thumb__surface::before {
|
|
26666
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26667
|
-
content: "";
|
|
26668
|
-
color: inherit;
|
|
26669
|
-
top: 0;
|
|
26670
|
-
left: 0;
|
|
26671
|
-
width: 100%;
|
|
26672
|
-
height: 100%;
|
|
26673
|
-
border-radius: 50%;
|
|
26674
|
-
background: currentColor;
|
|
26675
|
-
position: absolute;
|
|
26676
|
-
pointer-events: none;
|
|
26677
|
-
opacity: 0;
|
|
26678
|
-
}
|
|
26679
|
-
.v-slider-thumb__surface::after {
|
|
26680
|
-
content: "";
|
|
26681
|
-
width: 42px;
|
|
26682
|
-
height: 42px;
|
|
26683
|
-
position: absolute;
|
|
26684
|
-
top: 50%;
|
|
26685
|
-
left: 50%;
|
|
26686
|
-
transform: translate(-50%, -50%);
|
|
26687
|
-
}
|
|
26688
|
-
|
|
26689
|
-
.v-slider-thumb__label-container {
|
|
26690
|
-
position: absolute;
|
|
26691
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26692
|
-
}
|
|
26693
|
-
|
|
26694
|
-
.v-slider-thumb__label {
|
|
26695
|
-
display: flex;
|
|
26696
|
-
align-items: center;
|
|
26697
|
-
justify-content: center;
|
|
26698
|
-
font-size: 0.75rem;
|
|
26699
|
-
min-width: 35px;
|
|
26700
|
-
height: 25px;
|
|
26701
|
-
border-radius: 4px;
|
|
26702
|
-
padding: 6px;
|
|
26703
|
-
position: absolute;
|
|
26704
|
-
-webkit-user-select: none;
|
|
26705
|
-
user-select: none;
|
|
26706
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26707
|
-
}
|
|
26708
|
-
.v-slider-thumb__label::before {
|
|
26709
|
-
content: "";
|
|
26710
|
-
width: 0;
|
|
26711
|
-
height: 0;
|
|
26712
|
-
position: absolute;
|
|
26713
|
-
}
|
|
26714
|
-
|
|
26715
|
-
.v-slider-thumb__ripple {
|
|
26716
|
-
position: absolute;
|
|
26717
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
|
26718
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
|
26719
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
|
26720
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
|
26721
|
-
background: inherit;
|
|
26722
|
-
}
|
|
26723
|
-
|
|
26724
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
26725
|
-
top: 50%;
|
|
26726
|
-
transform: translateY(-50%);
|
|
26727
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26728
|
-
}
|
|
26729
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
26730
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26731
|
-
top: 0;
|
|
26732
|
-
}
|
|
26733
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26734
|
-
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
26735
|
-
}
|
|
26736
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26737
|
-
transform: translateX(-50%);
|
|
26738
|
-
}
|
|
26739
|
-
|
|
26740
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26741
|
-
transform: translateX(50%);
|
|
26742
|
-
}
|
|
26743
|
-
|
|
26744
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
26745
|
-
border-left: 6px solid transparent;
|
|
26746
|
-
border-right: 6px solid transparent;
|
|
26747
|
-
border-top: 6px solid currentColor;
|
|
26748
|
-
bottom: -6px;
|
|
26749
|
-
}
|
|
26750
|
-
|
|
26751
|
-
.v-slider.v-input--vertical .v-slider-thumb {
|
|
26752
|
-
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26753
|
-
}
|
|
26754
|
-
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
26755
|
-
top: calc(var(--v-slider-thumb-size) / 2);
|
|
26756
|
-
right: 0;
|
|
26757
|
-
}
|
|
26758
|
-
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
26759
|
-
top: -12.5px;
|
|
26760
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26761
|
-
}
|
|
26762
|
-
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
26763
|
-
border-right: 6px solid currentColor;
|
|
26764
|
-
border-top: 6px solid transparent;
|
|
26765
|
-
border-bottom: 6px solid transparent;
|
|
26766
|
-
left: -6px;
|
|
26767
|
-
}
|
|
26768
|
-
|
|
26769
|
-
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
26770
|
-
transform: scale(2);
|
|
26771
|
-
opacity: var(--v-focus-opacity);
|
|
26772
|
-
}
|
|
26773
|
-
|
|
26774
|
-
.v-slider-thumb--pressed {
|
|
26775
|
-
transition: none;
|
|
26776
|
-
}
|
|
26777
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
26778
|
-
opacity: var(--v-pressed-opacity);
|
|
26779
|
-
}
|
|
26780
|
-
|
|
26781
|
-
@media (hover: hover) {
|
|
26782
|
-
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
26783
|
-
transform: scale(2);
|
|
26784
|
-
}
|
|
26785
|
-
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
26786
|
-
opacity: var(--v-hover-opacity);
|
|
26787
|
-
}
|
|
26788
26810
|
}
|