@vuetify/nightly 3.6.3-master.2024-05-02 → 3.6.3-master.2024-05-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 +8 -2
- package/dist/json/attributes.json +17 -17
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +116 -116
- package/dist/json/web-types.json +28 -28
- package/dist/vuetify-labs.css +1377 -1363
- package/dist/vuetify-labs.d.ts +129 -123
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +765 -751
- package/dist/vuetify.d.ts +171 -165
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +3 -1
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VBanner/index.d.mts +11 -11
- package/lib/components/VBtn/VBtn.css +3 -1
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VChip/VChip.css +3 -1
- package/lib/components/VChipGroup/index.d.mts +11 -11
- package/lib/components/VDataTable/index.d.mts +66 -66
- package/lib/components/VList/VListItem.css +3 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +19 -13
- package/lib/components/VSlideGroup/index.d.mts +11 -11
- package/lib/components/VSnackbar/VSnackbar.css +3 -1
- package/lib/components/VTabs/index.d.mts +11 -11
- package/lib/components/index.d.mts +129 -123
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/lib/styles/tools/_variant.sass +3 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17380,6 +17380,19 @@ html.overflow-y-hidden {
|
|
17380
17380
|
font-weight: normal;
|
17381
17381
|
padding: 0.2em 0.4rem;
|
17382
17382
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17383
|
+
}.v-calendar-header {
|
17384
|
+
align-items: center;
|
17385
|
+
display: flex;
|
17386
|
+
min-height: 64px;
|
17387
|
+
}
|
17388
|
+
|
17389
|
+
.v-calendar-header__today {
|
17390
|
+
margin-inline-end: 24px;
|
17391
|
+
}
|
17392
|
+
|
17393
|
+
.v-calendar-header__title {
|
17394
|
+
font-size: 1.5rem;
|
17395
|
+
margin-inline-start: 24px;
|
17383
17396
|
}.v-calendar-weekly {
|
17384
17397
|
width: 100%;
|
17385
17398
|
height: 100%;
|
@@ -17603,6 +17616,48 @@ html.overflow-y-hidden {
|
|
17603
17616
|
}
|
17604
17617
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17605
17618
|
border-right: none;
|
17619
|
+
}.v-calendar-day__row-with-label {
|
17620
|
+
display: grid;
|
17621
|
+
grid-template-columns: 48px 8px 1fr;
|
17622
|
+
border-right: thin solid #e0e0e0;
|
17623
|
+
}
|
17624
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17625
|
+
position: relative;
|
17626
|
+
border-right: thin solid #e0e0e0;
|
17627
|
+
}
|
17628
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17629
|
+
content: "";
|
17630
|
+
border-bottom: thin solid #e0e0e0;
|
17631
|
+
position: absolute;
|
17632
|
+
width: 100%;
|
17633
|
+
margin-top: -1px;
|
17634
|
+
z-index: 3;
|
17635
|
+
pointer-events: none;
|
17636
|
+
}
|
17637
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17638
|
+
font-size: 10px;
|
17639
|
+
text-align: center;
|
17640
|
+
position: relative;
|
17641
|
+
top: -8px;
|
17642
|
+
}
|
17643
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17644
|
+
border-bottom: thin solid #e0e0e0;
|
17645
|
+
}
|
17646
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17647
|
+
border-bottom: none;
|
17648
|
+
}
|
17649
|
+
|
17650
|
+
.v-calendar-day__row-without-label {
|
17651
|
+
display: grid;
|
17652
|
+
grid-template-columns: 1fr;
|
17653
|
+
border-right: thin solid #e0e0e0;
|
17654
|
+
}
|
17655
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17656
|
+
overflow: hidden;
|
17657
|
+
border-bottom: thin solid #e0e0e0;
|
17658
|
+
}
|
17659
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17660
|
+
border-bottom: none;
|
17606
17661
|
}.v-calendar-day {
|
17607
17662
|
position: relative;
|
17608
17663
|
display: flex;
|
@@ -17635,24 +17690,6 @@ html.overflow-y-hidden {
|
|
17635
17690
|
}
|
17636
17691
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17637
17692
|
grid-template-columns: repeat(1, 1fr);
|
17638
|
-
}.v-calendar-header {
|
17639
|
-
align-items: center;
|
17640
|
-
display: flex;
|
17641
|
-
min-height: 64px;
|
17642
|
-
}
|
17643
|
-
|
17644
|
-
.v-calendar-header__today {
|
17645
|
-
margin-inline-end: 24px;
|
17646
|
-
}
|
17647
|
-
|
17648
|
-
.v-calendar-header__title {
|
17649
|
-
font-size: 1.5rem;
|
17650
|
-
margin-inline-start: 24px;
|
17651
|
-
}.v-calendar-internal-event {
|
17652
|
-
overflow: hidden;
|
17653
|
-
padding: 4px;
|
17654
|
-
text-overflow: ellipsis;
|
17655
|
-
white-space: nowrap;
|
17656
17693
|
}.v-calendar-month__day {
|
17657
17694
|
position: relative;
|
17658
17695
|
display: flex;
|
@@ -17716,48 +17753,11 @@ html.overflow-y-hidden {
|
|
17716
17753
|
|
17717
17754
|
.v-calendar-weekly__day-alldayevents-container {
|
17718
17755
|
min-height: 24px;
|
17719
|
-
}.v-calendar-
|
17720
|
-
display: grid;
|
17721
|
-
grid-template-columns: 48px 8px 1fr;
|
17722
|
-
border-right: thin solid #e0e0e0;
|
17723
|
-
}
|
17724
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17725
|
-
position: relative;
|
17726
|
-
border-right: thin solid #e0e0e0;
|
17727
|
-
}
|
17728
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17729
|
-
content: "";
|
17730
|
-
border-bottom: thin solid #e0e0e0;
|
17731
|
-
position: absolute;
|
17732
|
-
width: 100%;
|
17733
|
-
margin-top: -1px;
|
17734
|
-
z-index: 3;
|
17735
|
-
pointer-events: none;
|
17736
|
-
}
|
17737
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17738
|
-
font-size: 10px;
|
17739
|
-
text-align: center;
|
17740
|
-
position: relative;
|
17741
|
-
top: -8px;
|
17742
|
-
}
|
17743
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17744
|
-
border-bottom: thin solid #e0e0e0;
|
17745
|
-
}
|
17746
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17747
|
-
border-bottom: none;
|
17748
|
-
}
|
17749
|
-
|
17750
|
-
.v-calendar-day__row-without-label {
|
17751
|
-
display: grid;
|
17752
|
-
grid-template-columns: 1fr;
|
17753
|
-
border-right: thin solid #e0e0e0;
|
17754
|
-
}
|
17755
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17756
|
+
}.v-calendar-internal-event {
|
17756
17757
|
overflow: hidden;
|
17757
|
-
|
17758
|
-
|
17759
|
-
|
17760
|
-
border-bottom: none;
|
17758
|
+
padding: 4px;
|
17759
|
+
text-overflow: ellipsis;
|
17760
|
+
white-space: nowrap;
|
17761
17761
|
}.v-number-input input[type=number] {
|
17762
17762
|
-moz-appearance: textfield;
|
17763
17763
|
}
|
@@ -17796,32 +17796,6 @@ html.overflow-y-hidden {
|
|
17796
17796
|
.v-number-input__control .v-btn {
|
17797
17797
|
background-color: transparent;
|
17798
17798
|
border-radius: 0;
|
17799
|
-
}.v-pull-to-refresh {
|
17800
|
-
overflow: hidden;
|
17801
|
-
position: relative;
|
17802
|
-
}
|
17803
|
-
.v-pull-to-refresh__pull-down {
|
17804
|
-
position: absolute;
|
17805
|
-
width: 100%;
|
17806
|
-
transition: top 0.3s ease-out;
|
17807
|
-
}
|
17808
|
-
.v-pull-to-refresh__pull-down--touching {
|
17809
|
-
transition: none;
|
17810
|
-
}
|
17811
|
-
.v-pull-to-refresh__pull-down-default {
|
17812
|
-
display: flex;
|
17813
|
-
width: 100%;
|
17814
|
-
height: 100%;
|
17815
|
-
justify-content: center;
|
17816
|
-
align-items: flex-end;
|
17817
|
-
padding-bottom: 10px;
|
17818
|
-
}
|
17819
|
-
.v-pull-to-refresh__scroll-container {
|
17820
|
-
position: relative;
|
17821
|
-
transition: top 0.3s ease-out;
|
17822
|
-
}
|
17823
|
-
.v-pull-to-refresh__scroll-container--touching {
|
17824
|
-
transition: none;
|
17825
17799
|
}.v-picker.v-sheet {
|
17826
17800
|
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));
|
17827
17801
|
border-radius: 4px;
|
@@ -17875,6 +17849,32 @@ html.overflow-y-hidden {
|
|
17875
17849
|
padding-bottom: 16px;
|
17876
17850
|
font-weight: 400;
|
17877
17851
|
letter-spacing: 0.1666666667em;
|
17852
|
+
}.v-pull-to-refresh {
|
17853
|
+
overflow: hidden;
|
17854
|
+
position: relative;
|
17855
|
+
}
|
17856
|
+
.v-pull-to-refresh__pull-down {
|
17857
|
+
position: absolute;
|
17858
|
+
width: 100%;
|
17859
|
+
transition: top 0.3s ease-out;
|
17860
|
+
}
|
17861
|
+
.v-pull-to-refresh__pull-down--touching {
|
17862
|
+
transition: none;
|
17863
|
+
}
|
17864
|
+
.v-pull-to-refresh__pull-down-default {
|
17865
|
+
display: flex;
|
17866
|
+
width: 100%;
|
17867
|
+
height: 100%;
|
17868
|
+
justify-content: center;
|
17869
|
+
align-items: flex-end;
|
17870
|
+
padding-bottom: 10px;
|
17871
|
+
}
|
17872
|
+
.v-pull-to-refresh__scroll-container {
|
17873
|
+
position: relative;
|
17874
|
+
transition: top 0.3s ease-out;
|
17875
|
+
}
|
17876
|
+
.v-pull-to-refresh__scroll-container--touching {
|
17877
|
+
transition: none;
|
17878
17878
|
}.v-time-picker.v-picker {
|
17879
17879
|
padding: 24px;
|
17880
17880
|
width: 328px;
|
@@ -17882,6 +17882,22 @@ html.overflow-y-hidden {
|
|
17882
17882
|
.v-time-picker.v-picker .v-picker-title {
|
17883
17883
|
padding: 0;
|
17884
17884
|
margin-bottom: 20px;
|
17885
|
+
}.v-treeview-item--filtered {
|
17886
|
+
display: none;
|
17887
|
+
}
|
17888
|
+
|
17889
|
+
.v-treeview {
|
17890
|
+
--indent-padding: 0px;
|
17891
|
+
}
|
17892
|
+
|
17893
|
+
.v-treeview-group.v-list-group {
|
17894
|
+
--list-indent-size: 16px;
|
17895
|
+
}
|
17896
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
17897
|
+
--prepend-width: 16px;
|
17898
|
+
}
|
17899
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
17900
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
17885
17901
|
}.v-time-picker-clock {
|
17886
17902
|
background: rgb(var(--v-theme-background));
|
17887
17903
|
color: rgb(var(--v-theme-on-background));
|
@@ -18116,34 +18132,6 @@ html.overflow-y-hidden {
|
|
18116
18132
|
}
|
18117
18133
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18118
18134
|
text-align: center;
|
18119
|
-
}.v-treeview-item--filtered {
|
18120
|
-
display: none;
|
18121
|
-
}
|
18122
|
-
|
18123
|
-
.v-treeview {
|
18124
|
-
--indent-padding: 0px;
|
18125
|
-
}
|
18126
|
-
|
18127
|
-
.v-treeview-group.v-list-group {
|
18128
|
-
--list-indent-size: 16px;
|
18129
|
-
}
|
18130
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
18131
|
-
--prepend-width: 16px;
|
18132
|
-
}
|
18133
|
-
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18134
|
-
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18135
|
-
}.v-app-bar {
|
18136
|
-
display: flex;
|
18137
|
-
}
|
18138
|
-
.v-app-bar.v-toolbar {
|
18139
|
-
background: rgb(var(--v-theme-surface));
|
18140
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18141
|
-
}
|
18142
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18143
|
-
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));
|
18144
|
-
}
|
18145
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
18146
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
18147
18135
|
}.v-application {
|
18148
18136
|
display: flex;
|
18149
18137
|
background: rgb(var(--v-theme-background));
|
@@ -18160,99 +18148,99 @@ html.overflow-y-hidden {
|
|
18160
18148
|
min-height: 100vh;
|
18161
18149
|
min-height: 100dvh;
|
18162
18150
|
position: relative;
|
18163
|
-
}.v-
|
18164
|
-
|
18165
|
-
align-items: center;
|
18166
|
-
display: inline-flex;
|
18167
|
-
justify-content: center;
|
18168
|
-
line-height: normal;
|
18169
|
-
overflow: hidden;
|
18170
|
-
position: relative;
|
18171
|
-
text-align: center;
|
18172
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18173
|
-
transition-property: width, height;
|
18174
|
-
vertical-align: middle;
|
18175
|
-
border-radius: 50%;
|
18151
|
+
}.v-app-bar {
|
18152
|
+
display: flex;
|
18176
18153
|
}
|
18177
|
-
.v-
|
18178
|
-
--v-
|
18154
|
+
.v-app-bar.v-toolbar {
|
18155
|
+
background: rgb(var(--v-theme-surface));
|
18156
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18179
18157
|
}
|
18180
|
-
.v-
|
18181
|
-
--v-
|
18158
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18159
|
+
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));
|
18182
18160
|
}
|
18183
|
-
.v-
|
18184
|
-
--v-
|
18161
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18162
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18163
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18164
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18165
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18166
|
+
cursor: text;
|
18185
18167
|
}
|
18186
|
-
.v-
|
18187
|
-
|
18168
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18169
|
+
flex: 1 1;
|
18188
18170
|
}
|
18189
|
-
.v-
|
18190
|
-
|
18171
|
+
.v-autocomplete .v-field input {
|
18172
|
+
min-width: 64px;
|
18191
18173
|
}
|
18192
|
-
.v-
|
18193
|
-
|
18194
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18195
|
-
}
|
18196
|
-
.v-avatar.v-avatar--density-comfortable {
|
18197
|
-
height: calc(var(--v-avatar-height) + -4px);
|
18198
|
-
width: calc(var(--v-avatar-height) + -4px);
|
18174
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18175
|
+
min-width: 0;
|
18199
18176
|
}
|
18200
|
-
.v-
|
18201
|
-
|
18202
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18177
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18178
|
+
margin-inline-end: 2px;
|
18203
18179
|
}
|
18204
|
-
.v-
|
18205
|
-
|
18206
|
-
|
18180
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18181
|
+
overflow: hidden;
|
18182
|
+
text-overflow: ellipsis;
|
18183
|
+
white-space: nowrap;
|
18207
18184
|
}
|
18208
|
-
|
18209
|
-
|
18185
|
+
|
18186
|
+
.v-autocomplete__content {
|
18187
|
+
overflow: hidden;
|
18188
|
+
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));
|
18189
|
+
border-radius: 4px;
|
18210
18190
|
}
|
18211
|
-
.v-
|
18212
|
-
|
18191
|
+
.v-autocomplete__mask {
|
18192
|
+
background: rgb(var(--v-theme-surface-light));
|
18213
18193
|
}
|
18214
|
-
.v-
|
18215
|
-
display:
|
18194
|
+
.v-autocomplete__selection {
|
18195
|
+
display: inline-flex;
|
18196
|
+
align-items: center;
|
18197
|
+
height: 1.5rem;
|
18198
|
+
letter-spacing: inherit;
|
18199
|
+
line-height: inherit;
|
18200
|
+
max-width: calc(100% - 2px - 2px);
|
18216
18201
|
}
|
18217
|
-
.v-
|
18218
|
-
|
18219
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18202
|
+
.v-autocomplete__selection:first-child {
|
18203
|
+
margin-inline-start: 0;
|
18220
18204
|
}
|
18221
|
-
.v-
|
18222
|
-
|
18205
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18206
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18207
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18208
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18209
|
+
top: 0px;
|
18223
18210
|
}
|
18224
|
-
.v-
|
18225
|
-
|
18211
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18212
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18226
18213
|
}
|
18227
|
-
.v-
|
18228
|
-
|
18214
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18215
|
+
opacity: 1;
|
18229
18216
|
}
|
18230
|
-
.v-
|
18231
|
-
|
18217
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18218
|
+
caret-color: transparent;
|
18232
18219
|
}
|
18233
|
-
.v-
|
18234
|
-
|
18235
|
-
opacity: var(--v-activated-opacity);
|
18236
|
-
border-radius: inherit;
|
18220
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18221
|
+
flex: 1 1;
|
18237
18222
|
position: absolute;
|
18238
|
-
top: 0;
|
18239
|
-
right: 0;
|
18240
|
-
bottom: 0;
|
18241
18223
|
left: 0;
|
18242
|
-
|
18224
|
+
right: 0;
|
18225
|
+
width: 100%;
|
18226
|
+
padding-inline: inherit;
|
18243
18227
|
}
|
18244
|
-
.v-
|
18245
|
-
|
18228
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18229
|
+
transition: none;
|
18246
18230
|
}
|
18247
|
-
.v-
|
18248
|
-
|
18231
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18232
|
+
opacity: 0;
|
18249
18233
|
}
|
18250
|
-
.v-
|
18251
|
-
|
18234
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18235
|
+
opacity: 0;
|
18252
18236
|
}
|
18253
|
-
.v-
|
18254
|
-
|
18255
|
-
|
18237
|
+
.v-autocomplete__menu-icon {
|
18238
|
+
margin-inline-start: 4px;
|
18239
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18240
|
+
}
|
18241
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18242
|
+
opacity: var(--v-high-emphasis-opacity);
|
18243
|
+
transform: rotate(180deg);
|
18256
18244
|
}.v-alert {
|
18257
18245
|
display: grid;
|
18258
18246
|
flex: 1 1;
|
@@ -18306,13 +18294,15 @@ html.overflow-y-hidden {
|
|
18306
18294
|
background: currentColor;
|
18307
18295
|
opacity: var(--v-activated-opacity);
|
18308
18296
|
border-radius: inherit;
|
18309
|
-
position: absolute;
|
18310
18297
|
top: 0;
|
18311
18298
|
right: 0;
|
18312
18299
|
bottom: 0;
|
18313
18300
|
left: 0;
|
18314
18301
|
pointer-events: none;
|
18315
18302
|
}
|
18303
|
+
.v-alert .v-alert__underlay {
|
18304
|
+
position: absolute;
|
18305
|
+
}
|
18316
18306
|
.v-alert--prominent {
|
18317
18307
|
grid-template-areas: "prepend content append close" "prepend content . .";
|
18318
18308
|
}
|
@@ -18463,190 +18453,101 @@ html.overflow-y-hidden {
|
|
18463
18453
|
text-transform: none;
|
18464
18454
|
word-break: normal;
|
18465
18455
|
word-wrap: break-word;
|
18466
|
-
}.v-
|
18467
|
-
|
18468
|
-
line-height: 1;
|
18469
|
-
}
|
18470
|
-
|
18471
|
-
.v-badge__badge {
|
18456
|
+
}.v-avatar {
|
18457
|
+
flex: none;
|
18472
18458
|
align-items: center;
|
18473
18459
|
display: inline-flex;
|
18474
|
-
border-radius: 10px;
|
18475
|
-
font-size: 0.75rem;
|
18476
|
-
font-weight: 500;
|
18477
|
-
height: 1.25rem;
|
18478
18460
|
justify-content: center;
|
18479
|
-
|
18480
|
-
|
18481
|
-
pointer-events: auto;
|
18482
|
-
position: absolute;
|
18483
|
-
text-align: center;
|
18484
|
-
text-indent: 0;
|
18485
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18486
|
-
white-space: nowrap;
|
18487
|
-
background: rgb(var(--v-theme-surface-variant));
|
18488
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18489
|
-
}
|
18490
|
-
.v-badge--bordered .v-badge__badge::after {
|
18491
|
-
border-radius: inherit;
|
18492
|
-
border-style: solid;
|
18493
|
-
border-width: 2px;
|
18494
|
-
bottom: 0;
|
18495
|
-
color: rgb(var(--v-theme-background));
|
18496
|
-
content: "";
|
18497
|
-
left: 0;
|
18498
|
-
position: absolute;
|
18499
|
-
right: 0;
|
18500
|
-
top: 0;
|
18501
|
-
transform: scale(1.05);
|
18502
|
-
}
|
18503
|
-
.v-badge--dot .v-badge__badge {
|
18504
|
-
border-radius: 4.5px;
|
18505
|
-
height: 9px;
|
18506
|
-
min-width: 0;
|
18507
|
-
padding: 0;
|
18508
|
-
width: 9px;
|
18509
|
-
}
|
18510
|
-
.v-badge--dot .v-badge__badge::after {
|
18511
|
-
border-width: 1.5px;
|
18512
|
-
}
|
18513
|
-
.v-badge--inline .v-badge__badge {
|
18461
|
+
line-height: normal;
|
18462
|
+
overflow: hidden;
|
18514
18463
|
position: relative;
|
18464
|
+
text-align: center;
|
18465
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18466
|
+
transition-property: width, height;
|
18515
18467
|
vertical-align: middle;
|
18468
|
+
border-radius: 50%;
|
18516
18469
|
}
|
18517
|
-
.v-
|
18518
|
-
|
18519
|
-
font-size: 0.75rem;
|
18520
|
-
margin: 0 -2px;
|
18470
|
+
.v-avatar.v-avatar--size-x-small {
|
18471
|
+
--v-avatar-height: 24px;
|
18521
18472
|
}
|
18522
|
-
.v-
|
18523
|
-
|
18524
|
-
height: 100%;
|
18525
|
-
width: 100%;
|
18473
|
+
.v-avatar.v-avatar--size-small {
|
18474
|
+
--v-avatar-height: 32px;
|
18526
18475
|
}
|
18527
|
-
|
18528
|
-
|
18529
|
-
display: flex;
|
18530
|
-
position: relative;
|
18476
|
+
.v-avatar.v-avatar--size-default {
|
18477
|
+
--v-avatar-height: 40px;
|
18531
18478
|
}
|
18532
|
-
.v-
|
18533
|
-
|
18534
|
-
display: inline-flex;
|
18535
|
-
justify-content: center;
|
18536
|
-
margin: 0 4px;
|
18537
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18538
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18539
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18540
|
-
cursor: text;
|
18479
|
+
.v-avatar.v-avatar--size-large {
|
18480
|
+
--v-avatar-height: 48px;
|
18541
18481
|
}
|
18542
|
-
.v-
|
18543
|
-
|
18482
|
+
.v-avatar.v-avatar--size-x-large {
|
18483
|
+
--v-avatar-height: 56px;
|
18544
18484
|
}
|
18545
|
-
.v-
|
18546
|
-
|
18485
|
+
.v-avatar.v-avatar--density-default {
|
18486
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18487
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18547
18488
|
}
|
18548
|
-
.v-
|
18549
|
-
|
18489
|
+
.v-avatar.v-avatar--density-comfortable {
|
18490
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18491
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18550
18492
|
}
|
18551
|
-
.v-
|
18552
|
-
|
18493
|
+
.v-avatar.v-avatar--density-compact {
|
18494
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18495
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18553
18496
|
}
|
18554
|
-
.v-
|
18555
|
-
|
18556
|
-
|
18557
|
-
white-space: nowrap;
|
18497
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18498
|
+
background: transparent;
|
18499
|
+
color: inherit;
|
18558
18500
|
}
|
18559
|
-
|
18560
|
-
.
|
18561
|
-
overflow: hidden;
|
18562
|
-
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));
|
18563
|
-
border-radius: 4px;
|
18501
|
+
.v-avatar--variant-plain {
|
18502
|
+
opacity: 0.62;
|
18564
18503
|
}
|
18565
|
-
.v-
|
18566
|
-
|
18504
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18505
|
+
opacity: 1;
|
18567
18506
|
}
|
18568
|
-
.v-
|
18569
|
-
display:
|
18570
|
-
align-items: center;
|
18571
|
-
height: 1.5rem;
|
18572
|
-
letter-spacing: inherit;
|
18573
|
-
line-height: inherit;
|
18574
|
-
max-width: calc(100% - 2px - 2px);
|
18507
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18508
|
+
display: none;
|
18575
18509
|
}
|
18576
|
-
.v-
|
18577
|
-
|
18510
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18511
|
+
background: var(--v-theme-surface);
|
18512
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18578
18513
|
}
|
18579
|
-
.v-
|
18580
|
-
|
18581
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18582
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18583
|
-
top: 0px;
|
18514
|
+
.v-avatar--variant-elevated {
|
18515
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18584
18516
|
}
|
18585
|
-
.v-
|
18586
|
-
|
18517
|
+
.v-avatar--variant-flat {
|
18518
|
+
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));
|
18587
18519
|
}
|
18588
|
-
.v-
|
18589
|
-
|
18520
|
+
.v-avatar--variant-outlined {
|
18521
|
+
border: thin solid currentColor;
|
18590
18522
|
}
|
18591
|
-
.v-
|
18592
|
-
|
18523
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18524
|
+
background: currentColor;
|
18593
18525
|
}
|
18594
|
-
.v-
|
18595
|
-
|
18596
|
-
|
18597
|
-
|
18526
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18527
|
+
background: currentColor;
|
18528
|
+
opacity: var(--v-activated-opacity);
|
18529
|
+
border-radius: inherit;
|
18530
|
+
top: 0;
|
18598
18531
|
right: 0;
|
18599
|
-
|
18600
|
-
|
18601
|
-
|
18602
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18603
|
-
transition: none;
|
18604
|
-
}
|
18605
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18606
|
-
opacity: 0;
|
18532
|
+
bottom: 0;
|
18533
|
+
left: 0;
|
18534
|
+
pointer-events: none;
|
18607
18535
|
}
|
18608
|
-
.v-
|
18609
|
-
|
18536
|
+
.v-avatar .v-avatar__underlay {
|
18537
|
+
position: absolute;
|
18610
18538
|
}
|
18611
|
-
.v-
|
18612
|
-
|
18613
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18539
|
+
.v-avatar--rounded {
|
18540
|
+
border-radius: 4px;
|
18614
18541
|
}
|
18615
|
-
.v-
|
18616
|
-
|
18617
|
-
transform: rotate(180deg);
|
18618
|
-
}.bottom-sheet-transition-enter-from {
|
18619
|
-
transform: translateY(100%);
|
18542
|
+
.v-avatar--start {
|
18543
|
+
margin-inline-end: 8px;
|
18620
18544
|
}
|
18621
|
-
.
|
18622
|
-
|
18545
|
+
.v-avatar--end {
|
18546
|
+
margin-inline-start: 8px;
|
18623
18547
|
}
|
18624
|
-
|
18625
|
-
|
18626
|
-
align-self: flex-end;
|
18627
|
-
border-radius: 0;
|
18628
|
-
flex: 0 1 auto;
|
18629
|
-
left: 0;
|
18630
|
-
right: 0;
|
18631
|
-
margin-inline: 0;
|
18632
|
-
margin-bottom: 0;
|
18633
|
-
transition-duration: 0.2s;
|
18548
|
+
.v-avatar .v-img {
|
18549
|
+
height: 100%;
|
18634
18550
|
width: 100%;
|
18635
|
-
max-width: 100%;
|
18636
|
-
overflow: visible;
|
18637
|
-
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));
|
18638
|
-
}
|
18639
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18640
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18641
|
-
border-radius: 0;
|
18642
|
-
}
|
18643
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18644
|
-
max-width: none;
|
18645
|
-
}
|
18646
|
-
@media (min-width: 600px) {
|
18647
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18648
|
-
max-width: 70%;
|
18649
|
-
}
|
18650
18551
|
}.v-bottom-navigation {
|
18651
18552
|
display: flex;
|
18652
18553
|
max-width: 100%;
|
@@ -18859,6 +18760,38 @@ html.overflow-y-hidden {
|
|
18859
18760
|
}
|
18860
18761
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18861
18762
|
align-self: flex-start;
|
18763
|
+
}.bottom-sheet-transition-enter-from {
|
18764
|
+
transform: translateY(100%);
|
18765
|
+
}
|
18766
|
+
.bottom-sheet-transition-leave-to {
|
18767
|
+
transform: translateY(100%);
|
18768
|
+
}
|
18769
|
+
|
18770
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18771
|
+
align-self: flex-end;
|
18772
|
+
border-radius: 0;
|
18773
|
+
flex: 0 1 auto;
|
18774
|
+
left: 0;
|
18775
|
+
right: 0;
|
18776
|
+
margin-inline: 0;
|
18777
|
+
margin-bottom: 0;
|
18778
|
+
transition-duration: 0.2s;
|
18779
|
+
width: 100%;
|
18780
|
+
max-width: 100%;
|
18781
|
+
overflow: visible;
|
18782
|
+
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));
|
18783
|
+
}
|
18784
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18785
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18786
|
+
border-radius: 0;
|
18787
|
+
}
|
18788
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18789
|
+
max-width: none;
|
18790
|
+
}
|
18791
|
+
@media (min-width: 600px) {
|
18792
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18793
|
+
max-width: 70%;
|
18794
|
+
}
|
18862
18795
|
}.v-breadcrumbs {
|
18863
18796
|
display: flex;
|
18864
18797
|
align-items: center;
|
@@ -19119,13 +19052,15 @@ html.overflow-y-hidden {
|
|
19119
19052
|
background: currentColor;
|
19120
19053
|
opacity: var(--v-activated-opacity);
|
19121
19054
|
border-radius: inherit;
|
19122
|
-
position: absolute;
|
19123
19055
|
top: 0;
|
19124
19056
|
right: 0;
|
19125
19057
|
bottom: 0;
|
19126
19058
|
left: 0;
|
19127
19059
|
pointer-events: none;
|
19128
19060
|
}
|
19061
|
+
.v-btn .v-btn__underlay {
|
19062
|
+
position: absolute;
|
19063
|
+
}
|
19129
19064
|
@supports selector(:focus-visible) {
|
19130
19065
|
.v-btn::after {
|
19131
19066
|
content: "";
|
@@ -19466,13 +19401,15 @@ html.overflow-y-hidden {
|
|
19466
19401
|
background: currentColor;
|
19467
19402
|
opacity: var(--v-activated-opacity);
|
19468
19403
|
border-radius: inherit;
|
19469
|
-
position: absolute;
|
19470
19404
|
top: 0;
|
19471
19405
|
right: 0;
|
19472
19406
|
bottom: 0;
|
19473
19407
|
left: 0;
|
19474
19408
|
pointer-events: none;
|
19475
19409
|
}
|
19410
|
+
.v-card .v-card__underlay {
|
19411
|
+
position: absolute;
|
19412
|
+
}
|
19476
19413
|
.v-card--disabled {
|
19477
19414
|
pointer-events: none;
|
19478
19415
|
-webkit-user-select: none;
|
@@ -19679,69 +19616,6 @@ html.overflow-y-hidden {
|
|
19679
19616
|
pointer-events: none;
|
19680
19617
|
opacity: 0;
|
19681
19618
|
transition: opacity 0.2s ease-in-out;
|
19682
|
-
}.v-carousel {
|
19683
|
-
overflow: hidden;
|
19684
|
-
position: relative;
|
19685
|
-
width: 100%;
|
19686
|
-
}
|
19687
|
-
.v-carousel__controls {
|
19688
|
-
align-items: center;
|
19689
|
-
bottom: 0;
|
19690
|
-
display: flex;
|
19691
|
-
height: 50px;
|
19692
|
-
justify-content: center;
|
19693
|
-
list-style-type: none;
|
19694
|
-
position: absolute;
|
19695
|
-
width: 100%;
|
19696
|
-
z-index: 1;
|
19697
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19698
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19699
|
-
}
|
19700
|
-
.v-carousel__controls > .v-item-group {
|
19701
|
-
flex: 0 1 auto;
|
19702
|
-
}
|
19703
|
-
.v-carousel__controls__item {
|
19704
|
-
margin: 0 8px;
|
19705
|
-
}
|
19706
|
-
.v-carousel__controls__item .v-icon {
|
19707
|
-
opacity: 0.5;
|
19708
|
-
}
|
19709
|
-
.v-carousel__controls__item--active .v-icon {
|
19710
|
-
opacity: 1;
|
19711
|
-
vertical-align: middle;
|
19712
|
-
}
|
19713
|
-
.v-carousel__controls__item:hover {
|
19714
|
-
background: none;
|
19715
|
-
}
|
19716
|
-
.v-carousel__controls__item:hover .v-icon {
|
19717
|
-
opacity: 0.8;
|
19718
|
-
}
|
19719
|
-
|
19720
|
-
.v-carousel__progress {
|
19721
|
-
margin: 0;
|
19722
|
-
position: absolute;
|
19723
|
-
bottom: 0;
|
19724
|
-
left: 0;
|
19725
|
-
right: 0;
|
19726
|
-
}
|
19727
|
-
|
19728
|
-
.v-carousel-item {
|
19729
|
-
display: block;
|
19730
|
-
height: inherit;
|
19731
|
-
text-decoration: none;
|
19732
|
-
}
|
19733
|
-
.v-carousel-item > .v-img {
|
19734
|
-
height: inherit;
|
19735
|
-
}
|
19736
|
-
|
19737
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19738
|
-
background: transparent;
|
19739
|
-
}
|
19740
|
-
|
19741
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19742
|
-
flex-direction: column;
|
19743
|
-
height: 100% !important;
|
19744
|
-
width: 50px;
|
19745
19619
|
}.v-checkbox.v-input {
|
19746
19620
|
flex: 0 1 auto;
|
19747
19621
|
}
|
@@ -20081,13 +19955,15 @@ html.overflow-y-hidden {
|
|
20081
19955
|
background: currentColor;
|
20082
19956
|
opacity: var(--v-activated-opacity);
|
20083
19957
|
border-radius: inherit;
|
20084
|
-
position: absolute;
|
20085
19958
|
top: 0;
|
20086
19959
|
right: 0;
|
20087
19960
|
bottom: 0;
|
20088
19961
|
left: 0;
|
20089
19962
|
pointer-events: none;
|
20090
19963
|
}
|
19964
|
+
.v-chip .v-chip__underlay {
|
19965
|
+
position: absolute;
|
19966
|
+
}
|
20091
19967
|
.v-chip--border {
|
20092
19968
|
border-width: thin;
|
20093
19969
|
}
|
@@ -20157,6 +20033,69 @@ html.overflow-y-hidden {
|
|
20157
20033
|
|
20158
20034
|
.v-chip--label {
|
20159
20035
|
border-radius: 4px;
|
20036
|
+
}.v-carousel {
|
20037
|
+
overflow: hidden;
|
20038
|
+
position: relative;
|
20039
|
+
width: 100%;
|
20040
|
+
}
|
20041
|
+
.v-carousel__controls {
|
20042
|
+
align-items: center;
|
20043
|
+
bottom: 0;
|
20044
|
+
display: flex;
|
20045
|
+
height: 50px;
|
20046
|
+
justify-content: center;
|
20047
|
+
list-style-type: none;
|
20048
|
+
position: absolute;
|
20049
|
+
width: 100%;
|
20050
|
+
z-index: 1;
|
20051
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20052
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20053
|
+
}
|
20054
|
+
.v-carousel__controls > .v-item-group {
|
20055
|
+
flex: 0 1 auto;
|
20056
|
+
}
|
20057
|
+
.v-carousel__controls__item {
|
20058
|
+
margin: 0 8px;
|
20059
|
+
}
|
20060
|
+
.v-carousel__controls__item .v-icon {
|
20061
|
+
opacity: 0.5;
|
20062
|
+
}
|
20063
|
+
.v-carousel__controls__item--active .v-icon {
|
20064
|
+
opacity: 1;
|
20065
|
+
vertical-align: middle;
|
20066
|
+
}
|
20067
|
+
.v-carousel__controls__item:hover {
|
20068
|
+
background: none;
|
20069
|
+
}
|
20070
|
+
.v-carousel__controls__item:hover .v-icon {
|
20071
|
+
opacity: 0.8;
|
20072
|
+
}
|
20073
|
+
|
20074
|
+
.v-carousel__progress {
|
20075
|
+
margin: 0;
|
20076
|
+
position: absolute;
|
20077
|
+
bottom: 0;
|
20078
|
+
left: 0;
|
20079
|
+
right: 0;
|
20080
|
+
}
|
20081
|
+
|
20082
|
+
.v-carousel-item {
|
20083
|
+
display: block;
|
20084
|
+
height: inherit;
|
20085
|
+
text-decoration: none;
|
20086
|
+
}
|
20087
|
+
.v-carousel-item > .v-img {
|
20088
|
+
height: inherit;
|
20089
|
+
}
|
20090
|
+
|
20091
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20092
|
+
background: transparent;
|
20093
|
+
}
|
20094
|
+
|
20095
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20096
|
+
flex-direction: column;
|
20097
|
+
height: 100% !important;
|
20098
|
+
width: 50px;
|
20160
20099
|
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20161
20100
|
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20162
20101
|
}
|
@@ -20190,96 +20129,15 @@ html.overflow-y-hidden {
|
|
20190
20129
|
}
|
20191
20130
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20192
20131
|
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));
|
20193
|
-
}.v-
|
20194
|
-
|
20195
|
-
|
20196
|
-
cursor: text;
|
20197
|
-
}
|
20198
|
-
.v-combobox .v-field .v-field__input > input {
|
20199
|
-
flex: 1 1;
|
20200
|
-
}
|
20201
|
-
.v-combobox .v-field input {
|
20202
|
-
min-width: 64px;
|
20203
|
-
}
|
20204
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
20132
|
+
}.v-chip-group {
|
20133
|
+
display: flex;
|
20134
|
+
max-width: 100%;
|
20205
20135
|
min-width: 0;
|
20136
|
+
overflow-x: auto;
|
20137
|
+
padding: 4px 0;
|
20206
20138
|
}
|
20207
|
-
.v-
|
20208
|
-
margin
|
20209
|
-
}
|
20210
|
-
.v-combobox .v-combobox__selection-text {
|
20211
|
-
overflow: hidden;
|
20212
|
-
text-overflow: ellipsis;
|
20213
|
-
white-space: nowrap;
|
20214
|
-
}
|
20215
|
-
|
20216
|
-
.v-combobox__content {
|
20217
|
-
overflow: hidden;
|
20218
|
-
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));
|
20219
|
-
border-radius: 4px;
|
20220
|
-
}
|
20221
|
-
.v-combobox__mask {
|
20222
|
-
background: rgb(var(--v-theme-surface-light));
|
20223
|
-
}
|
20224
|
-
.v-combobox__selection {
|
20225
|
-
display: inline-flex;
|
20226
|
-
align-items: center;
|
20227
|
-
height: 1.5rem;
|
20228
|
-
letter-spacing: inherit;
|
20229
|
-
line-height: inherit;
|
20230
|
-
max-width: calc(100% - 2px - 2px);
|
20231
|
-
}
|
20232
|
-
.v-combobox__selection:first-child {
|
20233
|
-
margin-inline-start: 0;
|
20234
|
-
}
|
20235
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20236
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20237
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20238
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20239
|
-
top: 0px;
|
20240
|
-
}
|
20241
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
20242
|
-
opacity: var(--v-medium-emphasis-opacity);
|
20243
|
-
}
|
20244
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20245
|
-
opacity: 1;
|
20246
|
-
}
|
20247
|
-
.v-combobox--selecting-index .v-field__input > input {
|
20248
|
-
caret-color: transparent;
|
20249
|
-
}
|
20250
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20251
|
-
flex: 1 1;
|
20252
|
-
position: absolute;
|
20253
|
-
left: 0;
|
20254
|
-
right: 0;
|
20255
|
-
width: 100%;
|
20256
|
-
padding-inline: inherit;
|
20257
|
-
}
|
20258
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20259
|
-
transition: none;
|
20260
|
-
}
|
20261
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20262
|
-
opacity: 0;
|
20263
|
-
}
|
20264
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20265
|
-
opacity: 0;
|
20266
|
-
}
|
20267
|
-
.v-combobox__menu-icon {
|
20268
|
-
margin-inline-start: 4px;
|
20269
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20270
|
-
}
|
20271
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
20272
|
-
opacity: var(--v-high-emphasis-opacity);
|
20273
|
-
transform: rotate(180deg);
|
20274
|
-
}.v-chip-group {
|
20275
|
-
display: flex;
|
20276
|
-
max-width: 100%;
|
20277
|
-
min-width: 0;
|
20278
|
-
overflow-x: auto;
|
20279
|
-
padding: 4px 0;
|
20280
|
-
}
|
20281
|
-
.v-chip-group .v-chip {
|
20282
|
-
margin: 4px 8px 4px 0;
|
20139
|
+
.v-chip-group .v-chip {
|
20140
|
+
margin: 4px 8px 4px 0;
|
20283
20141
|
}
|
20284
20142
|
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20285
20143
|
opacity: var(--v-activated-opacity);
|
@@ -20289,6 +20147,11 @@ html.overflow-y-hidden {
|
|
20289
20147
|
white-space: normal;
|
20290
20148
|
flex-wrap: wrap;
|
20291
20149
|
max-width: 100%;
|
20150
|
+
}.v-counter {
|
20151
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20152
|
+
flex: 0 1 auto;
|
20153
|
+
font-size: 12px;
|
20154
|
+
transition-duration: 150ms;
|
20292
20155
|
}.v-container {
|
20293
20156
|
width: 100%;
|
20294
20157
|
padding: 16px;
|
@@ -20961,11 +20824,87 @@ html.overflow-y-hidden {
|
|
20961
20824
|
.offset-xxl-11 {
|
20962
20825
|
margin-inline-start: 91.6666666667%;
|
20963
20826
|
}
|
20964
|
-
}.v-
|
20965
|
-
|
20966
|
-
|
20967
|
-
|
20968
|
-
|
20827
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20828
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20829
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20830
|
+
cursor: text;
|
20831
|
+
}
|
20832
|
+
.v-combobox .v-field .v-field__input > input {
|
20833
|
+
flex: 1 1;
|
20834
|
+
}
|
20835
|
+
.v-combobox .v-field input {
|
20836
|
+
min-width: 64px;
|
20837
|
+
}
|
20838
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
20839
|
+
min-width: 0;
|
20840
|
+
}
|
20841
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
20842
|
+
margin-inline-end: 2px;
|
20843
|
+
}
|
20844
|
+
.v-combobox .v-combobox__selection-text {
|
20845
|
+
overflow: hidden;
|
20846
|
+
text-overflow: ellipsis;
|
20847
|
+
white-space: nowrap;
|
20848
|
+
}
|
20849
|
+
|
20850
|
+
.v-combobox__content {
|
20851
|
+
overflow: hidden;
|
20852
|
+
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));
|
20853
|
+
border-radius: 4px;
|
20854
|
+
}
|
20855
|
+
.v-combobox__mask {
|
20856
|
+
background: rgb(var(--v-theme-surface-light));
|
20857
|
+
}
|
20858
|
+
.v-combobox__selection {
|
20859
|
+
display: inline-flex;
|
20860
|
+
align-items: center;
|
20861
|
+
height: 1.5rem;
|
20862
|
+
letter-spacing: inherit;
|
20863
|
+
line-height: inherit;
|
20864
|
+
max-width: calc(100% - 2px - 2px);
|
20865
|
+
}
|
20866
|
+
.v-combobox__selection:first-child {
|
20867
|
+
margin-inline-start: 0;
|
20868
|
+
}
|
20869
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20870
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20871
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20872
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20873
|
+
top: 0px;
|
20874
|
+
}
|
20875
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
20876
|
+
opacity: var(--v-medium-emphasis-opacity);
|
20877
|
+
}
|
20878
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20879
|
+
opacity: 1;
|
20880
|
+
}
|
20881
|
+
.v-combobox--selecting-index .v-field__input > input {
|
20882
|
+
caret-color: transparent;
|
20883
|
+
}
|
20884
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20885
|
+
flex: 1 1;
|
20886
|
+
position: absolute;
|
20887
|
+
left: 0;
|
20888
|
+
right: 0;
|
20889
|
+
width: 100%;
|
20890
|
+
padding-inline: inherit;
|
20891
|
+
}
|
20892
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20893
|
+
transition: none;
|
20894
|
+
}
|
20895
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20896
|
+
opacity: 0;
|
20897
|
+
}
|
20898
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20899
|
+
opacity: 0;
|
20900
|
+
}
|
20901
|
+
.v-combobox__menu-icon {
|
20902
|
+
margin-inline-start: 4px;
|
20903
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20904
|
+
}
|
20905
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
20906
|
+
opacity: var(--v-high-emphasis-opacity);
|
20907
|
+
transform: rotate(180deg);
|
20969
20908
|
}.v-data-table {
|
20970
20909
|
width: 100%;
|
20971
20910
|
}
|
@@ -21296,6 +21235,25 @@ html.overflow-y-hidden {
|
|
21296
21235
|
|
21297
21236
|
.v-date-picker__title {
|
21298
21237
|
display: inline-block;
|
21238
|
+
}.v-date-picker-months {
|
21239
|
+
height: 288px;
|
21240
|
+
}
|
21241
|
+
|
21242
|
+
.v-date-picker-months__content {
|
21243
|
+
align-items: center;
|
21244
|
+
display: grid;
|
21245
|
+
flex: 1 1;
|
21246
|
+
height: inherit;
|
21247
|
+
justify-content: space-around;
|
21248
|
+
grid-template-columns: repeat(2, 1fr);
|
21249
|
+
grid-gap: 0px 24px;
|
21250
|
+
padding-inline-start: 36px;
|
21251
|
+
padding-inline-end: 36px;
|
21252
|
+
}
|
21253
|
+
.v-date-picker-months__content .v-btn {
|
21254
|
+
text-transform: none;
|
21255
|
+
padding-inline-start: 8px;
|
21256
|
+
padding-inline-end: 8px;
|
21299
21257
|
}.v-date-picker-header {
|
21300
21258
|
align-items: flex-end;
|
21301
21259
|
height: 70px;
|
@@ -21356,25 +21314,6 @@ html.overflow-y-hidden {
|
|
21356
21314
|
.date-picker-header-reverse-transition-leave-to {
|
21357
21315
|
opacity: 0;
|
21358
21316
|
transform: translate(0, 100%);
|
21359
|
-
}.v-date-picker-months {
|
21360
|
-
height: 288px;
|
21361
|
-
}
|
21362
|
-
|
21363
|
-
.v-date-picker-months__content {
|
21364
|
-
align-items: center;
|
21365
|
-
display: grid;
|
21366
|
-
flex: 1 1;
|
21367
|
-
height: inherit;
|
21368
|
-
justify-content: space-around;
|
21369
|
-
grid-template-columns: repeat(2, 1fr);
|
21370
|
-
grid-gap: 0px 24px;
|
21371
|
-
padding-inline-start: 36px;
|
21372
|
-
padding-inline-end: 36px;
|
21373
|
-
}
|
21374
|
-
.v-date-picker-months__content .v-btn {
|
21375
|
-
text-transform: none;
|
21376
|
-
padding-inline-start: 8px;
|
21377
|
-
padding-inline-end: 8px;
|
21378
21317
|
}.v-date-picker-years {
|
21379
21318
|
height: 288px;
|
21380
21319
|
overflow-y: scroll;
|
@@ -21531,47 +21470,183 @@ html.overflow-y-hidden {
|
|
21531
21470
|
}
|
21532
21471
|
.v-divider__wrapper--vertical .v-divider {
|
21533
21472
|
margin: 0 auto;
|
21534
|
-
}.v-
|
21535
|
-
|
21536
|
-
|
21473
|
+
}.v-empty-state {
|
21474
|
+
align-items: center;
|
21475
|
+
display: flex;
|
21476
|
+
flex-direction: column;
|
21477
|
+
justify-content: center;
|
21478
|
+
min-height: 100%;
|
21479
|
+
padding: 16px;
|
21537
21480
|
}
|
21538
|
-
.v-
|
21539
|
-
|
21481
|
+
.v-empty-state--start {
|
21482
|
+
align-items: flex-start;
|
21540
21483
|
}
|
21541
|
-
.v-
|
21542
|
-
|
21484
|
+
.v-empty-state--center {
|
21485
|
+
align-items: center;
|
21543
21486
|
}
|
21544
|
-
.v-
|
21545
|
-
|
21487
|
+
.v-empty-state--end {
|
21488
|
+
align-items: flex-end;
|
21546
21489
|
}
|
21547
21490
|
|
21548
|
-
.v-
|
21549
|
-
|
21550
|
-
flex-wrap: wrap;
|
21551
|
-
justify-content: center;
|
21552
|
-
list-style-type: none;
|
21553
|
-
padding: 0;
|
21491
|
+
.v-empty-state__media {
|
21492
|
+
text-align: center;
|
21554
21493
|
width: 100%;
|
21555
|
-
position: relative;
|
21556
|
-
z-index: 1;
|
21557
|
-
}
|
21558
|
-
.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) {
|
21559
|
-
border-bottom-left-radius: 0 !important;
|
21560
|
-
border-bottom-right-radius: 0 !important;
|
21561
21494
|
}
|
21562
|
-
.v-
|
21563
|
-
|
21564
|
-
border-top-right-radius: 0 !important;
|
21495
|
+
.v-empty-state__media .v-icon {
|
21496
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21565
21497
|
}
|
21566
|
-
|
21567
|
-
|
21568
|
-
|
21498
|
+
|
21499
|
+
.v-empty-state__headline {
|
21500
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21501
|
+
font-size: 3.75rem;
|
21502
|
+
font-weight: 300;
|
21503
|
+
line-height: 1;
|
21504
|
+
text-align: center;
|
21505
|
+
margin-bottom: 8px;
|
21569
21506
|
}
|
21570
|
-
.v-
|
21571
|
-
|
21572
|
-
border-top-right-radius: 0 !important;
|
21507
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21508
|
+
font-size: 2.125rem;
|
21573
21509
|
}
|
21574
|
-
|
21510
|
+
|
21511
|
+
.v-empty-state__title {
|
21512
|
+
font-size: 1.25rem;
|
21513
|
+
font-weight: 500;
|
21514
|
+
line-height: 1.6;
|
21515
|
+
margin-bottom: 4px;
|
21516
|
+
text-align: center;
|
21517
|
+
}
|
21518
|
+
|
21519
|
+
.v-empty-state__text {
|
21520
|
+
font-size: 0.875rem;
|
21521
|
+
font-weight: 400;
|
21522
|
+
line-height: 1.425;
|
21523
|
+
padding: 0 16px;
|
21524
|
+
text-align: center;
|
21525
|
+
}
|
21526
|
+
|
21527
|
+
.v-empty-state__content {
|
21528
|
+
padding: 24px 0;
|
21529
|
+
}
|
21530
|
+
|
21531
|
+
.v-empty-state__actions {
|
21532
|
+
display: flex;
|
21533
|
+
gap: 8px;
|
21534
|
+
padding: 16px;
|
21535
|
+
}
|
21536
|
+
|
21537
|
+
.v-empty-state__action-btn.v-btn {
|
21538
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21539
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21540
|
+
}.v-fab {
|
21541
|
+
align-items: center;
|
21542
|
+
display: inline-flex;
|
21543
|
+
flex: 1 1 auto;
|
21544
|
+
pointer-events: none;
|
21545
|
+
position: relative;
|
21546
|
+
transition-duration: 0.2s;
|
21547
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21548
|
+
vertical-align: middle;
|
21549
|
+
}
|
21550
|
+
.v-fab .v-btn {
|
21551
|
+
pointer-events: auto;
|
21552
|
+
}
|
21553
|
+
.v-fab .v-btn--variant-elevated {
|
21554
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21555
|
+
}
|
21556
|
+
.v-fab--app, .v-fab--absolute {
|
21557
|
+
display: flex;
|
21558
|
+
}
|
21559
|
+
.v-fab--start, .v-fab--left {
|
21560
|
+
justify-content: flex-start;
|
21561
|
+
}
|
21562
|
+
.v-fab--center {
|
21563
|
+
align-items: center;
|
21564
|
+
justify-content: center;
|
21565
|
+
}
|
21566
|
+
.v-fab--end, .v-fab--right {
|
21567
|
+
justify-content: flex-end;
|
21568
|
+
}
|
21569
|
+
.v-fab--bottom {
|
21570
|
+
align-items: flex-end;
|
21571
|
+
}
|
21572
|
+
.v-fab--top {
|
21573
|
+
align-items: flex-start;
|
21574
|
+
}
|
21575
|
+
.v-fab--extended .v-btn {
|
21576
|
+
border-radius: 9999px !important;
|
21577
|
+
}
|
21578
|
+
|
21579
|
+
.v-fab__container {
|
21580
|
+
align-self: center;
|
21581
|
+
display: inline-flex;
|
21582
|
+
position: absolute;
|
21583
|
+
vertical-align: middle;
|
21584
|
+
}
|
21585
|
+
.v-fab--app .v-fab__container {
|
21586
|
+
margin: 12px;
|
21587
|
+
}
|
21588
|
+
.v-fab--absolute .v-fab__container {
|
21589
|
+
position: absolute;
|
21590
|
+
z-index: 4;
|
21591
|
+
}
|
21592
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21593
|
+
transform: translateY(-50%);
|
21594
|
+
}
|
21595
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21596
|
+
transform: translateY(50%);
|
21597
|
+
}
|
21598
|
+
.v-fab--top .v-fab__container {
|
21599
|
+
top: 0;
|
21600
|
+
}
|
21601
|
+
.v-fab--bottom .v-fab__container {
|
21602
|
+
bottom: 0;
|
21603
|
+
}
|
21604
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21605
|
+
left: 0;
|
21606
|
+
}
|
21607
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21608
|
+
right: 0;
|
21609
|
+
}.v-expansion-panel {
|
21610
|
+
background-color: rgb(var(--v-theme-surface));
|
21611
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21612
|
+
}
|
21613
|
+
.v-expansion-panel:not(:first-child)::after {
|
21614
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21615
|
+
}
|
21616
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
21617
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
21618
|
+
}
|
21619
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
21620
|
+
opacity: 0.4615384615;
|
21621
|
+
}
|
21622
|
+
|
21623
|
+
.v-expansion-panels {
|
21624
|
+
display: flex;
|
21625
|
+
flex-wrap: wrap;
|
21626
|
+
justify-content: center;
|
21627
|
+
list-style-type: none;
|
21628
|
+
padding: 0;
|
21629
|
+
width: 100%;
|
21630
|
+
position: relative;
|
21631
|
+
z-index: 1;
|
21632
|
+
}
|
21633
|
+
.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) {
|
21634
|
+
border-bottom-left-radius: 0 !important;
|
21635
|
+
border-bottom-right-radius: 0 !important;
|
21636
|
+
}
|
21637
|
+
.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) {
|
21638
|
+
border-top-left-radius: 0 !important;
|
21639
|
+
border-top-right-radius: 0 !important;
|
21640
|
+
}
|
21641
|
+
.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) {
|
21642
|
+
border-bottom-left-radius: 0 !important;
|
21643
|
+
border-bottom-right-radius: 0 !important;
|
21644
|
+
}
|
21645
|
+
.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) {
|
21646
|
+
border-top-left-radius: 0 !important;
|
21647
|
+
border-top-right-radius: 0 !important;
|
21648
|
+
}
|
21649
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
21575
21650
|
border-bottom-left-radius: 0 !important;
|
21576
21651
|
border-bottom-right-radius: 0 !important;
|
21577
21652
|
}
|
@@ -21741,240 +21816,76 @@ html.overflow-y-hidden {
|
|
21741
21816
|
}
|
21742
21817
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21743
21818
|
border-radius: 0;
|
21744
|
-
}.v-
|
21745
|
-
|
21746
|
-
|
21747
|
-
|
21748
|
-
justify-content: center;
|
21749
|
-
min-height: 100%;
|
21750
|
-
padding: 16px;
|
21751
|
-
}
|
21752
|
-
.v-empty-state--start {
|
21753
|
-
align-items: flex-start;
|
21819
|
+
}.v-file-input--hide.v-input .v-field,
|
21820
|
+
.v-file-input--hide.v-input .v-input__control,
|
21821
|
+
.v-file-input--hide.v-input .v-input__details {
|
21822
|
+
display: none;
|
21754
21823
|
}
|
21755
|
-
.v-
|
21756
|
-
|
21824
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21825
|
+
grid-area: control;
|
21826
|
+
margin: 0 auto;
|
21757
21827
|
}
|
21758
|
-
.v-
|
21759
|
-
|
21828
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21829
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21830
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21831
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21832
|
+
top: 0px;
|
21760
21833
|
}
|
21761
|
-
|
21762
|
-
|
21763
|
-
|
21834
|
+
.v-file-input input[type=file] {
|
21835
|
+
height: 100%;
|
21836
|
+
left: 0;
|
21837
|
+
opacity: 0;
|
21838
|
+
position: absolute;
|
21839
|
+
top: 0;
|
21764
21840
|
width: 100%;
|
21841
|
+
z-index: 1;
|
21765
21842
|
}
|
21766
|
-
.v-
|
21767
|
-
|
21843
|
+
.v-file-input .v-input__details {
|
21844
|
+
padding-inline: 16px;
|
21768
21845
|
}
|
21769
|
-
|
21770
|
-
|
21771
|
-
|
21772
|
-
|
21773
|
-
|
21774
|
-
|
21775
|
-
|
21776
|
-
|
21846
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21847
|
+
padding-inline: 0;
|
21848
|
+
}/* region INPUT */
|
21849
|
+
.v-field {
|
21850
|
+
display: grid;
|
21851
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
21852
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
21853
|
+
font-size: 16px;
|
21854
|
+
letter-spacing: 0.009375em;
|
21855
|
+
max-width: 100%;
|
21856
|
+
border-radius: 4px;
|
21857
|
+
contain: layout;
|
21858
|
+
flex: 1 0;
|
21859
|
+
grid-area: control;
|
21860
|
+
position: relative;
|
21861
|
+
--v-field-padding-start: 16px;
|
21862
|
+
--v-field-padding-end: 16px;
|
21863
|
+
--v-field-padding-top: 8px;
|
21864
|
+
--v-field-padding-bottom: 4px;
|
21865
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
21866
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
21777
21867
|
}
|
21778
|
-
.v-
|
21779
|
-
|
21868
|
+
.v-field--disabled {
|
21869
|
+
opacity: var(--v-disabled-opacity);
|
21870
|
+
pointer-events: none;
|
21780
21871
|
}
|
21781
|
-
|
21782
|
-
|
21783
|
-
font-size: 1.25rem;
|
21784
|
-
font-weight: 500;
|
21785
|
-
line-height: 1.6;
|
21786
|
-
margin-bottom: 4px;
|
21787
|
-
text-align: center;
|
21872
|
+
.v-field .v-chip {
|
21873
|
+
--v-chip-height: 24px;
|
21788
21874
|
}
|
21789
21875
|
|
21790
|
-
|
21791
|
-
|
21792
|
-
|
21793
|
-
|
21794
|
-
padding: 0 16px;
|
21795
|
-
text-align: center;
|
21876
|
+
/* endregion */
|
21877
|
+
/* region MODIFIERS */
|
21878
|
+
.v-field--prepended {
|
21879
|
+
padding-inline-start: 12px;
|
21796
21880
|
}
|
21797
|
-
|
21798
|
-
|
21799
|
-
padding: 24px 0;
|
21881
|
+
.v-field--appended {
|
21882
|
+
padding-inline-end: 12px;
|
21800
21883
|
}
|
21801
|
-
|
21802
|
-
|
21803
|
-
|
21804
|
-
|
21805
|
-
|
21806
|
-
}
|
21807
|
-
|
21808
|
-
.v-empty-state__action-btn.v-btn {
|
21809
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21810
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21811
|
-
}.v-footer {
|
21812
|
-
align-items: center;
|
21813
|
-
display: flex;
|
21814
|
-
flex: 1 1 auto;
|
21815
|
-
padding: 8px 16px;
|
21816
|
-
position: relative;
|
21817
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21818
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21819
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21820
|
-
border-style: solid;
|
21821
|
-
border-width: 0;
|
21822
|
-
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));
|
21823
|
-
border-radius: 0;
|
21824
|
-
background: rgb(var(--v-theme-surface));
|
21825
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21826
|
-
}
|
21827
|
-
.v-footer--border {
|
21828
|
-
border-width: thin;
|
21829
|
-
box-shadow: none;
|
21830
|
-
}
|
21831
|
-
.v-footer--absolute {
|
21832
|
-
position: absolute;
|
21833
|
-
}
|
21834
|
-
.v-footer--fixed {
|
21835
|
-
position: fixed;
|
21836
|
-
}
|
21837
|
-
.v-footer--rounded {
|
21838
|
-
border-radius: 4px;
|
21839
|
-
}.v-fab {
|
21840
|
-
align-items: center;
|
21841
|
-
display: inline-flex;
|
21842
|
-
flex: 1 1 auto;
|
21843
|
-
pointer-events: none;
|
21844
|
-
position: relative;
|
21845
|
-
transition-duration: 0.2s;
|
21846
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21847
|
-
vertical-align: middle;
|
21848
|
-
}
|
21849
|
-
.v-fab .v-btn {
|
21850
|
-
pointer-events: auto;
|
21851
|
-
}
|
21852
|
-
.v-fab .v-btn--variant-elevated {
|
21853
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21854
|
-
}
|
21855
|
-
.v-fab--app, .v-fab--absolute {
|
21856
|
-
display: flex;
|
21857
|
-
}
|
21858
|
-
.v-fab--start, .v-fab--left {
|
21859
|
-
justify-content: flex-start;
|
21860
|
-
}
|
21861
|
-
.v-fab--center {
|
21862
|
-
align-items: center;
|
21863
|
-
justify-content: center;
|
21864
|
-
}
|
21865
|
-
.v-fab--end, .v-fab--right {
|
21866
|
-
justify-content: flex-end;
|
21867
|
-
}
|
21868
|
-
.v-fab--bottom {
|
21869
|
-
align-items: flex-end;
|
21870
|
-
}
|
21871
|
-
.v-fab--top {
|
21872
|
-
align-items: flex-start;
|
21873
|
-
}
|
21874
|
-
.v-fab--extended .v-btn {
|
21875
|
-
border-radius: 9999px !important;
|
21876
|
-
}
|
21877
|
-
|
21878
|
-
.v-fab__container {
|
21879
|
-
align-self: center;
|
21880
|
-
display: inline-flex;
|
21881
|
-
position: absolute;
|
21882
|
-
vertical-align: middle;
|
21883
|
-
}
|
21884
|
-
.v-fab--app .v-fab__container {
|
21885
|
-
margin: 12px;
|
21886
|
-
}
|
21887
|
-
.v-fab--absolute .v-fab__container {
|
21888
|
-
position: absolute;
|
21889
|
-
z-index: 4;
|
21890
|
-
}
|
21891
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21892
|
-
transform: translateY(-50%);
|
21893
|
-
}
|
21894
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21895
|
-
transform: translateY(50%);
|
21896
|
-
}
|
21897
|
-
.v-fab--top .v-fab__container {
|
21898
|
-
top: 0;
|
21899
|
-
}
|
21900
|
-
.v-fab--bottom .v-fab__container {
|
21901
|
-
bottom: 0;
|
21902
|
-
}
|
21903
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21904
|
-
left: 0;
|
21905
|
-
}
|
21906
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21907
|
-
right: 0;
|
21908
|
-
}.v-file-input--hide.v-input .v-field,
|
21909
|
-
.v-file-input--hide.v-input .v-input__control,
|
21910
|
-
.v-file-input--hide.v-input .v-input__details {
|
21911
|
-
display: none;
|
21912
|
-
}
|
21913
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21914
|
-
grid-area: control;
|
21915
|
-
margin: 0 auto;
|
21916
|
-
}
|
21917
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21918
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21919
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21920
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21921
|
-
top: 0px;
|
21922
|
-
}
|
21923
|
-
.v-file-input input[type=file] {
|
21924
|
-
height: 100%;
|
21925
|
-
left: 0;
|
21926
|
-
opacity: 0;
|
21927
|
-
position: absolute;
|
21928
|
-
top: 0;
|
21929
|
-
width: 100%;
|
21930
|
-
z-index: 1;
|
21931
|
-
}
|
21932
|
-
.v-file-input .v-input__details {
|
21933
|
-
padding-inline: 16px;
|
21934
|
-
}
|
21935
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21936
|
-
padding-inline: 0;
|
21937
|
-
}/* region INPUT */
|
21938
|
-
.v-field {
|
21939
|
-
display: grid;
|
21940
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
21941
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
21942
|
-
font-size: 16px;
|
21943
|
-
letter-spacing: 0.009375em;
|
21944
|
-
max-width: 100%;
|
21945
|
-
border-radius: 4px;
|
21946
|
-
contain: layout;
|
21947
|
-
flex: 1 0;
|
21948
|
-
grid-area: control;
|
21949
|
-
position: relative;
|
21950
|
-
--v-field-padding-start: 16px;
|
21951
|
-
--v-field-padding-end: 16px;
|
21952
|
-
--v-field-padding-top: 8px;
|
21953
|
-
--v-field-padding-bottom: 4px;
|
21954
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
21955
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
21956
|
-
}
|
21957
|
-
.v-field--disabled {
|
21958
|
-
opacity: var(--v-disabled-opacity);
|
21959
|
-
pointer-events: none;
|
21960
|
-
}
|
21961
|
-
.v-field .v-chip {
|
21962
|
-
--v-chip-height: 24px;
|
21963
|
-
}
|
21964
|
-
|
21965
|
-
/* endregion */
|
21966
|
-
/* region MODIFIERS */
|
21967
|
-
.v-field--prepended {
|
21968
|
-
padding-inline-start: 12px;
|
21969
|
-
}
|
21970
|
-
.v-field--appended {
|
21971
|
-
padding-inline-end: 12px;
|
21972
|
-
}
|
21973
|
-
.v-field--variant-solo, .v-field--variant-solo-filled {
|
21974
|
-
background: rgb(var(--v-theme-surface));
|
21975
|
-
border-color: transparent;
|
21976
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21977
|
-
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));
|
21884
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
21885
|
+
background: rgb(var(--v-theme-surface));
|
21886
|
+
border-color: transparent;
|
21887
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21888
|
+
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));
|
21978
21889
|
}
|
21979
21890
|
.v-field--variant-solo-inverted {
|
21980
21891
|
background: rgb(var(--v-theme-surface));
|
@@ -22504,42 +22415,59 @@ textarea.v-field__input::placeholder {
|
|
22504
22415
|
opacity: 0;
|
22505
22416
|
}
|
22506
22417
|
|
22507
|
-
/* endregion */.v-
|
22508
|
-
|
22509
|
-
|
22418
|
+
/* endregion */.v-footer {
|
22419
|
+
align-items: center;
|
22420
|
+
display: flex;
|
22421
|
+
flex: 1 1 auto;
|
22422
|
+
padding: 8px 16px;
|
22423
|
+
position: relative;
|
22424
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22425
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22426
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22427
|
+
border-style: solid;
|
22428
|
+
border-width: 0;
|
22429
|
+
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));
|
22430
|
+
border-radius: 0;
|
22431
|
+
background: rgb(var(--v-theme-surface));
|
22432
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22510
22433
|
}
|
22511
|
-
.v-
|
22512
|
-
|
22434
|
+
.v-footer--border {
|
22435
|
+
border-width: thin;
|
22436
|
+
box-shadow: none;
|
22513
22437
|
}
|
22514
|
-
.v-
|
22438
|
+
.v-footer--absolute {
|
22439
|
+
position: absolute;
|
22440
|
+
}
|
22441
|
+
.v-footer--fixed {
|
22442
|
+
position: fixed;
|
22443
|
+
}
|
22444
|
+
.v-footer--rounded {
|
22515
22445
|
border-radius: 4px;
|
22446
|
+
}.v-infinite-scroll--horizontal {
|
22447
|
+
display: flex;
|
22448
|
+
flex-direction: row;
|
22449
|
+
overflow-x: auto;
|
22516
22450
|
}
|
22517
|
-
|
22518
|
-
.v-img__img,
|
22519
|
-
.v-img__picture,
|
22520
|
-
.v-img__gradient,
|
22521
|
-
.v-img__placeholder,
|
22522
|
-
.v-img__error {
|
22523
|
-
z-index: -1;
|
22524
|
-
position: absolute;
|
22525
|
-
top: 0;
|
22526
|
-
left: 0;
|
22527
|
-
width: 100%;
|
22451
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22528
22452
|
height: 100%;
|
22453
|
+
width: 1px;
|
22529
22454
|
}
|
22530
22455
|
|
22531
|
-
.v-
|
22532
|
-
|
22533
|
-
|
22534
|
-
|
22535
|
-
object-fit: contain;
|
22456
|
+
.v-infinite-scroll--vertical {
|
22457
|
+
display: flex;
|
22458
|
+
flex-direction: column;
|
22459
|
+
overflow-y: auto;
|
22536
22460
|
}
|
22537
|
-
.v-
|
22538
|
-
|
22461
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22462
|
+
height: 1px;
|
22463
|
+
width: 100%;
|
22539
22464
|
}
|
22540
22465
|
|
22541
|
-
.v-
|
22542
|
-
|
22466
|
+
.v-infinite-scroll__side {
|
22467
|
+
align-items: center;
|
22468
|
+
display: flex;
|
22469
|
+
justify-content: center;
|
22470
|
+
padding: 8px;
|
22543
22471
|
}.v-icon {
|
22544
22472
|
--v-icon-size-multiplier: 1;
|
22545
22473
|
align-items: center;
|
@@ -22593,36 +22521,42 @@ textarea.v-field__input::placeholder {
|
|
22593
22521
|
|
22594
22522
|
.v-icon--end {
|
22595
22523
|
margin-inline-start: 8px;
|
22596
|
-
}.v-
|
22597
|
-
|
22598
|
-
|
22599
|
-
position: relative;
|
22600
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22601
|
-
}.v-infinite-scroll--horizontal {
|
22602
|
-
display: flex;
|
22603
|
-
flex-direction: row;
|
22604
|
-
overflow-x: auto;
|
22524
|
+
}.v-img {
|
22525
|
+
--v-theme-overlay-multiplier: 3;
|
22526
|
+
z-index: 0;
|
22605
22527
|
}
|
22606
|
-
.v-
|
22607
|
-
|
22608
|
-
width: 1px;
|
22528
|
+
.v-img--booting .v-responsive__sizer {
|
22529
|
+
transition: none;
|
22609
22530
|
}
|
22610
|
-
|
22611
|
-
|
22612
|
-
display: flex;
|
22613
|
-
flex-direction: column;
|
22614
|
-
overflow-y: auto;
|
22531
|
+
.v-img--rounded {
|
22532
|
+
border-radius: 4px;
|
22615
22533
|
}
|
22616
|
-
|
22617
|
-
|
22618
|
-
|
22534
|
+
|
22535
|
+
.v-img__img,
|
22536
|
+
.v-img__picture,
|
22537
|
+
.v-img__gradient,
|
22538
|
+
.v-img__placeholder,
|
22539
|
+
.v-img__error {
|
22540
|
+
z-index: -1;
|
22541
|
+
position: absolute;
|
22542
|
+
top: 0;
|
22543
|
+
left: 0;
|
22544
|
+
width: 100%;
|
22545
|
+
height: 100%;
|
22619
22546
|
}
|
22620
22547
|
|
22621
|
-
.v-
|
22622
|
-
|
22623
|
-
|
22624
|
-
|
22625
|
-
|
22548
|
+
.v-img__img--preload {
|
22549
|
+
filter: blur(4px);
|
22550
|
+
}
|
22551
|
+
.v-img__img--contain {
|
22552
|
+
object-fit: contain;
|
22553
|
+
}
|
22554
|
+
.v-img__img--cover {
|
22555
|
+
object-fit: cover;
|
22556
|
+
}
|
22557
|
+
|
22558
|
+
.v-img__gradient {
|
22559
|
+
background-repeat: no-repeat;
|
22626
22560
|
}.v-input {
|
22627
22561
|
display: grid;
|
22628
22562
|
flex: 1 1 auto;
|
@@ -22780,6 +22714,18 @@ textarea.v-field__input::placeholder {
|
|
22780
22714
|
|
22781
22715
|
.v-label--clickable {
|
22782
22716
|
cursor: pointer;
|
22717
|
+
}.v-item-group {
|
22718
|
+
flex: 0 1 auto;
|
22719
|
+
max-width: 100%;
|
22720
|
+
position: relative;
|
22721
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22722
|
+
}.v-layout-item {
|
22723
|
+
position: absolute;
|
22724
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22725
|
+
}
|
22726
|
+
|
22727
|
+
.v-layout-item--absolute {
|
22728
|
+
position: absolute;
|
22783
22729
|
}.v-layout {
|
22784
22730
|
--v-scrollbar-offset: 0px;
|
22785
22731
|
display: flex;
|
@@ -22788,13 +22734,8 @@ textarea.v-field__input::placeholder {
|
|
22788
22734
|
.v-layout--full-height {
|
22789
22735
|
--v-scrollbar-offset: inherit;
|
22790
22736
|
height: 100%;
|
22791
|
-
}.v-
|
22792
|
-
|
22793
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22794
|
-
}
|
22795
|
-
|
22796
|
-
.v-layout-item--absolute {
|
22797
|
-
position: absolute;
|
22737
|
+
}.v-locale-provider {
|
22738
|
+
display: contents;
|
22798
22739
|
}.v-list {
|
22799
22740
|
overflow: auto;
|
22800
22741
|
padding: 8px 0;
|
@@ -22974,13 +22915,15 @@ textarea.v-field__input::placeholder {
|
|
22974
22915
|
background: currentColor;
|
22975
22916
|
opacity: var(--v-activated-opacity);
|
22976
22917
|
border-radius: inherit;
|
22977
|
-
position: absolute;
|
22978
22918
|
top: 0;
|
22979
22919
|
right: 0;
|
22980
22920
|
bottom: 0;
|
22981
22921
|
left: 0;
|
22982
22922
|
pointer-events: none;
|
22983
22923
|
}
|
22924
|
+
.v-list-item .v-list-item__underlay {
|
22925
|
+
position: absolute;
|
22926
|
+
}
|
22984
22927
|
@supports selector(:focus-visible) {
|
22985
22928
|
.v-list-item::after {
|
22986
22929
|
content: "";
|
@@ -23350,6 +23293,19 @@ textarea.v-field__input::placeholder {
|
|
23350
23293
|
}
|
23351
23294
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
23352
23295
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23296
|
+
}.v-menu > .v-overlay__content {
|
23297
|
+
display: flex;
|
23298
|
+
flex-direction: column;
|
23299
|
+
border-radius: 4px;
|
23300
|
+
}
|
23301
|
+
.v-menu > .v-overlay__content > .v-card,
|
23302
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23303
|
+
.v-menu > .v-overlay__content > .v-list {
|
23304
|
+
background: rgb(var(--v-theme-surface));
|
23305
|
+
border-radius: inherit;
|
23306
|
+
overflow: auto;
|
23307
|
+
height: 100%;
|
23308
|
+
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));
|
23353
23309
|
}.v-main {
|
23354
23310
|
flex: 1 0 auto;
|
23355
23311
|
max-width: 100%;
|
@@ -23378,21 +23334,6 @@ textarea.v-field__input::placeholder {
|
|
23378
23334
|
--v-layout-right: 0px;
|
23379
23335
|
--v-layout-top: 0px;
|
23380
23336
|
--v-layout-bottom: 0px;
|
23381
|
-
}.v-menu > .v-overlay__content {
|
23382
|
-
display: flex;
|
23383
|
-
flex-direction: column;
|
23384
|
-
border-radius: 4px;
|
23385
|
-
}
|
23386
|
-
.v-menu > .v-overlay__content > .v-card,
|
23387
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23388
|
-
.v-menu > .v-overlay__content > .v-list {
|
23389
|
-
background: rgb(var(--v-theme-surface));
|
23390
|
-
border-radius: inherit;
|
23391
|
-
overflow: auto;
|
23392
|
-
height: 100%;
|
23393
|
-
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));
|
23394
|
-
}.v-locale-provider {
|
23395
|
-
display: contents;
|
23396
23337
|
}.v-navigation-drawer {
|
23397
23338
|
-webkit-overflow-scrolling: touch;
|
23398
23339
|
background: rgb(var(--v-theme-surface));
|
@@ -23511,12 +23452,6 @@ textarea.v-field__input::placeholder {
|
|
23511
23452
|
-webkit-hyphens: auto;
|
23512
23453
|
hyphens: auto;
|
23513
23454
|
transition-duration: 150ms;
|
23514
|
-
}.v-parallax {
|
23515
|
-
position: relative;
|
23516
|
-
overflow: hidden;
|
23517
|
-
}
|
23518
|
-
.v-parallax--active > .v-img__img {
|
23519
|
-
will-change: transform;
|
23520
23455
|
}.v-otp-input {
|
23521
23456
|
border-radius: 4px;
|
23522
23457
|
align-items: center;
|
@@ -23573,6 +23508,14 @@ textarea.v-field__input::placeholder {
|
|
23573
23508
|
}
|
23574
23509
|
.v-otp-input__loader .v-progress-linear {
|
23575
23510
|
position: absolute;
|
23511
|
+
}.v-pagination__list {
|
23512
|
+
display: inline-flex;
|
23513
|
+
list-style-type: none;
|
23514
|
+
justify-content: center;
|
23515
|
+
width: 100%;
|
23516
|
+
}
|
23517
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23518
|
+
margin: 0.3rem;
|
23576
23519
|
}.v-overlay-container {
|
23577
23520
|
contain: layout;
|
23578
23521
|
left: 0;
|
@@ -23636,14 +23579,6 @@ html.v-overlay-scroll-blocked {
|
|
23636
23579
|
|
23637
23580
|
.v-overlay--scroll-blocked {
|
23638
23581
|
padding-inline-end: var(--v-scrollbar-offset);
|
23639
|
-
}.v-pagination__list {
|
23640
|
-
display: inline-flex;
|
23641
|
-
list-style-type: none;
|
23642
|
-
justify-content: center;
|
23643
|
-
width: 100%;
|
23644
|
-
}
|
23645
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23646
|
-
margin: 0.3rem;
|
23647
23582
|
}.v-progress-circular {
|
23648
23583
|
align-items: center;
|
23649
23584
|
display: inline-flex;
|
@@ -23746,6 +23681,24 @@ html.v-overlay-scroll-blocked {
|
|
23746
23681
|
100% {
|
23747
23682
|
transform: rotate(270deg);
|
23748
23683
|
}
|
23684
|
+
}.v-parallax {
|
23685
|
+
position: relative;
|
23686
|
+
overflow: hidden;
|
23687
|
+
}
|
23688
|
+
.v-parallax--active > .v-img__img {
|
23689
|
+
will-change: transform;
|
23690
|
+
}.v-radio-group > .v-input__control {
|
23691
|
+
flex-direction: column;
|
23692
|
+
}
|
23693
|
+
.v-radio-group > .v-input__control > .v-label {
|
23694
|
+
margin-inline-start: 16px;
|
23695
|
+
}
|
23696
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23697
|
+
padding-inline-start: 6px;
|
23698
|
+
margin-top: 8px;
|
23699
|
+
}
|
23700
|
+
.v-radio-group .v-input__details {
|
23701
|
+
padding-inline: 16px;
|
23749
23702
|
}.v-progress-linear {
|
23750
23703
|
background: transparent;
|
23751
23704
|
overflow: hidden;
|
@@ -23957,6 +23910,32 @@ html.v-overlay-scroll-blocked {
|
|
23957
23910
|
0% {
|
23958
23911
|
background-position-x: var(--v-progress-linear-height);
|
23959
23912
|
}
|
23913
|
+
}.v-responsive {
|
23914
|
+
display: flex;
|
23915
|
+
flex: 1 0 auto;
|
23916
|
+
max-height: 100%;
|
23917
|
+
max-width: 100%;
|
23918
|
+
overflow: hidden;
|
23919
|
+
position: relative;
|
23920
|
+
}
|
23921
|
+
.v-responsive--inline {
|
23922
|
+
display: inline-flex;
|
23923
|
+
flex: 0 0 auto;
|
23924
|
+
}
|
23925
|
+
|
23926
|
+
.v-responsive__content {
|
23927
|
+
flex: 1 0 0px;
|
23928
|
+
max-width: 100%;
|
23929
|
+
}
|
23930
|
+
|
23931
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23932
|
+
margin-inline-start: -100%;
|
23933
|
+
}
|
23934
|
+
|
23935
|
+
.v-responsive__sizer {
|
23936
|
+
flex: 1 0 0px;
|
23937
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23938
|
+
pointer-events: none;
|
23960
23939
|
}.v-slider .v-slider__container input {
|
23961
23940
|
cursor: default;
|
23962
23941
|
padding: 0;
|
@@ -24014,6 +23993,14 @@ html.v-overlay-scroll-blocked {
|
|
24014
23993
|
|
24015
23994
|
.v-slider__label {
|
24016
23995
|
margin-inline-end: 12px;
|
23996
|
+
}.v-selection-control-group {
|
23997
|
+
grid-area: control;
|
23998
|
+
display: flex;
|
23999
|
+
flex-direction: column;
|
24000
|
+
}
|
24001
|
+
.v-selection-control-group--inline {
|
24002
|
+
flex-direction: row;
|
24003
|
+
flex-wrap: wrap;
|
24017
24004
|
}.v-rating {
|
24018
24005
|
max-width: 100%;
|
24019
24006
|
display: inline-flex;
|
@@ -24068,18 +24055,6 @@ html.v-overlay-scroll-blocked {
|
|
24068
24055
|
opacity: 0;
|
24069
24056
|
position: absolute;
|
24070
24057
|
width: 0;
|
24071
|
-
}.v-radio-group > .v-input__control {
|
24072
|
-
flex-direction: column;
|
24073
|
-
}
|
24074
|
-
.v-radio-group > .v-input__control > .v-label {
|
24075
|
-
margin-inline-start: 16px;
|
24076
|
-
}
|
24077
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24078
|
-
padding-inline-start: 6px;
|
24079
|
-
margin-top: 8px;
|
24080
|
-
}
|
24081
|
-
.v-radio-group .v-input__details {
|
24082
|
-
padding-inline: 16px;
|
24083
24058
|
}.v-select .v-field .v-text-field__prefix,
|
24084
24059
|
.v-select .v-field .v-text-field__suffix,
|
24085
24060
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24128,32 +24103,34 @@ html.v-overlay-scroll-blocked {
|
|
24128
24103
|
.v-select--active-menu .v-select__menu-icon {
|
24129
24104
|
opacity: var(--v-high-emphasis-opacity);
|
24130
24105
|
transform: rotate(180deg);
|
24131
|
-
}.v-
|
24132
|
-
display:
|
24133
|
-
|
24134
|
-
|
24135
|
-
|
24136
|
-
|
24137
|
-
|
24106
|
+
}.v-sheet {
|
24107
|
+
display: block;
|
24108
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24109
|
+
border-style: solid;
|
24110
|
+
border-width: 0;
|
24111
|
+
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));
|
24112
|
+
border-radius: 0;
|
24113
|
+
background: rgb(var(--v-theme-surface));
|
24114
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
24138
24115
|
}
|
24139
|
-
.v-
|
24140
|
-
|
24141
|
-
|
24116
|
+
.v-sheet--border {
|
24117
|
+
border-width: thin;
|
24118
|
+
box-shadow: none;
|
24142
24119
|
}
|
24143
|
-
|
24144
|
-
|
24145
|
-
flex: 1 0 0px;
|
24146
|
-
max-width: 100%;
|
24120
|
+
.v-sheet--absolute {
|
24121
|
+
position: absolute;
|
24147
24122
|
}
|
24148
|
-
|
24149
|
-
|
24150
|
-
margin-inline-start: -100%;
|
24123
|
+
.v-sheet--fixed {
|
24124
|
+
position: fixed;
|
24151
24125
|
}
|
24152
|
-
|
24153
|
-
|
24154
|
-
|
24155
|
-
|
24156
|
-
|
24126
|
+
.v-sheet--relative {
|
24127
|
+
position: relative;
|
24128
|
+
}
|
24129
|
+
.v-sheet--sticky {
|
24130
|
+
position: sticky;
|
24131
|
+
}
|
24132
|
+
.v-sheet--rounded {
|
24133
|
+
border-radius: 4px;
|
24157
24134
|
}.v-selection-control {
|
24158
24135
|
align-items: center;
|
24159
24136
|
contain: layout;
|
@@ -24255,105 +24232,14 @@ html.v-overlay-scroll-blocked {
|
|
24255
24232
|
}
|
24256
24233
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24257
24234
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24258
|
-
}.v-
|
24259
|
-
|
24260
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24261
|
-
border-style: solid;
|
24262
|
-
border-width: 0;
|
24263
|
-
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));
|
24264
|
-
border-radius: 0;
|
24235
|
+
}.v-skeleton-loader {
|
24236
|
+
align-items: center;
|
24265
24237
|
background: rgb(var(--v-theme-surface));
|
24266
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
24267
|
-
}
|
24268
|
-
.v-sheet--border {
|
24269
|
-
border-width: thin;
|
24270
|
-
box-shadow: none;
|
24271
|
-
}
|
24272
|
-
.v-sheet--absolute {
|
24273
|
-
position: absolute;
|
24274
|
-
}
|
24275
|
-
.v-sheet--fixed {
|
24276
|
-
position: fixed;
|
24277
|
-
}
|
24278
|
-
.v-sheet--relative {
|
24279
|
-
position: relative;
|
24280
|
-
}
|
24281
|
-
.v-sheet--sticky {
|
24282
|
-
position: sticky;
|
24283
|
-
}
|
24284
|
-
.v-sheet--rounded {
|
24285
24238
|
border-radius: 4px;
|
24286
|
-
}.v-selection-control-group {
|
24287
|
-
grid-area: control;
|
24288
24239
|
display: flex;
|
24289
|
-
flex-direction: column;
|
24290
|
-
}
|
24291
|
-
.v-selection-control-group--inline {
|
24292
|
-
flex-direction: row;
|
24293
24240
|
flex-wrap: wrap;
|
24294
|
-
|
24295
|
-
|
24296
|
-
overflow: hidden;
|
24297
|
-
}
|
24298
|
-
|
24299
|
-
.v-slide-group__next,
|
24300
|
-
.v-slide-group__prev {
|
24301
|
-
align-items: center;
|
24302
|
-
display: flex;
|
24303
|
-
flex: 0 1 52px;
|
24304
|
-
justify-content: center;
|
24305
|
-
min-width: 52px;
|
24306
|
-
cursor: pointer;
|
24307
|
-
}
|
24308
|
-
.v-slide-group__next--disabled,
|
24309
|
-
.v-slide-group__prev--disabled {
|
24310
|
-
pointer-events: none;
|
24311
|
-
opacity: var(--v-disabled-opacity);
|
24312
|
-
}
|
24313
|
-
|
24314
|
-
.v-slide-group__content {
|
24315
|
-
display: flex;
|
24316
|
-
flex: 1 0 auto;
|
24317
|
-
position: relative;
|
24318
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24319
|
-
white-space: nowrap;
|
24320
|
-
}
|
24321
|
-
.v-slide-group__content > * {
|
24322
|
-
white-space: initial;
|
24323
|
-
}
|
24324
|
-
|
24325
|
-
.v-slide-group__container {
|
24326
|
-
contain: content;
|
24327
|
-
display: flex;
|
24328
|
-
flex: 1 1 auto;
|
24329
|
-
overflow-x: auto;
|
24330
|
-
overflow-y: hidden;
|
24331
|
-
scrollbar-width: none;
|
24332
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24333
|
-
}
|
24334
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24335
|
-
display: none;
|
24336
|
-
}
|
24337
|
-
|
24338
|
-
.v-slide-group--vertical {
|
24339
|
-
max-height: inherit;
|
24340
|
-
}
|
24341
|
-
.v-slide-group--vertical,
|
24342
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24343
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24344
|
-
flex-direction: column;
|
24345
|
-
}
|
24346
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24347
|
-
overflow-x: hidden;
|
24348
|
-
overflow-y: auto;
|
24349
|
-
}.v-skeleton-loader {
|
24350
|
-
align-items: center;
|
24351
|
-
background: rgb(var(--v-theme-surface));
|
24352
|
-
border-radius: 4px;
|
24353
|
-
display: flex;
|
24354
|
-
flex-wrap: wrap;
|
24355
|
-
position: relative;
|
24356
|
-
vertical-align: top;
|
24241
|
+
position: relative;
|
24242
|
+
vertical-align: top;
|
24357
24243
|
}
|
24358
24244
|
.v-skeleton-loader__actions {
|
24359
24245
|
justify-content: end;
|
@@ -24569,6 +24455,61 @@ html.v-overlay-scroll-blocked {
|
|
24569
24455
|
100% {
|
24570
24456
|
transform: translateX(100%);
|
24571
24457
|
}
|
24458
|
+
}.v-slide-group {
|
24459
|
+
display: flex;
|
24460
|
+
overflow: hidden;
|
24461
|
+
}
|
24462
|
+
|
24463
|
+
.v-slide-group__next,
|
24464
|
+
.v-slide-group__prev {
|
24465
|
+
align-items: center;
|
24466
|
+
display: flex;
|
24467
|
+
flex: 0 1 52px;
|
24468
|
+
justify-content: center;
|
24469
|
+
min-width: 52px;
|
24470
|
+
cursor: pointer;
|
24471
|
+
}
|
24472
|
+
.v-slide-group__next--disabled,
|
24473
|
+
.v-slide-group__prev--disabled {
|
24474
|
+
pointer-events: none;
|
24475
|
+
opacity: var(--v-disabled-opacity);
|
24476
|
+
}
|
24477
|
+
|
24478
|
+
.v-slide-group__content {
|
24479
|
+
display: flex;
|
24480
|
+
flex: 1 0 auto;
|
24481
|
+
position: relative;
|
24482
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24483
|
+
white-space: nowrap;
|
24484
|
+
}
|
24485
|
+
.v-slide-group__content > * {
|
24486
|
+
white-space: initial;
|
24487
|
+
}
|
24488
|
+
|
24489
|
+
.v-slide-group__container {
|
24490
|
+
contain: content;
|
24491
|
+
display: flex;
|
24492
|
+
flex: 1 1 auto;
|
24493
|
+
overflow-x: auto;
|
24494
|
+
overflow-y: hidden;
|
24495
|
+
scrollbar-width: none;
|
24496
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24497
|
+
}
|
24498
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24499
|
+
display: none;
|
24500
|
+
}
|
24501
|
+
|
24502
|
+
.v-slide-group--vertical {
|
24503
|
+
max-height: inherit;
|
24504
|
+
}
|
24505
|
+
.v-slide-group--vertical,
|
24506
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24507
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24508
|
+
flex-direction: column;
|
24509
|
+
}
|
24510
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24511
|
+
overflow-x: hidden;
|
24512
|
+
overflow-y: auto;
|
24572
24513
|
}.v-snackbar {
|
24573
24514
|
justify-content: center;
|
24574
24515
|
z-index: 10000;
|
@@ -24622,13 +24563,15 @@ html.v-overlay-scroll-blocked {
|
|
24622
24563
|
background: currentColor;
|
24623
24564
|
opacity: var(--v-activated-opacity);
|
24624
24565
|
border-radius: inherit;
|
24625
|
-
position: absolute;
|
24626
24566
|
top: 0;
|
24627
24567
|
right: 0;
|
24628
24568
|
bottom: 0;
|
24629
24569
|
left: 0;
|
24630
24570
|
pointer-events: none;
|
24631
24571
|
}
|
24572
|
+
.v-snackbar .v-snackbar__underlay {
|
24573
|
+
position: absolute;
|
24574
|
+
}
|
24632
24575
|
|
24633
24576
|
.v-snackbar__content {
|
24634
24577
|
flex-grow: 1;
|
@@ -24746,122 +24689,6 @@ html.v-overlay-scroll-blocked {
|
|
24746
24689
|
}
|
24747
24690
|
.v-speed-dial__content > *:nth-child(10) {
|
24748
24691
|
transition-delay: 0.45s;
|
24749
|
-
}.v-stepper.v-sheet {
|
24750
|
-
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));
|
24751
|
-
border-radius: 4px;
|
24752
|
-
overflow: hidden;
|
24753
|
-
}
|
24754
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24755
|
-
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));
|
24756
|
-
}
|
24757
|
-
|
24758
|
-
.v-stepper-header {
|
24759
|
-
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));
|
24760
|
-
align-items: center;
|
24761
|
-
display: flex;
|
24762
|
-
position: relative;
|
24763
|
-
overflow-x: auto;
|
24764
|
-
justify-content: space-between;
|
24765
|
-
z-index: 1;
|
24766
|
-
}
|
24767
|
-
.v-stepper-header .v-divider {
|
24768
|
-
margin: 0 -16px;
|
24769
|
-
}
|
24770
|
-
.v-stepper-header .v-divider:last-child {
|
24771
|
-
margin-inline-end: 0;
|
24772
|
-
}
|
24773
|
-
.v-stepper-header .v-divider:first-child {
|
24774
|
-
margin-inline-start: 0;
|
24775
|
-
}
|
24776
|
-
.v-stepper--alt-labels .v-stepper-header {
|
24777
|
-
height: auto;
|
24778
|
-
}
|
24779
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24780
|
-
align-self: flex-start;
|
24781
|
-
margin: 35px -67px 0;
|
24782
|
-
}
|
24783
|
-
|
24784
|
-
.v-stepper-window {
|
24785
|
-
margin: 1.5rem;
|
24786
|
-
}
|
24787
|
-
|
24788
|
-
.v-stepper-actions {
|
24789
|
-
display: flex;
|
24790
|
-
align-items: center;
|
24791
|
-
justify-content: space-between;
|
24792
|
-
padding: 1rem;
|
24793
|
-
}
|
24794
|
-
.v-stepper .v-stepper-actions {
|
24795
|
-
padding: 0 1.5rem 1rem;
|
24796
|
-
}
|
24797
|
-
.v-stepper-window-item .v-stepper-actions {
|
24798
|
-
padding: 1.5rem 0 0;
|
24799
|
-
}.v-stepper-item {
|
24800
|
-
align-items: center;
|
24801
|
-
align-self: stretch;
|
24802
|
-
display: inline-flex;
|
24803
|
-
flex: none;
|
24804
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24805
|
-
padding: 1.5rem;
|
24806
|
-
transition-duration: 0.2s;
|
24807
|
-
transition-property: opacity;
|
24808
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24809
|
-
}
|
24810
|
-
.v-stepper-item--selected {
|
24811
|
-
opacity: 1;
|
24812
|
-
}
|
24813
|
-
.v-stepper-item--error {
|
24814
|
-
color: rgb(var(--v-theme-error));
|
24815
|
-
}
|
24816
|
-
.v-stepper-item--disabled {
|
24817
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24818
|
-
pointer-events: none;
|
24819
|
-
}
|
24820
|
-
.v-stepper--alt-labels .v-stepper-item {
|
24821
|
-
flex-direction: column;
|
24822
|
-
justify-content: flex-start;
|
24823
|
-
align-items: center;
|
24824
|
-
flex-basis: 175px;
|
24825
|
-
}
|
24826
|
-
|
24827
|
-
.v-stepper-item__avatar.v-avatar {
|
24828
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24829
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24830
|
-
font-size: 0.75rem;
|
24831
|
-
margin-inline-end: 8px;
|
24832
|
-
}
|
24833
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
24834
|
-
font-size: 0.875rem;
|
24835
|
-
}
|
24836
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24837
|
-
background: rgb(var(--v-theme-surface-variant));
|
24838
|
-
}
|
24839
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24840
|
-
background: rgb(var(--v-theme-error));
|
24841
|
-
}
|
24842
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24843
|
-
margin-bottom: 16px;
|
24844
|
-
margin-inline-end: 0;
|
24845
|
-
}
|
24846
|
-
|
24847
|
-
.v-stepper-item__title {
|
24848
|
-
line-height: 1;
|
24849
|
-
}
|
24850
|
-
.v-stepper--mobile .v-stepper-item__title {
|
24851
|
-
display: none;
|
24852
|
-
}
|
24853
|
-
|
24854
|
-
.v-stepper-item__subtitle {
|
24855
|
-
font-size: 0.75rem;
|
24856
|
-
text-align: left;
|
24857
|
-
line-height: 1;
|
24858
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24859
|
-
}
|
24860
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24861
|
-
text-align: center;
|
24862
|
-
}
|
24863
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
24864
|
-
display: none;
|
24865
24692
|
}.v-switch .v-label {
|
24866
24693
|
padding-inline-start: 10px;
|
24867
24694
|
}
|
@@ -24998,72 +24825,122 @@ html.v-overlay-scroll-blocked {
|
|
24998
24825
|
}
|
24999
24826
|
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25000
24827
|
transform: rotate(-90deg);
|
25001
|
-
}.v-
|
24828
|
+
}.v-stepper.v-sheet {
|
24829
|
+
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));
|
24830
|
+
border-radius: 4px;
|
24831
|
+
overflow: hidden;
|
24832
|
+
}
|
24833
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24834
|
+
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));
|
24835
|
+
}
|
24836
|
+
|
24837
|
+
.v-stepper-header {
|
24838
|
+
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));
|
25002
24839
|
align-items: center;
|
25003
24840
|
display: flex;
|
25004
|
-
flex: 1 1 auto;
|
25005
|
-
height: 24px;
|
25006
|
-
justify-content: flex-end;
|
25007
|
-
max-width: 100%;
|
25008
|
-
padding-inline: 8px;
|
25009
24841
|
position: relative;
|
25010
|
-
|
25011
|
-
|
25012
|
-
|
25013
|
-
background: rgba(var(--v-theme-surface-light));
|
25014
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25015
|
-
font-size: 0.75rem;
|
25016
|
-
font-weight: 400;
|
25017
|
-
letter-spacing: 0.0333333333em;
|
25018
|
-
line-height: 1.667;
|
25019
|
-
text-transform: none;
|
24842
|
+
overflow-x: auto;
|
24843
|
+
justify-content: space-between;
|
24844
|
+
z-index: 1;
|
25020
24845
|
}
|
25021
|
-
.v-
|
24846
|
+
.v-stepper-header .v-divider {
|
24847
|
+
margin: 0 -16px;
|
24848
|
+
}
|
24849
|
+
.v-stepper-header .v-divider:last-child {
|
24850
|
+
margin-inline-end: 0;
|
24851
|
+
}
|
24852
|
+
.v-stepper-header .v-divider:first-child {
|
24853
|
+
margin-inline-start: 0;
|
24854
|
+
}
|
24855
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24856
|
+
height: auto;
|
24857
|
+
}
|
24858
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24859
|
+
align-self: flex-start;
|
24860
|
+
margin: 35px -67px 0;
|
24861
|
+
}
|
24862
|
+
|
24863
|
+
.v-stepper-window {
|
24864
|
+
margin: 1.5rem;
|
24865
|
+
}
|
24866
|
+
|
24867
|
+
.v-stepper-actions {
|
24868
|
+
display: flex;
|
24869
|
+
align-items: center;
|
24870
|
+
justify-content: space-between;
|
24871
|
+
padding: 1rem;
|
24872
|
+
}
|
24873
|
+
.v-stepper .v-stepper-actions {
|
24874
|
+
padding: 0 1.5rem 1rem;
|
24875
|
+
}
|
24876
|
+
.v-stepper-window-item .v-stepper-actions {
|
24877
|
+
padding: 1.5rem 0 0;
|
24878
|
+
}.v-stepper-item {
|
24879
|
+
align-items: center;
|
24880
|
+
align-self: stretch;
|
24881
|
+
display: inline-flex;
|
24882
|
+
flex: none;
|
25022
24883
|
opacity: var(--v-medium-emphasis-opacity);
|
24884
|
+
padding: 1.5rem;
|
24885
|
+
transition-duration: 0.2s;
|
24886
|
+
transition-property: opacity;
|
24887
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25023
24888
|
}
|
25024
|
-
.v-
|
25025
|
-
|
24889
|
+
.v-stepper-item--selected {
|
24890
|
+
opacity: 1;
|
25026
24891
|
}
|
25027
|
-
.v-
|
25028
|
-
|
24892
|
+
.v-stepper-item--error {
|
24893
|
+
color: rgb(var(--v-theme-error));
|
25029
24894
|
}
|
25030
|
-
.v-
|
25031
|
-
|
24895
|
+
.v-stepper-item--disabled {
|
24896
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24897
|
+
pointer-events: none;
|
25032
24898
|
}
|
25033
|
-
.v-
|
25034
|
-
|
24899
|
+
.v-stepper--alt-labels .v-stepper-item {
|
24900
|
+
flex-direction: column;
|
24901
|
+
justify-content: flex-start;
|
24902
|
+
align-items: center;
|
24903
|
+
flex-basis: 175px;
|
25035
24904
|
}
|
25036
|
-
|
25037
|
-
|
25038
|
-
|
25039
|
-
|
25040
|
-
|
25041
|
-
|
24905
|
+
|
24906
|
+
.v-stepper-item__avatar.v-avatar {
|
24907
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24908
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24909
|
+
font-size: 0.75rem;
|
24910
|
+
margin-inline-end: 8px;
|
25042
24911
|
}
|
25043
|
-
.v-
|
25044
|
-
|
24912
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
24913
|
+
font-size: 0.875rem;
|
25045
24914
|
}
|
25046
|
-
.v-
|
25047
|
-
|
24915
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24916
|
+
background: rgb(var(--v-theme-surface-variant));
|
24917
|
+
}
|
24918
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24919
|
+
background: rgb(var(--v-theme-error));
|
24920
|
+
}
|
24921
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24922
|
+
margin-bottom: 16px;
|
24923
|
+
margin-inline-end: 0;
|
25048
24924
|
}
|
25049
24925
|
|
25050
|
-
.v-
|
25051
|
-
|
25052
|
-
bottom: 0;
|
25053
|
-
left: 0;
|
25054
|
-
height: 2px;
|
25055
|
-
width: 100%;
|
25056
|
-
background: currentColor;
|
25057
|
-
pointer-events: none;
|
25058
|
-
opacity: 0;
|
24926
|
+
.v-stepper-item__title {
|
24927
|
+
line-height: 1;
|
25059
24928
|
}
|
25060
|
-
.v-
|
25061
|
-
|
24929
|
+
.v-stepper--mobile .v-stepper-item__title {
|
24930
|
+
display: none;
|
25062
24931
|
}
|
25063
|
-
|
25064
|
-
|
25065
|
-
|
25066
|
-
|
24932
|
+
|
24933
|
+
.v-stepper-item__subtitle {
|
24934
|
+
font-size: 0.75rem;
|
24935
|
+
text-align: left;
|
24936
|
+
line-height: 1;
|
24937
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24938
|
+
}
|
24939
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24940
|
+
text-align: center;
|
24941
|
+
}
|
24942
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24943
|
+
display: none;
|
25067
24944
|
}.v-tabs {
|
25068
24945
|
display: flex;
|
25069
24946
|
height: var(--v-tabs-height);
|
@@ -25130,6 +25007,181 @@ html.v-overlay-scroll-blocked {
|
|
25130
25007
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25131
25008
|
margin-inline-end: 52px;
|
25132
25009
|
}
|
25010
|
+
}.v-tab.v-tab.v-btn {
|
25011
|
+
height: var(--v-tabs-height);
|
25012
|
+
border-radius: 0;
|
25013
|
+
min-width: 90px;
|
25014
|
+
}
|
25015
|
+
.v-slide-group--horizontal .v-tab {
|
25016
|
+
max-width: 360px;
|
25017
|
+
}
|
25018
|
+
.v-slide-group--vertical .v-tab {
|
25019
|
+
justify-content: start;
|
25020
|
+
}
|
25021
|
+
|
25022
|
+
.v-tab__slider {
|
25023
|
+
position: absolute;
|
25024
|
+
bottom: 0;
|
25025
|
+
left: 0;
|
25026
|
+
height: 2px;
|
25027
|
+
width: 100%;
|
25028
|
+
background: currentColor;
|
25029
|
+
pointer-events: none;
|
25030
|
+
opacity: 0;
|
25031
|
+
}
|
25032
|
+
.v-tab--selected .v-tab__slider {
|
25033
|
+
opacity: 1;
|
25034
|
+
}
|
25035
|
+
.v-slide-group--vertical .v-tab__slider {
|
25036
|
+
top: 0;
|
25037
|
+
height: 100%;
|
25038
|
+
width: 2px;
|
25039
|
+
}.v-system-bar {
|
25040
|
+
align-items: center;
|
25041
|
+
display: flex;
|
25042
|
+
flex: 1 1 auto;
|
25043
|
+
height: 24px;
|
25044
|
+
justify-content: flex-end;
|
25045
|
+
max-width: 100%;
|
25046
|
+
padding-inline: 8px;
|
25047
|
+
position: relative;
|
25048
|
+
text-align: end;
|
25049
|
+
width: 100%;
|
25050
|
+
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));
|
25051
|
+
background: rgba(var(--v-theme-surface-light));
|
25052
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25053
|
+
font-size: 0.75rem;
|
25054
|
+
font-weight: 400;
|
25055
|
+
letter-spacing: 0.0333333333em;
|
25056
|
+
line-height: 1.667;
|
25057
|
+
text-transform: none;
|
25058
|
+
}
|
25059
|
+
.v-system-bar .v-icon {
|
25060
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25061
|
+
}
|
25062
|
+
.v-system-bar--absolute {
|
25063
|
+
position: absolute;
|
25064
|
+
}
|
25065
|
+
.v-system-bar--fixed {
|
25066
|
+
position: fixed;
|
25067
|
+
}
|
25068
|
+
.v-system-bar--rounded {
|
25069
|
+
border-radius: 0;
|
25070
|
+
}
|
25071
|
+
.v-system-bar--window {
|
25072
|
+
height: 32px;
|
25073
|
+
}
|
25074
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25075
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25076
|
+
}.v-textarea .v-field {
|
25077
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25078
|
+
}
|
25079
|
+
.v-textarea .v-field__field {
|
25080
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25081
|
+
}
|
25082
|
+
.v-textarea .v-field__input {
|
25083
|
+
flex: 1 1 auto;
|
25084
|
+
outline: none;
|
25085
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25086
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25087
|
+
}
|
25088
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25089
|
+
visibility: hidden;
|
25090
|
+
position: absolute;
|
25091
|
+
top: 0;
|
25092
|
+
left: 0;
|
25093
|
+
height: 0 !important;
|
25094
|
+
min-height: 0 !important;
|
25095
|
+
pointer-events: none;
|
25096
|
+
}
|
25097
|
+
.v-textarea--no-resize .v-field__input {
|
25098
|
+
resize: none;
|
25099
|
+
}
|
25100
|
+
.v-textarea .v-field--no-label textarea,
|
25101
|
+
.v-textarea .v-field--active textarea {
|
25102
|
+
opacity: 1;
|
25103
|
+
}
|
25104
|
+
.v-textarea textarea {
|
25105
|
+
opacity: 0;
|
25106
|
+
flex: 1;
|
25107
|
+
min-width: 0;
|
25108
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25109
|
+
}
|
25110
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25111
|
+
outline: none;
|
25112
|
+
}
|
25113
|
+
.v-textarea textarea:invalid {
|
25114
|
+
box-shadow: none;
|
25115
|
+
}/* region BLOCK */
|
25116
|
+
.v-text-field input {
|
25117
|
+
color: inherit;
|
25118
|
+
opacity: 0;
|
25119
|
+
flex: 1;
|
25120
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25121
|
+
min-width: 0;
|
25122
|
+
}
|
25123
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25124
|
+
outline: none;
|
25125
|
+
}
|
25126
|
+
.v-text-field input:invalid {
|
25127
|
+
box-shadow: none;
|
25128
|
+
}
|
25129
|
+
.v-text-field .v-field {
|
25130
|
+
cursor: text;
|
25131
|
+
}
|
25132
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25133
|
+
--v-field-padding-start: 6px;
|
25134
|
+
}
|
25135
|
+
|
25136
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25137
|
+
--v-field-padding-end: 0;
|
25138
|
+
}
|
25139
|
+
|
25140
|
+
.v-text-field .v-input__details {
|
25141
|
+
padding-inline: 16px;
|
25142
|
+
}
|
25143
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25144
|
+
padding-inline: 0;
|
25145
|
+
}
|
25146
|
+
|
25147
|
+
.v-text-field .v-field--no-label input,
|
25148
|
+
.v-text-field .v-field--active input {
|
25149
|
+
opacity: 1;
|
25150
|
+
}
|
25151
|
+
.v-text-field .v-field--single-line input {
|
25152
|
+
transition: none;
|
25153
|
+
}
|
25154
|
+
|
25155
|
+
/* endregion */
|
25156
|
+
/* region ELEMENTS */
|
25157
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25158
|
+
align-items: center;
|
25159
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25160
|
+
cursor: default;
|
25161
|
+
display: flex;
|
25162
|
+
opacity: 0;
|
25163
|
+
transition: inherit;
|
25164
|
+
white-space: nowrap;
|
25165
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25166
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25167
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25168
|
+
}
|
25169
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25170
|
+
opacity: 1;
|
25171
|
+
}
|
25172
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25173
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25174
|
+
}
|
25175
|
+
.v-text-field__prefix {
|
25176
|
+
padding-inline-start: var(--v-field-padding-start);
|
25177
|
+
}
|
25178
|
+
.v-text-field__suffix {
|
25179
|
+
padding-inline-end: var(--v-field-padding-end);
|
25180
|
+
}
|
25181
|
+
|
25182
|
+
/* endregion */.v-theme-provider {
|
25183
|
+
background: rgb(var(--v-theme-background));
|
25184
|
+
color: rgb(var(--v-theme-on-background));
|
25133
25185
|
}.v-table {
|
25134
25186
|
background: rgb(var(--v-theme-surface));
|
25135
25187
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25201,183 +25253,74 @@ html.v-overlay-scroll-blocked {
|
|
25201
25253
|
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25202
25254
|
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25203
25255
|
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25204
|
-
height: var(--v-table-row-height);
|
25205
|
-
}
|
25206
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25207
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25208
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25209
|
-
height: var(--v-table-header-height);
|
25210
|
-
font-weight: 500;
|
25211
|
-
-webkit-user-select: none;
|
25212
|
-
user-select: none;
|
25213
|
-
text-align: start;
|
25214
|
-
}
|
25215
|
-
.v-table--density-default {
|
25216
|
-
--v-table-header-height: 56px;
|
25217
|
-
--v-table-row-height: 52px;
|
25218
|
-
}
|
25219
|
-
|
25220
|
-
.v-table--density-comfortable {
|
25221
|
-
--v-table-header-height: 48px;
|
25222
|
-
--v-table-row-height: 44px;
|
25223
|
-
}
|
25224
|
-
|
25225
|
-
.v-table--density-compact {
|
25226
|
-
--v-table-header-height: 40px;
|
25227
|
-
--v-table-row-height: 36px;
|
25228
|
-
}
|
25229
|
-
|
25230
|
-
.v-table__wrapper {
|
25231
|
-
border-radius: inherit;
|
25232
|
-
overflow: auto;
|
25233
|
-
flex: 1 1 auto;
|
25234
|
-
}
|
25235
|
-
|
25236
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
25237
|
-
border-top-left-radius: 0;
|
25238
|
-
}
|
25239
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
25240
|
-
border-top-right-radius: 0;
|
25241
|
-
}
|
25242
|
-
|
25243
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
25244
|
-
border-bottom-left-radius: 0;
|
25245
|
-
}
|
25246
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
25247
|
-
border-bottom-right-radius: 0;
|
25248
|
-
}
|
25249
|
-
|
25250
|
-
.v-table--fixed-height > .v-table__wrapper {
|
25251
|
-
overflow-y: auto;
|
25252
|
-
}
|
25253
|
-
|
25254
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25255
|
-
position: sticky;
|
25256
|
-
top: 0;
|
25257
|
-
z-index: 2;
|
25258
|
-
}
|
25259
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25260
|
-
border-bottom: 0px !important;
|
25261
|
-
}
|
25262
|
-
|
25263
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25264
|
-
position: sticky;
|
25265
|
-
bottom: 0;
|
25266
|
-
z-index: 1;
|
25267
|
-
}
|
25268
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25269
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25270
|
-
border-top: 0px !important;
|
25271
|
-
}.v-theme-provider {
|
25272
|
-
background: rgb(var(--v-theme-background));
|
25273
|
-
color: rgb(var(--v-theme-on-background));
|
25274
|
-
}.v-textarea .v-field {
|
25275
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25276
|
-
}
|
25277
|
-
.v-textarea .v-field__field {
|
25278
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25279
|
-
}
|
25280
|
-
.v-textarea .v-field__input {
|
25281
|
-
flex: 1 1 auto;
|
25282
|
-
outline: none;
|
25283
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25284
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25285
|
-
}
|
25286
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25287
|
-
visibility: hidden;
|
25288
|
-
position: absolute;
|
25289
|
-
top: 0;
|
25290
|
-
left: 0;
|
25291
|
-
height: 0 !important;
|
25292
|
-
min-height: 0 !important;
|
25293
|
-
pointer-events: none;
|
25294
|
-
}
|
25295
|
-
.v-textarea--no-resize .v-field__input {
|
25296
|
-
resize: none;
|
25297
|
-
}
|
25298
|
-
.v-textarea .v-field--no-label textarea,
|
25299
|
-
.v-textarea .v-field--active textarea {
|
25300
|
-
opacity: 1;
|
25301
|
-
}
|
25302
|
-
.v-textarea textarea {
|
25303
|
-
opacity: 0;
|
25304
|
-
flex: 1;
|
25305
|
-
min-width: 0;
|
25306
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25307
|
-
}
|
25308
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25309
|
-
outline: none;
|
25310
|
-
}
|
25311
|
-
.v-textarea textarea:invalid {
|
25312
|
-
box-shadow: none;
|
25313
|
-
}/* region BLOCK */
|
25314
|
-
.v-text-field input {
|
25315
|
-
color: inherit;
|
25316
|
-
opacity: 0;
|
25317
|
-
flex: 1;
|
25318
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25319
|
-
min-width: 0;
|
25320
|
-
}
|
25321
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25322
|
-
outline: none;
|
25323
|
-
}
|
25324
|
-
.v-text-field input:invalid {
|
25325
|
-
box-shadow: none;
|
25256
|
+
height: var(--v-table-row-height);
|
25326
25257
|
}
|
25327
|
-
.v-
|
25328
|
-
|
25258
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25259
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25260
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25261
|
+
height: var(--v-table-header-height);
|
25262
|
+
font-weight: 500;
|
25263
|
+
-webkit-user-select: none;
|
25264
|
+
user-select: none;
|
25265
|
+
text-align: start;
|
25329
25266
|
}
|
25330
|
-
.v-
|
25331
|
-
--v-
|
25267
|
+
.v-table--density-default {
|
25268
|
+
--v-table-header-height: 56px;
|
25269
|
+
--v-table-row-height: 52px;
|
25332
25270
|
}
|
25333
25271
|
|
25334
|
-
.v-
|
25335
|
-
--v-
|
25272
|
+
.v-table--density-comfortable {
|
25273
|
+
--v-table-header-height: 48px;
|
25274
|
+
--v-table-row-height: 44px;
|
25336
25275
|
}
|
25337
25276
|
|
25338
|
-
.v-
|
25339
|
-
|
25277
|
+
.v-table--density-compact {
|
25278
|
+
--v-table-header-height: 40px;
|
25279
|
+
--v-table-row-height: 36px;
|
25340
25280
|
}
|
25341
|
-
|
25342
|
-
|
25281
|
+
|
25282
|
+
.v-table__wrapper {
|
25283
|
+
border-radius: inherit;
|
25284
|
+
overflow: auto;
|
25285
|
+
flex: 1 1 auto;
|
25343
25286
|
}
|
25344
25287
|
|
25345
|
-
.v-
|
25346
|
-
|
25347
|
-
opacity: 1;
|
25288
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
25289
|
+
border-top-left-radius: 0;
|
25348
25290
|
}
|
25349
|
-
.v-
|
25350
|
-
|
25291
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
25292
|
+
border-top-right-radius: 0;
|
25351
25293
|
}
|
25352
25294
|
|
25353
|
-
|
25354
|
-
|
25355
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25356
|
-
align-items: center;
|
25357
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25358
|
-
cursor: default;
|
25359
|
-
display: flex;
|
25360
|
-
opacity: 0;
|
25361
|
-
transition: inherit;
|
25362
|
-
white-space: nowrap;
|
25363
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25364
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25365
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25295
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
25296
|
+
border-bottom-left-radius: 0;
|
25366
25297
|
}
|
25367
|
-
.v-
|
25368
|
-
|
25298
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
25299
|
+
border-bottom-right-radius: 0;
|
25369
25300
|
}
|
25370
|
-
|
25371
|
-
|
25301
|
+
|
25302
|
+
.v-table--fixed-height > .v-table__wrapper {
|
25303
|
+
overflow-y: auto;
|
25372
25304
|
}
|
25373
|
-
|
25374
|
-
|
25305
|
+
|
25306
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25307
|
+
position: sticky;
|
25308
|
+
top: 0;
|
25309
|
+
z-index: 2;
|
25375
25310
|
}
|
25376
|
-
.v-
|
25377
|
-
|
25311
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25312
|
+
border-bottom: 0px !important;
|
25378
25313
|
}
|
25379
25314
|
|
25380
|
-
|
25315
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25316
|
+
position: sticky;
|
25317
|
+
bottom: 0;
|
25318
|
+
z-index: 1;
|
25319
|
+
}
|
25320
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25321
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25322
|
+
border-top: 0px !important;
|
25323
|
+
}.v-timeline .v-timeline-divider__dot {
|
25381
25324
|
background: rgb(var(--v-theme-surface-light));
|
25382
25325
|
}
|
25383
25326
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25793,28 +25736,6 @@ html.v-overlay-scroll-blocked {
|
|
25793
25736
|
|
25794
25737
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25795
25738
|
padding-inline-end: 0;
|
25796
|
-
}.v-tooltip > .v-overlay__content {
|
25797
|
-
background: rgb(var(--v-theme-surface-variant));
|
25798
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25799
|
-
border-radius: 4px;
|
25800
|
-
font-size: 0.875rem;
|
25801
|
-
line-height: 1.6;
|
25802
|
-
display: inline-block;
|
25803
|
-
padding: 5px 16px;
|
25804
|
-
text-transform: initial;
|
25805
|
-
width: auto;
|
25806
|
-
opacity: 1;
|
25807
|
-
pointer-events: none;
|
25808
|
-
transition-property: opacity, transform;
|
25809
|
-
overflow-wrap: break-word;
|
25810
|
-
}
|
25811
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25812
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25813
|
-
transition-duration: 150ms;
|
25814
|
-
}
|
25815
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25816
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25817
|
-
transition-duration: 75ms;
|
25818
25739
|
}.v-toolbar {
|
25819
25740
|
align-items: flex-start;
|
25820
25741
|
display: flex;
|
@@ -25944,6 +25865,28 @@ html.v-overlay-scroll-blocked {
|
|
25944
25865
|
}
|
25945
25866
|
.v-toolbar-items > .v-btn {
|
25946
25867
|
border-radius: 0;
|
25868
|
+
}.v-tooltip > .v-overlay__content {
|
25869
|
+
background: rgb(var(--v-theme-surface-variant));
|
25870
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25871
|
+
border-radius: 4px;
|
25872
|
+
font-size: 0.875rem;
|
25873
|
+
line-height: 1.6;
|
25874
|
+
display: inline-block;
|
25875
|
+
padding: 5px 16px;
|
25876
|
+
text-transform: initial;
|
25877
|
+
width: auto;
|
25878
|
+
opacity: 1;
|
25879
|
+
pointer-events: none;
|
25880
|
+
transition-property: opacity, transform;
|
25881
|
+
overflow-wrap: break-word;
|
25882
|
+
}
|
25883
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25884
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25885
|
+
transition-duration: 150ms;
|
25886
|
+
}
|
25887
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25888
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25889
|
+
transition-duration: 75ms;
|
25947
25890
|
}.v-virtual-scroll {
|
25948
25891
|
display: block;
|
25949
25892
|
flex: 1 1 auto;
|
@@ -25953,6 +25896,77 @@ html.v-overlay-scroll-blocked {
|
|
25953
25896
|
}
|
25954
25897
|
.v-virtual-scroll__container {
|
25955
25898
|
display: block;
|
25899
|
+
}.v-badge {
|
25900
|
+
display: inline-block;
|
25901
|
+
line-height: 1;
|
25902
|
+
}
|
25903
|
+
|
25904
|
+
.v-badge__badge {
|
25905
|
+
align-items: center;
|
25906
|
+
display: inline-flex;
|
25907
|
+
border-radius: 10px;
|
25908
|
+
font-size: 0.75rem;
|
25909
|
+
font-weight: 500;
|
25910
|
+
height: 1.25rem;
|
25911
|
+
justify-content: center;
|
25912
|
+
min-width: 20px;
|
25913
|
+
padding: 4px 6px;
|
25914
|
+
pointer-events: auto;
|
25915
|
+
position: absolute;
|
25916
|
+
text-align: center;
|
25917
|
+
text-indent: 0;
|
25918
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
25919
|
+
white-space: nowrap;
|
25920
|
+
background: rgb(var(--v-theme-surface-variant));
|
25921
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
25922
|
+
}
|
25923
|
+
.v-badge--bordered .v-badge__badge::after {
|
25924
|
+
border-radius: inherit;
|
25925
|
+
border-style: solid;
|
25926
|
+
border-width: 2px;
|
25927
|
+
bottom: 0;
|
25928
|
+
color: rgb(var(--v-theme-background));
|
25929
|
+
content: "";
|
25930
|
+
left: 0;
|
25931
|
+
position: absolute;
|
25932
|
+
right: 0;
|
25933
|
+
top: 0;
|
25934
|
+
transform: scale(1.05);
|
25935
|
+
}
|
25936
|
+
.v-badge--dot .v-badge__badge {
|
25937
|
+
border-radius: 4.5px;
|
25938
|
+
height: 9px;
|
25939
|
+
min-width: 0;
|
25940
|
+
padding: 0;
|
25941
|
+
width: 9px;
|
25942
|
+
}
|
25943
|
+
.v-badge--dot .v-badge__badge::after {
|
25944
|
+
border-width: 1.5px;
|
25945
|
+
}
|
25946
|
+
.v-badge--inline .v-badge__badge {
|
25947
|
+
position: relative;
|
25948
|
+
vertical-align: middle;
|
25949
|
+
}
|
25950
|
+
.v-badge__badge .v-icon {
|
25951
|
+
color: inherit;
|
25952
|
+
font-size: 0.75rem;
|
25953
|
+
margin: 0 -2px;
|
25954
|
+
}
|
25955
|
+
.v-badge__badge img,
|
25956
|
+
.v-badge__badge .v-img {
|
25957
|
+
height: 100%;
|
25958
|
+
width: 100%;
|
25959
|
+
}
|
25960
|
+
|
25961
|
+
.v-badge__wrapper {
|
25962
|
+
display: flex;
|
25963
|
+
position: relative;
|
25964
|
+
}
|
25965
|
+
.v-badge--inline .v-badge__wrapper {
|
25966
|
+
align-items: center;
|
25967
|
+
display: inline-flex;
|
25968
|
+
justify-content: center;
|
25969
|
+
margin: 0 4px;
|
25956
25970
|
}.v-window {
|
25957
25971
|
overflow: hidden;
|
25958
25972
|
}
|
@@ -26023,34 +26037,6 @@ html.v-overlay-scroll-blocked {
|
|
26023
26037
|
}
|
26024
26038
|
.v-window-y-reverse-transition-leave-to {
|
26025
26039
|
transform: translateY(100%);
|
26026
|
-
}.v-color-picker-edit {
|
26027
|
-
display: flex;
|
26028
|
-
margin-top: 24px;
|
26029
|
-
}
|
26030
|
-
|
26031
|
-
.v-color-picker-edit__input {
|
26032
|
-
width: 100%;
|
26033
|
-
display: flex;
|
26034
|
-
flex-wrap: wrap;
|
26035
|
-
justify-content: center;
|
26036
|
-
text-align: center;
|
26037
|
-
}
|
26038
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26039
|
-
margin-inline-end: 8px;
|
26040
|
-
}
|
26041
|
-
.v-color-picker-edit__input input {
|
26042
|
-
border-radius: 4px;
|
26043
|
-
margin-bottom: 8px;
|
26044
|
-
min-width: 0;
|
26045
|
-
outline: none;
|
26046
|
-
text-align: center;
|
26047
|
-
width: 100%;
|
26048
|
-
height: 32px;
|
26049
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26050
|
-
color: rgba(var(--v-theme-on-surface));
|
26051
|
-
}
|
26052
|
-
.v-color-picker-edit__input span {
|
26053
|
-
font-size: 0.75rem;
|
26054
26040
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26055
26041
|
background-color: transparent !important;
|
26056
26042
|
}
|
@@ -26178,6 +26164,34 @@ html.v-overlay-scroll-blocked {
|
|
26178
26164
|
justify-content: center;
|
26179
26165
|
width: 100%;
|
26180
26166
|
height: 100%;
|
26167
|
+
}.v-color-picker-edit {
|
26168
|
+
display: flex;
|
26169
|
+
margin-top: 24px;
|
26170
|
+
}
|
26171
|
+
|
26172
|
+
.v-color-picker-edit__input {
|
26173
|
+
width: 100%;
|
26174
|
+
display: flex;
|
26175
|
+
flex-wrap: wrap;
|
26176
|
+
justify-content: center;
|
26177
|
+
text-align: center;
|
26178
|
+
}
|
26179
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26180
|
+
margin-inline-end: 8px;
|
26181
|
+
}
|
26182
|
+
.v-color-picker-edit__input input {
|
26183
|
+
border-radius: 4px;
|
26184
|
+
margin-bottom: 8px;
|
26185
|
+
min-width: 0;
|
26186
|
+
outline: none;
|
26187
|
+
text-align: center;
|
26188
|
+
width: 100%;
|
26189
|
+
height: 32px;
|
26190
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26191
|
+
color: rgba(var(--v-theme-on-surface));
|
26192
|
+
}
|
26193
|
+
.v-color-picker-edit__input span {
|
26194
|
+
font-size: 0.75rem;
|
26181
26195
|
}.v-slider-thumb {
|
26182
26196
|
touch-action: none;
|
26183
26197
|
color: rgb(var(--v-theme-surface-variant));
|