@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-
|
2
|
+
* Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17456,6 +17456,19 @@ 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;
|
17459
17472
|
}.v-calendar {
|
17460
17473
|
background: rgb(var(--v-theme-background));
|
17461
17474
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17683,61 +17696,6 @@ html.overflow-y-hidden {
|
|
17683
17696
|
}
|
17684
17697
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17685
17698
|
border-right: none;
|
17686
|
-
}.v-calendar-day__row-with-label {
|
17687
|
-
display: grid;
|
17688
|
-
grid-template-columns: 48px 8px 1fr;
|
17689
|
-
border-right: thin solid #e0e0e0;
|
17690
|
-
}
|
17691
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17692
|
-
position: relative;
|
17693
|
-
border-right: thin solid #e0e0e0;
|
17694
|
-
}
|
17695
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17696
|
-
content: "";
|
17697
|
-
border-bottom: thin solid #e0e0e0;
|
17698
|
-
position: absolute;
|
17699
|
-
width: 100%;
|
17700
|
-
margin-top: -1px;
|
17701
|
-
z-index: 3;
|
17702
|
-
pointer-events: none;
|
17703
|
-
}
|
17704
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17705
|
-
font-size: 10px;
|
17706
|
-
text-align: center;
|
17707
|
-
position: relative;
|
17708
|
-
top: -8px;
|
17709
|
-
}
|
17710
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17711
|
-
border-bottom: thin solid #e0e0e0;
|
17712
|
-
}
|
17713
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17714
|
-
border-bottom: none;
|
17715
|
-
}
|
17716
|
-
|
17717
|
-
.v-calendar-day__row-without-label {
|
17718
|
-
display: grid;
|
17719
|
-
grid-template-columns: 1fr;
|
17720
|
-
border-right: thin solid #e0e0e0;
|
17721
|
-
}
|
17722
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17723
|
-
overflow: hidden;
|
17724
|
-
border-bottom: thin solid #e0e0e0;
|
17725
|
-
}
|
17726
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17727
|
-
border-bottom: none;
|
17728
|
-
}.v-calendar-header {
|
17729
|
-
align-items: center;
|
17730
|
-
display: flex;
|
17731
|
-
min-height: 64px;
|
17732
|
-
}
|
17733
|
-
|
17734
|
-
.v-calendar-header__today {
|
17735
|
-
margin-inline-end: 24px;
|
17736
|
-
}
|
17737
|
-
|
17738
|
-
.v-calendar-header__title {
|
17739
|
-
font-size: 1.5rem;
|
17740
|
-
margin-inline-start: 24px;
|
17741
17699
|
}.v-calendar-day {
|
17742
17700
|
position: relative;
|
17743
17701
|
display: flex;
|
@@ -17770,6 +17728,11 @@ html.overflow-y-hidden {
|
|
17770
17728
|
}
|
17771
17729
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17772
17730
|
grid-template-columns: repeat(1, 1fr);
|
17731
|
+
}.v-calendar-internal-event {
|
17732
|
+
overflow: hidden;
|
17733
|
+
padding: 4px;
|
17734
|
+
text-overflow: ellipsis;
|
17735
|
+
white-space: nowrap;
|
17773
17736
|
}.v-calendar-month__day {
|
17774
17737
|
position: relative;
|
17775
17738
|
display: flex;
|
@@ -17833,128 +17796,48 @@ html.overflow-y-hidden {
|
|
17833
17796
|
|
17834
17797
|
.v-calendar-weekly__day-alldayevents-container {
|
17835
17798
|
min-height: 24px;
|
17836
|
-
}.v-
|
17837
|
-
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));
|
17838
|
-
border-radius: 4px;
|
17799
|
+
}.v-calendar-day__row-with-label {
|
17839
17800
|
display: grid;
|
17840
|
-
grid-
|
17841
|
-
|
17842
|
-
overflow: hidden;
|
17843
|
-
}
|
17844
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
17845
|
-
grid-template-areas: "title" "header" "body" "actions";
|
17801
|
+
grid-template-columns: 48px 8px 1fr;
|
17802
|
+
border-right: thin solid #e0e0e0;
|
17846
17803
|
}
|
17847
|
-
|
17848
|
-
.v-picker__body {
|
17849
|
-
grid-area: body;
|
17850
|
-
overflow: hidden;
|
17804
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17851
17805
|
position: relative;
|
17806
|
+
border-right: thin solid #e0e0e0;
|
17852
17807
|
}
|
17853
|
-
|
17854
|
-
|
17855
|
-
|
17856
|
-
|
17857
|
-
|
17858
|
-
|
17859
|
-
|
17860
|
-
|
17861
|
-
display: flex;
|
17862
|
-
align-items: center;
|
17863
|
-
justify-content: flex-end;
|
17864
|
-
}
|
17865
|
-
.v-picker__actions .v-btn {
|
17866
|
-
min-width: 48px;
|
17867
|
-
}
|
17868
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
17869
|
-
margin-inline-end: 8px;
|
17870
|
-
}
|
17871
|
-
|
17872
|
-
.v-picker--landscape {
|
17873
|
-
grid-template-areas: "title" "header body" "header body";
|
17874
|
-
}
|
17875
|
-
|
17876
|
-
.v-picker--landscape.v-picker--with-actions {
|
17877
|
-
grid-template-areas: "title" "header body" "header actions";
|
17878
|
-
}
|
17879
|
-
|
17880
|
-
.v-picker-title {
|
17881
|
-
text-transform: uppercase;
|
17882
|
-
font-size: 0.75rem;
|
17883
|
-
grid-area: title;
|
17884
|
-
padding-inline: 24px 12px;
|
17885
|
-
padding-top: 16px;
|
17886
|
-
padding-bottom: 16px;
|
17887
|
-
font-weight: 400;
|
17888
|
-
letter-spacing: 0.1666666667em;
|
17889
|
-
}.v-calendar-internal-event {
|
17890
|
-
overflow: hidden;
|
17891
|
-
padding: 4px;
|
17892
|
-
text-overflow: ellipsis;
|
17893
|
-
white-space: nowrap;
|
17894
|
-
}.v-number-input input[type=number] {
|
17895
|
-
-moz-appearance: textfield;
|
17896
|
-
}
|
17897
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17898
|
-
-webkit-appearance: none;
|
17899
|
-
}
|
17900
|
-
.v-number-input .v-field {
|
17901
|
-
padding-inline-end: 0;
|
17902
|
-
padding-inline-start: 0;
|
17903
|
-
}
|
17904
|
-
.v-number-input--inset .v-divider {
|
17905
|
-
height: 55%;
|
17906
|
-
width: 55%;
|
17907
|
-
align-self: center;
|
17808
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17809
|
+
content: "";
|
17810
|
+
border-bottom: thin solid #e0e0e0;
|
17811
|
+
position: absolute;
|
17812
|
+
width: 100%;
|
17813
|
+
margin-top: -1px;
|
17814
|
+
z-index: 3;
|
17815
|
+
pointer-events: none;
|
17908
17816
|
}
|
17909
|
-
.v-
|
17817
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17818
|
+
font-size: 10px;
|
17910
17819
|
text-align: center;
|
17911
|
-
}
|
17912
|
-
.v-number-input--stacked .v-number-input__control {
|
17913
|
-
flex-direction: column-reverse;
|
17914
|
-
}
|
17915
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
17916
|
-
flex: 1;
|
17917
|
-
}
|
17918
|
-
.v-number-input--hide-input .v-field {
|
17919
|
-
flex: none;
|
17920
|
-
}
|
17921
|
-
.v-number-input--hide-input .v-field__input {
|
17922
|
-
width: 0;
|
17923
|
-
padding-inline: 0;
|
17924
|
-
}
|
17925
|
-
.v-number-input__control {
|
17926
|
-
display: flex;
|
17927
|
-
height: 100%;
|
17928
|
-
}
|
17929
|
-
.v-number-input__control .v-btn {
|
17930
|
-
background-color: transparent;
|
17931
|
-
border-radius: 0;
|
17932
|
-
}.v-pull-to-refresh {
|
17933
|
-
overflow: hidden;
|
17934
17820
|
position: relative;
|
17821
|
+
top: -8px;
|
17935
17822
|
}
|
17936
|
-
.v-
|
17937
|
-
|
17938
|
-
width: 100%;
|
17939
|
-
transition: top 0.3s ease-out;
|
17823
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17824
|
+
border-bottom: thin solid #e0e0e0;
|
17940
17825
|
}
|
17941
|
-
.v-
|
17942
|
-
|
17826
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17827
|
+
border-bottom: none;
|
17943
17828
|
}
|
17944
|
-
|
17945
|
-
|
17946
|
-
|
17947
|
-
|
17948
|
-
|
17949
|
-
align-items: flex-end;
|
17950
|
-
padding-bottom: 10px;
|
17829
|
+
|
17830
|
+
.v-calendar-day__row-without-label {
|
17831
|
+
display: grid;
|
17832
|
+
grid-template-columns: 1fr;
|
17833
|
+
border-right: thin solid #e0e0e0;
|
17951
17834
|
}
|
17952
|
-
.v-
|
17953
|
-
|
17954
|
-
|
17835
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17836
|
+
overflow: hidden;
|
17837
|
+
border-bottom: thin solid #e0e0e0;
|
17955
17838
|
}
|
17956
|
-
.v-
|
17957
|
-
|
17839
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17840
|
+
border-bottom: none;
|
17958
17841
|
}.v-stepper-vertical-item {
|
17959
17842
|
position: relative;
|
17960
17843
|
transition-duration: 0.2s;
|
@@ -18023,40 +17906,126 @@ html.overflow-y-hidden {
|
|
18023
17906
|
justify-content: flex-end;
|
18024
17907
|
padding: 24px 0 0;
|
18025
17908
|
flex-direction: row-reverse;
|
18026
|
-
}.v-
|
18027
|
-
|
18028
|
-
|
18029
|
-
|
18030
|
-
|
18031
|
-
|
17909
|
+
}.v-picker.v-sheet {
|
17910
|
+
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));
|
17911
|
+
border-radius: 4px;
|
17912
|
+
display: grid;
|
17913
|
+
grid-auto-rows: min-content;
|
17914
|
+
grid-template-areas: "title" "header" "body";
|
17915
|
+
overflow: hidden;
|
18032
17916
|
}
|
18033
|
-
.v-
|
18034
|
-
|
18035
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
17917
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
17918
|
+
grid-template-areas: "title" "header" "body" "actions";
|
18036
17919
|
}
|
18037
17920
|
|
18038
|
-
.v-
|
18039
|
-
|
18040
|
-
|
18041
|
-
border-radius: 50%;
|
17921
|
+
.v-picker__body {
|
17922
|
+
grid-area: body;
|
17923
|
+
overflow: hidden;
|
18042
17924
|
position: relative;
|
18043
|
-
transition: none;
|
18044
|
-
-webkit-user-select: none;
|
18045
|
-
user-select: none;
|
18046
|
-
height: 256px;
|
18047
|
-
width: 256px;
|
18048
|
-
flex: 1 0 auto;
|
18049
17925
|
}
|
18050
|
-
|
18051
|
-
|
18052
|
-
|
18053
|
-
flex-basis: 290px;
|
18054
|
-
justify-content: center;
|
18055
|
-
padding: 10px;
|
17926
|
+
|
17927
|
+
.v-picker__header {
|
17928
|
+
grid-area: header;
|
18056
17929
|
}
|
18057
|
-
|
18058
|
-
|
18059
|
-
|
17930
|
+
|
17931
|
+
.v-picker__actions {
|
17932
|
+
grid-area: actions;
|
17933
|
+
padding: 0 12px 12px;
|
17934
|
+
display: flex;
|
17935
|
+
align-items: center;
|
17936
|
+
justify-content: flex-end;
|
17937
|
+
}
|
17938
|
+
.v-picker__actions .v-btn {
|
17939
|
+
min-width: 48px;
|
17940
|
+
}
|
17941
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
17942
|
+
margin-inline-end: 8px;
|
17943
|
+
}
|
17944
|
+
|
17945
|
+
.v-picker--landscape {
|
17946
|
+
grid-template-areas: "title" "header body" "header body";
|
17947
|
+
}
|
17948
|
+
|
17949
|
+
.v-picker--landscape.v-picker--with-actions {
|
17950
|
+
grid-template-areas: "title" "header body" "header actions";
|
17951
|
+
}
|
17952
|
+
|
17953
|
+
.v-picker-title {
|
17954
|
+
text-transform: uppercase;
|
17955
|
+
font-size: 0.75rem;
|
17956
|
+
grid-area: title;
|
17957
|
+
padding-inline: 24px 12px;
|
17958
|
+
padding-top: 16px;
|
17959
|
+
padding-bottom: 16px;
|
17960
|
+
font-weight: 400;
|
17961
|
+
letter-spacing: 0.1666666667em;
|
17962
|
+
}.v-pull-to-refresh {
|
17963
|
+
overflow: hidden;
|
17964
|
+
position: relative;
|
17965
|
+
}
|
17966
|
+
.v-pull-to-refresh__pull-down {
|
17967
|
+
position: absolute;
|
17968
|
+
width: 100%;
|
17969
|
+
transition: top 0.3s ease-out;
|
17970
|
+
}
|
17971
|
+
.v-pull-to-refresh__pull-down--touching {
|
17972
|
+
transition: none;
|
17973
|
+
}
|
17974
|
+
.v-pull-to-refresh__pull-down-default {
|
17975
|
+
display: flex;
|
17976
|
+
width: 100%;
|
17977
|
+
height: 100%;
|
17978
|
+
justify-content: center;
|
17979
|
+
align-items: flex-end;
|
17980
|
+
padding-bottom: 10px;
|
17981
|
+
}
|
17982
|
+
.v-pull-to-refresh__scroll-container {
|
17983
|
+
position: relative;
|
17984
|
+
transition: top 0.3s ease-out;
|
17985
|
+
}
|
17986
|
+
.v-pull-to-refresh__scroll-container--touching {
|
17987
|
+
transition: none;
|
17988
|
+
}.v-time-picker.v-picker {
|
17989
|
+
padding: 24px;
|
17990
|
+
width: 328px;
|
17991
|
+
}
|
17992
|
+
.v-time-picker.v-picker .v-picker-title {
|
17993
|
+
padding: 0;
|
17994
|
+
margin-bottom: 20px;
|
17995
|
+
}.v-time-picker-clock {
|
17996
|
+
background: rgb(var(--v-theme-background));
|
17997
|
+
color: rgb(var(--v-theme-on-background));
|
17998
|
+
}
|
17999
|
+
.v-time-picker-clock:after {
|
18000
|
+
color: rgb(var(--v-theme-primary));
|
18001
|
+
}
|
18002
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
18003
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
18004
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
18005
|
+
}
|
18006
|
+
|
18007
|
+
.v-time-picker-clock {
|
18008
|
+
margin: 0 auto;
|
18009
|
+
background: rgb(var(--v-theme-surface-light));
|
18010
|
+
border-radius: 50%;
|
18011
|
+
position: relative;
|
18012
|
+
transition: none;
|
18013
|
+
-webkit-user-select: none;
|
18014
|
+
user-select: none;
|
18015
|
+
height: 256px;
|
18016
|
+
width: 256px;
|
18017
|
+
flex: 1 0 auto;
|
18018
|
+
}
|
18019
|
+
.v-time-picker-clock__container {
|
18020
|
+
display: flex;
|
18021
|
+
flex-direction: column;
|
18022
|
+
flex-basis: 290px;
|
18023
|
+
justify-content: center;
|
18024
|
+
padding: 10px;
|
18025
|
+
}
|
18026
|
+
.v-time-picker-clock__hand {
|
18027
|
+
background-color: currentColor;
|
18028
|
+
height: calc(50% - 4px);
|
18060
18029
|
width: 2px;
|
18061
18030
|
bottom: 50%;
|
18062
18031
|
left: calc(50% - 1px);
|
@@ -18154,29 +18123,6 @@ html.overflow-y-hidden {
|
|
18154
18123
|
|
18155
18124
|
.v-picker--landscape .v-time-picker-clock__container {
|
18156
18125
|
flex-direction: row;
|
18157
|
-
}.v-time-picker.v-picker {
|
18158
|
-
padding: 24px;
|
18159
|
-
width: 328px;
|
18160
|
-
}
|
18161
|
-
.v-time-picker.v-picker .v-picker-title {
|
18162
|
-
padding: 0;
|
18163
|
-
margin-bottom: 20px;
|
18164
|
-
}.v-treeview-item--filtered {
|
18165
|
-
display: none;
|
18166
|
-
}
|
18167
|
-
|
18168
|
-
.v-treeview {
|
18169
|
-
--indent-padding: 0px;
|
18170
|
-
}
|
18171
|
-
|
18172
|
-
.v-treeview-group.v-list-group {
|
18173
|
-
--list-indent-size: 16px;
|
18174
|
-
}
|
18175
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
18176
|
-
--prepend-width: 16px;
|
18177
|
-
}
|
18178
|
-
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18179
|
-
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18180
18126
|
}.v-time-picker-controls {
|
18181
18127
|
display: flex;
|
18182
18128
|
align-items: center;
|
@@ -18280,6 +18226,60 @@ html.overflow-y-hidden {
|
|
18280
18226
|
}
|
18281
18227
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18282
18228
|
text-align: center;
|
18229
|
+
}.v-treeview-item.v-treeview-item--filtered {
|
18230
|
+
display: none;
|
18231
|
+
}
|
18232
|
+
|
18233
|
+
.v-treeview {
|
18234
|
+
--indent-padding: 0px;
|
18235
|
+
}
|
18236
|
+
|
18237
|
+
.v-treeview-group.v-list-group {
|
18238
|
+
--list-indent-size: 16px;
|
18239
|
+
}
|
18240
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18241
|
+
--prepend-width: 16px;
|
18242
|
+
}
|
18243
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18244
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18245
|
+
}.v-number-input input[type=number] {
|
18246
|
+
-moz-appearance: textfield;
|
18247
|
+
}
|
18248
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18249
|
+
-webkit-appearance: none;
|
18250
|
+
}
|
18251
|
+
.v-number-input .v-field {
|
18252
|
+
padding-inline-end: 0;
|
18253
|
+
padding-inline-start: 0;
|
18254
|
+
}
|
18255
|
+
.v-number-input--inset .v-divider {
|
18256
|
+
height: 55%;
|
18257
|
+
width: 55%;
|
18258
|
+
align-self: center;
|
18259
|
+
}
|
18260
|
+
.v-number-input--split .v-field__input {
|
18261
|
+
text-align: center;
|
18262
|
+
}
|
18263
|
+
.v-number-input--stacked .v-number-input__control {
|
18264
|
+
flex-direction: column-reverse;
|
18265
|
+
}
|
18266
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
18267
|
+
flex: 1;
|
18268
|
+
}
|
18269
|
+
.v-number-input--hide-input .v-field {
|
18270
|
+
flex: none;
|
18271
|
+
}
|
18272
|
+
.v-number-input--hide-input .v-field__input {
|
18273
|
+
width: 0;
|
18274
|
+
padding-inline: 0;
|
18275
|
+
}
|
18276
|
+
.v-number-input__control {
|
18277
|
+
display: flex;
|
18278
|
+
height: 100%;
|
18279
|
+
}
|
18280
|
+
.v-number-input__control .v-btn {
|
18281
|
+
background-color: transparent;
|
18282
|
+
border-radius: 0;
|
18283
18283
|
}.v-application {
|
18284
18284
|
display: flex;
|
18285
18285
|
background: rgb(var(--v-theme-background));
|
@@ -18296,73 +18296,6 @@ html.overflow-y-hidden {
|
|
18296
18296
|
min-height: 100vh;
|
18297
18297
|
min-height: 100dvh;
|
18298
18298
|
position: relative;
|
18299
|
-
}.v-app-bar {
|
18300
|
-
display: flex;
|
18301
|
-
}
|
18302
|
-
.v-app-bar.v-toolbar {
|
18303
|
-
background: rgb(var(--v-theme-surface));
|
18304
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18305
|
-
}
|
18306
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18307
|
-
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));
|
18308
|
-
}
|
18309
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
18310
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
18311
|
-
}.v-bottom-navigation {
|
18312
|
-
display: flex;
|
18313
|
-
max-width: 100%;
|
18314
|
-
overflow: hidden;
|
18315
|
-
position: absolute;
|
18316
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18317
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18318
|
-
border-style: solid;
|
18319
|
-
border-width: 0;
|
18320
|
-
border-radius: 0;
|
18321
|
-
background: rgb(var(--v-theme-surface));
|
18322
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18323
|
-
}
|
18324
|
-
.v-bottom-navigation--border {
|
18325
|
-
border-width: thin;
|
18326
|
-
box-shadow: none;
|
18327
|
-
}
|
18328
|
-
.v-bottom-navigation--active {
|
18329
|
-
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));
|
18330
|
-
}
|
18331
|
-
|
18332
|
-
.v-bottom-navigation__content {
|
18333
|
-
display: flex;
|
18334
|
-
flex: none;
|
18335
|
-
font-size: 0.75rem;
|
18336
|
-
justify-content: center;
|
18337
|
-
transition: inherit;
|
18338
|
-
width: 100%;
|
18339
|
-
}
|
18340
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18341
|
-
font-size: inherit;
|
18342
|
-
height: 100%;
|
18343
|
-
max-width: 168px;
|
18344
|
-
min-width: 80px;
|
18345
|
-
text-transform: none;
|
18346
|
-
transition: inherit;
|
18347
|
-
width: auto;
|
18348
|
-
border-radius: 0;
|
18349
|
-
}
|
18350
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18351
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18352
|
-
transition: inherit;
|
18353
|
-
}
|
18354
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18355
|
-
font-size: 1.5rem;
|
18356
|
-
}
|
18357
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18358
|
-
flex-grow: 1;
|
18359
|
-
}
|
18360
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18361
|
-
transition: inherit;
|
18362
|
-
opacity: 0;
|
18363
|
-
}
|
18364
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18365
|
-
transform: translateY(0.5rem);
|
18366
18299
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
18367
18300
|
.v-autocomplete .v-field .v-text-field__suffix,
|
18368
18301
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -18656,21 +18589,159 @@ html.overflow-y-hidden {
|
|
18656
18589
|
text-transform: none;
|
18657
18590
|
word-break: normal;
|
18658
18591
|
word-wrap: break-word;
|
18659
|
-
}.v-
|
18660
|
-
display:
|
18661
|
-
|
18662
|
-
|
18663
|
-
|
18664
|
-
|
18665
|
-
|
18666
|
-
|
18667
|
-
|
18668
|
-
|
18669
|
-
|
18670
|
-
padding-
|
18671
|
-
|
18672
|
-
|
18673
|
-
|
18592
|
+
}.v-app-bar {
|
18593
|
+
display: flex;
|
18594
|
+
}
|
18595
|
+
.v-app-bar.v-toolbar {
|
18596
|
+
background: rgb(var(--v-theme-surface));
|
18597
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18598
|
+
}
|
18599
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18600
|
+
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));
|
18601
|
+
}
|
18602
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18603
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18604
|
+
}.v-badge {
|
18605
|
+
display: inline-block;
|
18606
|
+
line-height: 1;
|
18607
|
+
}
|
18608
|
+
|
18609
|
+
.v-badge__badge {
|
18610
|
+
align-items: center;
|
18611
|
+
display: inline-flex;
|
18612
|
+
border-radius: 10px;
|
18613
|
+
font-size: 0.75rem;
|
18614
|
+
font-weight: 500;
|
18615
|
+
height: 1.25rem;
|
18616
|
+
justify-content: center;
|
18617
|
+
min-width: 20px;
|
18618
|
+
padding: 4px 6px;
|
18619
|
+
pointer-events: auto;
|
18620
|
+
position: absolute;
|
18621
|
+
text-align: center;
|
18622
|
+
text-indent: 0;
|
18623
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18624
|
+
white-space: nowrap;
|
18625
|
+
background: rgb(var(--v-theme-surface-variant));
|
18626
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18627
|
+
}
|
18628
|
+
.v-badge--bordered .v-badge__badge::after {
|
18629
|
+
border-radius: inherit;
|
18630
|
+
border-style: solid;
|
18631
|
+
border-width: 2px;
|
18632
|
+
bottom: 0;
|
18633
|
+
color: rgb(var(--v-theme-background));
|
18634
|
+
content: "";
|
18635
|
+
left: 0;
|
18636
|
+
position: absolute;
|
18637
|
+
right: 0;
|
18638
|
+
top: 0;
|
18639
|
+
transform: scale(1.05);
|
18640
|
+
}
|
18641
|
+
.v-badge--dot .v-badge__badge {
|
18642
|
+
border-radius: 4.5px;
|
18643
|
+
height: 9px;
|
18644
|
+
min-width: 0;
|
18645
|
+
padding: 0;
|
18646
|
+
width: 9px;
|
18647
|
+
}
|
18648
|
+
.v-badge--dot .v-badge__badge::after {
|
18649
|
+
border-width: 1.5px;
|
18650
|
+
}
|
18651
|
+
.v-badge--inline .v-badge__badge {
|
18652
|
+
position: relative;
|
18653
|
+
vertical-align: middle;
|
18654
|
+
}
|
18655
|
+
.v-badge__badge .v-icon {
|
18656
|
+
color: inherit;
|
18657
|
+
font-size: 0.75rem;
|
18658
|
+
margin: 0 -2px;
|
18659
|
+
}
|
18660
|
+
.v-badge__badge img,
|
18661
|
+
.v-badge__badge .v-img {
|
18662
|
+
height: 100%;
|
18663
|
+
width: 100%;
|
18664
|
+
}
|
18665
|
+
|
18666
|
+
.v-badge__wrapper {
|
18667
|
+
display: flex;
|
18668
|
+
position: relative;
|
18669
|
+
}
|
18670
|
+
.v-badge--inline .v-badge__wrapper {
|
18671
|
+
align-items: center;
|
18672
|
+
display: inline-flex;
|
18673
|
+
justify-content: center;
|
18674
|
+
margin: 0 4px;
|
18675
|
+
}.v-bottom-navigation {
|
18676
|
+
display: flex;
|
18677
|
+
max-width: 100%;
|
18678
|
+
overflow: hidden;
|
18679
|
+
position: absolute;
|
18680
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18681
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18682
|
+
border-style: solid;
|
18683
|
+
border-width: 0;
|
18684
|
+
border-radius: 0;
|
18685
|
+
background: rgb(var(--v-theme-surface));
|
18686
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18687
|
+
}
|
18688
|
+
.v-bottom-navigation--border {
|
18689
|
+
border-width: thin;
|
18690
|
+
box-shadow: none;
|
18691
|
+
}
|
18692
|
+
.v-bottom-navigation--active {
|
18693
|
+
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));
|
18694
|
+
}
|
18695
|
+
|
18696
|
+
.v-bottom-navigation__content {
|
18697
|
+
display: flex;
|
18698
|
+
flex: none;
|
18699
|
+
font-size: 0.75rem;
|
18700
|
+
justify-content: center;
|
18701
|
+
transition: inherit;
|
18702
|
+
width: 100%;
|
18703
|
+
}
|
18704
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18705
|
+
font-size: inherit;
|
18706
|
+
height: 100%;
|
18707
|
+
max-width: 168px;
|
18708
|
+
min-width: 80px;
|
18709
|
+
text-transform: none;
|
18710
|
+
transition: inherit;
|
18711
|
+
width: auto;
|
18712
|
+
border-radius: 0;
|
18713
|
+
}
|
18714
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18715
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18716
|
+
transition: inherit;
|
18717
|
+
}
|
18718
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18719
|
+
font-size: 1.5rem;
|
18720
|
+
}
|
18721
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18722
|
+
flex-grow: 1;
|
18723
|
+
}
|
18724
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18725
|
+
transition: inherit;
|
18726
|
+
opacity: 0;
|
18727
|
+
}
|
18728
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18729
|
+
transform: translateY(0.5rem);
|
18730
|
+
}.v-banner {
|
18731
|
+
display: grid;
|
18732
|
+
flex: 1 1;
|
18733
|
+
font-size: 0.875rem;
|
18734
|
+
grid-template-areas: "prepend content actions";
|
18735
|
+
grid-template-columns: max-content auto max-content;
|
18736
|
+
grid-template-rows: max-content max-content;
|
18737
|
+
line-height: 1.6;
|
18738
|
+
overflow: hidden;
|
18739
|
+
padding-inline: 16px 8px;
|
18740
|
+
padding-top: 16px;
|
18741
|
+
padding-bottom: 16px;
|
18742
|
+
position: relative;
|
18743
|
+
width: 100%;
|
18744
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18674
18745
|
border-style: solid;
|
18675
18746
|
border-width: 0 0 thin 0;
|
18676
18747
|
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));
|
@@ -18916,6 +18987,95 @@ html.overflow-y-hidden {
|
|
18916
18987
|
.v-avatar .v-img {
|
18917
18988
|
height: 100%;
|
18918
18989
|
width: 100%;
|
18990
|
+
}.bottom-sheet-transition-enter-from {
|
18991
|
+
transform: translateY(100%);
|
18992
|
+
}
|
18993
|
+
.bottom-sheet-transition-leave-to {
|
18994
|
+
transform: translateY(100%);
|
18995
|
+
}
|
18996
|
+
|
18997
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18998
|
+
align-self: flex-end;
|
18999
|
+
border-radius: 0;
|
19000
|
+
flex: 0 1 auto;
|
19001
|
+
left: 0;
|
19002
|
+
right: 0;
|
19003
|
+
margin-inline: 0;
|
19004
|
+
margin-bottom: 0;
|
19005
|
+
transition-duration: 0.2s;
|
19006
|
+
width: 100%;
|
19007
|
+
max-width: 100%;
|
19008
|
+
overflow: visible;
|
19009
|
+
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));
|
19010
|
+
}
|
19011
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19012
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19013
|
+
border-radius: 0;
|
19014
|
+
}
|
19015
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19016
|
+
max-width: none;
|
19017
|
+
}
|
19018
|
+
@media (min-width: 600px) {
|
19019
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19020
|
+
max-width: 70%;
|
19021
|
+
}
|
19022
|
+
}.v-breadcrumbs {
|
19023
|
+
display: flex;
|
19024
|
+
align-items: center;
|
19025
|
+
line-height: 1.6;
|
19026
|
+
padding: 16px 12px;
|
19027
|
+
}
|
19028
|
+
.v-breadcrumbs--rounded {
|
19029
|
+
border-radius: 4px;
|
19030
|
+
}
|
19031
|
+
.v-breadcrumbs--density-default {
|
19032
|
+
padding-top: 16px;
|
19033
|
+
padding-bottom: 16px;
|
19034
|
+
}
|
19035
|
+
|
19036
|
+
.v-breadcrumbs--density-comfortable {
|
19037
|
+
padding-top: 12px;
|
19038
|
+
padding-bottom: 12px;
|
19039
|
+
}
|
19040
|
+
|
19041
|
+
.v-breadcrumbs--density-compact {
|
19042
|
+
padding-top: 8px;
|
19043
|
+
padding-bottom: 8px;
|
19044
|
+
}
|
19045
|
+
|
19046
|
+
.v-breadcrumbs__prepend {
|
19047
|
+
align-items: center;
|
19048
|
+
display: inline-flex;
|
19049
|
+
}
|
19050
|
+
|
19051
|
+
.v-breadcrumbs-item {
|
19052
|
+
align-items: center;
|
19053
|
+
color: inherit;
|
19054
|
+
display: inline-flex;
|
19055
|
+
padding: 0 4px;
|
19056
|
+
text-decoration: none;
|
19057
|
+
vertical-align: middle;
|
19058
|
+
}
|
19059
|
+
.v-breadcrumbs-item--disabled {
|
19060
|
+
opacity: var(--v-disabled-opacity);
|
19061
|
+
pointer-events: none;
|
19062
|
+
}
|
19063
|
+
.v-breadcrumbs-item--link {
|
19064
|
+
color: inherit;
|
19065
|
+
text-decoration: none;
|
19066
|
+
}
|
19067
|
+
.v-breadcrumbs-item--link:hover {
|
19068
|
+
text-decoration: underline;
|
19069
|
+
}
|
19070
|
+
.v-breadcrumbs-item .v-icon {
|
19071
|
+
font-size: 1rem;
|
19072
|
+
margin-inline: -4px 2px;
|
19073
|
+
}
|
19074
|
+
|
19075
|
+
.v-breadcrumbs-divider {
|
19076
|
+
display: inline-block;
|
19077
|
+
padding: 0 8px;
|
19078
|
+
vertical-align: middle;
|
18919
19079
|
}.v-btn {
|
18920
19080
|
align-items: center;
|
18921
19081
|
border-radius: 4px;
|
@@ -19247,6 +19407,9 @@ html.overflow-y-hidden {
|
|
19247
19407
|
.v-btn--stacked .v-icon {
|
19248
19408
|
--v-icon-size-multiplier: 1.1428571429;
|
19249
19409
|
}
|
19410
|
+
.v-btn--stacked.v-btn--block {
|
19411
|
+
min-width: 100%;
|
19412
|
+
}
|
19250
19413
|
|
19251
19414
|
.v-btn__loader {
|
19252
19415
|
align-items: center;
|
@@ -19334,180 +19497,7 @@ html.overflow-y-hidden {
|
|
19334
19497
|
}
|
19335
19498
|
.v-pagination__item--is-active .v-btn__overlay {
|
19336
19499
|
opacity: var(--v-border-opacity);
|
19337
|
-
}.v-
|
19338
|
-
display: inline-block;
|
19339
|
-
line-height: 1;
|
19340
|
-
}
|
19341
|
-
|
19342
|
-
.v-badge__badge {
|
19343
|
-
align-items: center;
|
19344
|
-
display: inline-flex;
|
19345
|
-
border-radius: 10px;
|
19346
|
-
font-size: 0.75rem;
|
19347
|
-
font-weight: 500;
|
19348
|
-
height: 1.25rem;
|
19349
|
-
justify-content: center;
|
19350
|
-
min-width: 20px;
|
19351
|
-
padding: 4px 6px;
|
19352
|
-
pointer-events: auto;
|
19353
|
-
position: absolute;
|
19354
|
-
text-align: center;
|
19355
|
-
text-indent: 0;
|
19356
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19357
|
-
white-space: nowrap;
|
19358
|
-
background: rgb(var(--v-theme-surface-variant));
|
19359
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19360
|
-
}
|
19361
|
-
.v-badge--bordered .v-badge__badge::after {
|
19362
|
-
border-radius: inherit;
|
19363
|
-
border-style: solid;
|
19364
|
-
border-width: 2px;
|
19365
|
-
bottom: 0;
|
19366
|
-
color: rgb(var(--v-theme-background));
|
19367
|
-
content: "";
|
19368
|
-
left: 0;
|
19369
|
-
position: absolute;
|
19370
|
-
right: 0;
|
19371
|
-
top: 0;
|
19372
|
-
transform: scale(1.05);
|
19373
|
-
}
|
19374
|
-
.v-badge--dot .v-badge__badge {
|
19375
|
-
border-radius: 4.5px;
|
19376
|
-
height: 9px;
|
19377
|
-
min-width: 0;
|
19378
|
-
padding: 0;
|
19379
|
-
width: 9px;
|
19380
|
-
}
|
19381
|
-
.v-badge--dot .v-badge__badge::after {
|
19382
|
-
border-width: 1.5px;
|
19383
|
-
}
|
19384
|
-
.v-badge--inline .v-badge__badge {
|
19385
|
-
position: relative;
|
19386
|
-
vertical-align: middle;
|
19387
|
-
}
|
19388
|
-
.v-badge__badge .v-icon {
|
19389
|
-
color: inherit;
|
19390
|
-
font-size: 0.75rem;
|
19391
|
-
margin: 0 -2px;
|
19392
|
-
}
|
19393
|
-
.v-badge__badge img,
|
19394
|
-
.v-badge__badge .v-img {
|
19395
|
-
height: 100%;
|
19396
|
-
width: 100%;
|
19397
|
-
}
|
19398
|
-
|
19399
|
-
.v-badge__wrapper {
|
19400
|
-
display: flex;
|
19401
|
-
position: relative;
|
19402
|
-
}
|
19403
|
-
.v-badge--inline .v-badge__wrapper {
|
19404
|
-
align-items: center;
|
19405
|
-
display: inline-flex;
|
19406
|
-
justify-content: center;
|
19407
|
-
margin: 0 4px;
|
19408
|
-
}.v-breadcrumbs {
|
19409
|
-
display: flex;
|
19410
|
-
align-items: center;
|
19411
|
-
line-height: 1.6;
|
19412
|
-
padding: 16px 12px;
|
19413
|
-
}
|
19414
|
-
.v-breadcrumbs--rounded {
|
19415
|
-
border-radius: 4px;
|
19416
|
-
}
|
19417
|
-
.v-breadcrumbs--density-default {
|
19418
|
-
padding-top: 16px;
|
19419
|
-
padding-bottom: 16px;
|
19420
|
-
}
|
19421
|
-
|
19422
|
-
.v-breadcrumbs--density-comfortable {
|
19423
|
-
padding-top: 12px;
|
19424
|
-
padding-bottom: 12px;
|
19425
|
-
}
|
19426
|
-
|
19427
|
-
.v-breadcrumbs--density-compact {
|
19428
|
-
padding-top: 8px;
|
19429
|
-
padding-bottom: 8px;
|
19430
|
-
}
|
19431
|
-
|
19432
|
-
.v-breadcrumbs__prepend {
|
19433
|
-
align-items: center;
|
19434
|
-
display: inline-flex;
|
19435
|
-
}
|
19436
|
-
|
19437
|
-
.v-breadcrumbs-item {
|
19438
|
-
align-items: center;
|
19439
|
-
color: inherit;
|
19440
|
-
display: inline-flex;
|
19441
|
-
padding: 0 4px;
|
19442
|
-
text-decoration: none;
|
19443
|
-
vertical-align: middle;
|
19444
|
-
}
|
19445
|
-
.v-breadcrumbs-item--disabled {
|
19446
|
-
opacity: var(--v-disabled-opacity);
|
19447
|
-
pointer-events: none;
|
19448
|
-
}
|
19449
|
-
.v-breadcrumbs-item--link {
|
19450
|
-
color: inherit;
|
19451
|
-
text-decoration: none;
|
19452
|
-
}
|
19453
|
-
.v-breadcrumbs-item--link:hover {
|
19454
|
-
text-decoration: underline;
|
19455
|
-
}
|
19456
|
-
.v-breadcrumbs-item .v-icon {
|
19457
|
-
font-size: 1rem;
|
19458
|
-
margin-inline: -4px 2px;
|
19459
|
-
}
|
19460
|
-
|
19461
|
-
.v-breadcrumbs-divider {
|
19462
|
-
display: inline-block;
|
19463
|
-
padding: 0 8px;
|
19464
|
-
vertical-align: middle;
|
19465
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19466
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19467
|
-
}
|
19468
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19469
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19470
|
-
}
|
19471
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19472
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19473
|
-
}
|
19474
|
-
@supports not selector(:focus-visible) {
|
19475
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19476
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19477
|
-
}
|
19478
|
-
}.bottom-sheet-transition-enter-from {
|
19479
|
-
transform: translateY(100%);
|
19480
|
-
}
|
19481
|
-
.bottom-sheet-transition-leave-to {
|
19482
|
-
transform: translateY(100%);
|
19483
|
-
}
|
19484
|
-
|
19485
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19486
|
-
align-self: flex-end;
|
19487
|
-
border-radius: 0;
|
19488
|
-
flex: 0 1 auto;
|
19489
|
-
left: 0;
|
19490
|
-
right: 0;
|
19491
|
-
margin-inline: 0;
|
19492
|
-
margin-bottom: 0;
|
19493
|
-
transition-duration: 0.2s;
|
19494
|
-
width: 100%;
|
19495
|
-
max-width: 100%;
|
19496
|
-
overflow: visible;
|
19497
|
-
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));
|
19498
|
-
}
|
19499
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19500
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19501
|
-
border-radius: 0;
|
19502
|
-
}
|
19503
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19504
|
-
max-width: none;
|
19505
|
-
}
|
19506
|
-
@media (min-width: 600px) {
|
19507
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19508
|
-
max-width: 70%;
|
19509
|
-
}
|
19510
|
-
}.v-btn-group {
|
19500
|
+
}.v-btn-group {
|
19511
19501
|
display: inline-flex;
|
19512
19502
|
flex-wrap: nowrap;
|
19513
19503
|
max-width: 100%;
|
@@ -19862,6 +19852,19 @@ html.overflow-y-hidden {
|
|
19862
19852
|
pointer-events: none;
|
19863
19853
|
opacity: 0;
|
19864
19854
|
transition: opacity 0.2s ease-in-out;
|
19855
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19856
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19857
|
+
}
|
19858
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19859
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19860
|
+
}
|
19861
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19862
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19863
|
+
}
|
19864
|
+
@supports not selector(:focus-visible) {
|
19865
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19866
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19867
|
+
}
|
19865
19868
|
}.v-carousel {
|
19866
19869
|
overflow: hidden;
|
19867
19870
|
position: relative;
|
@@ -19925,6 +19928,29 @@ html.overflow-y-hidden {
|
|
19925
19928
|
flex-direction: column;
|
19926
19929
|
height: 100% !important;
|
19927
19930
|
width: 50px;
|
19931
|
+
}.v-checkbox.v-input {
|
19932
|
+
flex: 0 1 auto;
|
19933
|
+
}
|
19934
|
+
.v-checkbox .v-selection-control {
|
19935
|
+
min-height: var(--v-input-control-height);
|
19936
|
+
}.v-chip-group {
|
19937
|
+
display: flex;
|
19938
|
+
max-width: 100%;
|
19939
|
+
min-width: 0;
|
19940
|
+
overflow-x: auto;
|
19941
|
+
padding: 4px 0;
|
19942
|
+
}
|
19943
|
+
.v-chip-group .v-chip {
|
19944
|
+
margin: 4px 8px 4px 0;
|
19945
|
+
}
|
19946
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19947
|
+
opacity: var(--v-activated-opacity);
|
19948
|
+
}
|
19949
|
+
|
19950
|
+
.v-chip-group--column .v-slide-group__content {
|
19951
|
+
white-space: normal;
|
19952
|
+
flex-wrap: wrap;
|
19953
|
+
max-width: 100%;
|
19928
19954
|
}.v-chip {
|
19929
19955
|
align-items: center;
|
19930
19956
|
display: inline-flex;
|
@@ -20337,11 +20363,6 @@ html.overflow-y-hidden {
|
|
20337
20363
|
|
20338
20364
|
.v-chip--label {
|
20339
20365
|
border-radius: 4px;
|
20340
|
-
}.v-checkbox.v-input {
|
20341
|
-
flex: 0 1 auto;
|
20342
|
-
}
|
20343
|
-
.v-checkbox .v-selection-control {
|
20344
|
-
min-height: var(--v-input-control-height);
|
20345
20366
|
}.v-color-picker {
|
20346
20367
|
align-self: flex-start;
|
20347
20368
|
contain: content;
|
@@ -20362,24 +20383,6 @@ html.overflow-y-hidden {
|
|
20362
20383
|
}
|
20363
20384
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20364
20385
|
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));
|
20365
|
-
}.v-chip-group {
|
20366
|
-
display: flex;
|
20367
|
-
max-width: 100%;
|
20368
|
-
min-width: 0;
|
20369
|
-
overflow-x: auto;
|
20370
|
-
padding: 4px 0;
|
20371
|
-
}
|
20372
|
-
.v-chip-group .v-chip {
|
20373
|
-
margin: 4px 8px 4px 0;
|
20374
|
-
}
|
20375
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20376
|
-
opacity: var(--v-activated-opacity);
|
20377
|
-
}
|
20378
|
-
|
20379
|
-
.v-chip-group--column .v-slide-group__content {
|
20380
|
-
white-space: normal;
|
20381
|
-
flex-wrap: wrap;
|
20382
|
-
max-width: 100%;
|
20383
20386
|
}.v-container {
|
20384
20387
|
width: 100%;
|
20385
20388
|
padding: 16px;
|
@@ -21052,6 +21055,11 @@ html.overflow-y-hidden {
|
|
21052
21055
|
.offset-xxl-11 {
|
21053
21056
|
margin-inline-start: 91.6666666667%;
|
21054
21057
|
}
|
21058
|
+
}.v-counter {
|
21059
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21060
|
+
flex: 0 1 auto;
|
21061
|
+
font-size: 12px;
|
21062
|
+
transition-duration: 150ms;
|
21055
21063
|
}.v-combobox .v-field .v-text-field__prefix,
|
21056
21064
|
.v-combobox .v-field .v-text-field__suffix,
|
21057
21065
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -21133,23 +21141,260 @@ html.overflow-y-hidden {
|
|
21133
21141
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
21134
21142
|
opacity: var(--v-high-emphasis-opacity);
|
21135
21143
|
transform: rotate(180deg);
|
21136
|
-
}.v-
|
21137
|
-
|
21138
|
-
|
21139
|
-
font-size: 12px;
|
21140
|
-
transition-duration: 150ms;
|
21141
|
-
}.v-data-table {
|
21142
|
-
width: 100%;
|
21144
|
+
}.v-date-picker {
|
21145
|
+
overflow: hidden;
|
21146
|
+
width: 328px;
|
21143
21147
|
}
|
21144
|
-
|
21145
|
-
|
21146
|
-
|
21147
|
-
|
21148
|
-
|
21148
|
+
.v-date-picker--show-week {
|
21149
|
+
width: 368px;
|
21150
|
+
}.v-date-picker-controls {
|
21151
|
+
display: flex;
|
21152
|
+
align-items: center;
|
21153
|
+
justify-content: space-between;
|
21154
|
+
font-size: 0.875rem;
|
21155
|
+
padding-top: 4px;
|
21156
|
+
padding-bottom: 4px;
|
21157
|
+
padding-inline-start: 6px;
|
21158
|
+
padding-inline-end: 12px;
|
21149
21159
|
}
|
21150
|
-
|
21151
|
-
|
21152
|
-
|
21160
|
+
.v-date-picker-controls > .v-btn:first-child {
|
21161
|
+
text-transform: none;
|
21162
|
+
font-weight: 400;
|
21163
|
+
line-height: initial;
|
21164
|
+
letter-spacing: initial;
|
21165
|
+
}
|
21166
|
+
.v-date-picker-controls--variant-classic {
|
21167
|
+
padding-inline-start: 12px;
|
21168
|
+
}
|
21169
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21170
|
+
opacity: 0.7;
|
21171
|
+
}
|
21172
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21173
|
+
cursor: pointer;
|
21174
|
+
}
|
21175
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21176
|
+
opacity: 1;
|
21177
|
+
}
|
21178
|
+
.v-date-picker-controls .v-btn:last-child {
|
21179
|
+
margin-inline-start: 4px;
|
21180
|
+
}
|
21181
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21182
|
+
transform: rotate(180deg);
|
21183
|
+
}
|
21184
|
+
|
21185
|
+
.v-date-picker-controls__date {
|
21186
|
+
margin-inline-end: 4px;
|
21187
|
+
}
|
21188
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21189
|
+
margin: auto;
|
21190
|
+
text-align: center;
|
21191
|
+
}
|
21192
|
+
|
21193
|
+
.v-date-picker-controls__month {
|
21194
|
+
display: flex;
|
21195
|
+
}
|
21196
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21197
|
+
flex-direction: row-reverse;
|
21198
|
+
}
|
21199
|
+
|
21200
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21201
|
+
flex: 1 0 auto;
|
21202
|
+
}
|
21203
|
+
|
21204
|
+
.v-date-picker__title {
|
21205
|
+
display: inline-block;
|
21206
|
+
}.v-date-picker-month {
|
21207
|
+
display: flex;
|
21208
|
+
justify-content: center;
|
21209
|
+
padding: 0 12px 8px;
|
21210
|
+
--v-date-picker-month-day-diff: 4px;
|
21211
|
+
}
|
21212
|
+
|
21213
|
+
.v-date-picker-month__weeks {
|
21214
|
+
display: grid;
|
21215
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21216
|
+
column-gap: 4px;
|
21217
|
+
font-size: 0.85rem;
|
21218
|
+
}
|
21219
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21220
|
+
grid-row-gap: 0;
|
21221
|
+
}
|
21222
|
+
|
21223
|
+
.v-date-picker-month__weekday {
|
21224
|
+
font-size: 0.85rem;
|
21225
|
+
}
|
21226
|
+
|
21227
|
+
.v-date-picker-month__days {
|
21228
|
+
display: grid;
|
21229
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21230
|
+
column-gap: 4px;
|
21231
|
+
flex: 1 1;
|
21232
|
+
justify-content: space-around;
|
21233
|
+
}
|
21234
|
+
|
21235
|
+
.v-date-picker-month__day {
|
21236
|
+
align-items: center;
|
21237
|
+
display: flex;
|
21238
|
+
justify-content: center;
|
21239
|
+
position: relative;
|
21240
|
+
height: 40px;
|
21241
|
+
width: 40px;
|
21242
|
+
}
|
21243
|
+
.v-date-picker-month__day--selected .v-btn {
|
21244
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21245
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21246
|
+
}
|
21247
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21248
|
+
--v-btn-height: 24px;
|
21249
|
+
--v-btn-size: 0.85rem;
|
21250
|
+
}
|
21251
|
+
.v-date-picker-month__day--week {
|
21252
|
+
font-size: var(--v-btn-size);
|
21253
|
+
}
|
21254
|
+
|
21255
|
+
.v-date-picker-month__day--adjacent {
|
21256
|
+
opacity: 0.5;
|
21257
|
+
}
|
21258
|
+
|
21259
|
+
.v-date-picker-month__day--hide-adjacent {
|
21260
|
+
opacity: 0;
|
21261
|
+
}.v-date-picker-months {
|
21262
|
+
height: 288px;
|
21263
|
+
}
|
21264
|
+
|
21265
|
+
.v-date-picker-months__content {
|
21266
|
+
align-items: center;
|
21267
|
+
display: grid;
|
21268
|
+
flex: 1 1;
|
21269
|
+
height: inherit;
|
21270
|
+
justify-content: space-around;
|
21271
|
+
grid-template-columns: repeat(2, 1fr);
|
21272
|
+
grid-gap: 0px 24px;
|
21273
|
+
padding-inline-start: 36px;
|
21274
|
+
padding-inline-end: 36px;
|
21275
|
+
}
|
21276
|
+
.v-date-picker-months__content .v-btn {
|
21277
|
+
text-transform: none;
|
21278
|
+
padding-inline-start: 8px;
|
21279
|
+
padding-inline-end: 8px;
|
21280
|
+
}.v-date-picker-header {
|
21281
|
+
align-items: flex-end;
|
21282
|
+
height: 70px;
|
21283
|
+
display: grid;
|
21284
|
+
grid-template-areas: "prepend content append";
|
21285
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21286
|
+
overflow: hidden;
|
21287
|
+
padding-inline: 24px 12px;
|
21288
|
+
padding-bottom: 12px;
|
21289
|
+
}
|
21290
|
+
|
21291
|
+
.v-date-picker-header__append {
|
21292
|
+
grid-area: append;
|
21293
|
+
}
|
21294
|
+
|
21295
|
+
.v-date-picker-header__prepend {
|
21296
|
+
grid-area: prepend;
|
21297
|
+
padding-inline-start: 8px;
|
21298
|
+
}
|
21299
|
+
|
21300
|
+
.v-date-picker-header__content {
|
21301
|
+
align-items: center;
|
21302
|
+
display: inline-flex;
|
21303
|
+
font-size: 32px;
|
21304
|
+
line-height: 40px;
|
21305
|
+
grid-area: content;
|
21306
|
+
justify-content: space-between;
|
21307
|
+
}
|
21308
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21309
|
+
cursor: pointer;
|
21310
|
+
}
|
21311
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21312
|
+
opacity: 0.7;
|
21313
|
+
}
|
21314
|
+
|
21315
|
+
.date-picker-header-transition-enter-active,
|
21316
|
+
.date-picker-header-reverse-transition-enter-active {
|
21317
|
+
transition-duration: 0.3s;
|
21318
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21319
|
+
}
|
21320
|
+
.date-picker-header-transition-leave-active,
|
21321
|
+
.date-picker-header-reverse-transition-leave-active {
|
21322
|
+
transition-duration: 0.3s;
|
21323
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21324
|
+
}
|
21325
|
+
|
21326
|
+
.date-picker-header-transition-enter-from {
|
21327
|
+
transform: translate(0, 100%);
|
21328
|
+
}
|
21329
|
+
.date-picker-header-transition-leave-to {
|
21330
|
+
opacity: 0;
|
21331
|
+
transform: translate(0, -100%);
|
21332
|
+
}
|
21333
|
+
|
21334
|
+
.date-picker-header-reverse-transition-enter-from {
|
21335
|
+
transform: translate(0, -100%);
|
21336
|
+
}
|
21337
|
+
.date-picker-header-reverse-transition-leave-to {
|
21338
|
+
opacity: 0;
|
21339
|
+
transform: translate(0, 100%);
|
21340
|
+
}.v-date-picker-years {
|
21341
|
+
height: 288px;
|
21342
|
+
overflow-y: scroll;
|
21343
|
+
}
|
21344
|
+
|
21345
|
+
.v-date-picker-years__content {
|
21346
|
+
display: grid;
|
21347
|
+
flex: 1 1;
|
21348
|
+
justify-content: space-around;
|
21349
|
+
grid-template-columns: repeat(3, 1fr);
|
21350
|
+
gap: 8px 24px;
|
21351
|
+
padding-inline: 32px;
|
21352
|
+
}
|
21353
|
+
.v-date-picker-years__content .v-btn {
|
21354
|
+
padding-inline: 8px;
|
21355
|
+
}.v-data-table-footer {
|
21356
|
+
align-items: center;
|
21357
|
+
display: flex;
|
21358
|
+
flex-wrap: wrap;
|
21359
|
+
justify-content: flex-end;
|
21360
|
+
padding: 8px 4px;
|
21361
|
+
}
|
21362
|
+
.v-data-table-footer__items-per-page {
|
21363
|
+
align-items: center;
|
21364
|
+
display: flex;
|
21365
|
+
justify-content: center;
|
21366
|
+
}
|
21367
|
+
.v-data-table-footer__items-per-page > span {
|
21368
|
+
padding-inline-end: 8px;
|
21369
|
+
}
|
21370
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21371
|
+
width: 90px;
|
21372
|
+
}
|
21373
|
+
.v-data-table-footer__info {
|
21374
|
+
display: flex;
|
21375
|
+
justify-content: flex-end;
|
21376
|
+
min-width: 116px;
|
21377
|
+
padding: 0 16px;
|
21378
|
+
}
|
21379
|
+
.v-data-table-footer__paginationz {
|
21380
|
+
align-items: center;
|
21381
|
+
display: flex;
|
21382
|
+
margin-inline-start: 16px;
|
21383
|
+
}
|
21384
|
+
.v-data-table-footer__page {
|
21385
|
+
padding: 0 8px;
|
21386
|
+
}.v-data-table {
|
21387
|
+
width: 100%;
|
21388
|
+
}
|
21389
|
+
|
21390
|
+
.v-data-table__table {
|
21391
|
+
width: 100%;
|
21392
|
+
border-collapse: separate;
|
21393
|
+
border-spacing: 0;
|
21394
|
+
}
|
21395
|
+
|
21396
|
+
.v-data-table__tr--focus {
|
21397
|
+
border: 1px dotted black;
|
21153
21398
|
}
|
21154
21399
|
.v-data-table__tr--clickable {
|
21155
21400
|
cursor: pointer;
|
@@ -21325,258 +21570,16 @@ html.overflow-y-hidden {
|
|
21325
21570
|
}
|
21326
21571
|
.v-data-table__td-sort-icon-active {
|
21327
21572
|
color: rgba(var(--v-theme-on-surface));
|
21328
|
-
}.v-
|
21329
|
-
align-items: center;
|
21330
|
-
display: flex;
|
21331
|
-
flex-wrap: wrap;
|
21332
|
-
justify-content: flex-end;
|
21333
|
-
padding: 8px 4px;
|
21334
|
-
}
|
21335
|
-
.v-data-table-footer__items-per-page {
|
21573
|
+
}.v-dialog {
|
21336
21574
|
align-items: center;
|
21337
|
-
display: flex;
|
21338
21575
|
justify-content: center;
|
21576
|
+
margin: auto;
|
21339
21577
|
}
|
21340
|
-
.v-
|
21341
|
-
|
21342
|
-
|
21343
|
-
|
21344
|
-
|
21345
|
-
}
|
21346
|
-
.v-data-table-footer__info {
|
21347
|
-
display: flex;
|
21348
|
-
justify-content: flex-end;
|
21349
|
-
min-width: 116px;
|
21350
|
-
padding: 0 16px;
|
21351
|
-
}
|
21352
|
-
.v-data-table-footer__paginationz {
|
21353
|
-
align-items: center;
|
21354
|
-
display: flex;
|
21355
|
-
margin-inline-start: 16px;
|
21356
|
-
}
|
21357
|
-
.v-data-table-footer__page {
|
21358
|
-
padding: 0 8px;
|
21359
|
-
}.v-date-picker-controls {
|
21360
|
-
display: flex;
|
21361
|
-
align-items: center;
|
21362
|
-
justify-content: space-between;
|
21363
|
-
font-size: 0.875rem;
|
21364
|
-
padding-top: 4px;
|
21365
|
-
padding-bottom: 4px;
|
21366
|
-
padding-inline-start: 6px;
|
21367
|
-
padding-inline-end: 12px;
|
21368
|
-
}
|
21369
|
-
.v-date-picker-controls > .v-btn:first-child {
|
21370
|
-
text-transform: none;
|
21371
|
-
font-weight: 400;
|
21372
|
-
line-height: initial;
|
21373
|
-
letter-spacing: initial;
|
21374
|
-
}
|
21375
|
-
.v-date-picker-controls--variant-classic {
|
21376
|
-
padding-inline-start: 12px;
|
21377
|
-
}
|
21378
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21379
|
-
opacity: 0.7;
|
21380
|
-
}
|
21381
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21382
|
-
cursor: pointer;
|
21383
|
-
}
|
21384
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21385
|
-
opacity: 1;
|
21386
|
-
}
|
21387
|
-
.v-date-picker-controls .v-btn:last-child {
|
21388
|
-
margin-inline-start: 4px;
|
21389
|
-
}
|
21390
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21391
|
-
transform: rotate(180deg);
|
21392
|
-
}
|
21393
|
-
|
21394
|
-
.v-date-picker-controls__date {
|
21395
|
-
margin-inline-end: 4px;
|
21396
|
-
}
|
21397
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21398
|
-
margin: auto;
|
21399
|
-
text-align: center;
|
21400
|
-
}
|
21401
|
-
|
21402
|
-
.v-date-picker-controls__month {
|
21403
|
-
display: flex;
|
21404
|
-
}
|
21405
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21406
|
-
flex-direction: row-reverse;
|
21407
|
-
}
|
21408
|
-
|
21409
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21410
|
-
flex: 1 0 auto;
|
21411
|
-
}
|
21412
|
-
|
21413
|
-
.v-date-picker__title {
|
21414
|
-
display: inline-block;
|
21415
|
-
}.v-date-picker {
|
21416
|
-
overflow: hidden;
|
21417
|
-
width: 328px;
|
21418
|
-
}
|
21419
|
-
.v-date-picker--show-week {
|
21420
|
-
width: 368px;
|
21421
|
-
}.v-date-picker-month {
|
21422
|
-
display: flex;
|
21423
|
-
justify-content: center;
|
21424
|
-
padding: 0 12px 8px;
|
21425
|
-
--v-date-picker-month-day-diff: 4px;
|
21426
|
-
}
|
21427
|
-
|
21428
|
-
.v-date-picker-month__weeks {
|
21429
|
-
display: grid;
|
21430
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21431
|
-
column-gap: 4px;
|
21432
|
-
font-size: 0.85rem;
|
21433
|
-
}
|
21434
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21435
|
-
grid-row-gap: 0;
|
21436
|
-
}
|
21437
|
-
|
21438
|
-
.v-date-picker-month__weekday {
|
21439
|
-
font-size: 0.85rem;
|
21440
|
-
}
|
21441
|
-
|
21442
|
-
.v-date-picker-month__days {
|
21443
|
-
display: grid;
|
21444
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21445
|
-
column-gap: 4px;
|
21446
|
-
flex: 1 1;
|
21447
|
-
justify-content: space-around;
|
21448
|
-
}
|
21449
|
-
|
21450
|
-
.v-date-picker-month__day {
|
21451
|
-
align-items: center;
|
21452
|
-
display: flex;
|
21453
|
-
justify-content: center;
|
21454
|
-
position: relative;
|
21455
|
-
height: 40px;
|
21456
|
-
width: 40px;
|
21457
|
-
}
|
21458
|
-
.v-date-picker-month__day--selected .v-btn {
|
21459
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21460
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21461
|
-
}
|
21462
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21463
|
-
--v-btn-height: 24px;
|
21464
|
-
--v-btn-size: 0.85rem;
|
21465
|
-
}
|
21466
|
-
.v-date-picker-month__day--week {
|
21467
|
-
font-size: var(--v-btn-size);
|
21468
|
-
}
|
21469
|
-
|
21470
|
-
.v-date-picker-month__day--adjacent {
|
21471
|
-
opacity: 0.5;
|
21472
|
-
}
|
21473
|
-
|
21474
|
-
.v-date-picker-month__day--hide-adjacent {
|
21475
|
-
opacity: 0;
|
21476
|
-
}.v-date-picker-years {
|
21477
|
-
height: 288px;
|
21478
|
-
overflow-y: scroll;
|
21479
|
-
}
|
21480
|
-
|
21481
|
-
.v-date-picker-years__content {
|
21482
|
-
display: grid;
|
21483
|
-
flex: 1 1;
|
21484
|
-
justify-content: space-around;
|
21485
|
-
grid-template-columns: repeat(3, 1fr);
|
21486
|
-
gap: 8px 24px;
|
21487
|
-
padding-inline: 32px;
|
21488
|
-
}
|
21489
|
-
.v-date-picker-years__content .v-btn {
|
21490
|
-
padding-inline: 8px;
|
21491
|
-
}.v-date-picker-header {
|
21492
|
-
align-items: flex-end;
|
21493
|
-
height: 70px;
|
21494
|
-
display: grid;
|
21495
|
-
grid-template-areas: "prepend content append";
|
21496
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21497
|
-
overflow: hidden;
|
21498
|
-
padding-inline: 24px 12px;
|
21499
|
-
padding-bottom: 12px;
|
21500
|
-
}
|
21501
|
-
|
21502
|
-
.v-date-picker-header__append {
|
21503
|
-
grid-area: append;
|
21504
|
-
}
|
21505
|
-
|
21506
|
-
.v-date-picker-header__prepend {
|
21507
|
-
grid-area: prepend;
|
21508
|
-
padding-inline-start: 8px;
|
21509
|
-
}
|
21510
|
-
|
21511
|
-
.v-date-picker-header__content {
|
21512
|
-
align-items: center;
|
21513
|
-
display: inline-flex;
|
21514
|
-
font-size: 32px;
|
21515
|
-
line-height: 40px;
|
21516
|
-
grid-area: content;
|
21517
|
-
justify-content: space-between;
|
21518
|
-
}
|
21519
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21520
|
-
cursor: pointer;
|
21521
|
-
}
|
21522
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21523
|
-
opacity: 0.7;
|
21524
|
-
}
|
21525
|
-
|
21526
|
-
.date-picker-header-transition-enter-active,
|
21527
|
-
.date-picker-header-reverse-transition-enter-active {
|
21528
|
-
transition-duration: 0.3s;
|
21529
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21530
|
-
}
|
21531
|
-
.date-picker-header-transition-leave-active,
|
21532
|
-
.date-picker-header-reverse-transition-leave-active {
|
21533
|
-
transition-duration: 0.3s;
|
21534
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21535
|
-
}
|
21536
|
-
|
21537
|
-
.date-picker-header-transition-enter-from {
|
21538
|
-
transform: translate(0, 100%);
|
21539
|
-
}
|
21540
|
-
.date-picker-header-transition-leave-to {
|
21541
|
-
opacity: 0;
|
21542
|
-
transform: translate(0, -100%);
|
21543
|
-
}
|
21544
|
-
|
21545
|
-
.date-picker-header-reverse-transition-enter-from {
|
21546
|
-
transform: translate(0, -100%);
|
21547
|
-
}
|
21548
|
-
.date-picker-header-reverse-transition-leave-to {
|
21549
|
-
opacity: 0;
|
21550
|
-
transform: translate(0, 100%);
|
21551
|
-
}.v-date-picker-months {
|
21552
|
-
height: 288px;
|
21553
|
-
}
|
21554
|
-
|
21555
|
-
.v-date-picker-months__content {
|
21556
|
-
align-items: center;
|
21557
|
-
display: grid;
|
21558
|
-
flex: 1 1;
|
21559
|
-
height: inherit;
|
21560
|
-
justify-content: space-around;
|
21561
|
-
grid-template-columns: repeat(2, 1fr);
|
21562
|
-
grid-gap: 0px 24px;
|
21563
|
-
padding-inline-start: 36px;
|
21564
|
-
padding-inline-end: 36px;
|
21565
|
-
}
|
21566
|
-
.v-date-picker-months__content .v-btn {
|
21567
|
-
text-transform: none;
|
21568
|
-
padding-inline-start: 8px;
|
21569
|
-
padding-inline-end: 8px;
|
21570
|
-
}.v-dialog {
|
21571
|
-
align-items: center;
|
21572
|
-
justify-content: center;
|
21573
|
-
margin: auto;
|
21574
|
-
}
|
21575
|
-
.v-dialog > .v-overlay__content {
|
21576
|
-
max-height: calc(100% - 48px);
|
21577
|
-
width: calc(100% - 48px);
|
21578
|
-
max-width: calc(100% - 48px);
|
21579
|
-
margin: 24px;
|
21578
|
+
.v-dialog > .v-overlay__content {
|
21579
|
+
max-height: calc(100% - 48px);
|
21580
|
+
width: calc(100% - 48px);
|
21581
|
+
max-width: calc(100% - 48px);
|
21582
|
+
margin: 24px;
|
21580
21583
|
}
|
21581
21584
|
.v-dialog > .v-overlay__content,
|
21582
21585
|
.v-dialog > .v-overlay__content > form {
|
@@ -21659,216 +21662,73 @@ html.overflow-y-hidden {
|
|
21659
21662
|
-webkit-backface-visibility: hidden;
|
21660
21663
|
backface-visibility: hidden;
|
21661
21664
|
overflow-y: auto;
|
21662
|
-
}.v-
|
21663
|
-
|
21664
|
-
|
21665
|
+
}.v-empty-state {
|
21666
|
+
align-items: center;
|
21667
|
+
display: flex;
|
21668
|
+
flex-direction: column;
|
21669
|
+
justify-content: center;
|
21670
|
+
min-height: 100%;
|
21671
|
+
padding: 16px;
|
21665
21672
|
}
|
21666
|
-
.v-
|
21667
|
-
|
21673
|
+
.v-empty-state--start {
|
21674
|
+
align-items: flex-start;
|
21668
21675
|
}
|
21669
|
-
.v-
|
21670
|
-
|
21676
|
+
.v-empty-state--center {
|
21677
|
+
align-items: center;
|
21671
21678
|
}
|
21672
|
-
.v-
|
21673
|
-
|
21679
|
+
.v-empty-state--end {
|
21680
|
+
align-items: flex-end;
|
21674
21681
|
}
|
21675
21682
|
|
21676
|
-
.v-
|
21677
|
-
|
21678
|
-
flex-wrap: wrap;
|
21679
|
-
justify-content: center;
|
21680
|
-
list-style-type: none;
|
21681
|
-
padding: 0;
|
21683
|
+
.v-empty-state__media {
|
21684
|
+
text-align: center;
|
21682
21685
|
width: 100%;
|
21683
|
-
position: relative;
|
21684
|
-
z-index: 1;
|
21685
|
-
}
|
21686
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21687
|
-
border-bottom-left-radius: 0 !important;
|
21688
|
-
border-bottom-right-radius: 0 !important;
|
21689
|
-
}
|
21690
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21691
|
-
border-top-left-radius: 0 !important;
|
21692
|
-
border-top-right-radius: 0 !important;
|
21693
|
-
}
|
21694
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21695
|
-
border-bottom-left-radius: 0 !important;
|
21696
|
-
border-bottom-right-radius: 0 !important;
|
21697
|
-
}
|
21698
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21699
|
-
border-top-left-radius: 0 !important;
|
21700
|
-
border-top-right-radius: 0 !important;
|
21701
|
-
}
|
21702
|
-
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
21703
|
-
border-bottom-left-radius: 0 !important;
|
21704
|
-
border-bottom-right-radius: 0 !important;
|
21705
|
-
}
|
21706
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
21707
|
-
border-top-left-radius: 0 !important;
|
21708
|
-
border-top-right-radius: 0 !important;
|
21709
|
-
}
|
21710
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
21711
|
-
border-bottom-left-radius: initial;
|
21712
|
-
border-bottom-right-radius: initial;
|
21713
|
-
}
|
21714
|
-
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
21715
|
-
border-radius: 0 !important;
|
21716
|
-
}
|
21717
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
21718
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
21719
|
-
}
|
21720
|
-
|
21721
|
-
.v-expansion-panel {
|
21722
|
-
flex: 1 0 100%;
|
21723
|
-
max-width: 100%;
|
21724
|
-
position: relative;
|
21725
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
21726
|
-
transition-property: margin-top, border-radius, border, max-width;
|
21727
|
-
border-radius: 4px;
|
21728
|
-
}
|
21729
|
-
.v-expansion-panel:not(:first-child)::after {
|
21730
|
-
border-top-style: solid;
|
21731
|
-
border-top-width: thin;
|
21732
|
-
content: "";
|
21733
|
-
left: 0;
|
21734
|
-
position: absolute;
|
21735
|
-
right: 0;
|
21736
|
-
top: 0;
|
21737
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
21738
|
-
}
|
21739
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
21740
|
-
pointer-events: none;
|
21741
|
-
}
|
21742
|
-
.v-expansion-panel--active:not(:first-child),
|
21743
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
21744
|
-
margin-top: 16px;
|
21745
|
-
}
|
21746
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
21747
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
21748
|
-
opacity: 0;
|
21749
|
-
}
|
21750
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
21751
|
-
border-bottom-left-radius: 0;
|
21752
|
-
border-bottom-right-radius: 0;
|
21753
|
-
}
|
21754
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
21755
|
-
min-height: 64px;
|
21756
21686
|
}
|
21757
|
-
|
21758
|
-
|
21759
|
-
position: absolute;
|
21760
|
-
top: 0;
|
21761
|
-
left: 0;
|
21762
|
-
width: 100%;
|
21763
|
-
height: 100%;
|
21764
|
-
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));
|
21765
|
-
border-radius: inherit;
|
21766
|
-
z-index: -1;
|
21687
|
+
.v-empty-state__media .v-icon {
|
21688
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21767
21689
|
}
|
21768
21690
|
|
21769
|
-
.v-
|
21770
|
-
|
21771
|
-
|
21772
|
-
|
21773
|
-
display: flex;
|
21774
|
-
font-size: 0.9375rem;
|
21691
|
+
.v-empty-state__headline {
|
21692
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21693
|
+
font-size: 3.75rem;
|
21694
|
+
font-weight: 300;
|
21775
21695
|
line-height: 1;
|
21776
|
-
|
21777
|
-
|
21778
|
-
padding: 16px 24px;
|
21779
|
-
position: relative;
|
21780
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
21781
|
-
width: 100%;
|
21782
|
-
justify-content: space-between;
|
21783
|
-
}
|
21784
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
21785
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
21786
|
-
}
|
21787
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
21788
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21789
|
-
}
|
21790
|
-
@supports not selector(:focus-visible) {
|
21791
|
-
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
21792
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21793
|
-
}
|
21794
|
-
}
|
21795
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
21796
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
21797
|
-
}
|
21798
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
21799
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21800
|
-
}
|
21801
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
21802
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21803
|
-
}
|
21804
|
-
@supports not selector(:focus-visible) {
|
21805
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
21806
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21807
|
-
}
|
21808
|
-
}
|
21809
|
-
|
21810
|
-
.v-expansion-panel-title__overlay {
|
21811
|
-
position: absolute;
|
21812
|
-
top: 0;
|
21813
|
-
left: 0;
|
21814
|
-
width: 100%;
|
21815
|
-
height: 100%;
|
21816
|
-
background-color: currentColor;
|
21817
|
-
border-radius: inherit;
|
21818
|
-
opacity: 0;
|
21819
|
-
}
|
21820
|
-
|
21821
|
-
.v-expansion-panel-title__icon {
|
21822
|
-
display: inline-flex;
|
21823
|
-
margin-bottom: -4px;
|
21824
|
-
margin-top: -4px;
|
21825
|
-
-webkit-user-select: none;
|
21826
|
-
user-select: none;
|
21827
|
-
margin-inline-start: auto;
|
21828
|
-
}
|
21829
|
-
|
21830
|
-
.v-expansion-panel-text {
|
21831
|
-
display: flex;
|
21696
|
+
text-align: center;
|
21697
|
+
margin-bottom: 8px;
|
21832
21698
|
}
|
21833
|
-
.v-
|
21834
|
-
|
21835
|
-
flex: 1 1 auto;
|
21836
|
-
max-width: 100%;
|
21699
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21700
|
+
font-size: 2.125rem;
|
21837
21701
|
}
|
21838
21702
|
|
21839
|
-
.v-
|
21840
|
-
|
21841
|
-
|
21842
|
-
|
21843
|
-
|
21703
|
+
.v-empty-state__title {
|
21704
|
+
font-size: 1.25rem;
|
21705
|
+
font-weight: 500;
|
21706
|
+
line-height: 1.6;
|
21707
|
+
margin-bottom: 4px;
|
21708
|
+
text-align: center;
|
21844
21709
|
}
|
21845
21710
|
|
21846
|
-
.v-
|
21847
|
-
|
21848
|
-
|
21849
|
-
|
21850
|
-
|
21711
|
+
.v-empty-state__text {
|
21712
|
+
font-size: 0.875rem;
|
21713
|
+
font-weight: 400;
|
21714
|
+
line-height: 1.425;
|
21715
|
+
padding: 0 16px;
|
21716
|
+
text-align: center;
|
21851
21717
|
}
|
21852
21718
|
|
21853
|
-
.v-
|
21854
|
-
|
21855
|
-
}
|
21856
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
21857
|
-
max-width: calc(100% - 32px);
|
21719
|
+
.v-empty-state__content {
|
21720
|
+
padding: 24px 0;
|
21858
21721
|
}
|
21859
21722
|
|
21860
|
-
.v-
|
21861
|
-
|
21862
|
-
|
21863
|
-
|
21864
|
-
display: none;
|
21723
|
+
.v-empty-state__actions {
|
21724
|
+
display: flex;
|
21725
|
+
gap: 8px;
|
21726
|
+
padding: 16px;
|
21865
21727
|
}
|
21866
21728
|
|
21867
|
-
.v-
|
21868
|
-
|
21869
|
-
|
21870
|
-
.v-expansion-panels--tile > .v-expansion-panel {
|
21871
|
-
border-radius: 0;
|
21729
|
+
.v-empty-state__action-btn.v-btn {
|
21730
|
+
background-color: initial;
|
21731
|
+
color: initial;
|
21872
21732
|
}.v-divider {
|
21873
21733
|
display: block;
|
21874
21734
|
flex: 1 1 100%;
|
@@ -21919,169 +21779,33 @@ html.overflow-y-hidden {
|
|
21919
21779
|
}
|
21920
21780
|
.v-divider__wrapper--vertical .v-divider {
|
21921
21781
|
margin: 0 auto;
|
21922
|
-
}
|
21923
|
-
|
21924
|
-
|
21925
|
-
|
21926
|
-
|
21927
|
-
|
21928
|
-
|
21929
|
-
|
21930
|
-
|
21931
|
-
|
21782
|
+
}/* region INPUT */
|
21783
|
+
.v-field {
|
21784
|
+
--v-theme-overlay-multiplier: 1;
|
21785
|
+
display: grid;
|
21786
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
21787
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
21788
|
+
font-size: 16px;
|
21789
|
+
letter-spacing: 0.009375em;
|
21790
|
+
max-width: 100%;
|
21791
|
+
border-radius: 4px;
|
21792
|
+
contain: layout;
|
21793
|
+
flex: 1 0;
|
21794
|
+
grid-area: control;
|
21795
|
+
position: relative;
|
21796
|
+
--v-field-padding-start: 16px;
|
21797
|
+
--v-field-padding-end: 16px;
|
21798
|
+
--v-field-padding-top: 8px;
|
21799
|
+
--v-field-padding-bottom: 4px;
|
21800
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
21801
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
21932
21802
|
}
|
21933
|
-
.v-
|
21934
|
-
|
21803
|
+
.v-field--disabled {
|
21804
|
+
opacity: var(--v-disabled-opacity);
|
21805
|
+
pointer-events: none;
|
21935
21806
|
}
|
21936
|
-
.v-
|
21937
|
-
|
21938
|
-
}
|
21939
|
-
|
21940
|
-
.v-empty-state__media {
|
21941
|
-
text-align: center;
|
21942
|
-
width: 100%;
|
21943
|
-
}
|
21944
|
-
.v-empty-state__media .v-icon {
|
21945
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21946
|
-
}
|
21947
|
-
|
21948
|
-
.v-empty-state__headline {
|
21949
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21950
|
-
font-size: 3.75rem;
|
21951
|
-
font-weight: 300;
|
21952
|
-
line-height: 1;
|
21953
|
-
text-align: center;
|
21954
|
-
margin-bottom: 8px;
|
21955
|
-
}
|
21956
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
21957
|
-
font-size: 2.125rem;
|
21958
|
-
}
|
21959
|
-
|
21960
|
-
.v-empty-state__title {
|
21961
|
-
font-size: 1.25rem;
|
21962
|
-
font-weight: 500;
|
21963
|
-
line-height: 1.6;
|
21964
|
-
margin-bottom: 4px;
|
21965
|
-
text-align: center;
|
21966
|
-
}
|
21967
|
-
|
21968
|
-
.v-empty-state__text {
|
21969
|
-
font-size: 0.875rem;
|
21970
|
-
font-weight: 400;
|
21971
|
-
line-height: 1.425;
|
21972
|
-
padding: 0 16px;
|
21973
|
-
text-align: center;
|
21974
|
-
}
|
21975
|
-
|
21976
|
-
.v-empty-state__content {
|
21977
|
-
padding: 24px 0;
|
21978
|
-
}
|
21979
|
-
|
21980
|
-
.v-empty-state__actions {
|
21981
|
-
display: flex;
|
21982
|
-
gap: 8px;
|
21983
|
-
padding: 16px;
|
21984
|
-
}
|
21985
|
-
|
21986
|
-
.v-empty-state__action-btn.v-btn {
|
21987
|
-
background-color: initial;
|
21988
|
-
color: initial;
|
21989
|
-
}.v-fab {
|
21990
|
-
align-items: center;
|
21991
|
-
display: inline-flex;
|
21992
|
-
flex: 1 1 auto;
|
21993
|
-
pointer-events: none;
|
21994
|
-
position: relative;
|
21995
|
-
transition-duration: 0.2s;
|
21996
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21997
|
-
vertical-align: middle;
|
21998
|
-
}
|
21999
|
-
.v-fab .v-btn {
|
22000
|
-
pointer-events: auto;
|
22001
|
-
}
|
22002
|
-
.v-fab .v-btn--variant-elevated {
|
22003
|
-
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));
|
22004
|
-
}
|
22005
|
-
.v-fab--app, .v-fab--absolute {
|
22006
|
-
display: flex;
|
22007
|
-
}
|
22008
|
-
.v-fab--start, .v-fab--left {
|
22009
|
-
justify-content: flex-start;
|
22010
|
-
}
|
22011
|
-
.v-fab--center {
|
22012
|
-
align-items: center;
|
22013
|
-
justify-content: center;
|
22014
|
-
}
|
22015
|
-
.v-fab--end, .v-fab--right {
|
22016
|
-
justify-content: flex-end;
|
22017
|
-
}
|
22018
|
-
.v-fab--bottom {
|
22019
|
-
align-items: flex-end;
|
22020
|
-
}
|
22021
|
-
.v-fab--top {
|
22022
|
-
align-items: flex-start;
|
22023
|
-
}
|
22024
|
-
.v-fab--extended .v-btn {
|
22025
|
-
border-radius: 9999px !important;
|
22026
|
-
}
|
22027
|
-
|
22028
|
-
.v-fab__container {
|
22029
|
-
align-self: center;
|
22030
|
-
display: inline-flex;
|
22031
|
-
position: absolute;
|
22032
|
-
vertical-align: middle;
|
22033
|
-
}
|
22034
|
-
.v-fab--app .v-fab__container {
|
22035
|
-
margin: 12px;
|
22036
|
-
}
|
22037
|
-
.v-fab--absolute .v-fab__container {
|
22038
|
-
position: absolute;
|
22039
|
-
z-index: 4;
|
22040
|
-
}
|
22041
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22042
|
-
transform: translateY(-50%);
|
22043
|
-
}
|
22044
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22045
|
-
transform: translateY(50%);
|
22046
|
-
}
|
22047
|
-
.v-fab--top .v-fab__container {
|
22048
|
-
top: 0;
|
22049
|
-
}
|
22050
|
-
.v-fab--bottom .v-fab__container {
|
22051
|
-
bottom: 0;
|
22052
|
-
}
|
22053
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22054
|
-
left: 0;
|
22055
|
-
}
|
22056
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22057
|
-
right: 0;
|
22058
|
-
}/* region INPUT */
|
22059
|
-
.v-field {
|
22060
|
-
--v-theme-overlay-multiplier: 1;
|
22061
|
-
display: grid;
|
22062
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
22063
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
22064
|
-
font-size: 16px;
|
22065
|
-
letter-spacing: 0.009375em;
|
22066
|
-
max-width: 100%;
|
22067
|
-
border-radius: 4px;
|
22068
|
-
contain: layout;
|
22069
|
-
flex: 1 0;
|
22070
|
-
grid-area: control;
|
22071
|
-
position: relative;
|
22072
|
-
--v-field-padding-start: 16px;
|
22073
|
-
--v-field-padding-end: 16px;
|
22074
|
-
--v-field-padding-top: 8px;
|
22075
|
-
--v-field-padding-bottom: 4px;
|
22076
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
22077
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
22078
|
-
}
|
22079
|
-
.v-field--disabled {
|
22080
|
-
opacity: var(--v-disabled-opacity);
|
22081
|
-
pointer-events: none;
|
22082
|
-
}
|
22083
|
-
.v-field .v-chip {
|
22084
|
-
--v-chip-height: 24px;
|
21807
|
+
.v-field .v-chip {
|
21808
|
+
--v-chip-height: 24px;
|
22085
21809
|
}
|
22086
21810
|
|
22087
21811
|
/* endregion */
|
@@ -22198,11 +21922,6 @@ html.overflow-y-hidden {
|
|
22198
21922
|
position: relative;
|
22199
21923
|
width: 100%;
|
22200
21924
|
}
|
22201
|
-
.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 {
|
22202
|
-
padding-top: unset;
|
22203
|
-
padding-bottom: unset;
|
22204
|
-
}
|
22205
|
-
|
22206
21925
|
.v-input--density-default .v-field__input {
|
22207
21926
|
row-gap: 8px;
|
22208
21927
|
}
|
@@ -22270,12 +21989,12 @@ textarea.v-field__input::placeholder {
|
|
22270
21989
|
padding-top: 0;
|
22271
21990
|
}
|
22272
21991
|
|
22273
|
-
.v-field
|
22274
|
-
.v-field
|
22275
|
-
.v-field
|
22276
|
-
.v-field
|
22277
|
-
.v-field
|
22278
|
-
.v-field
|
21992
|
+
.v-field.v-field--variant-underlined .v-field__append-inner,
|
21993
|
+
.v-field.v-field--variant-underlined .v-field__clearable,
|
21994
|
+
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
21995
|
+
.v-field.v-field--variant-plain .v-field__append-inner,
|
21996
|
+
.v-field.v-field--variant-plain .v-field__clearable,
|
21997
|
+
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
22279
21998
|
align-items: flex-start;
|
22280
21999
|
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
22281
22000
|
padding-bottom: var(--v-field-padding-bottom, 4px);
|
@@ -22531,107 +22250,386 @@ textarea.v-field__input::placeholder {
|
|
22531
22250
|
border-inline-start-width: var(--v-field-border-width);
|
22532
22251
|
}
|
22533
22252
|
|
22534
|
-
/* endregion */
|
22535
|
-
/* region LOADER */
|
22536
|
-
.v-field__loader {
|
22537
|
-
top: calc(100% - 2px);
|
22538
|
-
left: 0;
|
22539
|
-
position: absolute;
|
22540
|
-
right: 0;
|
22541
|
-
width: 100%;
|
22542
|
-
border-top-left-radius: 0;
|
22543
|
-
border-top-right-radius: 0;
|
22544
|
-
border-bottom-left-radius: inherit;
|
22545
|
-
border-bottom-right-radius: inherit;
|
22546
|
-
overflow: hidden;
|
22253
|
+
/* endregion */
|
22254
|
+
/* region LOADER */
|
22255
|
+
.v-field__loader {
|
22256
|
+
top: calc(100% - 2px);
|
22257
|
+
left: 0;
|
22258
|
+
position: absolute;
|
22259
|
+
right: 0;
|
22260
|
+
width: 100%;
|
22261
|
+
border-top-left-radius: 0;
|
22262
|
+
border-top-right-radius: 0;
|
22263
|
+
border-bottom-left-radius: inherit;
|
22264
|
+
border-bottom-right-radius: inherit;
|
22265
|
+
overflow: hidden;
|
22266
|
+
}
|
22267
|
+
.v-field--variant-outlined .v-field__loader {
|
22268
|
+
top: calc(100% - 3px);
|
22269
|
+
width: calc(100% - 1px * 2);
|
22270
|
+
left: 1px;
|
22271
|
+
}
|
22272
|
+
|
22273
|
+
/* endregion */
|
22274
|
+
/* region OVERLAY */
|
22275
|
+
.v-field__overlay {
|
22276
|
+
border-radius: inherit;
|
22277
|
+
pointer-events: none;
|
22278
|
+
position: absolute;
|
22279
|
+
top: 0;
|
22280
|
+
left: 0;
|
22281
|
+
width: 100%;
|
22282
|
+
height: 100%;
|
22283
|
+
}
|
22284
|
+
|
22285
|
+
.v-field--variant-filled .v-field__overlay {
|
22286
|
+
background-color: currentColor;
|
22287
|
+
opacity: 0.04;
|
22288
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22289
|
+
}
|
22290
|
+
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
22291
|
+
opacity: 0;
|
22292
|
+
}
|
22293
|
+
@media (hover: hover) {
|
22294
|
+
.v-field--variant-filled:hover .v-field__overlay {
|
22295
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22296
|
+
}
|
22297
|
+
}
|
22298
|
+
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
22299
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22300
|
+
}
|
22301
|
+
|
22302
|
+
.v-field--variant-solo-filled .v-field__overlay {
|
22303
|
+
background-color: currentColor;
|
22304
|
+
opacity: 0.04;
|
22305
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22306
|
+
}
|
22307
|
+
@media (hover: hover) {
|
22308
|
+
.v-field--variant-solo-filled:hover .v-field__overlay {
|
22309
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22310
|
+
}
|
22311
|
+
}
|
22312
|
+
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
22313
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22314
|
+
}
|
22315
|
+
|
22316
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
22317
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22318
|
+
}
|
22319
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
22320
|
+
opacity: 0;
|
22321
|
+
}
|
22322
|
+
@media (hover: hover) {
|
22323
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
22324
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22325
|
+
}
|
22326
|
+
}
|
22327
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
22328
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
22329
|
+
opacity: 1;
|
22330
|
+
}
|
22331
|
+
|
22332
|
+
/* endregion */
|
22333
|
+
/* region MODIFIERS */
|
22334
|
+
.v-field--reverse .v-field__field,
|
22335
|
+
.v-field--reverse .v-field__input,
|
22336
|
+
.v-field--reverse .v-field__outline {
|
22337
|
+
flex-direction: row-reverse;
|
22338
|
+
}
|
22339
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
22340
|
+
text-align: end;
|
22341
|
+
}
|
22342
|
+
|
22343
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
22344
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
22345
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
22346
|
+
}
|
22347
|
+
|
22348
|
+
.v-field--loading .v-field__outline::after,
|
22349
|
+
.v-field--loading .v-field__outline::before {
|
22350
|
+
opacity: 0;
|
22351
|
+
}
|
22352
|
+
|
22353
|
+
/* endregion */.v-expansion-panel {
|
22354
|
+
background-color: rgb(var(--v-theme-surface));
|
22355
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22356
|
+
}
|
22357
|
+
.v-expansion-panel:not(:first-child)::after {
|
22358
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22359
|
+
}
|
22360
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22361
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
22362
|
+
}
|
22363
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
22364
|
+
opacity: 0.4615384615;
|
22365
|
+
}
|
22366
|
+
|
22367
|
+
.v-expansion-panels {
|
22368
|
+
display: flex;
|
22369
|
+
flex-wrap: wrap;
|
22370
|
+
justify-content: center;
|
22371
|
+
list-style-type: none;
|
22372
|
+
padding: 0;
|
22373
|
+
width: 100%;
|
22374
|
+
position: relative;
|
22375
|
+
z-index: 1;
|
22376
|
+
}
|
22377
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
22378
|
+
border-bottom-left-radius: 0 !important;
|
22379
|
+
border-bottom-right-radius: 0 !important;
|
22380
|
+
}
|
22381
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
22382
|
+
border-top-left-radius: 0 !important;
|
22383
|
+
border-top-right-radius: 0 !important;
|
22384
|
+
}
|
22385
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
22386
|
+
border-bottom-left-radius: 0 !important;
|
22387
|
+
border-bottom-right-radius: 0 !important;
|
22388
|
+
}
|
22389
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
22390
|
+
border-top-left-radius: 0 !important;
|
22391
|
+
border-top-right-radius: 0 !important;
|
22392
|
+
}
|
22393
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
22394
|
+
border-bottom-left-radius: 0 !important;
|
22395
|
+
border-bottom-right-radius: 0 !important;
|
22396
|
+
}
|
22397
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
22398
|
+
border-top-left-radius: 0 !important;
|
22399
|
+
border-top-right-radius: 0 !important;
|
22400
|
+
}
|
22401
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
22402
|
+
border-bottom-left-radius: initial;
|
22403
|
+
border-bottom-right-radius: initial;
|
22404
|
+
}
|
22405
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
22406
|
+
border-radius: 0 !important;
|
22407
|
+
}
|
22408
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
22409
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
22410
|
+
}
|
22411
|
+
|
22412
|
+
.v-expansion-panel {
|
22413
|
+
flex: 1 0 100%;
|
22414
|
+
max-width: 100%;
|
22415
|
+
position: relative;
|
22416
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
22417
|
+
transition-property: margin-top, border-radius, border, max-width;
|
22418
|
+
border-radius: 4px;
|
22419
|
+
}
|
22420
|
+
.v-expansion-panel:not(:first-child)::after {
|
22421
|
+
border-top-style: solid;
|
22422
|
+
border-top-width: thin;
|
22423
|
+
content: "";
|
22424
|
+
left: 0;
|
22425
|
+
position: absolute;
|
22426
|
+
right: 0;
|
22427
|
+
top: 0;
|
22428
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
22429
|
+
}
|
22430
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22431
|
+
pointer-events: none;
|
22432
|
+
}
|
22433
|
+
.v-expansion-panel--active:not(:first-child),
|
22434
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
22435
|
+
margin-top: 16px;
|
22436
|
+
}
|
22437
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
22438
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
22439
|
+
opacity: 0;
|
22440
|
+
}
|
22441
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
22442
|
+
border-bottom-left-radius: 0;
|
22443
|
+
border-bottom-right-radius: 0;
|
22444
|
+
}
|
22445
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
22446
|
+
min-height: 64px;
|
22447
|
+
}
|
22448
|
+
|
22449
|
+
.v-expansion-panel__shadow {
|
22450
|
+
position: absolute;
|
22451
|
+
top: 0;
|
22452
|
+
left: 0;
|
22453
|
+
width: 100%;
|
22454
|
+
height: 100%;
|
22455
|
+
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));
|
22456
|
+
border-radius: inherit;
|
22457
|
+
z-index: -1;
|
22458
|
+
}
|
22459
|
+
|
22460
|
+
.v-expansion-panel-title {
|
22461
|
+
align-items: center;
|
22462
|
+
text-align: start;
|
22463
|
+
border-radius: inherit;
|
22464
|
+
display: flex;
|
22465
|
+
font-size: 0.9375rem;
|
22466
|
+
line-height: 1;
|
22467
|
+
min-height: 48px;
|
22468
|
+
outline: none;
|
22469
|
+
padding: 16px 24px;
|
22470
|
+
position: relative;
|
22471
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22472
|
+
width: 100%;
|
22473
|
+
justify-content: space-between;
|
22474
|
+
}
|
22475
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
22476
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22477
|
+
}
|
22478
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
22479
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22480
|
+
}
|
22481
|
+
@supports not selector(:focus-visible) {
|
22482
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
22483
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22484
|
+
}
|
22485
|
+
}
|
22486
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
22487
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
22488
|
+
}
|
22489
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
22490
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22491
|
+
}
|
22492
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
22493
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22494
|
+
}
|
22495
|
+
@supports not selector(:focus-visible) {
|
22496
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
22497
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22498
|
+
}
|
22499
|
+
}
|
22500
|
+
|
22501
|
+
.v-expansion-panel-title__overlay {
|
22502
|
+
position: absolute;
|
22503
|
+
top: 0;
|
22504
|
+
left: 0;
|
22505
|
+
width: 100%;
|
22506
|
+
height: 100%;
|
22507
|
+
background-color: currentColor;
|
22508
|
+
border-radius: inherit;
|
22509
|
+
opacity: 0;
|
22510
|
+
}
|
22511
|
+
|
22512
|
+
.v-expansion-panel-title__icon {
|
22513
|
+
display: inline-flex;
|
22514
|
+
margin-bottom: -4px;
|
22515
|
+
margin-top: -4px;
|
22516
|
+
-webkit-user-select: none;
|
22517
|
+
user-select: none;
|
22518
|
+
margin-inline-start: auto;
|
22519
|
+
}
|
22520
|
+
|
22521
|
+
.v-expansion-panel-text {
|
22522
|
+
display: flex;
|
22523
|
+
}
|
22524
|
+
.v-expansion-panel-text__wrapper {
|
22525
|
+
padding: 8px 24px 16px;
|
22526
|
+
flex: 1 1 auto;
|
22527
|
+
max-width: 100%;
|
22528
|
+
}
|
22529
|
+
|
22530
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
22531
|
+
margin-top: 0;
|
22532
|
+
}
|
22533
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
22534
|
+
opacity: 1;
|
22535
|
+
}
|
22536
|
+
|
22537
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
22538
|
+
max-width: calc(100% - 32px);
|
22539
|
+
}
|
22540
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
22541
|
+
max-width: calc(100% + 16px);
|
22542
|
+
}
|
22543
|
+
|
22544
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
22545
|
+
max-width: 100%;
|
22546
|
+
}
|
22547
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
22548
|
+
max-width: calc(100% - 32px);
|
22549
|
+
}
|
22550
|
+
|
22551
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
22552
|
+
border-top: none;
|
22547
22553
|
}
|
22548
|
-
.v-
|
22549
|
-
|
22550
|
-
width: calc(100% - 1px * 2);
|
22551
|
-
left: 1px;
|
22554
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
22555
|
+
display: none;
|
22552
22556
|
}
|
22553
22557
|
|
22554
|
-
|
22555
|
-
|
22556
|
-
|
22557
|
-
|
22558
|
+
.v-expansion-panels--tile {
|
22559
|
+
border-radius: 0;
|
22560
|
+
}
|
22561
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
22562
|
+
border-radius: 0;
|
22563
|
+
}.v-fab {
|
22564
|
+
align-items: center;
|
22565
|
+
display: inline-flex;
|
22566
|
+
flex: 1 1 auto;
|
22558
22567
|
pointer-events: none;
|
22559
|
-
position:
|
22560
|
-
|
22561
|
-
|
22562
|
-
|
22563
|
-
height: 100%;
|
22568
|
+
position: relative;
|
22569
|
+
transition-duration: 0.2s;
|
22570
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22571
|
+
vertical-align: middle;
|
22564
22572
|
}
|
22565
|
-
|
22566
|
-
|
22567
|
-
background-color: currentColor;
|
22568
|
-
opacity: 0.04;
|
22569
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22573
|
+
.v-fab .v-btn {
|
22574
|
+
pointer-events: auto;
|
22570
22575
|
}
|
22571
|
-
.v-
|
22572
|
-
|
22576
|
+
.v-fab .v-btn--variant-elevated {
|
22577
|
+
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
22578
|
}
|
22574
|
-
|
22575
|
-
|
22576
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22577
|
-
}
|
22579
|
+
.v-fab--app, .v-fab--absolute {
|
22580
|
+
display: flex;
|
22578
22581
|
}
|
22579
|
-
.v-
|
22580
|
-
|
22582
|
+
.v-fab--start, .v-fab--left {
|
22583
|
+
justify-content: flex-start;
|
22581
22584
|
}
|
22582
|
-
|
22583
|
-
|
22584
|
-
|
22585
|
-
opacity: 0.04;
|
22586
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22585
|
+
.v-fab--center {
|
22586
|
+
align-items: center;
|
22587
|
+
justify-content: center;
|
22587
22588
|
}
|
22588
|
-
|
22589
|
-
|
22590
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22591
|
-
}
|
22589
|
+
.v-fab--end, .v-fab--right {
|
22590
|
+
justify-content: flex-end;
|
22592
22591
|
}
|
22593
|
-
.v-
|
22594
|
-
|
22592
|
+
.v-fab--bottom {
|
22593
|
+
align-items: flex-end;
|
22594
|
+
}
|
22595
|
+
.v-fab--top {
|
22596
|
+
align-items: flex-start;
|
22597
|
+
}
|
22598
|
+
.v-fab--extended .v-btn {
|
22599
|
+
border-radius: 9999px !important;
|
22595
22600
|
}
|
22596
22601
|
|
22597
|
-
.v-
|
22598
|
-
|
22602
|
+
.v-fab__container {
|
22603
|
+
align-self: center;
|
22604
|
+
display: inline-flex;
|
22605
|
+
position: absolute;
|
22606
|
+
vertical-align: middle;
|
22599
22607
|
}
|
22600
|
-
.v-
|
22601
|
-
|
22608
|
+
.v-fab--app .v-fab__container {
|
22609
|
+
margin: 12px;
|
22602
22610
|
}
|
22603
|
-
|
22604
|
-
|
22605
|
-
|
22606
|
-
}
|
22611
|
+
.v-fab--absolute .v-fab__container {
|
22612
|
+
position: absolute;
|
22613
|
+
z-index: 4;
|
22607
22614
|
}
|
22608
|
-
.v-
|
22609
|
-
|
22610
|
-
opacity: 1;
|
22615
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22616
|
+
transform: translateY(-50%);
|
22611
22617
|
}
|
22612
|
-
|
22613
|
-
|
22614
|
-
/* region MODIFIERS */
|
22615
|
-
.v-field--reverse .v-field__field,
|
22616
|
-
.v-field--reverse .v-field__input,
|
22617
|
-
.v-field--reverse .v-field__outline {
|
22618
|
-
flex-direction: row-reverse;
|
22618
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22619
|
+
transform: translateY(50%);
|
22619
22620
|
}
|
22620
|
-
.v-
|
22621
|
-
|
22621
|
+
.v-fab--top .v-fab__container {
|
22622
|
+
top: 0;
|
22622
22623
|
}
|
22623
|
-
|
22624
|
-
|
22625
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
22626
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
22624
|
+
.v-fab--bottom .v-fab__container {
|
22625
|
+
bottom: 0;
|
22627
22626
|
}
|
22628
|
-
|
22629
|
-
|
22630
|
-
.v-field--loading .v-field__outline::before {
|
22631
|
-
opacity: 0;
|
22627
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22628
|
+
left: 0;
|
22632
22629
|
}
|
22633
|
-
|
22634
|
-
|
22630
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22631
|
+
right: 0;
|
22632
|
+
}.v-file-input--hide.v-input .v-field,
|
22635
22633
|
.v-file-input--hide.v-input .v-input__control,
|
22636
22634
|
.v-file-input--hide.v-input .v-input__details {
|
22637
22635
|
display: none;
|
@@ -22688,6 +22686,59 @@ textarea.v-field__input::placeholder {
|
|
22688
22686
|
}
|
22689
22687
|
.v-footer--rounded {
|
22690
22688
|
border-radius: 4px;
|
22689
|
+
}.v-icon {
|
22690
|
+
--v-icon-size-multiplier: 1;
|
22691
|
+
align-items: center;
|
22692
|
+
display: inline-flex;
|
22693
|
+
font-feature-settings: "liga";
|
22694
|
+
height: 1em;
|
22695
|
+
justify-content: center;
|
22696
|
+
letter-spacing: normal;
|
22697
|
+
line-height: 1;
|
22698
|
+
position: relative;
|
22699
|
+
text-indent: 0;
|
22700
|
+
text-align: center;
|
22701
|
+
-webkit-user-select: none;
|
22702
|
+
user-select: none;
|
22703
|
+
vertical-align: middle;
|
22704
|
+
width: 1em;
|
22705
|
+
min-width: 1em;
|
22706
|
+
}
|
22707
|
+
.v-icon--clickable {
|
22708
|
+
cursor: pointer;
|
22709
|
+
}
|
22710
|
+
.v-icon--disabled {
|
22711
|
+
pointer-events: none;
|
22712
|
+
opacity: 0.38;
|
22713
|
+
}
|
22714
|
+
.v-icon--size-x-small {
|
22715
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22716
|
+
}
|
22717
|
+
.v-icon--size-small {
|
22718
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22719
|
+
}
|
22720
|
+
.v-icon--size-default {
|
22721
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22722
|
+
}
|
22723
|
+
.v-icon--size-large {
|
22724
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22725
|
+
}
|
22726
|
+
.v-icon--size-x-large {
|
22727
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22728
|
+
}
|
22729
|
+
|
22730
|
+
.v-icon__svg {
|
22731
|
+
fill: currentColor;
|
22732
|
+
width: 100%;
|
22733
|
+
height: 100%;
|
22734
|
+
}
|
22735
|
+
|
22736
|
+
.v-icon--start {
|
22737
|
+
margin-inline-end: 8px;
|
22738
|
+
}
|
22739
|
+
|
22740
|
+
.v-icon--end {
|
22741
|
+
margin-inline-start: 8px;
|
22691
22742
|
}.v-img {
|
22692
22743
|
--v-theme-overlay-multiplier: 3;
|
22693
22744
|
z-index: 0;
|
@@ -22758,59 +22809,6 @@ textarea.v-field__input::placeholder {
|
|
22758
22809
|
display: flex;
|
22759
22810
|
justify-content: center;
|
22760
22811
|
padding: 8px;
|
22761
|
-
}.v-icon {
|
22762
|
-
--v-icon-size-multiplier: 1;
|
22763
|
-
align-items: center;
|
22764
|
-
display: inline-flex;
|
22765
|
-
font-feature-settings: "liga";
|
22766
|
-
height: 1em;
|
22767
|
-
justify-content: center;
|
22768
|
-
letter-spacing: normal;
|
22769
|
-
line-height: 1;
|
22770
|
-
position: relative;
|
22771
|
-
text-indent: 0;
|
22772
|
-
text-align: center;
|
22773
|
-
-webkit-user-select: none;
|
22774
|
-
user-select: none;
|
22775
|
-
vertical-align: middle;
|
22776
|
-
width: 1em;
|
22777
|
-
min-width: 1em;
|
22778
|
-
}
|
22779
|
-
.v-icon--clickable {
|
22780
|
-
cursor: pointer;
|
22781
|
-
}
|
22782
|
-
.v-icon--disabled {
|
22783
|
-
pointer-events: none;
|
22784
|
-
opacity: 0.38;
|
22785
|
-
}
|
22786
|
-
.v-icon--size-x-small {
|
22787
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22788
|
-
}
|
22789
|
-
.v-icon--size-small {
|
22790
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22791
|
-
}
|
22792
|
-
.v-icon--size-default {
|
22793
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22794
|
-
}
|
22795
|
-
.v-icon--size-large {
|
22796
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22797
|
-
}
|
22798
|
-
.v-icon--size-x-large {
|
22799
|
-
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22800
|
-
}
|
22801
|
-
|
22802
|
-
.v-icon__svg {
|
22803
|
-
fill: currentColor;
|
22804
|
-
width: 100%;
|
22805
|
-
height: 100%;
|
22806
|
-
}
|
22807
|
-
|
22808
|
-
.v-icon--start {
|
22809
|
-
margin-inline-end: 8px;
|
22810
|
-
}
|
22811
|
-
|
22812
|
-
.v-icon--end {
|
22813
|
-
margin-inline-start: 8px;
|
22814
22812
|
}.v-input {
|
22815
22813
|
display: grid;
|
22816
22814
|
flex: 1 1 auto;
|
@@ -22939,35 +22937,25 @@ textarea.v-field__input::placeholder {
|
|
22939
22937
|
.v-input--hide-spin-buttons input[type=number] {
|
22940
22938
|
-moz-appearance: textfield;
|
22941
22939
|
}
|
22942
|
-
.v-input--plain-underlined
|
22943
|
-
.v-input--plain-underlined
|
22940
|
+
.v-input--plain-underlined .v-input__prepend,
|
22941
|
+
.v-input--plain-underlined .v-input__append {
|
22944
22942
|
align-items: flex-start;
|
22945
22943
|
}
|
22946
|
-
.v-input--density-default.v-input--plain-underlined
|
22944
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
22947
22945
|
padding-top: calc(var(--v-input-padding-top) + 4px);
|
22948
22946
|
}
|
22949
|
-
|
22950
|
-
.v-input--density-comfortable.v-input--plain-underlined
|
22951
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22952
|
-
}
|
22953
|
-
|
22954
|
-
.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 {
|
22955
|
-
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22956
|
-
}.v-layout {
|
22957
|
-
--v-scrollbar-offset: 0px;
|
22958
|
-
display: flex;
|
22959
|
-
flex: 1 1 auto;
|
22960
|
-
}
|
22961
|
-
.v-layout--full-height {
|
22962
|
-
--v-scrollbar-offset: inherit;
|
22963
|
-
height: 100%;
|
22964
|
-
}.v-layout-item {
|
22965
|
-
position: absolute;
|
22966
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22947
|
+
|
22948
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
22949
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22967
22950
|
}
|
22968
22951
|
|
22969
|
-
.v-
|
22970
|
-
|
22952
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22953
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22954
|
+
}.v-item-group {
|
22955
|
+
flex: 0 1 auto;
|
22956
|
+
max-width: 100%;
|
22957
|
+
position: relative;
|
22958
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22971
22959
|
}.v-label {
|
22972
22960
|
align-items: center;
|
22973
22961
|
color: inherit;
|
@@ -22983,11 +22971,49 @@ textarea.v-field__input::placeholder {
|
|
22983
22971
|
|
22984
22972
|
.v-label--clickable {
|
22985
22973
|
cursor: pointer;
|
22986
|
-
}.v-
|
22987
|
-
|
22974
|
+
}.v-layout {
|
22975
|
+
--v-scrollbar-offset: 0px;
|
22976
|
+
display: flex;
|
22977
|
+
flex: 1 1 auto;
|
22978
|
+
}
|
22979
|
+
.v-layout--full-height {
|
22980
|
+
--v-scrollbar-offset: inherit;
|
22981
|
+
height: 100%;
|
22982
|
+
}.v-layout-item {
|
22983
|
+
position: absolute;
|
22984
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22985
|
+
}
|
22986
|
+
|
22987
|
+
.v-layout-item--absolute {
|
22988
|
+
position: absolute;
|
22989
|
+
}.v-main {
|
22990
|
+
flex: 1 0 auto;
|
22988
22991
|
max-width: 100%;
|
22989
|
-
position: relative;
|
22990
22992
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22993
|
+
padding-left: var(--v-layout-left);
|
22994
|
+
padding-right: var(--v-layout-right);
|
22995
|
+
padding-top: var(--v-layout-top);
|
22996
|
+
padding-bottom: var(--v-layout-bottom);
|
22997
|
+
}
|
22998
|
+
.v-main__scroller {
|
22999
|
+
max-width: 100%;
|
23000
|
+
position: relative;
|
23001
|
+
}
|
23002
|
+
.v-main--scrollable {
|
23003
|
+
display: flex;
|
23004
|
+
position: absolute;
|
23005
|
+
top: 0;
|
23006
|
+
left: 0;
|
23007
|
+
width: 100%;
|
23008
|
+
height: 100%;
|
23009
|
+
}
|
23010
|
+
.v-main--scrollable > .v-main__scroller {
|
23011
|
+
flex: 1 1 auto;
|
23012
|
+
overflow-y: auto;
|
23013
|
+
--v-layout-left: 0px;
|
23014
|
+
--v-layout-right: 0px;
|
23015
|
+
--v-layout-top: 0px;
|
23016
|
+
--v-layout-bottom: 0px;
|
22991
23017
|
}.v-list {
|
22992
23018
|
overflow: auto;
|
22993
23019
|
padding: 8px 0;
|
@@ -23545,34 +23571,6 @@ textarea.v-field__input::placeholder {
|
|
23545
23571
|
}
|
23546
23572
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23547
23573
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23548
|
-
}.v-main {
|
23549
|
-
flex: 1 0 auto;
|
23550
|
-
max-width: 100%;
|
23551
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23552
|
-
padding-left: var(--v-layout-left);
|
23553
|
-
padding-right: var(--v-layout-right);
|
23554
|
-
padding-top: var(--v-layout-top);
|
23555
|
-
padding-bottom: var(--v-layout-bottom);
|
23556
|
-
}
|
23557
|
-
.v-main__scroller {
|
23558
|
-
max-width: 100%;
|
23559
|
-
position: relative;
|
23560
|
-
}
|
23561
|
-
.v-main--scrollable {
|
23562
|
-
display: flex;
|
23563
|
-
position: absolute;
|
23564
|
-
top: 0;
|
23565
|
-
left: 0;
|
23566
|
-
width: 100%;
|
23567
|
-
height: 100%;
|
23568
|
-
}
|
23569
|
-
.v-main--scrollable > .v-main__scroller {
|
23570
|
-
flex: 1 1 auto;
|
23571
|
-
overflow-y: auto;
|
23572
|
-
--v-layout-left: 0px;
|
23573
|
-
--v-layout-right: 0px;
|
23574
|
-
--v-layout-top: 0px;
|
23575
|
-
--v-layout-bottom: 0px;
|
23576
23574
|
}.v-locale-provider {
|
23577
23575
|
display: contents;
|
23578
23576
|
}.v-messages {
|
@@ -23591,6 +23589,19 @@ textarea.v-field__input::placeholder {
|
|
23591
23589
|
-webkit-hyphens: auto;
|
23592
23590
|
hyphens: auto;
|
23593
23591
|
transition-duration: 150ms;
|
23592
|
+
}.v-menu > .v-overlay__content {
|
23593
|
+
display: flex;
|
23594
|
+
flex-direction: column;
|
23595
|
+
border-radius: 4px;
|
23596
|
+
}
|
23597
|
+
.v-menu > .v-overlay__content > .v-card,
|
23598
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23599
|
+
.v-menu > .v-overlay__content > .v-list {
|
23600
|
+
background: rgb(var(--v-theme-surface));
|
23601
|
+
border-radius: inherit;
|
23602
|
+
overflow: auto;
|
23603
|
+
height: 100%;
|
23604
|
+
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));
|
23594
23605
|
}.v-navigation-drawer {
|
23595
23606
|
-webkit-overflow-scrolling: touch;
|
23596
23607
|
background: rgb(var(--v-theme-surface));
|
@@ -23667,109 +23678,222 @@ textarea.v-field__input::placeholder {
|
|
23667
23678
|
height: 100%;
|
23668
23679
|
left: 0;
|
23669
23680
|
position: absolute;
|
23670
|
-
top: 0;
|
23681
|
+
top: 0;
|
23682
|
+
width: 100%;
|
23683
|
+
z-index: -1;
|
23684
|
+
}
|
23685
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
23686
|
+
height: inherit;
|
23687
|
+
object-fit: cover;
|
23688
|
+
width: inherit;
|
23689
|
+
}
|
23690
|
+
|
23691
|
+
.v-navigation-drawer__scrim {
|
23692
|
+
position: absolute;
|
23693
|
+
top: 0;
|
23694
|
+
left: 0;
|
23695
|
+
width: 100%;
|
23696
|
+
height: 100%;
|
23697
|
+
background: black;
|
23698
|
+
opacity: 0.2;
|
23699
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23700
|
+
z-index: 1;
|
23701
|
+
}
|
23702
|
+
|
23703
|
+
.v-navigation-drawer__prepend,
|
23704
|
+
.v-navigation-drawer__append {
|
23705
|
+
flex: none;
|
23706
|
+
overflow: hidden;
|
23707
|
+
}.v-otp-input {
|
23708
|
+
border-radius: 4px;
|
23709
|
+
align-items: center;
|
23710
|
+
display: flex;
|
23711
|
+
justify-content: center;
|
23712
|
+
padding: 0.5rem 0;
|
23713
|
+
position: relative;
|
23714
|
+
}
|
23715
|
+
.v-otp-input .v-field {
|
23716
|
+
height: 100%;
|
23717
|
+
}
|
23718
|
+
|
23719
|
+
.v-otp-input__divider {
|
23720
|
+
margin: 0 8px;
|
23721
|
+
}
|
23722
|
+
|
23723
|
+
.v-otp-input__content {
|
23724
|
+
align-items: center;
|
23725
|
+
display: flex;
|
23726
|
+
gap: 0.5rem;
|
23727
|
+
height: 64px;
|
23728
|
+
padding: 0.5rem;
|
23729
|
+
justify-content: center;
|
23730
|
+
max-width: 320px;
|
23731
|
+
position: relative;
|
23732
|
+
border-radius: inherit;
|
23733
|
+
}
|
23734
|
+
.v-otp-input--divided .v-otp-input__content {
|
23735
|
+
max-width: 360px;
|
23736
|
+
}
|
23737
|
+
|
23738
|
+
.v-otp-input__field {
|
23739
|
+
color: inherit;
|
23740
|
+
font-size: 1.25rem;
|
23741
|
+
height: 100%;
|
23742
|
+
outline: none;
|
23743
|
+
text-align: center;
|
23744
|
+
width: 100%;
|
23745
|
+
}
|
23746
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23747
|
+
-webkit-appearance: none;
|
23748
|
+
margin: 0;
|
23749
|
+
}
|
23750
|
+
.v-otp-input__field[type=number] {
|
23751
|
+
-moz-appearance: textfield;
|
23752
|
+
}
|
23753
|
+
|
23754
|
+
.v-otp-input__loader {
|
23755
|
+
align-items: center;
|
23756
|
+
display: flex;
|
23757
|
+
height: 100%;
|
23758
|
+
justify-content: center;
|
23759
|
+
width: 100%;
|
23760
|
+
}
|
23761
|
+
.v-otp-input__loader .v-progress-linear {
|
23762
|
+
position: absolute;
|
23763
|
+
}.v-parallax {
|
23764
|
+
position: relative;
|
23765
|
+
overflow: hidden;
|
23766
|
+
}
|
23767
|
+
.v-parallax--active > .v-img__img {
|
23768
|
+
will-change: transform;
|
23769
|
+
}.v-pagination__list {
|
23770
|
+
display: inline-flex;
|
23771
|
+
list-style-type: none;
|
23772
|
+
justify-content: center;
|
23773
|
+
width: 100%;
|
23774
|
+
}
|
23775
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23776
|
+
margin: 0.3rem;
|
23777
|
+
}.v-overlay-container {
|
23778
|
+
contain: layout;
|
23779
|
+
left: 0;
|
23780
|
+
pointer-events: none;
|
23781
|
+
position: absolute;
|
23782
|
+
top: 0;
|
23783
|
+
display: contents;
|
23784
|
+
}
|
23785
|
+
|
23786
|
+
.v-overlay-scroll-blocked {
|
23787
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23788
|
+
}
|
23789
|
+
.v-overlay-scroll-blocked:not(html) {
|
23790
|
+
overflow-y: hidden !important;
|
23791
|
+
}
|
23792
|
+
html.v-overlay-scroll-blocked {
|
23793
|
+
position: fixed;
|
23794
|
+
top: var(--v-body-scroll-y);
|
23795
|
+
left: var(--v-body-scroll-x);
|
23796
|
+
width: 100%;
|
23797
|
+
height: 100%;
|
23798
|
+
}
|
23799
|
+
|
23800
|
+
.v-overlay {
|
23801
|
+
border-radius: inherit;
|
23802
|
+
display: flex;
|
23803
|
+
left: 0;
|
23804
|
+
pointer-events: none;
|
23805
|
+
position: fixed;
|
23806
|
+
top: 0;
|
23807
|
+
bottom: 0;
|
23808
|
+
right: 0;
|
23809
|
+
}
|
23810
|
+
|
23811
|
+
.v-overlay__content {
|
23812
|
+
outline: none;
|
23813
|
+
position: absolute;
|
23814
|
+
pointer-events: auto;
|
23815
|
+
contain: layout;
|
23816
|
+
}
|
23817
|
+
|
23818
|
+
.v-overlay__scrim {
|
23819
|
+
pointer-events: auto;
|
23820
|
+
background: rgb(var(--v-theme-on-surface));
|
23821
|
+
border-radius: inherit;
|
23822
|
+
bottom: 0;
|
23823
|
+
left: 0;
|
23824
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
23825
|
+
position: fixed;
|
23826
|
+
right: 0;
|
23827
|
+
top: 0;
|
23828
|
+
}
|
23829
|
+
|
23830
|
+
.v-overlay--absolute {
|
23831
|
+
position: absolute;
|
23832
|
+
}
|
23833
|
+
|
23834
|
+
.v-overlay--contained .v-overlay__scrim {
|
23835
|
+
position: absolute;
|
23836
|
+
}
|
23837
|
+
|
23838
|
+
.v-overlay--scroll-blocked {
|
23839
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23840
|
+
}.v-slider .v-slider__container input {
|
23841
|
+
cursor: default;
|
23842
|
+
padding: 0;
|
23671
23843
|
width: 100%;
|
23672
|
-
|
23844
|
+
display: none;
|
23673
23845
|
}
|
23674
|
-
.v-
|
23675
|
-
|
23676
|
-
|
23677
|
-
width: inherit;
|
23846
|
+
.v-slider > .v-input__append,
|
23847
|
+
.v-slider > .v-input__prepend {
|
23848
|
+
padding: 0;
|
23678
23849
|
}
|
23679
23850
|
|
23680
|
-
.v-
|
23681
|
-
position:
|
23682
|
-
|
23683
|
-
left: 0;
|
23851
|
+
.v-slider__container {
|
23852
|
+
position: relative;
|
23853
|
+
min-height: inherit;
|
23684
23854
|
width: 100%;
|
23685
23855
|
height: 100%;
|
23686
|
-
background: black;
|
23687
|
-
opacity: 0.2;
|
23688
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23689
|
-
z-index: 1;
|
23690
|
-
}
|
23691
|
-
|
23692
|
-
.v-navigation-drawer__prepend,
|
23693
|
-
.v-navigation-drawer__append {
|
23694
|
-
flex: none;
|
23695
|
-
overflow: hidden;
|
23696
|
-
}.v-otp-input {
|
23697
|
-
border-radius: 4px;
|
23698
|
-
align-items: center;
|
23699
23856
|
display: flex;
|
23700
23857
|
justify-content: center;
|
23701
|
-
|
23702
|
-
|
23858
|
+
align-items: center;
|
23859
|
+
cursor: pointer;
|
23703
23860
|
}
|
23704
|
-
.v-
|
23705
|
-
|
23861
|
+
.v-input--disabled .v-slider__container {
|
23862
|
+
opacity: var(--v-disabled-opacity);
|
23706
23863
|
}
|
23707
|
-
|
23708
|
-
|
23709
|
-
margin: 0 8px;
|
23864
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23865
|
+
color: rgb(var(--v-theme-error));
|
23710
23866
|
}
|
23711
23867
|
|
23712
|
-
.v-
|
23868
|
+
.v-slider.v-input--horizontal {
|
23713
23869
|
align-items: center;
|
23714
|
-
|
23715
|
-
gap: 0.5rem;
|
23716
|
-
height: 64px;
|
23717
|
-
padding: 0.5rem;
|
23718
|
-
justify-content: center;
|
23719
|
-
max-width: 320px;
|
23720
|
-
position: relative;
|
23721
|
-
border-radius: inherit;
|
23870
|
+
margin-inline: 8px 8px;
|
23722
23871
|
}
|
23723
|
-
.v-
|
23724
|
-
|
23872
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23873
|
+
min-height: 32px;
|
23874
|
+
display: flex;
|
23875
|
+
align-items: center;
|
23725
23876
|
}
|
23726
23877
|
|
23727
|
-
.v-
|
23728
|
-
|
23729
|
-
|
23730
|
-
|
23731
|
-
outline: none;
|
23732
|
-
text-align: center;
|
23733
|
-
width: 100%;
|
23734
|
-
}
|
23735
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23736
|
-
-webkit-appearance: none;
|
23737
|
-
margin: 0;
|
23878
|
+
.v-slider.v-input--vertical {
|
23879
|
+
justify-content: center;
|
23880
|
+
margin-top: 12px;
|
23881
|
+
margin-bottom: 12px;
|
23738
23882
|
}
|
23739
|
-
.v-
|
23740
|
-
-
|
23883
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23884
|
+
min-height: 300px;
|
23741
23885
|
}
|
23742
23886
|
|
23743
|
-
.v-
|
23744
|
-
|
23745
|
-
display: flex;
|
23746
|
-
height: 100%;
|
23747
|
-
justify-content: center;
|
23748
|
-
width: 100%;
|
23749
|
-
}
|
23750
|
-
.v-otp-input__loader .v-progress-linear {
|
23751
|
-
position: absolute;
|
23752
|
-
}.v-menu > .v-overlay__content {
|
23753
|
-
display: flex;
|
23754
|
-
flex-direction: column;
|
23755
|
-
border-radius: 4px;
|
23887
|
+
.v-slider.v-input--disabled {
|
23888
|
+
pointer-events: none;
|
23756
23889
|
}
|
23757
|
-
|
23758
|
-
.v-
|
23759
|
-
|
23760
|
-
background: rgb(var(--v-theme-surface));
|
23761
|
-
border-radius: inherit;
|
23762
|
-
overflow: auto;
|
23763
|
-
height: 100%;
|
23764
|
-
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));
|
23765
|
-
}.v-pagination__list {
|
23766
|
-
display: inline-flex;
|
23767
|
-
list-style-type: none;
|
23768
|
-
justify-content: center;
|
23769
|
-
width: 100%;
|
23890
|
+
|
23891
|
+
.v-slider--has-labels > .v-input__control {
|
23892
|
+
margin-bottom: 4px;
|
23770
23893
|
}
|
23771
|
-
|
23772
|
-
|
23894
|
+
|
23895
|
+
.v-slider__label {
|
23896
|
+
margin-inline-end: 12px;
|
23773
23897
|
}.v-progress-circular {
|
23774
23898
|
align-items: center;
|
23775
23899
|
display: inline-flex;
|
@@ -23872,75 +23996,120 @@ textarea.v-field__input::placeholder {
|
|
23872
23996
|
100% {
|
23873
23997
|
transform: rotate(270deg);
|
23874
23998
|
}
|
23875
|
-
}.v-
|
23876
|
-
|
23877
|
-
|
23999
|
+
}.v-rating {
|
24000
|
+
max-width: 100%;
|
24001
|
+
display: inline-flex;
|
24002
|
+
white-space: nowrap;
|
24003
|
+
}
|
24004
|
+
.v-rating--readonly {
|
23878
24005
|
pointer-events: none;
|
23879
|
-
position: absolute;
|
23880
|
-
top: 0;
|
23881
|
-
display: contents;
|
23882
24006
|
}
|
23883
24007
|
|
23884
|
-
.v-
|
23885
|
-
|
23886
|
-
|
23887
|
-
|
23888
|
-
overflow-y: hidden !important;
|
24008
|
+
.v-rating__wrapper {
|
24009
|
+
align-items: center;
|
24010
|
+
display: inline-flex;
|
24011
|
+
flex-direction: column;
|
23889
24012
|
}
|
23890
|
-
|
23891
|
-
|
23892
|
-
top: var(--v-body-scroll-y);
|
23893
|
-
left: var(--v-body-scroll-x);
|
23894
|
-
width: 100%;
|
23895
|
-
height: 100%;
|
24013
|
+
.v-rating__wrapper--bottom {
|
24014
|
+
flex-direction: column-reverse;
|
23896
24015
|
}
|
23897
24016
|
|
23898
|
-
.v-
|
23899
|
-
|
23900
|
-
|
23901
|
-
left: 0;
|
23902
|
-
pointer-events: none;
|
23903
|
-
position: fixed;
|
23904
|
-
top: 0;
|
23905
|
-
bottom: 0;
|
23906
|
-
right: 0;
|
24017
|
+
.v-rating__item {
|
24018
|
+
display: inline-flex;
|
24019
|
+
position: relative;
|
23907
24020
|
}
|
23908
|
-
|
23909
|
-
|
23910
|
-
|
24021
|
+
.v-rating__item label {
|
24022
|
+
cursor: pointer;
|
24023
|
+
}
|
24024
|
+
.v-rating__item .v-btn--variant-plain {
|
24025
|
+
opacity: 1;
|
24026
|
+
}
|
24027
|
+
.v-rating__item .v-btn {
|
24028
|
+
transition-property: transform;
|
24029
|
+
}
|
24030
|
+
.v-rating__item .v-btn .v-icon {
|
24031
|
+
transition: inherit;
|
24032
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24033
|
+
}
|
24034
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24035
|
+
transform: scale(1.25);
|
24036
|
+
}
|
24037
|
+
.v-rating__item--half {
|
24038
|
+
overflow: hidden;
|
23911
24039
|
position: absolute;
|
23912
|
-
|
23913
|
-
|
24040
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24041
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24042
|
+
z-index: 1;
|
23914
24043
|
}
|
23915
|
-
|
23916
|
-
|
23917
|
-
pointer-events: auto;
|
23918
|
-
background: rgb(var(--v-theme-on-surface));
|
23919
|
-
border-radius: inherit;
|
23920
|
-
bottom: 0;
|
23921
|
-
left: 0;
|
23922
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
23923
|
-
position: fixed;
|
23924
|
-
right: 0;
|
23925
|
-
top: 0;
|
24044
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24045
|
+
opacity: 0;
|
23926
24046
|
}
|
23927
24047
|
|
23928
|
-
.v-
|
24048
|
+
.v-rating__hidden {
|
24049
|
+
height: 0;
|
24050
|
+
opacity: 0;
|
23929
24051
|
position: absolute;
|
24052
|
+
width: 0;
|
24053
|
+
}.v-select .v-field .v-text-field__prefix,
|
24054
|
+
.v-select .v-field .v-text-field__suffix,
|
24055
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24056
|
+
cursor: pointer;
|
23930
24057
|
}
|
23931
|
-
|
23932
|
-
|
24058
|
+
.v-select .v-field .v-field__input > input {
|
24059
|
+
align-self: flex-start;
|
24060
|
+
opacity: 1;
|
24061
|
+
flex: 0 0;
|
23933
24062
|
position: absolute;
|
24063
|
+
width: 100%;
|
24064
|
+
transition: none;
|
24065
|
+
pointer-events: none;
|
24066
|
+
caret-color: transparent;
|
24067
|
+
}
|
24068
|
+
.v-select .v-field--dirty .v-select__selection {
|
24069
|
+
margin-inline-end: 2px;
|
24070
|
+
}
|
24071
|
+
.v-select .v-select__selection-text {
|
24072
|
+
overflow: hidden;
|
24073
|
+
text-overflow: ellipsis;
|
24074
|
+
white-space: nowrap;
|
24075
|
+
}
|
24076
|
+
.v-select__content {
|
24077
|
+
overflow: hidden;
|
24078
|
+
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));
|
24079
|
+
border-radius: 4px;
|
24080
|
+
}
|
24081
|
+
.v-select__selection {
|
24082
|
+
display: inline-flex;
|
24083
|
+
align-items: center;
|
24084
|
+
letter-spacing: inherit;
|
24085
|
+
line-height: inherit;
|
24086
|
+
max-width: 100%;
|
24087
|
+
}
|
24088
|
+
.v-select .v-select__selection:first-child {
|
24089
|
+
margin-inline-start: 0;
|
24090
|
+
}
|
24091
|
+
.v-select--selected .v-field .v-field__input > input {
|
24092
|
+
opacity: 0;
|
24093
|
+
}
|
24094
|
+
.v-select__menu-icon {
|
24095
|
+
margin-inline-start: 4px;
|
24096
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24097
|
+
}
|
24098
|
+
.v-select--active-menu .v-select__menu-icon {
|
24099
|
+
opacity: var(--v-high-emphasis-opacity);
|
24100
|
+
transform: rotate(180deg);
|
24101
|
+
}.v-radio-group > .v-input__control {
|
24102
|
+
flex-direction: column;
|
23934
24103
|
}
|
23935
|
-
|
23936
|
-
|
23937
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23938
|
-
}.v-parallax {
|
23939
|
-
position: relative;
|
23940
|
-
overflow: hidden;
|
24104
|
+
.v-radio-group > .v-input__control > .v-label {
|
24105
|
+
margin-inline-start: 16px;
|
23941
24106
|
}
|
23942
|
-
.v-
|
23943
|
-
|
24107
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24108
|
+
padding-inline-start: 6px;
|
24109
|
+
margin-top: 8px;
|
24110
|
+
}
|
24111
|
+
.v-radio-group .v-input__details {
|
24112
|
+
padding-inline: 16px;
|
23944
24113
|
}.v-progress-linear {
|
23945
24114
|
background: transparent;
|
23946
24115
|
overflow: hidden;
|
@@ -24169,129 +24338,6 @@ html.v-overlay-scroll-blocked {
|
|
24169
24338
|
0% {
|
24170
24339
|
background-position-x: var(--v-progress-linear-height);
|
24171
24340
|
}
|
24172
|
-
}.v-radio-group > .v-input__control {
|
24173
|
-
flex-direction: column;
|
24174
|
-
}
|
24175
|
-
.v-radio-group > .v-input__control > .v-label {
|
24176
|
-
margin-inline-start: 16px;
|
24177
|
-
}
|
24178
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24179
|
-
padding-inline-start: 6px;
|
24180
|
-
margin-top: 8px;
|
24181
|
-
}
|
24182
|
-
.v-radio-group .v-input__details {
|
24183
|
-
padding-inline: 16px;
|
24184
|
-
}.v-slider .v-slider__container input {
|
24185
|
-
cursor: default;
|
24186
|
-
padding: 0;
|
24187
|
-
width: 100%;
|
24188
|
-
display: none;
|
24189
|
-
}
|
24190
|
-
.v-slider > .v-input__append,
|
24191
|
-
.v-slider > .v-input__prepend {
|
24192
|
-
padding: 0;
|
24193
|
-
}
|
24194
|
-
|
24195
|
-
.v-slider__container {
|
24196
|
-
position: relative;
|
24197
|
-
min-height: inherit;
|
24198
|
-
width: 100%;
|
24199
|
-
height: 100%;
|
24200
|
-
display: flex;
|
24201
|
-
justify-content: center;
|
24202
|
-
align-items: center;
|
24203
|
-
cursor: pointer;
|
24204
|
-
}
|
24205
|
-
.v-input--disabled .v-slider__container {
|
24206
|
-
opacity: var(--v-disabled-opacity);
|
24207
|
-
}
|
24208
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24209
|
-
color: rgb(var(--v-theme-error));
|
24210
|
-
}
|
24211
|
-
|
24212
|
-
.v-slider.v-input--horizontal {
|
24213
|
-
align-items: center;
|
24214
|
-
margin-inline: 8px 8px;
|
24215
|
-
}
|
24216
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24217
|
-
min-height: 32px;
|
24218
|
-
display: flex;
|
24219
|
-
align-items: center;
|
24220
|
-
}
|
24221
|
-
|
24222
|
-
.v-slider.v-input--vertical {
|
24223
|
-
justify-content: center;
|
24224
|
-
margin-top: 12px;
|
24225
|
-
margin-bottom: 12px;
|
24226
|
-
}
|
24227
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24228
|
-
min-height: 300px;
|
24229
|
-
}
|
24230
|
-
|
24231
|
-
.v-slider.v-input--disabled {
|
24232
|
-
pointer-events: none;
|
24233
|
-
}
|
24234
|
-
|
24235
|
-
.v-slider--has-labels > .v-input__control {
|
24236
|
-
margin-bottom: 4px;
|
24237
|
-
}
|
24238
|
-
|
24239
|
-
.v-slider__label {
|
24240
|
-
margin-inline-end: 12px;
|
24241
|
-
}.v-rating {
|
24242
|
-
max-width: 100%;
|
24243
|
-
display: inline-flex;
|
24244
|
-
white-space: nowrap;
|
24245
|
-
}
|
24246
|
-
.v-rating--readonly {
|
24247
|
-
pointer-events: none;
|
24248
|
-
}
|
24249
|
-
|
24250
|
-
.v-rating__wrapper {
|
24251
|
-
align-items: center;
|
24252
|
-
display: inline-flex;
|
24253
|
-
flex-direction: column;
|
24254
|
-
}
|
24255
|
-
.v-rating__wrapper--bottom {
|
24256
|
-
flex-direction: column-reverse;
|
24257
|
-
}
|
24258
|
-
|
24259
|
-
.v-rating__item {
|
24260
|
-
display: inline-flex;
|
24261
|
-
position: relative;
|
24262
|
-
}
|
24263
|
-
.v-rating__item label {
|
24264
|
-
cursor: pointer;
|
24265
|
-
}
|
24266
|
-
.v-rating__item .v-btn--variant-plain {
|
24267
|
-
opacity: 1;
|
24268
|
-
}
|
24269
|
-
.v-rating__item .v-btn {
|
24270
|
-
transition-property: transform;
|
24271
|
-
}
|
24272
|
-
.v-rating__item .v-btn .v-icon {
|
24273
|
-
transition: inherit;
|
24274
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24275
|
-
}
|
24276
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24277
|
-
transform: scale(1.25);
|
24278
|
-
}
|
24279
|
-
.v-rating__item--half {
|
24280
|
-
overflow: hidden;
|
24281
|
-
position: absolute;
|
24282
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24283
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24284
|
-
z-index: 1;
|
24285
|
-
}
|
24286
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24287
|
-
opacity: 0;
|
24288
|
-
}
|
24289
|
-
|
24290
|
-
.v-rating__hidden {
|
24291
|
-
height: 0;
|
24292
|
-
opacity: 0;
|
24293
|
-
position: absolute;
|
24294
|
-
width: 0;
|
24295
24341
|
}.v-responsive {
|
24296
24342
|
display: flex;
|
24297
24343
|
flex: 1 0 auto;
|
@@ -24318,6 +24364,14 @@ html.v-overlay-scroll-blocked {
|
|
24318
24364
|
flex: 1 0 0px;
|
24319
24365
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24320
24366
|
pointer-events: none;
|
24367
|
+
}.v-selection-control-group {
|
24368
|
+
grid-area: control;
|
24369
|
+
display: flex;
|
24370
|
+
flex-direction: column;
|
24371
|
+
}
|
24372
|
+
.v-selection-control-group--inline {
|
24373
|
+
flex-direction: row;
|
24374
|
+
flex-wrap: wrap;
|
24321
24375
|
}.v-sheet {
|
24322
24376
|
display: block;
|
24323
24377
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -24346,62 +24400,6 @@ html.v-overlay-scroll-blocked {
|
|
24346
24400
|
}
|
24347
24401
|
.v-sheet--rounded {
|
24348
24402
|
border-radius: 4px;
|
24349
|
-
}.v-select .v-field .v-text-field__prefix,
|
24350
|
-
.v-select .v-field .v-text-field__suffix,
|
24351
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24352
|
-
cursor: pointer;
|
24353
|
-
}
|
24354
|
-
.v-select .v-field .v-field__input > input {
|
24355
|
-
align-self: flex-start;
|
24356
|
-
opacity: 1;
|
24357
|
-
flex: 0 0;
|
24358
|
-
position: absolute;
|
24359
|
-
width: 100%;
|
24360
|
-
transition: none;
|
24361
|
-
pointer-events: none;
|
24362
|
-
caret-color: transparent;
|
24363
|
-
}
|
24364
|
-
.v-select .v-field--dirty .v-select__selection {
|
24365
|
-
margin-inline-end: 2px;
|
24366
|
-
}
|
24367
|
-
.v-select .v-select__selection-text {
|
24368
|
-
overflow: hidden;
|
24369
|
-
text-overflow: ellipsis;
|
24370
|
-
white-space: nowrap;
|
24371
|
-
}
|
24372
|
-
.v-select__content {
|
24373
|
-
overflow: hidden;
|
24374
|
-
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));
|
24375
|
-
border-radius: 4px;
|
24376
|
-
}
|
24377
|
-
.v-select__selection {
|
24378
|
-
display: inline-flex;
|
24379
|
-
align-items: center;
|
24380
|
-
letter-spacing: inherit;
|
24381
|
-
line-height: inherit;
|
24382
|
-
max-width: 100%;
|
24383
|
-
}
|
24384
|
-
.v-select .v-select__selection:first-child {
|
24385
|
-
margin-inline-start: 0;
|
24386
|
-
}
|
24387
|
-
.v-select--selected .v-field .v-field__input > input {
|
24388
|
-
opacity: 0;
|
24389
|
-
}
|
24390
|
-
.v-select__menu-icon {
|
24391
|
-
margin-inline-start: 4px;
|
24392
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24393
|
-
}
|
24394
|
-
.v-select--active-menu .v-select__menu-icon {
|
24395
|
-
opacity: var(--v-high-emphasis-opacity);
|
24396
|
-
transform: rotate(180deg);
|
24397
|
-
}.v-selection-control-group {
|
24398
|
-
grid-area: control;
|
24399
|
-
display: flex;
|
24400
|
-
flex-direction: column;
|
24401
|
-
}
|
24402
|
-
.v-selection-control-group--inline {
|
24403
|
-
flex-direction: row;
|
24404
|
-
flex-wrap: wrap;
|
24405
24403
|
}.v-selection-control {
|
24406
24404
|
align-items: center;
|
24407
24405
|
contain: layout;
|
@@ -24503,6 +24501,61 @@ html.v-overlay-scroll-blocked {
|
|
24503
24501
|
}
|
24504
24502
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24505
24503
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24504
|
+
}.v-slide-group {
|
24505
|
+
display: flex;
|
24506
|
+
overflow: hidden;
|
24507
|
+
}
|
24508
|
+
|
24509
|
+
.v-slide-group__next,
|
24510
|
+
.v-slide-group__prev {
|
24511
|
+
align-items: center;
|
24512
|
+
display: flex;
|
24513
|
+
flex: 0 1 52px;
|
24514
|
+
justify-content: center;
|
24515
|
+
min-width: 52px;
|
24516
|
+
cursor: pointer;
|
24517
|
+
}
|
24518
|
+
.v-slide-group__next--disabled,
|
24519
|
+
.v-slide-group__prev--disabled {
|
24520
|
+
pointer-events: none;
|
24521
|
+
opacity: var(--v-disabled-opacity);
|
24522
|
+
}
|
24523
|
+
|
24524
|
+
.v-slide-group__content {
|
24525
|
+
display: flex;
|
24526
|
+
flex: 1 0 auto;
|
24527
|
+
position: relative;
|
24528
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24529
|
+
white-space: nowrap;
|
24530
|
+
}
|
24531
|
+
.v-slide-group__content > * {
|
24532
|
+
white-space: initial;
|
24533
|
+
}
|
24534
|
+
|
24535
|
+
.v-slide-group__container {
|
24536
|
+
contain: content;
|
24537
|
+
display: flex;
|
24538
|
+
flex: 1 1 auto;
|
24539
|
+
overflow-x: auto;
|
24540
|
+
overflow-y: hidden;
|
24541
|
+
scrollbar-width: none;
|
24542
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24543
|
+
}
|
24544
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24545
|
+
display: none;
|
24546
|
+
}
|
24547
|
+
|
24548
|
+
.v-slide-group--vertical {
|
24549
|
+
max-height: inherit;
|
24550
|
+
}
|
24551
|
+
.v-slide-group--vertical,
|
24552
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24553
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24554
|
+
flex-direction: column;
|
24555
|
+
}
|
24556
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24557
|
+
overflow-x: hidden;
|
24558
|
+
overflow-y: auto;
|
24506
24559
|
}.v-skeleton-loader {
|
24507
24560
|
align-items: center;
|
24508
24561
|
background: rgb(var(--v-theme-surface));
|
@@ -24726,61 +24779,6 @@ html.v-overlay-scroll-blocked {
|
|
24726
24779
|
100% {
|
24727
24780
|
transform: translateX(100%);
|
24728
24781
|
}
|
24729
|
-
}.v-slide-group {
|
24730
|
-
display: flex;
|
24731
|
-
overflow: hidden;
|
24732
|
-
}
|
24733
|
-
|
24734
|
-
.v-slide-group__next,
|
24735
|
-
.v-slide-group__prev {
|
24736
|
-
align-items: center;
|
24737
|
-
display: flex;
|
24738
|
-
flex: 0 1 52px;
|
24739
|
-
justify-content: center;
|
24740
|
-
min-width: 52px;
|
24741
|
-
cursor: pointer;
|
24742
|
-
}
|
24743
|
-
.v-slide-group__next--disabled,
|
24744
|
-
.v-slide-group__prev--disabled {
|
24745
|
-
pointer-events: none;
|
24746
|
-
opacity: var(--v-disabled-opacity);
|
24747
|
-
}
|
24748
|
-
|
24749
|
-
.v-slide-group__content {
|
24750
|
-
display: flex;
|
24751
|
-
flex: 1 0 auto;
|
24752
|
-
position: relative;
|
24753
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24754
|
-
white-space: nowrap;
|
24755
|
-
}
|
24756
|
-
.v-slide-group__content > * {
|
24757
|
-
white-space: initial;
|
24758
|
-
}
|
24759
|
-
|
24760
|
-
.v-slide-group__container {
|
24761
|
-
contain: content;
|
24762
|
-
display: flex;
|
24763
|
-
flex: 1 1 auto;
|
24764
|
-
overflow-x: auto;
|
24765
|
-
overflow-y: hidden;
|
24766
|
-
scrollbar-width: none;
|
24767
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24768
|
-
}
|
24769
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24770
|
-
display: none;
|
24771
|
-
}
|
24772
|
-
|
24773
|
-
.v-slide-group--vertical {
|
24774
|
-
max-height: inherit;
|
24775
|
-
}
|
24776
|
-
.v-slide-group--vertical,
|
24777
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24778
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24779
|
-
flex-direction: column;
|
24780
|
-
}
|
24781
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24782
|
-
overflow-x: hidden;
|
24783
|
-
overflow-y: auto;
|
24784
24782
|
}.v-snackbar {
|
24785
24783
|
justify-content: center;
|
24786
24784
|
z-index: 10000;
|
@@ -24943,23 +24941,226 @@ html.v-overlay-scroll-blocked {
|
|
24943
24941
|
.v-speed-dial__content > *:nth-child(4) {
|
24944
24942
|
transition-delay: 0.15s;
|
24945
24943
|
}
|
24946
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24947
|
-
transition-delay: 0.2s;
|
24944
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24945
|
+
transition-delay: 0.2s;
|
24946
|
+
}
|
24947
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24948
|
+
transition-delay: 0.25s;
|
24949
|
+
}
|
24950
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24951
|
+
transition-delay: 0.3s;
|
24952
|
+
}
|
24953
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24954
|
+
transition-delay: 0.35s;
|
24955
|
+
}
|
24956
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24957
|
+
transition-delay: 0.4s;
|
24958
|
+
}
|
24959
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24960
|
+
transition-delay: 0.45s;
|
24961
|
+
}.v-stepper.v-sheet {
|
24962
|
+
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));
|
24963
|
+
border-radius: 4px;
|
24964
|
+
overflow: hidden;
|
24965
|
+
}
|
24966
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24967
|
+
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));
|
24968
|
+
}
|
24969
|
+
|
24970
|
+
.v-stepper-header {
|
24971
|
+
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));
|
24972
|
+
align-items: center;
|
24973
|
+
display: flex;
|
24974
|
+
position: relative;
|
24975
|
+
overflow-x: auto;
|
24976
|
+
justify-content: space-between;
|
24977
|
+
z-index: 1;
|
24978
|
+
}
|
24979
|
+
.v-stepper-header .v-divider {
|
24980
|
+
margin: 0 -16px;
|
24981
|
+
}
|
24982
|
+
.v-stepper-header .v-divider:last-child {
|
24983
|
+
margin-inline-end: 0;
|
24984
|
+
}
|
24985
|
+
.v-stepper-header .v-divider:first-child {
|
24986
|
+
margin-inline-start: 0;
|
24987
|
+
}
|
24988
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24989
|
+
height: auto;
|
24990
|
+
}
|
24991
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24992
|
+
align-self: flex-start;
|
24993
|
+
margin: 35px -67px 0;
|
24994
|
+
}
|
24995
|
+
|
24996
|
+
.v-stepper-window {
|
24997
|
+
margin: 1.5rem;
|
24998
|
+
}
|
24999
|
+
|
25000
|
+
.v-stepper-actions {
|
25001
|
+
display: flex;
|
25002
|
+
align-items: center;
|
25003
|
+
justify-content: space-between;
|
25004
|
+
padding: 1rem;
|
25005
|
+
}
|
25006
|
+
.v-stepper .v-stepper-actions {
|
25007
|
+
padding: 0 1.5rem 1rem;
|
25008
|
+
}
|
25009
|
+
.v-stepper-window-item .v-stepper-actions {
|
25010
|
+
padding: 1.5rem 0 0;
|
25011
|
+
}.v-stepper-item {
|
25012
|
+
align-items: center;
|
25013
|
+
align-self: stretch;
|
25014
|
+
display: inline-flex;
|
25015
|
+
flex: none;
|
25016
|
+
outline: none;
|
25017
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25018
|
+
padding: 1.5rem;
|
25019
|
+
position: relative;
|
25020
|
+
transition-duration: 0.2s;
|
25021
|
+
transition-property: opacity;
|
25022
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25023
|
+
}
|
25024
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25025
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25026
|
+
}
|
25027
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25028
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25029
|
+
}
|
25030
|
+
@supports not selector(:focus-visible) {
|
25031
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25032
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25033
|
+
}
|
25034
|
+
}
|
25035
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25036
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25037
|
+
}
|
25038
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25039
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25040
|
+
}
|
25041
|
+
.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 {
|
25042
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25043
|
+
}
|
25044
|
+
@supports not selector(:focus-visible) {
|
25045
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25046
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25047
|
+
}
|
25048
|
+
}
|
25049
|
+
.v-stepper--non-linear .v-stepper-item {
|
25050
|
+
opacity: var(--v-high-emphasis-opacity);
|
25051
|
+
}
|
25052
|
+
.v-stepper-item--selected {
|
25053
|
+
opacity: 1;
|
25054
|
+
}
|
25055
|
+
.v-stepper-item--error {
|
25056
|
+
color: rgb(var(--v-theme-error));
|
25057
|
+
}
|
25058
|
+
.v-stepper-item--disabled {
|
25059
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25060
|
+
pointer-events: none;
|
25061
|
+
}
|
25062
|
+
.v-stepper--alt-labels .v-stepper-item {
|
25063
|
+
flex-direction: column;
|
25064
|
+
justify-content: flex-start;
|
25065
|
+
align-items: center;
|
25066
|
+
flex-basis: 175px;
|
25067
|
+
}
|
25068
|
+
|
25069
|
+
.v-stepper-item__avatar.v-avatar {
|
25070
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25071
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25072
|
+
font-size: 0.75rem;
|
25073
|
+
margin-inline-end: 8px;
|
25074
|
+
}
|
25075
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
25076
|
+
margin-inline-end: 0;
|
25077
|
+
}
|
25078
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
25079
|
+
font-size: 0.875rem;
|
25080
|
+
}
|
25081
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
25082
|
+
background: rgb(var(--v-theme-surface-variant));
|
25083
|
+
}
|
25084
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
25085
|
+
background: rgb(var(--v-theme-error));
|
25086
|
+
}
|
25087
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25088
|
+
margin-bottom: 16px;
|
25089
|
+
margin-inline-end: 0;
|
25090
|
+
}
|
25091
|
+
|
25092
|
+
.v-stepper-item__title {
|
25093
|
+
line-height: 1;
|
25094
|
+
}
|
25095
|
+
.v-stepper--mobile .v-stepper-item__title {
|
25096
|
+
display: none;
|
25097
|
+
}
|
25098
|
+
|
25099
|
+
.v-stepper-item__subtitle {
|
25100
|
+
font-size: 0.75rem;
|
25101
|
+
text-align: left;
|
25102
|
+
line-height: 1;
|
25103
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25104
|
+
}
|
25105
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25106
|
+
text-align: center;
|
25107
|
+
}
|
25108
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
25109
|
+
display: none;
|
25110
|
+
}
|
25111
|
+
|
25112
|
+
.v-stepper-item__overlay {
|
25113
|
+
background-color: currentColor;
|
25114
|
+
border-radius: inherit;
|
25115
|
+
opacity: 0;
|
25116
|
+
transition: opacity 0.2s ease-in-out;
|
25117
|
+
}
|
25118
|
+
|
25119
|
+
.v-stepper-item__overlay,
|
25120
|
+
.v-stepper-item__underlay {
|
25121
|
+
position: absolute;
|
25122
|
+
top: 0;
|
25123
|
+
left: 0;
|
25124
|
+
width: 100%;
|
25125
|
+
height: 100%;
|
25126
|
+
pointer-events: none;
|
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);
|
24948
25149
|
}
|
24949
|
-
.v-
|
24950
|
-
|
25150
|
+
.v-system-bar--absolute {
|
25151
|
+
position: absolute;
|
24951
25152
|
}
|
24952
|
-
.v-
|
24953
|
-
|
25153
|
+
.v-system-bar--fixed {
|
25154
|
+
position: fixed;
|
24954
25155
|
}
|
24955
|
-
.v-
|
24956
|
-
|
25156
|
+
.v-system-bar--rounded {
|
25157
|
+
border-radius: 0;
|
24957
25158
|
}
|
24958
|
-
.v-
|
24959
|
-
|
25159
|
+
.v-system-bar--window {
|
25160
|
+
height: 32px;
|
24960
25161
|
}
|
24961
|
-
.v-
|
24962
|
-
|
25162
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25163
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24963
25164
|
}.v-table {
|
24964
25165
|
background: rgb(var(--v-theme-surface));
|
24965
25166
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25098,209 +25299,186 @@ html.v-overlay-scroll-blocked {
|
|
25098
25299
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25099
25300
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25100
25301
|
border-top: 0px !important;
|
25101
|
-
}.v-
|
25102
|
-
|
25103
|
-
display: flex;
|
25104
|
-
flex: 1 1 auto;
|
25105
|
-
height: 24px;
|
25106
|
-
justify-content: flex-end;
|
25107
|
-
max-width: 100%;
|
25108
|
-
padding-inline: 8px;
|
25109
|
-
position: relative;
|
25110
|
-
text-align: end;
|
25111
|
-
width: 100%;
|
25112
|
-
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));
|
25113
|
-
background: rgba(var(--v-theme-surface-light));
|
25114
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25115
|
-
font-size: 0.75rem;
|
25116
|
-
font-weight: 400;
|
25117
|
-
letter-spacing: 0.0333333333em;
|
25118
|
-
line-height: 1.667;
|
25119
|
-
text-transform: none;
|
25120
|
-
}
|
25121
|
-
.v-system-bar .v-icon {
|
25122
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25123
|
-
}
|
25124
|
-
.v-system-bar--absolute {
|
25125
|
-
position: absolute;
|
25126
|
-
}
|
25127
|
-
.v-system-bar--fixed {
|
25128
|
-
position: fixed;
|
25129
|
-
}
|
25130
|
-
.v-system-bar--rounded {
|
25131
|
-
border-radius: 0;
|
25132
|
-
}
|
25133
|
-
.v-system-bar--window {
|
25134
|
-
height: 32px;
|
25135
|
-
}
|
25136
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25137
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25138
|
-
}.v-stepper.v-sheet {
|
25139
|
-
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));
|
25140
|
-
border-radius: 4px;
|
25141
|
-
overflow: hidden;
|
25142
|
-
}
|
25143
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
25144
|
-
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));
|
25302
|
+
}.v-switch .v-label {
|
25303
|
+
padding-inline-start: 10px;
|
25145
25304
|
}
|
25146
25305
|
|
25147
|
-
.v-
|
25148
|
-
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));
|
25149
|
-
align-items: center;
|
25306
|
+
.v-switch__loader {
|
25150
25307
|
display: flex;
|
25151
|
-
position: relative;
|
25152
|
-
overflow-x: auto;
|
25153
|
-
justify-content: space-between;
|
25154
|
-
z-index: 1;
|
25155
25308
|
}
|
25156
|
-
.v-
|
25157
|
-
|
25309
|
+
.v-switch__loader .v-progress-circular {
|
25310
|
+
color: rgb(var(--v-theme-surface));
|
25158
25311
|
}
|
25159
|
-
|
25160
|
-
|
25312
|
+
|
25313
|
+
.v-switch__track,
|
25314
|
+
.v-switch__thumb {
|
25315
|
+
transition: none;
|
25161
25316
|
}
|
25162
|
-
.v-
|
25163
|
-
|
25317
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25318
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25319
|
+
background-color: rgb(var(--v-theme-error));
|
25320
|
+
color: rgb(var(--v-theme-on-error));
|
25164
25321
|
}
|
25165
|
-
|
25166
|
-
|
25322
|
+
|
25323
|
+
.v-switch__track-true {
|
25324
|
+
margin-inline-end: auto;
|
25167
25325
|
}
|
25168
|
-
.v-
|
25169
|
-
|
25170
|
-
margin: 35px -67px 0;
|
25326
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25327
|
+
opacity: 0;
|
25171
25328
|
}
|
25172
25329
|
|
25173
|
-
.v-
|
25174
|
-
margin:
|
25330
|
+
.v-switch__track-false {
|
25331
|
+
margin-inline-start: auto;
|
25332
|
+
}
|
25333
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25334
|
+
opacity: 0;
|
25175
25335
|
}
|
25176
25336
|
|
25177
|
-
.v-
|
25178
|
-
display: flex;
|
25337
|
+
.v-switch__track {
|
25338
|
+
display: inline-flex;
|
25179
25339
|
align-items: center;
|
25180
|
-
|
25181
|
-
padding:
|
25340
|
+
font-size: 0.5rem;
|
25341
|
+
padding: 0 5px;
|
25342
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25343
|
+
border-radius: 9999px;
|
25344
|
+
height: 14px;
|
25345
|
+
opacity: 0.6;
|
25346
|
+
min-width: 36px;
|
25347
|
+
cursor: pointer;
|
25348
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25182
25349
|
}
|
25183
|
-
.v-
|
25184
|
-
|
25350
|
+
.v-switch--inset .v-switch__track {
|
25351
|
+
border-radius: 9999px;
|
25352
|
+
font-size: 0.75rem;
|
25353
|
+
height: 32px;
|
25354
|
+
min-width: 52px;
|
25185
25355
|
}
|
25186
|
-
|
25187
|
-
|
25188
|
-
}.v-stepper-item {
|
25356
|
+
|
25357
|
+
.v-switch__thumb {
|
25189
25358
|
align-items: center;
|
25190
|
-
|
25191
|
-
|
25192
|
-
|
25193
|
-
|
25194
|
-
|
25195
|
-
|
25359
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25360
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25361
|
+
border-radius: 50%;
|
25362
|
+
display: flex;
|
25363
|
+
font-size: 0.75rem;
|
25364
|
+
height: 20px;
|
25365
|
+
justify-content: center;
|
25366
|
+
width: 20px;
|
25367
|
+
pointer-events: none;
|
25368
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25196
25369
|
position: relative;
|
25197
|
-
|
25198
|
-
transition-property: opacity;
|
25199
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25200
|
-
}
|
25201
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25202
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25203
|
-
}
|
25204
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25205
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25206
|
-
}
|
25207
|
-
@supports not selector(:focus-visible) {
|
25208
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25209
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25210
|
-
}
|
25211
|
-
}
|
25212
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25213
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25214
|
-
}
|
25215
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25216
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25217
|
-
}
|
25218
|
-
.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 {
|
25219
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25220
|
-
}
|
25221
|
-
@supports not selector(:focus-visible) {
|
25222
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25223
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25224
|
-
}
|
25370
|
+
overflow: hidden;
|
25225
25371
|
}
|
25226
|
-
.v-
|
25227
|
-
|
25372
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25373
|
+
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));
|
25228
25374
|
}
|
25229
|
-
.v-
|
25230
|
-
|
25375
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25376
|
+
background: rgb(var(--v-theme-surface-variant));
|
25377
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25378
|
+
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));
|
25231
25379
|
}
|
25232
|
-
.v-
|
25233
|
-
|
25380
|
+
.v-switch--inset .v-switch__thumb {
|
25381
|
+
height: 24px;
|
25382
|
+
width: 24px;
|
25383
|
+
transform: scale(0.6666666667);
|
25234
25384
|
}
|
25235
|
-
.v-
|
25236
|
-
|
25237
|
-
pointer-events: none;
|
25385
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25386
|
+
transform: none;
|
25238
25387
|
}
|
25239
|
-
.v-
|
25240
|
-
|
25241
|
-
|
25242
|
-
align-items: center;
|
25243
|
-
flex-basis: 175px;
|
25388
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25389
|
+
transform: none;
|
25390
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25244
25391
|
}
|
25245
25392
|
|
25246
|
-
.v-
|
25247
|
-
|
25248
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25249
|
-
font-size: 0.75rem;
|
25250
|
-
margin-inline-end: 8px;
|
25251
|
-
}
|
25252
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
25253
|
-
margin-inline-end: 0;
|
25393
|
+
.v-switch.v-input {
|
25394
|
+
flex: 0 1 auto;
|
25254
25395
|
}
|
25255
|
-
.v-
|
25256
|
-
|
25396
|
+
.v-switch .v-selection-control {
|
25397
|
+
min-height: var(--v-input-control-height);
|
25257
25398
|
}
|
25258
|
-
.v-
|
25259
|
-
|
25399
|
+
.v-switch .v-selection-control__input {
|
25400
|
+
border-radius: 50%;
|
25401
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25402
|
+
position: absolute;
|
25260
25403
|
}
|
25261
|
-
.v-
|
25262
|
-
|
25404
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25405
|
+
transform: translateX(-10px);
|
25263
25406
|
}
|
25264
|
-
|
25265
|
-
|
25266
|
-
|
25407
|
+
|
25408
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25409
|
+
transform: translateX(10px);
|
25267
25410
|
}
|
25268
25411
|
|
25269
|
-
.v-
|
25270
|
-
|
25412
|
+
.v-switch .v-selection-control__input .v-icon {
|
25413
|
+
position: absolute;
|
25271
25414
|
}
|
25272
|
-
.v-
|
25273
|
-
|
25415
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25416
|
+
transform: translateX(10px);
|
25417
|
+
}
|
25418
|
+
|
25419
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25420
|
+
transform: translateX(-10px);
|
25274
25421
|
}
|
25275
25422
|
|
25276
|
-
.v-
|
25277
|
-
|
25278
|
-
text-align: left;
|
25279
|
-
line-height: 1;
|
25280
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25423
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25424
|
+
transform: scale(0.8);
|
25281
25425
|
}
|
25282
|
-
.v-
|
25283
|
-
|
25426
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25427
|
+
transform: scale(0.75);
|
25428
|
+
box-shadow: none;
|
25284
25429
|
}
|
25285
|
-
.v-
|
25286
|
-
|
25430
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25431
|
+
width: auto;
|
25287
25432
|
}
|
25288
|
-
|
25289
|
-
|
25290
|
-
|
25291
|
-
|
25292
|
-
|
25293
|
-
transition: opacity 0.2s ease-in-out;
|
25433
|
+
.v-switch.v-input--vertical .v-label {
|
25434
|
+
min-width: max-content;
|
25435
|
+
}
|
25436
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25437
|
+
transform: rotate(-90deg);
|
25294
25438
|
}
|
25295
25439
|
|
25296
|
-
|
25297
|
-
.v-
|
25298
|
-
|
25299
|
-
|
25300
|
-
|
25301
|
-
|
25302
|
-
|
25303
|
-
|
25440
|
+
@media (forced-colors: active) {
|
25441
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25442
|
+
color: currentColor;
|
25443
|
+
}
|
25444
|
+
.v-switch .v-switch__thumb {
|
25445
|
+
background-color: buttontext;
|
25446
|
+
}
|
25447
|
+
.v-switch .v-switch__track,
|
25448
|
+
.v-switch .v-switch__thumb {
|
25449
|
+
border: 1px solid;
|
25450
|
+
color: buttontext;
|
25451
|
+
}
|
25452
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25453
|
+
background-color: highlight;
|
25454
|
+
}
|
25455
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25456
|
+
background-color: highlight;
|
25457
|
+
}
|
25458
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25459
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25460
|
+
color: highlight;
|
25461
|
+
}
|
25462
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25463
|
+
border-width: 2px;
|
25464
|
+
}
|
25465
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25466
|
+
background-color: highlighttext;
|
25467
|
+
color: highlighttext;
|
25468
|
+
}
|
25469
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25470
|
+
background-color: graytext;
|
25471
|
+
}
|
25472
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25473
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25474
|
+
color: graytext;
|
25475
|
+
}
|
25476
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25477
|
+
background-color: canvas;
|
25478
|
+
}
|
25479
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25480
|
+
border-width: 0;
|
25481
|
+
}
|
25304
25482
|
}.v-tab.v-tab.v-btn {
|
25305
25483
|
height: var(--v-tabs-height);
|
25306
25484
|
border-radius: 0;
|
@@ -25396,6 +25574,9 @@ html.v-overlay-scroll-blocked {
|
|
25396
25574
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25397
25575
|
margin-inline-end: 52px;
|
25398
25576
|
}
|
25577
|
+
}.v-theme-provider {
|
25578
|
+
background: rgb(var(--v-theme-background));
|
25579
|
+
color: rgb(var(--v-theme-on-background));
|
25399
25580
|
}.v-textarea .v-field {
|
25400
25581
|
--v-textarea-control-height: var(--v-input-control-height);
|
25401
25582
|
}
|
@@ -25502,10 +25683,7 @@ html.v-overlay-scroll-blocked {
|
|
25502
25683
|
padding-inline-end: var(--v-field-padding-end);
|
25503
25684
|
}
|
25504
25685
|
|
25505
|
-
/* endregion */.v-
|
25506
|
-
background: rgb(var(--v-theme-background));
|
25507
|
-
color: rgb(var(--v-theme-on-background));
|
25508
|
-
}.v-toolbar {
|
25686
|
+
/* endregion */.v-toolbar {
|
25509
25687
|
align-items: flex-start;
|
25510
25688
|
display: flex;
|
25511
25689
|
flex: none;
|
@@ -26050,85 +26228,6 @@ html.v-overlay-scroll-blocked {
|
|
26050
26228
|
|
26051
26229
|
.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 {
|
26052
26230
|
padding-inline-end: 0;
|
26053
|
-
}.v-window {
|
26054
|
-
overflow: hidden;
|
26055
|
-
}
|
26056
|
-
.v-window__container {
|
26057
|
-
display: flex;
|
26058
|
-
flex-direction: column;
|
26059
|
-
height: inherit;
|
26060
|
-
position: relative;
|
26061
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26062
|
-
}
|
26063
|
-
.v-window__controls {
|
26064
|
-
position: absolute;
|
26065
|
-
left: 0;
|
26066
|
-
top: 0;
|
26067
|
-
width: 100%;
|
26068
|
-
height: 100%;
|
26069
|
-
display: flex;
|
26070
|
-
align-items: center;
|
26071
|
-
justify-content: space-between;
|
26072
|
-
padding: 0 16px;
|
26073
|
-
pointer-events: none;
|
26074
|
-
}
|
26075
|
-
.v-window__controls > * {
|
26076
|
-
pointer-events: auto;
|
26077
|
-
}
|
26078
|
-
.v-window--show-arrows-on-hover {
|
26079
|
-
overflow: hidden;
|
26080
|
-
}
|
26081
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
26082
|
-
transform: translateX(-200%);
|
26083
|
-
}
|
26084
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
26085
|
-
transform: translateX(200%);
|
26086
|
-
}
|
26087
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
26088
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
26089
|
-
transform: translateX(0);
|
26090
|
-
}
|
26091
|
-
|
26092
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
26093
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26094
|
-
}
|
26095
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
26096
|
-
position: absolute !important;
|
26097
|
-
top: 0;
|
26098
|
-
width: 100%;
|
26099
|
-
}
|
26100
|
-
.v-window-x-transition-enter-from {
|
26101
|
-
transform: translateX(100%);
|
26102
|
-
}
|
26103
|
-
.v-window-x-transition-leave-to {
|
26104
|
-
transform: translateX(-100%);
|
26105
|
-
}
|
26106
|
-
.v-window-x-reverse-transition-enter-from {
|
26107
|
-
transform: translateX(-100%);
|
26108
|
-
}
|
26109
|
-
.v-window-x-reverse-transition-leave-to {
|
26110
|
-
transform: translateX(100%);
|
26111
|
-
}
|
26112
|
-
.v-window-y-transition-enter-from {
|
26113
|
-
transform: translateY(100%);
|
26114
|
-
}
|
26115
|
-
.v-window-y-transition-leave-to {
|
26116
|
-
transform: translateY(-100%);
|
26117
|
-
}
|
26118
|
-
.v-window-y-reverse-transition-enter-from {
|
26119
|
-
transform: translateY(-100%);
|
26120
|
-
}
|
26121
|
-
.v-window-y-reverse-transition-leave-to {
|
26122
|
-
transform: translateY(100%);
|
26123
|
-
}.v-virtual-scroll {
|
26124
|
-
display: block;
|
26125
|
-
flex: 1 1 auto;
|
26126
|
-
max-width: 100%;
|
26127
|
-
overflow: auto;
|
26128
|
-
position: relative;
|
26129
|
-
}
|
26130
|
-
.v-virtual-scroll__container {
|
26131
|
-
display: block;
|
26132
26231
|
}.v-tooltip > .v-overlay__content {
|
26133
26232
|
background: rgb(var(--v-theme-surface-variant));
|
26134
26233
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26144,215 +26243,92 @@ html.v-overlay-scroll-blocked {
|
|
26144
26243
|
transition-property: opacity, transform;
|
26145
26244
|
overflow-wrap: break-word;
|
26146
26245
|
}
|
26147
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26148
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26149
|
-
transition-duration: 150ms;
|
26150
|
-
}
|
26151
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26152
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26153
|
-
transition-duration: 75ms;
|
26154
|
-
}.v-switch .v-label {
|
26155
|
-
padding-inline-start: 10px;
|
26156
|
-
}
|
26157
|
-
|
26158
|
-
.v-switch__loader {
|
26159
|
-
display: flex;
|
26160
|
-
}
|
26161
|
-
.v-switch__loader .v-progress-circular {
|
26162
|
-
color: rgb(var(--v-theme-surface));
|
26163
|
-
}
|
26164
|
-
|
26165
|
-
.v-switch__track,
|
26166
|
-
.v-switch__thumb {
|
26167
|
-
transition: none;
|
26168
|
-
}
|
26169
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
26170
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
26171
|
-
background-color: rgb(var(--v-theme-error));
|
26172
|
-
color: rgb(var(--v-theme-on-error));
|
26173
|
-
}
|
26174
|
-
|
26175
|
-
.v-switch__track-true {
|
26176
|
-
margin-inline-end: auto;
|
26177
|
-
}
|
26178
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
26179
|
-
opacity: 0;
|
26180
|
-
}
|
26181
|
-
|
26182
|
-
.v-switch__track-false {
|
26183
|
-
margin-inline-start: auto;
|
26184
|
-
}
|
26185
|
-
.v-selection-control--dirty .v-switch__track-false {
|
26186
|
-
opacity: 0;
|
26187
|
-
}
|
26188
|
-
|
26189
|
-
.v-switch__track {
|
26190
|
-
display: inline-flex;
|
26191
|
-
align-items: center;
|
26192
|
-
font-size: 0.5rem;
|
26193
|
-
padding: 0 5px;
|
26194
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
26195
|
-
border-radius: 9999px;
|
26196
|
-
height: 14px;
|
26197
|
-
opacity: 0.6;
|
26198
|
-
min-width: 36px;
|
26199
|
-
cursor: pointer;
|
26200
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
26201
|
-
}
|
26202
|
-
.v-switch--inset .v-switch__track {
|
26203
|
-
border-radius: 9999px;
|
26204
|
-
font-size: 0.75rem;
|
26205
|
-
height: 32px;
|
26206
|
-
min-width: 52px;
|
26207
|
-
}
|
26208
|
-
|
26209
|
-
.v-switch__thumb {
|
26210
|
-
align-items: center;
|
26211
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
26212
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
26213
|
-
border-radius: 50%;
|
26214
|
-
display: flex;
|
26215
|
-
font-size: 0.75rem;
|
26216
|
-
height: 20px;
|
26217
|
-
justify-content: center;
|
26218
|
-
width: 20px;
|
26219
|
-
pointer-events: none;
|
26220
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
26221
|
-
position: relative;
|
26222
|
-
overflow: hidden;
|
26223
|
-
}
|
26224
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
26225
|
-
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));
|
26226
|
-
}
|
26227
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
26228
|
-
background: rgb(var(--v-theme-surface-variant));
|
26229
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26230
|
-
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));
|
26231
|
-
}
|
26232
|
-
.v-switch--inset .v-switch__thumb {
|
26233
|
-
height: 24px;
|
26234
|
-
width: 24px;
|
26235
|
-
transform: scale(0.6666666667);
|
26236
|
-
}
|
26237
|
-
.v-switch--inset .v-switch__thumb--filled {
|
26238
|
-
transform: none;
|
26239
|
-
}
|
26240
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
26241
|
-
transform: none;
|
26242
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
26246
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26247
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26248
|
+
transition-duration: 150ms;
|
26243
26249
|
}
|
26244
|
-
|
26245
|
-
|
26246
|
-
|
26250
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26251
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26252
|
+
transition-duration: 75ms;
|
26253
|
+
}.v-virtual-scroll {
|
26254
|
+
display: block;
|
26255
|
+
flex: 1 1 auto;
|
26256
|
+
max-width: 100%;
|
26257
|
+
overflow: auto;
|
26258
|
+
position: relative;
|
26247
26259
|
}
|
26248
|
-
.v-
|
26249
|
-
|
26260
|
+
.v-virtual-scroll__container {
|
26261
|
+
display: block;
|
26262
|
+
}.v-window {
|
26263
|
+
overflow: hidden;
|
26250
26264
|
}
|
26251
|
-
.v-
|
26252
|
-
|
26253
|
-
|
26265
|
+
.v-window__container {
|
26266
|
+
display: flex;
|
26267
|
+
flex-direction: column;
|
26268
|
+
height: inherit;
|
26269
|
+
position: relative;
|
26270
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26271
|
+
}
|
26272
|
+
.v-window__controls {
|
26254
26273
|
position: absolute;
|
26274
|
+
left: 0;
|
26275
|
+
top: 0;
|
26276
|
+
width: 100%;
|
26277
|
+
height: 100%;
|
26278
|
+
display: flex;
|
26279
|
+
align-items: center;
|
26280
|
+
justify-content: space-between;
|
26281
|
+
padding: 0 16px;
|
26282
|
+
pointer-events: none;
|
26255
26283
|
}
|
26256
|
-
.v-
|
26257
|
-
|
26284
|
+
.v-window__controls > * {
|
26285
|
+
pointer-events: auto;
|
26258
26286
|
}
|
26259
|
-
|
26260
|
-
|
26261
|
-
transform: translateX(10px);
|
26287
|
+
.v-window--show-arrows-on-hover {
|
26288
|
+
overflow: hidden;
|
26262
26289
|
}
|
26263
|
-
|
26264
|
-
|
26265
|
-
position: absolute;
|
26290
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
26291
|
+
transform: translateX(-200%);
|
26266
26292
|
}
|
26267
|
-
.v-
|
26268
|
-
transform: translateX(
|
26293
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
26294
|
+
transform: translateX(200%);
|
26269
26295
|
}
|
26270
|
-
|
26271
|
-
.v-
|
26272
|
-
transform: translateX(
|
26296
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
26297
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
26298
|
+
transform: translateX(0);
|
26273
26299
|
}
|
26274
26300
|
|
26275
|
-
.v-
|
26276
|
-
|
26301
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
26302
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26277
26303
|
}
|
26278
|
-
.v-
|
26279
|
-
|
26280
|
-
|
26304
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
26305
|
+
position: absolute !important;
|
26306
|
+
top: 0;
|
26307
|
+
width: 100%;
|
26281
26308
|
}
|
26282
|
-
.v-
|
26283
|
-
|
26309
|
+
.v-window-x-transition-enter-from {
|
26310
|
+
transform: translateX(100%);
|
26284
26311
|
}
|
26285
|
-
.v-
|
26286
|
-
|
26312
|
+
.v-window-x-transition-leave-to {
|
26313
|
+
transform: translateX(-100%);
|
26287
26314
|
}
|
26288
|
-
.v-
|
26289
|
-
transform:
|
26315
|
+
.v-window-x-reverse-transition-enter-from {
|
26316
|
+
transform: translateX(-100%);
|
26290
26317
|
}
|
26291
|
-
|
26292
|
-
|
26293
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
26294
|
-
color: currentColor;
|
26295
|
-
}
|
26296
|
-
.v-switch .v-switch__thumb {
|
26297
|
-
background-color: buttontext;
|
26298
|
-
}
|
26299
|
-
.v-switch .v-switch__track,
|
26300
|
-
.v-switch .v-switch__thumb {
|
26301
|
-
border: 1px solid;
|
26302
|
-
color: buttontext;
|
26303
|
-
}
|
26304
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26305
|
-
background-color: highlight;
|
26306
|
-
}
|
26307
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
26308
|
-
background-color: highlight;
|
26309
|
-
}
|
26310
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
26311
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26312
|
-
color: highlight;
|
26313
|
-
}
|
26314
|
-
.v-switch.v-switch--inset .v-switch__track {
|
26315
|
-
border-width: 2px;
|
26316
|
-
}
|
26317
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26318
|
-
background-color: highlighttext;
|
26319
|
-
color: highlighttext;
|
26320
|
-
}
|
26321
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
26322
|
-
background-color: graytext;
|
26323
|
-
}
|
26324
|
-
.v-switch.v-input--disabled .v-switch__track,
|
26325
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
26326
|
-
color: graytext;
|
26327
|
-
}
|
26328
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
26329
|
-
background-color: canvas;
|
26330
|
-
}
|
26331
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
26332
|
-
border-width: 0;
|
26333
|
-
}
|
26334
|
-
}.v-color-picker-canvas {
|
26335
|
-
display: flex;
|
26336
|
-
position: relative;
|
26337
|
-
overflow: hidden;
|
26338
|
-
contain: content;
|
26339
|
-
touch-action: none;
|
26318
|
+
.v-window-x-reverse-transition-leave-to {
|
26319
|
+
transform: translateX(100%);
|
26340
26320
|
}
|
26341
|
-
.v-
|
26342
|
-
|
26343
|
-
top: 0;
|
26344
|
-
left: 0;
|
26345
|
-
width: 15px;
|
26346
|
-
height: 15px;
|
26347
|
-
background: transparent;
|
26348
|
-
border-radius: 50%;
|
26349
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26321
|
+
.v-window-y-transition-enter-from {
|
26322
|
+
transform: translateY(100%);
|
26350
26323
|
}
|
26351
|
-
.v-
|
26352
|
-
|
26324
|
+
.v-window-y-transition-leave-to {
|
26325
|
+
transform: translateY(-100%);
|
26353
26326
|
}
|
26354
|
-
.v-
|
26355
|
-
|
26327
|
+
.v-window-y-reverse-transition-enter-from {
|
26328
|
+
transform: translateY(-100%);
|
26329
|
+
}
|
26330
|
+
.v-window-y-reverse-transition-leave-to {
|
26331
|
+
transform: translateY(100%);
|
26356
26332
|
}.v-color-picker-edit {
|
26357
26333
|
display: flex;
|
26358
26334
|
margin-top: 24px;
|
@@ -26381,6 +26357,63 @@ html.v-overlay-scroll-blocked {
|
|
26381
26357
|
}
|
26382
26358
|
.v-color-picker-edit__input span {
|
26383
26359
|
font-size: 0.75rem;
|
26360
|
+
}.v-color-picker-swatches {
|
26361
|
+
overflow-y: auto;
|
26362
|
+
}
|
26363
|
+
.v-color-picker-swatches > div {
|
26364
|
+
display: flex;
|
26365
|
+
flex-wrap: wrap;
|
26366
|
+
justify-content: center;
|
26367
|
+
padding: 8px;
|
26368
|
+
}
|
26369
|
+
|
26370
|
+
.v-color-picker-swatches__swatch {
|
26371
|
+
display: flex;
|
26372
|
+
flex-direction: column;
|
26373
|
+
margin-bottom: 10px;
|
26374
|
+
}
|
26375
|
+
|
26376
|
+
.v-color-picker-swatches__color {
|
26377
|
+
position: relative;
|
26378
|
+
height: 18px;
|
26379
|
+
max-height: 18px;
|
26380
|
+
width: 45px;
|
26381
|
+
margin: 2px 4px;
|
26382
|
+
border-radius: 2px;
|
26383
|
+
-webkit-user-select: none;
|
26384
|
+
user-select: none;
|
26385
|
+
overflow: hidden;
|
26386
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26387
|
+
cursor: pointer;
|
26388
|
+
}
|
26389
|
+
.v-color-picker-swatches__color > div {
|
26390
|
+
display: flex;
|
26391
|
+
align-items: center;
|
26392
|
+
justify-content: center;
|
26393
|
+
width: 100%;
|
26394
|
+
height: 100%;
|
26395
|
+
}.v-color-picker-canvas {
|
26396
|
+
display: flex;
|
26397
|
+
position: relative;
|
26398
|
+
overflow: hidden;
|
26399
|
+
contain: content;
|
26400
|
+
touch-action: none;
|
26401
|
+
}
|
26402
|
+
.v-color-picker-canvas__dot {
|
26403
|
+
position: absolute;
|
26404
|
+
top: 0;
|
26405
|
+
left: 0;
|
26406
|
+
width: 15px;
|
26407
|
+
height: 15px;
|
26408
|
+
background: transparent;
|
26409
|
+
border-radius: 50%;
|
26410
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26411
|
+
}
|
26412
|
+
.v-color-picker-canvas__dot--disabled {
|
26413
|
+
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);
|
26414
|
+
}
|
26415
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26416
|
+
will-change: transform;
|
26384
26417
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26385
26418
|
background-color: transparent !important;
|
26386
26419
|
}
|
@@ -26451,41 +26484,6 @@ html.v-overlay-scroll-blocked {
|
|
26451
26484
|
.v-color-picker-preview__eye-dropper {
|
26452
26485
|
position: relative;
|
26453
26486
|
margin-right: 12px;
|
26454
|
-
}.v-color-picker-swatches {
|
26455
|
-
overflow-y: auto;
|
26456
|
-
}
|
26457
|
-
.v-color-picker-swatches > div {
|
26458
|
-
display: flex;
|
26459
|
-
flex-wrap: wrap;
|
26460
|
-
justify-content: center;
|
26461
|
-
padding: 8px;
|
26462
|
-
}
|
26463
|
-
|
26464
|
-
.v-color-picker-swatches__swatch {
|
26465
|
-
display: flex;
|
26466
|
-
flex-direction: column;
|
26467
|
-
margin-bottom: 10px;
|
26468
|
-
}
|
26469
|
-
|
26470
|
-
.v-color-picker-swatches__color {
|
26471
|
-
position: relative;
|
26472
|
-
height: 18px;
|
26473
|
-
max-height: 18px;
|
26474
|
-
width: 45px;
|
26475
|
-
margin: 2px 4px;
|
26476
|
-
border-radius: 2px;
|
26477
|
-
-webkit-user-select: none;
|
26478
|
-
user-select: none;
|
26479
|
-
overflow: hidden;
|
26480
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26481
|
-
cursor: pointer;
|
26482
|
-
}
|
26483
|
-
.v-color-picker-swatches__color > div {
|
26484
|
-
display: flex;
|
26485
|
-
align-items: center;
|
26486
|
-
justify-content: center;
|
26487
|
-
width: 100%;
|
26488
|
-
height: 100%;
|
26489
26487
|
}.v-slider-thumb {
|
26490
26488
|
touch-action: none;
|
26491
26489
|
color: rgb(var(--v-theme-surface-variant));
|