@vuetify/nightly 3.6.7-master.2024-05-22 → 3.6.7-master.2024-05-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 +7 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +1966 -1966
- package/dist/vuetify-labs.esm.js +60 -57
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -56
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2523 -2523
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +60 -57
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +59 -56
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +298 -297
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17380,6 +17380,19 @@ html.overflow-y-hidden {
|
|
17380
17380
|
font-weight: normal;
|
17381
17381
|
padding: 0.2em 0.4rem;
|
17382
17382
|
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));
|
17383
|
+
}.v-calendar-header {
|
17384
|
+
align-items: center;
|
17385
|
+
display: flex;
|
17386
|
+
min-height: 64px;
|
17387
|
+
}
|
17388
|
+
|
17389
|
+
.v-calendar-header__today {
|
17390
|
+
margin-inline-end: 24px;
|
17391
|
+
}
|
17392
|
+
|
17393
|
+
.v-calendar-header__title {
|
17394
|
+
font-size: 1.5rem;
|
17395
|
+
margin-inline-start: 24px;
|
17383
17396
|
}.v-calendar {
|
17384
17397
|
background: rgb(var(--v-theme-background));
|
17385
17398
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17607,19 +17620,11 @@ html.overflow-y-hidden {
|
|
17607
17620
|
}
|
17608
17621
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17609
17622
|
border-right: none;
|
17610
|
-
}.v-calendar-
|
17611
|
-
|
17612
|
-
|
17613
|
-
|
17614
|
-
|
17615
|
-
|
17616
|
-
.v-calendar-header__today {
|
17617
|
-
margin-inline-end: 24px;
|
17618
|
-
}
|
17619
|
-
|
17620
|
-
.v-calendar-header__title {
|
17621
|
-
font-size: 1.5rem;
|
17622
|
-
margin-inline-start: 24px;
|
17623
|
+
}.v-calendar-internal-event {
|
17624
|
+
overflow: hidden;
|
17625
|
+
padding: 4px;
|
17626
|
+
text-overflow: ellipsis;
|
17627
|
+
white-space: nowrap;
|
17623
17628
|
}.v-calendar-day {
|
17624
17629
|
position: relative;
|
17625
17630
|
display: flex;
|
@@ -17652,11 +17657,48 @@ html.overflow-y-hidden {
|
|
17652
17657
|
}
|
17653
17658
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17654
17659
|
grid-template-columns: repeat(1, 1fr);
|
17655
|
-
}.v-calendar-
|
17660
|
+
}.v-calendar-day__row-with-label {
|
17661
|
+
display: grid;
|
17662
|
+
grid-template-columns: 48px 8px 1fr;
|
17663
|
+
border-right: thin solid #e0e0e0;
|
17664
|
+
}
|
17665
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17666
|
+
position: relative;
|
17667
|
+
border-right: thin solid #e0e0e0;
|
17668
|
+
}
|
17669
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17670
|
+
content: "";
|
17671
|
+
border-bottom: thin solid #e0e0e0;
|
17672
|
+
position: absolute;
|
17673
|
+
width: 100%;
|
17674
|
+
margin-top: -1px;
|
17675
|
+
z-index: 3;
|
17676
|
+
pointer-events: none;
|
17677
|
+
}
|
17678
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17679
|
+
font-size: 10px;
|
17680
|
+
text-align: center;
|
17681
|
+
position: relative;
|
17682
|
+
top: -8px;
|
17683
|
+
}
|
17684
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17685
|
+
border-bottom: thin solid #e0e0e0;
|
17686
|
+
}
|
17687
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17688
|
+
border-bottom: none;
|
17689
|
+
}
|
17690
|
+
|
17691
|
+
.v-calendar-day__row-without-label {
|
17692
|
+
display: grid;
|
17693
|
+
grid-template-columns: 1fr;
|
17694
|
+
border-right: thin solid #e0e0e0;
|
17695
|
+
}
|
17696
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17656
17697
|
overflow: hidden;
|
17657
|
-
|
17658
|
-
|
17659
|
-
|
17698
|
+
border-bottom: thin solid #e0e0e0;
|
17699
|
+
}
|
17700
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17701
|
+
border-bottom: none;
|
17660
17702
|
}.v-calendar-month__day {
|
17661
17703
|
position: relative;
|
17662
17704
|
display: flex;
|
@@ -17720,116 +17762,6 @@ html.overflow-y-hidden {
|
|
17720
17762
|
|
17721
17763
|
.v-calendar-weekly__day-alldayevents-container {
|
17722
17764
|
min-height: 24px;
|
17723
|
-
}.v-calendar-day__row-with-label {
|
17724
|
-
display: grid;
|
17725
|
-
grid-template-columns: 48px 8px 1fr;
|
17726
|
-
border-right: thin solid #e0e0e0;
|
17727
|
-
}
|
17728
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17729
|
-
position: relative;
|
17730
|
-
border-right: thin solid #e0e0e0;
|
17731
|
-
}
|
17732
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17733
|
-
content: "";
|
17734
|
-
border-bottom: thin solid #e0e0e0;
|
17735
|
-
position: absolute;
|
17736
|
-
width: 100%;
|
17737
|
-
margin-top: -1px;
|
17738
|
-
z-index: 3;
|
17739
|
-
pointer-events: none;
|
17740
|
-
}
|
17741
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17742
|
-
font-size: 10px;
|
17743
|
-
text-align: center;
|
17744
|
-
position: relative;
|
17745
|
-
top: -8px;
|
17746
|
-
}
|
17747
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17748
|
-
border-bottom: thin solid #e0e0e0;
|
17749
|
-
}
|
17750
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17751
|
-
border-bottom: none;
|
17752
|
-
}
|
17753
|
-
|
17754
|
-
.v-calendar-day__row-without-label {
|
17755
|
-
display: grid;
|
17756
|
-
grid-template-columns: 1fr;
|
17757
|
-
border-right: thin solid #e0e0e0;
|
17758
|
-
}
|
17759
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17760
|
-
overflow: hidden;
|
17761
|
-
border-bottom: thin solid #e0e0e0;
|
17762
|
-
}
|
17763
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17764
|
-
border-bottom: none;
|
17765
|
-
}.v-stepper-vertical-item {
|
17766
|
-
position: relative;
|
17767
|
-
transition-duration: 0.2s;
|
17768
|
-
transition-property: opacity;
|
17769
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
17770
|
-
}
|
17771
|
-
.v-stepper-vertical-item__title {
|
17772
|
-
font-size: 1rem;
|
17773
|
-
}
|
17774
|
-
.v-stepper-vertical-item__subtitle {
|
17775
|
-
font-size: 0.75rem;
|
17776
|
-
}
|
17777
|
-
.v-stepper-vertical-item .v-expansion-panel-text {
|
17778
|
-
padding-inline-start: 32px;
|
17779
|
-
}
|
17780
|
-
.v-stepper-vertical-item:not(:last-child):before {
|
17781
|
-
content: "";
|
17782
|
-
position: absolute;
|
17783
|
-
width: 2px;
|
17784
|
-
height: calc(100% - 30px);
|
17785
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
17786
|
-
left: 35px;
|
17787
|
-
top: 44px;
|
17788
|
-
z-index: 1;
|
17789
|
-
transition-duration: 300ms;
|
17790
|
-
transition-property: height;
|
17791
|
-
}
|
17792
|
-
.v-stepper-vertical-item:after {
|
17793
|
-
display: none;
|
17794
|
-
}
|
17795
|
-
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
|
17796
|
-
pointer-events: none;
|
17797
|
-
}
|
17798
|
-
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
17799
|
-
opacity: 0;
|
17800
|
-
}
|
17801
|
-
|
17802
|
-
.v-stepper-vertical-item__avatar.v-avatar {
|
17803
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
17804
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
17805
|
-
transition-property: background;
|
17806
|
-
}
|
17807
|
-
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
17808
|
-
font-size: 0.875rem;
|
17809
|
-
}
|
17810
|
-
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
17811
|
-
background: rgb(var(--v-theme-surface-variant));
|
17812
|
-
}
|
17813
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
17814
|
-
background: rgb(var(--v-theme-error));
|
17815
|
-
color: rgb(var(--v-theme-on-error));
|
17816
|
-
}
|
17817
|
-
|
17818
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
17819
|
-
color: rgb(var(--v-theme-error));
|
17820
|
-
}
|
17821
|
-
|
17822
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
17823
|
-
color: rgb(var(--v-theme-error));
|
17824
|
-
}
|
17825
|
-
|
17826
|
-
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
17827
|
-
margin-inline-end: 8px;
|
17828
|
-
}
|
17829
|
-
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
17830
|
-
justify-content: flex-end;
|
17831
|
-
padding: 24px 0 0;
|
17832
|
-
flex-direction: row-reverse;
|
17833
17765
|
}.v-picker.v-sheet {
|
17834
17766
|
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));
|
17835
17767
|
border-radius: 4px;
|
@@ -17947,132 +17879,97 @@ html.overflow-y-hidden {
|
|
17947
17879
|
}
|
17948
17880
|
.v-pull-to-refresh__scroll-container--touching {
|
17949
17881
|
transition: none;
|
17950
|
-
}.v-
|
17951
|
-
|
17952
|
-
|
17882
|
+
}.v-stepper-vertical-item {
|
17883
|
+
position: relative;
|
17884
|
+
transition-duration: 0.2s;
|
17885
|
+
transition-property: opacity;
|
17886
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
17953
17887
|
}
|
17954
|
-
.v-
|
17955
|
-
|
17956
|
-
margin-bottom: 20px;
|
17957
|
-
}.v-treeview-item--filtered {
|
17958
|
-
display: none;
|
17888
|
+
.v-stepper-vertical-item__title {
|
17889
|
+
font-size: 1rem;
|
17959
17890
|
}
|
17960
|
-
|
17961
|
-
|
17962
|
-
--indent-padding: 0px;
|
17891
|
+
.v-stepper-vertical-item__subtitle {
|
17892
|
+
font-size: 0.75rem;
|
17963
17893
|
}
|
17964
|
-
|
17965
|
-
|
17966
|
-
--list-indent-size: 16px;
|
17894
|
+
.v-stepper-vertical-item .v-expansion-panel-text {
|
17895
|
+
padding-inline-start: 32px;
|
17967
17896
|
}
|
17968
|
-
.v-
|
17969
|
-
|
17897
|
+
.v-stepper-vertical-item:not(:last-child):before {
|
17898
|
+
content: "";
|
17899
|
+
position: absolute;
|
17900
|
+
width: 2px;
|
17901
|
+
height: calc(100% - 30px);
|
17902
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
17903
|
+
left: 35px;
|
17904
|
+
top: 44px;
|
17905
|
+
z-index: 1;
|
17906
|
+
transition-duration: 300ms;
|
17907
|
+
transition-property: height;
|
17970
17908
|
}
|
17971
|
-
.v-
|
17972
|
-
|
17973
|
-
}.v-time-picker-controls {
|
17974
|
-
display: flex;
|
17975
|
-
align-items: center;
|
17976
|
-
justify-content: center;
|
17977
|
-
font-size: 0.875rem;
|
17978
|
-
padding-top: 4px;
|
17979
|
-
padding-bottom: 4px;
|
17980
|
-
margin-bottom: 36px;
|
17909
|
+
.v-stepper-vertical-item:after {
|
17910
|
+
display: none;
|
17981
17911
|
}
|
17982
|
-
.v-
|
17983
|
-
|
17912
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
|
17913
|
+
pointer-events: none;
|
17984
17914
|
}
|
17985
|
-
.v-
|
17986
|
-
|
17987
|
-
white-space: nowrap;
|
17988
|
-
direction: ltr;
|
17989
|
-
justify-content: center;
|
17915
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
17916
|
+
opacity: 0;
|
17990
17917
|
}
|
17991
|
-
|
17992
|
-
|
17993
|
-
|
17994
|
-
|
17918
|
+
|
17919
|
+
.v-stepper-vertical-item__avatar.v-avatar {
|
17920
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
17921
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
17922
|
+
transition-property: background;
|
17995
17923
|
}
|
17996
|
-
.v-
|
17997
|
-
|
17998
|
-
}
|
17999
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18000
|
-
width: 96px;
|
18001
|
-
height: 80px;
|
18002
|
-
}
|
18003
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18004
|
-
width: 64px;
|
18005
|
-
height: 80px;
|
18006
|
-
font-size: 40px;
|
17924
|
+
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
17925
|
+
font-size: 0.875rem;
|
18007
17926
|
}
|
18008
|
-
.v-
|
18009
|
-
|
18010
|
-
height: 80px;
|
18011
|
-
width: 24px;
|
18012
|
-
text-align: center;
|
17927
|
+
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
17928
|
+
background: rgb(var(--v-theme-surface-variant));
|
18013
17929
|
}
|
18014
|
-
.v-
|
18015
|
-
|
18016
|
-
|
17930
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
17931
|
+
background: rgb(var(--v-theme-error));
|
17932
|
+
color: rgb(var(--v-theme-on-error));
|
18017
17933
|
}
|
18018
17934
|
|
18019
|
-
.v-
|
18020
|
-
|
18021
|
-
align-self: flex-end;
|
18022
|
-
display: flex;
|
18023
|
-
flex-direction: column;
|
18024
|
-
font-size: 18px;
|
18025
|
-
text-transform: uppercase;
|
18026
|
-
}
|
18027
|
-
.v-time-picker-controls__ampm--readonly {
|
18028
|
-
pointer-events: none;
|
18029
|
-
}
|
18030
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18031
|
-
opacity: 0.6;
|
18032
|
-
}
|
18033
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18034
|
-
font-size: 18px;
|
18035
|
-
padding: 0 8px;
|
18036
|
-
min-width: 52px;
|
18037
|
-
height: 40px;
|
17935
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
17936
|
+
color: rgb(var(--v-theme-error));
|
18038
17937
|
}
|
18039
|
-
|
18040
|
-
|
18041
|
-
|
17938
|
+
|
17939
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
17940
|
+
color: rgb(var(--v-theme-error));
|
18042
17941
|
}
|
18043
|
-
|
18044
|
-
|
18045
|
-
|
18046
|
-
border-top: none;
|
17942
|
+
|
17943
|
+
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
17944
|
+
margin-inline-end: 8px;
|
18047
17945
|
}
|
18048
|
-
.v-
|
18049
|
-
|
17946
|
+
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
17947
|
+
justify-content: flex-end;
|
17948
|
+
padding: 24px 0 0;
|
17949
|
+
flex-direction: row-reverse;
|
17950
|
+
}.v-treeview-item--filtered {
|
17951
|
+
display: none;
|
18050
17952
|
}
|
18051
17953
|
|
18052
|
-
.v-
|
18053
|
-
|
18054
|
-
justify-content: center;
|
18055
|
-
height: 100%;
|
17954
|
+
.v-treeview {
|
17955
|
+
--indent-padding: 0px;
|
18056
17956
|
}
|
18057
|
-
|
18058
|
-
|
17957
|
+
|
17958
|
+
.v-treeview-group.v-list-group {
|
17959
|
+
--list-indent-size: 16px;
|
18059
17960
|
}
|
18060
|
-
.v-
|
18061
|
-
|
18062
|
-
height: 55px;
|
18063
|
-
font-size: 55px;
|
17961
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
17962
|
+
--prepend-width: 16px;
|
18064
17963
|
}
|
18065
|
-
.v-
|
18066
|
-
|
18067
|
-
|
18068
|
-
|
17964
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
17965
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
17966
|
+
}.v-time-picker.v-picker {
|
17967
|
+
padding: 24px;
|
17968
|
+
width: 328px;
|
18069
17969
|
}
|
18070
|
-
|
18071
|
-
.v-picker--time .v-picker__title--landscape {
|
17970
|
+
.v-time-picker.v-picker .v-picker-title {
|
18072
17971
|
padding: 0;
|
18073
|
-
|
18074
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18075
|
-
text-align: center;
|
17972
|
+
margin-bottom: 20px;
|
18076
17973
|
}.v-time-picker-clock {
|
18077
17974
|
background: rgb(var(--v-theme-background));
|
18078
17975
|
color: rgb(var(--v-theme-on-background));
|
@@ -18204,100 +18101,300 @@ html.overflow-y-hidden {
|
|
18204
18101
|
|
18205
18102
|
.v-picker--landscape .v-time-picker-clock__container {
|
18206
18103
|
flex-direction: row;
|
18207
|
-
}.v-
|
18208
|
-
display:
|
18209
|
-
|
18210
|
-
|
18211
|
-
|
18212
|
-
|
18213
|
-
padding:
|
18214
|
-
|
18215
|
-
--v-border-color: currentColor;
|
18216
|
-
border-radius: 4px;
|
18217
|
-
}
|
18218
|
-
.v-alert--absolute {
|
18219
|
-
position: absolute;
|
18220
|
-
}
|
18221
|
-
.v-alert--fixed {
|
18222
|
-
position: fixed;
|
18223
|
-
}
|
18224
|
-
.v-alert--sticky {
|
18225
|
-
position: sticky;
|
18104
|
+
}.v-time-picker-controls {
|
18105
|
+
display: flex;
|
18106
|
+
align-items: center;
|
18107
|
+
justify-content: center;
|
18108
|
+
font-size: 0.875rem;
|
18109
|
+
padding-top: 4px;
|
18110
|
+
padding-bottom: 4px;
|
18111
|
+
margin-bottom: 36px;
|
18226
18112
|
}
|
18227
|
-
.v-
|
18228
|
-
|
18229
|
-
color: inherit;
|
18113
|
+
.v-time-picker-controls__text {
|
18114
|
+
padding-bottom: 12px;
|
18230
18115
|
}
|
18231
|
-
.v-
|
18232
|
-
|
18116
|
+
.v-time-picker-controls__time {
|
18117
|
+
display: flex;
|
18118
|
+
white-space: nowrap;
|
18119
|
+
direction: ltr;
|
18120
|
+
justify-content: center;
|
18233
18121
|
}
|
18234
|
-
.v-
|
18235
|
-
|
18122
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
18123
|
+
width: 96px;
|
18124
|
+
height: 80px;
|
18125
|
+
font-size: 56px;
|
18236
18126
|
}
|
18237
|
-
.v-
|
18238
|
-
|
18127
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
18128
|
+
background: rgb(var(--v-theme-primary));
|
18239
18129
|
}
|
18240
|
-
.v-
|
18241
|
-
|
18242
|
-
|
18130
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18131
|
+
width: 96px;
|
18132
|
+
height: 80px;
|
18243
18133
|
}
|
18244
|
-
.v-
|
18245
|
-
|
18134
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18135
|
+
width: 64px;
|
18136
|
+
height: 80px;
|
18137
|
+
font-size: 40px;
|
18246
18138
|
}
|
18247
|
-
.v-
|
18248
|
-
|
18139
|
+
.v-time-picker-controls__time__separator {
|
18140
|
+
font-size: 56px;
|
18141
|
+
height: 80px;
|
18142
|
+
width: 24px;
|
18143
|
+
text-align: center;
|
18249
18144
|
}
|
18250
|
-
.v-
|
18251
|
-
|
18145
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
18146
|
+
height: 80px;
|
18147
|
+
font-size: 56px;
|
18252
18148
|
}
|
18253
|
-
|
18254
|
-
|
18149
|
+
|
18150
|
+
.v-time-picker-controls__ampm {
|
18151
|
+
margin-left: 12px;
|
18152
|
+
align-self: flex-end;
|
18153
|
+
display: flex;
|
18154
|
+
flex-direction: column;
|
18155
|
+
font-size: 18px;
|
18156
|
+
text-transform: uppercase;
|
18255
18157
|
}
|
18256
|
-
.v-
|
18257
|
-
background: currentColor;
|
18258
|
-
opacity: var(--v-activated-opacity);
|
18259
|
-
border-radius: inherit;
|
18260
|
-
top: 0;
|
18261
|
-
right: 0;
|
18262
|
-
bottom: 0;
|
18263
|
-
left: 0;
|
18158
|
+
.v-time-picker-controls__ampm--readonly {
|
18264
18159
|
pointer-events: none;
|
18265
18160
|
}
|
18266
|
-
.v-
|
18267
|
-
|
18161
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18162
|
+
opacity: 0.6;
|
18268
18163
|
}
|
18269
|
-
.v-
|
18270
|
-
|
18164
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18165
|
+
font-size: 18px;
|
18166
|
+
padding: 0 8px;
|
18167
|
+
min-width: 52px;
|
18168
|
+
height: 40px;
|
18271
18169
|
}
|
18272
|
-
.v-
|
18273
|
-
|
18170
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
18171
|
+
border-radius: 4px 4px 0 0;
|
18172
|
+
border: 1px solid;
|
18274
18173
|
}
|
18275
|
-
.v-
|
18276
|
-
|
18174
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
18175
|
+
border-radius: 0 0 4px 4px;
|
18176
|
+
border: 1px solid;
|
18177
|
+
border-top: none;
|
18277
18178
|
}
|
18278
|
-
.v-
|
18279
|
-
|
18179
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
18180
|
+
background: rgb(var(--v-theme-primary));
|
18280
18181
|
}
|
18281
|
-
|
18282
|
-
|
18182
|
+
|
18183
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
18184
|
+
flex-direction: column;
|
18185
|
+
justify-content: center;
|
18186
|
+
height: 100%;
|
18283
18187
|
}
|
18284
|
-
.v-
|
18285
|
-
|
18286
|
-
padding-top: 16px;
|
18188
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
18189
|
+
text-align: right;
|
18287
18190
|
}
|
18288
|
-
.v-
|
18289
|
-
|
18191
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
18192
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
18193
|
+
height: 55px;
|
18194
|
+
font-size: 55px;
|
18290
18195
|
}
|
18291
|
-
.v-
|
18292
|
-
|
18196
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
18197
|
+
margin: 16px 0 0;
|
18198
|
+
align-self: initial;
|
18199
|
+
text-align: center;
|
18293
18200
|
}
|
18294
18201
|
|
18295
|
-
.v-
|
18296
|
-
padding
|
18297
|
-
padding-top: 12px;
|
18202
|
+
.v-picker--time .v-picker__title--landscape {
|
18203
|
+
padding: 0;
|
18298
18204
|
}
|
18299
|
-
.v-
|
18300
|
-
|
18205
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18206
|
+
text-align: center;
|
18207
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18208
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18209
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18210
|
+
cursor: text;
|
18211
|
+
}
|
18212
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18213
|
+
flex: 1 1;
|
18214
|
+
}
|
18215
|
+
.v-autocomplete .v-field input {
|
18216
|
+
min-width: 64px;
|
18217
|
+
}
|
18218
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18219
|
+
min-width: 0;
|
18220
|
+
}
|
18221
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18222
|
+
margin-inline-end: 2px;
|
18223
|
+
}
|
18224
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18225
|
+
overflow: hidden;
|
18226
|
+
text-overflow: ellipsis;
|
18227
|
+
white-space: nowrap;
|
18228
|
+
}
|
18229
|
+
|
18230
|
+
.v-autocomplete__content {
|
18231
|
+
overflow: hidden;
|
18232
|
+
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));
|
18233
|
+
border-radius: 4px;
|
18234
|
+
}
|
18235
|
+
.v-autocomplete__mask {
|
18236
|
+
background: rgb(var(--v-theme-surface-light));
|
18237
|
+
}
|
18238
|
+
.v-autocomplete__selection {
|
18239
|
+
display: inline-flex;
|
18240
|
+
align-items: center;
|
18241
|
+
height: 1.5rem;
|
18242
|
+
letter-spacing: inherit;
|
18243
|
+
line-height: inherit;
|
18244
|
+
max-width: calc(100% - 2px - 2px);
|
18245
|
+
}
|
18246
|
+
.v-autocomplete__selection:first-child {
|
18247
|
+
margin-inline-start: 0;
|
18248
|
+
}
|
18249
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18250
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18251
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18252
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18253
|
+
top: 0px;
|
18254
|
+
}
|
18255
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18256
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18257
|
+
}
|
18258
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18259
|
+
opacity: 1;
|
18260
|
+
}
|
18261
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18262
|
+
caret-color: transparent;
|
18263
|
+
}
|
18264
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18265
|
+
flex: 1 1;
|
18266
|
+
position: absolute;
|
18267
|
+
left: 0;
|
18268
|
+
right: 0;
|
18269
|
+
width: 100%;
|
18270
|
+
padding-inline: inherit;
|
18271
|
+
}
|
18272
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18273
|
+
transition: none;
|
18274
|
+
}
|
18275
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18276
|
+
opacity: 0;
|
18277
|
+
}
|
18278
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18279
|
+
opacity: 0;
|
18280
|
+
}
|
18281
|
+
.v-autocomplete__menu-icon {
|
18282
|
+
margin-inline-start: 4px;
|
18283
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18284
|
+
}
|
18285
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18286
|
+
opacity: var(--v-high-emphasis-opacity);
|
18287
|
+
transform: rotate(180deg);
|
18288
|
+
}.v-application {
|
18289
|
+
display: flex;
|
18290
|
+
background: rgb(var(--v-theme-background));
|
18291
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18292
|
+
}
|
18293
|
+
|
18294
|
+
.v-application__wrap {
|
18295
|
+
-webkit-backface-visibility: hidden;
|
18296
|
+
backface-visibility: hidden;
|
18297
|
+
display: flex;
|
18298
|
+
flex-direction: column;
|
18299
|
+
flex: 1 1 auto;
|
18300
|
+
max-width: 100%;
|
18301
|
+
min-height: 100vh;
|
18302
|
+
min-height: 100dvh;
|
18303
|
+
position: relative;
|
18304
|
+
}.v-alert {
|
18305
|
+
display: grid;
|
18306
|
+
flex: 1 1;
|
18307
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
18308
|
+
grid-template-columns: max-content auto max-content max-content;
|
18309
|
+
position: relative;
|
18310
|
+
padding: 16px;
|
18311
|
+
overflow: hidden;
|
18312
|
+
--v-border-color: currentColor;
|
18313
|
+
border-radius: 4px;
|
18314
|
+
}
|
18315
|
+
.v-alert--absolute {
|
18316
|
+
position: absolute;
|
18317
|
+
}
|
18318
|
+
.v-alert--fixed {
|
18319
|
+
position: fixed;
|
18320
|
+
}
|
18321
|
+
.v-alert--sticky {
|
18322
|
+
position: sticky;
|
18323
|
+
}
|
18324
|
+
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
18325
|
+
background: transparent;
|
18326
|
+
color: inherit;
|
18327
|
+
}
|
18328
|
+
.v-alert--variant-plain {
|
18329
|
+
opacity: 0.62;
|
18330
|
+
}
|
18331
|
+
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
18332
|
+
opacity: 1;
|
18333
|
+
}
|
18334
|
+
.v-alert--variant-plain .v-alert__overlay {
|
18335
|
+
display: none;
|
18336
|
+
}
|
18337
|
+
.v-alert--variant-elevated, .v-alert--variant-flat {
|
18338
|
+
background: rgb(var(--v-theme-surface-light));
|
18339
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
18340
|
+
}
|
18341
|
+
.v-alert--variant-elevated {
|
18342
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18343
|
+
}
|
18344
|
+
.v-alert--variant-flat {
|
18345
|
+
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));
|
18346
|
+
}
|
18347
|
+
.v-alert--variant-outlined {
|
18348
|
+
border: thin solid currentColor;
|
18349
|
+
}
|
18350
|
+
.v-alert--variant-text .v-alert__overlay {
|
18351
|
+
background: currentColor;
|
18352
|
+
}
|
18353
|
+
.v-alert--variant-tonal .v-alert__underlay {
|
18354
|
+
background: currentColor;
|
18355
|
+
opacity: var(--v-activated-opacity);
|
18356
|
+
border-radius: inherit;
|
18357
|
+
top: 0;
|
18358
|
+
right: 0;
|
18359
|
+
bottom: 0;
|
18360
|
+
left: 0;
|
18361
|
+
pointer-events: none;
|
18362
|
+
}
|
18363
|
+
.v-alert .v-alert__underlay {
|
18364
|
+
position: absolute;
|
18365
|
+
}
|
18366
|
+
.v-alert--prominent {
|
18367
|
+
grid-template-areas: "prepend content append close" "prepend content . .";
|
18368
|
+
}
|
18369
|
+
.v-alert.v-alert--border {
|
18370
|
+
--v-border-opacity: 0.38;
|
18371
|
+
}
|
18372
|
+
.v-alert.v-alert--border.v-alert--border-start {
|
18373
|
+
padding-inline-start: 24px;
|
18374
|
+
}
|
18375
|
+
.v-alert.v-alert--border.v-alert--border-end {
|
18376
|
+
padding-inline-end: 24px;
|
18377
|
+
}
|
18378
|
+
.v-alert--variant-plain {
|
18379
|
+
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
18380
|
+
}
|
18381
|
+
.v-alert--density-default {
|
18382
|
+
padding-bottom: 16px;
|
18383
|
+
padding-top: 16px;
|
18384
|
+
}
|
18385
|
+
.v-alert--density-default.v-alert--border-top {
|
18386
|
+
padding-top: 24px;
|
18387
|
+
}
|
18388
|
+
.v-alert--density-default.v-alert--border-bottom {
|
18389
|
+
padding-bottom: 24px;
|
18390
|
+
}
|
18391
|
+
|
18392
|
+
.v-alert--density-comfortable {
|
18393
|
+
padding-bottom: 12px;
|
18394
|
+
padding-top: 12px;
|
18395
|
+
}
|
18396
|
+
.v-alert--density-comfortable.v-alert--border-top {
|
18397
|
+
padding-top: 20px;
|
18301
18398
|
}
|
18302
18399
|
.v-alert--density-comfortable.v-alert--border-bottom {
|
18303
18400
|
padding-bottom: 20px;
|
@@ -18416,22 +18513,6 @@ html.overflow-y-hidden {
|
|
18416
18513
|
text-transform: none;
|
18417
18514
|
word-break: normal;
|
18418
18515
|
word-wrap: break-word;
|
18419
|
-
}.v-application {
|
18420
|
-
display: flex;
|
18421
|
-
background: rgb(var(--v-theme-background));
|
18422
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18423
|
-
}
|
18424
|
-
|
18425
|
-
.v-application__wrap {
|
18426
|
-
-webkit-backface-visibility: hidden;
|
18427
|
-
backface-visibility: hidden;
|
18428
|
-
display: flex;
|
18429
|
-
flex-direction: column;
|
18430
|
-
flex: 1 1 auto;
|
18431
|
-
max-width: 100%;
|
18432
|
-
min-height: 100vh;
|
18433
|
-
min-height: 100dvh;
|
18434
|
-
position: relative;
|
18435
18516
|
}.v-app-bar {
|
18436
18517
|
display: flex;
|
18437
18518
|
}
|
@@ -18444,87 +18525,77 @@ html.overflow-y-hidden {
|
|
18444
18525
|
}
|
18445
18526
|
.v-app-bar:not(.v-toolbar--absolute) {
|
18446
18527
|
padding-inline-end: var(--v-scrollbar-offset);
|
18447
|
-
}.v-
|
18448
|
-
|
18449
|
-
|
18450
|
-
cursor: text;
|
18528
|
+
}.v-badge {
|
18529
|
+
display: inline-block;
|
18530
|
+
line-height: 1;
|
18451
18531
|
}
|
18452
|
-
|
18453
|
-
|
18532
|
+
|
18533
|
+
.v-badge__badge {
|
18534
|
+
align-items: center;
|
18535
|
+
display: inline-flex;
|
18536
|
+
border-radius: 10px;
|
18537
|
+
font-size: 0.75rem;
|
18538
|
+
font-weight: 500;
|
18539
|
+
height: 1.25rem;
|
18540
|
+
justify-content: center;
|
18541
|
+
min-width: 20px;
|
18542
|
+
padding: 4px 6px;
|
18543
|
+
pointer-events: auto;
|
18544
|
+
position: absolute;
|
18545
|
+
text-align: center;
|
18546
|
+
text-indent: 0;
|
18547
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18548
|
+
white-space: nowrap;
|
18549
|
+
background: rgb(var(--v-theme-surface-variant));
|
18550
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18454
18551
|
}
|
18455
|
-
.v-
|
18456
|
-
|
18552
|
+
.v-badge--bordered .v-badge__badge::after {
|
18553
|
+
border-radius: inherit;
|
18554
|
+
border-style: solid;
|
18555
|
+
border-width: 2px;
|
18556
|
+
bottom: 0;
|
18557
|
+
color: rgb(var(--v-theme-background));
|
18558
|
+
content: "";
|
18559
|
+
left: 0;
|
18560
|
+
position: absolute;
|
18561
|
+
right: 0;
|
18562
|
+
top: 0;
|
18563
|
+
transform: scale(1.05);
|
18457
18564
|
}
|
18458
|
-
.v-
|
18565
|
+
.v-badge--dot .v-badge__badge {
|
18566
|
+
border-radius: 4.5px;
|
18567
|
+
height: 9px;
|
18459
18568
|
min-width: 0;
|
18569
|
+
padding: 0;
|
18570
|
+
width: 9px;
|
18460
18571
|
}
|
18461
|
-
.v-
|
18462
|
-
|
18572
|
+
.v-badge--dot .v-badge__badge::after {
|
18573
|
+
border-width: 1.5px;
|
18463
18574
|
}
|
18464
|
-
.v-
|
18465
|
-
|
18466
|
-
|
18467
|
-
white-space: nowrap;
|
18468
|
-
}
|
18469
|
-
|
18470
|
-
.v-autocomplete__content {
|
18471
|
-
overflow: hidden;
|
18472
|
-
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));
|
18473
|
-
border-radius: 4px;
|
18474
|
-
}
|
18475
|
-
.v-autocomplete__mask {
|
18476
|
-
background: rgb(var(--v-theme-surface-light));
|
18477
|
-
}
|
18478
|
-
.v-autocomplete__selection {
|
18479
|
-
display: inline-flex;
|
18480
|
-
align-items: center;
|
18481
|
-
height: 1.5rem;
|
18482
|
-
letter-spacing: inherit;
|
18483
|
-
line-height: inherit;
|
18484
|
-
max-width: calc(100% - 2px - 2px);
|
18485
|
-
}
|
18486
|
-
.v-autocomplete__selection:first-child {
|
18487
|
-
margin-inline-start: 0;
|
18488
|
-
}
|
18489
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18490
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18491
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18492
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18493
|
-
top: 0px;
|
18494
|
-
}
|
18495
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18496
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18497
|
-
}
|
18498
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18499
|
-
opacity: 1;
|
18575
|
+
.v-badge--inline .v-badge__badge {
|
18576
|
+
position: relative;
|
18577
|
+
vertical-align: middle;
|
18500
18578
|
}
|
18501
|
-
.v-
|
18502
|
-
|
18579
|
+
.v-badge__badge .v-icon {
|
18580
|
+
color: inherit;
|
18581
|
+
font-size: 0.75rem;
|
18582
|
+
margin: 0 -2px;
|
18503
18583
|
}
|
18504
|
-
.v-
|
18505
|
-
|
18506
|
-
|
18507
|
-
left: 0;
|
18508
|
-
right: 0;
|
18584
|
+
.v-badge__badge img,
|
18585
|
+
.v-badge__badge .v-img {
|
18586
|
+
height: 100%;
|
18509
18587
|
width: 100%;
|
18510
|
-
padding-inline: inherit;
|
18511
|
-
}
|
18512
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18513
|
-
transition: none;
|
18514
18588
|
}
|
18515
|
-
|
18516
|
-
|
18517
|
-
|
18518
|
-
|
18519
|
-
opacity: 0;
|
18520
|
-
}
|
18521
|
-
.v-autocomplete__menu-icon {
|
18522
|
-
margin-inline-start: 4px;
|
18523
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18589
|
+
|
18590
|
+
.v-badge__wrapper {
|
18591
|
+
display: flex;
|
18592
|
+
position: relative;
|
18524
18593
|
}
|
18525
|
-
.v-
|
18526
|
-
|
18527
|
-
|
18594
|
+
.v-badge--inline .v-badge__wrapper {
|
18595
|
+
align-items: center;
|
18596
|
+
display: inline-flex;
|
18597
|
+
justify-content: center;
|
18598
|
+
margin: 0 4px;
|
18528
18599
|
}.v-avatar {
|
18529
18600
|
flex: none;
|
18530
18601
|
align-items: center;
|
@@ -18620,164 +18691,6 @@ html.overflow-y-hidden {
|
|
18620
18691
|
.v-avatar .v-img {
|
18621
18692
|
height: 100%;
|
18622
18693
|
width: 100%;
|
18623
|
-
}.v-bottom-navigation {
|
18624
|
-
display: flex;
|
18625
|
-
max-width: 100%;
|
18626
|
-
overflow: hidden;
|
18627
|
-
position: absolute;
|
18628
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18629
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18630
|
-
border-style: solid;
|
18631
|
-
border-width: 0;
|
18632
|
-
border-radius: 0;
|
18633
|
-
background: rgb(var(--v-theme-surface));
|
18634
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18635
|
-
}
|
18636
|
-
.v-bottom-navigation--border {
|
18637
|
-
border-width: thin;
|
18638
|
-
box-shadow: none;
|
18639
|
-
}
|
18640
|
-
.v-bottom-navigation--active {
|
18641
|
-
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));
|
18642
|
-
}
|
18643
|
-
|
18644
|
-
.v-bottom-navigation__content {
|
18645
|
-
display: flex;
|
18646
|
-
flex: none;
|
18647
|
-
font-size: 0.75rem;
|
18648
|
-
justify-content: center;
|
18649
|
-
transition: inherit;
|
18650
|
-
width: 100%;
|
18651
|
-
}
|
18652
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18653
|
-
font-size: inherit;
|
18654
|
-
height: 100%;
|
18655
|
-
max-width: 168px;
|
18656
|
-
min-width: 80px;
|
18657
|
-
text-transform: none;
|
18658
|
-
transition: inherit;
|
18659
|
-
width: auto;
|
18660
|
-
border-radius: 0;
|
18661
|
-
}
|
18662
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18663
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18664
|
-
transition: inherit;
|
18665
|
-
}
|
18666
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18667
|
-
font-size: 1.5rem;
|
18668
|
-
}
|
18669
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18670
|
-
flex-grow: 1;
|
18671
|
-
}
|
18672
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18673
|
-
transition: inherit;
|
18674
|
-
opacity: 0;
|
18675
|
-
}
|
18676
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18677
|
-
transform: translateY(0.5rem);
|
18678
|
-
}.v-badge {
|
18679
|
-
display: inline-block;
|
18680
|
-
line-height: 1;
|
18681
|
-
}
|
18682
|
-
|
18683
|
-
.v-badge__badge {
|
18684
|
-
align-items: center;
|
18685
|
-
display: inline-flex;
|
18686
|
-
border-radius: 10px;
|
18687
|
-
font-size: 0.75rem;
|
18688
|
-
font-weight: 500;
|
18689
|
-
height: 1.25rem;
|
18690
|
-
justify-content: center;
|
18691
|
-
min-width: 20px;
|
18692
|
-
padding: 4px 6px;
|
18693
|
-
pointer-events: auto;
|
18694
|
-
position: absolute;
|
18695
|
-
text-align: center;
|
18696
|
-
text-indent: 0;
|
18697
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18698
|
-
white-space: nowrap;
|
18699
|
-
background: rgb(var(--v-theme-surface-variant));
|
18700
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18701
|
-
}
|
18702
|
-
.v-badge--bordered .v-badge__badge::after {
|
18703
|
-
border-radius: inherit;
|
18704
|
-
border-style: solid;
|
18705
|
-
border-width: 2px;
|
18706
|
-
bottom: 0;
|
18707
|
-
color: rgb(var(--v-theme-background));
|
18708
|
-
content: "";
|
18709
|
-
left: 0;
|
18710
|
-
position: absolute;
|
18711
|
-
right: 0;
|
18712
|
-
top: 0;
|
18713
|
-
transform: scale(1.05);
|
18714
|
-
}
|
18715
|
-
.v-badge--dot .v-badge__badge {
|
18716
|
-
border-radius: 4.5px;
|
18717
|
-
height: 9px;
|
18718
|
-
min-width: 0;
|
18719
|
-
padding: 0;
|
18720
|
-
width: 9px;
|
18721
|
-
}
|
18722
|
-
.v-badge--dot .v-badge__badge::after {
|
18723
|
-
border-width: 1.5px;
|
18724
|
-
}
|
18725
|
-
.v-badge--inline .v-badge__badge {
|
18726
|
-
position: relative;
|
18727
|
-
vertical-align: middle;
|
18728
|
-
}
|
18729
|
-
.v-badge__badge .v-icon {
|
18730
|
-
color: inherit;
|
18731
|
-
font-size: 0.75rem;
|
18732
|
-
margin: 0 -2px;
|
18733
|
-
}
|
18734
|
-
.v-badge__badge img,
|
18735
|
-
.v-badge__badge .v-img {
|
18736
|
-
height: 100%;
|
18737
|
-
width: 100%;
|
18738
|
-
}
|
18739
|
-
|
18740
|
-
.v-badge__wrapper {
|
18741
|
-
display: flex;
|
18742
|
-
position: relative;
|
18743
|
-
}
|
18744
|
-
.v-badge--inline .v-badge__wrapper {
|
18745
|
-
align-items: center;
|
18746
|
-
display: inline-flex;
|
18747
|
-
justify-content: center;
|
18748
|
-
margin: 0 4px;
|
18749
|
-
}.bottom-sheet-transition-enter-from {
|
18750
|
-
transform: translateY(100%);
|
18751
|
-
}
|
18752
|
-
.bottom-sheet-transition-leave-to {
|
18753
|
-
transform: translateY(100%);
|
18754
|
-
}
|
18755
|
-
|
18756
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18757
|
-
align-self: flex-end;
|
18758
|
-
border-radius: 0;
|
18759
|
-
flex: 0 1 auto;
|
18760
|
-
left: 0;
|
18761
|
-
right: 0;
|
18762
|
-
margin-inline: 0;
|
18763
|
-
margin-bottom: 0;
|
18764
|
-
transition-duration: 0.2s;
|
18765
|
-
width: 100%;
|
18766
|
-
max-width: 100%;
|
18767
|
-
overflow: visible;
|
18768
|
-
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));
|
18769
|
-
}
|
18770
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18771
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18772
|
-
border-radius: 0;
|
18773
|
-
}
|
18774
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18775
|
-
max-width: none;
|
18776
|
-
}
|
18777
|
-
@media (min-width: 600px) {
|
18778
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18779
|
-
max-width: 70%;
|
18780
|
-
}
|
18781
18694
|
}.v-banner {
|
18782
18695
|
display: grid;
|
18783
18696
|
flex: 1 1;
|
@@ -18935,27 +18848,227 @@ html.overflow-y-hidden {
|
|
18935
18848
|
}
|
18936
18849
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18937
18850
|
align-self: flex-start;
|
18938
|
-
}.
|
18939
|
-
|
18940
|
-
|
18941
|
-
|
18942
|
-
|
18943
|
-
|
18944
|
-
|
18945
|
-
|
18946
|
-
|
18947
|
-
|
18948
|
-
|
18949
|
-
|
18950
|
-
|
18951
|
-
|
18952
|
-
|
18953
|
-
|
18954
|
-
|
18955
|
-
|
18956
|
-
|
18957
|
-
-
|
18958
|
-
|
18851
|
+
}.bottom-sheet-transition-enter-from {
|
18852
|
+
transform: translateY(100%);
|
18853
|
+
}
|
18854
|
+
.bottom-sheet-transition-leave-to {
|
18855
|
+
transform: translateY(100%);
|
18856
|
+
}
|
18857
|
+
|
18858
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18859
|
+
align-self: flex-end;
|
18860
|
+
border-radius: 0;
|
18861
|
+
flex: 0 1 auto;
|
18862
|
+
left: 0;
|
18863
|
+
right: 0;
|
18864
|
+
margin-inline: 0;
|
18865
|
+
margin-bottom: 0;
|
18866
|
+
transition-duration: 0.2s;
|
18867
|
+
width: 100%;
|
18868
|
+
max-width: 100%;
|
18869
|
+
overflow: visible;
|
18870
|
+
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));
|
18871
|
+
}
|
18872
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18873
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18874
|
+
border-radius: 0;
|
18875
|
+
}
|
18876
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18877
|
+
max-width: none;
|
18878
|
+
}
|
18879
|
+
@media (min-width: 600px) {
|
18880
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18881
|
+
max-width: 70%;
|
18882
|
+
}
|
18883
|
+
}.v-breadcrumbs {
|
18884
|
+
display: flex;
|
18885
|
+
align-items: center;
|
18886
|
+
line-height: 1.6;
|
18887
|
+
padding: 16px 12px;
|
18888
|
+
}
|
18889
|
+
.v-breadcrumbs--rounded {
|
18890
|
+
border-radius: 4px;
|
18891
|
+
}
|
18892
|
+
.v-breadcrumbs--density-default {
|
18893
|
+
padding-top: 16px;
|
18894
|
+
padding-bottom: 16px;
|
18895
|
+
}
|
18896
|
+
|
18897
|
+
.v-breadcrumbs--density-comfortable {
|
18898
|
+
padding-top: 12px;
|
18899
|
+
padding-bottom: 12px;
|
18900
|
+
}
|
18901
|
+
|
18902
|
+
.v-breadcrumbs--density-compact {
|
18903
|
+
padding-top: 8px;
|
18904
|
+
padding-bottom: 8px;
|
18905
|
+
}
|
18906
|
+
|
18907
|
+
.v-breadcrumbs__prepend {
|
18908
|
+
align-items: center;
|
18909
|
+
display: inline-flex;
|
18910
|
+
}
|
18911
|
+
|
18912
|
+
.v-breadcrumbs-item {
|
18913
|
+
align-items: center;
|
18914
|
+
color: inherit;
|
18915
|
+
display: inline-flex;
|
18916
|
+
padding: 0 4px;
|
18917
|
+
text-decoration: none;
|
18918
|
+
vertical-align: middle;
|
18919
|
+
}
|
18920
|
+
.v-breadcrumbs-item--disabled {
|
18921
|
+
opacity: var(--v-disabled-opacity);
|
18922
|
+
pointer-events: none;
|
18923
|
+
}
|
18924
|
+
.v-breadcrumbs-item--link {
|
18925
|
+
color: inherit;
|
18926
|
+
text-decoration: none;
|
18927
|
+
}
|
18928
|
+
.v-breadcrumbs-item--link:hover {
|
18929
|
+
text-decoration: underline;
|
18930
|
+
}
|
18931
|
+
.v-breadcrumbs-item .v-icon {
|
18932
|
+
font-size: 1rem;
|
18933
|
+
margin-inline: -4px 2px;
|
18934
|
+
}
|
18935
|
+
|
18936
|
+
.v-breadcrumbs-divider {
|
18937
|
+
display: inline-block;
|
18938
|
+
padding: 0 8px;
|
18939
|
+
vertical-align: middle;
|
18940
|
+
}.v-bottom-navigation {
|
18941
|
+
display: flex;
|
18942
|
+
max-width: 100%;
|
18943
|
+
overflow: hidden;
|
18944
|
+
position: absolute;
|
18945
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18946
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18947
|
+
border-style: solid;
|
18948
|
+
border-width: 0;
|
18949
|
+
border-radius: 0;
|
18950
|
+
background: rgb(var(--v-theme-surface));
|
18951
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18952
|
+
}
|
18953
|
+
.v-bottom-navigation--border {
|
18954
|
+
border-width: thin;
|
18955
|
+
box-shadow: none;
|
18956
|
+
}
|
18957
|
+
.v-bottom-navigation--active {
|
18958
|
+
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));
|
18959
|
+
}
|
18960
|
+
|
18961
|
+
.v-bottom-navigation__content {
|
18962
|
+
display: flex;
|
18963
|
+
flex: none;
|
18964
|
+
font-size: 0.75rem;
|
18965
|
+
justify-content: center;
|
18966
|
+
transition: inherit;
|
18967
|
+
width: 100%;
|
18968
|
+
}
|
18969
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18970
|
+
font-size: inherit;
|
18971
|
+
height: 100%;
|
18972
|
+
max-width: 168px;
|
18973
|
+
min-width: 80px;
|
18974
|
+
text-transform: none;
|
18975
|
+
transition: inherit;
|
18976
|
+
width: auto;
|
18977
|
+
border-radius: 0;
|
18978
|
+
}
|
18979
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18980
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18981
|
+
transition: inherit;
|
18982
|
+
}
|
18983
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18984
|
+
font-size: 1.5rem;
|
18985
|
+
}
|
18986
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18987
|
+
flex-grow: 1;
|
18988
|
+
}
|
18989
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18990
|
+
transition: inherit;
|
18991
|
+
opacity: 0;
|
18992
|
+
}
|
18993
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18994
|
+
transform: translateY(0.5rem);
|
18995
|
+
}.v-btn-group {
|
18996
|
+
display: inline-flex;
|
18997
|
+
flex-wrap: nowrap;
|
18998
|
+
max-width: 100%;
|
18999
|
+
min-width: 0;
|
19000
|
+
overflow: hidden;
|
19001
|
+
vertical-align: middle;
|
19002
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19003
|
+
border-style: solid;
|
19004
|
+
border-width: 0;
|
19005
|
+
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));
|
19006
|
+
border-radius: 4px;
|
19007
|
+
background: transparent;
|
19008
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19009
|
+
}
|
19010
|
+
.v-btn-group--border {
|
19011
|
+
border-width: thin;
|
19012
|
+
box-shadow: none;
|
19013
|
+
}
|
19014
|
+
.v-btn-group--density-default.v-btn-group {
|
19015
|
+
height: 48px;
|
19016
|
+
}
|
19017
|
+
|
19018
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19019
|
+
height: 40px;
|
19020
|
+
}
|
19021
|
+
|
19022
|
+
.v-btn-group--density-compact.v-btn-group {
|
19023
|
+
height: 36px;
|
19024
|
+
}
|
19025
|
+
|
19026
|
+
.v-btn-group .v-btn {
|
19027
|
+
border-radius: 0;
|
19028
|
+
border-color: inherit;
|
19029
|
+
}
|
19030
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19031
|
+
border-inline-end: none;
|
19032
|
+
}
|
19033
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19034
|
+
border-inline-start: none;
|
19035
|
+
}
|
19036
|
+
.v-btn-group .v-btn:first-child {
|
19037
|
+
border-start-start-radius: inherit;
|
19038
|
+
border-end-start-radius: inherit;
|
19039
|
+
}
|
19040
|
+
.v-btn-group .v-btn:last-child {
|
19041
|
+
border-start-end-radius: inherit;
|
19042
|
+
border-end-end-radius: inherit;
|
19043
|
+
}
|
19044
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19045
|
+
border-inline-end-width: thin;
|
19046
|
+
border-inline-end-style: solid;
|
19047
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19048
|
+
}
|
19049
|
+
.v-btn-group--tile {
|
19050
|
+
border-radius: 0;
|
19051
|
+
}.v-btn {
|
19052
|
+
align-items: center;
|
19053
|
+
border-radius: 4px;
|
19054
|
+
display: inline-grid;
|
19055
|
+
grid-template-areas: "prepend content append";
|
19056
|
+
grid-template-columns: max-content auto max-content;
|
19057
|
+
font-weight: 500;
|
19058
|
+
justify-content: center;
|
19059
|
+
letter-spacing: 0.0892857143em;
|
19060
|
+
line-height: normal;
|
19061
|
+
max-width: 100%;
|
19062
|
+
outline: none;
|
19063
|
+
position: relative;
|
19064
|
+
text-decoration: none;
|
19065
|
+
text-indent: 0.0892857143em;
|
19066
|
+
text-transform: uppercase;
|
19067
|
+
transition-property: box-shadow, transform, opacity, background;
|
19068
|
+
transition-duration: 0.28s;
|
19069
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19070
|
+
-webkit-user-select: none;
|
19071
|
+
user-select: none;
|
18959
19072
|
vertical-align: middle;
|
18960
19073
|
flex-shrink: 0;
|
18961
19074
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -19353,95 +19466,30 @@ html.overflow-y-hidden {
|
|
19353
19466
|
}
|
19354
19467
|
.v-pagination__item--is-active .v-btn__overlay {
|
19355
19468
|
opacity: var(--v-border-opacity);
|
19356
|
-
}.v-
|
19357
|
-
|
19358
|
-
align-items: center;
|
19359
|
-
line-height: 1.6;
|
19360
|
-
padding: 16px 12px;
|
19469
|
+
}.v-checkbox.v-input {
|
19470
|
+
flex: 0 1 auto;
|
19361
19471
|
}
|
19362
|
-
.v-
|
19472
|
+
.v-checkbox .v-selection-control {
|
19473
|
+
min-height: var(--v-input-control-height);
|
19474
|
+
}.v-card {
|
19475
|
+
display: block;
|
19476
|
+
overflow: hidden;
|
19477
|
+
overflow-wrap: break-word;
|
19478
|
+
position: relative;
|
19479
|
+
padding: 0;
|
19480
|
+
text-decoration: none;
|
19481
|
+
transition-duration: 0.28s;
|
19482
|
+
transition-property: box-shadow, opacity, background;
|
19483
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19484
|
+
z-index: 0;
|
19485
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19486
|
+
border-style: solid;
|
19487
|
+
border-width: 0;
|
19363
19488
|
border-radius: 4px;
|
19364
19489
|
}
|
19365
|
-
.v-
|
19366
|
-
|
19367
|
-
|
19368
|
-
}
|
19369
|
-
|
19370
|
-
.v-breadcrumbs--density-comfortable {
|
19371
|
-
padding-top: 12px;
|
19372
|
-
padding-bottom: 12px;
|
19373
|
-
}
|
19374
|
-
|
19375
|
-
.v-breadcrumbs--density-compact {
|
19376
|
-
padding-top: 8px;
|
19377
|
-
padding-bottom: 8px;
|
19378
|
-
}
|
19379
|
-
|
19380
|
-
.v-breadcrumbs__prepend {
|
19381
|
-
align-items: center;
|
19382
|
-
display: inline-flex;
|
19383
|
-
}
|
19384
|
-
|
19385
|
-
.v-breadcrumbs-item {
|
19386
|
-
align-items: center;
|
19387
|
-
color: inherit;
|
19388
|
-
display: inline-flex;
|
19389
|
-
padding: 0 4px;
|
19390
|
-
text-decoration: none;
|
19391
|
-
vertical-align: middle;
|
19392
|
-
}
|
19393
|
-
.v-breadcrumbs-item--disabled {
|
19394
|
-
opacity: var(--v-disabled-opacity);
|
19395
|
-
pointer-events: none;
|
19396
|
-
}
|
19397
|
-
.v-breadcrumbs-item--link {
|
19398
|
-
color: inherit;
|
19399
|
-
text-decoration: none;
|
19400
|
-
}
|
19401
|
-
.v-breadcrumbs-item--link:hover {
|
19402
|
-
text-decoration: underline;
|
19403
|
-
}
|
19404
|
-
.v-breadcrumbs-item .v-icon {
|
19405
|
-
font-size: 1rem;
|
19406
|
-
margin-inline: -4px 2px;
|
19407
|
-
}
|
19408
|
-
|
19409
|
-
.v-breadcrumbs-divider {
|
19410
|
-
display: inline-block;
|
19411
|
-
padding: 0 8px;
|
19412
|
-
vertical-align: middle;
|
19413
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19414
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19415
|
-
}
|
19416
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19417
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19418
|
-
}
|
19419
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19420
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19421
|
-
}
|
19422
|
-
@supports not selector(:focus-visible) {
|
19423
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19424
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19425
|
-
}
|
19426
|
-
}.v-card {
|
19427
|
-
display: block;
|
19428
|
-
overflow: hidden;
|
19429
|
-
overflow-wrap: break-word;
|
19430
|
-
position: relative;
|
19431
|
-
padding: 0;
|
19432
|
-
text-decoration: none;
|
19433
|
-
transition-duration: 0.28s;
|
19434
|
-
transition-property: box-shadow, opacity, background;
|
19435
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19436
|
-
z-index: 0;
|
19437
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19438
|
-
border-style: solid;
|
19439
|
-
border-width: 0;
|
19440
|
-
border-radius: 4px;
|
19441
|
-
}
|
19442
|
-
.v-card--border {
|
19443
|
-
border-width: thin;
|
19444
|
-
box-shadow: none;
|
19490
|
+
.v-card--border {
|
19491
|
+
border-width: thin;
|
19492
|
+
box-shadow: none;
|
19445
19493
|
}
|
19446
19494
|
.v-card--absolute {
|
19447
19495
|
position: absolute;
|
@@ -19722,6 +19770,19 @@ html.overflow-y-hidden {
|
|
19722
19770
|
pointer-events: none;
|
19723
19771
|
opacity: 0;
|
19724
19772
|
transition: opacity 0.2s ease-in-out;
|
19773
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19774
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19775
|
+
}
|
19776
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19777
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19778
|
+
}
|
19779
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19780
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19781
|
+
}
|
19782
|
+
@supports not selector(:focus-visible) {
|
19783
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19784
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19785
|
+
}
|
19725
19786
|
}.v-carousel {
|
19726
19787
|
overflow: hidden;
|
19727
19788
|
position: relative;
|
@@ -19785,62 +19846,6 @@ html.overflow-y-hidden {
|
|
19785
19846
|
flex-direction: column;
|
19786
19847
|
height: 100% !important;
|
19787
19848
|
width: 50px;
|
19788
|
-
}.v-btn-group {
|
19789
|
-
display: inline-flex;
|
19790
|
-
flex-wrap: nowrap;
|
19791
|
-
max-width: 100%;
|
19792
|
-
min-width: 0;
|
19793
|
-
overflow: hidden;
|
19794
|
-
vertical-align: middle;
|
19795
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19796
|
-
border-style: solid;
|
19797
|
-
border-width: 0;
|
19798
|
-
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));
|
19799
|
-
border-radius: 4px;
|
19800
|
-
background: transparent;
|
19801
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19802
|
-
}
|
19803
|
-
.v-btn-group--border {
|
19804
|
-
border-width: thin;
|
19805
|
-
box-shadow: none;
|
19806
|
-
}
|
19807
|
-
.v-btn-group--density-default.v-btn-group {
|
19808
|
-
height: 48px;
|
19809
|
-
}
|
19810
|
-
|
19811
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19812
|
-
height: 40px;
|
19813
|
-
}
|
19814
|
-
|
19815
|
-
.v-btn-group--density-compact.v-btn-group {
|
19816
|
-
height: 36px;
|
19817
|
-
}
|
19818
|
-
|
19819
|
-
.v-btn-group .v-btn {
|
19820
|
-
border-radius: 0;
|
19821
|
-
border-color: inherit;
|
19822
|
-
}
|
19823
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19824
|
-
border-inline-end: none;
|
19825
|
-
}
|
19826
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19827
|
-
border-inline-start: none;
|
19828
|
-
}
|
19829
|
-
.v-btn-group .v-btn:first-child {
|
19830
|
-
border-start-start-radius: inherit;
|
19831
|
-
border-end-start-radius: inherit;
|
19832
|
-
}
|
19833
|
-
.v-btn-group .v-btn:last-child {
|
19834
|
-
border-start-end-radius: inherit;
|
19835
|
-
border-end-end-radius: inherit;
|
19836
|
-
}
|
19837
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19838
|
-
border-inline-end-width: thin;
|
19839
|
-
border-inline-end-style: solid;
|
19840
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19841
|
-
}
|
19842
|
-
.v-btn-group--tile {
|
19843
|
-
border-radius: 0;
|
19844
19849
|
}.v-chip-group {
|
19845
19850
|
display: flex;
|
19846
19851
|
max-width: 100%;
|
@@ -19859,11 +19864,6 @@ html.overflow-y-hidden {
|
|
19859
19864
|
white-space: normal;
|
19860
19865
|
flex-wrap: wrap;
|
19861
19866
|
max-width: 100%;
|
19862
|
-
}.v-checkbox.v-input {
|
19863
|
-
flex: 0 1 auto;
|
19864
|
-
}
|
19865
|
-
.v-checkbox .v-selection-control {
|
19866
|
-
min-height: var(--v-input-control-height);
|
19867
19867
|
}.v-chip {
|
19868
19868
|
align-items: center;
|
19869
19869
|
display: inline-flex;
|
@@ -20276,6 +20276,26 @@ html.overflow-y-hidden {
|
|
20276
20276
|
|
20277
20277
|
.v-chip--label {
|
20278
20278
|
border-radius: 4px;
|
20279
|
+
}.v-color-picker {
|
20280
|
+
align-self: flex-start;
|
20281
|
+
contain: content;
|
20282
|
+
}
|
20283
|
+
.v-color-picker.v-sheet {
|
20284
|
+
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));
|
20285
|
+
border-radius: 4px;
|
20286
|
+
}
|
20287
|
+
|
20288
|
+
.v-color-picker__controls {
|
20289
|
+
display: flex;
|
20290
|
+
flex-direction: column;
|
20291
|
+
padding: 16px;
|
20292
|
+
}
|
20293
|
+
|
20294
|
+
.v-color-picker--flat {
|
20295
|
+
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));
|
20296
|
+
}
|
20297
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20298
|
+
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));
|
20279
20299
|
}.v-container {
|
20280
20300
|
width: 100%;
|
20281
20301
|
padding: 16px;
|
@@ -21029,31 +21049,6 @@ html.overflow-y-hidden {
|
|
21029
21049
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
21030
21050
|
opacity: var(--v-high-emphasis-opacity);
|
21031
21051
|
transform: rotate(180deg);
|
21032
|
-
}.v-counter {
|
21033
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21034
|
-
flex: 0 1 auto;
|
21035
|
-
font-size: 12px;
|
21036
|
-
transition-duration: 150ms;
|
21037
|
-
}.v-color-picker {
|
21038
|
-
align-self: flex-start;
|
21039
|
-
contain: content;
|
21040
|
-
}
|
21041
|
-
.v-color-picker.v-sheet {
|
21042
|
-
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));
|
21043
|
-
border-radius: 4px;
|
21044
|
-
}
|
21045
|
-
|
21046
|
-
.v-color-picker__controls {
|
21047
|
-
display: flex;
|
21048
|
-
flex-direction: column;
|
21049
|
-
padding: 16px;
|
21050
|
-
}
|
21051
|
-
|
21052
|
-
.v-color-picker--flat {
|
21053
|
-
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));
|
21054
|
-
}
|
21055
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21056
|
-
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));
|
21057
21052
|
}.v-data-table {
|
21058
21053
|
width: 100%;
|
21059
21054
|
}
|
@@ -21272,148 +21267,127 @@ html.overflow-y-hidden {
|
|
21272
21267
|
}
|
21273
21268
|
.v-data-table-footer__page {
|
21274
21269
|
padding: 0 8px;
|
21275
|
-
}.v-
|
21276
|
-
|
21277
|
-
|
21278
|
-
margin: auto;
|
21279
|
-
}
|
21280
|
-
.v-dialog > .v-overlay__content {
|
21281
|
-
max-height: calc(100% - 48px);
|
21282
|
-
width: calc(100% - 48px);
|
21283
|
-
max-width: calc(100% - 48px);
|
21284
|
-
margin: 24px;
|
21285
|
-
}
|
21286
|
-
.v-dialog > .v-overlay__content,
|
21287
|
-
.v-dialog > .v-overlay__content > form {
|
21288
|
-
display: flex;
|
21289
|
-
flex-direction: column;
|
21290
|
-
min-height: 0;
|
21291
|
-
}
|
21292
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21293
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
21294
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
21295
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21296
|
-
--v-scrollbar-offset: 0px;
|
21297
|
-
border-radius: 4px;
|
21298
|
-
overflow-y: auto;
|
21299
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21270
|
+
}.v-date-picker {
|
21271
|
+
overflow: hidden;
|
21272
|
+
width: 328px;
|
21300
21273
|
}
|
21301
|
-
.v-
|
21302
|
-
|
21274
|
+
.v-date-picker--show-week {
|
21275
|
+
width: 368px;
|
21276
|
+
}.v-date-picker-month {
|
21303
21277
|
display: flex;
|
21304
|
-
|
21305
|
-
|
21306
|
-
|
21307
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21308
|
-
padding: 16px 24px;
|
21278
|
+
justify-content: center;
|
21279
|
+
padding: 0 12px 8px;
|
21280
|
+
--v-date-picker-month-day-diff: 4px;
|
21309
21281
|
}
|
21310
|
-
|
21311
|
-
.v-
|
21312
|
-
|
21282
|
+
|
21283
|
+
.v-date-picker-month__weeks {
|
21284
|
+
display: grid;
|
21285
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21286
|
+
column-gap: 4px;
|
21287
|
+
font-size: 0.85rem;
|
21313
21288
|
}
|
21314
|
-
.v-
|
21315
|
-
|
21316
|
-
font-size: inherit;
|
21317
|
-
letter-spacing: 0.03125em;
|
21318
|
-
line-height: inherit;
|
21319
|
-
padding: 16px 24px 24px;
|
21289
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21290
|
+
grid-row-gap: 0;
|
21320
21291
|
}
|
21321
|
-
|
21322
|
-
.v-
|
21323
|
-
|
21292
|
+
|
21293
|
+
.v-date-picker-month__weekday {
|
21294
|
+
font-size: 0.85rem;
|
21324
21295
|
}
|
21325
21296
|
|
21326
|
-
.v-
|
21327
|
-
|
21297
|
+
.v-date-picker-month__days {
|
21298
|
+
display: grid;
|
21299
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21300
|
+
column-gap: 4px;
|
21301
|
+
flex: 1 1;
|
21302
|
+
justify-content: space-around;
|
21328
21303
|
}
|
21329
|
-
|
21330
|
-
|
21331
|
-
|
21332
|
-
|
21333
|
-
|
21334
|
-
|
21335
|
-
|
21336
|
-
|
21337
|
-
overflow-y: auto;
|
21338
|
-
top: 0;
|
21339
|
-
left: 0;
|
21304
|
+
|
21305
|
+
.v-date-picker-month__day {
|
21306
|
+
align-items: center;
|
21307
|
+
display: flex;
|
21308
|
+
justify-content: center;
|
21309
|
+
position: relative;
|
21310
|
+
height: 40px;
|
21311
|
+
width: 40px;
|
21340
21312
|
}
|
21341
|
-
.v-
|
21342
|
-
|
21343
|
-
|
21344
|
-
|
21345
|
-
|
21346
|
-
|
21347
|
-
|
21313
|
+
.v-date-picker-month__day--selected .v-btn {
|
21314
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21315
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21316
|
+
}
|
21317
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21318
|
+
--v-btn-height: 24px;
|
21319
|
+
--v-btn-size: 0.85rem;
|
21320
|
+
}
|
21321
|
+
.v-date-picker-month__day--week {
|
21322
|
+
font-size: var(--v-btn-size);
|
21348
21323
|
}
|
21349
21324
|
|
21350
|
-
.v-
|
21351
|
-
|
21352
|
-
display: flex;
|
21325
|
+
.v-date-picker-month__day--adjacent {
|
21326
|
+
opacity: 0.5;
|
21353
21327
|
}
|
21354
|
-
|
21355
|
-
.v-
|
21356
|
-
|
21357
|
-
|
21358
|
-
|
21359
|
-
|
21360
|
-
|
21328
|
+
|
21329
|
+
.v-date-picker-month__day--hide-adjacent {
|
21330
|
+
opacity: 0;
|
21331
|
+
}.v-date-picker-header {
|
21332
|
+
align-items: flex-end;
|
21333
|
+
height: 70px;
|
21334
|
+
display: grid;
|
21335
|
+
grid-template-areas: "prepend content append";
|
21336
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21337
|
+
overflow: hidden;
|
21338
|
+
padding-inline: 24px 12px;
|
21339
|
+
padding-bottom: 12px;
|
21361
21340
|
}
|
21362
|
-
|
21363
|
-
.v-
|
21364
|
-
-
|
21365
|
-
backface-visibility: hidden;
|
21366
|
-
overflow-y: auto;
|
21367
|
-
}.v-divider {
|
21368
|
-
display: block;
|
21369
|
-
flex: 1 1 100%;
|
21370
|
-
height: 0px;
|
21371
|
-
max-height: 0px;
|
21372
|
-
opacity: var(--v-border-opacity);
|
21373
|
-
transition: inherit;
|
21374
|
-
border-style: solid;
|
21375
|
-
border-width: thin 0 0 0;
|
21341
|
+
|
21342
|
+
.v-date-picker-header__append {
|
21343
|
+
grid-area: append;
|
21376
21344
|
}
|
21377
|
-
|
21378
|
-
|
21379
|
-
|
21345
|
+
|
21346
|
+
.v-date-picker-header__prepend {
|
21347
|
+
grid-area: prepend;
|
21348
|
+
padding-inline-start: 8px;
|
21349
|
+
}
|
21350
|
+
|
21351
|
+
.v-date-picker-header__content {
|
21352
|
+
align-items: center;
|
21380
21353
|
display: inline-flex;
|
21381
|
-
|
21382
|
-
|
21383
|
-
|
21384
|
-
|
21385
|
-
vertical-align: text-bottom;
|
21386
|
-
width: 0px;
|
21354
|
+
font-size: 32px;
|
21355
|
+
line-height: 40px;
|
21356
|
+
grid-area: content;
|
21357
|
+
justify-content: space-between;
|
21387
21358
|
}
|
21388
|
-
.v-
|
21389
|
-
|
21390
|
-
margin-inline-start: 72px;
|
21359
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21360
|
+
cursor: pointer;
|
21391
21361
|
}
|
21392
|
-
.v-
|
21393
|
-
|
21394
|
-
margin-top: 8px;
|
21395
|
-
max-height: calc(100% - 16px);
|
21362
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21363
|
+
opacity: 0.7;
|
21396
21364
|
}
|
21397
21365
|
|
21398
|
-
.
|
21399
|
-
|
21400
|
-
|
21366
|
+
.date-picker-header-transition-enter-active,
|
21367
|
+
.date-picker-header-reverse-transition-enter-active {
|
21368
|
+
transition-duration: 0.3s;
|
21369
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21401
21370
|
}
|
21402
|
-
.
|
21403
|
-
|
21371
|
+
.date-picker-header-transition-leave-active,
|
21372
|
+
.date-picker-header-reverse-transition-leave-active {
|
21373
|
+
transition-duration: 0.3s;
|
21374
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21404
21375
|
}
|
21405
21376
|
|
21406
|
-
.
|
21407
|
-
|
21408
|
-
align-items: center;
|
21409
|
-
justify-content: center;
|
21377
|
+
.date-picker-header-transition-enter-from {
|
21378
|
+
transform: translate(0, 100%);
|
21410
21379
|
}
|
21411
|
-
.
|
21412
|
-
|
21413
|
-
|
21380
|
+
.date-picker-header-transition-leave-to {
|
21381
|
+
opacity: 0;
|
21382
|
+
transform: translate(0, -100%);
|
21414
21383
|
}
|
21415
|
-
|
21416
|
-
|
21384
|
+
|
21385
|
+
.date-picker-header-reverse-transition-enter-from {
|
21386
|
+
transform: translate(0, -100%);
|
21387
|
+
}
|
21388
|
+
.date-picker-header-reverse-transition-leave-to {
|
21389
|
+
opacity: 0;
|
21390
|
+
transform: translate(0, 100%);
|
21417
21391
|
}.v-date-picker-controls {
|
21418
21392
|
display: flex;
|
21419
21393
|
align-items: center;
|
@@ -21470,161 +21444,204 @@ html.overflow-y-hidden {
|
|
21470
21444
|
|
21471
21445
|
.v-date-picker__title {
|
21472
21446
|
display: inline-block;
|
21473
|
-
}.v-date-picker {
|
21474
|
-
|
21475
|
-
width: 328px;
|
21476
|
-
}
|
21477
|
-
.v-date-picker--show-week {
|
21478
|
-
width: 368px;
|
21479
|
-
}.v-date-picker-header {
|
21480
|
-
align-items: flex-end;
|
21481
|
-
height: 70px;
|
21482
|
-
display: grid;
|
21483
|
-
grid-template-areas: "prepend content append";
|
21484
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21485
|
-
overflow: hidden;
|
21486
|
-
padding-inline: 24px 12px;
|
21487
|
-
padding-bottom: 12px;
|
21447
|
+
}.v-date-picker-months {
|
21448
|
+
height: 288px;
|
21488
21449
|
}
|
21489
21450
|
|
21490
|
-
.v-date-picker-
|
21491
|
-
|
21451
|
+
.v-date-picker-months__content {
|
21452
|
+
align-items: center;
|
21453
|
+
display: grid;
|
21454
|
+
flex: 1 1;
|
21455
|
+
height: inherit;
|
21456
|
+
justify-content: space-around;
|
21457
|
+
grid-template-columns: repeat(2, 1fr);
|
21458
|
+
grid-gap: 0px 24px;
|
21459
|
+
padding-inline-start: 36px;
|
21460
|
+
padding-inline-end: 36px;
|
21492
21461
|
}
|
21493
|
-
|
21494
|
-
|
21495
|
-
grid-area: prepend;
|
21462
|
+
.v-date-picker-months__content .v-btn {
|
21463
|
+
text-transform: none;
|
21496
21464
|
padding-inline-start: 8px;
|
21465
|
+
padding-inline-end: 8px;
|
21466
|
+
}.v-date-picker-years {
|
21467
|
+
height: 288px;
|
21468
|
+
overflow-y: scroll;
|
21497
21469
|
}
|
21498
21470
|
|
21499
|
-
.v-date-picker-
|
21471
|
+
.v-date-picker-years__content {
|
21472
|
+
display: grid;
|
21473
|
+
flex: 1 1;
|
21474
|
+
justify-content: space-around;
|
21475
|
+
grid-template-columns: repeat(3, 1fr);
|
21476
|
+
gap: 8px 24px;
|
21477
|
+
padding-inline: 32px;
|
21478
|
+
}
|
21479
|
+
.v-date-picker-years__content .v-btn {
|
21480
|
+
padding-inline: 8px;
|
21481
|
+
}.v-counter {
|
21482
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21483
|
+
flex: 0 1 auto;
|
21484
|
+
font-size: 12px;
|
21485
|
+
transition-duration: 150ms;
|
21486
|
+
}.v-dialog {
|
21500
21487
|
align-items: center;
|
21501
|
-
|
21502
|
-
|
21503
|
-
line-height: 40px;
|
21504
|
-
grid-area: content;
|
21505
|
-
justify-content: space-between;
|
21488
|
+
justify-content: center;
|
21489
|
+
margin: auto;
|
21506
21490
|
}
|
21507
|
-
.v-
|
21508
|
-
|
21491
|
+
.v-dialog > .v-overlay__content {
|
21492
|
+
max-height: calc(100% - 48px);
|
21493
|
+
width: calc(100% - 48px);
|
21494
|
+
max-width: calc(100% - 48px);
|
21495
|
+
margin: 24px;
|
21509
21496
|
}
|
21510
|
-
.v-
|
21511
|
-
|
21497
|
+
.v-dialog > .v-overlay__content,
|
21498
|
+
.v-dialog > .v-overlay__content > form {
|
21499
|
+
display: flex;
|
21500
|
+
flex-direction: column;
|
21501
|
+
min-height: 0;
|
21512
21502
|
}
|
21513
|
-
|
21514
|
-
.
|
21515
|
-
.
|
21516
|
-
|
21517
|
-
|
21503
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21504
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21505
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21506
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21507
|
+
--v-scrollbar-offset: 0px;
|
21508
|
+
border-radius: 4px;
|
21509
|
+
overflow-y: auto;
|
21510
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21518
21511
|
}
|
21519
|
-
.
|
21520
|
-
.
|
21521
|
-
|
21522
|
-
|
21512
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21513
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21514
|
+
display: flex;
|
21515
|
+
flex-direction: column;
|
21523
21516
|
}
|
21524
|
-
|
21525
|
-
.
|
21526
|
-
|
21517
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21518
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21519
|
+
padding: 16px 24px;
|
21527
21520
|
}
|
21528
|
-
.
|
21529
|
-
|
21530
|
-
|
21521
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21522
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21523
|
+
padding-top: 0;
|
21531
21524
|
}
|
21532
|
-
|
21533
|
-
.
|
21534
|
-
|
21525
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21526
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21527
|
+
font-size: inherit;
|
21528
|
+
letter-spacing: 0.03125em;
|
21529
|
+
line-height: inherit;
|
21530
|
+
padding: 16px 24px 24px;
|
21535
21531
|
}
|
21536
|
-
.
|
21537
|
-
|
21538
|
-
|
21539
|
-
}.v-date-picker-month {
|
21540
|
-
display: flex;
|
21541
|
-
justify-content: center;
|
21542
|
-
padding: 0 12px 8px;
|
21543
|
-
--v-date-picker-month-day-diff: 4px;
|
21532
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21533
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21534
|
+
justify-content: flex-end;
|
21544
21535
|
}
|
21545
21536
|
|
21546
|
-
.v-
|
21547
|
-
|
21548
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21549
|
-
column-gap: 4px;
|
21550
|
-
font-size: 0.85rem;
|
21537
|
+
.v-dialog--fullscreen {
|
21538
|
+
--v-scrollbar-offset: 0px;
|
21551
21539
|
}
|
21552
|
-
.v-
|
21553
|
-
|
21540
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21541
|
+
border-radius: 0;
|
21542
|
+
margin: 0;
|
21543
|
+
padding: 0;
|
21544
|
+
width: 100%;
|
21545
|
+
height: 100%;
|
21546
|
+
max-width: 100%;
|
21547
|
+
max-height: 100%;
|
21548
|
+
overflow-y: auto;
|
21549
|
+
top: 0;
|
21550
|
+
left: 0;
|
21554
21551
|
}
|
21555
|
-
|
21556
|
-
.v-
|
21557
|
-
|
21552
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21553
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21554
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21555
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21556
|
+
min-height: 100%;
|
21557
|
+
min-width: 100%;
|
21558
|
+
border-radius: 0;
|
21558
21559
|
}
|
21559
21560
|
|
21560
|
-
.v-
|
21561
|
-
|
21562
|
-
|
21563
|
-
|
21564
|
-
|
21565
|
-
|
21561
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21562
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
21563
|
+
display: flex;
|
21564
|
+
}
|
21565
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21566
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21567
|
+
display: flex;
|
21568
|
+
flex: 1 1 100%;
|
21569
|
+
flex-direction: column;
|
21570
|
+
max-height: 100%;
|
21571
|
+
max-width: 100%;
|
21572
|
+
}
|
21573
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21574
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21575
|
+
-webkit-backface-visibility: hidden;
|
21576
|
+
backface-visibility: hidden;
|
21577
|
+
overflow-y: auto;
|
21578
|
+
}.v-empty-state {
|
21579
|
+
align-items: center;
|
21580
|
+
display: flex;
|
21581
|
+
flex-direction: column;
|
21582
|
+
justify-content: center;
|
21583
|
+
min-height: 100%;
|
21584
|
+
padding: 16px;
|
21585
|
+
}
|
21586
|
+
.v-empty-state--start {
|
21587
|
+
align-items: flex-start;
|
21566
21588
|
}
|
21567
|
-
|
21568
|
-
.v-date-picker-month__day {
|
21589
|
+
.v-empty-state--center {
|
21569
21590
|
align-items: center;
|
21570
|
-
display: flex;
|
21571
|
-
justify-content: center;
|
21572
|
-
position: relative;
|
21573
|
-
height: 40px;
|
21574
|
-
width: 40px;
|
21575
21591
|
}
|
21576
|
-
.v-
|
21577
|
-
|
21578
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21592
|
+
.v-empty-state--end {
|
21593
|
+
align-items: flex-end;
|
21579
21594
|
}
|
21580
|
-
|
21581
|
-
|
21582
|
-
|
21595
|
+
|
21596
|
+
.v-empty-state__media {
|
21597
|
+
text-align: center;
|
21598
|
+
width: 100%;
|
21583
21599
|
}
|
21584
|
-
.v-
|
21585
|
-
|
21600
|
+
.v-empty-state__media .v-icon {
|
21601
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21586
21602
|
}
|
21587
21603
|
|
21588
|
-
.v-
|
21589
|
-
|
21604
|
+
.v-empty-state__headline {
|
21605
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21606
|
+
font-size: 3.75rem;
|
21607
|
+
font-weight: 300;
|
21608
|
+
line-height: 1;
|
21609
|
+
text-align: center;
|
21610
|
+
margin-bottom: 8px;
|
21611
|
+
}
|
21612
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21613
|
+
font-size: 2.125rem;
|
21590
21614
|
}
|
21591
21615
|
|
21592
|
-
.v-
|
21593
|
-
|
21594
|
-
|
21595
|
-
height:
|
21596
|
-
|
21616
|
+
.v-empty-state__title {
|
21617
|
+
font-size: 1.25rem;
|
21618
|
+
font-weight: 500;
|
21619
|
+
line-height: 1.6;
|
21620
|
+
margin-bottom: 4px;
|
21621
|
+
text-align: center;
|
21597
21622
|
}
|
21598
21623
|
|
21599
|
-
.v-
|
21600
|
-
|
21601
|
-
|
21602
|
-
|
21603
|
-
|
21604
|
-
|
21605
|
-
padding-inline: 32px;
|
21624
|
+
.v-empty-state__text {
|
21625
|
+
font-size: 0.875rem;
|
21626
|
+
font-weight: 400;
|
21627
|
+
line-height: 1.425;
|
21628
|
+
padding: 0 16px;
|
21629
|
+
text-align: center;
|
21606
21630
|
}
|
21607
|
-
|
21608
|
-
|
21609
|
-
|
21610
|
-
height: 288px;
|
21631
|
+
|
21632
|
+
.v-empty-state__content {
|
21633
|
+
padding: 24px 0;
|
21611
21634
|
}
|
21612
21635
|
|
21613
|
-
.v-
|
21614
|
-
|
21615
|
-
|
21616
|
-
|
21617
|
-
height: inherit;
|
21618
|
-
justify-content: space-around;
|
21619
|
-
grid-template-columns: repeat(2, 1fr);
|
21620
|
-
grid-gap: 0px 24px;
|
21621
|
-
padding-inline-start: 36px;
|
21622
|
-
padding-inline-end: 36px;
|
21636
|
+
.v-empty-state__actions {
|
21637
|
+
display: flex;
|
21638
|
+
gap: 8px;
|
21639
|
+
padding: 16px;
|
21623
21640
|
}
|
21624
|
-
|
21625
|
-
|
21626
|
-
|
21627
|
-
|
21641
|
+
|
21642
|
+
.v-empty-state__action-btn.v-btn {
|
21643
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21644
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21628
21645
|
}.v-expansion-panel {
|
21629
21646
|
background-color: rgb(var(--v-theme-surface));
|
21630
21647
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21835,73 +21852,56 @@ html.overflow-y-hidden {
|
|
21835
21852
|
}
|
21836
21853
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21837
21854
|
border-radius: 0;
|
21838
|
-
}.v-
|
21839
|
-
|
21840
|
-
|
21841
|
-
|
21842
|
-
|
21843
|
-
|
21844
|
-
|
21845
|
-
|
21846
|
-
|
21847
|
-
align-items: flex-start;
|
21848
|
-
}
|
21849
|
-
.v-empty-state--center {
|
21850
|
-
align-items: center;
|
21851
|
-
}
|
21852
|
-
.v-empty-state--end {
|
21853
|
-
align-items: flex-end;
|
21855
|
+
}.v-divider {
|
21856
|
+
display: block;
|
21857
|
+
flex: 1 1 100%;
|
21858
|
+
height: 0px;
|
21859
|
+
max-height: 0px;
|
21860
|
+
opacity: var(--v-border-opacity);
|
21861
|
+
transition: inherit;
|
21862
|
+
border-style: solid;
|
21863
|
+
border-width: thin 0 0 0;
|
21854
21864
|
}
|
21855
|
-
|
21856
|
-
|
21857
|
-
|
21858
|
-
|
21865
|
+
.v-divider--vertical {
|
21866
|
+
align-self: stretch;
|
21867
|
+
border-width: 0 thin 0 0;
|
21868
|
+
display: inline-flex;
|
21869
|
+
height: auto;
|
21870
|
+
margin-left: -1px;
|
21871
|
+
max-height: 100%;
|
21872
|
+
max-width: 0px;
|
21873
|
+
vertical-align: text-bottom;
|
21874
|
+
width: 0px;
|
21859
21875
|
}
|
21860
|
-
.v-
|
21861
|
-
|
21876
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21877
|
+
max-width: calc(100% - 72px);
|
21878
|
+
margin-inline-start: 72px;
|
21862
21879
|
}
|
21863
|
-
|
21864
|
-
.v-empty-state__headline {
|
21865
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21866
|
-
font-size: 3.75rem;
|
21867
|
-
font-weight: 300;
|
21868
|
-
line-height: 1;
|
21869
|
-
text-align: center;
|
21880
|
+
.v-divider--inset.v-divider--vertical {
|
21870
21881
|
margin-bottom: 8px;
|
21871
|
-
|
21872
|
-
|
21873
|
-
font-size: 2.125rem;
|
21874
|
-
}
|
21875
|
-
|
21876
|
-
.v-empty-state__title {
|
21877
|
-
font-size: 1.25rem;
|
21878
|
-
font-weight: 500;
|
21879
|
-
line-height: 1.6;
|
21880
|
-
margin-bottom: 4px;
|
21881
|
-
text-align: center;
|
21882
|
+
margin-top: 8px;
|
21883
|
+
max-height: calc(100% - 16px);
|
21882
21884
|
}
|
21883
21885
|
|
21884
|
-
.v-
|
21885
|
-
font-size: 0.875rem;
|
21886
|
-
font-weight: 400;
|
21887
|
-
line-height: 1.425;
|
21886
|
+
.v-divider__content {
|
21888
21887
|
padding: 0 16px;
|
21889
|
-
text-
|
21888
|
+
text-wrap: nowrap;
|
21890
21889
|
}
|
21891
|
-
|
21892
|
-
|
21893
|
-
padding: 24px 0;
|
21890
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
21891
|
+
padding: 4px 0;
|
21894
21892
|
}
|
21895
21893
|
|
21896
|
-
.v-
|
21894
|
+
.v-divider__wrapper {
|
21897
21895
|
display: flex;
|
21898
|
-
|
21899
|
-
|
21896
|
+
align-items: center;
|
21897
|
+
justify-content: center;
|
21900
21898
|
}
|
21901
|
-
|
21902
|
-
|
21903
|
-
|
21904
|
-
|
21899
|
+
.v-divider__wrapper--vertical {
|
21900
|
+
flex-direction: column;
|
21901
|
+
height: 100%;
|
21902
|
+
}
|
21903
|
+
.v-divider__wrapper--vertical .v-divider {
|
21904
|
+
margin: 0 auto;
|
21905
21905
|
}/* region INPUT */
|
21906
21906
|
.v-field {
|
21907
21907
|
--v-theme-overlay-multiplier: 1;
|
@@ -22473,35 +22473,7 @@ textarea.v-field__input::placeholder {
|
|
22473
22473
|
opacity: 0;
|
22474
22474
|
}
|
22475
22475
|
|
22476
|
-
/* endregion */.v-
|
22477
|
-
align-items: center;
|
22478
|
-
display: flex;
|
22479
|
-
flex: 1 1 auto;
|
22480
|
-
padding: 8px 16px;
|
22481
|
-
position: relative;
|
22482
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22483
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22484
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22485
|
-
border-style: solid;
|
22486
|
-
border-width: 0;
|
22487
|
-
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));
|
22488
|
-
border-radius: 0;
|
22489
|
-
background: rgb(var(--v-theme-surface));
|
22490
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22491
|
-
}
|
22492
|
-
.v-footer--border {
|
22493
|
-
border-width: thin;
|
22494
|
-
box-shadow: none;
|
22495
|
-
}
|
22496
|
-
.v-footer--absolute {
|
22497
|
-
position: absolute;
|
22498
|
-
}
|
22499
|
-
.v-footer--fixed {
|
22500
|
-
position: fixed;
|
22501
|
-
}
|
22502
|
-
.v-footer--rounded {
|
22503
|
-
border-radius: 4px;
|
22504
|
-
}.v-fab {
|
22476
|
+
/* endregion */.v-fab {
|
22505
22477
|
align-items: center;
|
22506
22478
|
display: inline-flex;
|
22507
22479
|
flex: 1 1 auto;
|
@@ -22597,8 +22569,61 @@ textarea.v-field__input::placeholder {
|
|
22597
22569
|
.v-file-input .v-input__details {
|
22598
22570
|
padding-inline: 16px;
|
22599
22571
|
}
|
22600
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
22601
|
-
padding-inline: 0;
|
22572
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22573
|
+
padding-inline: 0;
|
22574
|
+
}.v-footer {
|
22575
|
+
align-items: center;
|
22576
|
+
display: flex;
|
22577
|
+
flex: 1 1 auto;
|
22578
|
+
padding: 8px 16px;
|
22579
|
+
position: relative;
|
22580
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22581
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22582
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22583
|
+
border-style: solid;
|
22584
|
+
border-width: 0;
|
22585
|
+
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));
|
22586
|
+
border-radius: 0;
|
22587
|
+
background: rgb(var(--v-theme-surface));
|
22588
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22589
|
+
}
|
22590
|
+
.v-footer--border {
|
22591
|
+
border-width: thin;
|
22592
|
+
box-shadow: none;
|
22593
|
+
}
|
22594
|
+
.v-footer--absolute {
|
22595
|
+
position: absolute;
|
22596
|
+
}
|
22597
|
+
.v-footer--fixed {
|
22598
|
+
position: fixed;
|
22599
|
+
}
|
22600
|
+
.v-footer--rounded {
|
22601
|
+
border-radius: 4px;
|
22602
|
+
}.v-infinite-scroll--horizontal {
|
22603
|
+
display: flex;
|
22604
|
+
flex-direction: row;
|
22605
|
+
overflow-x: auto;
|
22606
|
+
}
|
22607
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22608
|
+
height: 100%;
|
22609
|
+
width: 1px;
|
22610
|
+
}
|
22611
|
+
|
22612
|
+
.v-infinite-scroll--vertical {
|
22613
|
+
display: flex;
|
22614
|
+
flex-direction: column;
|
22615
|
+
overflow-y: auto;
|
22616
|
+
}
|
22617
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22618
|
+
height: 1px;
|
22619
|
+
width: 100%;
|
22620
|
+
}
|
22621
|
+
|
22622
|
+
.v-infinite-scroll__side {
|
22623
|
+
align-items: center;
|
22624
|
+
display: flex;
|
22625
|
+
justify-content: center;
|
22626
|
+
padding: 8px;
|
22602
22627
|
}.v-icon {
|
22603
22628
|
--v-icon-size-multiplier: 1;
|
22604
22629
|
align-items: center;
|
@@ -22652,31 +22677,6 @@ textarea.v-field__input::placeholder {
|
|
22652
22677
|
|
22653
22678
|
.v-icon--end {
|
22654
22679
|
margin-inline-start: 8px;
|
22655
|
-
}.v-infinite-scroll--horizontal {
|
22656
|
-
display: flex;
|
22657
|
-
flex-direction: row;
|
22658
|
-
overflow-x: auto;
|
22659
|
-
}
|
22660
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22661
|
-
height: 100%;
|
22662
|
-
width: 1px;
|
22663
|
-
}
|
22664
|
-
|
22665
|
-
.v-infinite-scroll--vertical {
|
22666
|
-
display: flex;
|
22667
|
-
flex-direction: column;
|
22668
|
-
overflow-y: auto;
|
22669
|
-
}
|
22670
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22671
|
-
height: 1px;
|
22672
|
-
width: 100%;
|
22673
|
-
}
|
22674
|
-
|
22675
|
-
.v-infinite-scroll__side {
|
22676
|
-
align-items: center;
|
22677
|
-
display: flex;
|
22678
|
-
justify-content: center;
|
22679
|
-
padding: 8px;
|
22680
22680
|
}.v-img {
|
22681
22681
|
--v-theme-overlay-multiplier: 3;
|
22682
22682
|
z-index: 0;
|
@@ -22713,6 +22713,26 @@ textarea.v-field__input::placeholder {
|
|
22713
22713
|
|
22714
22714
|
.v-img__gradient {
|
22715
22715
|
background-repeat: no-repeat;
|
22716
|
+
}.v-item-group {
|
22717
|
+
flex: 0 1 auto;
|
22718
|
+
max-width: 100%;
|
22719
|
+
position: relative;
|
22720
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22721
|
+
}.v-label {
|
22722
|
+
align-items: center;
|
22723
|
+
color: inherit;
|
22724
|
+
display: inline-flex;
|
22725
|
+
font-size: 1rem;
|
22726
|
+
letter-spacing: 0.009375em;
|
22727
|
+
min-width: 0;
|
22728
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22729
|
+
overflow: hidden;
|
22730
|
+
text-overflow: ellipsis;
|
22731
|
+
white-space: nowrap;
|
22732
|
+
}
|
22733
|
+
|
22734
|
+
.v-label--clickable {
|
22735
|
+
cursor: pointer;
|
22716
22736
|
}.v-input {
|
22717
22737
|
display: grid;
|
22718
22738
|
flex: 1 1 auto;
|
@@ -22855,122 +22875,6 @@ textarea.v-field__input::placeholder {
|
|
22855
22875
|
|
22856
22876
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22857
22877
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22858
|
-
}.v-label {
|
22859
|
-
align-items: center;
|
22860
|
-
color: inherit;
|
22861
|
-
display: inline-flex;
|
22862
|
-
font-size: 1rem;
|
22863
|
-
letter-spacing: 0.009375em;
|
22864
|
-
min-width: 0;
|
22865
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22866
|
-
overflow: hidden;
|
22867
|
-
text-overflow: ellipsis;
|
22868
|
-
white-space: nowrap;
|
22869
|
-
}
|
22870
|
-
|
22871
|
-
.v-label--clickable {
|
22872
|
-
cursor: pointer;
|
22873
|
-
}.v-list {
|
22874
|
-
overflow: auto;
|
22875
|
-
padding: 8px 0;
|
22876
|
-
position: relative;
|
22877
|
-
outline: none;
|
22878
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22879
|
-
border-style: solid;
|
22880
|
-
border-width: 0;
|
22881
|
-
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));
|
22882
|
-
border-radius: 0;
|
22883
|
-
background: rgba(var(--v-theme-surface));
|
22884
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22885
|
-
}
|
22886
|
-
.v-list--border {
|
22887
|
-
border-width: thin;
|
22888
|
-
box-shadow: none;
|
22889
|
-
}
|
22890
|
-
.v-list--disabled {
|
22891
|
-
pointer-events: none;
|
22892
|
-
-webkit-user-select: none;
|
22893
|
-
user-select: none;
|
22894
|
-
}
|
22895
|
-
.v-list--nav {
|
22896
|
-
padding-inline: 8px;
|
22897
|
-
}
|
22898
|
-
.v-list--rounded {
|
22899
|
-
border-radius: 4px;
|
22900
|
-
}
|
22901
|
-
.v-list--subheader {
|
22902
|
-
padding-top: 0;
|
22903
|
-
}
|
22904
|
-
|
22905
|
-
.v-list-img {
|
22906
|
-
border-radius: inherit;
|
22907
|
-
display: flex;
|
22908
|
-
height: 100%;
|
22909
|
-
left: 0;
|
22910
|
-
overflow: hidden;
|
22911
|
-
position: absolute;
|
22912
|
-
top: 0;
|
22913
|
-
width: 100%;
|
22914
|
-
z-index: -1;
|
22915
|
-
}
|
22916
|
-
|
22917
|
-
.v-list-subheader {
|
22918
|
-
align-items: center;
|
22919
|
-
background: inherit;
|
22920
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22921
|
-
display: flex;
|
22922
|
-
font-size: 0.875rem;
|
22923
|
-
font-weight: 400;
|
22924
|
-
line-height: 1.375rem;
|
22925
|
-
padding-inline-end: 16px;
|
22926
|
-
min-height: 40px;
|
22927
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22928
|
-
}
|
22929
|
-
.v-list-subheader__text {
|
22930
|
-
overflow: hidden;
|
22931
|
-
text-overflow: ellipsis;
|
22932
|
-
white-space: nowrap;
|
22933
|
-
}
|
22934
|
-
.v-list--density-default .v-list-subheader {
|
22935
|
-
min-height: 40px;
|
22936
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22937
|
-
}
|
22938
|
-
|
22939
|
-
.v-list--density-comfortable .v-list-subheader {
|
22940
|
-
min-height: 36px;
|
22941
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22942
|
-
}
|
22943
|
-
|
22944
|
-
.v-list--density-compact .v-list-subheader {
|
22945
|
-
min-height: 32px;
|
22946
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22947
|
-
}
|
22948
|
-
|
22949
|
-
.v-list-subheader--inset {
|
22950
|
-
--indent-padding: 56px;
|
22951
|
-
}
|
22952
|
-
.v-list--nav .v-list-subheader {
|
22953
|
-
font-size: 0.75rem;
|
22954
|
-
}
|
22955
|
-
.v-list-subheader--sticky {
|
22956
|
-
background: inherit;
|
22957
|
-
left: 0;
|
22958
|
-
position: sticky;
|
22959
|
-
top: 0;
|
22960
|
-
z-index: 1;
|
22961
|
-
}
|
22962
|
-
|
22963
|
-
.v-list__overlay {
|
22964
|
-
background-color: currentColor;
|
22965
|
-
border-radius: inherit;
|
22966
|
-
bottom: 0;
|
22967
|
-
left: 0;
|
22968
|
-
opacity: 0;
|
22969
|
-
pointer-events: none;
|
22970
|
-
position: absolute;
|
22971
|
-
right: 0;
|
22972
|
-
top: 0;
|
22973
|
-
transition: opacity 0.2s ease-in-out;
|
22974
22878
|
}.v-list-item {
|
22975
22879
|
align-items: center;
|
22976
22880
|
display: grid;
|
@@ -23427,28 +23331,107 @@ textarea.v-field__input::placeholder {
|
|
23427
23331
|
}
|
23428
23332
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
23429
23333
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23430
|
-
}.v-
|
23431
|
-
|
23432
|
-
|
23334
|
+
}.v-list {
|
23335
|
+
overflow: auto;
|
23336
|
+
padding: 8px 0;
|
23433
23337
|
position: relative;
|
23434
|
-
|
23435
|
-
|
23436
|
-
|
23338
|
+
outline: none;
|
23339
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23340
|
+
border-style: solid;
|
23341
|
+
border-width: 0;
|
23342
|
+
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));
|
23343
|
+
border-radius: 0;
|
23344
|
+
background: rgba(var(--v-theme-surface));
|
23345
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23346
|
+
}
|
23347
|
+
.v-list--border {
|
23348
|
+
border-width: thin;
|
23349
|
+
box-shadow: none;
|
23350
|
+
}
|
23351
|
+
.v-list--disabled {
|
23352
|
+
pointer-events: none;
|
23353
|
+
-webkit-user-select: none;
|
23354
|
+
user-select: none;
|
23355
|
+
}
|
23356
|
+
.v-list--nav {
|
23357
|
+
padding-inline: 8px;
|
23358
|
+
}
|
23359
|
+
.v-list--rounded {
|
23360
|
+
border-radius: 4px;
|
23361
|
+
}
|
23362
|
+
.v-list--subheader {
|
23363
|
+
padding-top: 0;
|
23364
|
+
}
|
23365
|
+
|
23366
|
+
.v-list-img {
|
23367
|
+
border-radius: inherit;
|
23437
23368
|
display: flex;
|
23438
|
-
|
23369
|
+
height: 100%;
|
23370
|
+
left: 0;
|
23371
|
+
overflow: hidden;
|
23372
|
+
position: absolute;
|
23373
|
+
top: 0;
|
23374
|
+
width: 100%;
|
23375
|
+
z-index: -1;
|
23376
|
+
}
|
23377
|
+
|
23378
|
+
.v-list-subheader {
|
23379
|
+
align-items: center;
|
23380
|
+
background: inherit;
|
23381
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23382
|
+
display: flex;
|
23383
|
+
font-size: 0.875rem;
|
23384
|
+
font-weight: 400;
|
23385
|
+
line-height: 1.375rem;
|
23386
|
+
padding-inline-end: 16px;
|
23387
|
+
min-height: 40px;
|
23388
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23389
|
+
}
|
23390
|
+
.v-list-subheader__text {
|
23391
|
+
overflow: hidden;
|
23392
|
+
text-overflow: ellipsis;
|
23393
|
+
white-space: nowrap;
|
23394
|
+
}
|
23395
|
+
.v-list--density-default .v-list-subheader {
|
23396
|
+
min-height: 40px;
|
23397
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23398
|
+
}
|
23399
|
+
|
23400
|
+
.v-list--density-comfortable .v-list-subheader {
|
23401
|
+
min-height: 36px;
|
23402
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23403
|
+
}
|
23404
|
+
|
23405
|
+
.v-list--density-compact .v-list-subheader {
|
23406
|
+
min-height: 32px;
|
23407
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23408
|
+
}
|
23409
|
+
|
23410
|
+
.v-list-subheader--inset {
|
23411
|
+
--indent-padding: 56px;
|
23412
|
+
}
|
23413
|
+
.v-list--nav .v-list-subheader {
|
23414
|
+
font-size: 0.75rem;
|
23439
23415
|
}
|
23440
|
-
.v-
|
23441
|
-
|
23442
|
-
|
23443
|
-
|
23444
|
-
|
23445
|
-
|
23416
|
+
.v-list-subheader--sticky {
|
23417
|
+
background: inherit;
|
23418
|
+
left: 0;
|
23419
|
+
position: sticky;
|
23420
|
+
top: 0;
|
23421
|
+
z-index: 1;
|
23446
23422
|
}
|
23447
23423
|
|
23448
|
-
.v-
|
23424
|
+
.v-list__overlay {
|
23425
|
+
background-color: currentColor;
|
23426
|
+
border-radius: inherit;
|
23427
|
+
bottom: 0;
|
23428
|
+
left: 0;
|
23429
|
+
opacity: 0;
|
23430
|
+
pointer-events: none;
|
23449
23431
|
position: absolute;
|
23450
|
-
|
23451
|
-
|
23432
|
+
right: 0;
|
23433
|
+
top: 0;
|
23434
|
+
transition: opacity 0.2s ease-in-out;
|
23452
23435
|
}.v-main {
|
23453
23436
|
flex: 1 0 auto;
|
23454
23437
|
max-width: 100%;
|
@@ -23477,6 +23460,125 @@ textarea.v-field__input::placeholder {
|
|
23477
23460
|
--v-layout-right: 0px;
|
23478
23461
|
--v-layout-top: 0px;
|
23479
23462
|
--v-layout-bottom: 0px;
|
23463
|
+
}.v-layout {
|
23464
|
+
--v-scrollbar-offset: 0px;
|
23465
|
+
display: flex;
|
23466
|
+
flex: 1 1 auto;
|
23467
|
+
}
|
23468
|
+
.v-layout--full-height {
|
23469
|
+
--v-scrollbar-offset: inherit;
|
23470
|
+
height: 100%;
|
23471
|
+
}.v-layout-item {
|
23472
|
+
position: absolute;
|
23473
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23474
|
+
}
|
23475
|
+
|
23476
|
+
.v-layout-item--absolute {
|
23477
|
+
position: absolute;
|
23478
|
+
}.v-navigation-drawer {
|
23479
|
+
-webkit-overflow-scrolling: touch;
|
23480
|
+
background: rgb(var(--v-theme-surface));
|
23481
|
+
display: flex;
|
23482
|
+
flex-direction: column;
|
23483
|
+
height: 100%;
|
23484
|
+
max-width: 100%;
|
23485
|
+
pointer-events: auto;
|
23486
|
+
transition-duration: 0.2s;
|
23487
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23488
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23489
|
+
position: absolute;
|
23490
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23491
|
+
border-style: solid;
|
23492
|
+
border-width: 0;
|
23493
|
+
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));
|
23494
|
+
background: rgb(var(--v-theme-surface));
|
23495
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23496
|
+
}
|
23497
|
+
.v-navigation-drawer--border {
|
23498
|
+
border-width: thin;
|
23499
|
+
box-shadow: none;
|
23500
|
+
}
|
23501
|
+
.v-navigation-drawer--rounded {
|
23502
|
+
border-radius: 4px;
|
23503
|
+
}
|
23504
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
23505
|
+
max-height: -webkit-fill-available;
|
23506
|
+
overflow-y: auto;
|
23507
|
+
}
|
23508
|
+
.v-navigation-drawer--top {
|
23509
|
+
top: 0;
|
23510
|
+
border-bottom-width: thin;
|
23511
|
+
}
|
23512
|
+
.v-navigation-drawer--bottom {
|
23513
|
+
left: 0;
|
23514
|
+
border-top-width: thin;
|
23515
|
+
}
|
23516
|
+
.v-navigation-drawer--left {
|
23517
|
+
top: 0;
|
23518
|
+
left: 0;
|
23519
|
+
right: auto;
|
23520
|
+
border-right-width: thin;
|
23521
|
+
}
|
23522
|
+
.v-navigation-drawer--right {
|
23523
|
+
top: 0;
|
23524
|
+
left: auto;
|
23525
|
+
right: 0;
|
23526
|
+
border-left-width: thin;
|
23527
|
+
}
|
23528
|
+
.v-navigation-drawer--floating {
|
23529
|
+
border: none;
|
23530
|
+
}
|
23531
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23532
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23533
|
+
}
|
23534
|
+
.v-navigation-drawer--sticky {
|
23535
|
+
height: auto;
|
23536
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
23537
|
+
}
|
23538
|
+
.v-navigation-drawer .v-list {
|
23539
|
+
overflow: hidden;
|
23540
|
+
}
|
23541
|
+
|
23542
|
+
.v-navigation-drawer__content {
|
23543
|
+
flex: 0 1 auto;
|
23544
|
+
height: 100%;
|
23545
|
+
max-width: 100%;
|
23546
|
+
overflow-x: hidden;
|
23547
|
+
overflow-y: auto;
|
23548
|
+
}
|
23549
|
+
|
23550
|
+
.v-navigation-drawer__img {
|
23551
|
+
height: 100%;
|
23552
|
+
left: 0;
|
23553
|
+
position: absolute;
|
23554
|
+
top: 0;
|
23555
|
+
width: 100%;
|
23556
|
+
z-index: -1;
|
23557
|
+
}
|
23558
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
23559
|
+
height: inherit;
|
23560
|
+
object-fit: cover;
|
23561
|
+
width: inherit;
|
23562
|
+
}
|
23563
|
+
|
23564
|
+
.v-navigation-drawer__scrim {
|
23565
|
+
position: absolute;
|
23566
|
+
top: 0;
|
23567
|
+
left: 0;
|
23568
|
+
width: 100%;
|
23569
|
+
height: 100%;
|
23570
|
+
background: black;
|
23571
|
+
opacity: 0.2;
|
23572
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23573
|
+
z-index: 1;
|
23574
|
+
}
|
23575
|
+
|
23576
|
+
.v-navigation-drawer__prepend,
|
23577
|
+
.v-navigation-drawer__append {
|
23578
|
+
flex: none;
|
23579
|
+
overflow: hidden;
|
23580
|
+
}.v-locale-provider {
|
23581
|
+
display: contents;
|
23480
23582
|
}.v-menu > .v-overlay__content {
|
23481
23583
|
display: flex;
|
23482
23584
|
flex-direction: column;
|
@@ -23578,161 +23680,67 @@ html.v-overlay-scroll-blocked {
|
|
23578
23680
|
position: relative;
|
23579
23681
|
}
|
23580
23682
|
.v-otp-input .v-field {
|
23581
|
-
height: 100%;
|
23582
|
-
}
|
23583
|
-
|
23584
|
-
.v-otp-input__divider {
|
23585
|
-
margin: 0 8px;
|
23586
|
-
}
|
23587
|
-
|
23588
|
-
.v-otp-input__content {
|
23589
|
-
align-items: center;
|
23590
|
-
display: flex;
|
23591
|
-
gap: 0.5rem;
|
23592
|
-
height: 64px;
|
23593
|
-
padding: 0.5rem;
|
23594
|
-
justify-content: center;
|
23595
|
-
max-width: 320px;
|
23596
|
-
position: relative;
|
23597
|
-
border-radius: inherit;
|
23598
|
-
}
|
23599
|
-
.v-otp-input--divided .v-otp-input__content {
|
23600
|
-
max-width: 360px;
|
23601
|
-
}
|
23602
|
-
|
23603
|
-
.v-otp-input__field {
|
23604
|
-
color: inherit;
|
23605
|
-
font-size: 1.25rem;
|
23606
|
-
height: 100%;
|
23607
|
-
outline: none;
|
23608
|
-
text-align: center;
|
23609
|
-
width: 100%;
|
23610
|
-
}
|
23611
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23612
|
-
-webkit-appearance: none;
|
23613
|
-
margin: 0;
|
23614
|
-
}
|
23615
|
-
.v-otp-input__field[type=number] {
|
23616
|
-
-moz-appearance: textfield;
|
23617
|
-
}
|
23618
|
-
|
23619
|
-
.v-otp-input__loader {
|
23620
|
-
align-items: center;
|
23621
|
-
display: flex;
|
23622
|
-
height: 100%;
|
23623
|
-
justify-content: center;
|
23624
|
-
width: 100%;
|
23625
|
-
}
|
23626
|
-
.v-otp-input__loader .v-progress-linear {
|
23627
|
-
position: absolute;
|
23628
|
-
}.v-parallax {
|
23629
|
-
position: relative;
|
23630
|
-
overflow: hidden;
|
23631
|
-
}
|
23632
|
-
.v-parallax--active > .v-img__img {
|
23633
|
-
will-change: transform;
|
23634
|
-
}.v-navigation-drawer {
|
23635
|
-
-webkit-overflow-scrolling: touch;
|
23636
|
-
background: rgb(var(--v-theme-surface));
|
23637
|
-
display: flex;
|
23638
|
-
flex-direction: column;
|
23639
|
-
height: 100%;
|
23640
|
-
max-width: 100%;
|
23641
|
-
pointer-events: auto;
|
23642
|
-
transition-duration: 0.2s;
|
23643
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23644
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23645
|
-
position: absolute;
|
23646
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23647
|
-
border-style: solid;
|
23648
|
-
border-width: 0;
|
23649
|
-
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));
|
23650
|
-
background: rgb(var(--v-theme-surface));
|
23651
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23652
|
-
}
|
23653
|
-
.v-navigation-drawer--border {
|
23654
|
-
border-width: thin;
|
23655
|
-
box-shadow: none;
|
23656
|
-
}
|
23657
|
-
.v-navigation-drawer--rounded {
|
23658
|
-
border-radius: 4px;
|
23659
|
-
}
|
23660
|
-
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
23661
|
-
max-height: -webkit-fill-available;
|
23662
|
-
overflow-y: auto;
|
23663
|
-
}
|
23664
|
-
.v-navigation-drawer--top {
|
23665
|
-
top: 0;
|
23666
|
-
border-bottom-width: thin;
|
23667
|
-
}
|
23668
|
-
.v-navigation-drawer--bottom {
|
23669
|
-
left: 0;
|
23670
|
-
border-top-width: thin;
|
23671
|
-
}
|
23672
|
-
.v-navigation-drawer--left {
|
23673
|
-
top: 0;
|
23674
|
-
left: 0;
|
23675
|
-
right: auto;
|
23676
|
-
border-right-width: thin;
|
23677
|
-
}
|
23678
|
-
.v-navigation-drawer--right {
|
23679
|
-
top: 0;
|
23680
|
-
left: auto;
|
23681
|
-
right: 0;
|
23682
|
-
border-left-width: thin;
|
23683
|
-
}
|
23684
|
-
.v-navigation-drawer--floating {
|
23685
|
-
border: none;
|
23686
|
-
}
|
23687
|
-
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23688
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23689
|
-
}
|
23690
|
-
.v-navigation-drawer--sticky {
|
23691
|
-
height: auto;
|
23692
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
23683
|
+
height: 100%;
|
23693
23684
|
}
|
23694
|
-
|
23695
|
-
|
23685
|
+
|
23686
|
+
.v-otp-input__divider {
|
23687
|
+
margin: 0 8px;
|
23696
23688
|
}
|
23697
23689
|
|
23698
|
-
.v-
|
23699
|
-
|
23700
|
-
|
23701
|
-
|
23702
|
-
|
23703
|
-
|
23690
|
+
.v-otp-input__content {
|
23691
|
+
align-items: center;
|
23692
|
+
display: flex;
|
23693
|
+
gap: 0.5rem;
|
23694
|
+
height: 64px;
|
23695
|
+
padding: 0.5rem;
|
23696
|
+
justify-content: center;
|
23697
|
+
max-width: 320px;
|
23698
|
+
position: relative;
|
23699
|
+
border-radius: inherit;
|
23700
|
+
}
|
23701
|
+
.v-otp-input--divided .v-otp-input__content {
|
23702
|
+
max-width: 360px;
|
23704
23703
|
}
|
23705
23704
|
|
23706
|
-
.v-
|
23705
|
+
.v-otp-input__field {
|
23706
|
+
color: inherit;
|
23707
|
+
font-size: 1.25rem;
|
23707
23708
|
height: 100%;
|
23708
|
-
|
23709
|
-
|
23710
|
-
top: 0;
|
23709
|
+
outline: none;
|
23710
|
+
text-align: center;
|
23711
23711
|
width: 100%;
|
23712
|
-
z-index: -1;
|
23713
23712
|
}
|
23714
|
-
.v-
|
23715
|
-
|
23716
|
-
|
23717
|
-
|
23713
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23714
|
+
-webkit-appearance: none;
|
23715
|
+
margin: 0;
|
23716
|
+
}
|
23717
|
+
.v-otp-input__field[type=number] {
|
23718
|
+
-moz-appearance: textfield;
|
23718
23719
|
}
|
23719
23720
|
|
23720
|
-
.v-
|
23721
|
+
.v-otp-input__loader {
|
23722
|
+
align-items: center;
|
23723
|
+
display: flex;
|
23724
|
+
height: 100%;
|
23725
|
+
justify-content: center;
|
23726
|
+
width: 100%;
|
23727
|
+
}
|
23728
|
+
.v-otp-input__loader .v-progress-linear {
|
23721
23729
|
position: absolute;
|
23722
|
-
|
23723
|
-
|
23730
|
+
}.v-pagination__list {
|
23731
|
+
display: inline-flex;
|
23732
|
+
list-style-type: none;
|
23733
|
+
justify-content: center;
|
23724
23734
|
width: 100%;
|
23725
|
-
height: 100%;
|
23726
|
-
background: black;
|
23727
|
-
opacity: 0.2;
|
23728
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23729
|
-
z-index: 1;
|
23730
23735
|
}
|
23731
|
-
|
23732
|
-
.
|
23733
|
-
.v-
|
23734
|
-
|
23736
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23737
|
+
margin: 0.3rem;
|
23738
|
+
}.v-parallax {
|
23739
|
+
position: relative;
|
23735
23740
|
overflow: hidden;
|
23741
|
+
}
|
23742
|
+
.v-parallax--active > .v-img__img {
|
23743
|
+
will-change: transform;
|
23736
23744
|
}.v-progress-circular {
|
23737
23745
|
align-items: center;
|
23738
23746
|
display: inline-flex;
|
@@ -23835,14 +23843,75 @@ html.v-overlay-scroll-blocked {
|
|
23835
23843
|
100% {
|
23836
23844
|
transform: rotate(270deg);
|
23837
23845
|
}
|
23838
|
-
}.v-
|
23839
|
-
|
23840
|
-
|
23841
|
-
|
23846
|
+
}.v-radio-group > .v-input__control {
|
23847
|
+
flex-direction: column;
|
23848
|
+
}
|
23849
|
+
.v-radio-group > .v-input__control > .v-label {
|
23850
|
+
margin-inline-start: 16px;
|
23851
|
+
}
|
23852
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23853
|
+
padding-inline-start: 6px;
|
23854
|
+
margin-top: 8px;
|
23855
|
+
}
|
23856
|
+
.v-radio-group .v-input__details {
|
23857
|
+
padding-inline: 16px;
|
23858
|
+
}.v-slider .v-slider__container input {
|
23859
|
+
cursor: default;
|
23860
|
+
padding: 0;
|
23861
|
+
width: 100%;
|
23862
|
+
display: none;
|
23863
|
+
}
|
23864
|
+
.v-slider > .v-input__append,
|
23865
|
+
.v-slider > .v-input__prepend {
|
23866
|
+
padding: 0;
|
23867
|
+
}
|
23868
|
+
|
23869
|
+
.v-slider__container {
|
23870
|
+
position: relative;
|
23871
|
+
min-height: inherit;
|
23842
23872
|
width: 100%;
|
23873
|
+
height: 100%;
|
23874
|
+
display: flex;
|
23875
|
+
justify-content: center;
|
23876
|
+
align-items: center;
|
23877
|
+
cursor: pointer;
|
23843
23878
|
}
|
23844
|
-
.v-
|
23845
|
-
|
23879
|
+
.v-input--disabled .v-slider__container {
|
23880
|
+
opacity: var(--v-disabled-opacity);
|
23881
|
+
}
|
23882
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23883
|
+
color: rgb(var(--v-theme-error));
|
23884
|
+
}
|
23885
|
+
|
23886
|
+
.v-slider.v-input--horizontal {
|
23887
|
+
align-items: center;
|
23888
|
+
margin-inline: 8px 8px;
|
23889
|
+
}
|
23890
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23891
|
+
min-height: 32px;
|
23892
|
+
display: flex;
|
23893
|
+
align-items: center;
|
23894
|
+
}
|
23895
|
+
|
23896
|
+
.v-slider.v-input--vertical {
|
23897
|
+
justify-content: center;
|
23898
|
+
margin-top: 12px;
|
23899
|
+
margin-bottom: 12px;
|
23900
|
+
}
|
23901
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23902
|
+
min-height: 300px;
|
23903
|
+
}
|
23904
|
+
|
23905
|
+
.v-slider.v-input--disabled {
|
23906
|
+
pointer-events: none;
|
23907
|
+
}
|
23908
|
+
|
23909
|
+
.v-slider--has-labels > .v-input__control {
|
23910
|
+
margin-bottom: 4px;
|
23911
|
+
}
|
23912
|
+
|
23913
|
+
.v-slider__label {
|
23914
|
+
margin-inline-end: 12px;
|
23846
23915
|
}.v-progress-linear {
|
23847
23916
|
background: transparent;
|
23848
23917
|
overflow: hidden;
|
@@ -24054,63 +24123,6 @@ html.v-overlay-scroll-blocked {
|
|
24054
24123
|
0% {
|
24055
24124
|
background-position-x: var(--v-progress-linear-height);
|
24056
24125
|
}
|
24057
|
-
}.v-slider .v-slider__container input {
|
24058
|
-
cursor: default;
|
24059
|
-
padding: 0;
|
24060
|
-
width: 100%;
|
24061
|
-
display: none;
|
24062
|
-
}
|
24063
|
-
.v-slider > .v-input__append,
|
24064
|
-
.v-slider > .v-input__prepend {
|
24065
|
-
padding: 0;
|
24066
|
-
}
|
24067
|
-
|
24068
|
-
.v-slider__container {
|
24069
|
-
position: relative;
|
24070
|
-
min-height: inherit;
|
24071
|
-
width: 100%;
|
24072
|
-
height: 100%;
|
24073
|
-
display: flex;
|
24074
|
-
justify-content: center;
|
24075
|
-
align-items: center;
|
24076
|
-
cursor: pointer;
|
24077
|
-
}
|
24078
|
-
.v-input--disabled .v-slider__container {
|
24079
|
-
opacity: var(--v-disabled-opacity);
|
24080
|
-
}
|
24081
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24082
|
-
color: rgb(var(--v-theme-error));
|
24083
|
-
}
|
24084
|
-
|
24085
|
-
.v-slider.v-input--horizontal {
|
24086
|
-
align-items: center;
|
24087
|
-
margin-inline: 8px 8px;
|
24088
|
-
}
|
24089
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24090
|
-
min-height: 32px;
|
24091
|
-
display: flex;
|
24092
|
-
align-items: center;
|
24093
|
-
}
|
24094
|
-
|
24095
|
-
.v-slider.v-input--vertical {
|
24096
|
-
justify-content: center;
|
24097
|
-
margin-top: 12px;
|
24098
|
-
margin-bottom: 12px;
|
24099
|
-
}
|
24100
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24101
|
-
min-height: 300px;
|
24102
|
-
}
|
24103
|
-
|
24104
|
-
.v-slider.v-input--disabled {
|
24105
|
-
pointer-events: none;
|
24106
|
-
}
|
24107
|
-
|
24108
|
-
.v-slider--has-labels > .v-input__control {
|
24109
|
-
margin-bottom: 4px;
|
24110
|
-
}
|
24111
|
-
|
24112
|
-
.v-slider__label {
|
24113
|
-
margin-inline-end: 12px;
|
24114
24126
|
}.v-rating {
|
24115
24127
|
max-width: 100%;
|
24116
24128
|
display: inline-flex;
|
@@ -24213,26 +24225,6 @@ html.v-overlay-scroll-blocked {
|
|
24213
24225
|
.v-select--active-menu .v-select__menu-icon {
|
24214
24226
|
opacity: var(--v-high-emphasis-opacity);
|
24215
24227
|
transform: rotate(180deg);
|
24216
|
-
}.v-radio-group > .v-input__control {
|
24217
|
-
flex-direction: column;
|
24218
|
-
}
|
24219
|
-
.v-radio-group > .v-input__control > .v-label {
|
24220
|
-
margin-inline-start: 16px;
|
24221
|
-
}
|
24222
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24223
|
-
padding-inline-start: 6px;
|
24224
|
-
margin-top: 8px;
|
24225
|
-
}
|
24226
|
-
.v-radio-group .v-input__details {
|
24227
|
-
padding-inline: 16px;
|
24228
|
-
}.v-selection-control-group {
|
24229
|
-
grid-area: control;
|
24230
|
-
display: flex;
|
24231
|
-
flex-direction: column;
|
24232
|
-
}
|
24233
|
-
.v-selection-control-group--inline {
|
24234
|
-
flex-direction: row;
|
24235
|
-
flex-wrap: wrap;
|
24236
24228
|
}.v-selection-control {
|
24237
24229
|
align-items: center;
|
24238
24230
|
contain: layout;
|
@@ -24351,15 +24343,51 @@ html.v-overlay-scroll-blocked {
|
|
24351
24343
|
flex: 1 0 0px;
|
24352
24344
|
max-width: 100%;
|
24353
24345
|
}
|
24354
|
-
|
24355
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24356
|
-
margin-inline-start: -100%;
|
24346
|
+
|
24347
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24348
|
+
margin-inline-start: -100%;
|
24349
|
+
}
|
24350
|
+
|
24351
|
+
.v-responsive__sizer {
|
24352
|
+
flex: 1 0 0px;
|
24353
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24354
|
+
pointer-events: none;
|
24355
|
+
}.v-sheet {
|
24356
|
+
display: block;
|
24357
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24358
|
+
border-style: solid;
|
24359
|
+
border-width: 0;
|
24360
|
+
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));
|
24361
|
+
border-radius: 0;
|
24362
|
+
background: rgb(var(--v-theme-surface));
|
24363
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24364
|
+
}
|
24365
|
+
.v-sheet--border {
|
24366
|
+
border-width: thin;
|
24367
|
+
box-shadow: none;
|
24368
|
+
}
|
24369
|
+
.v-sheet--absolute {
|
24370
|
+
position: absolute;
|
24371
|
+
}
|
24372
|
+
.v-sheet--fixed {
|
24373
|
+
position: fixed;
|
24374
|
+
}
|
24375
|
+
.v-sheet--relative {
|
24376
|
+
position: relative;
|
24377
|
+
}
|
24378
|
+
.v-sheet--sticky {
|
24379
|
+
position: sticky;
|
24357
24380
|
}
|
24358
|
-
|
24359
|
-
|
24360
|
-
|
24361
|
-
|
24362
|
-
|
24381
|
+
.v-sheet--rounded {
|
24382
|
+
border-radius: 4px;
|
24383
|
+
}.v-selection-control-group {
|
24384
|
+
grid-area: control;
|
24385
|
+
display: flex;
|
24386
|
+
flex-direction: column;
|
24387
|
+
}
|
24388
|
+
.v-selection-control-group--inline {
|
24389
|
+
flex-direction: row;
|
24390
|
+
flex-wrap: wrap;
|
24363
24391
|
}.v-skeleton-loader {
|
24364
24392
|
align-items: center;
|
24365
24393
|
background: rgb(var(--v-theme-surface));
|
@@ -24583,89 +24611,6 @@ html.v-overlay-scroll-blocked {
|
|
24583
24611
|
100% {
|
24584
24612
|
transform: translateX(100%);
|
24585
24613
|
}
|
24586
|
-
}.v-slide-group {
|
24587
|
-
display: flex;
|
24588
|
-
overflow: hidden;
|
24589
|
-
}
|
24590
|
-
|
24591
|
-
.v-slide-group__next,
|
24592
|
-
.v-slide-group__prev {
|
24593
|
-
align-items: center;
|
24594
|
-
display: flex;
|
24595
|
-
flex: 0 1 52px;
|
24596
|
-
justify-content: center;
|
24597
|
-
min-width: 52px;
|
24598
|
-
cursor: pointer;
|
24599
|
-
}
|
24600
|
-
.v-slide-group__next--disabled,
|
24601
|
-
.v-slide-group__prev--disabled {
|
24602
|
-
pointer-events: none;
|
24603
|
-
opacity: var(--v-disabled-opacity);
|
24604
|
-
}
|
24605
|
-
|
24606
|
-
.v-slide-group__content {
|
24607
|
-
display: flex;
|
24608
|
-
flex: 1 0 auto;
|
24609
|
-
position: relative;
|
24610
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24611
|
-
white-space: nowrap;
|
24612
|
-
}
|
24613
|
-
.v-slide-group__content > * {
|
24614
|
-
white-space: initial;
|
24615
|
-
}
|
24616
|
-
|
24617
|
-
.v-slide-group__container {
|
24618
|
-
contain: content;
|
24619
|
-
display: flex;
|
24620
|
-
flex: 1 1 auto;
|
24621
|
-
overflow-x: auto;
|
24622
|
-
overflow-y: hidden;
|
24623
|
-
scrollbar-width: none;
|
24624
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24625
|
-
}
|
24626
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24627
|
-
display: none;
|
24628
|
-
}
|
24629
|
-
|
24630
|
-
.v-slide-group--vertical {
|
24631
|
-
max-height: inherit;
|
24632
|
-
}
|
24633
|
-
.v-slide-group--vertical,
|
24634
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24635
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24636
|
-
flex-direction: column;
|
24637
|
-
}
|
24638
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24639
|
-
overflow-x: hidden;
|
24640
|
-
overflow-y: auto;
|
24641
|
-
}.v-sheet {
|
24642
|
-
display: block;
|
24643
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24644
|
-
border-style: solid;
|
24645
|
-
border-width: 0;
|
24646
|
-
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));
|
24647
|
-
border-radius: 0;
|
24648
|
-
background: rgb(var(--v-theme-surface));
|
24649
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24650
|
-
}
|
24651
|
-
.v-sheet--border {
|
24652
|
-
border-width: thin;
|
24653
|
-
box-shadow: none;
|
24654
|
-
}
|
24655
|
-
.v-sheet--absolute {
|
24656
|
-
position: absolute;
|
24657
|
-
}
|
24658
|
-
.v-sheet--fixed {
|
24659
|
-
position: fixed;
|
24660
|
-
}
|
24661
|
-
.v-sheet--relative {
|
24662
|
-
position: relative;
|
24663
|
-
}
|
24664
|
-
.v-sheet--sticky {
|
24665
|
-
position: sticky;
|
24666
|
-
}
|
24667
|
-
.v-sheet--rounded {
|
24668
|
-
border-radius: 4px;
|
24669
24614
|
}.v-snackbar {
|
24670
24615
|
justify-content: center;
|
24671
24616
|
z-index: 10000;
|
@@ -24799,211 +24744,66 @@ html.v-overlay-scroll-blocked {
|
|
24799
24744
|
opacity: 0;
|
24800
24745
|
transform: scale(0.8);
|
24801
24746
|
}
|
24802
|
-
.v-snackbar-transition-leave-active {
|
24803
|
-
transition-property: opacity;
|
24804
|
-
}
|
24805
|
-
.v-snackbar-transition-leave-to {
|
24806
|
-
opacity: 0;
|
24807
|
-
}.v-stepper.v-sheet {
|
24808
|
-
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));
|
24809
|
-
border-radius: 4px;
|
24810
|
-
overflow: hidden;
|
24811
|
-
}
|
24812
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24813
|
-
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));
|
24814
|
-
}
|
24815
|
-
|
24816
|
-
.v-stepper-header {
|
24817
|
-
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));
|
24818
|
-
align-items: center;
|
24819
|
-
display: flex;
|
24820
|
-
position: relative;
|
24821
|
-
overflow-x: auto;
|
24822
|
-
justify-content: space-between;
|
24823
|
-
z-index: 1;
|
24824
|
-
}
|
24825
|
-
.v-stepper-header .v-divider {
|
24826
|
-
margin: 0 -16px;
|
24827
|
-
}
|
24828
|
-
.v-stepper-header .v-divider:last-child {
|
24829
|
-
margin-inline-end: 0;
|
24830
|
-
}
|
24831
|
-
.v-stepper-header .v-divider:first-child {
|
24832
|
-
margin-inline-start: 0;
|
24833
|
-
}
|
24834
|
-
.v-stepper--alt-labels .v-stepper-header {
|
24835
|
-
height: auto;
|
24836
|
-
}
|
24837
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24838
|
-
align-self: flex-start;
|
24839
|
-
margin: 35px -67px 0;
|
24840
|
-
}
|
24841
|
-
|
24842
|
-
.v-stepper-window {
|
24843
|
-
margin: 1.5rem;
|
24844
|
-
}
|
24845
|
-
|
24846
|
-
.v-stepper-actions {
|
24847
|
-
display: flex;
|
24848
|
-
align-items: center;
|
24849
|
-
justify-content: space-between;
|
24850
|
-
padding: 1rem;
|
24851
|
-
}
|
24852
|
-
.v-stepper .v-stepper-actions {
|
24853
|
-
padding: 0 1.5rem 1rem;
|
24854
|
-
}
|
24855
|
-
.v-stepper-window-item .v-stepper-actions {
|
24856
|
-
padding: 1.5rem 0 0;
|
24857
|
-
}.v-stepper-item {
|
24858
|
-
align-items: center;
|
24859
|
-
align-self: stretch;
|
24860
|
-
display: inline-flex;
|
24861
|
-
flex: none;
|
24862
|
-
outline: none;
|
24863
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24864
|
-
padding: 1.5rem;
|
24865
|
-
position: relative;
|
24866
|
-
transition-duration: 0.2s;
|
24867
|
-
transition-property: opacity;
|
24868
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24869
|
-
}
|
24870
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24871
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24872
|
-
}
|
24873
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24874
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24875
|
-
}
|
24876
|
-
@supports not selector(:focus-visible) {
|
24877
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24878
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24879
|
-
}
|
24880
|
-
}
|
24881
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24882
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24883
|
-
}
|
24884
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
24885
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
24886
|
-
}
|
24887
|
-
.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 {
|
24888
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24889
|
-
}
|
24890
|
-
@supports not selector(:focus-visible) {
|
24891
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
24892
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24893
|
-
}
|
24894
|
-
}
|
24895
|
-
.v-stepper--non-linear .v-stepper-item {
|
24896
|
-
opacity: var(--v-high-emphasis-opacity);
|
24897
|
-
}
|
24898
|
-
.v-stepper-item--selected {
|
24899
|
-
opacity: 1;
|
24900
|
-
}
|
24901
|
-
.v-stepper-item--error {
|
24902
|
-
color: rgb(var(--v-theme-error));
|
24903
|
-
}
|
24904
|
-
.v-stepper-item--disabled {
|
24905
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24906
|
-
pointer-events: none;
|
24907
|
-
}
|
24908
|
-
.v-stepper--alt-labels .v-stepper-item {
|
24909
|
-
flex-direction: column;
|
24910
|
-
justify-content: flex-start;
|
24911
|
-
align-items: center;
|
24912
|
-
flex-basis: 175px;
|
24913
|
-
}
|
24914
|
-
|
24915
|
-
.v-stepper-item__avatar.v-avatar {
|
24916
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24917
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24918
|
-
font-size: 0.75rem;
|
24919
|
-
margin-inline-end: 8px;
|
24920
|
-
}
|
24921
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
24922
|
-
font-size: 0.875rem;
|
24923
|
-
}
|
24924
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24925
|
-
background: rgb(var(--v-theme-surface-variant));
|
24926
|
-
}
|
24927
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24928
|
-
background: rgb(var(--v-theme-error));
|
24929
|
-
}
|
24930
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24931
|
-
margin-bottom: 16px;
|
24932
|
-
margin-inline-end: 0;
|
24933
|
-
}
|
24934
|
-
|
24935
|
-
.v-stepper-item__title {
|
24936
|
-
line-height: 1;
|
24937
|
-
}
|
24938
|
-
.v-stepper--mobile .v-stepper-item__title {
|
24939
|
-
display: none;
|
24940
|
-
}
|
24941
|
-
|
24942
|
-
.v-stepper-item__subtitle {
|
24943
|
-
font-size: 0.75rem;
|
24944
|
-
text-align: left;
|
24945
|
-
line-height: 1;
|
24946
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24947
|
-
}
|
24948
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24949
|
-
text-align: center;
|
24950
|
-
}
|
24951
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
24952
|
-
display: none;
|
24747
|
+
.v-snackbar-transition-leave-active {
|
24748
|
+
transition-property: opacity;
|
24953
24749
|
}
|
24954
|
-
|
24955
|
-
.v-stepper-item__overlay {
|
24956
|
-
background-color: currentColor;
|
24957
|
-
border-radius: inherit;
|
24750
|
+
.v-snackbar-transition-leave-to {
|
24958
24751
|
opacity: 0;
|
24959
|
-
|
24752
|
+
}.v-slide-group {
|
24753
|
+
display: flex;
|
24754
|
+
overflow: hidden;
|
24960
24755
|
}
|
24961
24756
|
|
24962
|
-
.v-
|
24963
|
-
.v-
|
24964
|
-
position: absolute;
|
24965
|
-
top: 0;
|
24966
|
-
left: 0;
|
24967
|
-
width: 100%;
|
24968
|
-
height: 100%;
|
24969
|
-
pointer-events: none;
|
24970
|
-
}.v-system-bar {
|
24757
|
+
.v-slide-group__next,
|
24758
|
+
.v-slide-group__prev {
|
24971
24759
|
align-items: center;
|
24972
24760
|
display: flex;
|
24973
|
-
flex:
|
24974
|
-
|
24975
|
-
|
24976
|
-
|
24977
|
-
|
24761
|
+
flex: 0 1 52px;
|
24762
|
+
justify-content: center;
|
24763
|
+
min-width: 52px;
|
24764
|
+
cursor: pointer;
|
24765
|
+
}
|
24766
|
+
.v-slide-group__next--disabled,
|
24767
|
+
.v-slide-group__prev--disabled {
|
24768
|
+
pointer-events: none;
|
24769
|
+
opacity: var(--v-disabled-opacity);
|
24770
|
+
}
|
24771
|
+
|
24772
|
+
.v-slide-group__content {
|
24773
|
+
display: flex;
|
24774
|
+
flex: 1 0 auto;
|
24978
24775
|
position: relative;
|
24979
|
-
|
24980
|
-
|
24981
|
-
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));
|
24982
|
-
background: rgba(var(--v-theme-surface-light));
|
24983
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24984
|
-
font-size: 0.75rem;
|
24985
|
-
font-weight: 400;
|
24986
|
-
letter-spacing: 0.0333333333em;
|
24987
|
-
line-height: 1.667;
|
24988
|
-
text-transform: none;
|
24776
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24777
|
+
white-space: nowrap;
|
24989
24778
|
}
|
24990
|
-
.v-
|
24991
|
-
|
24779
|
+
.v-slide-group__content > * {
|
24780
|
+
white-space: initial;
|
24992
24781
|
}
|
24993
|
-
|
24994
|
-
|
24782
|
+
|
24783
|
+
.v-slide-group__container {
|
24784
|
+
contain: content;
|
24785
|
+
display: flex;
|
24786
|
+
flex: 1 1 auto;
|
24787
|
+
overflow-x: auto;
|
24788
|
+
overflow-y: hidden;
|
24789
|
+
scrollbar-width: none;
|
24790
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24995
24791
|
}
|
24996
|
-
.v-
|
24997
|
-
|
24792
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24793
|
+
display: none;
|
24998
24794
|
}
|
24999
|
-
|
25000
|
-
|
24795
|
+
|
24796
|
+
.v-slide-group--vertical {
|
24797
|
+
max-height: inherit;
|
25001
24798
|
}
|
25002
|
-
.v-
|
25003
|
-
|
24799
|
+
.v-slide-group--vertical,
|
24800
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24801
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24802
|
+
flex-direction: column;
|
25004
24803
|
}
|
25005
|
-
.v-
|
25006
|
-
|
24804
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24805
|
+
overflow-x: hidden;
|
24806
|
+
overflow-y: auto;
|
25007
24807
|
}.v-speed-dial__content {
|
25008
24808
|
gap: 8px;
|
25009
24809
|
}
|
@@ -25225,144 +25025,169 @@ html.v-overlay-scroll-blocked {
|
|
25225
25025
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25226
25026
|
border-width: 0;
|
25227
25027
|
}
|
25228
|
-
}.v-
|
25229
|
-
|
25230
|
-
|
25231
|
-
|
25232
|
-
transition-duration: 0.28s;
|
25233
|
-
transition-property: box-shadow, opacity, background, height;
|
25234
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25028
|
+
}.v-stepper.v-sheet {
|
25029
|
+
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));
|
25030
|
+
border-radius: 4px;
|
25031
|
+
overflow: hidden;
|
25235
25032
|
}
|
25236
|
-
.v-
|
25237
|
-
|
25033
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
25034
|
+
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));
|
25238
25035
|
}
|
25239
|
-
|
25240
|
-
|
25036
|
+
|
25037
|
+
.v-stepper-header {
|
25038
|
+
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));
|
25039
|
+
align-items: center;
|
25040
|
+
display: flex;
|
25041
|
+
position: relative;
|
25042
|
+
overflow-x: auto;
|
25043
|
+
justify-content: space-between;
|
25044
|
+
z-index: 1;
|
25241
25045
|
}
|
25242
|
-
.v-
|
25243
|
-
|
25244
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25046
|
+
.v-stepper-header .v-divider {
|
25047
|
+
margin: 0 -16px;
|
25245
25048
|
}
|
25246
|
-
.v-
|
25247
|
-
|
25248
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25049
|
+
.v-stepper-header .v-divider:last-child {
|
25050
|
+
margin-inline-end: 0;
|
25249
25051
|
}
|
25250
|
-
.v-
|
25251
|
-
|
25052
|
+
.v-stepper-header .v-divider:first-child {
|
25053
|
+
margin-inline-start: 0;
|
25252
25054
|
}
|
25253
|
-
.v-
|
25254
|
-
|
25255
|
-
position: absolute;
|
25256
|
-
top: 0;
|
25257
|
-
left: 0;
|
25258
|
-
width: 100%;
|
25259
|
-
height: 100%;
|
25260
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25261
|
-
pointer-events: none;
|
25055
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25056
|
+
height: auto;
|
25262
25057
|
}
|
25263
|
-
.v-
|
25264
|
-
|
25265
|
-
|
25266
|
-
z-index: 1;
|
25058
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25059
|
+
align-self: flex-start;
|
25060
|
+
margin: 35px -67px 0;
|
25267
25061
|
}
|
25268
|
-
|
25269
|
-
.v-
|
25270
|
-
|
25271
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25062
|
+
|
25063
|
+
.v-stepper-window {
|
25064
|
+
margin: 1.5rem;
|
25272
25065
|
}
|
25273
25066
|
|
25274
|
-
.v-
|
25275
|
-
border-radius: inherit;
|
25276
|
-
line-height: 1.5;
|
25277
|
-
max-width: 100%;
|
25067
|
+
.v-stepper-actions {
|
25278
25068
|
display: flex;
|
25279
|
-
|
25069
|
+
align-items: center;
|
25070
|
+
justify-content: space-between;
|
25071
|
+
padding: 1rem;
|
25280
25072
|
}
|
25281
|
-
.v-
|
25282
|
-
|
25283
|
-
border-spacing: 0;
|
25073
|
+
.v-stepper .v-stepper-actions {
|
25074
|
+
padding: 0 1.5rem 1rem;
|
25284
25075
|
}
|
25285
|
-
.v-
|
25286
|
-
|
25287
|
-
.v-
|
25288
|
-
|
25289
|
-
|
25290
|
-
|
25291
|
-
|
25292
|
-
|
25293
|
-
|
25076
|
+
.v-stepper-window-item .v-stepper-actions {
|
25077
|
+
padding: 1.5rem 0 0;
|
25078
|
+
}.v-stepper-item {
|
25079
|
+
align-items: center;
|
25080
|
+
align-self: stretch;
|
25081
|
+
display: inline-flex;
|
25082
|
+
flex: none;
|
25083
|
+
outline: none;
|
25084
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25085
|
+
padding: 1.5rem;
|
25086
|
+
position: relative;
|
25087
|
+
transition-duration: 0.2s;
|
25088
|
+
transition-property: opacity;
|
25294
25089
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25295
25090
|
}
|
25296
|
-
.v-
|
25297
|
-
|
25298
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25299
|
-
height: var(--v-table-row-height);
|
25091
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25092
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25300
25093
|
}
|
25301
|
-
.v-
|
25302
|
-
|
25303
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25304
|
-
height: var(--v-table-header-height);
|
25305
|
-
font-weight: 500;
|
25306
|
-
-webkit-user-select: none;
|
25307
|
-
user-select: none;
|
25308
|
-
text-align: start;
|
25094
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25095
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25309
25096
|
}
|
25310
|
-
|
25311
|
-
|
25312
|
-
|
25097
|
+
@supports not selector(:focus-visible) {
|
25098
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25099
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25100
|
+
}
|
25313
25101
|
}
|
25314
|
-
|
25315
|
-
|
25316
|
-
|
25317
|
-
|
25102
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25103
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25104
|
+
}
|
25105
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25106
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25107
|
+
}
|
25108
|
+
.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 {
|
25109
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25110
|
+
}
|
25111
|
+
@supports not selector(:focus-visible) {
|
25112
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25113
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25114
|
+
}
|
25115
|
+
}
|
25116
|
+
.v-stepper--non-linear .v-stepper-item {
|
25117
|
+
opacity: var(--v-high-emphasis-opacity);
|
25118
|
+
}
|
25119
|
+
.v-stepper-item--selected {
|
25120
|
+
opacity: 1;
|
25121
|
+
}
|
25122
|
+
.v-stepper-item--error {
|
25123
|
+
color: rgb(var(--v-theme-error));
|
25124
|
+
}
|
25125
|
+
.v-stepper-item--disabled {
|
25126
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25127
|
+
pointer-events: none;
|
25128
|
+
}
|
25129
|
+
.v-stepper--alt-labels .v-stepper-item {
|
25130
|
+
flex-direction: column;
|
25131
|
+
justify-content: flex-start;
|
25132
|
+
align-items: center;
|
25133
|
+
flex-basis: 175px;
|
25318
25134
|
}
|
25319
25135
|
|
25320
|
-
.v-
|
25321
|
-
--v-
|
25322
|
-
--v-
|
25136
|
+
.v-stepper-item__avatar.v-avatar {
|
25137
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25138
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25139
|
+
font-size: 0.75rem;
|
25140
|
+
margin-inline-end: 8px;
|
25323
25141
|
}
|
25324
|
-
|
25325
|
-
|
25326
|
-
border-radius: inherit;
|
25327
|
-
overflow: auto;
|
25328
|
-
flex: 1 1 auto;
|
25142
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
25143
|
+
font-size: 0.875rem;
|
25329
25144
|
}
|
25330
|
-
|
25331
|
-
|
25332
|
-
border-top-left-radius: 0;
|
25145
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
25146
|
+
background: rgb(var(--v-theme-surface-variant));
|
25333
25147
|
}
|
25334
|
-
.v-
|
25335
|
-
|
25148
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
25149
|
+
background: rgb(var(--v-theme-error));
|
25150
|
+
}
|
25151
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25152
|
+
margin-bottom: 16px;
|
25153
|
+
margin-inline-end: 0;
|
25336
25154
|
}
|
25337
25155
|
|
25338
|
-
.v-
|
25339
|
-
|
25156
|
+
.v-stepper-item__title {
|
25157
|
+
line-height: 1;
|
25340
25158
|
}
|
25341
|
-
.v-
|
25342
|
-
|
25159
|
+
.v-stepper--mobile .v-stepper-item__title {
|
25160
|
+
display: none;
|
25343
25161
|
}
|
25344
25162
|
|
25345
|
-
.v-
|
25346
|
-
|
25163
|
+
.v-stepper-item__subtitle {
|
25164
|
+
font-size: 0.75rem;
|
25165
|
+
text-align: left;
|
25166
|
+
line-height: 1;
|
25167
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25347
25168
|
}
|
25348
|
-
|
25349
|
-
|
25350
|
-
position: sticky;
|
25351
|
-
top: 0;
|
25352
|
-
z-index: 2;
|
25169
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25170
|
+
text-align: center;
|
25353
25171
|
}
|
25354
|
-
.v-
|
25355
|
-
|
25172
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
25173
|
+
display: none;
|
25356
25174
|
}
|
25357
25175
|
|
25358
|
-
.v-
|
25359
|
-
|
25360
|
-
|
25361
|
-
|
25176
|
+
.v-stepper-item__overlay {
|
25177
|
+
background-color: currentColor;
|
25178
|
+
border-radius: inherit;
|
25179
|
+
opacity: 0;
|
25180
|
+
transition: opacity 0.2s ease-in-out;
|
25362
25181
|
}
|
25363
|
-
|
25364
|
-
.v-
|
25365
|
-
|
25182
|
+
|
25183
|
+
.v-stepper-item__overlay,
|
25184
|
+
.v-stepper-item__underlay {
|
25185
|
+
position: absolute;
|
25186
|
+
top: 0;
|
25187
|
+
left: 0;
|
25188
|
+
width: 100%;
|
25189
|
+
height: 100%;
|
25190
|
+
pointer-events: none;
|
25366
25191
|
}.v-tab.v-tab.v-btn {
|
25367
25192
|
height: var(--v-tabs-height);
|
25368
25193
|
border-radius: 0;
|
@@ -25458,6 +25283,43 @@ html.v-overlay-scroll-blocked {
|
|
25458
25283
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25459
25284
|
margin-inline-end: 52px;
|
25460
25285
|
}
|
25286
|
+
}.v-system-bar {
|
25287
|
+
align-items: center;
|
25288
|
+
display: flex;
|
25289
|
+
flex: 1 1 auto;
|
25290
|
+
height: 24px;
|
25291
|
+
justify-content: flex-end;
|
25292
|
+
max-width: 100%;
|
25293
|
+
padding-inline: 8px;
|
25294
|
+
position: relative;
|
25295
|
+
text-align: end;
|
25296
|
+
width: 100%;
|
25297
|
+
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));
|
25298
|
+
background: rgba(var(--v-theme-surface-light));
|
25299
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25300
|
+
font-size: 0.75rem;
|
25301
|
+
font-weight: 400;
|
25302
|
+
letter-spacing: 0.0333333333em;
|
25303
|
+
line-height: 1.667;
|
25304
|
+
text-transform: none;
|
25305
|
+
}
|
25306
|
+
.v-system-bar .v-icon {
|
25307
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25308
|
+
}
|
25309
|
+
.v-system-bar--absolute {
|
25310
|
+
position: absolute;
|
25311
|
+
}
|
25312
|
+
.v-system-bar--fixed {
|
25313
|
+
position: fixed;
|
25314
|
+
}
|
25315
|
+
.v-system-bar--rounded {
|
25316
|
+
border-radius: 0;
|
25317
|
+
}
|
25318
|
+
.v-system-bar--window {
|
25319
|
+
height: 32px;
|
25320
|
+
}
|
25321
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25322
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25461
25323
|
}/* region BLOCK */
|
25462
25324
|
.v-text-field input {
|
25463
25325
|
color: inherit;
|
@@ -25498,72 +25360,213 @@ html.v-overlay-scroll-blocked {
|
|
25498
25360
|
transition: none;
|
25499
25361
|
}
|
25500
25362
|
|
25501
|
-
/* endregion */
|
25502
|
-
/* region ELEMENTS */
|
25503
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25504
|
-
align-items: center;
|
25505
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25506
|
-
cursor: default;
|
25507
|
-
display: flex;
|
25508
|
-
opacity: 0;
|
25509
|
-
transition: inherit;
|
25510
|
-
white-space: nowrap;
|
25511
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25512
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25513
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25363
|
+
/* endregion */
|
25364
|
+
/* region ELEMENTS */
|
25365
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25366
|
+
align-items: center;
|
25367
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25368
|
+
cursor: default;
|
25369
|
+
display: flex;
|
25370
|
+
opacity: 0;
|
25371
|
+
transition: inherit;
|
25372
|
+
white-space: nowrap;
|
25373
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25374
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25375
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25376
|
+
}
|
25377
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25378
|
+
opacity: 1;
|
25379
|
+
}
|
25380
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25381
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25382
|
+
}
|
25383
|
+
.v-text-field__prefix {
|
25384
|
+
padding-inline-start: var(--v-field-padding-start);
|
25385
|
+
}
|
25386
|
+
.v-text-field__suffix {
|
25387
|
+
padding-inline-end: var(--v-field-padding-end);
|
25388
|
+
}
|
25389
|
+
|
25390
|
+
/* endregion */.v-textarea .v-field {
|
25391
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25392
|
+
}
|
25393
|
+
.v-textarea .v-field__field {
|
25394
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25395
|
+
}
|
25396
|
+
.v-textarea .v-field__input {
|
25397
|
+
flex: 1 1 auto;
|
25398
|
+
outline: none;
|
25399
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25400
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25401
|
+
}
|
25402
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25403
|
+
visibility: hidden;
|
25404
|
+
position: absolute;
|
25405
|
+
top: 0;
|
25406
|
+
left: 0;
|
25407
|
+
height: 0 !important;
|
25408
|
+
min-height: 0 !important;
|
25409
|
+
pointer-events: none;
|
25410
|
+
}
|
25411
|
+
.v-textarea--no-resize .v-field__input {
|
25412
|
+
resize: none;
|
25413
|
+
}
|
25414
|
+
.v-textarea .v-field--no-label textarea,
|
25415
|
+
.v-textarea .v-field--active textarea {
|
25416
|
+
opacity: 1;
|
25417
|
+
}
|
25418
|
+
.v-textarea textarea {
|
25419
|
+
opacity: 0;
|
25420
|
+
flex: 1;
|
25421
|
+
min-width: 0;
|
25422
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25423
|
+
}
|
25424
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25425
|
+
outline: none;
|
25426
|
+
}
|
25427
|
+
.v-textarea textarea:invalid {
|
25428
|
+
box-shadow: none;
|
25429
|
+
}.v-table {
|
25430
|
+
background: rgb(var(--v-theme-surface));
|
25431
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25432
|
+
font-size: 0.875rem;
|
25433
|
+
transition-duration: 0.28s;
|
25434
|
+
transition-property: box-shadow, opacity, background, height;
|
25435
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25436
|
+
}
|
25437
|
+
.v-table .v-table-divider {
|
25438
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25439
|
+
}
|
25440
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
25441
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25442
|
+
}
|
25443
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25444
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25445
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25446
|
+
}
|
25447
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25448
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25449
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25450
|
+
}
|
25451
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25452
|
+
position: relative;
|
25453
|
+
}
|
25454
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25455
|
+
content: "";
|
25456
|
+
position: absolute;
|
25457
|
+
top: 0;
|
25458
|
+
left: 0;
|
25459
|
+
width: 100%;
|
25460
|
+
height: 100%;
|
25461
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25462
|
+
pointer-events: none;
|
25463
|
+
}
|
25464
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25465
|
+
background: rgb(var(--v-theme-surface));
|
25466
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25467
|
+
z-index: 1;
|
25468
|
+
}
|
25469
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25470
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25471
|
+
background: rgb(var(--v-theme-surface));
|
25472
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25473
|
+
}
|
25474
|
+
|
25475
|
+
.v-table {
|
25476
|
+
border-radius: inherit;
|
25477
|
+
line-height: 1.5;
|
25478
|
+
max-width: 100%;
|
25479
|
+
display: flex;
|
25480
|
+
flex-direction: column;
|
25481
|
+
}
|
25482
|
+
.v-table > .v-table__wrapper > table {
|
25483
|
+
width: 100%;
|
25484
|
+
border-spacing: 0;
|
25485
|
+
}
|
25486
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25487
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25488
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25489
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25490
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25491
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25492
|
+
padding: 0 16px;
|
25493
|
+
transition-duration: 0.28s;
|
25494
|
+
transition-property: box-shadow, opacity, background, height;
|
25495
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25496
|
+
}
|
25497
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25498
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25499
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25500
|
+
height: var(--v-table-row-height);
|
25501
|
+
}
|
25502
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25503
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25504
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25505
|
+
height: var(--v-table-header-height);
|
25506
|
+
font-weight: 500;
|
25507
|
+
-webkit-user-select: none;
|
25508
|
+
user-select: none;
|
25509
|
+
text-align: start;
|
25510
|
+
}
|
25511
|
+
.v-table--density-default {
|
25512
|
+
--v-table-header-height: 56px;
|
25513
|
+
--v-table-row-height: 52px;
|
25514
|
+
}
|
25515
|
+
|
25516
|
+
.v-table--density-comfortable {
|
25517
|
+
--v-table-header-height: 48px;
|
25518
|
+
--v-table-row-height: 44px;
|
25514
25519
|
}
|
25515
|
-
|
25516
|
-
|
25520
|
+
|
25521
|
+
.v-table--density-compact {
|
25522
|
+
--v-table-header-height: 40px;
|
25523
|
+
--v-table-row-height: 36px;
|
25517
25524
|
}
|
25518
|
-
|
25519
|
-
|
25525
|
+
|
25526
|
+
.v-table__wrapper {
|
25527
|
+
border-radius: inherit;
|
25528
|
+
overflow: auto;
|
25529
|
+
flex: 1 1 auto;
|
25520
25530
|
}
|
25521
|
-
|
25522
|
-
|
25531
|
+
|
25532
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
25533
|
+
border-top-left-radius: 0;
|
25523
25534
|
}
|
25524
|
-
.v-
|
25525
|
-
|
25535
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
25536
|
+
border-top-right-radius: 0;
|
25526
25537
|
}
|
25527
25538
|
|
25528
|
-
|
25529
|
-
|
25539
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
25540
|
+
border-bottom-left-radius: 0;
|
25530
25541
|
}
|
25531
|
-
.v-
|
25532
|
-
|
25542
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
25543
|
+
border-bottom-right-radius: 0;
|
25533
25544
|
}
|
25534
|
-
|
25535
|
-
|
25536
|
-
|
25537
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25538
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25545
|
+
|
25546
|
+
.v-table--fixed-height > .v-table__wrapper {
|
25547
|
+
overflow-y: auto;
|
25539
25548
|
}
|
25540
|
-
|
25541
|
-
|
25542
|
-
position:
|
25549
|
+
|
25550
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25551
|
+
position: sticky;
|
25543
25552
|
top: 0;
|
25544
|
-
|
25545
|
-
height: 0 !important;
|
25546
|
-
min-height: 0 !important;
|
25547
|
-
pointer-events: none;
|
25548
|
-
}
|
25549
|
-
.v-textarea--no-resize .v-field__input {
|
25550
|
-
resize: none;
|
25551
|
-
}
|
25552
|
-
.v-textarea .v-field--no-label textarea,
|
25553
|
-
.v-textarea .v-field--active textarea {
|
25554
|
-
opacity: 1;
|
25553
|
+
z-index: 2;
|
25555
25554
|
}
|
25556
|
-
.v-
|
25557
|
-
|
25558
|
-
flex: 1;
|
25559
|
-
min-width: 0;
|
25560
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25555
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25556
|
+
border-bottom: 0px !important;
|
25561
25557
|
}
|
25562
|
-
|
25563
|
-
|
25558
|
+
|
25559
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25560
|
+
position: sticky;
|
25561
|
+
bottom: 0;
|
25562
|
+
z-index: 1;
|
25564
25563
|
}
|
25565
|
-
.v-
|
25566
|
-
|
25564
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25565
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25566
|
+
border-top: 0px !important;
|
25567
|
+
}.v-theme-provider {
|
25568
|
+
background: rgb(var(--v-theme-background));
|
25569
|
+
color: rgb(var(--v-theme-on-background));
|
25567
25570
|
}.v-toolbar {
|
25568
25571
|
align-items: flex-start;
|
25569
25572
|
display: flex;
|
@@ -25693,9 +25696,28 @@ html.v-overlay-scroll-blocked {
|
|
25693
25696
|
}
|
25694
25697
|
.v-toolbar-items > .v-btn {
|
25695
25698
|
border-radius: 0;
|
25696
|
-
}.v-
|
25697
|
-
background: rgb(var(--v-theme-
|
25698
|
-
color: rgb(var(--v-theme-on-
|
25699
|
+
}.v-tooltip > .v-overlay__content {
|
25700
|
+
background: rgb(var(--v-theme-surface-variant));
|
25701
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25702
|
+
border-radius: 4px;
|
25703
|
+
font-size: 0.875rem;
|
25704
|
+
line-height: 1.6;
|
25705
|
+
display: inline-block;
|
25706
|
+
padding: 5px 16px;
|
25707
|
+
text-transform: initial;
|
25708
|
+
width: auto;
|
25709
|
+
opacity: 1;
|
25710
|
+
pointer-events: none;
|
25711
|
+
transition-property: opacity, transform;
|
25712
|
+
overflow-wrap: break-word;
|
25713
|
+
}
|
25714
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25715
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25716
|
+
transition-duration: 150ms;
|
25717
|
+
}
|
25718
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25719
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25720
|
+
transition-duration: 75ms;
|
25699
25721
|
}.v-timeline .v-timeline-divider__dot {
|
25700
25722
|
background: rgb(var(--v-theme-surface-light));
|
25701
25723
|
}
|
@@ -26112,37 +26134,6 @@ html.v-overlay-scroll-blocked {
|
|
26112
26134
|
|
26113
26135
|
.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 {
|
26114
26136
|
padding-inline-end: 0;
|
26115
|
-
}.v-tooltip > .v-overlay__content {
|
26116
|
-
background: rgb(var(--v-theme-surface-variant));
|
26117
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26118
|
-
border-radius: 4px;
|
26119
|
-
font-size: 0.875rem;
|
26120
|
-
line-height: 1.6;
|
26121
|
-
display: inline-block;
|
26122
|
-
padding: 5px 16px;
|
26123
|
-
text-transform: initial;
|
26124
|
-
width: auto;
|
26125
|
-
opacity: 1;
|
26126
|
-
pointer-events: none;
|
26127
|
-
transition-property: opacity, transform;
|
26128
|
-
overflow-wrap: break-word;
|
26129
|
-
}
|
26130
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26131
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26132
|
-
transition-duration: 150ms;
|
26133
|
-
}
|
26134
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26135
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26136
|
-
transition-duration: 75ms;
|
26137
|
-
}.v-virtual-scroll {
|
26138
|
-
display: block;
|
26139
|
-
flex: 1 1 auto;
|
26140
|
-
max-width: 100%;
|
26141
|
-
overflow: auto;
|
26142
|
-
position: relative;
|
26143
|
-
}
|
26144
|
-
.v-virtual-scroll__container {
|
26145
|
-
display: block;
|
26146
26137
|
}.v-window {
|
26147
26138
|
overflow: hidden;
|
26148
26139
|
}
|
@@ -26213,56 +26204,15 @@ html.v-overlay-scroll-blocked {
|
|
26213
26204
|
}
|
26214
26205
|
.v-window-y-reverse-transition-leave-to {
|
26215
26206
|
transform: translateY(100%);
|
26216
|
-
}.v-
|
26217
|
-
display:
|
26207
|
+
}.v-virtual-scroll {
|
26208
|
+
display: block;
|
26209
|
+
flex: 1 1 auto;
|
26210
|
+
max-width: 100%;
|
26211
|
+
overflow: auto;
|
26218
26212
|
position: relative;
|
26219
|
-
overflow: hidden;
|
26220
|
-
contain: content;
|
26221
|
-
touch-action: none;
|
26222
|
-
}
|
26223
|
-
.v-color-picker-canvas__dot {
|
26224
|
-
position: absolute;
|
26225
|
-
top: 0;
|
26226
|
-
left: 0;
|
26227
|
-
width: 15px;
|
26228
|
-
height: 15px;
|
26229
|
-
background: transparent;
|
26230
|
-
border-radius: 50%;
|
26231
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26232
|
-
}
|
26233
|
-
.v-color-picker-canvas__dot--disabled {
|
26234
|
-
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);
|
26235
|
-
}
|
26236
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26237
|
-
will-change: transform;
|
26238
|
-
}.v-color-picker-edit {
|
26239
|
-
display: flex;
|
26240
|
-
margin-top: 24px;
|
26241
|
-
}
|
26242
|
-
|
26243
|
-
.v-color-picker-edit__input {
|
26244
|
-
width: 100%;
|
26245
|
-
display: flex;
|
26246
|
-
flex-wrap: wrap;
|
26247
|
-
justify-content: center;
|
26248
|
-
text-align: center;
|
26249
|
-
}
|
26250
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26251
|
-
margin-inline-end: 8px;
|
26252
|
-
}
|
26253
|
-
.v-color-picker-edit__input input {
|
26254
|
-
border-radius: 4px;
|
26255
|
-
margin-bottom: 8px;
|
26256
|
-
min-width: 0;
|
26257
|
-
outline: none;
|
26258
|
-
text-align: center;
|
26259
|
-
width: 100%;
|
26260
|
-
height: 32px;
|
26261
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26262
|
-
color: rgba(var(--v-theme-on-surface));
|
26263
26213
|
}
|
26264
|
-
.v-
|
26265
|
-
|
26214
|
+
.v-virtual-scroll__container {
|
26215
|
+
display: block;
|
26266
26216
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26267
26217
|
background-color: transparent !important;
|
26268
26218
|
}
|
@@ -26368,6 +26318,56 @@ html.v-overlay-scroll-blocked {
|
|
26368
26318
|
justify-content: center;
|
26369
26319
|
width: 100%;
|
26370
26320
|
height: 100%;
|
26321
|
+
}.v-color-picker-canvas {
|
26322
|
+
display: flex;
|
26323
|
+
position: relative;
|
26324
|
+
overflow: hidden;
|
26325
|
+
contain: content;
|
26326
|
+
touch-action: none;
|
26327
|
+
}
|
26328
|
+
.v-color-picker-canvas__dot {
|
26329
|
+
position: absolute;
|
26330
|
+
top: 0;
|
26331
|
+
left: 0;
|
26332
|
+
width: 15px;
|
26333
|
+
height: 15px;
|
26334
|
+
background: transparent;
|
26335
|
+
border-radius: 50%;
|
26336
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26337
|
+
}
|
26338
|
+
.v-color-picker-canvas__dot--disabled {
|
26339
|
+
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);
|
26340
|
+
}
|
26341
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26342
|
+
will-change: transform;
|
26343
|
+
}.v-color-picker-edit {
|
26344
|
+
display: flex;
|
26345
|
+
margin-top: 24px;
|
26346
|
+
}
|
26347
|
+
|
26348
|
+
.v-color-picker-edit__input {
|
26349
|
+
width: 100%;
|
26350
|
+
display: flex;
|
26351
|
+
flex-wrap: wrap;
|
26352
|
+
justify-content: center;
|
26353
|
+
text-align: center;
|
26354
|
+
}
|
26355
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26356
|
+
margin-inline-end: 8px;
|
26357
|
+
}
|
26358
|
+
.v-color-picker-edit__input input {
|
26359
|
+
border-radius: 4px;
|
26360
|
+
margin-bottom: 8px;
|
26361
|
+
min-width: 0;
|
26362
|
+
outline: none;
|
26363
|
+
text-align: center;
|
26364
|
+
width: 100%;
|
26365
|
+
height: 32px;
|
26366
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26367
|
+
color: rgba(var(--v-theme-on-surface));
|
26368
|
+
}
|
26369
|
+
.v-color-picker-edit__input span {
|
26370
|
+
font-size: 0.75rem;
|
26371
26371
|
}.v-slider-thumb {
|
26372
26372
|
touch-action: none;
|
26373
26373
|
color: rgb(var(--v-theme-surface-variant));
|