@vuetify/nightly 3.5.3-dev.2024-02-25 → 3.5.3-dev.2024-03-03
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 +3 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1193 -1193
- package/dist/vuetify-labs.esm.js +5 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1059 -1059
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/icons.mjs +2 -1
- package/lib/composables/icons.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/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-03-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17468,34 +17468,6 @@ html.overflow-y-hidden {
|
|
|
17468
17468
|
padding-bottom: 16px;
|
|
17469
17469
|
font-weight: 600;
|
|
17470
17470
|
letter-spacing: 0.1666666667em;
|
|
17471
|
-
}.v-application {
|
|
17472
|
-
display: flex;
|
|
17473
|
-
background: rgb(var(--v-theme-background));
|
|
17474
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17475
|
-
}
|
|
17476
|
-
|
|
17477
|
-
.v-application__wrap {
|
|
17478
|
-
-webkit-backface-visibility: hidden;
|
|
17479
|
-
backface-visibility: hidden;
|
|
17480
|
-
display: flex;
|
|
17481
|
-
flex-direction: column;
|
|
17482
|
-
flex: 1 1 auto;
|
|
17483
|
-
max-width: 100%;
|
|
17484
|
-
min-height: 100vh;
|
|
17485
|
-
min-height: 100dvh;
|
|
17486
|
-
position: relative;
|
|
17487
|
-
}.v-app-bar {
|
|
17488
|
-
display: flex;
|
|
17489
|
-
}
|
|
17490
|
-
.v-app-bar.v-toolbar {
|
|
17491
|
-
background: rgb(var(--v-theme-surface));
|
|
17492
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17493
|
-
}
|
|
17494
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17495
|
-
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));
|
|
17496
|
-
}
|
|
17497
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17498
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17499
17471
|
}.v-alert {
|
|
17500
17472
|
display: grid;
|
|
17501
17473
|
flex: 1 1;
|
|
@@ -17706,61 +17678,34 @@ html.overflow-y-hidden {
|
|
|
17706
17678
|
text-transform: none;
|
|
17707
17679
|
word-break: normal;
|
|
17708
17680
|
word-wrap: break-word;
|
|
17709
|
-
}.v-
|
|
17681
|
+
}.v-app-bar {
|
|
17710
17682
|
display: flex;
|
|
17711
|
-
|
|
17712
|
-
|
|
17713
|
-
position: absolute;
|
|
17714
|
-
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17715
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17716
|
-
border-style: solid;
|
|
17717
|
-
border-width: 0;
|
|
17718
|
-
border-radius: 0;
|
|
17683
|
+
}
|
|
17684
|
+
.v-app-bar.v-toolbar {
|
|
17719
17685
|
background: rgb(var(--v-theme-surface));
|
|
17720
17686
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17721
17687
|
}
|
|
17722
|
-
.v-
|
|
17723
|
-
border-width: thin;
|
|
17724
|
-
box-shadow: none;
|
|
17725
|
-
}
|
|
17726
|
-
.v-bottom-navigation--active {
|
|
17688
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17727
17689
|
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));
|
|
17728
17690
|
}
|
|
17729
|
-
|
|
17730
|
-
|
|
17691
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17692
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17693
|
+
}.v-application {
|
|
17731
17694
|
display: flex;
|
|
17732
|
-
|
|
17733
|
-
|
|
17734
|
-
justify-content: center;
|
|
17735
|
-
transition: inherit;
|
|
17736
|
-
width: 100%;
|
|
17737
|
-
}
|
|
17738
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
17739
|
-
font-size: inherit;
|
|
17740
|
-
height: 100%;
|
|
17741
|
-
max-width: 168px;
|
|
17742
|
-
min-width: 80px;
|
|
17743
|
-
text-transform: none;
|
|
17744
|
-
transition: inherit;
|
|
17745
|
-
width: auto;
|
|
17746
|
-
border-radius: 0;
|
|
17747
|
-
}
|
|
17748
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
17749
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17750
|
-
transition: inherit;
|
|
17751
|
-
}
|
|
17752
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17753
|
-
font-size: 1.5rem;
|
|
17754
|
-
}
|
|
17755
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
17756
|
-
flex-grow: 1;
|
|
17757
|
-
}
|
|
17758
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17759
|
-
transition: inherit;
|
|
17760
|
-
opacity: 0;
|
|
17695
|
+
background: rgb(var(--v-theme-background));
|
|
17696
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17761
17697
|
}
|
|
17762
|
-
|
|
17763
|
-
|
|
17698
|
+
|
|
17699
|
+
.v-application__wrap {
|
|
17700
|
+
-webkit-backface-visibility: hidden;
|
|
17701
|
+
backface-visibility: hidden;
|
|
17702
|
+
display: flex;
|
|
17703
|
+
flex-direction: column;
|
|
17704
|
+
flex: 1 1 auto;
|
|
17705
|
+
max-width: 100%;
|
|
17706
|
+
min-height: 100vh;
|
|
17707
|
+
min-height: 100dvh;
|
|
17708
|
+
position: relative;
|
|
17764
17709
|
}.v-avatar {
|
|
17765
17710
|
flex: none;
|
|
17766
17711
|
align-items: center;
|
|
@@ -17848,77 +17793,63 @@ html.overflow-y-hidden {
|
|
|
17848
17793
|
.v-avatar .v-img {
|
|
17849
17794
|
height: 100%;
|
|
17850
17795
|
width: 100%;
|
|
17851
|
-
}.v-
|
|
17852
|
-
display:
|
|
17853
|
-
line-height: 1;
|
|
17854
|
-
}
|
|
17855
|
-
|
|
17856
|
-
.v-badge__badge {
|
|
17796
|
+
}.v-breadcrumbs {
|
|
17797
|
+
display: flex;
|
|
17857
17798
|
align-items: center;
|
|
17858
|
-
|
|
17859
|
-
|
|
17860
|
-
font-size: 0.75rem;
|
|
17861
|
-
font-weight: 500;
|
|
17862
|
-
height: 1.25rem;
|
|
17863
|
-
justify-content: center;
|
|
17864
|
-
min-width: 20px;
|
|
17865
|
-
padding: 4px 6px;
|
|
17866
|
-
pointer-events: auto;
|
|
17867
|
-
position: absolute;
|
|
17868
|
-
text-align: center;
|
|
17869
|
-
text-indent: 0;
|
|
17870
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17871
|
-
white-space: nowrap;
|
|
17872
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17873
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17799
|
+
line-height: 1.375rem;
|
|
17800
|
+
padding: 16px 12px;
|
|
17874
17801
|
}
|
|
17875
|
-
.v-
|
|
17876
|
-
border-radius:
|
|
17877
|
-
border-style: solid;
|
|
17878
|
-
border-width: 2px;
|
|
17879
|
-
bottom: 0;
|
|
17880
|
-
color: rgb(var(--v-theme-background));
|
|
17881
|
-
content: "";
|
|
17882
|
-
left: 0;
|
|
17883
|
-
position: absolute;
|
|
17884
|
-
right: 0;
|
|
17885
|
-
top: 0;
|
|
17886
|
-
transform: scale(1.05);
|
|
17802
|
+
.v-breadcrumbs--rounded {
|
|
17803
|
+
border-radius: 4px;
|
|
17887
17804
|
}
|
|
17888
|
-
.v-
|
|
17889
|
-
|
|
17890
|
-
|
|
17891
|
-
min-width: 0;
|
|
17892
|
-
padding: 0;
|
|
17893
|
-
width: 9px;
|
|
17805
|
+
.v-breadcrumbs--density-default {
|
|
17806
|
+
padding-top: 16px;
|
|
17807
|
+
padding-bottom: 16px;
|
|
17894
17808
|
}
|
|
17895
|
-
|
|
17896
|
-
|
|
17809
|
+
|
|
17810
|
+
.v-breadcrumbs--density-comfortable {
|
|
17811
|
+
padding-top: 12px;
|
|
17812
|
+
padding-bottom: 12px;
|
|
17897
17813
|
}
|
|
17898
|
-
|
|
17899
|
-
|
|
17814
|
+
|
|
17815
|
+
.v-breadcrumbs--density-compact {
|
|
17816
|
+
padding-top: 8px;
|
|
17817
|
+
padding-bottom: 8px;
|
|
17818
|
+
}
|
|
17819
|
+
|
|
17820
|
+
.v-breadcrumbs__prepend {
|
|
17821
|
+
align-items: center;
|
|
17822
|
+
display: inline-flex;
|
|
17823
|
+
}
|
|
17824
|
+
|
|
17825
|
+
.v-breadcrumbs-item {
|
|
17826
|
+
align-items: center;
|
|
17827
|
+
color: inherit;
|
|
17828
|
+
display: inline-flex;
|
|
17829
|
+
padding: 0 4px;
|
|
17830
|
+
text-decoration: none;
|
|
17900
17831
|
vertical-align: middle;
|
|
17901
17832
|
}
|
|
17902
|
-
.v-
|
|
17833
|
+
.v-breadcrumbs-item--disabled {
|
|
17834
|
+
opacity: var(--v-disabled-opacity);
|
|
17835
|
+
pointer-events: none;
|
|
17836
|
+
}
|
|
17837
|
+
.v-breadcrumbs-item--link {
|
|
17903
17838
|
color: inherit;
|
|
17904
|
-
|
|
17905
|
-
margin: 0 -2px;
|
|
17839
|
+
text-decoration: none;
|
|
17906
17840
|
}
|
|
17907
|
-
.v-
|
|
17908
|
-
|
|
17909
|
-
height: 100%;
|
|
17910
|
-
width: 100%;
|
|
17841
|
+
.v-breadcrumbs-item--link:hover {
|
|
17842
|
+
text-decoration: underline;
|
|
17911
17843
|
}
|
|
17912
|
-
|
|
17913
|
-
|
|
17914
|
-
|
|
17915
|
-
position: relative;
|
|
17844
|
+
.v-breadcrumbs-item .v-icon {
|
|
17845
|
+
font-size: 1rem;
|
|
17846
|
+
margin-inline: -4px 2px;
|
|
17916
17847
|
}
|
|
17917
|
-
|
|
17918
|
-
|
|
17919
|
-
display: inline-
|
|
17920
|
-
|
|
17921
|
-
|
|
17848
|
+
|
|
17849
|
+
.v-breadcrumbs-divider {
|
|
17850
|
+
display: inline-block;
|
|
17851
|
+
padding: 0 8px;
|
|
17852
|
+
vertical-align: middle;
|
|
17922
17853
|
}.v-banner {
|
|
17923
17854
|
display: grid;
|
|
17924
17855
|
flex: 1 1;
|
|
@@ -18157,50 +18088,164 @@ html.overflow-y-hidden {
|
|
|
18157
18088
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18158
18089
|
opacity: var(--v-high-emphasis-opacity);
|
|
18159
18090
|
transform: rotate(180deg);
|
|
18160
|
-
}.
|
|
18161
|
-
|
|
18162
|
-
|
|
18163
|
-
.bottom-sheet-transition-leave-to {
|
|
18164
|
-
transform: translateY(100%);
|
|
18091
|
+
}.v-badge {
|
|
18092
|
+
display: inline-block;
|
|
18093
|
+
line-height: 1;
|
|
18165
18094
|
}
|
|
18166
18095
|
|
|
18167
|
-
.v-
|
|
18168
|
-
align-
|
|
18169
|
-
|
|
18170
|
-
|
|
18096
|
+
.v-badge__badge {
|
|
18097
|
+
align-items: center;
|
|
18098
|
+
display: inline-flex;
|
|
18099
|
+
border-radius: 10px;
|
|
18100
|
+
font-size: 0.75rem;
|
|
18101
|
+
font-weight: 500;
|
|
18102
|
+
height: 1.25rem;
|
|
18103
|
+
justify-content: center;
|
|
18104
|
+
min-width: 20px;
|
|
18105
|
+
padding: 4px 6px;
|
|
18106
|
+
pointer-events: auto;
|
|
18107
|
+
position: absolute;
|
|
18108
|
+
text-align: center;
|
|
18109
|
+
text-indent: 0;
|
|
18110
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18111
|
+
white-space: nowrap;
|
|
18112
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18113
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18114
|
+
}
|
|
18115
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18116
|
+
border-radius: inherit;
|
|
18117
|
+
border-style: solid;
|
|
18118
|
+
border-width: 2px;
|
|
18119
|
+
bottom: 0;
|
|
18120
|
+
color: rgb(var(--v-theme-background));
|
|
18121
|
+
content: "";
|
|
18171
18122
|
left: 0;
|
|
18123
|
+
position: absolute;
|
|
18172
18124
|
right: 0;
|
|
18173
|
-
|
|
18174
|
-
|
|
18175
|
-
transition-duration: 0.2s;
|
|
18176
|
-
width: 100%;
|
|
18177
|
-
max-width: 100%;
|
|
18178
|
-
overflow: visible;
|
|
18179
|
-
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));
|
|
18180
|
-
}
|
|
18181
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
18182
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
18183
|
-
border-radius: 0;
|
|
18184
|
-
}
|
|
18185
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18186
|
-
max-width: none;
|
|
18125
|
+
top: 0;
|
|
18126
|
+
transform: scale(1.05);
|
|
18187
18127
|
}
|
|
18188
|
-
|
|
18189
|
-
|
|
18190
|
-
|
|
18191
|
-
|
|
18192
|
-
|
|
18193
|
-
|
|
18128
|
+
.v-badge--dot .v-badge__badge {
|
|
18129
|
+
border-radius: 4.5px;
|
|
18130
|
+
height: 9px;
|
|
18131
|
+
min-width: 0;
|
|
18132
|
+
padding: 0;
|
|
18133
|
+
width: 9px;
|
|
18194
18134
|
}
|
|
18195
|
-
.v-
|
|
18196
|
-
|
|
18135
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18136
|
+
border-width: 1.5px;
|
|
18197
18137
|
}
|
|
18198
|
-
.v-
|
|
18199
|
-
|
|
18138
|
+
.v-badge--inline .v-badge__badge {
|
|
18139
|
+
position: relative;
|
|
18140
|
+
vertical-align: middle;
|
|
18200
18141
|
}
|
|
18201
|
-
|
|
18202
|
-
|
|
18203
|
-
|
|
18142
|
+
.v-badge__badge .v-icon {
|
|
18143
|
+
color: inherit;
|
|
18144
|
+
font-size: 0.75rem;
|
|
18145
|
+
margin: 0 -2px;
|
|
18146
|
+
}
|
|
18147
|
+
.v-badge__badge img,
|
|
18148
|
+
.v-badge__badge .v-img {
|
|
18149
|
+
height: 100%;
|
|
18150
|
+
width: 100%;
|
|
18151
|
+
}
|
|
18152
|
+
|
|
18153
|
+
.v-badge__wrapper {
|
|
18154
|
+
display: flex;
|
|
18155
|
+
position: relative;
|
|
18156
|
+
}
|
|
18157
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18158
|
+
align-items: center;
|
|
18159
|
+
display: inline-flex;
|
|
18160
|
+
justify-content: center;
|
|
18161
|
+
margin: 0 4px;
|
|
18162
|
+
}.v-btn-group {
|
|
18163
|
+
display: inline-flex;
|
|
18164
|
+
flex-wrap: nowrap;
|
|
18165
|
+
max-width: 100%;
|
|
18166
|
+
min-width: 0;
|
|
18167
|
+
overflow: hidden;
|
|
18168
|
+
vertical-align: middle;
|
|
18169
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18170
|
+
border-style: solid;
|
|
18171
|
+
border-width: 0;
|
|
18172
|
+
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));
|
|
18173
|
+
border-radius: 4px;
|
|
18174
|
+
background: transparent;
|
|
18175
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18176
|
+
}
|
|
18177
|
+
.v-btn-group--border {
|
|
18178
|
+
border-width: thin;
|
|
18179
|
+
box-shadow: none;
|
|
18180
|
+
}
|
|
18181
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18182
|
+
height: 48px;
|
|
18183
|
+
}
|
|
18184
|
+
|
|
18185
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18186
|
+
height: 40px;
|
|
18187
|
+
}
|
|
18188
|
+
|
|
18189
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18190
|
+
height: 36px;
|
|
18191
|
+
}
|
|
18192
|
+
|
|
18193
|
+
.v-btn-group .v-btn {
|
|
18194
|
+
border-radius: 0;
|
|
18195
|
+
border-color: inherit;
|
|
18196
|
+
}
|
|
18197
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18198
|
+
border-inline-end: none;
|
|
18199
|
+
}
|
|
18200
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18201
|
+
border-inline-start: none;
|
|
18202
|
+
}
|
|
18203
|
+
.v-btn-group .v-btn:first-child {
|
|
18204
|
+
border-start-start-radius: inherit;
|
|
18205
|
+
border-end-start-radius: inherit;
|
|
18206
|
+
}
|
|
18207
|
+
.v-btn-group .v-btn:last-child {
|
|
18208
|
+
border-start-end-radius: inherit;
|
|
18209
|
+
border-end-end-radius: inherit;
|
|
18210
|
+
}
|
|
18211
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18212
|
+
border-inline-end-width: thin;
|
|
18213
|
+
border-inline-end-style: solid;
|
|
18214
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18215
|
+
}
|
|
18216
|
+
.v-btn-group--tile {
|
|
18217
|
+
border-radius: 0;
|
|
18218
|
+
}.bottom-sheet-transition-enter-from {
|
|
18219
|
+
transform: translateY(100%);
|
|
18220
|
+
}
|
|
18221
|
+
.bottom-sheet-transition-leave-to {
|
|
18222
|
+
transform: translateY(100%);
|
|
18223
|
+
}
|
|
18224
|
+
|
|
18225
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18226
|
+
align-self: flex-end;
|
|
18227
|
+
border-radius: 0;
|
|
18228
|
+
flex: 0 1 auto;
|
|
18229
|
+
left: 0;
|
|
18230
|
+
right: 0;
|
|
18231
|
+
margin-inline: 0;
|
|
18232
|
+
margin-bottom: 0;
|
|
18233
|
+
transition-duration: 0.2s;
|
|
18234
|
+
width: 100%;
|
|
18235
|
+
max-width: 100%;
|
|
18236
|
+
overflow: visible;
|
|
18237
|
+
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));
|
|
18238
|
+
}
|
|
18239
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
18240
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
18241
|
+
border-radius: 0;
|
|
18242
|
+
}
|
|
18243
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18244
|
+
max-width: none;
|
|
18245
|
+
}
|
|
18246
|
+
@media (min-width: 600px) {
|
|
18247
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18248
|
+
max-width: 70%;
|
|
18204
18249
|
}
|
|
18205
18250
|
}.v-btn {
|
|
18206
18251
|
align-items: center;
|
|
@@ -18605,88 +18650,149 @@ html.overflow-y-hidden {
|
|
|
18605
18650
|
}
|
|
18606
18651
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18607
18652
|
opacity: var(--v-border-opacity);
|
|
18608
|
-
}.v-
|
|
18653
|
+
}.v-bottom-navigation {
|
|
18609
18654
|
display: flex;
|
|
18610
|
-
|
|
18611
|
-
|
|
18612
|
-
|
|
18613
|
-
|
|
18614
|
-
|
|
18615
|
-
border-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
|
|
18619
|
-
|
|
18655
|
+
max-width: 100%;
|
|
18656
|
+
overflow: hidden;
|
|
18657
|
+
position: absolute;
|
|
18658
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18659
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18660
|
+
border-style: solid;
|
|
18661
|
+
border-width: 0;
|
|
18662
|
+
border-radius: 0;
|
|
18663
|
+
background: rgb(var(--v-theme-surface));
|
|
18664
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18620
18665
|
}
|
|
18621
|
-
|
|
18622
|
-
|
|
18623
|
-
|
|
18624
|
-
padding-bottom: 12px;
|
|
18666
|
+
.v-bottom-navigation--border {
|
|
18667
|
+
border-width: thin;
|
|
18668
|
+
box-shadow: none;
|
|
18625
18669
|
}
|
|
18626
|
-
|
|
18627
|
-
.v-
|
|
18628
|
-
padding-top: 8px;
|
|
18629
|
-
padding-bottom: 8px;
|
|
18670
|
+
.v-bottom-navigation--active {
|
|
18671
|
+
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));
|
|
18630
18672
|
}
|
|
18631
18673
|
|
|
18632
|
-
.v-
|
|
18633
|
-
|
|
18634
|
-
|
|
18674
|
+
.v-bottom-navigation__content {
|
|
18675
|
+
display: flex;
|
|
18676
|
+
flex: none;
|
|
18677
|
+
font-size: 0.75rem;
|
|
18678
|
+
justify-content: center;
|
|
18679
|
+
transition: inherit;
|
|
18680
|
+
width: 100%;
|
|
18635
18681
|
}
|
|
18636
|
-
|
|
18637
|
-
|
|
18638
|
-
|
|
18639
|
-
|
|
18640
|
-
|
|
18641
|
-
|
|
18642
|
-
|
|
18643
|
-
|
|
18682
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18683
|
+
font-size: inherit;
|
|
18684
|
+
height: 100%;
|
|
18685
|
+
max-width: 168px;
|
|
18686
|
+
min-width: 80px;
|
|
18687
|
+
text-transform: none;
|
|
18688
|
+
transition: inherit;
|
|
18689
|
+
width: auto;
|
|
18690
|
+
border-radius: 0;
|
|
18644
18691
|
}
|
|
18645
|
-
.v-
|
|
18646
|
-
|
|
18647
|
-
|
|
18692
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18693
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18694
|
+
transition: inherit;
|
|
18648
18695
|
}
|
|
18649
|
-
.v-
|
|
18650
|
-
|
|
18651
|
-
text-decoration: none;
|
|
18696
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18697
|
+
font-size: 1.5rem;
|
|
18652
18698
|
}
|
|
18653
|
-
.v-
|
|
18654
|
-
|
|
18699
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18700
|
+
flex-grow: 1;
|
|
18655
18701
|
}
|
|
18656
|
-
.v-
|
|
18657
|
-
|
|
18658
|
-
|
|
18702
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18703
|
+
transition: inherit;
|
|
18704
|
+
opacity: 0;
|
|
18659
18705
|
}
|
|
18660
|
-
|
|
18661
|
-
.
|
|
18662
|
-
|
|
18663
|
-
padding: 0 8px;
|
|
18664
|
-
vertical-align: middle;
|
|
18665
|
-
}.v-card {
|
|
18666
|
-
display: block;
|
|
18706
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18707
|
+
transform: translateY(0.5rem);
|
|
18708
|
+
}.v-carousel {
|
|
18667
18709
|
overflow: hidden;
|
|
18668
|
-
overflow-wrap: break-word;
|
|
18669
18710
|
position: relative;
|
|
18670
|
-
|
|
18671
|
-
text-decoration: none;
|
|
18672
|
-
transition-duration: 0.28s;
|
|
18673
|
-
transition-property: box-shadow, opacity, background;
|
|
18674
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18675
|
-
z-index: 0;
|
|
18676
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18677
|
-
border-style: solid;
|
|
18678
|
-
border-width: 0;
|
|
18679
|
-
border-radius: 4px;
|
|
18680
|
-
}
|
|
18681
|
-
.v-card--border {
|
|
18682
|
-
border-width: thin;
|
|
18683
|
-
box-shadow: none;
|
|
18711
|
+
width: 100%;
|
|
18684
18712
|
}
|
|
18685
|
-
.v-
|
|
18713
|
+
.v-carousel__controls {
|
|
18714
|
+
align-items: center;
|
|
18715
|
+
bottom: 0;
|
|
18716
|
+
display: flex;
|
|
18717
|
+
height: 50px;
|
|
18718
|
+
justify-content: center;
|
|
18719
|
+
list-style-type: none;
|
|
18686
18720
|
position: absolute;
|
|
18721
|
+
width: 100%;
|
|
18722
|
+
z-index: 1;
|
|
18723
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18724
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18687
18725
|
}
|
|
18688
|
-
.v-
|
|
18689
|
-
|
|
18726
|
+
.v-carousel__controls > .v-item-group {
|
|
18727
|
+
flex: 0 1 auto;
|
|
18728
|
+
}
|
|
18729
|
+
.v-carousel__controls__item {
|
|
18730
|
+
margin: 0 8px;
|
|
18731
|
+
}
|
|
18732
|
+
.v-carousel__controls__item .v-icon {
|
|
18733
|
+
opacity: 0.5;
|
|
18734
|
+
}
|
|
18735
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18736
|
+
opacity: 1;
|
|
18737
|
+
vertical-align: middle;
|
|
18738
|
+
}
|
|
18739
|
+
.v-carousel__controls__item:hover {
|
|
18740
|
+
background: none;
|
|
18741
|
+
}
|
|
18742
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18743
|
+
opacity: 0.8;
|
|
18744
|
+
}
|
|
18745
|
+
|
|
18746
|
+
.v-carousel__progress {
|
|
18747
|
+
margin: 0;
|
|
18748
|
+
position: absolute;
|
|
18749
|
+
bottom: 0;
|
|
18750
|
+
left: 0;
|
|
18751
|
+
right: 0;
|
|
18752
|
+
}
|
|
18753
|
+
|
|
18754
|
+
.v-carousel-item {
|
|
18755
|
+
display: block;
|
|
18756
|
+
height: inherit;
|
|
18757
|
+
text-decoration: none;
|
|
18758
|
+
}
|
|
18759
|
+
.v-carousel-item > .v-img {
|
|
18760
|
+
height: inherit;
|
|
18761
|
+
}
|
|
18762
|
+
|
|
18763
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18764
|
+
background: transparent;
|
|
18765
|
+
}
|
|
18766
|
+
|
|
18767
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18768
|
+
flex-direction: column;
|
|
18769
|
+
height: 100% !important;
|
|
18770
|
+
width: 50px;
|
|
18771
|
+
}.v-card {
|
|
18772
|
+
display: block;
|
|
18773
|
+
overflow: hidden;
|
|
18774
|
+
overflow-wrap: break-word;
|
|
18775
|
+
position: relative;
|
|
18776
|
+
padding: 0;
|
|
18777
|
+
text-decoration: none;
|
|
18778
|
+
transition-duration: 0.28s;
|
|
18779
|
+
transition-property: box-shadow, opacity, background;
|
|
18780
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18781
|
+
z-index: 0;
|
|
18782
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18783
|
+
border-style: solid;
|
|
18784
|
+
border-width: 0;
|
|
18785
|
+
border-radius: 4px;
|
|
18786
|
+
}
|
|
18787
|
+
.v-card--border {
|
|
18788
|
+
border-width: thin;
|
|
18789
|
+
box-shadow: none;
|
|
18790
|
+
}
|
|
18791
|
+
.v-card--absolute {
|
|
18792
|
+
position: absolute;
|
|
18793
|
+
}
|
|
18794
|
+
.v-card--fixed {
|
|
18795
|
+
position: fixed;
|
|
18690
18796
|
}
|
|
18691
18797
|
.v-card:hover > .v-card__overlay {
|
|
18692
18798
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
@@ -18958,130 +19064,24 @@ html.overflow-y-hidden {
|
|
|
18958
19064
|
pointer-events: none;
|
|
18959
19065
|
opacity: 0;
|
|
18960
19066
|
transition: opacity 0.2s ease-in-out;
|
|
18961
|
-
}.v-carousel {
|
|
18962
|
-
overflow: hidden;
|
|
18963
|
-
position: relative;
|
|
18964
|
-
width: 100%;
|
|
18965
|
-
}
|
|
18966
|
-
.v-carousel__controls {
|
|
18967
|
-
align-items: center;
|
|
18968
|
-
bottom: 0;
|
|
18969
|
-
display: flex;
|
|
18970
|
-
height: 50px;
|
|
18971
|
-
justify-content: center;
|
|
18972
|
-
list-style-type: none;
|
|
18973
|
-
position: absolute;
|
|
18974
|
-
width: 100%;
|
|
18975
|
-
z-index: 1;
|
|
18976
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18977
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18978
|
-
}
|
|
18979
|
-
.v-carousel__controls > .v-item-group {
|
|
18980
|
-
flex: 0 1 auto;
|
|
18981
|
-
}
|
|
18982
|
-
.v-carousel__controls__item {
|
|
18983
|
-
margin: 0 8px;
|
|
18984
|
-
}
|
|
18985
|
-
.v-carousel__controls__item .v-icon {
|
|
18986
|
-
opacity: 0.5;
|
|
18987
|
-
}
|
|
18988
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18989
|
-
opacity: 1;
|
|
18990
|
-
vertical-align: middle;
|
|
18991
|
-
}
|
|
18992
|
-
.v-carousel__controls__item:hover {
|
|
18993
|
-
background: none;
|
|
18994
|
-
}
|
|
18995
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18996
|
-
opacity: 0.8;
|
|
18997
|
-
}
|
|
18998
|
-
|
|
18999
|
-
.v-carousel__progress {
|
|
19000
|
-
margin: 0;
|
|
19001
|
-
position: absolute;
|
|
19002
|
-
bottom: 0;
|
|
19003
|
-
left: 0;
|
|
19004
|
-
right: 0;
|
|
19005
|
-
}
|
|
19006
|
-
|
|
19007
|
-
.v-carousel-item {
|
|
19008
|
-
display: block;
|
|
19009
|
-
height: inherit;
|
|
19010
|
-
text-decoration: none;
|
|
19011
|
-
}
|
|
19012
|
-
.v-carousel-item > .v-img {
|
|
19013
|
-
height: inherit;
|
|
19014
|
-
}
|
|
19015
|
-
|
|
19016
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19017
|
-
background: transparent;
|
|
19018
|
-
}
|
|
19019
|
-
|
|
19020
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19021
|
-
flex-direction: column;
|
|
19022
|
-
height: 100% !important;
|
|
19023
|
-
width: 50px;
|
|
19024
|
-
}.v-btn-group {
|
|
19025
|
-
display: inline-flex;
|
|
19026
|
-
flex-wrap: nowrap;
|
|
19027
|
-
max-width: 100%;
|
|
19028
|
-
min-width: 0;
|
|
19029
|
-
overflow: hidden;
|
|
19030
|
-
vertical-align: middle;
|
|
19031
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19032
|
-
border-style: solid;
|
|
19033
|
-
border-width: 0;
|
|
19034
|
-
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));
|
|
19035
|
-
border-radius: 4px;
|
|
19036
|
-
background: transparent;
|
|
19037
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19038
|
-
}
|
|
19039
|
-
.v-btn-group--border {
|
|
19040
|
-
border-width: thin;
|
|
19041
|
-
box-shadow: none;
|
|
19042
|
-
}
|
|
19043
|
-
.v-btn-group--density-default.v-btn-group {
|
|
19044
|
-
height: 48px;
|
|
19045
|
-
}
|
|
19046
|
-
|
|
19047
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
19048
|
-
height: 40px;
|
|
19049
|
-
}
|
|
19050
|
-
|
|
19051
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
19052
|
-
height: 36px;
|
|
19053
|
-
}
|
|
19054
|
-
|
|
19055
|
-
.v-btn-group .v-btn {
|
|
19056
|
-
border-radius: 0;
|
|
19057
|
-
border-color: inherit;
|
|
19058
|
-
}
|
|
19059
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
19060
|
-
border-inline-end: none;
|
|
19061
|
-
}
|
|
19062
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
19063
|
-
border-inline-start: none;
|
|
19064
|
-
}
|
|
19065
|
-
.v-btn-group .v-btn:first-child {
|
|
19066
|
-
border-start-start-radius: inherit;
|
|
19067
|
-
border-end-start-radius: inherit;
|
|
19068
|
-
}
|
|
19069
|
-
.v-btn-group .v-btn:last-child {
|
|
19070
|
-
border-start-end-radius: inherit;
|
|
19071
|
-
border-end-end-radius: inherit;
|
|
19072
|
-
}
|
|
19073
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19074
|
-
border-inline-end-width: thin;
|
|
19075
|
-
border-inline-end-style: solid;
|
|
19076
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19077
|
-
}
|
|
19078
|
-
.v-btn-group--tile {
|
|
19079
|
-
border-radius: 0;
|
|
19080
19067
|
}.v-checkbox.v-input {
|
|
19081
19068
|
flex: 0 1 auto;
|
|
19082
19069
|
}
|
|
19083
19070
|
.v-checkbox .v-selection-control {
|
|
19084
19071
|
min-height: var(--v-input-control-height);
|
|
19072
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19073
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19074
|
+
}
|
|
19075
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19076
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19077
|
+
}
|
|
19078
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19079
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19080
|
+
}
|
|
19081
|
+
@supports not selector(:focus-visible) {
|
|
19082
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19083
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19084
|
+
}
|
|
19085
19085
|
}.v-chip-group {
|
|
19086
19086
|
display: flex;
|
|
19087
19087
|
max-width: 100%;
|
|
@@ -19100,6 +19100,26 @@ html.overflow-y-hidden {
|
|
|
19100
19100
|
white-space: normal;
|
|
19101
19101
|
flex-wrap: wrap;
|
|
19102
19102
|
max-width: 100%;
|
|
19103
|
+
}.v-color-picker {
|
|
19104
|
+
align-self: flex-start;
|
|
19105
|
+
contain: content;
|
|
19106
|
+
}
|
|
19107
|
+
.v-color-picker.v-sheet {
|
|
19108
|
+
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));
|
|
19109
|
+
border-radius: 4px;
|
|
19110
|
+
}
|
|
19111
|
+
|
|
19112
|
+
.v-color-picker__controls {
|
|
19113
|
+
display: flex;
|
|
19114
|
+
flex-direction: column;
|
|
19115
|
+
padding: 16px;
|
|
19116
|
+
}
|
|
19117
|
+
|
|
19118
|
+
.v-color-picker--flat {
|
|
19119
|
+
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));
|
|
19120
|
+
}
|
|
19121
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19122
|
+
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));
|
|
19103
19123
|
}.v-chip {
|
|
19104
19124
|
align-items: center;
|
|
19105
19125
|
display: inline-flex;
|
|
@@ -19507,26 +19527,6 @@ html.overflow-y-hidden {
|
|
|
19507
19527
|
|
|
19508
19528
|
.v-chip--label {
|
|
19509
19529
|
border-radius: 4px;
|
|
19510
|
-
}.v-color-picker {
|
|
19511
|
-
align-self: flex-start;
|
|
19512
|
-
contain: content;
|
|
19513
|
-
}
|
|
19514
|
-
.v-color-picker.v-sheet {
|
|
19515
|
-
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));
|
|
19516
|
-
border-radius: 4px;
|
|
19517
|
-
}
|
|
19518
|
-
|
|
19519
|
-
.v-color-picker__controls {
|
|
19520
|
-
display: flex;
|
|
19521
|
-
flex-direction: column;
|
|
19522
|
-
padding: 16px;
|
|
19523
|
-
}
|
|
19524
|
-
|
|
19525
|
-
.v-color-picker--flat {
|
|
19526
|
-
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));
|
|
19527
|
-
}
|
|
19528
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19529
|
-
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));
|
|
19530
19530
|
}.v-container {
|
|
19531
19531
|
width: 100%;
|
|
19532
19532
|
padding: 16px;
|
|
@@ -20199,6 +20199,11 @@ html.overflow-y-hidden {
|
|
|
20199
20199
|
.offset-xxl-11 {
|
|
20200
20200
|
margin-inline-start: 91.6666666667%;
|
|
20201
20201
|
}
|
|
20202
|
+
}.v-counter {
|
|
20203
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20204
|
+
flex: 0 1 auto;
|
|
20205
|
+
font-size: 12px;
|
|
20206
|
+
transition-duration: 150ms;
|
|
20202
20207
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
20203
20208
|
.v-combobox .v-field .v-text-field__suffix,
|
|
20204
20209
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -20280,11 +20285,6 @@ html.overflow-y-hidden {
|
|
|
20280
20285
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20281
20286
|
opacity: var(--v-high-emphasis-opacity);
|
|
20282
20287
|
transform: rotate(180deg);
|
|
20283
|
-
}.v-counter {
|
|
20284
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20285
|
-
flex: 0 1 auto;
|
|
20286
|
-
font-size: 12px;
|
|
20287
|
-
transition-duration: 150ms;
|
|
20288
20288
|
}.v-date-picker__input {
|
|
20289
20289
|
padding-top: 16px;
|
|
20290
20290
|
padding-left: 24px;
|
|
@@ -20705,225 +20705,6 @@ html.overflow-y-hidden {
|
|
|
20705
20705
|
margin-bottom: 8px;
|
|
20706
20706
|
margin-top: 8px;
|
|
20707
20707
|
max-height: calc(100% - 16px);
|
|
20708
|
-
}.v-expansion-panel {
|
|
20709
|
-
background-color: rgb(var(--v-theme-surface));
|
|
20710
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20711
|
-
}
|
|
20712
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
20713
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20714
|
-
}
|
|
20715
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20716
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20717
|
-
}
|
|
20718
|
-
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20719
|
-
opacity: 0.4615384615;
|
|
20720
|
-
}
|
|
20721
|
-
|
|
20722
|
-
.v-expansion-panels {
|
|
20723
|
-
display: flex;
|
|
20724
|
-
flex-wrap: wrap;
|
|
20725
|
-
justify-content: center;
|
|
20726
|
-
list-style-type: none;
|
|
20727
|
-
padding: 0;
|
|
20728
|
-
width: 100%;
|
|
20729
|
-
position: relative;
|
|
20730
|
-
z-index: 1;
|
|
20731
|
-
}
|
|
20732
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20733
|
-
border-bottom-left-radius: 0 !important;
|
|
20734
|
-
border-bottom-right-radius: 0 !important;
|
|
20735
|
-
}
|
|
20736
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20737
|
-
border-top-left-radius: 0 !important;
|
|
20738
|
-
border-top-right-radius: 0 !important;
|
|
20739
|
-
}
|
|
20740
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20741
|
-
border-bottom-left-radius: 0 !important;
|
|
20742
|
-
border-bottom-right-radius: 0 !important;
|
|
20743
|
-
}
|
|
20744
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20745
|
-
border-top-left-radius: 0 !important;
|
|
20746
|
-
border-top-right-radius: 0 !important;
|
|
20747
|
-
}
|
|
20748
|
-
.v-expansion-panels--variant-accordion > :first-child {
|
|
20749
|
-
border-bottom-left-radius: 0 !important;
|
|
20750
|
-
border-bottom-right-radius: 0 !important;
|
|
20751
|
-
}
|
|
20752
|
-
.v-expansion-panels--variant-accordion > :last-child {
|
|
20753
|
-
border-top-left-radius: 0 !important;
|
|
20754
|
-
border-top-right-radius: 0 !important;
|
|
20755
|
-
}
|
|
20756
|
-
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
|
|
20757
|
-
border-bottom-left-radius: initial;
|
|
20758
|
-
border-bottom-right-radius: initial;
|
|
20759
|
-
}
|
|
20760
|
-
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
20761
|
-
border-radius: 0 !important;
|
|
20762
|
-
}
|
|
20763
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
20764
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
20765
|
-
}
|
|
20766
|
-
|
|
20767
|
-
.v-expansion-panel {
|
|
20768
|
-
flex: 1 0 100%;
|
|
20769
|
-
max-width: 100%;
|
|
20770
|
-
position: relative;
|
|
20771
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
20772
|
-
transition-property: margin-top, border-radius, border, max-width;
|
|
20773
|
-
border-radius: 4px;
|
|
20774
|
-
}
|
|
20775
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
20776
|
-
border-top-style: solid;
|
|
20777
|
-
border-top-width: thin;
|
|
20778
|
-
content: "";
|
|
20779
|
-
left: 0;
|
|
20780
|
-
position: absolute;
|
|
20781
|
-
right: 0;
|
|
20782
|
-
top: 0;
|
|
20783
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
20784
|
-
}
|
|
20785
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20786
|
-
pointer-events: none;
|
|
20787
|
-
}
|
|
20788
|
-
.v-expansion-panel--active:not(:first-child),
|
|
20789
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
|
20790
|
-
margin-top: 16px;
|
|
20791
|
-
}
|
|
20792
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
|
20793
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
20794
|
-
opacity: 0;
|
|
20795
|
-
}
|
|
20796
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
20797
|
-
border-bottom-left-radius: 0;
|
|
20798
|
-
border-bottom-right-radius: 0;
|
|
20799
|
-
}
|
|
20800
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
20801
|
-
min-height: 64px;
|
|
20802
|
-
}
|
|
20803
|
-
|
|
20804
|
-
.v-expansion-panel__shadow {
|
|
20805
|
-
position: absolute;
|
|
20806
|
-
top: 0;
|
|
20807
|
-
left: 0;
|
|
20808
|
-
width: 100%;
|
|
20809
|
-
height: 100%;
|
|
20810
|
-
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));
|
|
20811
|
-
border-radius: inherit;
|
|
20812
|
-
z-index: -1;
|
|
20813
|
-
}
|
|
20814
|
-
|
|
20815
|
-
.v-expansion-panel-title {
|
|
20816
|
-
align-items: center;
|
|
20817
|
-
text-align: start;
|
|
20818
|
-
border-radius: inherit;
|
|
20819
|
-
display: flex;
|
|
20820
|
-
font-size: 0.9375rem;
|
|
20821
|
-
line-height: 1;
|
|
20822
|
-
min-height: 48px;
|
|
20823
|
-
outline: none;
|
|
20824
|
-
padding: 16px 24px;
|
|
20825
|
-
position: relative;
|
|
20826
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
20827
|
-
width: 100%;
|
|
20828
|
-
justify-content: space-between;
|
|
20829
|
-
}
|
|
20830
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
20831
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20832
|
-
}
|
|
20833
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
20834
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20835
|
-
}
|
|
20836
|
-
@supports not selector(:focus-visible) {
|
|
20837
|
-
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
20838
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20839
|
-
}
|
|
20840
|
-
}
|
|
20841
|
-
.v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
|
|
20842
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
20843
|
-
}
|
|
20844
|
-
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
|
|
20845
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20846
|
-
}
|
|
20847
|
-
.v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
|
|
20848
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20849
|
-
}
|
|
20850
|
-
@supports not selector(:focus-visible) {
|
|
20851
|
-
.v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
|
|
20852
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20853
|
-
}
|
|
20854
|
-
}
|
|
20855
|
-
.v-expansion-panel-title--active::before {
|
|
20856
|
-
opacity: 0.12;
|
|
20857
|
-
}
|
|
20858
|
-
|
|
20859
|
-
.v-expansion-panel-title__overlay {
|
|
20860
|
-
position: absolute;
|
|
20861
|
-
top: 0;
|
|
20862
|
-
left: 0;
|
|
20863
|
-
width: 100%;
|
|
20864
|
-
height: 100%;
|
|
20865
|
-
background-color: currentColor;
|
|
20866
|
-
border-radius: inherit;
|
|
20867
|
-
opacity: 0;
|
|
20868
|
-
}
|
|
20869
|
-
|
|
20870
|
-
.v-expansion-panel-title__icon {
|
|
20871
|
-
display: inline-flex;
|
|
20872
|
-
margin-bottom: -4px;
|
|
20873
|
-
margin-top: -4px;
|
|
20874
|
-
-webkit-user-select: none;
|
|
20875
|
-
user-select: none;
|
|
20876
|
-
margin-inline-start: auto;
|
|
20877
|
-
}
|
|
20878
|
-
|
|
20879
|
-
.v-expansion-panel-text {
|
|
20880
|
-
display: flex;
|
|
20881
|
-
}
|
|
20882
|
-
.v-expansion-panel-text__wrapper {
|
|
20883
|
-
padding: 8px 24px 16px;
|
|
20884
|
-
flex: 1 1 auto;
|
|
20885
|
-
max-width: 100%;
|
|
20886
|
-
}
|
|
20887
|
-
|
|
20888
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
20889
|
-
margin-top: 0;
|
|
20890
|
-
}
|
|
20891
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
20892
|
-
opacity: 1;
|
|
20893
|
-
}
|
|
20894
|
-
|
|
20895
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
20896
|
-
max-width: calc(100% - 32px);
|
|
20897
|
-
}
|
|
20898
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
20899
|
-
max-width: calc(100% + 16px);
|
|
20900
|
-
}
|
|
20901
|
-
|
|
20902
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
20903
|
-
max-width: 100%;
|
|
20904
|
-
}
|
|
20905
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20906
|
-
max-width: calc(100% - 32px);
|
|
20907
|
-
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20908
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20909
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20910
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20911
|
-
top: 0px;
|
|
20912
|
-
}
|
|
20913
|
-
.v-file-input input[type=file] {
|
|
20914
|
-
height: 100%;
|
|
20915
|
-
left: 0;
|
|
20916
|
-
opacity: 0;
|
|
20917
|
-
position: absolute;
|
|
20918
|
-
top: 0;
|
|
20919
|
-
width: 100%;
|
|
20920
|
-
z-index: 1;
|
|
20921
|
-
}
|
|
20922
|
-
.v-file-input .v-input__details {
|
|
20923
|
-
padding-inline: 16px;
|
|
20924
|
-
}
|
|
20925
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
20926
|
-
padding-inline: 0;
|
|
20927
20708
|
}/* region INPUT */
|
|
20928
20709
|
.v-field {
|
|
20929
20710
|
display: grid;
|
|
@@ -21561,70 +21342,278 @@ textarea.v-field__input::placeholder {
|
|
|
21561
21342
|
-webkit-backface-visibility: hidden;
|
|
21562
21343
|
backface-visibility: hidden;
|
|
21563
21344
|
overflow-y: auto;
|
|
21564
|
-
}.v-
|
|
21565
|
-
|
|
21566
|
-
display: flex;
|
|
21567
|
-
flex: 1 1 auto;
|
|
21568
|
-
padding: 8px 16px;
|
|
21569
|
-
position: relative;
|
|
21570
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21571
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21572
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21573
|
-
border-style: solid;
|
|
21574
|
-
border-width: 0;
|
|
21575
|
-
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));
|
|
21576
|
-
border-radius: 0;
|
|
21577
|
-
background: rgb(var(--v-theme-surface));
|
|
21345
|
+
}.v-expansion-panel {
|
|
21346
|
+
background-color: rgb(var(--v-theme-surface));
|
|
21578
21347
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21579
21348
|
}
|
|
21580
|
-
.v-
|
|
21581
|
-
border-
|
|
21582
|
-
box-shadow: none;
|
|
21583
|
-
}
|
|
21584
|
-
.v-footer--absolute {
|
|
21585
|
-
position: absolute;
|
|
21586
|
-
}
|
|
21587
|
-
.v-footer--fixed {
|
|
21588
|
-
position: fixed;
|
|
21589
|
-
}
|
|
21590
|
-
.v-footer--rounded {
|
|
21591
|
-
border-radius: 4px;
|
|
21592
|
-
}.v-img {
|
|
21593
|
-
--v-theme-overlay-multiplier: 3;
|
|
21594
|
-
z-index: 0;
|
|
21349
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21350
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21595
21351
|
}
|
|
21596
|
-
.v-
|
|
21597
|
-
|
|
21352
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21353
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
21598
21354
|
}
|
|
21599
|
-
.v-
|
|
21600
|
-
|
|
21355
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
21356
|
+
opacity: 0.4615384615;
|
|
21601
21357
|
}
|
|
21602
21358
|
|
|
21603
|
-
.v-
|
|
21604
|
-
|
|
21605
|
-
|
|
21606
|
-
|
|
21607
|
-
|
|
21359
|
+
.v-expansion-panels {
|
|
21360
|
+
display: flex;
|
|
21361
|
+
flex-wrap: wrap;
|
|
21362
|
+
justify-content: center;
|
|
21363
|
+
list-style-type: none;
|
|
21364
|
+
padding: 0;
|
|
21365
|
+
width: 100%;
|
|
21366
|
+
position: relative;
|
|
21367
|
+
z-index: 1;
|
|
21368
|
+
}
|
|
21369
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21370
|
+
border-bottom-left-radius: 0 !important;
|
|
21371
|
+
border-bottom-right-radius: 0 !important;
|
|
21372
|
+
}
|
|
21373
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21374
|
+
border-top-left-radius: 0 !important;
|
|
21375
|
+
border-top-right-radius: 0 !important;
|
|
21376
|
+
}
|
|
21377
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21378
|
+
border-bottom-left-radius: 0 !important;
|
|
21379
|
+
border-bottom-right-radius: 0 !important;
|
|
21380
|
+
}
|
|
21381
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21382
|
+
border-top-left-radius: 0 !important;
|
|
21383
|
+
border-top-right-radius: 0 !important;
|
|
21384
|
+
}
|
|
21385
|
+
.v-expansion-panels--variant-accordion > :first-child {
|
|
21386
|
+
border-bottom-left-radius: 0 !important;
|
|
21387
|
+
border-bottom-right-radius: 0 !important;
|
|
21388
|
+
}
|
|
21389
|
+
.v-expansion-panels--variant-accordion > :last-child {
|
|
21390
|
+
border-top-left-radius: 0 !important;
|
|
21391
|
+
border-top-right-radius: 0 !important;
|
|
21392
|
+
}
|
|
21393
|
+
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
|
|
21394
|
+
border-bottom-left-radius: initial;
|
|
21395
|
+
border-bottom-right-radius: initial;
|
|
21396
|
+
}
|
|
21397
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
21398
|
+
border-radius: 0 !important;
|
|
21399
|
+
}
|
|
21400
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
21401
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
21402
|
+
}
|
|
21403
|
+
|
|
21404
|
+
.v-expansion-panel {
|
|
21405
|
+
flex: 1 0 100%;
|
|
21406
|
+
max-width: 100%;
|
|
21407
|
+
position: relative;
|
|
21408
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
21409
|
+
transition-property: margin-top, border-radius, border, max-width;
|
|
21410
|
+
border-radius: 4px;
|
|
21411
|
+
}
|
|
21412
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21413
|
+
border-top-style: solid;
|
|
21414
|
+
border-top-width: thin;
|
|
21415
|
+
content: "";
|
|
21416
|
+
left: 0;
|
|
21417
|
+
position: absolute;
|
|
21418
|
+
right: 0;
|
|
21419
|
+
top: 0;
|
|
21420
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21421
|
+
}
|
|
21422
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21423
|
+
pointer-events: none;
|
|
21424
|
+
}
|
|
21425
|
+
.v-expansion-panel--active:not(:first-child),
|
|
21426
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
|
21427
|
+
margin-top: 16px;
|
|
21428
|
+
}
|
|
21429
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
|
21430
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
21431
|
+
opacity: 0;
|
|
21432
|
+
}
|
|
21433
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
21434
|
+
border-bottom-left-radius: 0;
|
|
21435
|
+
border-bottom-right-radius: 0;
|
|
21436
|
+
}
|
|
21437
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
21438
|
+
min-height: 64px;
|
|
21439
|
+
}
|
|
21440
|
+
|
|
21441
|
+
.v-expansion-panel__shadow {
|
|
21442
|
+
position: absolute;
|
|
21443
|
+
top: 0;
|
|
21444
|
+
left: 0;
|
|
21445
|
+
width: 100%;
|
|
21446
|
+
height: 100%;
|
|
21447
|
+
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));
|
|
21448
|
+
border-radius: inherit;
|
|
21608
21449
|
z-index: -1;
|
|
21450
|
+
}
|
|
21451
|
+
|
|
21452
|
+
.v-expansion-panel-title {
|
|
21453
|
+
align-items: center;
|
|
21454
|
+
text-align: start;
|
|
21455
|
+
border-radius: inherit;
|
|
21456
|
+
display: flex;
|
|
21457
|
+
font-size: 0.9375rem;
|
|
21458
|
+
line-height: 1;
|
|
21459
|
+
min-height: 48px;
|
|
21460
|
+
outline: none;
|
|
21461
|
+
padding: 16px 24px;
|
|
21462
|
+
position: relative;
|
|
21463
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21464
|
+
width: 100%;
|
|
21465
|
+
justify-content: space-between;
|
|
21466
|
+
}
|
|
21467
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
21468
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21469
|
+
}
|
|
21470
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
21471
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21472
|
+
}
|
|
21473
|
+
@supports not selector(:focus-visible) {
|
|
21474
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
21475
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21476
|
+
}
|
|
21477
|
+
}
|
|
21478
|
+
.v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
|
|
21479
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
21480
|
+
}
|
|
21481
|
+
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
|
|
21482
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21483
|
+
}
|
|
21484
|
+
.v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
|
|
21485
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21486
|
+
}
|
|
21487
|
+
@supports not selector(:focus-visible) {
|
|
21488
|
+
.v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
|
|
21489
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21490
|
+
}
|
|
21491
|
+
}
|
|
21492
|
+
.v-expansion-panel-title--active::before {
|
|
21493
|
+
opacity: 0.12;
|
|
21494
|
+
}
|
|
21495
|
+
|
|
21496
|
+
.v-expansion-panel-title__overlay {
|
|
21609
21497
|
position: absolute;
|
|
21610
21498
|
top: 0;
|
|
21611
21499
|
left: 0;
|
|
21612
21500
|
width: 100%;
|
|
21613
21501
|
height: 100%;
|
|
21502
|
+
background-color: currentColor;
|
|
21503
|
+
border-radius: inherit;
|
|
21504
|
+
opacity: 0;
|
|
21614
21505
|
}
|
|
21615
21506
|
|
|
21616
|
-
.v-
|
|
21617
|
-
|
|
21507
|
+
.v-expansion-panel-title__icon {
|
|
21508
|
+
display: inline-flex;
|
|
21509
|
+
margin-bottom: -4px;
|
|
21510
|
+
margin-top: -4px;
|
|
21511
|
+
-webkit-user-select: none;
|
|
21512
|
+
user-select: none;
|
|
21513
|
+
margin-inline-start: auto;
|
|
21618
21514
|
}
|
|
21619
|
-
|
|
21620
|
-
|
|
21515
|
+
|
|
21516
|
+
.v-expansion-panel-text {
|
|
21517
|
+
display: flex;
|
|
21621
21518
|
}
|
|
21622
|
-
.v-
|
|
21623
|
-
|
|
21519
|
+
.v-expansion-panel-text__wrapper {
|
|
21520
|
+
padding: 8px 24px 16px;
|
|
21521
|
+
flex: 1 1 auto;
|
|
21522
|
+
max-width: 100%;
|
|
21624
21523
|
}
|
|
21625
21524
|
|
|
21626
|
-
.v-
|
|
21627
|
-
|
|
21525
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
21526
|
+
margin-top: 0;
|
|
21527
|
+
}
|
|
21528
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
21529
|
+
opacity: 1;
|
|
21530
|
+
}
|
|
21531
|
+
|
|
21532
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
21533
|
+
max-width: calc(100% - 32px);
|
|
21534
|
+
}
|
|
21535
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
21536
|
+
max-width: calc(100% + 16px);
|
|
21537
|
+
}
|
|
21538
|
+
|
|
21539
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
21540
|
+
max-width: 100%;
|
|
21541
|
+
}
|
|
21542
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
21543
|
+
max-width: calc(100% - 32px);
|
|
21544
|
+
}.v-footer {
|
|
21545
|
+
align-items: center;
|
|
21546
|
+
display: flex;
|
|
21547
|
+
flex: 1 1 auto;
|
|
21548
|
+
padding: 8px 16px;
|
|
21549
|
+
position: relative;
|
|
21550
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21551
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21552
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21553
|
+
border-style: solid;
|
|
21554
|
+
border-width: 0;
|
|
21555
|
+
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));
|
|
21556
|
+
border-radius: 0;
|
|
21557
|
+
background: rgb(var(--v-theme-surface));
|
|
21558
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21559
|
+
}
|
|
21560
|
+
.v-footer--border {
|
|
21561
|
+
border-width: thin;
|
|
21562
|
+
box-shadow: none;
|
|
21563
|
+
}
|
|
21564
|
+
.v-footer--absolute {
|
|
21565
|
+
position: absolute;
|
|
21566
|
+
}
|
|
21567
|
+
.v-footer--fixed {
|
|
21568
|
+
position: fixed;
|
|
21569
|
+
}
|
|
21570
|
+
.v-footer--rounded {
|
|
21571
|
+
border-radius: 4px;
|
|
21572
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21573
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21574
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21575
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21576
|
+
top: 0px;
|
|
21577
|
+
}
|
|
21578
|
+
.v-file-input input[type=file] {
|
|
21579
|
+
height: 100%;
|
|
21580
|
+
left: 0;
|
|
21581
|
+
opacity: 0;
|
|
21582
|
+
position: absolute;
|
|
21583
|
+
top: 0;
|
|
21584
|
+
width: 100%;
|
|
21585
|
+
z-index: 1;
|
|
21586
|
+
}
|
|
21587
|
+
.v-file-input .v-input__details {
|
|
21588
|
+
padding-inline: 16px;
|
|
21589
|
+
}
|
|
21590
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21591
|
+
padding-inline: 0;
|
|
21592
|
+
}.v-infinite-scroll--horizontal {
|
|
21593
|
+
display: flex;
|
|
21594
|
+
flex-direction: row;
|
|
21595
|
+
overflow-x: auto;
|
|
21596
|
+
}
|
|
21597
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21598
|
+
height: 100%;
|
|
21599
|
+
width: 1px;
|
|
21600
|
+
}
|
|
21601
|
+
|
|
21602
|
+
.v-infinite-scroll--vertical {
|
|
21603
|
+
display: flex;
|
|
21604
|
+
flex-direction: column;
|
|
21605
|
+
overflow-y: auto;
|
|
21606
|
+
}
|
|
21607
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21608
|
+
height: 1px;
|
|
21609
|
+
width: 100%;
|
|
21610
|
+
}
|
|
21611
|
+
|
|
21612
|
+
.v-infinite-scroll__side {
|
|
21613
|
+
align-items: center;
|
|
21614
|
+
display: flex;
|
|
21615
|
+
justify-content: center;
|
|
21616
|
+
padding: 8px;
|
|
21628
21617
|
}.v-icon {
|
|
21629
21618
|
--v-icon-size-multiplier: 1;
|
|
21630
21619
|
align-items: center;
|
|
@@ -21674,31 +21663,6 @@ textarea.v-field__input::placeholder {
|
|
|
21674
21663
|
|
|
21675
21664
|
.v-icon--end {
|
|
21676
21665
|
margin-inline-start: 8px;
|
|
21677
|
-
}.v-infinite-scroll--horizontal {
|
|
21678
|
-
display: flex;
|
|
21679
|
-
flex-direction: row;
|
|
21680
|
-
overflow-x: auto;
|
|
21681
|
-
}
|
|
21682
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21683
|
-
height: 100%;
|
|
21684
|
-
width: 1px;
|
|
21685
|
-
}
|
|
21686
|
-
|
|
21687
|
-
.v-infinite-scroll--vertical {
|
|
21688
|
-
display: flex;
|
|
21689
|
-
flex-direction: column;
|
|
21690
|
-
overflow-y: auto;
|
|
21691
|
-
}
|
|
21692
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21693
|
-
height: 1px;
|
|
21694
|
-
width: 100%;
|
|
21695
|
-
}
|
|
21696
|
-
|
|
21697
|
-
.v-infinite-scroll__side {
|
|
21698
|
-
align-items: center;
|
|
21699
|
-
display: flex;
|
|
21700
|
-
justify-content: center;
|
|
21701
|
-
padding: 8px;
|
|
21702
21666
|
}.v-item-group {
|
|
21703
21667
|
flex: 0 1 auto;
|
|
21704
21668
|
max-width: 100%;
|
|
@@ -21846,6 +21810,42 @@ textarea.v-field__input::placeholder {
|
|
|
21846
21810
|
|
|
21847
21811
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21848
21812
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21813
|
+
}.v-img {
|
|
21814
|
+
--v-theme-overlay-multiplier: 3;
|
|
21815
|
+
z-index: 0;
|
|
21816
|
+
}
|
|
21817
|
+
.v-img--booting .v-responsive__sizer {
|
|
21818
|
+
transition: none;
|
|
21819
|
+
}
|
|
21820
|
+
.v-img--rounded {
|
|
21821
|
+
border-radius: 4px;
|
|
21822
|
+
}
|
|
21823
|
+
|
|
21824
|
+
.v-img__img,
|
|
21825
|
+
.v-img__picture,
|
|
21826
|
+
.v-img__gradient,
|
|
21827
|
+
.v-img__placeholder,
|
|
21828
|
+
.v-img__error {
|
|
21829
|
+
z-index: -1;
|
|
21830
|
+
position: absolute;
|
|
21831
|
+
top: 0;
|
|
21832
|
+
left: 0;
|
|
21833
|
+
width: 100%;
|
|
21834
|
+
height: 100%;
|
|
21835
|
+
}
|
|
21836
|
+
|
|
21837
|
+
.v-img__img--preload {
|
|
21838
|
+
filter: blur(4px);
|
|
21839
|
+
}
|
|
21840
|
+
.v-img__img--contain {
|
|
21841
|
+
object-fit: contain;
|
|
21842
|
+
}
|
|
21843
|
+
.v-img__img--cover {
|
|
21844
|
+
object-fit: cover;
|
|
21845
|
+
}
|
|
21846
|
+
|
|
21847
|
+
.v-img__gradient {
|
|
21848
|
+
background-repeat: no-repeat;
|
|
21849
21849
|
}.v-layout {
|
|
21850
21850
|
--v-scrollbar-offset: 0px;
|
|
21851
21851
|
display: flex;
|
|
@@ -21876,22 +21876,8 @@ textarea.v-field__input::placeholder {
|
|
|
21876
21876
|
|
|
21877
21877
|
.v-label--clickable {
|
|
21878
21878
|
cursor: pointer;
|
|
21879
|
-
}.v-
|
|
21880
|
-
|
|
21881
|
-
font-size: 12px;
|
|
21882
|
-
min-height: 14px;
|
|
21883
|
-
min-width: 1px;
|
|
21884
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21885
|
-
position: relative;
|
|
21886
|
-
}
|
|
21887
|
-
.v-messages__message {
|
|
21888
|
-
line-height: 12px;
|
|
21889
|
-
word-break: break-word;
|
|
21890
|
-
overflow-wrap: break-word;
|
|
21891
|
-
word-wrap: break-word;
|
|
21892
|
-
-webkit-hyphens: auto;
|
|
21893
|
-
hyphens: auto;
|
|
21894
|
-
transition-duration: 150ms;
|
|
21879
|
+
}.v-locale-provider {
|
|
21880
|
+
display: contents;
|
|
21895
21881
|
}.v-list {
|
|
21896
21882
|
overflow: auto;
|
|
21897
21883
|
padding: 8px 0;
|
|
@@ -22443,21 +22429,22 @@ textarea.v-field__input::placeholder {
|
|
|
22443
22429
|
}
|
|
22444
22430
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22445
22431
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22446
|
-
}.v-
|
|
22447
|
-
|
|
22448
|
-
|
|
22449
|
-
|
|
22450
|
-
|
|
22451
|
-
|
|
22432
|
+
}.v-messages {
|
|
22433
|
+
flex: 1 1 auto;
|
|
22434
|
+
font-size: 12px;
|
|
22435
|
+
min-height: 14px;
|
|
22436
|
+
min-width: 1px;
|
|
22437
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22438
|
+
position: relative;
|
|
22452
22439
|
}
|
|
22453
|
-
.v-
|
|
22454
|
-
|
|
22455
|
-
|
|
22456
|
-
|
|
22457
|
-
|
|
22458
|
-
|
|
22459
|
-
|
|
22460
|
-
|
|
22440
|
+
.v-messages__message {
|
|
22441
|
+
line-height: 12px;
|
|
22442
|
+
word-break: break-word;
|
|
22443
|
+
overflow-wrap: break-word;
|
|
22444
|
+
word-wrap: break-word;
|
|
22445
|
+
-webkit-hyphens: auto;
|
|
22446
|
+
hyphens: auto;
|
|
22447
|
+
transition-duration: 150ms;
|
|
22461
22448
|
}.v-main {
|
|
22462
22449
|
flex: 1 0 auto;
|
|
22463
22450
|
max-width: 100%;
|
|
@@ -22486,6 +22473,19 @@ textarea.v-field__input::placeholder {
|
|
|
22486
22473
|
--v-layout-right: 0px;
|
|
22487
22474
|
--v-layout-top: 0px;
|
|
22488
22475
|
--v-layout-bottom: 0px;
|
|
22476
|
+
}.v-menu > .v-overlay__content {
|
|
22477
|
+
display: flex;
|
|
22478
|
+
flex-direction: column;
|
|
22479
|
+
border-radius: 4px;
|
|
22480
|
+
}
|
|
22481
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22482
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22483
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22484
|
+
background: rgb(var(--v-theme-surface));
|
|
22485
|
+
border-radius: inherit;
|
|
22486
|
+
overflow: auto;
|
|
22487
|
+
height: 100%;
|
|
22488
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22489
22489
|
}.v-navigation-drawer {
|
|
22490
22490
|
-webkit-overflow-scrolling: touch;
|
|
22491
22491
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22640,14 +22640,6 @@ textarea.v-field__input::placeholder {
|
|
|
22640
22640
|
}
|
|
22641
22641
|
.v-otp-input__loader .v-progress-linear {
|
|
22642
22642
|
position: absolute;
|
|
22643
|
-
}.v-pagination__list {
|
|
22644
|
-
display: inline-flex;
|
|
22645
|
-
list-style-type: none;
|
|
22646
|
-
justify-content: center;
|
|
22647
|
-
width: 100%;
|
|
22648
|
-
}
|
|
22649
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22650
|
-
margin: 0.3rem;
|
|
22651
22643
|
}.v-overlay-container {
|
|
22652
22644
|
contain: layout;
|
|
22653
22645
|
left: 0;
|
|
@@ -22711,12 +22703,122 @@ html.v-overlay-scroll-blocked {
|
|
|
22711
22703
|
|
|
22712
22704
|
.v-overlay--scroll-blocked {
|
|
22713
22705
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22706
|
+
}.v-pagination__list {
|
|
22707
|
+
display: inline-flex;
|
|
22708
|
+
list-style-type: none;
|
|
22709
|
+
justify-content: center;
|
|
22710
|
+
width: 100%;
|
|
22711
|
+
}
|
|
22712
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22713
|
+
margin: 0.3rem;
|
|
22714
22714
|
}.v-parallax {
|
|
22715
22715
|
position: relative;
|
|
22716
22716
|
overflow: hidden;
|
|
22717
22717
|
}
|
|
22718
22718
|
.v-parallax--active > .v-img__img {
|
|
22719
22719
|
will-change: transform;
|
|
22720
|
+
}.v-progress-circular {
|
|
22721
|
+
align-items: center;
|
|
22722
|
+
display: inline-flex;
|
|
22723
|
+
justify-content: center;
|
|
22724
|
+
position: relative;
|
|
22725
|
+
vertical-align: middle;
|
|
22726
|
+
}
|
|
22727
|
+
.v-progress-circular > svg {
|
|
22728
|
+
width: 100%;
|
|
22729
|
+
height: 100%;
|
|
22730
|
+
margin: auto;
|
|
22731
|
+
position: absolute;
|
|
22732
|
+
top: 0;
|
|
22733
|
+
bottom: 0;
|
|
22734
|
+
left: 0;
|
|
22735
|
+
right: 0;
|
|
22736
|
+
z-index: 0;
|
|
22737
|
+
}
|
|
22738
|
+
|
|
22739
|
+
.v-progress-circular__content {
|
|
22740
|
+
align-items: center;
|
|
22741
|
+
display: flex;
|
|
22742
|
+
justify-content: center;
|
|
22743
|
+
}
|
|
22744
|
+
|
|
22745
|
+
.v-progress-circular__underlay {
|
|
22746
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22747
|
+
stroke: currentColor;
|
|
22748
|
+
z-index: 1;
|
|
22749
|
+
}
|
|
22750
|
+
|
|
22751
|
+
.v-progress-circular__overlay {
|
|
22752
|
+
stroke: currentColor;
|
|
22753
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22754
|
+
z-index: 2;
|
|
22755
|
+
}
|
|
22756
|
+
|
|
22757
|
+
.v-progress-circular--size-x-small {
|
|
22758
|
+
height: 16px;
|
|
22759
|
+
width: 16px;
|
|
22760
|
+
}
|
|
22761
|
+
.v-progress-circular--size-small {
|
|
22762
|
+
height: 24px;
|
|
22763
|
+
width: 24px;
|
|
22764
|
+
}
|
|
22765
|
+
.v-progress-circular--size-default {
|
|
22766
|
+
height: 32px;
|
|
22767
|
+
width: 32px;
|
|
22768
|
+
}
|
|
22769
|
+
.v-progress-circular--size-large {
|
|
22770
|
+
height: 48px;
|
|
22771
|
+
width: 48px;
|
|
22772
|
+
}
|
|
22773
|
+
.v-progress-circular--size-x-large {
|
|
22774
|
+
height: 64px;
|
|
22775
|
+
width: 64px;
|
|
22776
|
+
}
|
|
22777
|
+
|
|
22778
|
+
.v-progress-circular--indeterminate > svg {
|
|
22779
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22780
|
+
transform-origin: center center;
|
|
22781
|
+
transition: all 0.2s ease-in-out;
|
|
22782
|
+
}
|
|
22783
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22784
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22785
|
+
stroke-dasharray: 25, 200;
|
|
22786
|
+
stroke-dashoffset: 0;
|
|
22787
|
+
stroke-linecap: round;
|
|
22788
|
+
transform-origin: center center;
|
|
22789
|
+
transform: rotate(-90deg);
|
|
22790
|
+
}
|
|
22791
|
+
|
|
22792
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22793
|
+
animation-duration: 0.7s;
|
|
22794
|
+
}
|
|
22795
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22796
|
+
animation: none;
|
|
22797
|
+
}
|
|
22798
|
+
|
|
22799
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22800
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22801
|
+
animation-play-state: paused !important;
|
|
22802
|
+
}
|
|
22803
|
+
|
|
22804
|
+
@keyframes progress-circular-dash {
|
|
22805
|
+
0% {
|
|
22806
|
+
stroke-dasharray: 1, 200;
|
|
22807
|
+
stroke-dashoffset: 0px;
|
|
22808
|
+
}
|
|
22809
|
+
50% {
|
|
22810
|
+
stroke-dasharray: 100, 200;
|
|
22811
|
+
stroke-dashoffset: -15px;
|
|
22812
|
+
}
|
|
22813
|
+
100% {
|
|
22814
|
+
stroke-dasharray: 100, 200;
|
|
22815
|
+
stroke-dashoffset: -124px;
|
|
22816
|
+
}
|
|
22817
|
+
}
|
|
22818
|
+
@keyframes progress-circular-rotate {
|
|
22819
|
+
100% {
|
|
22820
|
+
transform: rotate(270deg);
|
|
22821
|
+
}
|
|
22720
22822
|
}.v-progress-linear {
|
|
22721
22823
|
background: transparent;
|
|
22722
22824
|
overflow: hidden;
|
|
@@ -22927,6 +23029,18 @@ html.v-overlay-scroll-blocked {
|
|
|
22927
23029
|
0% {
|
|
22928
23030
|
background-position-x: var(--v-progress-linear-height);
|
|
22929
23031
|
}
|
|
23032
|
+
}.v-radio-group > .v-input__control {
|
|
23033
|
+
flex-direction: column;
|
|
23034
|
+
}
|
|
23035
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
23036
|
+
margin-inline-start: 16px;
|
|
23037
|
+
}
|
|
23038
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23039
|
+
padding-inline-start: 6px;
|
|
23040
|
+
margin-top: 8px;
|
|
23041
|
+
}
|
|
23042
|
+
.v-radio-group .v-input__details {
|
|
23043
|
+
padding-inline: 16px;
|
|
22930
23044
|
}.v-slider .v-slider__container input {
|
|
22931
23045
|
cursor: default;
|
|
22932
23046
|
padding: 0;
|
|
@@ -22984,108 +23098,32 @@ html.v-overlay-scroll-blocked {
|
|
|
22984
23098
|
|
|
22985
23099
|
.v-slider__label {
|
|
22986
23100
|
margin-inline-end: 12px;
|
|
22987
|
-
}.v-
|
|
22988
|
-
align-items: center;
|
|
22989
|
-
display: inline-flex;
|
|
22990
|
-
justify-content: center;
|
|
22991
|
-
position: relative;
|
|
22992
|
-
vertical-align: middle;
|
|
22993
|
-
}
|
|
22994
|
-
.v-progress-circular > svg {
|
|
22995
|
-
width: 100%;
|
|
22996
|
-
height: 100%;
|
|
22997
|
-
margin: auto;
|
|
22998
|
-
position: absolute;
|
|
22999
|
-
top: 0;
|
|
23000
|
-
bottom: 0;
|
|
23001
|
-
left: 0;
|
|
23002
|
-
right: 0;
|
|
23003
|
-
z-index: 0;
|
|
23004
|
-
}
|
|
23005
|
-
|
|
23006
|
-
.v-progress-circular__content {
|
|
23007
|
-
align-items: center;
|
|
23101
|
+
}.v-responsive {
|
|
23008
23102
|
display: flex;
|
|
23009
|
-
|
|
23010
|
-
|
|
23011
|
-
|
|
23012
|
-
|
|
23013
|
-
|
|
23014
|
-
stroke: currentColor;
|
|
23015
|
-
z-index: 1;
|
|
23016
|
-
}
|
|
23017
|
-
|
|
23018
|
-
.v-progress-circular__overlay {
|
|
23019
|
-
stroke: currentColor;
|
|
23020
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
23021
|
-
z-index: 2;
|
|
23022
|
-
}
|
|
23023
|
-
|
|
23024
|
-
.v-progress-circular--size-x-small {
|
|
23025
|
-
height: 16px;
|
|
23026
|
-
width: 16px;
|
|
23027
|
-
}
|
|
23028
|
-
.v-progress-circular--size-small {
|
|
23029
|
-
height: 24px;
|
|
23030
|
-
width: 24px;
|
|
23031
|
-
}
|
|
23032
|
-
.v-progress-circular--size-default {
|
|
23033
|
-
height: 32px;
|
|
23034
|
-
width: 32px;
|
|
23035
|
-
}
|
|
23036
|
-
.v-progress-circular--size-large {
|
|
23037
|
-
height: 48px;
|
|
23038
|
-
width: 48px;
|
|
23039
|
-
}
|
|
23040
|
-
.v-progress-circular--size-x-large {
|
|
23041
|
-
height: 64px;
|
|
23042
|
-
width: 64px;
|
|
23043
|
-
}
|
|
23044
|
-
|
|
23045
|
-
.v-progress-circular--indeterminate > svg {
|
|
23046
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
23047
|
-
transform-origin: center center;
|
|
23048
|
-
transition: all 0.2s ease-in-out;
|
|
23103
|
+
flex: 1 0 auto;
|
|
23104
|
+
max-height: 100%;
|
|
23105
|
+
max-width: 100%;
|
|
23106
|
+
overflow: hidden;
|
|
23107
|
+
position: relative;
|
|
23049
23108
|
}
|
|
23050
|
-
.v-
|
|
23051
|
-
|
|
23052
|
-
|
|
23053
|
-
stroke-dashoffset: 0;
|
|
23054
|
-
stroke-linecap: round;
|
|
23055
|
-
transform-origin: center center;
|
|
23056
|
-
transform: rotate(-90deg);
|
|
23109
|
+
.v-responsive--inline {
|
|
23110
|
+
display: inline-flex;
|
|
23111
|
+
flex: 0 0 auto;
|
|
23057
23112
|
}
|
|
23058
23113
|
|
|
23059
|
-
.v-
|
|
23060
|
-
|
|
23061
|
-
|
|
23062
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
23063
|
-
animation: none;
|
|
23114
|
+
.v-responsive__content {
|
|
23115
|
+
flex: 1 0 0px;
|
|
23116
|
+
max-width: 100%;
|
|
23064
23117
|
}
|
|
23065
23118
|
|
|
23066
|
-
.v-
|
|
23067
|
-
|
|
23068
|
-
animation-play-state: paused !important;
|
|
23119
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
23120
|
+
margin-inline-start: -100%;
|
|
23069
23121
|
}
|
|
23070
23122
|
|
|
23071
|
-
|
|
23072
|
-
0
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
}
|
|
23076
|
-
50% {
|
|
23077
|
-
stroke-dasharray: 100, 200;
|
|
23078
|
-
stroke-dashoffset: -15px;
|
|
23079
|
-
}
|
|
23080
|
-
100% {
|
|
23081
|
-
stroke-dasharray: 100, 200;
|
|
23082
|
-
stroke-dashoffset: -124px;
|
|
23083
|
-
}
|
|
23084
|
-
}
|
|
23085
|
-
@keyframes progress-circular-rotate {
|
|
23086
|
-
100% {
|
|
23087
|
-
transform: rotate(270deg);
|
|
23088
|
-
}
|
|
23123
|
+
.v-responsive__sizer {
|
|
23124
|
+
flex: 1 0 0px;
|
|
23125
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23126
|
+
pointer-events: none;
|
|
23089
23127
|
}.v-rating {
|
|
23090
23128
|
max-width: 100%;
|
|
23091
23129
|
display: inline-flex;
|
|
@@ -23140,92 +23178,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23140
23178
|
opacity: 0;
|
|
23141
23179
|
position: absolute;
|
|
23142
23180
|
width: 0;
|
|
23143
|
-
}.v-responsive {
|
|
23144
|
-
display: flex;
|
|
23145
|
-
flex: 1 0 auto;
|
|
23146
|
-
max-height: 100%;
|
|
23147
|
-
max-width: 100%;
|
|
23148
|
-
overflow: hidden;
|
|
23149
|
-
position: relative;
|
|
23150
|
-
}
|
|
23151
|
-
.v-responsive--inline {
|
|
23152
|
-
display: inline-flex;
|
|
23153
|
-
flex: 0 0 auto;
|
|
23154
|
-
}
|
|
23155
|
-
|
|
23156
|
-
.v-responsive__content {
|
|
23157
|
-
flex: 1 0 0px;
|
|
23158
|
-
max-width: 100%;
|
|
23159
|
-
}
|
|
23160
|
-
|
|
23161
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
23162
|
-
margin-inline-start: -100%;
|
|
23163
|
-
}
|
|
23164
|
-
|
|
23165
|
-
.v-responsive__sizer {
|
|
23166
|
-
flex: 1 0 0px;
|
|
23167
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23168
|
-
pointer-events: none;
|
|
23169
|
-
}.v-radio-group > .v-input__control {
|
|
23170
|
-
flex-direction: column;
|
|
23171
|
-
}
|
|
23172
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
23173
|
-
margin-inline-start: 16px;
|
|
23174
|
-
}
|
|
23175
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23176
|
-
padding-inline-start: 6px;
|
|
23177
|
-
margin-top: 8px;
|
|
23178
|
-
}
|
|
23179
|
-
.v-radio-group .v-input__details {
|
|
23180
|
-
padding-inline: 16px;
|
|
23181
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
23182
|
-
.v-select .v-field .v-text-field__suffix,
|
|
23183
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
23184
|
-
cursor: pointer;
|
|
23185
|
-
}
|
|
23186
|
-
.v-select .v-field .v-field__input > input {
|
|
23187
|
-
align-self: flex-start;
|
|
23188
|
-
opacity: 1;
|
|
23189
|
-
flex: 0 0;
|
|
23190
|
-
position: absolute;
|
|
23191
|
-
width: 100%;
|
|
23192
|
-
transition: none;
|
|
23193
|
-
pointer-events: none;
|
|
23194
|
-
caret-color: transparent;
|
|
23195
|
-
}
|
|
23196
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
23197
|
-
margin-inline-end: 2px;
|
|
23198
|
-
}
|
|
23199
|
-
.v-select .v-select__selection-text {
|
|
23200
|
-
overflow: hidden;
|
|
23201
|
-
text-overflow: ellipsis;
|
|
23202
|
-
white-space: nowrap;
|
|
23203
|
-
}
|
|
23204
|
-
.v-select__content {
|
|
23205
|
-
overflow: hidden;
|
|
23206
|
-
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));
|
|
23207
|
-
border-radius: 4px;
|
|
23208
|
-
}
|
|
23209
|
-
.v-select__selection {
|
|
23210
|
-
display: inline-flex;
|
|
23211
|
-
align-items: center;
|
|
23212
|
-
letter-spacing: inherit;
|
|
23213
|
-
line-height: inherit;
|
|
23214
|
-
max-width: 100%;
|
|
23215
|
-
}
|
|
23216
|
-
.v-select .v-select__selection:first-child {
|
|
23217
|
-
margin-inline-start: 0;
|
|
23218
|
-
}
|
|
23219
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
23220
|
-
opacity: 0;
|
|
23221
|
-
}
|
|
23222
|
-
.v-select__menu-icon {
|
|
23223
|
-
margin-inline-start: 4px;
|
|
23224
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23225
|
-
}
|
|
23226
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
23227
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
23228
|
-
transform: rotate(180deg);
|
|
23229
23181
|
}.v-selection-control {
|
|
23230
23182
|
align-items: center;
|
|
23231
23183
|
contain: layout;
|
|
@@ -23327,34 +23279,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23327
23279
|
}
|
|
23328
23280
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
23329
23281
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
23330
|
-
}.v-sheet {
|
|
23331
|
-
display: block;
|
|
23332
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23333
|
-
border-style: solid;
|
|
23334
|
-
border-width: 0;
|
|
23335
|
-
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));
|
|
23336
|
-
border-radius: 0;
|
|
23337
|
-
background: rgb(var(--v-theme-surface));
|
|
23338
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23339
|
-
}
|
|
23340
|
-
.v-sheet--border {
|
|
23341
|
-
border-width: thin;
|
|
23342
|
-
box-shadow: none;
|
|
23343
|
-
}
|
|
23344
|
-
.v-sheet--absolute {
|
|
23345
|
-
position: absolute;
|
|
23346
|
-
}
|
|
23347
|
-
.v-sheet--fixed {
|
|
23348
|
-
position: fixed;
|
|
23349
|
-
}
|
|
23350
|
-
.v-sheet--relative {
|
|
23351
|
-
position: relative;
|
|
23352
|
-
}
|
|
23353
|
-
.v-sheet--sticky {
|
|
23354
|
-
position: sticky;
|
|
23355
|
-
}
|
|
23356
|
-
.v-sheet--rounded {
|
|
23357
|
-
border-radius: 4px;
|
|
23358
23282
|
}.v-selection-control-group {
|
|
23359
23283
|
grid-area: control;
|
|
23360
23284
|
display: flex;
|
|
@@ -23363,6 +23287,54 @@ html.v-overlay-scroll-blocked {
|
|
|
23363
23287
|
.v-selection-control-group--inline {
|
|
23364
23288
|
flex-direction: row;
|
|
23365
23289
|
flex-wrap: wrap;
|
|
23290
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
23291
|
+
.v-select .v-field .v-text-field__suffix,
|
|
23292
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
23293
|
+
cursor: pointer;
|
|
23294
|
+
}
|
|
23295
|
+
.v-select .v-field .v-field__input > input {
|
|
23296
|
+
align-self: flex-start;
|
|
23297
|
+
opacity: 1;
|
|
23298
|
+
flex: 0 0;
|
|
23299
|
+
position: absolute;
|
|
23300
|
+
width: 100%;
|
|
23301
|
+
transition: none;
|
|
23302
|
+
pointer-events: none;
|
|
23303
|
+
caret-color: transparent;
|
|
23304
|
+
}
|
|
23305
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
23306
|
+
margin-inline-end: 2px;
|
|
23307
|
+
}
|
|
23308
|
+
.v-select .v-select__selection-text {
|
|
23309
|
+
overflow: hidden;
|
|
23310
|
+
text-overflow: ellipsis;
|
|
23311
|
+
white-space: nowrap;
|
|
23312
|
+
}
|
|
23313
|
+
.v-select__content {
|
|
23314
|
+
overflow: hidden;
|
|
23315
|
+
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));
|
|
23316
|
+
border-radius: 4px;
|
|
23317
|
+
}
|
|
23318
|
+
.v-select__selection {
|
|
23319
|
+
display: inline-flex;
|
|
23320
|
+
align-items: center;
|
|
23321
|
+
letter-spacing: inherit;
|
|
23322
|
+
line-height: inherit;
|
|
23323
|
+
max-width: 100%;
|
|
23324
|
+
}
|
|
23325
|
+
.v-select .v-select__selection:first-child {
|
|
23326
|
+
margin-inline-start: 0;
|
|
23327
|
+
}
|
|
23328
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
23329
|
+
opacity: 0;
|
|
23330
|
+
}
|
|
23331
|
+
.v-select__menu-icon {
|
|
23332
|
+
margin-inline-start: 4px;
|
|
23333
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23334
|
+
}
|
|
23335
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
23336
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
23337
|
+
transform: rotate(180deg);
|
|
23366
23338
|
}.v-skeleton-loader {
|
|
23367
23339
|
align-items: center;
|
|
23368
23340
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23562,30 +23534,100 @@ html.v-overlay-scroll-blocked {
|
|
|
23562
23534
|
margin: 16px;
|
|
23563
23535
|
height: 12px;
|
|
23564
23536
|
}
|
|
23565
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
23566
|
-
margin-top: -8px;
|
|
23567
|
-
max-width: 50%;
|
|
23537
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
23538
|
+
margin-top: -8px;
|
|
23539
|
+
max-width: 50%;
|
|
23540
|
+
}
|
|
23541
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
23542
|
+
max-width: 70%;
|
|
23543
|
+
}
|
|
23544
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
23545
|
+
display: none;
|
|
23546
|
+
}
|
|
23547
|
+
.v-skeleton-loader--is-loading {
|
|
23548
|
+
overflow: hidden;
|
|
23549
|
+
}
|
|
23550
|
+
.v-skeleton-loader--tile {
|
|
23551
|
+
border-radius: 0;
|
|
23552
|
+
}
|
|
23553
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
23554
|
+
border-radius: 0;
|
|
23555
|
+
}
|
|
23556
|
+
|
|
23557
|
+
@keyframes loading {
|
|
23558
|
+
100% {
|
|
23559
|
+
transform: translateX(100%);
|
|
23560
|
+
}
|
|
23561
|
+
}.v-sheet {
|
|
23562
|
+
display: block;
|
|
23563
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23564
|
+
border-style: solid;
|
|
23565
|
+
border-width: 0;
|
|
23566
|
+
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));
|
|
23567
|
+
border-radius: 0;
|
|
23568
|
+
background: rgb(var(--v-theme-surface));
|
|
23569
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23570
|
+
}
|
|
23571
|
+
.v-sheet--border {
|
|
23572
|
+
border-width: thin;
|
|
23573
|
+
box-shadow: none;
|
|
23574
|
+
}
|
|
23575
|
+
.v-sheet--absolute {
|
|
23576
|
+
position: absolute;
|
|
23577
|
+
}
|
|
23578
|
+
.v-sheet--fixed {
|
|
23579
|
+
position: fixed;
|
|
23580
|
+
}
|
|
23581
|
+
.v-sheet--relative {
|
|
23582
|
+
position: relative;
|
|
23583
|
+
}
|
|
23584
|
+
.v-sheet--sticky {
|
|
23585
|
+
position: sticky;
|
|
23586
|
+
}
|
|
23587
|
+
.v-sheet--rounded {
|
|
23588
|
+
border-radius: 4px;
|
|
23589
|
+
}.v-slide-group {
|
|
23590
|
+
display: flex;
|
|
23591
|
+
overflow: hidden;
|
|
23592
|
+
}
|
|
23593
|
+
|
|
23594
|
+
.v-slide-group__next,
|
|
23595
|
+
.v-slide-group__prev {
|
|
23596
|
+
align-items: center;
|
|
23597
|
+
display: flex;
|
|
23598
|
+
flex: 0 1 52px;
|
|
23599
|
+
justify-content: center;
|
|
23600
|
+
min-width: 52px;
|
|
23601
|
+
cursor: pointer;
|
|
23602
|
+
}
|
|
23603
|
+
.v-slide-group__next--disabled,
|
|
23604
|
+
.v-slide-group__prev--disabled {
|
|
23605
|
+
pointer-events: none;
|
|
23606
|
+
opacity: var(--v-disabled-opacity);
|
|
23568
23607
|
}
|
|
23569
|
-
|
|
23570
|
-
|
|
23608
|
+
|
|
23609
|
+
.v-slide-group__content {
|
|
23610
|
+
display: flex;
|
|
23611
|
+
flex: 1 0 auto;
|
|
23612
|
+
position: relative;
|
|
23613
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23614
|
+
white-space: nowrap;
|
|
23571
23615
|
}
|
|
23572
|
-
.v-
|
|
23573
|
-
|
|
23616
|
+
.v-slide-group__content > * {
|
|
23617
|
+
white-space: initial;
|
|
23574
23618
|
}
|
|
23575
|
-
|
|
23619
|
+
|
|
23620
|
+
.v-slide-group__container {
|
|
23621
|
+
contain: content;
|
|
23622
|
+
display: flex;
|
|
23623
|
+
flex: 1 1 auto;
|
|
23576
23624
|
overflow: hidden;
|
|
23577
23625
|
}
|
|
23578
|
-
.v-skeleton-loader--tile {
|
|
23579
|
-
border-radius: 0;
|
|
23580
|
-
}
|
|
23581
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
23582
|
-
border-radius: 0;
|
|
23583
|
-
}
|
|
23584
23626
|
|
|
23585
|
-
|
|
23586
|
-
|
|
23587
|
-
|
|
23588
|
-
|
|
23627
|
+
.v-slide-group--vertical,
|
|
23628
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23629
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23630
|
+
flex-direction: column;
|
|
23589
23631
|
}.v-snackbar {
|
|
23590
23632
|
justify-content: center;
|
|
23591
23633
|
z-index: 10000;
|
|
@@ -23705,164 +23747,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23705
23747
|
}
|
|
23706
23748
|
.v-snackbar-transition-leave-to {
|
|
23707
23749
|
opacity: 0;
|
|
23708
|
-
}.v-slide-group {
|
|
23709
|
-
display: flex;
|
|
23710
|
-
overflow: hidden;
|
|
23711
|
-
}
|
|
23712
|
-
|
|
23713
|
-
.v-slide-group__next,
|
|
23714
|
-
.v-slide-group__prev {
|
|
23715
|
-
align-items: center;
|
|
23716
|
-
display: flex;
|
|
23717
|
-
flex: 0 1 52px;
|
|
23718
|
-
justify-content: center;
|
|
23719
|
-
min-width: 52px;
|
|
23720
|
-
cursor: pointer;
|
|
23721
|
-
}
|
|
23722
|
-
.v-slide-group__next--disabled,
|
|
23723
|
-
.v-slide-group__prev--disabled {
|
|
23724
|
-
pointer-events: none;
|
|
23725
|
-
opacity: var(--v-disabled-opacity);
|
|
23726
|
-
}
|
|
23727
|
-
|
|
23728
|
-
.v-slide-group__content {
|
|
23729
|
-
display: flex;
|
|
23730
|
-
flex: 1 0 auto;
|
|
23731
|
-
position: relative;
|
|
23732
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23733
|
-
white-space: nowrap;
|
|
23734
|
-
}
|
|
23735
|
-
.v-slide-group__content > * {
|
|
23736
|
-
white-space: initial;
|
|
23737
|
-
}
|
|
23738
|
-
|
|
23739
|
-
.v-slide-group__container {
|
|
23740
|
-
contain: content;
|
|
23741
|
-
display: flex;
|
|
23742
|
-
flex: 1 1 auto;
|
|
23743
|
-
overflow: hidden;
|
|
23744
|
-
}
|
|
23745
|
-
|
|
23746
|
-
.v-slide-group--vertical,
|
|
23747
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23748
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23749
|
-
flex-direction: column;
|
|
23750
|
-
}.v-stepper.v-sheet {
|
|
23751
|
-
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));
|
|
23752
|
-
border-radius: 4px;
|
|
23753
|
-
overflow: hidden;
|
|
23754
|
-
}
|
|
23755
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
23756
|
-
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));
|
|
23757
|
-
}
|
|
23758
|
-
|
|
23759
|
-
.v-stepper-header {
|
|
23760
|
-
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));
|
|
23761
|
-
align-items: center;
|
|
23762
|
-
display: flex;
|
|
23763
|
-
position: relative;
|
|
23764
|
-
overflow-x: auto;
|
|
23765
|
-
justify-content: space-between;
|
|
23766
|
-
z-index: 1;
|
|
23767
|
-
}
|
|
23768
|
-
.v-stepper-header .v-divider {
|
|
23769
|
-
margin: 0 -16px;
|
|
23770
|
-
}
|
|
23771
|
-
.v-stepper-header .v-divider:last-child {
|
|
23772
|
-
margin-inline-end: 0;
|
|
23773
|
-
}
|
|
23774
|
-
.v-stepper-header .v-divider:first-child {
|
|
23775
|
-
margin-inline-start: 0;
|
|
23776
|
-
}
|
|
23777
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
23778
|
-
height: auto;
|
|
23779
|
-
}
|
|
23780
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23781
|
-
align-self: flex-start;
|
|
23782
|
-
margin: 35px -67px 0;
|
|
23783
|
-
}
|
|
23784
|
-
|
|
23785
|
-
.v-stepper-window {
|
|
23786
|
-
margin: 1.5rem;
|
|
23787
|
-
}
|
|
23788
|
-
|
|
23789
|
-
.v-stepper-actions {
|
|
23790
|
-
display: flex;
|
|
23791
|
-
align-items: center;
|
|
23792
|
-
justify-content: space-between;
|
|
23793
|
-
padding: 1rem;
|
|
23794
|
-
}
|
|
23795
|
-
.v-stepper .v-stepper-actions {
|
|
23796
|
-
padding: 0 1.5rem 1rem;
|
|
23797
|
-
}
|
|
23798
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
23799
|
-
padding: 1.5rem 0 0;
|
|
23800
|
-
}.v-stepper-item {
|
|
23801
|
-
align-items: center;
|
|
23802
|
-
align-self: stretch;
|
|
23803
|
-
display: inline-flex;
|
|
23804
|
-
flex: none;
|
|
23805
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23806
|
-
padding: 1.5rem;
|
|
23807
|
-
transition-duration: 0.2s;
|
|
23808
|
-
transition-property: opacity;
|
|
23809
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23810
|
-
}
|
|
23811
|
-
.v-stepper-item--selected {
|
|
23812
|
-
opacity: 1;
|
|
23813
|
-
}
|
|
23814
|
-
.v-stepper-item--error {
|
|
23815
|
-
color: rgb(var(--v-theme-error));
|
|
23816
|
-
}
|
|
23817
|
-
.v-stepper-item--disabled {
|
|
23818
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23819
|
-
pointer-events: none;
|
|
23820
|
-
}
|
|
23821
|
-
.v-stepper--alt-labels .v-stepper-item {
|
|
23822
|
-
flex-direction: column;
|
|
23823
|
-
justify-content: flex-start;
|
|
23824
|
-
align-items: center;
|
|
23825
|
-
flex-basis: 175px;
|
|
23826
|
-
}
|
|
23827
|
-
|
|
23828
|
-
.v-stepper-item__avatar.v-avatar {
|
|
23829
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23830
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23831
|
-
font-size: 0.75rem;
|
|
23832
|
-
margin-inline-end: 8px;
|
|
23833
|
-
}
|
|
23834
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23835
|
-
font-size: 0.875rem;
|
|
23836
|
-
}
|
|
23837
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23838
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
23839
|
-
}
|
|
23840
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23841
|
-
background: rgb(var(--v-theme-error));
|
|
23842
|
-
}
|
|
23843
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23844
|
-
margin-bottom: 16px;
|
|
23845
|
-
margin-inline-end: 0;
|
|
23846
|
-
}
|
|
23847
|
-
|
|
23848
|
-
.v-stepper-item__title {
|
|
23849
|
-
line-height: 1;
|
|
23850
|
-
}
|
|
23851
|
-
.v-stepper--mobile .v-stepper-item__title {
|
|
23852
|
-
display: none;
|
|
23853
|
-
}
|
|
23854
|
-
|
|
23855
|
-
.v-stepper-item__subtitle {
|
|
23856
|
-
font-size: 0.75rem;
|
|
23857
|
-
text-align: left;
|
|
23858
|
-
line-height: 1;
|
|
23859
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23860
|
-
}
|
|
23861
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23862
|
-
text-align: center;
|
|
23863
|
-
}
|
|
23864
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23865
|
-
display: none;
|
|
23866
23750
|
}.v-switch .v-label {
|
|
23867
23751
|
padding-inline-start: 10px;
|
|
23868
23752
|
}
|
|
@@ -23977,101 +23861,122 @@ html.v-overlay-scroll-blocked {
|
|
|
23977
23861
|
}
|
|
23978
23862
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23979
23863
|
width: auto;
|
|
23980
|
-
}.v-
|
|
23981
|
-
|
|
23982
|
-
border-radius:
|
|
23983
|
-
|
|
23984
|
-
}
|
|
23985
|
-
.v-slide-group--horizontal .v-tab {
|
|
23986
|
-
max-width: 360px;
|
|
23864
|
+
}.v-stepper.v-sheet {
|
|
23865
|
+
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));
|
|
23866
|
+
border-radius: 4px;
|
|
23867
|
+
overflow: hidden;
|
|
23987
23868
|
}
|
|
23988
|
-
.v-
|
|
23989
|
-
|
|
23869
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23870
|
+
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));
|
|
23990
23871
|
}
|
|
23991
23872
|
|
|
23992
|
-
.v-
|
|
23993
|
-
|
|
23994
|
-
|
|
23995
|
-
|
|
23996
|
-
|
|
23997
|
-
|
|
23998
|
-
|
|
23999
|
-
|
|
24000
|
-
opacity: 0;
|
|
23873
|
+
.v-stepper-header {
|
|
23874
|
+
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));
|
|
23875
|
+
align-items: center;
|
|
23876
|
+
display: flex;
|
|
23877
|
+
position: relative;
|
|
23878
|
+
overflow-x: auto;
|
|
23879
|
+
justify-content: space-between;
|
|
23880
|
+
z-index: 1;
|
|
24001
23881
|
}
|
|
24002
|
-
.v-
|
|
24003
|
-
|
|
23882
|
+
.v-stepper-header .v-divider {
|
|
23883
|
+
margin: 0 -16px;
|
|
24004
23884
|
}
|
|
24005
|
-
.v-
|
|
24006
|
-
|
|
24007
|
-
|
|
24008
|
-
|
|
24009
|
-
|
|
23885
|
+
.v-stepper-header .v-divider:last-child {
|
|
23886
|
+
margin-inline-end: 0;
|
|
23887
|
+
}
|
|
23888
|
+
.v-stepper-header .v-divider:first-child {
|
|
23889
|
+
margin-inline-start: 0;
|
|
23890
|
+
}
|
|
23891
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
23892
|
+
height: auto;
|
|
23893
|
+
}
|
|
23894
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23895
|
+
align-self: flex-start;
|
|
23896
|
+
margin: 35px -67px 0;
|
|
23897
|
+
}
|
|
23898
|
+
|
|
23899
|
+
.v-stepper-window {
|
|
23900
|
+
margin: 1.5rem;
|
|
23901
|
+
}
|
|
23902
|
+
|
|
23903
|
+
.v-stepper-actions {
|
|
24010
23904
|
display: flex;
|
|
24011
|
-
|
|
23905
|
+
align-items: center;
|
|
23906
|
+
justify-content: space-between;
|
|
23907
|
+
padding: 1rem;
|
|
24012
23908
|
}
|
|
24013
|
-
.v-
|
|
24014
|
-
|
|
23909
|
+
.v-stepper .v-stepper-actions {
|
|
23910
|
+
padding: 0 1.5rem 1rem;
|
|
24015
23911
|
}
|
|
24016
|
-
.v-
|
|
24017
|
-
|
|
23912
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
23913
|
+
padding: 1.5rem 0 0;
|
|
23914
|
+
}.v-stepper-item {
|
|
23915
|
+
align-items: center;
|
|
23916
|
+
align-self: stretch;
|
|
23917
|
+
display: inline-flex;
|
|
23918
|
+
flex: none;
|
|
23919
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23920
|
+
padding: 1.5rem;
|
|
23921
|
+
transition-duration: 0.2s;
|
|
23922
|
+
transition-property: opacity;
|
|
23923
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24018
23924
|
}
|
|
24019
|
-
|
|
24020
|
-
|
|
24021
|
-
--v-tabs-height: 44px;
|
|
23925
|
+
.v-stepper-item--selected {
|
|
23926
|
+
opacity: 1;
|
|
24022
23927
|
}
|
|
24023
|
-
.v-
|
|
24024
|
-
--v-
|
|
23928
|
+
.v-stepper-item--error {
|
|
23929
|
+
color: rgb(var(--v-theme-error));
|
|
24025
23930
|
}
|
|
24026
|
-
|
|
24027
|
-
|
|
24028
|
-
|
|
23931
|
+
.v-stepper-item--disabled {
|
|
23932
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23933
|
+
pointer-events: none;
|
|
24029
23934
|
}
|
|
24030
|
-
.v-
|
|
24031
|
-
|
|
23935
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
23936
|
+
flex-direction: column;
|
|
23937
|
+
justify-content: flex-start;
|
|
23938
|
+
align-items: center;
|
|
23939
|
+
flex-basis: 175px;
|
|
24032
23940
|
}
|
|
24033
23941
|
|
|
24034
|
-
.v-
|
|
24035
|
-
|
|
24036
|
-
|
|
24037
|
-
|
|
23942
|
+
.v-stepper-item__avatar.v-avatar {
|
|
23943
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23944
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23945
|
+
font-size: 0.75rem;
|
|
23946
|
+
margin-inline-end: 8px;
|
|
24038
23947
|
}
|
|
24039
|
-
|
|
24040
|
-
|
|
24041
|
-
margin-inline-start: 42px;
|
|
23948
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23949
|
+
font-size: 0.875rem;
|
|
24042
23950
|
}
|
|
24043
|
-
|
|
24044
|
-
|
|
24045
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24046
|
-
margin-inline-end: auto;
|
|
23951
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23952
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24047
23953
|
}
|
|
24048
|
-
.v-
|
|
24049
|
-
|
|
24050
|
-
|
|
23954
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23955
|
+
background: rgb(var(--v-theme-error));
|
|
23956
|
+
}
|
|
23957
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23958
|
+
margin-bottom: 16px;
|
|
23959
|
+
margin-inline-end: 0;
|
|
24051
23960
|
}
|
|
24052
23961
|
|
|
24053
|
-
.v-
|
|
24054
|
-
|
|
23962
|
+
.v-stepper-item__title {
|
|
23963
|
+
line-height: 1;
|
|
24055
23964
|
}
|
|
24056
|
-
.v-
|
|
24057
|
-
|
|
24058
|
-
max-width: none;
|
|
23965
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
23966
|
+
display: none;
|
|
24059
23967
|
}
|
|
24060
23968
|
|
|
24061
|
-
.v-
|
|
24062
|
-
|
|
23969
|
+
.v-stepper-item__subtitle {
|
|
23970
|
+
font-size: 0.75rem;
|
|
23971
|
+
text-align: left;
|
|
23972
|
+
line-height: 1;
|
|
23973
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24063
23974
|
}
|
|
24064
|
-
.v-
|
|
24065
|
-
|
|
23975
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23976
|
+
text-align: center;
|
|
24066
23977
|
}
|
|
24067
|
-
|
|
24068
|
-
|
|
24069
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24070
|
-
margin-inline-start: 52px;
|
|
24071
|
-
}
|
|
24072
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24073
|
-
margin-inline-end: 52px;
|
|
24074
|
-
}
|
|
23978
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23979
|
+
display: none;
|
|
24075
23980
|
}.v-system-bar {
|
|
24076
23981
|
align-items: center;
|
|
24077
23982
|
display: flex;
|
|
@@ -24247,6 +24152,101 @@ html.v-overlay-scroll-blocked {
|
|
|
24247
24152
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24248
24153
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24249
24154
|
border-top: 0px !important;
|
|
24155
|
+
}.v-tabs {
|
|
24156
|
+
display: flex;
|
|
24157
|
+
height: var(--v-tabs-height);
|
|
24158
|
+
}
|
|
24159
|
+
.v-tabs--density-default {
|
|
24160
|
+
--v-tabs-height: 48px;
|
|
24161
|
+
}
|
|
24162
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
24163
|
+
--v-tabs-height: 72px;
|
|
24164
|
+
}
|
|
24165
|
+
|
|
24166
|
+
.v-tabs--density-comfortable {
|
|
24167
|
+
--v-tabs-height: 44px;
|
|
24168
|
+
}
|
|
24169
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24170
|
+
--v-tabs-height: 68px;
|
|
24171
|
+
}
|
|
24172
|
+
|
|
24173
|
+
.v-tabs--density-compact {
|
|
24174
|
+
--v-tabs-height: 36px;
|
|
24175
|
+
}
|
|
24176
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
24177
|
+
--v-tabs-height: 60px;
|
|
24178
|
+
}
|
|
24179
|
+
|
|
24180
|
+
.v-tabs.v-slide-group--vertical {
|
|
24181
|
+
height: auto;
|
|
24182
|
+
flex: none;
|
|
24183
|
+
--v-tabs-height: 48px;
|
|
24184
|
+
}
|
|
24185
|
+
|
|
24186
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24187
|
+
margin-inline-start: 42px;
|
|
24188
|
+
}
|
|
24189
|
+
|
|
24190
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
24191
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24192
|
+
margin-inline-end: auto;
|
|
24193
|
+
}
|
|
24194
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
24195
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
24196
|
+
margin-inline-start: auto;
|
|
24197
|
+
}
|
|
24198
|
+
|
|
24199
|
+
.v-tabs--grow {
|
|
24200
|
+
flex-grow: 1;
|
|
24201
|
+
}
|
|
24202
|
+
.v-tabs--grow .v-tab {
|
|
24203
|
+
flex: 1 0 auto;
|
|
24204
|
+
max-width: none;
|
|
24205
|
+
}
|
|
24206
|
+
|
|
24207
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
24208
|
+
margin-inline-start: auto;
|
|
24209
|
+
}
|
|
24210
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
24211
|
+
margin-inline-end: 0;
|
|
24212
|
+
}
|
|
24213
|
+
|
|
24214
|
+
@media (max-width: 1279.98px) {
|
|
24215
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24216
|
+
margin-inline-start: 52px;
|
|
24217
|
+
}
|
|
24218
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24219
|
+
margin-inline-end: 52px;
|
|
24220
|
+
}
|
|
24221
|
+
}.v-tab.v-tab.v-btn {
|
|
24222
|
+
height: var(--v-tabs-height);
|
|
24223
|
+
border-radius: 0;
|
|
24224
|
+
min-width: 90px;
|
|
24225
|
+
}
|
|
24226
|
+
.v-slide-group--horizontal .v-tab {
|
|
24227
|
+
max-width: 360px;
|
|
24228
|
+
}
|
|
24229
|
+
.v-slide-group--vertical .v-tab {
|
|
24230
|
+
justify-content: start;
|
|
24231
|
+
}
|
|
24232
|
+
|
|
24233
|
+
.v-tab__slider {
|
|
24234
|
+
position: absolute;
|
|
24235
|
+
bottom: 0;
|
|
24236
|
+
left: 0;
|
|
24237
|
+
height: 2px;
|
|
24238
|
+
width: 100%;
|
|
24239
|
+
background: currentColor;
|
|
24240
|
+
pointer-events: none;
|
|
24241
|
+
opacity: 0;
|
|
24242
|
+
}
|
|
24243
|
+
.v-tab--selected .v-tab__slider {
|
|
24244
|
+
opacity: 1;
|
|
24245
|
+
}
|
|
24246
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
24247
|
+
top: 0;
|
|
24248
|
+
height: 100%;
|
|
24249
|
+
width: 2px;
|
|
24250
24250
|
}/* region BLOCK */
|
|
24251
24251
|
.v-text-field input {
|
|
24252
24252
|
color: inherit;
|
|
@@ -24998,34 +24998,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24998
24998
|
}
|
|
24999
24999
|
.v-window-y-reverse-transition-leave-to {
|
|
25000
25000
|
transform: translateY(100%);
|
|
25001
|
-
}.v-color-picker-edit {
|
|
25002
|
-
display: flex;
|
|
25003
|
-
margin-top: 24px;
|
|
25004
|
-
}
|
|
25005
|
-
|
|
25006
|
-
.v-color-picker-edit__input {
|
|
25007
|
-
width: 100%;
|
|
25008
|
-
display: flex;
|
|
25009
|
-
flex-wrap: wrap;
|
|
25010
|
-
justify-content: center;
|
|
25011
|
-
text-align: center;
|
|
25012
|
-
}
|
|
25013
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
25014
|
-
margin-inline-end: 8px;
|
|
25015
|
-
}
|
|
25016
|
-
.v-color-picker-edit__input input {
|
|
25017
|
-
border-radius: 4px;
|
|
25018
|
-
margin-bottom: 8px;
|
|
25019
|
-
min-width: 0;
|
|
25020
|
-
outline: none;
|
|
25021
|
-
text-align: center;
|
|
25022
|
-
width: 100%;
|
|
25023
|
-
height: 32px;
|
|
25024
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25025
|
-
color: rgba(var(--v-theme-on-surface));
|
|
25026
|
-
}
|
|
25027
|
-
.v-color-picker-edit__input span {
|
|
25028
|
-
font-size: 0.75rem;
|
|
25029
25001
|
}.v-color-picker-canvas {
|
|
25030
25002
|
display: flex;
|
|
25031
25003
|
position: relative;
|
|
@@ -25117,6 +25089,34 @@ html.v-overlay-scroll-blocked {
|
|
|
25117
25089
|
.v-color-picker-preview__eye-dropper {
|
|
25118
25090
|
position: relative;
|
|
25119
25091
|
margin-right: 12px;
|
|
25092
|
+
}.v-color-picker-edit {
|
|
25093
|
+
display: flex;
|
|
25094
|
+
margin-top: 24px;
|
|
25095
|
+
}
|
|
25096
|
+
|
|
25097
|
+
.v-color-picker-edit__input {
|
|
25098
|
+
width: 100%;
|
|
25099
|
+
display: flex;
|
|
25100
|
+
flex-wrap: wrap;
|
|
25101
|
+
justify-content: center;
|
|
25102
|
+
text-align: center;
|
|
25103
|
+
}
|
|
25104
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
25105
|
+
margin-inline-end: 8px;
|
|
25106
|
+
}
|
|
25107
|
+
.v-color-picker-edit__input input {
|
|
25108
|
+
border-radius: 4px;
|
|
25109
|
+
margin-bottom: 8px;
|
|
25110
|
+
min-width: 0;
|
|
25111
|
+
outline: none;
|
|
25112
|
+
text-align: center;
|
|
25113
|
+
width: 100%;
|
|
25114
|
+
height: 32px;
|
|
25115
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25116
|
+
color: rgba(var(--v-theme-on-surface));
|
|
25117
|
+
}
|
|
25118
|
+
.v-color-picker-edit__input span {
|
|
25119
|
+
font-size: 0.75rem;
|
|
25120
25120
|
}.v-color-picker-swatches {
|
|
25121
25121
|
overflow-y: auto;
|
|
25122
25122
|
}
|