@vuetify/nightly 3.5.3-dev.2024-02-14 → 3.5.3-dev.2024-02-25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -2
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1834 -1834
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +406 -406
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-02-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-02-25
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17268,19 +17268,6 @@ html.overflow-y-hidden {
|
|
|
17268
17268
|
}
|
|
17269
17269
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17270
17270
|
border-right: none;
|
|
17271
|
-
}.v-calendar-header {
|
|
17272
|
-
align-items: center;
|
|
17273
|
-
display: flex;
|
|
17274
|
-
min-height: 64px;
|
|
17275
|
-
}
|
|
17276
|
-
|
|
17277
|
-
.v-calendar-header__today {
|
|
17278
|
-
margin-inline-end: 24px;
|
|
17279
|
-
}
|
|
17280
|
-
|
|
17281
|
-
.v-calendar-header__title {
|
|
17282
|
-
font-size: 1.5rem;
|
|
17283
|
-
margin-inline-start: 24px;
|
|
17284
17271
|
}.v-calendar-day__row-with-label {
|
|
17285
17272
|
display: grid;
|
|
17286
17273
|
grid-template-columns: 48px 8px 1fr;
|
|
@@ -17354,6 +17341,19 @@ html.overflow-y-hidden {
|
|
|
17354
17341
|
}
|
|
17355
17342
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17356
17343
|
grid-template-columns: repeat(1, 1fr);
|
|
17344
|
+
}.v-calendar-header {
|
|
17345
|
+
align-items: center;
|
|
17346
|
+
display: flex;
|
|
17347
|
+
min-height: 64px;
|
|
17348
|
+
}
|
|
17349
|
+
|
|
17350
|
+
.v-calendar-header__today {
|
|
17351
|
+
margin-inline-end: 24px;
|
|
17352
|
+
}
|
|
17353
|
+
|
|
17354
|
+
.v-calendar-header__title {
|
|
17355
|
+
font-size: 1.5rem;
|
|
17356
|
+
margin-inline-start: 24px;
|
|
17357
17357
|
}.v-calendar-month__day {
|
|
17358
17358
|
position: relative;
|
|
17359
17359
|
display: flex;
|
|
@@ -17468,6 +17468,34 @@ html.overflow-y-hidden {
|
|
|
17468
17468
|
padding-bottom: 16px;
|
|
17469
17469
|
font-weight: 600;
|
|
17470
17470
|
letter-spacing: 0.1666666667em;
|
|
17471
|
+
}.v-application {
|
|
17472
|
+
display: flex;
|
|
17473
|
+
background: rgb(var(--v-theme-background));
|
|
17474
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17475
|
+
}
|
|
17476
|
+
|
|
17477
|
+
.v-application__wrap {
|
|
17478
|
+
-webkit-backface-visibility: hidden;
|
|
17479
|
+
backface-visibility: hidden;
|
|
17480
|
+
display: flex;
|
|
17481
|
+
flex-direction: column;
|
|
17482
|
+
flex: 1 1 auto;
|
|
17483
|
+
max-width: 100%;
|
|
17484
|
+
min-height: 100vh;
|
|
17485
|
+
min-height: 100dvh;
|
|
17486
|
+
position: relative;
|
|
17487
|
+
}.v-app-bar {
|
|
17488
|
+
display: flex;
|
|
17489
|
+
}
|
|
17490
|
+
.v-app-bar.v-toolbar {
|
|
17491
|
+
background: rgb(var(--v-theme-surface));
|
|
17492
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17493
|
+
}
|
|
17494
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17495
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17496
|
+
}
|
|
17497
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17498
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17471
17499
|
}.v-alert {
|
|
17472
17500
|
display: grid;
|
|
17473
17501
|
flex: 1 1;
|
|
@@ -17678,115 +17706,61 @@ html.overflow-y-hidden {
|
|
|
17678
17706
|
text-transform: none;
|
|
17679
17707
|
word-break: normal;
|
|
17680
17708
|
word-wrap: break-word;
|
|
17681
|
-
}.v-
|
|
17709
|
+
}.v-bottom-navigation {
|
|
17682
17710
|
display: flex;
|
|
17683
|
-
|
|
17684
|
-
|
|
17711
|
+
max-width: 100%;
|
|
17712
|
+
overflow: hidden;
|
|
17713
|
+
position: absolute;
|
|
17714
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17715
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17716
|
+
border-style: solid;
|
|
17717
|
+
border-width: 0;
|
|
17718
|
+
border-radius: 0;
|
|
17685
17719
|
background: rgb(var(--v-theme-surface));
|
|
17686
17720
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17687
17721
|
}
|
|
17688
|
-
.v-
|
|
17689
|
-
|
|
17722
|
+
.v-bottom-navigation--border {
|
|
17723
|
+
border-width: thin;
|
|
17724
|
+
box-shadow: none;
|
|
17690
17725
|
}
|
|
17691
|
-
.v-
|
|
17692
|
-
|
|
17693
|
-
}.v-application {
|
|
17694
|
-
display: flex;
|
|
17695
|
-
background: rgb(var(--v-theme-background));
|
|
17696
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17726
|
+
.v-bottom-navigation--active {
|
|
17727
|
+
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));
|
|
17697
17728
|
}
|
|
17698
17729
|
|
|
17699
|
-
.v-
|
|
17700
|
-
-webkit-backface-visibility: hidden;
|
|
17701
|
-
backface-visibility: hidden;
|
|
17730
|
+
.v-bottom-navigation__content {
|
|
17702
17731
|
display: flex;
|
|
17703
|
-
flex
|
|
17704
|
-
|
|
17705
|
-
|
|
17706
|
-
|
|
17707
|
-
|
|
17708
|
-
position: relative;
|
|
17709
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17710
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17711
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17712
|
-
cursor: text;
|
|
17713
|
-
}
|
|
17714
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17715
|
-
flex: 1 1;
|
|
17716
|
-
}
|
|
17717
|
-
.v-autocomplete .v-field input {
|
|
17718
|
-
min-width: 64px;
|
|
17719
|
-
}
|
|
17720
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17721
|
-
min-width: 0;
|
|
17722
|
-
}
|
|
17723
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17724
|
-
margin-inline-end: 2px;
|
|
17725
|
-
}
|
|
17726
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17727
|
-
overflow: hidden;
|
|
17728
|
-
text-overflow: ellipsis;
|
|
17729
|
-
white-space: nowrap;
|
|
17730
|
-
}
|
|
17731
|
-
|
|
17732
|
-
.v-autocomplete__content {
|
|
17733
|
-
overflow: hidden;
|
|
17734
|
-
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));
|
|
17735
|
-
border-radius: 4px;
|
|
17736
|
-
}
|
|
17737
|
-
.v-autocomplete__mask {
|
|
17738
|
-
background: rgb(var(--v-theme-surface-light));
|
|
17739
|
-
}
|
|
17740
|
-
.v-autocomplete__selection {
|
|
17741
|
-
display: inline-flex;
|
|
17742
|
-
align-items: center;
|
|
17743
|
-
height: 1.5rem;
|
|
17744
|
-
letter-spacing: inherit;
|
|
17745
|
-
line-height: inherit;
|
|
17746
|
-
max-width: calc(100% - 2px - 2px);
|
|
17747
|
-
}
|
|
17748
|
-
.v-autocomplete__selection:first-child {
|
|
17749
|
-
margin-inline-start: 0;
|
|
17750
|
-
}
|
|
17751
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17752
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17753
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17754
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17755
|
-
top: 0px;
|
|
17756
|
-
}
|
|
17757
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17758
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17759
|
-
}
|
|
17760
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17761
|
-
opacity: 1;
|
|
17732
|
+
flex: none;
|
|
17733
|
+
font-size: 0.75rem;
|
|
17734
|
+
justify-content: center;
|
|
17735
|
+
transition: inherit;
|
|
17736
|
+
width: 100%;
|
|
17762
17737
|
}
|
|
17763
|
-
.v-
|
|
17764
|
-
|
|
17738
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
17739
|
+
font-size: inherit;
|
|
17740
|
+
height: 100%;
|
|
17741
|
+
max-width: 168px;
|
|
17742
|
+
min-width: 80px;
|
|
17743
|
+
text-transform: none;
|
|
17744
|
+
transition: inherit;
|
|
17745
|
+
width: auto;
|
|
17746
|
+
border-radius: 0;
|
|
17765
17747
|
}
|
|
17766
|
-
.v-
|
|
17767
|
-
|
|
17768
|
-
|
|
17769
|
-
left: 0;
|
|
17770
|
-
right: 0;
|
|
17771
|
-
width: 100%;
|
|
17772
|
-
padding-inline: inherit;
|
|
17748
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
17749
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17750
|
+
transition: inherit;
|
|
17773
17751
|
}
|
|
17774
|
-
.v-
|
|
17775
|
-
|
|
17752
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17753
|
+
font-size: 1.5rem;
|
|
17776
17754
|
}
|
|
17777
|
-
.v-
|
|
17778
|
-
|
|
17755
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
17756
|
+
flex-grow: 1;
|
|
17779
17757
|
}
|
|
17780
|
-
.v-
|
|
17758
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17759
|
+
transition: inherit;
|
|
17781
17760
|
opacity: 0;
|
|
17782
17761
|
}
|
|
17783
|
-
.v-
|
|
17784
|
-
|
|
17785
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17786
|
-
}
|
|
17787
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17788
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17789
|
-
transform: rotate(180deg);
|
|
17762
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17763
|
+
transform: translateY(0.5rem);
|
|
17790
17764
|
}.v-avatar {
|
|
17791
17765
|
flex: none;
|
|
17792
17766
|
align-items: center;
|
|
@@ -18102,118 +18076,87 @@ html.overflow-y-hidden {
|
|
|
18102
18076
|
}
|
|
18103
18077
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18104
18078
|
align-self: flex-start;
|
|
18105
|
-
}.v-
|
|
18106
|
-
|
|
18107
|
-
|
|
18108
|
-
|
|
18109
|
-
padding: 16px 12px;
|
|
18079
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18080
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18081
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18082
|
+
cursor: text;
|
|
18110
18083
|
}
|
|
18111
|
-
.v-
|
|
18112
|
-
|
|
18084
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18085
|
+
flex: 1 1;
|
|
18113
18086
|
}
|
|
18114
|
-
.v-
|
|
18115
|
-
|
|
18116
|
-
padding-bottom: 16px;
|
|
18087
|
+
.v-autocomplete .v-field input {
|
|
18088
|
+
min-width: 64px;
|
|
18117
18089
|
}
|
|
18118
|
-
|
|
18119
|
-
|
|
18120
|
-
padding-top: 12px;
|
|
18121
|
-
padding-bottom: 12px;
|
|
18090
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18091
|
+
min-width: 0;
|
|
18122
18092
|
}
|
|
18123
|
-
|
|
18124
|
-
|
|
18125
|
-
padding-top: 8px;
|
|
18126
|
-
padding-bottom: 8px;
|
|
18093
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18094
|
+
margin-inline-end: 2px;
|
|
18127
18095
|
}
|
|
18128
|
-
|
|
18129
|
-
|
|
18130
|
-
|
|
18131
|
-
|
|
18096
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18097
|
+
overflow: hidden;
|
|
18098
|
+
text-overflow: ellipsis;
|
|
18099
|
+
white-space: nowrap;
|
|
18132
18100
|
}
|
|
18133
18101
|
|
|
18134
|
-
.v-
|
|
18135
|
-
|
|
18136
|
-
|
|
18137
|
-
|
|
18138
|
-
padding: 0 4px;
|
|
18139
|
-
text-decoration: none;
|
|
18140
|
-
vertical-align: middle;
|
|
18102
|
+
.v-autocomplete__content {
|
|
18103
|
+
overflow: hidden;
|
|
18104
|
+
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));
|
|
18105
|
+
border-radius: 4px;
|
|
18141
18106
|
}
|
|
18142
|
-
.v-
|
|
18143
|
-
|
|
18144
|
-
pointer-events: none;
|
|
18107
|
+
.v-autocomplete__mask {
|
|
18108
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18145
18109
|
}
|
|
18146
|
-
.v-
|
|
18147
|
-
|
|
18148
|
-
|
|
18110
|
+
.v-autocomplete__selection {
|
|
18111
|
+
display: inline-flex;
|
|
18112
|
+
align-items: center;
|
|
18113
|
+
height: 1.5rem;
|
|
18114
|
+
letter-spacing: inherit;
|
|
18115
|
+
line-height: inherit;
|
|
18116
|
+
max-width: calc(100% - 2px - 2px);
|
|
18149
18117
|
}
|
|
18150
|
-
.v-
|
|
18151
|
-
|
|
18118
|
+
.v-autocomplete__selection:first-child {
|
|
18119
|
+
margin-inline-start: 0;
|
|
18152
18120
|
}
|
|
18153
|
-
.v-
|
|
18154
|
-
|
|
18155
|
-
|
|
18121
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18122
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18123
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18124
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18125
|
+
top: 0px;
|
|
18156
18126
|
}
|
|
18157
|
-
|
|
18158
|
-
|
|
18159
|
-
display: inline-block;
|
|
18160
|
-
padding: 0 8px;
|
|
18161
|
-
vertical-align: middle;
|
|
18162
|
-
}.v-bottom-navigation {
|
|
18163
|
-
display: flex;
|
|
18164
|
-
max-width: 100%;
|
|
18165
|
-
overflow: hidden;
|
|
18166
|
-
position: absolute;
|
|
18167
|
-
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18168
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18169
|
-
border-style: solid;
|
|
18170
|
-
border-width: 0;
|
|
18171
|
-
border-radius: 0;
|
|
18172
|
-
background: rgb(var(--v-theme-surface));
|
|
18173
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18127
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18128
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18174
18129
|
}
|
|
18175
|
-
.v-
|
|
18176
|
-
|
|
18177
|
-
box-shadow: none;
|
|
18130
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18131
|
+
opacity: 1;
|
|
18178
18132
|
}
|
|
18179
|
-
.v-
|
|
18180
|
-
|
|
18133
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18134
|
+
caret-color: transparent;
|
|
18181
18135
|
}
|
|
18182
|
-
|
|
18183
|
-
|
|
18184
|
-
|
|
18185
|
-
|
|
18186
|
-
|
|
18187
|
-
justify-content: center;
|
|
18188
|
-
transition: inherit;
|
|
18136
|
+
.v-autocomplete--single.v-text-field .v-field--focused input {
|
|
18137
|
+
flex: 1 1;
|
|
18138
|
+
position: absolute;
|
|
18139
|
+
left: 0;
|
|
18140
|
+
right: 0;
|
|
18189
18141
|
width: 100%;
|
|
18142
|
+
padding-inline: inherit;
|
|
18190
18143
|
}
|
|
18191
|
-
.v-
|
|
18192
|
-
|
|
18193
|
-
height: 100%;
|
|
18194
|
-
max-width: 168px;
|
|
18195
|
-
min-width: 80px;
|
|
18196
|
-
text-transform: none;
|
|
18197
|
-
transition: inherit;
|
|
18198
|
-
width: auto;
|
|
18199
|
-
border-radius: 0;
|
|
18200
|
-
}
|
|
18201
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18202
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18203
|
-
transition: inherit;
|
|
18204
|
-
}
|
|
18205
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18206
|
-
font-size: 1.5rem;
|
|
18144
|
+
.v-autocomplete--single .v-field--active input {
|
|
18145
|
+
transition: none;
|
|
18207
18146
|
}
|
|
18208
|
-
.v-
|
|
18209
|
-
|
|
18147
|
+
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
18148
|
+
opacity: 0;
|
|
18210
18149
|
}
|
|
18211
|
-
.v-
|
|
18212
|
-
transition: inherit;
|
|
18150
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
18213
18151
|
opacity: 0;
|
|
18214
18152
|
}
|
|
18215
|
-
.v-
|
|
18216
|
-
|
|
18153
|
+
.v-autocomplete__menu-icon {
|
|
18154
|
+
margin-inline-start: 4px;
|
|
18155
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18156
|
+
}
|
|
18157
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18158
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18159
|
+
transform: rotate(180deg);
|
|
18217
18160
|
}.bottom-sheet-transition-enter-from {
|
|
18218
18161
|
transform: translateY(100%);
|
|
18219
18162
|
}
|
|
@@ -18246,6 +18189,19 @@ html.overflow-y-hidden {
|
|
|
18246
18189
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18247
18190
|
max-width: 70%;
|
|
18248
18191
|
}
|
|
18192
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18193
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18194
|
+
}
|
|
18195
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18196
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18197
|
+
}
|
|
18198
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18199
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18200
|
+
}
|
|
18201
|
+
@supports not selector(:focus-visible) {
|
|
18202
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18203
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18204
|
+
}
|
|
18249
18205
|
}.v-btn {
|
|
18250
18206
|
align-items: center;
|
|
18251
18207
|
border-radius: 4px;
|
|
@@ -18649,6 +18605,63 @@ html.overflow-y-hidden {
|
|
|
18649
18605
|
}
|
|
18650
18606
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18651
18607
|
opacity: var(--v-border-opacity);
|
|
18608
|
+
}.v-breadcrumbs {
|
|
18609
|
+
display: flex;
|
|
18610
|
+
align-items: center;
|
|
18611
|
+
line-height: 1.375rem;
|
|
18612
|
+
padding: 16px 12px;
|
|
18613
|
+
}
|
|
18614
|
+
.v-breadcrumbs--rounded {
|
|
18615
|
+
border-radius: 4px;
|
|
18616
|
+
}
|
|
18617
|
+
.v-breadcrumbs--density-default {
|
|
18618
|
+
padding-top: 16px;
|
|
18619
|
+
padding-bottom: 16px;
|
|
18620
|
+
}
|
|
18621
|
+
|
|
18622
|
+
.v-breadcrumbs--density-comfortable {
|
|
18623
|
+
padding-top: 12px;
|
|
18624
|
+
padding-bottom: 12px;
|
|
18625
|
+
}
|
|
18626
|
+
|
|
18627
|
+
.v-breadcrumbs--density-compact {
|
|
18628
|
+
padding-top: 8px;
|
|
18629
|
+
padding-bottom: 8px;
|
|
18630
|
+
}
|
|
18631
|
+
|
|
18632
|
+
.v-breadcrumbs__prepend {
|
|
18633
|
+
align-items: center;
|
|
18634
|
+
display: inline-flex;
|
|
18635
|
+
}
|
|
18636
|
+
|
|
18637
|
+
.v-breadcrumbs-item {
|
|
18638
|
+
align-items: center;
|
|
18639
|
+
color: inherit;
|
|
18640
|
+
display: inline-flex;
|
|
18641
|
+
padding: 0 4px;
|
|
18642
|
+
text-decoration: none;
|
|
18643
|
+
vertical-align: middle;
|
|
18644
|
+
}
|
|
18645
|
+
.v-breadcrumbs-item--disabled {
|
|
18646
|
+
opacity: var(--v-disabled-opacity);
|
|
18647
|
+
pointer-events: none;
|
|
18648
|
+
}
|
|
18649
|
+
.v-breadcrumbs-item--link {
|
|
18650
|
+
color: inherit;
|
|
18651
|
+
text-decoration: none;
|
|
18652
|
+
}
|
|
18653
|
+
.v-breadcrumbs-item--link:hover {
|
|
18654
|
+
text-decoration: underline;
|
|
18655
|
+
}
|
|
18656
|
+
.v-breadcrumbs-item .v-icon {
|
|
18657
|
+
font-size: 1rem;
|
|
18658
|
+
margin-inline: -4px 2px;
|
|
18659
|
+
}
|
|
18660
|
+
|
|
18661
|
+
.v-breadcrumbs-divider {
|
|
18662
|
+
display: inline-block;
|
|
18663
|
+
padding: 0 8px;
|
|
18664
|
+
vertical-align: middle;
|
|
18652
18665
|
}.v-card {
|
|
18653
18666
|
display: block;
|
|
18654
18667
|
overflow: hidden;
|
|
@@ -18945,80 +18958,6 @@ html.overflow-y-hidden {
|
|
|
18945
18958
|
pointer-events: none;
|
|
18946
18959
|
opacity: 0;
|
|
18947
18960
|
transition: opacity 0.2s ease-in-out;
|
|
18948
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18949
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18950
|
-
}
|
|
18951
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18952
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18953
|
-
}
|
|
18954
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18955
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18956
|
-
}
|
|
18957
|
-
@supports not selector(:focus-visible) {
|
|
18958
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18959
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18960
|
-
}
|
|
18961
|
-
}.v-checkbox.v-input {
|
|
18962
|
-
flex: 0 1 auto;
|
|
18963
|
-
}
|
|
18964
|
-
.v-checkbox .v-selection-control {
|
|
18965
|
-
min-height: var(--v-input-control-height);
|
|
18966
|
-
}.v-btn-group {
|
|
18967
|
-
display: inline-flex;
|
|
18968
|
-
flex-wrap: nowrap;
|
|
18969
|
-
max-width: 100%;
|
|
18970
|
-
min-width: 0;
|
|
18971
|
-
overflow: hidden;
|
|
18972
|
-
vertical-align: middle;
|
|
18973
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18974
|
-
border-style: solid;
|
|
18975
|
-
border-width: 0;
|
|
18976
|
-
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));
|
|
18977
|
-
border-radius: 4px;
|
|
18978
|
-
background: transparent;
|
|
18979
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18980
|
-
}
|
|
18981
|
-
.v-btn-group--border {
|
|
18982
|
-
border-width: thin;
|
|
18983
|
-
box-shadow: none;
|
|
18984
|
-
}
|
|
18985
|
-
.v-btn-group--density-default.v-btn-group {
|
|
18986
|
-
height: 48px;
|
|
18987
|
-
}
|
|
18988
|
-
|
|
18989
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
18990
|
-
height: 40px;
|
|
18991
|
-
}
|
|
18992
|
-
|
|
18993
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
18994
|
-
height: 36px;
|
|
18995
|
-
}
|
|
18996
|
-
|
|
18997
|
-
.v-btn-group .v-btn {
|
|
18998
|
-
border-radius: 0;
|
|
18999
|
-
border-color: inherit;
|
|
19000
|
-
}
|
|
19001
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
19002
|
-
border-inline-end: none;
|
|
19003
|
-
}
|
|
19004
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
19005
|
-
border-inline-start: none;
|
|
19006
|
-
}
|
|
19007
|
-
.v-btn-group .v-btn:first-child {
|
|
19008
|
-
border-start-start-radius: inherit;
|
|
19009
|
-
border-end-start-radius: inherit;
|
|
19010
|
-
}
|
|
19011
|
-
.v-btn-group .v-btn:last-child {
|
|
19012
|
-
border-start-end-radius: inherit;
|
|
19013
|
-
border-end-end-radius: inherit;
|
|
19014
|
-
}
|
|
19015
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19016
|
-
border-inline-end-width: thin;
|
|
19017
|
-
border-inline-end-style: solid;
|
|
19018
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19019
|
-
}
|
|
19020
|
-
.v-btn-group--tile {
|
|
19021
|
-
border-radius: 0;
|
|
19022
18961
|
}.v-carousel {
|
|
19023
18962
|
overflow: hidden;
|
|
19024
18963
|
position: relative;
|
|
@@ -19082,36 +19021,115 @@ html.overflow-y-hidden {
|
|
|
19082
19021
|
flex-direction: column;
|
|
19083
19022
|
height: 100% !important;
|
|
19084
19023
|
width: 50px;
|
|
19085
|
-
}.v-
|
|
19086
|
-
align-items: center;
|
|
19024
|
+
}.v-btn-group {
|
|
19087
19025
|
display: inline-flex;
|
|
19088
|
-
|
|
19026
|
+
flex-wrap: nowrap;
|
|
19089
19027
|
max-width: 100%;
|
|
19090
19028
|
min-width: 0;
|
|
19091
19029
|
overflow: hidden;
|
|
19092
|
-
position: relative;
|
|
19093
|
-
text-decoration: none;
|
|
19094
|
-
white-space: nowrap;
|
|
19095
19030
|
vertical-align: middle;
|
|
19096
19031
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19097
19032
|
border-style: solid;
|
|
19098
19033
|
border-width: 0;
|
|
19099
|
-
|
|
19100
|
-
|
|
19101
|
-
|
|
19102
|
-
--v-
|
|
19103
|
-
--v-chip-height: 20px;
|
|
19104
|
-
font-size: 0.625rem;
|
|
19105
|
-
padding: 0 8px;
|
|
19034
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19035
|
+
border-radius: 4px;
|
|
19036
|
+
background: transparent;
|
|
19037
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19106
19038
|
}
|
|
19107
|
-
.v-
|
|
19108
|
-
|
|
19039
|
+
.v-btn-group--border {
|
|
19040
|
+
border-width: thin;
|
|
19041
|
+
box-shadow: none;
|
|
19109
19042
|
}
|
|
19110
|
-
.v-
|
|
19111
|
-
|
|
19043
|
+
.v-btn-group--density-default.v-btn-group {
|
|
19044
|
+
height: 48px;
|
|
19112
19045
|
}
|
|
19113
19046
|
|
|
19114
|
-
.v-
|
|
19047
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
19048
|
+
height: 40px;
|
|
19049
|
+
}
|
|
19050
|
+
|
|
19051
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
19052
|
+
height: 36px;
|
|
19053
|
+
}
|
|
19054
|
+
|
|
19055
|
+
.v-btn-group .v-btn {
|
|
19056
|
+
border-radius: 0;
|
|
19057
|
+
border-color: inherit;
|
|
19058
|
+
}
|
|
19059
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
19060
|
+
border-inline-end: none;
|
|
19061
|
+
}
|
|
19062
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
19063
|
+
border-inline-start: none;
|
|
19064
|
+
}
|
|
19065
|
+
.v-btn-group .v-btn:first-child {
|
|
19066
|
+
border-start-start-radius: inherit;
|
|
19067
|
+
border-end-start-radius: inherit;
|
|
19068
|
+
}
|
|
19069
|
+
.v-btn-group .v-btn:last-child {
|
|
19070
|
+
border-start-end-radius: inherit;
|
|
19071
|
+
border-end-end-radius: inherit;
|
|
19072
|
+
}
|
|
19073
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19074
|
+
border-inline-end-width: thin;
|
|
19075
|
+
border-inline-end-style: solid;
|
|
19076
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19077
|
+
}
|
|
19078
|
+
.v-btn-group--tile {
|
|
19079
|
+
border-radius: 0;
|
|
19080
|
+
}.v-checkbox.v-input {
|
|
19081
|
+
flex: 0 1 auto;
|
|
19082
|
+
}
|
|
19083
|
+
.v-checkbox .v-selection-control {
|
|
19084
|
+
min-height: var(--v-input-control-height);
|
|
19085
|
+
}.v-chip-group {
|
|
19086
|
+
display: flex;
|
|
19087
|
+
max-width: 100%;
|
|
19088
|
+
min-width: 0;
|
|
19089
|
+
overflow-x: auto;
|
|
19090
|
+
padding: 4px 0;
|
|
19091
|
+
}
|
|
19092
|
+
.v-chip-group .v-chip {
|
|
19093
|
+
margin: 4px 8px 4px 0;
|
|
19094
|
+
}
|
|
19095
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19096
|
+
opacity: var(--v-activated-opacity);
|
|
19097
|
+
}
|
|
19098
|
+
|
|
19099
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19100
|
+
white-space: normal;
|
|
19101
|
+
flex-wrap: wrap;
|
|
19102
|
+
max-width: 100%;
|
|
19103
|
+
}.v-chip {
|
|
19104
|
+
align-items: center;
|
|
19105
|
+
display: inline-flex;
|
|
19106
|
+
font-weight: 400;
|
|
19107
|
+
max-width: 100%;
|
|
19108
|
+
min-width: 0;
|
|
19109
|
+
overflow: hidden;
|
|
19110
|
+
position: relative;
|
|
19111
|
+
text-decoration: none;
|
|
19112
|
+
white-space: nowrap;
|
|
19113
|
+
vertical-align: middle;
|
|
19114
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19115
|
+
border-style: solid;
|
|
19116
|
+
border-width: 0;
|
|
19117
|
+
border-radius: 9999px;
|
|
19118
|
+
}
|
|
19119
|
+
.v-chip.v-chip--size-x-small {
|
|
19120
|
+
--v-chip-size: 0.625rem;
|
|
19121
|
+
--v-chip-height: 20px;
|
|
19122
|
+
font-size: 0.625rem;
|
|
19123
|
+
padding: 0 8px;
|
|
19124
|
+
}
|
|
19125
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
19126
|
+
--v-avatar-height: 14px;
|
|
19127
|
+
}
|
|
19128
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
19129
|
+
--v-avatar-height: 20px;
|
|
19130
|
+
}
|
|
19131
|
+
|
|
19132
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19115
19133
|
margin-inline-start: -5.6px;
|
|
19116
19134
|
margin-inline-end: 4px;
|
|
19117
19135
|
}
|
|
@@ -19489,24 +19507,6 @@ html.overflow-y-hidden {
|
|
|
19489
19507
|
|
|
19490
19508
|
.v-chip--label {
|
|
19491
19509
|
border-radius: 4px;
|
|
19492
|
-
}.v-chip-group {
|
|
19493
|
-
display: flex;
|
|
19494
|
-
max-width: 100%;
|
|
19495
|
-
min-width: 0;
|
|
19496
|
-
overflow-x: auto;
|
|
19497
|
-
padding: 4px 0;
|
|
19498
|
-
}
|
|
19499
|
-
.v-chip-group .v-chip {
|
|
19500
|
-
margin: 4px 8px 4px 0;
|
|
19501
|
-
}
|
|
19502
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19503
|
-
opacity: var(--v-activated-opacity);
|
|
19504
|
-
}
|
|
19505
|
-
|
|
19506
|
-
.v-chip-group--column .v-slide-group__content {
|
|
19507
|
-
white-space: normal;
|
|
19508
|
-
flex-wrap: wrap;
|
|
19509
|
-
max-width: 100%;
|
|
19510
19510
|
}.v-color-picker {
|
|
19511
19511
|
align-self: flex-start;
|
|
19512
19512
|
contain: content;
|
|
@@ -20199,348 +20199,173 @@ html.overflow-y-hidden {
|
|
|
20199
20199
|
.offset-xxl-11 {
|
|
20200
20200
|
margin-inline-start: 91.6666666667%;
|
|
20201
20201
|
}
|
|
20202
|
-
}.v-
|
|
20203
|
-
|
|
20204
|
-
|
|
20205
|
-
|
|
20206
|
-
transition-duration: 150ms;
|
|
20207
|
-
}.v-data-table-footer {
|
|
20208
|
-
display: flex;
|
|
20209
|
-
align-items: center;
|
|
20210
|
-
flex-wrap: wrap;
|
|
20211
|
-
padding: 4px;
|
|
20212
|
-
justify-content: flex-end;
|
|
20213
|
-
}
|
|
20214
|
-
|
|
20215
|
-
.v-data-table-footer__items-per-page {
|
|
20216
|
-
display: flex;
|
|
20217
|
-
align-items: center;
|
|
20218
|
-
justify-content: center;
|
|
20219
|
-
}
|
|
20220
|
-
.v-data-table-footer__items-per-page > span {
|
|
20221
|
-
padding-inline-end: 8px;
|
|
20202
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
20203
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
20204
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20205
|
+
cursor: text;
|
|
20222
20206
|
}
|
|
20223
|
-
.v-
|
|
20224
|
-
|
|
20207
|
+
.v-combobox .v-field .v-field__input > input {
|
|
20208
|
+
flex: 1 1;
|
|
20225
20209
|
}
|
|
20226
|
-
|
|
20227
|
-
|
|
20228
|
-
display: flex;
|
|
20229
|
-
justify-content: flex-end;
|
|
20230
|
-
min-width: 116px;
|
|
20231
|
-
padding: 0 16px;
|
|
20210
|
+
.v-combobox .v-field input {
|
|
20211
|
+
min-width: 64px;
|
|
20232
20212
|
}
|
|
20233
|
-
|
|
20234
|
-
|
|
20235
|
-
display: flex;
|
|
20236
|
-
align-items: center;
|
|
20237
|
-
margin-inline-start: 16px;
|
|
20213
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
20214
|
+
min-width: 0;
|
|
20238
20215
|
}
|
|
20239
|
-
|
|
20240
|
-
|
|
20241
|
-
padding: 0 8px;
|
|
20242
|
-
}.v-data-table {
|
|
20243
|
-
width: 100%;
|
|
20216
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
20217
|
+
margin-inline-end: 2px;
|
|
20244
20218
|
}
|
|
20245
|
-
|
|
20246
|
-
|
|
20247
|
-
|
|
20248
|
-
|
|
20249
|
-
border-spacing: 0;
|
|
20219
|
+
.v-combobox .v-combobox__selection-text {
|
|
20220
|
+
overflow: hidden;
|
|
20221
|
+
text-overflow: ellipsis;
|
|
20222
|
+
white-space: nowrap;
|
|
20250
20223
|
}
|
|
20251
20224
|
|
|
20252
|
-
.v-
|
|
20253
|
-
|
|
20225
|
+
.v-combobox__content {
|
|
20226
|
+
overflow: hidden;
|
|
20227
|
+
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));
|
|
20228
|
+
border-radius: 4px;
|
|
20254
20229
|
}
|
|
20255
|
-
.v-
|
|
20256
|
-
|
|
20230
|
+
.v-combobox__mask {
|
|
20231
|
+
background: rgb(var(--v-theme-surface-light));
|
|
20257
20232
|
}
|
|
20258
|
-
|
|
20259
|
-
|
|
20260
|
-
|
|
20261
|
-
|
|
20262
|
-
|
|
20263
|
-
|
|
20233
|
+
.v-combobox__selection {
|
|
20234
|
+
display: inline-flex;
|
|
20235
|
+
align-items: center;
|
|
20236
|
+
height: 1.5rem;
|
|
20237
|
+
letter-spacing: inherit;
|
|
20238
|
+
line-height: inherit;
|
|
20239
|
+
max-width: calc(100% - 2px - 2px);
|
|
20264
20240
|
}
|
|
20265
|
-
.v-
|
|
20266
|
-
|
|
20267
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20268
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
20269
|
-
flex-direction: row-reverse;
|
|
20241
|
+
.v-combobox__selection:first-child {
|
|
20242
|
+
margin-inline-start: 0;
|
|
20270
20243
|
}
|
|
20271
|
-
.v-
|
|
20272
|
-
.v-
|
|
20273
|
-
.v-
|
|
20274
|
-
.v-
|
|
20275
|
-
|
|
20244
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20245
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20246
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20247
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20248
|
+
top: 0px;
|
|
20276
20249
|
}
|
|
20277
|
-
.v-
|
|
20278
|
-
|
|
20279
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20280
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
20281
|
-
justify-content: center;
|
|
20250
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
20251
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
20282
20252
|
}
|
|
20283
|
-
.v-
|
|
20284
|
-
|
|
20285
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
20286
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
20287
|
-
padding: 0 8px;
|
|
20253
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20254
|
+
opacity: 1;
|
|
20288
20255
|
}
|
|
20289
|
-
.v-
|
|
20290
|
-
|
|
20291
|
-
align-items: center;
|
|
20256
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
20257
|
+
caret-color: transparent;
|
|
20292
20258
|
}
|
|
20293
|
-
.v-
|
|
20294
|
-
|
|
20295
|
-
position:
|
|
20259
|
+
.v-combobox--single.v-text-field .v-field--focused input {
|
|
20260
|
+
flex: 1 1;
|
|
20261
|
+
position: absolute;
|
|
20262
|
+
left: 0;
|
|
20263
|
+
right: 0;
|
|
20264
|
+
width: 100%;
|
|
20265
|
+
padding-inline: inherit;
|
|
20296
20266
|
}
|
|
20297
|
-
.v-
|
|
20298
|
-
|
|
20299
|
-
cursor: pointer;
|
|
20300
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20267
|
+
.v-combobox--single .v-field--active input {
|
|
20268
|
+
transition: none;
|
|
20301
20269
|
}
|
|
20302
|
-
.v-
|
|
20303
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
20270
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
20304
20271
|
opacity: 0;
|
|
20305
20272
|
}
|
|
20306
|
-
.v-
|
|
20307
|
-
|
|
20308
|
-
opacity: 0.5;
|
|
20273
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
20274
|
+
opacity: 0;
|
|
20309
20275
|
}
|
|
20310
|
-
|
|
20311
|
-
|
|
20312
|
-
.
|
|
20313
|
-
background: rgb(var(--v-theme-surface));
|
|
20314
|
-
position: sticky !important;
|
|
20315
|
-
left: 0;
|
|
20316
|
-
z-index: 1;
|
|
20276
|
+
.v-combobox__menu-icon {
|
|
20277
|
+
margin-inline-start: 4px;
|
|
20278
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20317
20279
|
}
|
|
20318
|
-
|
|
20319
|
-
|
|
20320
|
-
|
|
20321
|
-
}
|
|
20322
|
-
|
|
20323
|
-
|
|
20324
|
-
|
|
20280
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20281
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
20282
|
+
transform: rotate(180deg);
|
|
20283
|
+
}.v-counter {
|
|
20284
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20285
|
+
flex: 0 1 auto;
|
|
20286
|
+
font-size: 12px;
|
|
20287
|
+
transition-duration: 150ms;
|
|
20288
|
+
}.v-date-picker__input {
|
|
20289
|
+
padding-top: 16px;
|
|
20290
|
+
padding-left: 24px;
|
|
20291
|
+
padding-right: 24px;
|
|
20325
20292
|
}
|
|
20326
20293
|
|
|
20327
|
-
.v-
|
|
20328
|
-
|
|
20329
|
-
|
|
20294
|
+
.v-date-picker {
|
|
20295
|
+
overflow: hidden;
|
|
20296
|
+
width: 360px;
|
|
20330
20297
|
}
|
|
20331
|
-
.v-
|
|
20332
|
-
|
|
20298
|
+
.v-date-picker--show-week {
|
|
20299
|
+
width: 408px;
|
|
20333
20300
|
}
|
|
20334
20301
|
|
|
20335
|
-
.v-
|
|
20336
|
-
|
|
20302
|
+
.v-date-picker-month {
|
|
20303
|
+
padding: 0 12px 12px;
|
|
20337
20304
|
}
|
|
20338
20305
|
|
|
20339
|
-
.v-
|
|
20340
|
-
|
|
20306
|
+
.v-date-picker-month__day {
|
|
20307
|
+
height: 48px;
|
|
20308
|
+
width: 48px;
|
|
20341
20309
|
}
|
|
20342
|
-
|
|
20343
|
-
|
|
20310
|
+
.v-date-picker-month__day .v-btn {
|
|
20311
|
+
--v-btn-height: 28px;
|
|
20312
|
+
--v-btn-size: 0.85rem;
|
|
20313
|
+
}.v-date-picker-controls {
|
|
20344
20314
|
display: flex;
|
|
20345
20315
|
align-items: center;
|
|
20346
|
-
|
|
20347
|
-
|
|
20348
|
-
.v-data-table-header__sort-badge {
|
|
20349
|
-
display: inline-flex;
|
|
20350
|
-
justify-content: center;
|
|
20351
|
-
align-items: center;
|
|
20316
|
+
justify-content: space-between;
|
|
20352
20317
|
font-size: 0.875rem;
|
|
20353
|
-
padding: 4px;
|
|
20354
|
-
|
|
20355
|
-
|
|
20356
|
-
|
|
20357
|
-
min-height: 20px;
|
|
20358
|
-
width: 20px;
|
|
20359
|
-
height: 20px;
|
|
20360
|
-
}
|
|
20361
|
-
|
|
20362
|
-
.v-data-table-progress > th {
|
|
20363
|
-
border: none !important;
|
|
20364
|
-
height: auto !important;
|
|
20365
|
-
padding: 0 !important;
|
|
20366
|
-
}
|
|
20367
|
-
|
|
20368
|
-
.v-data-table-progress__loader {
|
|
20369
|
-
position: relative;
|
|
20370
|
-
}
|
|
20371
|
-
|
|
20372
|
-
.v-data-table-rows-loading,
|
|
20373
|
-
.v-data-table-rows-no-data {
|
|
20374
|
-
text-align: center;
|
|
20375
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
|
20376
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
20377
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20378
|
-
cursor: text;
|
|
20379
|
-
}
|
|
20380
|
-
.v-combobox .v-field .v-field__input > input {
|
|
20381
|
-
flex: 1 1;
|
|
20382
|
-
}
|
|
20383
|
-
.v-combobox .v-field input {
|
|
20384
|
-
min-width: 64px;
|
|
20385
|
-
}
|
|
20386
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
20387
|
-
min-width: 0;
|
|
20388
|
-
}
|
|
20389
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
20390
|
-
margin-inline-end: 2px;
|
|
20391
|
-
}
|
|
20392
|
-
.v-combobox .v-combobox__selection-text {
|
|
20393
|
-
overflow: hidden;
|
|
20394
|
-
text-overflow: ellipsis;
|
|
20395
|
-
white-space: nowrap;
|
|
20396
|
-
}
|
|
20397
|
-
|
|
20398
|
-
.v-combobox__content {
|
|
20399
|
-
overflow: hidden;
|
|
20400
|
-
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));
|
|
20401
|
-
border-radius: 4px;
|
|
20402
|
-
}
|
|
20403
|
-
.v-combobox__mask {
|
|
20404
|
-
background: rgb(var(--v-theme-surface-light));
|
|
20318
|
+
padding-top: 4px;
|
|
20319
|
+
padding-bottom: 4px;
|
|
20320
|
+
padding-inline-start: 6px;
|
|
20321
|
+
padding-inline-end: 12px;
|
|
20405
20322
|
}
|
|
20406
|
-
.v-
|
|
20407
|
-
|
|
20408
|
-
|
|
20409
|
-
height:
|
|
20410
|
-
letter-spacing:
|
|
20411
|
-
line-height: inherit;
|
|
20412
|
-
max-width: calc(100% - 2px - 2px);
|
|
20323
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20324
|
+
text-transform: none;
|
|
20325
|
+
font-weight: 400;
|
|
20326
|
+
line-height: initial;
|
|
20327
|
+
letter-spacing: initial;
|
|
20413
20328
|
}
|
|
20414
|
-
.v-
|
|
20415
|
-
|
|
20329
|
+
.v-date-picker-controls--variant-classic {
|
|
20330
|
+
padding-inline-start: 12px;
|
|
20416
20331
|
}
|
|
20417
|
-
.v-
|
|
20418
|
-
|
|
20419
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20420
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20421
|
-
top: 0px;
|
|
20332
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20333
|
+
opacity: 0.7;
|
|
20422
20334
|
}
|
|
20423
|
-
.v-
|
|
20424
|
-
|
|
20335
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20336
|
+
cursor: pointer;
|
|
20425
20337
|
}
|
|
20426
|
-
.v-
|
|
20338
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20427
20339
|
opacity: 1;
|
|
20428
20340
|
}
|
|
20429
|
-
.v-
|
|
20430
|
-
caret-color: transparent;
|
|
20431
|
-
}
|
|
20432
|
-
.v-combobox--single.v-text-field .v-field--focused input {
|
|
20433
|
-
flex: 1 1;
|
|
20434
|
-
position: absolute;
|
|
20435
|
-
left: 0;
|
|
20436
|
-
right: 0;
|
|
20437
|
-
width: 100%;
|
|
20438
|
-
padding-inline: inherit;
|
|
20439
|
-
}
|
|
20440
|
-
.v-combobox--single .v-field--active input {
|
|
20441
|
-
transition: none;
|
|
20442
|
-
}
|
|
20443
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
20444
|
-
opacity: 0;
|
|
20445
|
-
}
|
|
20446
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
20447
|
-
opacity: 0;
|
|
20448
|
-
}
|
|
20449
|
-
.v-combobox__menu-icon {
|
|
20341
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20450
20342
|
margin-inline-start: 4px;
|
|
20451
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20452
20343
|
}
|
|
20453
|
-
.v-
|
|
20454
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
20344
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20455
20345
|
transform: rotate(180deg);
|
|
20456
|
-
}.v-dialog {
|
|
20457
|
-
align-items: center;
|
|
20458
|
-
justify-content: center;
|
|
20459
|
-
margin: auto;
|
|
20460
|
-
}
|
|
20461
|
-
.v-dialog > .v-overlay__content {
|
|
20462
|
-
max-height: calc(100% - 48px);
|
|
20463
|
-
width: calc(100% - 48px);
|
|
20464
|
-
max-width: calc(100% - 48px);
|
|
20465
|
-
margin: 24px;
|
|
20466
20346
|
}
|
|
20467
|
-
|
|
20468
|
-
.v-
|
|
20469
|
-
|
|
20470
|
-
flex-direction: column;
|
|
20471
|
-
min-height: 0;
|
|
20347
|
+
|
|
20348
|
+
.v-date-picker-controls__date {
|
|
20349
|
+
margin-inline-end: 4px;
|
|
20472
20350
|
}
|
|
20473
|
-
.v-
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20477
|
-
--v-scrollbar-offset: 0px;
|
|
20478
|
-
border-radius: 4px;
|
|
20479
|
-
overflow-y: auto;
|
|
20480
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20351
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20352
|
+
margin: auto;
|
|
20353
|
+
text-align: center;
|
|
20481
20354
|
}
|
|
20482
|
-
|
|
20483
|
-
.v-
|
|
20355
|
+
|
|
20356
|
+
.v-date-picker-controls__month {
|
|
20484
20357
|
display: flex;
|
|
20485
|
-
flex-direction: column;
|
|
20486
|
-
}
|
|
20487
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20488
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20489
|
-
padding: 14px 24px 0;
|
|
20490
|
-
}
|
|
20491
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20492
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20493
|
-
padding-top: 10px;
|
|
20494
20358
|
}
|
|
20495
|
-
.v-
|
|
20496
|
-
|
|
20497
|
-
font-size: inherit;
|
|
20498
|
-
letter-spacing: 0.03125em;
|
|
20499
|
-
line-height: inherit;
|
|
20500
|
-
padding: 16px 24px 10px;
|
|
20359
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20360
|
+
flex-direction: row-reverse;
|
|
20501
20361
|
}
|
|
20502
20362
|
|
|
20503
|
-
.v-
|
|
20504
|
-
|
|
20505
|
-
}
|
|
20506
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
|
20507
|
-
border-radius: 0;
|
|
20508
|
-
margin: 0;
|
|
20509
|
-
padding: 0;
|
|
20510
|
-
width: 100%;
|
|
20511
|
-
height: 100%;
|
|
20512
|
-
max-width: 100%;
|
|
20513
|
-
max-height: 100%;
|
|
20514
|
-
overflow-y: auto;
|
|
20515
|
-
top: 0;
|
|
20516
|
-
left: 0;
|
|
20517
|
-
}
|
|
20518
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20519
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20520
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20521
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20522
|
-
min-height: 100%;
|
|
20523
|
-
min-width: 100%;
|
|
20524
|
-
border-radius: 0;
|
|
20363
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20364
|
+
flex: 1 0 auto;
|
|
20525
20365
|
}
|
|
20526
20366
|
|
|
20527
|
-
.v-
|
|
20528
|
-
|
|
20529
|
-
display: flex;
|
|
20530
|
-
}
|
|
20531
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20532
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20533
|
-
display: flex;
|
|
20534
|
-
flex: 1 1 100%;
|
|
20535
|
-
flex-direction: column;
|
|
20536
|
-
max-height: 100%;
|
|
20537
|
-
max-width: 100%;
|
|
20538
|
-
}
|
|
20539
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20540
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20541
|
-
-webkit-backface-visibility: hidden;
|
|
20542
|
-
backface-visibility: hidden;
|
|
20543
|
-
overflow-y: auto;
|
|
20367
|
+
.v-date-picker__title {
|
|
20368
|
+
display: inline-block;
|
|
20544
20369
|
}.v-date-picker-header {
|
|
20545
20370
|
display: grid;
|
|
20546
20371
|
grid-template-areas: "prepend content append";
|
|
@@ -20599,31 +20424,21 @@ html.overflow-y-hidden {
|
|
|
20599
20424
|
.date-picker-header-reverse-transition-leave-to {
|
|
20600
20425
|
opacity: 0;
|
|
20601
20426
|
transform: translate(0, 100%);
|
|
20602
|
-
}.v-date-
|
|
20603
|
-
|
|
20604
|
-
|
|
20605
|
-
padding-right: 24px;
|
|
20606
|
-
}
|
|
20607
|
-
|
|
20608
|
-
.v-date-picker {
|
|
20609
|
-
overflow: hidden;
|
|
20610
|
-
width: 360px;
|
|
20611
|
-
}
|
|
20612
|
-
.v-date-picker--show-week {
|
|
20613
|
-
width: 408px;
|
|
20614
|
-
}
|
|
20615
|
-
|
|
20616
|
-
.v-date-picker-month {
|
|
20617
|
-
padding: 0 12px 12px;
|
|
20427
|
+
}.v-date-picker-years {
|
|
20428
|
+
height: 320px;
|
|
20429
|
+
overflow-y: scroll;
|
|
20618
20430
|
}
|
|
20619
20431
|
|
|
20620
|
-
.v-date-picker-
|
|
20621
|
-
|
|
20622
|
-
|
|
20432
|
+
.v-date-picker-years__content {
|
|
20433
|
+
display: grid;
|
|
20434
|
+
flex: 1 1;
|
|
20435
|
+
justify-content: space-around;
|
|
20436
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20437
|
+
gap: 8px 24px;
|
|
20438
|
+
padding-inline: 36px;
|
|
20623
20439
|
}
|
|
20624
|
-
.v-date-picker-
|
|
20625
|
-
|
|
20626
|
-
--v-btn-size: 0.85rem;
|
|
20440
|
+
.v-date-picker-years__content .v-btn {
|
|
20441
|
+
padding-inline: 8px;
|
|
20627
20442
|
}.v-date-picker-month {
|
|
20628
20443
|
display: flex;
|
|
20629
20444
|
justify-content: center;
|
|
@@ -20693,180 +20508,525 @@ html.overflow-y-hidden {
|
|
|
20693
20508
|
text-transform: none;
|
|
20694
20509
|
padding-inline-start: 8px;
|
|
20695
20510
|
padding-inline-end: 8px;
|
|
20696
|
-
}.v-
|
|
20697
|
-
|
|
20698
|
-
overflow-y: scroll;
|
|
20511
|
+
}.v-data-table {
|
|
20512
|
+
width: 100%;
|
|
20699
20513
|
}
|
|
20700
20514
|
|
|
20701
|
-
.v-
|
|
20702
|
-
|
|
20703
|
-
|
|
20704
|
-
|
|
20705
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20706
|
-
gap: 8px 24px;
|
|
20707
|
-
padding-inline: 36px;
|
|
20708
|
-
}
|
|
20709
|
-
.v-date-picker-years__content .v-btn {
|
|
20710
|
-
padding-inline: 8px;
|
|
20711
|
-
}.v-date-picker-controls {
|
|
20712
|
-
display: flex;
|
|
20713
|
-
align-items: center;
|
|
20714
|
-
justify-content: space-between;
|
|
20715
|
-
font-size: 0.875rem;
|
|
20716
|
-
padding-top: 4px;
|
|
20717
|
-
padding-bottom: 4px;
|
|
20718
|
-
padding-inline-start: 6px;
|
|
20719
|
-
padding-inline-end: 12px;
|
|
20720
|
-
}
|
|
20721
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20722
|
-
text-transform: none;
|
|
20723
|
-
font-weight: 400;
|
|
20724
|
-
line-height: initial;
|
|
20725
|
-
letter-spacing: initial;
|
|
20726
|
-
}
|
|
20727
|
-
.v-date-picker-controls--variant-classic {
|
|
20728
|
-
padding-inline-start: 12px;
|
|
20729
|
-
}
|
|
20730
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20731
|
-
opacity: 0.7;
|
|
20732
|
-
}
|
|
20733
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20734
|
-
cursor: pointer;
|
|
20735
|
-
}
|
|
20736
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20737
|
-
opacity: 1;
|
|
20738
|
-
}
|
|
20739
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20740
|
-
margin-inline-start: 4px;
|
|
20741
|
-
}
|
|
20742
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20743
|
-
transform: rotate(180deg);
|
|
20515
|
+
.v-data-table__table {
|
|
20516
|
+
width: 100%;
|
|
20517
|
+
border-collapse: separate;
|
|
20518
|
+
border-spacing: 0;
|
|
20744
20519
|
}
|
|
20745
20520
|
|
|
20746
|
-
.v-
|
|
20747
|
-
|
|
20521
|
+
.v-data-table__tr--focus {
|
|
20522
|
+
border: 1px dotted black;
|
|
20748
20523
|
}
|
|
20749
|
-
.v-
|
|
20750
|
-
|
|
20751
|
-
text-align: center;
|
|
20524
|
+
.v-data-table__tr--clickable {
|
|
20525
|
+
cursor: pointer;
|
|
20752
20526
|
}
|
|
20753
20527
|
|
|
20754
|
-
.v-
|
|
20755
|
-
|
|
20528
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
20529
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
20530
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
20531
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
20532
|
+
text-align: end;
|
|
20756
20533
|
}
|
|
20757
|
-
.v-
|
|
20534
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20535
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
20536
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20537
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
20758
20538
|
flex-direction: row-reverse;
|
|
20759
20539
|
}
|
|
20760
|
-
|
|
20761
|
-
.v-
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
|
|
20765
|
-
.v-date-picker__title {
|
|
20766
|
-
display: inline-block;
|
|
20767
|
-
}/* region INPUT */
|
|
20768
|
-
.v-field {
|
|
20769
|
-
display: grid;
|
|
20770
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
|
20771
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
20772
|
-
font-size: 16px;
|
|
20773
|
-
letter-spacing: 0.009375em;
|
|
20774
|
-
max-width: 100%;
|
|
20775
|
-
border-radius: 4px;
|
|
20776
|
-
contain: layout;
|
|
20777
|
-
flex: 1 0;
|
|
20778
|
-
grid-area: control;
|
|
20779
|
-
position: relative;
|
|
20780
|
-
--v-field-padding-start: 16px;
|
|
20781
|
-
--v-field-padding-end: 16px;
|
|
20782
|
-
--v-field-padding-top: 8px;
|
|
20783
|
-
--v-field-padding-bottom: 4px;
|
|
20784
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
20785
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
20786
|
-
}
|
|
20787
|
-
.v-field--disabled {
|
|
20788
|
-
opacity: var(--v-disabled-opacity);
|
|
20789
|
-
pointer-events: none;
|
|
20540
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
20541
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
20542
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
20543
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
20544
|
+
text-align: center;
|
|
20790
20545
|
}
|
|
20791
|
-
.v-
|
|
20792
|
-
|
|
20546
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20547
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
20548
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20549
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
20550
|
+
justify-content: center;
|
|
20793
20551
|
}
|
|
20794
|
-
|
|
20795
|
-
|
|
20796
|
-
|
|
20797
|
-
.v-
|
|
20798
|
-
padding
|
|
20552
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
20553
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
20554
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
20555
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
20556
|
+
padding: 0 8px;
|
|
20799
20557
|
}
|
|
20800
|
-
.v-
|
|
20801
|
-
|
|
20558
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
20559
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
20560
|
+
align-items: center;
|
|
20802
20561
|
}
|
|
20803
|
-
.v-
|
|
20804
|
-
|
|
20805
|
-
|
|
20806
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20807
|
-
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));
|
|
20562
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
20563
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
20564
|
+
position: sticky;
|
|
20808
20565
|
}
|
|
20809
|
-
.v-
|
|
20810
|
-
|
|
20811
|
-
|
|
20566
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
20567
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
20568
|
+
cursor: pointer;
|
|
20812
20569
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20813
|
-
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));
|
|
20814
20570
|
}
|
|
20815
|
-
.v-
|
|
20816
|
-
|
|
20571
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
20572
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
20573
|
+
opacity: 0;
|
|
20817
20574
|
}
|
|
20818
|
-
.v-
|
|
20819
|
-
|
|
20820
|
-
|
|
20575
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
|
20576
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
|
20577
|
+
opacity: 0.5;
|
|
20821
20578
|
}
|
|
20822
|
-
|
|
20823
|
-
|
|
20824
|
-
|
|
20579
|
+
|
|
20580
|
+
.v-data-table-column--fixed,
|
|
20581
|
+
.v-data-table__th--sticky {
|
|
20582
|
+
background: rgb(var(--v-theme-surface));
|
|
20583
|
+
position: sticky !important;
|
|
20584
|
+
left: 0;
|
|
20585
|
+
z-index: 1;
|
|
20825
20586
|
}
|
|
20826
20587
|
|
|
20827
|
-
.v-
|
|
20828
|
-
--v-
|
|
20829
|
-
--v-field-padding-bottom: 0px;
|
|
20588
|
+
.v-data-table-column--last-fixed {
|
|
20589
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20830
20590
|
}
|
|
20831
20591
|
|
|
20832
|
-
.v-
|
|
20833
|
-
|
|
20834
|
-
--v-field-padding-bottom: 0px;
|
|
20592
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
|
20593
|
+
z-index: 2;
|
|
20835
20594
|
}
|
|
20836
20595
|
|
|
20837
|
-
.v-
|
|
20838
|
-
--v-
|
|
20596
|
+
.v-data-table-group-header-row td {
|
|
20597
|
+
background: rgba(var(--v-theme-surface));
|
|
20598
|
+
color: rgba(var(--v-theme-on-surface));
|
|
20839
20599
|
}
|
|
20840
|
-
.v-
|
|
20841
|
-
|
|
20600
|
+
.v-data-table-group-header-row td > span {
|
|
20601
|
+
padding-left: 5px;
|
|
20842
20602
|
}
|
|
20843
20603
|
|
|
20844
|
-
.v-
|
|
20845
|
-
|
|
20604
|
+
.v-data-table--loading .v-data-table__td {
|
|
20605
|
+
opacity: 0.3;
|
|
20846
20606
|
}
|
|
20847
20607
|
|
|
20848
|
-
.v-
|
|
20849
|
-
--v-
|
|
20608
|
+
.v-data-table-group-header-row__column {
|
|
20609
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
|
20850
20610
|
}
|
|
20851
20611
|
|
|
20852
|
-
.v-
|
|
20853
|
-
|
|
20854
|
-
|
|
20855
|
-
}
|
|
20856
|
-
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
|
20857
|
-
--v-field-padding-start: 0px;
|
|
20858
|
-
--v-field-padding-end: 0px;
|
|
20859
|
-
}
|
|
20860
|
-
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
20861
|
-
--v-input-control-height: 48px;
|
|
20862
|
-
--v-field-padding-top: 4px;
|
|
20863
|
-
--v-field-padding-bottom: 4px;
|
|
20612
|
+
.v-data-table-header__content {
|
|
20613
|
+
display: flex;
|
|
20614
|
+
align-items: center;
|
|
20864
20615
|
}
|
|
20865
20616
|
|
|
20866
|
-
.v-
|
|
20867
|
-
|
|
20868
|
-
|
|
20869
|
-
|
|
20617
|
+
.v-data-table-header__sort-badge {
|
|
20618
|
+
display: inline-flex;
|
|
20619
|
+
justify-content: center;
|
|
20620
|
+
align-items: center;
|
|
20621
|
+
font-size: 0.875rem;
|
|
20622
|
+
padding: 4px;
|
|
20623
|
+
border-radius: 50%;
|
|
20624
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20625
|
+
min-width: 20px;
|
|
20626
|
+
min-height: 20px;
|
|
20627
|
+
width: 20px;
|
|
20628
|
+
height: 20px;
|
|
20629
|
+
}
|
|
20630
|
+
|
|
20631
|
+
.v-data-table-progress > th {
|
|
20632
|
+
border: none !important;
|
|
20633
|
+
height: auto !important;
|
|
20634
|
+
padding: 0 !important;
|
|
20635
|
+
}
|
|
20636
|
+
|
|
20637
|
+
.v-data-table-progress__loader {
|
|
20638
|
+
position: relative;
|
|
20639
|
+
}
|
|
20640
|
+
|
|
20641
|
+
.v-data-table-rows-loading,
|
|
20642
|
+
.v-data-table-rows-no-data {
|
|
20643
|
+
text-align: center;
|
|
20644
|
+
}.v-data-table-footer {
|
|
20645
|
+
display: flex;
|
|
20646
|
+
align-items: center;
|
|
20647
|
+
flex-wrap: wrap;
|
|
20648
|
+
padding: 4px;
|
|
20649
|
+
justify-content: flex-end;
|
|
20650
|
+
}
|
|
20651
|
+
|
|
20652
|
+
.v-data-table-footer__items-per-page {
|
|
20653
|
+
display: flex;
|
|
20654
|
+
align-items: center;
|
|
20655
|
+
justify-content: center;
|
|
20656
|
+
}
|
|
20657
|
+
.v-data-table-footer__items-per-page > span {
|
|
20658
|
+
padding-inline-end: 8px;
|
|
20659
|
+
}
|
|
20660
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20661
|
+
width: 90px;
|
|
20662
|
+
}
|
|
20663
|
+
|
|
20664
|
+
.v-data-table-footer__info {
|
|
20665
|
+
display: flex;
|
|
20666
|
+
justify-content: flex-end;
|
|
20667
|
+
min-width: 116px;
|
|
20668
|
+
padding: 0 16px;
|
|
20669
|
+
}
|
|
20670
|
+
|
|
20671
|
+
.v-data-table-footer__pagination {
|
|
20672
|
+
display: flex;
|
|
20673
|
+
align-items: center;
|
|
20674
|
+
margin-inline-start: 16px;
|
|
20675
|
+
}
|
|
20676
|
+
|
|
20677
|
+
.v-data-table-footer__page {
|
|
20678
|
+
padding: 0 8px;
|
|
20679
|
+
}.v-divider {
|
|
20680
|
+
display: block;
|
|
20681
|
+
flex: 1 1 100%;
|
|
20682
|
+
height: 0px;
|
|
20683
|
+
max-height: 0px;
|
|
20684
|
+
opacity: var(--v-border-opacity);
|
|
20685
|
+
transition: inherit;
|
|
20686
|
+
border-style: solid;
|
|
20687
|
+
border-width: thin 0 0 0;
|
|
20688
|
+
}
|
|
20689
|
+
.v-divider--vertical {
|
|
20690
|
+
align-self: stretch;
|
|
20691
|
+
border-width: 0 thin 0 0;
|
|
20692
|
+
display: inline-flex;
|
|
20693
|
+
height: inherit;
|
|
20694
|
+
margin-left: -1px;
|
|
20695
|
+
max-height: 100%;
|
|
20696
|
+
max-width: 0px;
|
|
20697
|
+
vertical-align: text-bottom;
|
|
20698
|
+
width: 0px;
|
|
20699
|
+
}
|
|
20700
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20701
|
+
max-width: calc(100% - 72px);
|
|
20702
|
+
margin-inline-start: 72px;
|
|
20703
|
+
}
|
|
20704
|
+
.v-divider--inset.v-divider--vertical {
|
|
20705
|
+
margin-bottom: 8px;
|
|
20706
|
+
margin-top: 8px;
|
|
20707
|
+
max-height: calc(100% - 16px);
|
|
20708
|
+
}.v-expansion-panel {
|
|
20709
|
+
background-color: rgb(var(--v-theme-surface));
|
|
20710
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20711
|
+
}
|
|
20712
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
20713
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20714
|
+
}
|
|
20715
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20716
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20717
|
+
}
|
|
20718
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20719
|
+
opacity: 0.4615384615;
|
|
20720
|
+
}
|
|
20721
|
+
|
|
20722
|
+
.v-expansion-panels {
|
|
20723
|
+
display: flex;
|
|
20724
|
+
flex-wrap: wrap;
|
|
20725
|
+
justify-content: center;
|
|
20726
|
+
list-style-type: none;
|
|
20727
|
+
padding: 0;
|
|
20728
|
+
width: 100%;
|
|
20729
|
+
position: relative;
|
|
20730
|
+
z-index: 1;
|
|
20731
|
+
}
|
|
20732
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20733
|
+
border-bottom-left-radius: 0 !important;
|
|
20734
|
+
border-bottom-right-radius: 0 !important;
|
|
20735
|
+
}
|
|
20736
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20737
|
+
border-top-left-radius: 0 !important;
|
|
20738
|
+
border-top-right-radius: 0 !important;
|
|
20739
|
+
}
|
|
20740
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
20741
|
+
border-bottom-left-radius: 0 !important;
|
|
20742
|
+
border-bottom-right-radius: 0 !important;
|
|
20743
|
+
}
|
|
20744
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
20745
|
+
border-top-left-radius: 0 !important;
|
|
20746
|
+
border-top-right-radius: 0 !important;
|
|
20747
|
+
}
|
|
20748
|
+
.v-expansion-panels--variant-accordion > :first-child {
|
|
20749
|
+
border-bottom-left-radius: 0 !important;
|
|
20750
|
+
border-bottom-right-radius: 0 !important;
|
|
20751
|
+
}
|
|
20752
|
+
.v-expansion-panels--variant-accordion > :last-child {
|
|
20753
|
+
border-top-left-radius: 0 !important;
|
|
20754
|
+
border-top-right-radius: 0 !important;
|
|
20755
|
+
}
|
|
20756
|
+
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
|
|
20757
|
+
border-bottom-left-radius: initial;
|
|
20758
|
+
border-bottom-right-radius: initial;
|
|
20759
|
+
}
|
|
20760
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
20761
|
+
border-radius: 0 !important;
|
|
20762
|
+
}
|
|
20763
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
20764
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
20765
|
+
}
|
|
20766
|
+
|
|
20767
|
+
.v-expansion-panel {
|
|
20768
|
+
flex: 1 0 100%;
|
|
20769
|
+
max-width: 100%;
|
|
20770
|
+
position: relative;
|
|
20771
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
20772
|
+
transition-property: margin-top, border-radius, border, max-width;
|
|
20773
|
+
border-radius: 4px;
|
|
20774
|
+
}
|
|
20775
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
20776
|
+
border-top-style: solid;
|
|
20777
|
+
border-top-width: thin;
|
|
20778
|
+
content: "";
|
|
20779
|
+
left: 0;
|
|
20780
|
+
position: absolute;
|
|
20781
|
+
right: 0;
|
|
20782
|
+
top: 0;
|
|
20783
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
20784
|
+
}
|
|
20785
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20786
|
+
pointer-events: none;
|
|
20787
|
+
}
|
|
20788
|
+
.v-expansion-panel--active:not(:first-child),
|
|
20789
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
|
20790
|
+
margin-top: 16px;
|
|
20791
|
+
}
|
|
20792
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
|
20793
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
20794
|
+
opacity: 0;
|
|
20795
|
+
}
|
|
20796
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
20797
|
+
border-bottom-left-radius: 0;
|
|
20798
|
+
border-bottom-right-radius: 0;
|
|
20799
|
+
}
|
|
20800
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
20801
|
+
min-height: 64px;
|
|
20802
|
+
}
|
|
20803
|
+
|
|
20804
|
+
.v-expansion-panel__shadow {
|
|
20805
|
+
position: absolute;
|
|
20806
|
+
top: 0;
|
|
20807
|
+
left: 0;
|
|
20808
|
+
width: 100%;
|
|
20809
|
+
height: 100%;
|
|
20810
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20811
|
+
border-radius: inherit;
|
|
20812
|
+
z-index: -1;
|
|
20813
|
+
}
|
|
20814
|
+
|
|
20815
|
+
.v-expansion-panel-title {
|
|
20816
|
+
align-items: center;
|
|
20817
|
+
text-align: start;
|
|
20818
|
+
border-radius: inherit;
|
|
20819
|
+
display: flex;
|
|
20820
|
+
font-size: 0.9375rem;
|
|
20821
|
+
line-height: 1;
|
|
20822
|
+
min-height: 48px;
|
|
20823
|
+
outline: none;
|
|
20824
|
+
padding: 16px 24px;
|
|
20825
|
+
position: relative;
|
|
20826
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
20827
|
+
width: 100%;
|
|
20828
|
+
justify-content: space-between;
|
|
20829
|
+
}
|
|
20830
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
20831
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20832
|
+
}
|
|
20833
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
20834
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20835
|
+
}
|
|
20836
|
+
@supports not selector(:focus-visible) {
|
|
20837
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
20838
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20839
|
+
}
|
|
20840
|
+
}
|
|
20841
|
+
.v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
|
|
20842
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
20843
|
+
}
|
|
20844
|
+
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
|
|
20845
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20846
|
+
}
|
|
20847
|
+
.v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
|
|
20848
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20849
|
+
}
|
|
20850
|
+
@supports not selector(:focus-visible) {
|
|
20851
|
+
.v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
|
|
20852
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20853
|
+
}
|
|
20854
|
+
}
|
|
20855
|
+
.v-expansion-panel-title--active::before {
|
|
20856
|
+
opacity: 0.12;
|
|
20857
|
+
}
|
|
20858
|
+
|
|
20859
|
+
.v-expansion-panel-title__overlay {
|
|
20860
|
+
position: absolute;
|
|
20861
|
+
top: 0;
|
|
20862
|
+
left: 0;
|
|
20863
|
+
width: 100%;
|
|
20864
|
+
height: 100%;
|
|
20865
|
+
background-color: currentColor;
|
|
20866
|
+
border-radius: inherit;
|
|
20867
|
+
opacity: 0;
|
|
20868
|
+
}
|
|
20869
|
+
|
|
20870
|
+
.v-expansion-panel-title__icon {
|
|
20871
|
+
display: inline-flex;
|
|
20872
|
+
margin-bottom: -4px;
|
|
20873
|
+
margin-top: -4px;
|
|
20874
|
+
-webkit-user-select: none;
|
|
20875
|
+
user-select: none;
|
|
20876
|
+
margin-inline-start: auto;
|
|
20877
|
+
}
|
|
20878
|
+
|
|
20879
|
+
.v-expansion-panel-text {
|
|
20880
|
+
display: flex;
|
|
20881
|
+
}
|
|
20882
|
+
.v-expansion-panel-text__wrapper {
|
|
20883
|
+
padding: 8px 24px 16px;
|
|
20884
|
+
flex: 1 1 auto;
|
|
20885
|
+
max-width: 100%;
|
|
20886
|
+
}
|
|
20887
|
+
|
|
20888
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
20889
|
+
margin-top: 0;
|
|
20890
|
+
}
|
|
20891
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
20892
|
+
opacity: 1;
|
|
20893
|
+
}
|
|
20894
|
+
|
|
20895
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
20896
|
+
max-width: calc(100% - 32px);
|
|
20897
|
+
}
|
|
20898
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
20899
|
+
max-width: calc(100% + 16px);
|
|
20900
|
+
}
|
|
20901
|
+
|
|
20902
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
20903
|
+
max-width: 100%;
|
|
20904
|
+
}
|
|
20905
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20906
|
+
max-width: calc(100% - 32px);
|
|
20907
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20908
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20909
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20910
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20911
|
+
top: 0px;
|
|
20912
|
+
}
|
|
20913
|
+
.v-file-input input[type=file] {
|
|
20914
|
+
height: 100%;
|
|
20915
|
+
left: 0;
|
|
20916
|
+
opacity: 0;
|
|
20917
|
+
position: absolute;
|
|
20918
|
+
top: 0;
|
|
20919
|
+
width: 100%;
|
|
20920
|
+
z-index: 1;
|
|
20921
|
+
}
|
|
20922
|
+
.v-file-input .v-input__details {
|
|
20923
|
+
padding-inline: 16px;
|
|
20924
|
+
}
|
|
20925
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
20926
|
+
padding-inline: 0;
|
|
20927
|
+
}/* region INPUT */
|
|
20928
|
+
.v-field {
|
|
20929
|
+
display: grid;
|
|
20930
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
|
20931
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
20932
|
+
font-size: 16px;
|
|
20933
|
+
letter-spacing: 0.009375em;
|
|
20934
|
+
max-width: 100%;
|
|
20935
|
+
border-radius: 4px;
|
|
20936
|
+
contain: layout;
|
|
20937
|
+
flex: 1 0;
|
|
20938
|
+
grid-area: control;
|
|
20939
|
+
position: relative;
|
|
20940
|
+
--v-field-padding-start: 16px;
|
|
20941
|
+
--v-field-padding-end: 16px;
|
|
20942
|
+
--v-field-padding-top: 8px;
|
|
20943
|
+
--v-field-padding-bottom: 4px;
|
|
20944
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
20945
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
20946
|
+
}
|
|
20947
|
+
.v-field--disabled {
|
|
20948
|
+
opacity: var(--v-disabled-opacity);
|
|
20949
|
+
pointer-events: none;
|
|
20950
|
+
}
|
|
20951
|
+
.v-field .v-chip {
|
|
20952
|
+
--v-chip-height: 24px;
|
|
20953
|
+
}
|
|
20954
|
+
|
|
20955
|
+
/* endregion */
|
|
20956
|
+
/* region MODIFIERS */
|
|
20957
|
+
.v-field--prepended {
|
|
20958
|
+
padding-inline-start: 12px;
|
|
20959
|
+
}
|
|
20960
|
+
.v-field--appended {
|
|
20961
|
+
padding-inline-end: 12px;
|
|
20962
|
+
}
|
|
20963
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
|
20964
|
+
background: rgb(var(--v-theme-surface));
|
|
20965
|
+
border-color: transparent;
|
|
20966
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20967
|
+
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));
|
|
20968
|
+
}
|
|
20969
|
+
.v-field--variant-solo-inverted {
|
|
20970
|
+
background: rgb(var(--v-theme-surface));
|
|
20971
|
+
border-color: transparent;
|
|
20972
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20973
|
+
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));
|
|
20974
|
+
}
|
|
20975
|
+
.v-field--variant-solo-inverted.v-field--focused {
|
|
20976
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20977
|
+
}
|
|
20978
|
+
.v-field--variant-filled {
|
|
20979
|
+
border-bottom-left-radius: 0;
|
|
20980
|
+
border-bottom-right-radius: 0;
|
|
20981
|
+
}
|
|
20982
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
20983
|
+
--v-input-control-height: 56px;
|
|
20984
|
+
--v-field-padding-bottom: 4px;
|
|
20985
|
+
}
|
|
20986
|
+
|
|
20987
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
20988
|
+
--v-input-control-height: 48px;
|
|
20989
|
+
--v-field-padding-bottom: 0px;
|
|
20990
|
+
}
|
|
20991
|
+
|
|
20992
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
20993
|
+
--v-input-control-height: 40px;
|
|
20994
|
+
--v-field-padding-bottom: 0px;
|
|
20995
|
+
}
|
|
20996
|
+
|
|
20997
|
+
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
|
20998
|
+
--v-field-padding-top: 0px;
|
|
20999
|
+
}
|
|
21000
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
|
21001
|
+
--v-field-padding-bottom: 16px;
|
|
21002
|
+
}
|
|
21003
|
+
|
|
21004
|
+
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
|
21005
|
+
--v-field-padding-bottom: 12px;
|
|
21006
|
+
}
|
|
21007
|
+
|
|
21008
|
+
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
|
|
21009
|
+
--v-field-padding-bottom: 8px;
|
|
21010
|
+
}
|
|
21011
|
+
|
|
21012
|
+
.v-field--variant-plain, .v-field--variant-underlined {
|
|
21013
|
+
border-radius: 0;
|
|
21014
|
+
padding: 0;
|
|
21015
|
+
}
|
|
21016
|
+
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
|
21017
|
+
--v-field-padding-start: 0px;
|
|
21018
|
+
--v-field-padding-end: 0px;
|
|
21019
|
+
}
|
|
21020
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
21021
|
+
--v-input-control-height: 48px;
|
|
21022
|
+
--v-field-padding-top: 4px;
|
|
21023
|
+
--v-field-padding-bottom: 4px;
|
|
21024
|
+
}
|
|
21025
|
+
|
|
21026
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
21027
|
+
--v-input-control-height: 40px;
|
|
21028
|
+
--v-field-padding-top: 2px;
|
|
21029
|
+
--v-field-padding-bottom: 0px;
|
|
20870
21030
|
}
|
|
20871
21031
|
|
|
20872
21032
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
@@ -21282,265 +21442,125 @@ textarea.v-field__input::placeholder {
|
|
|
21282
21442
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
21283
21443
|
}
|
|
21284
21444
|
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
|
21285
|
-
opacity: 0;
|
|
21286
|
-
}
|
|
21287
|
-
@media (hover: hover) {
|
|
21288
|
-
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
|
21289
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21290
|
-
}
|
|
21291
|
-
}
|
|
21292
|
-
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
|
21293
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
21294
|
-
opacity: 1;
|
|
21295
|
-
}
|
|
21296
|
-
|
|
21297
|
-
/* endregion */
|
|
21298
|
-
/* region MODIFIERS */
|
|
21299
|
-
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
21300
|
-
flex-direction: row-reverse;
|
|
21301
|
-
}
|
|
21302
|
-
.v-field--reverse .v-field__input, .v-field--reverse input {
|
|
21303
|
-
text-align: end;
|
|
21304
|
-
}
|
|
21305
|
-
|
|
21306
|
-
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
|
21307
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
|
21308
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
|
21309
|
-
}
|
|
21310
|
-
|
|
21311
|
-
.v-field--loading .v-field__outline::after,
|
|
21312
|
-
.v-field--loading .v-field__outline::before {
|
|
21313
|
-
opacity: 0;
|
|
21314
|
-
}
|
|
21315
|
-
|
|
21316
|
-
/* endregion */.v-divider {
|
|
21317
|
-
display: block;
|
|
21318
|
-
flex: 1 1 100%;
|
|
21319
|
-
height: 0px;
|
|
21320
|
-
max-height: 0px;
|
|
21321
|
-
opacity: var(--v-border-opacity);
|
|
21322
|
-
transition: inherit;
|
|
21323
|
-
border-style: solid;
|
|
21324
|
-
border-width: thin 0 0 0;
|
|
21325
|
-
}
|
|
21326
|
-
.v-divider--vertical {
|
|
21327
|
-
align-self: stretch;
|
|
21328
|
-
border-width: 0 thin 0 0;
|
|
21329
|
-
display: inline-flex;
|
|
21330
|
-
height: inherit;
|
|
21331
|
-
margin-left: -1px;
|
|
21332
|
-
max-height: 100%;
|
|
21333
|
-
max-width: 0px;
|
|
21334
|
-
vertical-align: text-bottom;
|
|
21335
|
-
width: 0px;
|
|
21336
|
-
}
|
|
21337
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
21338
|
-
max-width: calc(100% - 72px);
|
|
21339
|
-
margin-inline-start: 72px;
|
|
21340
|
-
}
|
|
21341
|
-
.v-divider--inset.v-divider--vertical {
|
|
21342
|
-
margin-bottom: 8px;
|
|
21343
|
-
margin-top: 8px;
|
|
21344
|
-
max-height: calc(100% - 16px);
|
|
21345
|
-
}.v-expansion-panel {
|
|
21346
|
-
background-color: rgb(var(--v-theme-surface));
|
|
21347
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21348
|
-
}
|
|
21349
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
21350
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21351
|
-
}
|
|
21352
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21353
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
21354
|
-
}
|
|
21355
|
-
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
21356
|
-
opacity: 0.4615384615;
|
|
21357
|
-
}
|
|
21358
|
-
|
|
21359
|
-
.v-expansion-panels {
|
|
21360
|
-
display: flex;
|
|
21361
|
-
flex-wrap: wrap;
|
|
21362
|
-
justify-content: center;
|
|
21363
|
-
list-style-type: none;
|
|
21364
|
-
padding: 0;
|
|
21365
|
-
width: 100%;
|
|
21366
|
-
position: relative;
|
|
21367
|
-
z-index: 1;
|
|
21368
|
-
}
|
|
21369
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21370
|
-
border-bottom-left-radius: 0 !important;
|
|
21371
|
-
border-bottom-right-radius: 0 !important;
|
|
21372
|
-
}
|
|
21373
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21374
|
-
border-top-left-radius: 0 !important;
|
|
21375
|
-
border-top-right-radius: 0 !important;
|
|
21376
|
-
}
|
|
21377
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21378
|
-
border-bottom-left-radius: 0 !important;
|
|
21379
|
-
border-bottom-right-radius: 0 !important;
|
|
21380
|
-
}
|
|
21381
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21382
|
-
border-top-left-radius: 0 !important;
|
|
21383
|
-
border-top-right-radius: 0 !important;
|
|
21384
|
-
}
|
|
21385
|
-
.v-expansion-panels--variant-accordion > :first-child {
|
|
21386
|
-
border-bottom-left-radius: 0 !important;
|
|
21387
|
-
border-bottom-right-radius: 0 !important;
|
|
21388
|
-
}
|
|
21389
|
-
.v-expansion-panels--variant-accordion > :last-child {
|
|
21390
|
-
border-top-left-radius: 0 !important;
|
|
21391
|
-
border-top-right-radius: 0 !important;
|
|
21392
|
-
}
|
|
21393
|
-
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
|
|
21394
|
-
border-bottom-left-radius: initial;
|
|
21395
|
-
border-bottom-right-radius: initial;
|
|
21396
|
-
}
|
|
21397
|
-
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
21398
|
-
border-radius: 0 !important;
|
|
21399
|
-
}
|
|
21400
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
21401
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
21402
|
-
}
|
|
21403
|
-
|
|
21404
|
-
.v-expansion-panel {
|
|
21405
|
-
flex: 1 0 100%;
|
|
21406
|
-
max-width: 100%;
|
|
21407
|
-
position: relative;
|
|
21408
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
21409
|
-
transition-property: margin-top, border-radius, border, max-width;
|
|
21410
|
-
border-radius: 4px;
|
|
21411
|
-
}
|
|
21412
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
21413
|
-
border-top-style: solid;
|
|
21414
|
-
border-top-width: thin;
|
|
21415
|
-
content: "";
|
|
21416
|
-
left: 0;
|
|
21417
|
-
position: absolute;
|
|
21418
|
-
right: 0;
|
|
21419
|
-
top: 0;
|
|
21420
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21421
|
-
}
|
|
21422
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21423
|
-
pointer-events: none;
|
|
21424
|
-
}
|
|
21425
|
-
.v-expansion-panel--active:not(:first-child),
|
|
21426
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
|
21427
|
-
margin-top: 16px;
|
|
21428
|
-
}
|
|
21429
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
|
21430
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
21431
|
-
opacity: 0;
|
|
21432
|
-
}
|
|
21433
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
21434
|
-
border-bottom-left-radius: 0;
|
|
21435
|
-
border-bottom-right-radius: 0;
|
|
21436
|
-
}
|
|
21437
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
21438
|
-
min-height: 64px;
|
|
21439
|
-
}
|
|
21440
|
-
|
|
21441
|
-
.v-expansion-panel__shadow {
|
|
21442
|
-
position: absolute;
|
|
21443
|
-
top: 0;
|
|
21444
|
-
left: 0;
|
|
21445
|
-
width: 100%;
|
|
21446
|
-
height: 100%;
|
|
21447
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21448
|
-
border-radius: inherit;
|
|
21449
|
-
z-index: -1;
|
|
21450
|
-
}
|
|
21451
|
-
|
|
21452
|
-
.v-expansion-panel-title {
|
|
21453
|
-
align-items: center;
|
|
21454
|
-
text-align: start;
|
|
21455
|
-
border-radius: inherit;
|
|
21456
|
-
display: flex;
|
|
21457
|
-
font-size: 0.9375rem;
|
|
21458
|
-
line-height: 1;
|
|
21459
|
-
min-height: 48px;
|
|
21460
|
-
outline: none;
|
|
21461
|
-
padding: 16px 24px;
|
|
21462
|
-
position: relative;
|
|
21463
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21464
|
-
width: 100%;
|
|
21465
|
-
justify-content: space-between;
|
|
21466
|
-
}
|
|
21467
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
21468
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21469
|
-
}
|
|
21470
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
21471
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21445
|
+
opacity: 0;
|
|
21472
21446
|
}
|
|
21473
|
-
@
|
|
21474
|
-
.v-
|
|
21475
|
-
opacity: calc(var(--v-
|
|
21447
|
+
@media (hover: hover) {
|
|
21448
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
|
21449
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21476
21450
|
}
|
|
21477
21451
|
}
|
|
21478
|
-
.v-
|
|
21479
|
-
|
|
21480
|
-
|
|
21481
|
-
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
|
|
21482
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21452
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
|
21453
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
21454
|
+
opacity: 1;
|
|
21483
21455
|
}
|
|
21484
|
-
|
|
21485
|
-
|
|
21456
|
+
|
|
21457
|
+
/* endregion */
|
|
21458
|
+
/* region MODIFIERS */
|
|
21459
|
+
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
21460
|
+
flex-direction: row-reverse;
|
|
21486
21461
|
}
|
|
21487
|
-
|
|
21488
|
-
|
|
21489
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21490
|
-
}
|
|
21462
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
|
21463
|
+
text-align: end;
|
|
21491
21464
|
}
|
|
21492
|
-
|
|
21493
|
-
|
|
21465
|
+
|
|
21466
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
|
21467
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
|
21468
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
|
21494
21469
|
}
|
|
21495
21470
|
|
|
21496
|
-
.v-
|
|
21497
|
-
|
|
21498
|
-
top: 0;
|
|
21499
|
-
left: 0;
|
|
21500
|
-
width: 100%;
|
|
21501
|
-
height: 100%;
|
|
21502
|
-
background-color: currentColor;
|
|
21503
|
-
border-radius: inherit;
|
|
21471
|
+
.v-field--loading .v-field__outline::after,
|
|
21472
|
+
.v-field--loading .v-field__outline::before {
|
|
21504
21473
|
opacity: 0;
|
|
21505
21474
|
}
|
|
21506
21475
|
|
|
21507
|
-
|
|
21508
|
-
|
|
21509
|
-
|
|
21510
|
-
margin
|
|
21511
|
-
-webkit-user-select: none;
|
|
21512
|
-
user-select: none;
|
|
21513
|
-
margin-inline-start: auto;
|
|
21476
|
+
/* endregion */.v-dialog {
|
|
21477
|
+
align-items: center;
|
|
21478
|
+
justify-content: center;
|
|
21479
|
+
margin: auto;
|
|
21514
21480
|
}
|
|
21515
|
-
|
|
21516
|
-
|
|
21481
|
+
.v-dialog > .v-overlay__content {
|
|
21482
|
+
max-height: calc(100% - 48px);
|
|
21483
|
+
width: calc(100% - 48px);
|
|
21484
|
+
max-width: calc(100% - 48px);
|
|
21485
|
+
margin: 24px;
|
|
21486
|
+
}
|
|
21487
|
+
.v-dialog > .v-overlay__content,
|
|
21488
|
+
.v-dialog > .v-overlay__content > form {
|
|
21517
21489
|
display: flex;
|
|
21490
|
+
flex-direction: column;
|
|
21491
|
+
min-height: 0;
|
|
21518
21492
|
}
|
|
21519
|
-
.v-
|
|
21520
|
-
|
|
21521
|
-
|
|
21522
|
-
|
|
21493
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
21494
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21495
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21496
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21497
|
+
--v-scrollbar-offset: 0px;
|
|
21498
|
+
border-radius: 4px;
|
|
21499
|
+
overflow-y: auto;
|
|
21500
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21523
21501
|
}
|
|
21524
|
-
|
|
21525
|
-
.v-
|
|
21526
|
-
|
|
21502
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
21503
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
21504
|
+
display: flex;
|
|
21505
|
+
flex-direction: column;
|
|
21527
21506
|
}
|
|
21528
|
-
.v-
|
|
21529
|
-
|
|
21507
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
21508
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
21509
|
+
padding: 14px 24px 0;
|
|
21510
|
+
}
|
|
21511
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
21512
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
21513
|
+
padding-top: 10px;
|
|
21514
|
+
}
|
|
21515
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
21516
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
21517
|
+
font-size: inherit;
|
|
21518
|
+
letter-spacing: 0.03125em;
|
|
21519
|
+
line-height: inherit;
|
|
21520
|
+
padding: 16px 24px 10px;
|
|
21530
21521
|
}
|
|
21531
21522
|
|
|
21532
|
-
.v-
|
|
21533
|
-
|
|
21523
|
+
.v-dialog--fullscreen {
|
|
21524
|
+
--v-scrollbar-offset: 0px;
|
|
21534
21525
|
}
|
|
21535
|
-
.v-
|
|
21536
|
-
|
|
21526
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
21527
|
+
border-radius: 0;
|
|
21528
|
+
margin: 0;
|
|
21529
|
+
padding: 0;
|
|
21530
|
+
width: 100%;
|
|
21531
|
+
height: 100%;
|
|
21532
|
+
max-width: 100%;
|
|
21533
|
+
max-height: 100%;
|
|
21534
|
+
overflow-y: auto;
|
|
21535
|
+
top: 0;
|
|
21536
|
+
left: 0;
|
|
21537
|
+
}
|
|
21538
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
21539
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
21540
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
21541
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
21542
|
+
min-height: 100%;
|
|
21543
|
+
min-width: 100%;
|
|
21544
|
+
border-radius: 0;
|
|
21537
21545
|
}
|
|
21538
21546
|
|
|
21539
|
-
.v-
|
|
21547
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
21548
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
21549
|
+
display: flex;
|
|
21550
|
+
}
|
|
21551
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
21552
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
21553
|
+
display: flex;
|
|
21554
|
+
flex: 1 1 100%;
|
|
21555
|
+
flex-direction: column;
|
|
21556
|
+
max-height: 100%;
|
|
21540
21557
|
max-width: 100%;
|
|
21541
21558
|
}
|
|
21542
|
-
.v-
|
|
21543
|
-
|
|
21559
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
21560
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
21561
|
+
-webkit-backface-visibility: hidden;
|
|
21562
|
+
backface-visibility: hidden;
|
|
21563
|
+
overflow-y: auto;
|
|
21544
21564
|
}.v-footer {
|
|
21545
21565
|
align-items: center;
|
|
21546
21566
|
display: flex;
|
|
@@ -21569,26 +21589,42 @@ textarea.v-field__input::placeholder {
|
|
|
21569
21589
|
}
|
|
21570
21590
|
.v-footer--rounded {
|
|
21571
21591
|
border-radius: 4px;
|
|
21572
|
-
}.v-
|
|
21573
|
-
|
|
21574
|
-
|
|
21575
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21576
|
-
top: 0px;
|
|
21592
|
+
}.v-img {
|
|
21593
|
+
--v-theme-overlay-multiplier: 3;
|
|
21594
|
+
z-index: 0;
|
|
21577
21595
|
}
|
|
21578
|
-
.v-
|
|
21579
|
-
|
|
21580
|
-
|
|
21581
|
-
|
|
21596
|
+
.v-img--booting .v-responsive__sizer {
|
|
21597
|
+
transition: none;
|
|
21598
|
+
}
|
|
21599
|
+
.v-img--rounded {
|
|
21600
|
+
border-radius: 4px;
|
|
21601
|
+
}
|
|
21602
|
+
|
|
21603
|
+
.v-img__img,
|
|
21604
|
+
.v-img__picture,
|
|
21605
|
+
.v-img__gradient,
|
|
21606
|
+
.v-img__placeholder,
|
|
21607
|
+
.v-img__error {
|
|
21608
|
+
z-index: -1;
|
|
21582
21609
|
position: absolute;
|
|
21583
21610
|
top: 0;
|
|
21611
|
+
left: 0;
|
|
21584
21612
|
width: 100%;
|
|
21585
|
-
|
|
21613
|
+
height: 100%;
|
|
21586
21614
|
}
|
|
21587
|
-
|
|
21588
|
-
|
|
21615
|
+
|
|
21616
|
+
.v-img__img--preload {
|
|
21617
|
+
filter: blur(4px);
|
|
21589
21618
|
}
|
|
21590
|
-
.v-
|
|
21591
|
-
|
|
21619
|
+
.v-img__img--contain {
|
|
21620
|
+
object-fit: contain;
|
|
21621
|
+
}
|
|
21622
|
+
.v-img__img--cover {
|
|
21623
|
+
object-fit: cover;
|
|
21624
|
+
}
|
|
21625
|
+
|
|
21626
|
+
.v-img__gradient {
|
|
21627
|
+
background-repeat: no-repeat;
|
|
21592
21628
|
}.v-icon {
|
|
21593
21629
|
--v-icon-size-multiplier: 1;
|
|
21594
21630
|
align-items: center;
|
|
@@ -21632,88 +21668,42 @@ textarea.v-field__input::placeholder {
|
|
|
21632
21668
|
height: 100%;
|
|
21633
21669
|
}
|
|
21634
21670
|
|
|
21635
|
-
.v-icon--start {
|
|
21636
|
-
margin-inline-end: 8px;
|
|
21637
|
-
}
|
|
21638
|
-
|
|
21639
|
-
.v-icon--end {
|
|
21640
|
-
margin-inline-start: 8px;
|
|
21641
|
-
}.v-infinite-scroll--horizontal {
|
|
21642
|
-
display: flex;
|
|
21643
|
-
flex-direction: row;
|
|
21644
|
-
overflow-x: auto;
|
|
21645
|
-
}
|
|
21646
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21647
|
-
height: 100%;
|
|
21648
|
-
width: 1px;
|
|
21649
|
-
}
|
|
21650
|
-
|
|
21651
|
-
.v-infinite-scroll--vertical {
|
|
21652
|
-
display: flex;
|
|
21653
|
-
flex-direction: column;
|
|
21654
|
-
overflow-y: auto;
|
|
21655
|
-
}
|
|
21656
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21657
|
-
height: 1px;
|
|
21658
|
-
width: 100%;
|
|
21659
|
-
}
|
|
21660
|
-
|
|
21661
|
-
.v-infinite-scroll__side {
|
|
21662
|
-
align-items: center;
|
|
21663
|
-
display: flex;
|
|
21664
|
-
justify-content: center;
|
|
21665
|
-
padding: 8px;
|
|
21666
|
-
}.v-label {
|
|
21667
|
-
align-items: center;
|
|
21668
|
-
color: inherit;
|
|
21669
|
-
display: inline-flex;
|
|
21670
|
-
font-size: 1rem;
|
|
21671
|
-
letter-spacing: 0.009375em;
|
|
21672
|
-
min-width: 0;
|
|
21673
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21674
|
-
overflow: hidden;
|
|
21675
|
-
text-overflow: ellipsis;
|
|
21676
|
-
white-space: nowrap;
|
|
21677
|
-
}
|
|
21678
|
-
|
|
21679
|
-
.v-label--clickable {
|
|
21680
|
-
cursor: pointer;
|
|
21681
|
-
}.v-img {
|
|
21682
|
-
--v-theme-overlay-multiplier: 3;
|
|
21683
|
-
z-index: 0;
|
|
21684
|
-
}
|
|
21685
|
-
.v-img--booting .v-responsive__sizer {
|
|
21686
|
-
transition: none;
|
|
21687
|
-
}
|
|
21688
|
-
.v-img--rounded {
|
|
21689
|
-
border-radius: 4px;
|
|
21690
|
-
}
|
|
21691
|
-
|
|
21692
|
-
.v-img__img,
|
|
21693
|
-
.v-img__picture,
|
|
21694
|
-
.v-img__gradient,
|
|
21695
|
-
.v-img__placeholder,
|
|
21696
|
-
.v-img__error {
|
|
21697
|
-
z-index: -1;
|
|
21698
|
-
position: absolute;
|
|
21699
|
-
top: 0;
|
|
21700
|
-
left: 0;
|
|
21701
|
-
width: 100%;
|
|
21702
|
-
height: 100%;
|
|
21671
|
+
.v-icon--start {
|
|
21672
|
+
margin-inline-end: 8px;
|
|
21703
21673
|
}
|
|
21704
21674
|
|
|
21705
|
-
.v-
|
|
21706
|
-
|
|
21675
|
+
.v-icon--end {
|
|
21676
|
+
margin-inline-start: 8px;
|
|
21677
|
+
}.v-infinite-scroll--horizontal {
|
|
21678
|
+
display: flex;
|
|
21679
|
+
flex-direction: row;
|
|
21680
|
+
overflow-x: auto;
|
|
21707
21681
|
}
|
|
21708
|
-
.v-
|
|
21709
|
-
|
|
21682
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21683
|
+
height: 100%;
|
|
21684
|
+
width: 1px;
|
|
21710
21685
|
}
|
|
21711
|
-
|
|
21712
|
-
|
|
21686
|
+
|
|
21687
|
+
.v-infinite-scroll--vertical {
|
|
21688
|
+
display: flex;
|
|
21689
|
+
flex-direction: column;
|
|
21690
|
+
overflow-y: auto;
|
|
21691
|
+
}
|
|
21692
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21693
|
+
height: 1px;
|
|
21694
|
+
width: 100%;
|
|
21713
21695
|
}
|
|
21714
21696
|
|
|
21715
|
-
.v-
|
|
21716
|
-
|
|
21697
|
+
.v-infinite-scroll__side {
|
|
21698
|
+
align-items: center;
|
|
21699
|
+
display: flex;
|
|
21700
|
+
justify-content: center;
|
|
21701
|
+
padding: 8px;
|
|
21702
|
+
}.v-item-group {
|
|
21703
|
+
flex: 0 1 auto;
|
|
21704
|
+
max-width: 100%;
|
|
21705
|
+
position: relative;
|
|
21706
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21717
21707
|
}.v-input {
|
|
21718
21708
|
display: grid;
|
|
21719
21709
|
flex: 1 1 auto;
|
|
@@ -21856,11 +21846,6 @@ textarea.v-field__input::placeholder {
|
|
|
21856
21846
|
|
|
21857
21847
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21858
21848
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21859
|
-
}.v-item-group {
|
|
21860
|
-
flex: 0 1 auto;
|
|
21861
|
-
max-width: 100%;
|
|
21862
|
-
position: relative;
|
|
21863
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21864
21849
|
}.v-layout {
|
|
21865
21850
|
--v-scrollbar-offset: 0px;
|
|
21866
21851
|
display: flex;
|
|
@@ -21876,6 +21861,37 @@ textarea.v-field__input::placeholder {
|
|
|
21876
21861
|
|
|
21877
21862
|
.v-layout-item--absolute {
|
|
21878
21863
|
position: absolute;
|
|
21864
|
+
}.v-label {
|
|
21865
|
+
align-items: center;
|
|
21866
|
+
color: inherit;
|
|
21867
|
+
display: inline-flex;
|
|
21868
|
+
font-size: 1rem;
|
|
21869
|
+
letter-spacing: 0.009375em;
|
|
21870
|
+
min-width: 0;
|
|
21871
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21872
|
+
overflow: hidden;
|
|
21873
|
+
text-overflow: ellipsis;
|
|
21874
|
+
white-space: nowrap;
|
|
21875
|
+
}
|
|
21876
|
+
|
|
21877
|
+
.v-label--clickable {
|
|
21878
|
+
cursor: pointer;
|
|
21879
|
+
}.v-messages {
|
|
21880
|
+
flex: 1 1 auto;
|
|
21881
|
+
font-size: 12px;
|
|
21882
|
+
min-height: 14px;
|
|
21883
|
+
min-width: 1px;
|
|
21884
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21885
|
+
position: relative;
|
|
21886
|
+
}
|
|
21887
|
+
.v-messages__message {
|
|
21888
|
+
line-height: 12px;
|
|
21889
|
+
word-break: break-word;
|
|
21890
|
+
overflow-wrap: break-word;
|
|
21891
|
+
word-wrap: break-word;
|
|
21892
|
+
-webkit-hyphens: auto;
|
|
21893
|
+
hyphens: auto;
|
|
21894
|
+
transition-duration: 150ms;
|
|
21879
21895
|
}.v-list {
|
|
21880
21896
|
overflow: auto;
|
|
21881
21897
|
padding: 8px 0;
|
|
@@ -22427,6 +22443,8 @@ textarea.v-field__input::placeholder {
|
|
|
22427
22443
|
}
|
|
22428
22444
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22429
22445
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22446
|
+
}.v-locale-provider {
|
|
22447
|
+
display: contents;
|
|
22430
22448
|
}.v-menu > .v-overlay__content {
|
|
22431
22449
|
display: flex;
|
|
22432
22450
|
flex-direction: column;
|
|
@@ -22440,8 +22458,6 @@ textarea.v-field__input::placeholder {
|
|
|
22440
22458
|
overflow: auto;
|
|
22441
22459
|
height: 100%;
|
|
22442
22460
|
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));
|
|
22443
|
-
}.v-locale-provider {
|
|
22444
|
-
display: contents;
|
|
22445
22461
|
}.v-main {
|
|
22446
22462
|
flex: 1 0 auto;
|
|
22447
22463
|
max-width: 100%;
|
|
@@ -22470,22 +22486,6 @@ textarea.v-field__input::placeholder {
|
|
|
22470
22486
|
--v-layout-right: 0px;
|
|
22471
22487
|
--v-layout-top: 0px;
|
|
22472
22488
|
--v-layout-bottom: 0px;
|
|
22473
|
-
}.v-messages {
|
|
22474
|
-
flex: 1 1 auto;
|
|
22475
|
-
font-size: 12px;
|
|
22476
|
-
min-height: 14px;
|
|
22477
|
-
min-width: 1px;
|
|
22478
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22479
|
-
position: relative;
|
|
22480
|
-
}
|
|
22481
|
-
.v-messages__message {
|
|
22482
|
-
line-height: 12px;
|
|
22483
|
-
word-break: break-word;
|
|
22484
|
-
overflow-wrap: break-word;
|
|
22485
|
-
word-wrap: break-word;
|
|
22486
|
-
-webkit-hyphens: auto;
|
|
22487
|
-
hyphens: auto;
|
|
22488
|
-
transition-duration: 150ms;
|
|
22489
22489
|
}.v-navigation-drawer {
|
|
22490
22490
|
-webkit-overflow-scrolling: touch;
|
|
22491
22491
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22711,6 +22711,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22711
22711
|
|
|
22712
22712
|
.v-overlay--scroll-blocked {
|
|
22713
22713
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22714
|
+
}.v-parallax {
|
|
22715
|
+
position: relative;
|
|
22716
|
+
overflow: hidden;
|
|
22717
|
+
}
|
|
22718
|
+
.v-parallax--active > .v-img__img {
|
|
22719
|
+
will-change: transform;
|
|
22714
22720
|
}.v-progress-linear {
|
|
22715
22721
|
background: transparent;
|
|
22716
22722
|
overflow: hidden;
|
|
@@ -22921,12 +22927,63 @@ html.v-overlay-scroll-blocked {
|
|
|
22921
22927
|
0% {
|
|
22922
22928
|
background-position-x: var(--v-progress-linear-height);
|
|
22923
22929
|
}
|
|
22924
|
-
}.v-
|
|
22930
|
+
}.v-slider .v-slider__container input {
|
|
22931
|
+
cursor: default;
|
|
22932
|
+
padding: 0;
|
|
22933
|
+
width: 100%;
|
|
22934
|
+
display: none;
|
|
22935
|
+
}
|
|
22936
|
+
.v-slider > .v-input__append,
|
|
22937
|
+
.v-slider > .v-input__prepend {
|
|
22938
|
+
padding: 0;
|
|
22939
|
+
}
|
|
22940
|
+
|
|
22941
|
+
.v-slider__container {
|
|
22925
22942
|
position: relative;
|
|
22926
|
-
|
|
22943
|
+
min-height: inherit;
|
|
22944
|
+
width: 100%;
|
|
22945
|
+
height: 100%;
|
|
22946
|
+
display: flex;
|
|
22947
|
+
justify-content: center;
|
|
22948
|
+
align-items: center;
|
|
22949
|
+
cursor: pointer;
|
|
22927
22950
|
}
|
|
22928
|
-
.v-
|
|
22929
|
-
|
|
22951
|
+
.v-input--disabled .v-slider__container {
|
|
22952
|
+
opacity: var(--v-disabled-opacity);
|
|
22953
|
+
}
|
|
22954
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
22955
|
+
color: rgb(var(--v-theme-error));
|
|
22956
|
+
}
|
|
22957
|
+
|
|
22958
|
+
.v-slider.v-input--horizontal {
|
|
22959
|
+
align-items: center;
|
|
22960
|
+
margin-inline: 8px 8px;
|
|
22961
|
+
}
|
|
22962
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
22963
|
+
min-height: 32px;
|
|
22964
|
+
display: flex;
|
|
22965
|
+
align-items: center;
|
|
22966
|
+
}
|
|
22967
|
+
|
|
22968
|
+
.v-slider.v-input--vertical {
|
|
22969
|
+
justify-content: center;
|
|
22970
|
+
margin-top: 12px;
|
|
22971
|
+
margin-bottom: 12px;
|
|
22972
|
+
}
|
|
22973
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
22974
|
+
min-height: 300px;
|
|
22975
|
+
}
|
|
22976
|
+
|
|
22977
|
+
.v-slider.v-input--disabled {
|
|
22978
|
+
pointer-events: none;
|
|
22979
|
+
}
|
|
22980
|
+
|
|
22981
|
+
.v-slider--has-labels > .v-input__control {
|
|
22982
|
+
margin-bottom: 4px;
|
|
22983
|
+
}
|
|
22984
|
+
|
|
22985
|
+
.v-slider__label {
|
|
22986
|
+
margin-inline-end: 12px;
|
|
22930
22987
|
}.v-progress-circular {
|
|
22931
22988
|
align-items: center;
|
|
22932
22989
|
display: inline-flex;
|
|
@@ -23029,63 +23086,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23029
23086
|
100% {
|
|
23030
23087
|
transform: rotate(270deg);
|
|
23031
23088
|
}
|
|
23032
|
-
}.v-slider .v-slider__container input {
|
|
23033
|
-
cursor: default;
|
|
23034
|
-
padding: 0;
|
|
23035
|
-
width: 100%;
|
|
23036
|
-
display: none;
|
|
23037
|
-
}
|
|
23038
|
-
.v-slider > .v-input__append,
|
|
23039
|
-
.v-slider > .v-input__prepend {
|
|
23040
|
-
padding: 0;
|
|
23041
|
-
}
|
|
23042
|
-
|
|
23043
|
-
.v-slider__container {
|
|
23044
|
-
position: relative;
|
|
23045
|
-
min-height: inherit;
|
|
23046
|
-
width: 100%;
|
|
23047
|
-
height: 100%;
|
|
23048
|
-
display: flex;
|
|
23049
|
-
justify-content: center;
|
|
23050
|
-
align-items: center;
|
|
23051
|
-
cursor: pointer;
|
|
23052
|
-
}
|
|
23053
|
-
.v-input--disabled .v-slider__container {
|
|
23054
|
-
opacity: var(--v-disabled-opacity);
|
|
23055
|
-
}
|
|
23056
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23057
|
-
color: rgb(var(--v-theme-error));
|
|
23058
|
-
}
|
|
23059
|
-
|
|
23060
|
-
.v-slider.v-input--horizontal {
|
|
23061
|
-
align-items: center;
|
|
23062
|
-
margin-inline: 8px 8px;
|
|
23063
|
-
}
|
|
23064
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23065
|
-
min-height: 32px;
|
|
23066
|
-
display: flex;
|
|
23067
|
-
align-items: center;
|
|
23068
|
-
}
|
|
23069
|
-
|
|
23070
|
-
.v-slider.v-input--vertical {
|
|
23071
|
-
justify-content: center;
|
|
23072
|
-
margin-top: 12px;
|
|
23073
|
-
margin-bottom: 12px;
|
|
23074
|
-
}
|
|
23075
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
23076
|
-
min-height: 300px;
|
|
23077
|
-
}
|
|
23078
|
-
|
|
23079
|
-
.v-slider.v-input--disabled {
|
|
23080
|
-
pointer-events: none;
|
|
23081
|
-
}
|
|
23082
|
-
|
|
23083
|
-
.v-slider--has-labels > .v-input__control {
|
|
23084
|
-
margin-bottom: 4px;
|
|
23085
|
-
}
|
|
23086
|
-
|
|
23087
|
-
.v-slider__label {
|
|
23088
|
-
margin-inline-end: 12px;
|
|
23089
23089
|
}.v-rating {
|
|
23090
23090
|
max-width: 100%;
|
|
23091
23091
|
display: inline-flex;
|
|
@@ -23140,18 +23140,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23140
23140
|
opacity: 0;
|
|
23141
23141
|
position: absolute;
|
|
23142
23142
|
width: 0;
|
|
23143
|
-
}.v-radio-group > .v-input__control {
|
|
23144
|
-
flex-direction: column;
|
|
23145
|
-
}
|
|
23146
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
23147
|
-
margin-inline-start: 16px;
|
|
23148
|
-
}
|
|
23149
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23150
|
-
padding-inline-start: 6px;
|
|
23151
|
-
margin-top: 8px;
|
|
23152
|
-
}
|
|
23153
|
-
.v-radio-group .v-input__details {
|
|
23154
|
-
padding-inline: 16px;
|
|
23155
23143
|
}.v-responsive {
|
|
23156
23144
|
display: flex;
|
|
23157
23145
|
flex: 1 0 auto;
|
|
@@ -23178,34 +23166,18 @@ html.v-overlay-scroll-blocked {
|
|
|
23178
23166
|
flex: 1 0 0px;
|
|
23179
23167
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23180
23168
|
pointer-events: none;
|
|
23181
|
-
}.v-
|
|
23182
|
-
|
|
23183
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23184
|
-
border-style: solid;
|
|
23185
|
-
border-width: 0;
|
|
23186
|
-
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));
|
|
23187
|
-
border-radius: 0;
|
|
23188
|
-
background: rgb(var(--v-theme-surface));
|
|
23189
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23190
|
-
}
|
|
23191
|
-
.v-sheet--border {
|
|
23192
|
-
border-width: thin;
|
|
23193
|
-
box-shadow: none;
|
|
23194
|
-
}
|
|
23195
|
-
.v-sheet--absolute {
|
|
23196
|
-
position: absolute;
|
|
23197
|
-
}
|
|
23198
|
-
.v-sheet--fixed {
|
|
23199
|
-
position: fixed;
|
|
23169
|
+
}.v-radio-group > .v-input__control {
|
|
23170
|
+
flex-direction: column;
|
|
23200
23171
|
}
|
|
23201
|
-
.v-
|
|
23202
|
-
|
|
23172
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
23173
|
+
margin-inline-start: 16px;
|
|
23203
23174
|
}
|
|
23204
|
-
.v-
|
|
23205
|
-
|
|
23175
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23176
|
+
padding-inline-start: 6px;
|
|
23177
|
+
margin-top: 8px;
|
|
23206
23178
|
}
|
|
23207
|
-
.v-
|
|
23208
|
-
|
|
23179
|
+
.v-radio-group .v-input__details {
|
|
23180
|
+
padding-inline: 16px;
|
|
23209
23181
|
}.v-select .v-field .v-text-field__prefix,
|
|
23210
23182
|
.v-select .v-field .v-text-field__suffix,
|
|
23211
23183
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -23355,6 +23327,34 @@ html.v-overlay-scroll-blocked {
|
|
|
23355
23327
|
}
|
|
23356
23328
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
23357
23329
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
23330
|
+
}.v-sheet {
|
|
23331
|
+
display: block;
|
|
23332
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23333
|
+
border-style: solid;
|
|
23334
|
+
border-width: 0;
|
|
23335
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23336
|
+
border-radius: 0;
|
|
23337
|
+
background: rgb(var(--v-theme-surface));
|
|
23338
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23339
|
+
}
|
|
23340
|
+
.v-sheet--border {
|
|
23341
|
+
border-width: thin;
|
|
23342
|
+
box-shadow: none;
|
|
23343
|
+
}
|
|
23344
|
+
.v-sheet--absolute {
|
|
23345
|
+
position: absolute;
|
|
23346
|
+
}
|
|
23347
|
+
.v-sheet--fixed {
|
|
23348
|
+
position: fixed;
|
|
23349
|
+
}
|
|
23350
|
+
.v-sheet--relative {
|
|
23351
|
+
position: relative;
|
|
23352
|
+
}
|
|
23353
|
+
.v-sheet--sticky {
|
|
23354
|
+
position: sticky;
|
|
23355
|
+
}
|
|
23356
|
+
.v-sheet--rounded {
|
|
23357
|
+
border-radius: 4px;
|
|
23358
23358
|
}.v-selection-control-group {
|
|
23359
23359
|
grid-area: control;
|
|
23360
23360
|
display: flex;
|
|
@@ -23747,6 +23747,122 @@ html.v-overlay-scroll-blocked {
|
|
|
23747
23747
|
.v-slide-group--vertical .v-slide-group__container,
|
|
23748
23748
|
.v-slide-group--vertical .v-slide-group__content {
|
|
23749
23749
|
flex-direction: column;
|
|
23750
|
+
}.v-stepper.v-sheet {
|
|
23751
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23752
|
+
border-radius: 4px;
|
|
23753
|
+
overflow: hidden;
|
|
23754
|
+
}
|
|
23755
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23756
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23757
|
+
}
|
|
23758
|
+
|
|
23759
|
+
.v-stepper-header {
|
|
23760
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23761
|
+
align-items: center;
|
|
23762
|
+
display: flex;
|
|
23763
|
+
position: relative;
|
|
23764
|
+
overflow-x: auto;
|
|
23765
|
+
justify-content: space-between;
|
|
23766
|
+
z-index: 1;
|
|
23767
|
+
}
|
|
23768
|
+
.v-stepper-header .v-divider {
|
|
23769
|
+
margin: 0 -16px;
|
|
23770
|
+
}
|
|
23771
|
+
.v-stepper-header .v-divider:last-child {
|
|
23772
|
+
margin-inline-end: 0;
|
|
23773
|
+
}
|
|
23774
|
+
.v-stepper-header .v-divider:first-child {
|
|
23775
|
+
margin-inline-start: 0;
|
|
23776
|
+
}
|
|
23777
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
23778
|
+
height: auto;
|
|
23779
|
+
}
|
|
23780
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23781
|
+
align-self: flex-start;
|
|
23782
|
+
margin: 35px -67px 0;
|
|
23783
|
+
}
|
|
23784
|
+
|
|
23785
|
+
.v-stepper-window {
|
|
23786
|
+
margin: 1.5rem;
|
|
23787
|
+
}
|
|
23788
|
+
|
|
23789
|
+
.v-stepper-actions {
|
|
23790
|
+
display: flex;
|
|
23791
|
+
align-items: center;
|
|
23792
|
+
justify-content: space-between;
|
|
23793
|
+
padding: 1rem;
|
|
23794
|
+
}
|
|
23795
|
+
.v-stepper .v-stepper-actions {
|
|
23796
|
+
padding: 0 1.5rem 1rem;
|
|
23797
|
+
}
|
|
23798
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
23799
|
+
padding: 1.5rem 0 0;
|
|
23800
|
+
}.v-stepper-item {
|
|
23801
|
+
align-items: center;
|
|
23802
|
+
align-self: stretch;
|
|
23803
|
+
display: inline-flex;
|
|
23804
|
+
flex: none;
|
|
23805
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23806
|
+
padding: 1.5rem;
|
|
23807
|
+
transition-duration: 0.2s;
|
|
23808
|
+
transition-property: opacity;
|
|
23809
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23810
|
+
}
|
|
23811
|
+
.v-stepper-item--selected {
|
|
23812
|
+
opacity: 1;
|
|
23813
|
+
}
|
|
23814
|
+
.v-stepper-item--error {
|
|
23815
|
+
color: rgb(var(--v-theme-error));
|
|
23816
|
+
}
|
|
23817
|
+
.v-stepper-item--disabled {
|
|
23818
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23819
|
+
pointer-events: none;
|
|
23820
|
+
}
|
|
23821
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
23822
|
+
flex-direction: column;
|
|
23823
|
+
justify-content: flex-start;
|
|
23824
|
+
align-items: center;
|
|
23825
|
+
flex-basis: 175px;
|
|
23826
|
+
}
|
|
23827
|
+
|
|
23828
|
+
.v-stepper-item__avatar.v-avatar {
|
|
23829
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23830
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23831
|
+
font-size: 0.75rem;
|
|
23832
|
+
margin-inline-end: 8px;
|
|
23833
|
+
}
|
|
23834
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23835
|
+
font-size: 0.875rem;
|
|
23836
|
+
}
|
|
23837
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23838
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23839
|
+
}
|
|
23840
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23841
|
+
background: rgb(var(--v-theme-error));
|
|
23842
|
+
}
|
|
23843
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23844
|
+
margin-bottom: 16px;
|
|
23845
|
+
margin-inline-end: 0;
|
|
23846
|
+
}
|
|
23847
|
+
|
|
23848
|
+
.v-stepper-item__title {
|
|
23849
|
+
line-height: 1;
|
|
23850
|
+
}
|
|
23851
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
23852
|
+
display: none;
|
|
23853
|
+
}
|
|
23854
|
+
|
|
23855
|
+
.v-stepper-item__subtitle {
|
|
23856
|
+
font-size: 0.75rem;
|
|
23857
|
+
text-align: left;
|
|
23858
|
+
line-height: 1;
|
|
23859
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23860
|
+
}
|
|
23861
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23862
|
+
text-align: center;
|
|
23863
|
+
}
|
|
23864
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23865
|
+
display: none;
|
|
23750
23866
|
}.v-switch .v-label {
|
|
23751
23867
|
padding-inline-start: 10px;
|
|
23752
23868
|
}
|
|
@@ -23821,199 +23937,75 @@ html.v-overlay-scroll-blocked {
|
|
|
23821
23937
|
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));
|
|
23822
23938
|
}
|
|
23823
23939
|
.v-switch--inset .v-switch__thumb {
|
|
23824
|
-
height: 24px;
|
|
23825
|
-
width: 24px;
|
|
23826
|
-
transform: scale(0.6666666667);
|
|
23827
|
-
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));
|
|
23828
|
-
}
|
|
23829
|
-
.v-switch--inset .v-switch__thumb--filled {
|
|
23830
|
-
transform: none;
|
|
23831
|
-
}
|
|
23832
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23833
|
-
transform: none;
|
|
23834
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23835
|
-
}
|
|
23836
|
-
|
|
23837
|
-
.v-switch.v-input {
|
|
23838
|
-
flex: 0 1 auto;
|
|
23839
|
-
}
|
|
23840
|
-
.v-switch .v-selection-control {
|
|
23841
|
-
min-height: var(--v-input-control-height);
|
|
23842
|
-
}
|
|
23843
|
-
.v-switch .v-selection-control__input {
|
|
23844
|
-
border-radius: 50%;
|
|
23845
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
23846
|
-
transform: translateX(-10px);
|
|
23847
|
-
position: absolute;
|
|
23848
|
-
}
|
|
23849
|
-
.v-switch .v-selection-control__input .v-icon {
|
|
23850
|
-
position: absolute;
|
|
23851
|
-
}
|
|
23852
|
-
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
23853
|
-
transform: translateX(10px);
|
|
23854
|
-
}
|
|
23855
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
23856
|
-
transform: scale(0.8);
|
|
23857
|
-
}
|
|
23858
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
23859
|
-
transform: scale(0.75);
|
|
23860
|
-
box-shadow: none;
|
|
23861
|
-
}
|
|
23862
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23863
|
-
width: auto;
|
|
23864
|
-
}.v-stepper.v-sheet {
|
|
23865
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23866
|
-
border-radius: 4px;
|
|
23867
|
-
overflow: hidden;
|
|
23868
|
-
}
|
|
23869
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
23870
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23871
|
-
}
|
|
23872
|
-
|
|
23873
|
-
.v-stepper-header {
|
|
23874
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23875
|
-
align-items: center;
|
|
23876
|
-
display: flex;
|
|
23877
|
-
position: relative;
|
|
23878
|
-
overflow-x: auto;
|
|
23879
|
-
justify-content: space-between;
|
|
23880
|
-
z-index: 1;
|
|
23881
|
-
}
|
|
23882
|
-
.v-stepper-header .v-divider {
|
|
23883
|
-
margin: 0 -16px;
|
|
23884
|
-
}
|
|
23885
|
-
.v-stepper-header .v-divider:last-child {
|
|
23886
|
-
margin-inline-end: 0;
|
|
23887
|
-
}
|
|
23888
|
-
.v-stepper-header .v-divider:first-child {
|
|
23889
|
-
margin-inline-start: 0;
|
|
23890
|
-
}
|
|
23891
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
23892
|
-
height: auto;
|
|
23893
|
-
}
|
|
23894
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
23895
|
-
align-self: flex-start;
|
|
23896
|
-
margin: 35px -67px 0;
|
|
23897
|
-
}
|
|
23898
|
-
|
|
23899
|
-
.v-stepper-window {
|
|
23900
|
-
margin: 1.5rem;
|
|
23901
|
-
}
|
|
23902
|
-
|
|
23903
|
-
.v-stepper-actions {
|
|
23904
|
-
display: flex;
|
|
23905
|
-
align-items: center;
|
|
23906
|
-
justify-content: space-between;
|
|
23907
|
-
padding: 1rem;
|
|
23908
|
-
}
|
|
23909
|
-
.v-stepper .v-stepper-actions {
|
|
23910
|
-
padding: 0 1.5rem 1rem;
|
|
23911
|
-
}
|
|
23912
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
23913
|
-
padding: 1.5rem 0 0;
|
|
23914
|
-
}.v-stepper-item {
|
|
23915
|
-
align-items: center;
|
|
23916
|
-
align-self: stretch;
|
|
23917
|
-
display: inline-flex;
|
|
23918
|
-
flex: none;
|
|
23919
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23920
|
-
padding: 1.5rem;
|
|
23921
|
-
transition-duration: 0.2s;
|
|
23922
|
-
transition-property: opacity;
|
|
23923
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23924
|
-
}
|
|
23925
|
-
.v-stepper-item--selected {
|
|
23926
|
-
opacity: 1;
|
|
23927
|
-
}
|
|
23928
|
-
.v-stepper-item--error {
|
|
23929
|
-
color: rgb(var(--v-theme-error));
|
|
23940
|
+
height: 24px;
|
|
23941
|
+
width: 24px;
|
|
23942
|
+
transform: scale(0.6666666667);
|
|
23943
|
+
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));
|
|
23930
23944
|
}
|
|
23931
|
-
.v-
|
|
23932
|
-
|
|
23933
|
-
pointer-events: none;
|
|
23945
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
23946
|
+
transform: none;
|
|
23934
23947
|
}
|
|
23935
|
-
.v-
|
|
23936
|
-
|
|
23937
|
-
|
|
23938
|
-
align-items: center;
|
|
23939
|
-
flex-basis: 175px;
|
|
23948
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23949
|
+
transform: none;
|
|
23950
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23940
23951
|
}
|
|
23941
23952
|
|
|
23942
|
-
.v-
|
|
23943
|
-
|
|
23944
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23945
|
-
font-size: 0.75rem;
|
|
23946
|
-
margin-inline-end: 8px;
|
|
23947
|
-
}
|
|
23948
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23949
|
-
font-size: 0.875rem;
|
|
23953
|
+
.v-switch.v-input {
|
|
23954
|
+
flex: 0 1 auto;
|
|
23950
23955
|
}
|
|
23951
|
-
.v-
|
|
23952
|
-
|
|
23956
|
+
.v-switch .v-selection-control {
|
|
23957
|
+
min-height: var(--v-input-control-height);
|
|
23953
23958
|
}
|
|
23954
|
-
.v-
|
|
23955
|
-
|
|
23959
|
+
.v-switch .v-selection-control__input {
|
|
23960
|
+
border-radius: 50%;
|
|
23961
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
23962
|
+
transform: translateX(-10px);
|
|
23963
|
+
position: absolute;
|
|
23956
23964
|
}
|
|
23957
|
-
.v-
|
|
23958
|
-
|
|
23959
|
-
margin-inline-end: 0;
|
|
23965
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
23966
|
+
position: absolute;
|
|
23960
23967
|
}
|
|
23961
|
-
|
|
23962
|
-
|
|
23963
|
-
line-height: 1;
|
|
23968
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
23969
|
+
transform: translateX(10px);
|
|
23964
23970
|
}
|
|
23965
|
-
.v-
|
|
23966
|
-
|
|
23971
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
23972
|
+
transform: scale(0.8);
|
|
23967
23973
|
}
|
|
23968
|
-
|
|
23969
|
-
.
|
|
23970
|
-
|
|
23971
|
-
text-align: left;
|
|
23972
|
-
line-height: 1;
|
|
23973
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23974
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
23975
|
+
transform: scale(0.75);
|
|
23976
|
+
box-shadow: none;
|
|
23974
23977
|
}
|
|
23975
|
-
.v-
|
|
23976
|
-
|
|
23978
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23979
|
+
width: auto;
|
|
23980
|
+
}.v-tab.v-tab.v-btn {
|
|
23981
|
+
height: var(--v-tabs-height);
|
|
23982
|
+
border-radius: 0;
|
|
23983
|
+
min-width: 90px;
|
|
23977
23984
|
}
|
|
23978
|
-
.v-
|
|
23979
|
-
|
|
23980
|
-
}.v-system-bar {
|
|
23981
|
-
align-items: center;
|
|
23982
|
-
display: flex;
|
|
23983
|
-
flex: 1 1 auto;
|
|
23984
|
-
height: 24px;
|
|
23985
|
-
justify-content: flex-end;
|
|
23986
|
-
max-width: 100%;
|
|
23987
|
-
padding-inline: 8px;
|
|
23988
|
-
position: relative;
|
|
23989
|
-
text-align: end;
|
|
23990
|
-
width: 100%;
|
|
23991
|
-
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));
|
|
23992
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23993
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23994
|
-
font-size: 0.75rem;
|
|
23995
|
-
font-weight: 400;
|
|
23996
|
-
letter-spacing: 0.0333333333em;
|
|
23997
|
-
line-height: 1.25rem;
|
|
23998
|
-
text-transform: none;
|
|
23985
|
+
.v-slide-group--horizontal .v-tab {
|
|
23986
|
+
max-width: 360px;
|
|
23999
23987
|
}
|
|
24000
|
-
.v-
|
|
24001
|
-
|
|
23988
|
+
.v-slide-group--vertical .v-tab {
|
|
23989
|
+
justify-content: start;
|
|
24002
23990
|
}
|
|
24003
|
-
|
|
23991
|
+
|
|
23992
|
+
.v-tab__slider {
|
|
24004
23993
|
position: absolute;
|
|
23994
|
+
bottom: 0;
|
|
23995
|
+
left: 0;
|
|
23996
|
+
height: 2px;
|
|
23997
|
+
width: 100%;
|
|
23998
|
+
background: currentColor;
|
|
23999
|
+
pointer-events: none;
|
|
24000
|
+
opacity: 0;
|
|
24005
24001
|
}
|
|
24006
|
-
.v-
|
|
24007
|
-
|
|
24008
|
-
}
|
|
24009
|
-
.v-system-bar--rounded {
|
|
24010
|
-
border-radius: 0;
|
|
24011
|
-
}
|
|
24012
|
-
.v-system-bar--window {
|
|
24013
|
-
height: 32px;
|
|
24002
|
+
.v-tab--selected .v-tab__slider {
|
|
24003
|
+
opacity: 1;
|
|
24014
24004
|
}
|
|
24015
|
-
.v-
|
|
24016
|
-
|
|
24005
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
24006
|
+
top: 0;
|
|
24007
|
+
height: 100%;
|
|
24008
|
+
width: 2px;
|
|
24017
24009
|
}.v-tabs {
|
|
24018
24010
|
display: flex;
|
|
24019
24011
|
height: var(--v-tabs-height);
|
|
@@ -24080,74 +24072,181 @@ html.v-overlay-scroll-blocked {
|
|
|
24080
24072
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24081
24073
|
margin-inline-end: 52px;
|
|
24082
24074
|
}
|
|
24083
|
-
}.v-
|
|
24084
|
-
|
|
24075
|
+
}.v-system-bar {
|
|
24076
|
+
align-items: center;
|
|
24077
|
+
display: flex;
|
|
24078
|
+
flex: 1 1 auto;
|
|
24079
|
+
height: 24px;
|
|
24080
|
+
justify-content: flex-end;
|
|
24081
|
+
max-width: 100%;
|
|
24082
|
+
padding-inline: 8px;
|
|
24083
|
+
position: relative;
|
|
24084
|
+
text-align: end;
|
|
24085
|
+
width: 100%;
|
|
24086
|
+
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));
|
|
24087
|
+
background: rgba(var(--v-theme-surface-light));
|
|
24088
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24089
|
+
font-size: 0.75rem;
|
|
24090
|
+
font-weight: 400;
|
|
24091
|
+
letter-spacing: 0.0333333333em;
|
|
24092
|
+
line-height: 1.25rem;
|
|
24093
|
+
text-transform: none;
|
|
24094
|
+
}
|
|
24095
|
+
.v-system-bar .v-icon {
|
|
24096
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24097
|
+
}
|
|
24098
|
+
.v-system-bar--absolute {
|
|
24099
|
+
position: absolute;
|
|
24100
|
+
}
|
|
24101
|
+
.v-system-bar--fixed {
|
|
24102
|
+
position: fixed;
|
|
24103
|
+
}
|
|
24104
|
+
.v-system-bar--rounded {
|
|
24085
24105
|
border-radius: 0;
|
|
24086
|
-
min-width: 90px;
|
|
24087
24106
|
}
|
|
24088
|
-
.v-
|
|
24089
|
-
|
|
24107
|
+
.v-system-bar--window {
|
|
24108
|
+
height: 32px;
|
|
24109
|
+
}
|
|
24110
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24111
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24112
|
+
}.v-table {
|
|
24113
|
+
background: rgb(var(--v-theme-surface));
|
|
24114
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24115
|
+
font-size: 0.875rem;
|
|
24116
|
+
transition-duration: 0.28s;
|
|
24117
|
+
transition-property: box-shadow, opacity, background, height;
|
|
24118
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24119
|
+
}
|
|
24120
|
+
.v-table .v-table-divider {
|
|
24121
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24122
|
+
}
|
|
24123
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
24124
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24125
|
+
}
|
|
24126
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
24127
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
24128
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24129
|
+
}
|
|
24130
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
24131
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
24132
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24133
|
+
}
|
|
24134
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
24135
|
+
position: relative;
|
|
24136
|
+
}
|
|
24137
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
24138
|
+
content: "";
|
|
24139
|
+
position: absolute;
|
|
24140
|
+
top: 0;
|
|
24141
|
+
left: 0;
|
|
24142
|
+
width: 100%;
|
|
24143
|
+
height: 100%;
|
|
24144
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
24145
|
+
pointer-events: none;
|
|
24146
|
+
}
|
|
24147
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
24148
|
+
background: rgb(var(--v-theme-surface));
|
|
24149
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24150
|
+
z-index: 1;
|
|
24151
|
+
}
|
|
24152
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
24153
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
24154
|
+
background: rgb(var(--v-theme-surface));
|
|
24155
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24156
|
+
}
|
|
24157
|
+
|
|
24158
|
+
.v-table {
|
|
24159
|
+
border-radius: inherit;
|
|
24160
|
+
line-height: 1.5;
|
|
24161
|
+
max-width: 100%;
|
|
24162
|
+
display: flex;
|
|
24163
|
+
flex-direction: column;
|
|
24164
|
+
}
|
|
24165
|
+
.v-table > .v-table__wrapper > table {
|
|
24166
|
+
width: 100%;
|
|
24167
|
+
border-spacing: 0;
|
|
24168
|
+
}
|
|
24169
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
24170
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
24171
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
24172
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
24173
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
24174
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
24175
|
+
padding: 0 16px;
|
|
24176
|
+
transition-duration: 0.28s;
|
|
24177
|
+
transition-property: box-shadow, opacity, background, height;
|
|
24178
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24179
|
+
}
|
|
24180
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
24181
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
24182
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
24183
|
+
height: var(--v-table-row-height);
|
|
24184
|
+
}
|
|
24185
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
24186
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
24187
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
24188
|
+
height: var(--v-table-header-height);
|
|
24189
|
+
font-weight: 500;
|
|
24190
|
+
-webkit-user-select: none;
|
|
24191
|
+
user-select: none;
|
|
24192
|
+
text-align: start;
|
|
24193
|
+
}
|
|
24194
|
+
.v-table--density-default {
|
|
24195
|
+
--v-table-header-height: 56px;
|
|
24196
|
+
--v-table-row-height: 52px;
|
|
24197
|
+
}
|
|
24198
|
+
|
|
24199
|
+
.v-table--density-comfortable {
|
|
24200
|
+
--v-table-header-height: 48px;
|
|
24201
|
+
--v-table-row-height: 44px;
|
|
24202
|
+
}
|
|
24203
|
+
|
|
24204
|
+
.v-table--density-compact {
|
|
24205
|
+
--v-table-header-height: 40px;
|
|
24206
|
+
--v-table-row-height: 36px;
|
|
24090
24207
|
}
|
|
24091
|
-
|
|
24092
|
-
|
|
24208
|
+
|
|
24209
|
+
.v-table__wrapper {
|
|
24210
|
+
border-radius: inherit;
|
|
24211
|
+
overflow: auto;
|
|
24212
|
+
flex: 1 1 auto;
|
|
24093
24213
|
}
|
|
24094
24214
|
|
|
24095
|
-
.v-
|
|
24096
|
-
|
|
24097
|
-
bottom: 0;
|
|
24098
|
-
left: 0;
|
|
24099
|
-
height: 2px;
|
|
24100
|
-
width: 100%;
|
|
24101
|
-
background: currentColor;
|
|
24102
|
-
pointer-events: none;
|
|
24103
|
-
opacity: 0;
|
|
24215
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
24216
|
+
border-top-left-radius: 0;
|
|
24104
24217
|
}
|
|
24105
|
-
.v-
|
|
24106
|
-
|
|
24218
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
24219
|
+
border-top-right-radius: 0;
|
|
24107
24220
|
}
|
|
24108
|
-
|
|
24109
|
-
|
|
24110
|
-
|
|
24111
|
-
width: 2px;
|
|
24112
|
-
}.v-textarea .v-field {
|
|
24113
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
24221
|
+
|
|
24222
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
24223
|
+
border-bottom-left-radius: 0;
|
|
24114
24224
|
}
|
|
24115
|
-
.v-
|
|
24116
|
-
|
|
24225
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
24226
|
+
border-bottom-right-radius: 0;
|
|
24117
24227
|
}
|
|
24118
|
-
|
|
24119
|
-
|
|
24120
|
-
|
|
24121
|
-
-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));
|
|
24122
|
-
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));
|
|
24228
|
+
|
|
24229
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
24230
|
+
overflow-y: auto;
|
|
24123
24231
|
}
|
|
24124
|
-
|
|
24125
|
-
|
|
24126
|
-
position:
|
|
24232
|
+
|
|
24233
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
24234
|
+
position: sticky;
|
|
24127
24235
|
top: 0;
|
|
24128
|
-
|
|
24129
|
-
height: 0 !important;
|
|
24130
|
-
min-height: 0 !important;
|
|
24131
|
-
pointer-events: none;
|
|
24132
|
-
}
|
|
24133
|
-
.v-textarea--no-resize .v-field__input {
|
|
24134
|
-
resize: none;
|
|
24135
|
-
}
|
|
24136
|
-
.v-textarea .v-field--no-label textarea,
|
|
24137
|
-
.v-textarea .v-field--active textarea {
|
|
24138
|
-
opacity: 1;
|
|
24236
|
+
z-index: 2;
|
|
24139
24237
|
}
|
|
24140
|
-
.v-
|
|
24141
|
-
|
|
24142
|
-
flex: 1;
|
|
24143
|
-
min-width: 0;
|
|
24144
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24238
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
24239
|
+
border-bottom: 0px !important;
|
|
24145
24240
|
}
|
|
24146
|
-
|
|
24147
|
-
|
|
24241
|
+
|
|
24242
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
24243
|
+
position: sticky;
|
|
24244
|
+
bottom: 0;
|
|
24245
|
+
z-index: 1;
|
|
24148
24246
|
}
|
|
24149
|
-
.v-
|
|
24150
|
-
|
|
24247
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24248
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24249
|
+
border-top: 0px !important;
|
|
24151
24250
|
}/* region BLOCK */
|
|
24152
24251
|
.v-text-field input {
|
|
24153
24252
|
color: inherit;
|
|
@@ -24215,7 +24314,46 @@ html.v-overlay-scroll-blocked {
|
|
|
24215
24314
|
padding-inline-end: var(--v-field-padding-end);
|
|
24216
24315
|
}
|
|
24217
24316
|
|
|
24218
|
-
/* endregion */.v-
|
|
24317
|
+
/* endregion */.v-textarea .v-field {
|
|
24318
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24319
|
+
}
|
|
24320
|
+
.v-textarea .v-field__field {
|
|
24321
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24322
|
+
}
|
|
24323
|
+
.v-textarea .v-field__input {
|
|
24324
|
+
flex: 1 1 auto;
|
|
24325
|
+
outline: none;
|
|
24326
|
+
-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));
|
|
24327
|
+
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));
|
|
24328
|
+
}
|
|
24329
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24330
|
+
visibility: hidden;
|
|
24331
|
+
position: absolute;
|
|
24332
|
+
top: 0;
|
|
24333
|
+
left: 0;
|
|
24334
|
+
height: 0 !important;
|
|
24335
|
+
min-height: 0 !important;
|
|
24336
|
+
pointer-events: none;
|
|
24337
|
+
}
|
|
24338
|
+
.v-textarea--no-resize .v-field__input {
|
|
24339
|
+
resize: none;
|
|
24340
|
+
}
|
|
24341
|
+
.v-textarea .v-field--no-label textarea,
|
|
24342
|
+
.v-textarea .v-field--active textarea {
|
|
24343
|
+
opacity: 1;
|
|
24344
|
+
}
|
|
24345
|
+
.v-textarea textarea {
|
|
24346
|
+
opacity: 0;
|
|
24347
|
+
flex: 1;
|
|
24348
|
+
min-width: 0;
|
|
24349
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24350
|
+
}
|
|
24351
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24352
|
+
outline: none;
|
|
24353
|
+
}
|
|
24354
|
+
.v-textarea textarea:invalid {
|
|
24355
|
+
box-shadow: none;
|
|
24356
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
24219
24357
|
background: rgb(var(--v-theme-surface-light));
|
|
24220
24358
|
}
|
|
24221
24359
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24598,177 +24736,63 @@ html.v-overlay-scroll-blocked {
|
|
|
24598
24736
|
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
|
24599
24737
|
justify-content: flex-start;
|
|
24600
24738
|
}
|
|
24601
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
|
24602
|
-
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
24603
|
-
}
|
|
24604
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
|
24605
|
-
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
|
24606
|
-
}
|
|
24607
|
-
|
|
24608
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
|
24609
|
-
display: none;
|
|
24610
|
-
}
|
|
24611
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
|
24612
|
-
--v-timeline-line-size-offset: 12px;
|
|
24613
|
-
}
|
|
24614
|
-
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
24615
|
-
padding-block-start: 0;
|
|
24616
|
-
}
|
|
24617
|
-
|
|
24618
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
24619
|
-
padding-inline-start: 0;
|
|
24620
|
-
}
|
|
24621
|
-
|
|
24622
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
|
24623
|
-
display: none;
|
|
24624
|
-
}
|
|
24625
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
|
24626
|
-
--v-timeline-line-size-offset: 12px;
|
|
24627
|
-
}
|
|
24628
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24629
|
-
padding-block-end: 0;
|
|
24630
|
-
}
|
|
24631
|
-
|
|
24632
|
-
.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 {
|
|
24633
|
-
padding-inline-end: 0;
|
|
24634
|
-
}.v-table {
|
|
24635
|
-
background: rgb(var(--v-theme-surface));
|
|
24636
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24637
|
-
font-size: 0.875rem;
|
|
24638
|
-
transition-duration: 0.28s;
|
|
24639
|
-
transition-property: box-shadow, opacity, background, height;
|
|
24640
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24641
|
-
}
|
|
24642
|
-
.v-table .v-table-divider {
|
|
24643
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24644
|
-
}
|
|
24645
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
24646
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24647
|
-
}
|
|
24648
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
24649
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
24650
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24651
|
-
}
|
|
24652
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
24653
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
24654
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24655
|
-
}
|
|
24656
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
24657
|
-
position: relative;
|
|
24658
|
-
}
|
|
24659
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
24660
|
-
content: "";
|
|
24661
|
-
position: absolute;
|
|
24662
|
-
top: 0;
|
|
24663
|
-
left: 0;
|
|
24664
|
-
width: 100%;
|
|
24665
|
-
height: 100%;
|
|
24666
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
24667
|
-
pointer-events: none;
|
|
24668
|
-
}
|
|
24669
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
24670
|
-
background: rgb(var(--v-theme-surface));
|
|
24671
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24672
|
-
z-index: 1;
|
|
24673
|
-
}
|
|
24674
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
24675
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
24676
|
-
background: rgb(var(--v-theme-surface));
|
|
24677
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24678
|
-
}
|
|
24679
|
-
|
|
24680
|
-
.v-table {
|
|
24681
|
-
border-radius: inherit;
|
|
24682
|
-
line-height: 1.5;
|
|
24683
|
-
max-width: 100%;
|
|
24684
|
-
display: flex;
|
|
24685
|
-
flex-direction: column;
|
|
24686
|
-
}
|
|
24687
|
-
.v-table > .v-table__wrapper > table {
|
|
24688
|
-
width: 100%;
|
|
24689
|
-
border-spacing: 0;
|
|
24690
|
-
}
|
|
24691
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
24692
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
24693
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
24694
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
24695
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
24696
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
24697
|
-
padding: 0 16px;
|
|
24698
|
-
transition-duration: 0.28s;
|
|
24699
|
-
transition-property: box-shadow, opacity, background, height;
|
|
24700
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24701
|
-
}
|
|
24702
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
24703
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
24704
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
24705
|
-
height: var(--v-table-row-height);
|
|
24706
|
-
}
|
|
24707
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
24708
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
24709
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
24710
|
-
height: var(--v-table-header-height);
|
|
24711
|
-
font-weight: 500;
|
|
24712
|
-
-webkit-user-select: none;
|
|
24713
|
-
user-select: none;
|
|
24714
|
-
text-align: start;
|
|
24715
|
-
}
|
|
24716
|
-
.v-table--density-default {
|
|
24717
|
-
--v-table-header-height: 56px;
|
|
24718
|
-
--v-table-row-height: 52px;
|
|
24719
|
-
}
|
|
24720
|
-
|
|
24721
|
-
.v-table--density-comfortable {
|
|
24722
|
-
--v-table-header-height: 48px;
|
|
24723
|
-
--v-table-row-height: 44px;
|
|
24724
|
-
}
|
|
24725
|
-
|
|
24726
|
-
.v-table--density-compact {
|
|
24727
|
-
--v-table-header-height: 40px;
|
|
24728
|
-
--v-table-row-height: 36px;
|
|
24729
|
-
}
|
|
24730
|
-
|
|
24731
|
-
.v-table__wrapper {
|
|
24732
|
-
border-radius: inherit;
|
|
24733
|
-
overflow: auto;
|
|
24734
|
-
flex: 1 1 auto;
|
|
24735
|
-
}
|
|
24736
|
-
|
|
24737
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
24738
|
-
border-top-left-radius: 0;
|
|
24739
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
|
24740
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
|
24739
24741
|
}
|
|
24740
|
-
.v-
|
|
24741
|
-
|
|
24742
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
|
24743
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
|
24742
24744
|
}
|
|
24743
24745
|
|
|
24744
|
-
.v-
|
|
24745
|
-
|
|
24746
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
|
24747
|
+
display: none;
|
|
24746
24748
|
}
|
|
24747
|
-
.v-
|
|
24748
|
-
|
|
24749
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
|
24750
|
+
--v-timeline-line-size-offset: 12px;
|
|
24751
|
+
}
|
|
24752
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
24753
|
+
padding-block-start: 0;
|
|
24749
24754
|
}
|
|
24750
24755
|
|
|
24751
|
-
.v-
|
|
24752
|
-
|
|
24756
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
24757
|
+
padding-inline-start: 0;
|
|
24753
24758
|
}
|
|
24754
24759
|
|
|
24755
|
-
.v-
|
|
24756
|
-
|
|
24757
|
-
top: 0;
|
|
24758
|
-
z-index: 2;
|
|
24760
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
|
24761
|
+
display: none;
|
|
24759
24762
|
}
|
|
24760
|
-
.v-
|
|
24761
|
-
|
|
24763
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
|
24764
|
+
--v-timeline-line-size-offset: 12px;
|
|
24765
|
+
}
|
|
24766
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24767
|
+
padding-block-end: 0;
|
|
24762
24768
|
}
|
|
24763
24769
|
|
|
24764
|
-
.v-
|
|
24765
|
-
|
|
24766
|
-
|
|
24767
|
-
|
|
24770
|
+
.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 {
|
|
24771
|
+
padding-inline-end: 0;
|
|
24772
|
+
}.v-theme-provider {
|
|
24773
|
+
background: rgb(var(--v-theme-background));
|
|
24774
|
+
color: rgb(var(--v-theme-on-background));
|
|
24775
|
+
}.v-tooltip > .v-overlay__content {
|
|
24776
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24777
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24778
|
+
border-radius: 4px;
|
|
24779
|
+
font-size: 0.875rem;
|
|
24780
|
+
line-height: 1.6;
|
|
24781
|
+
display: inline-block;
|
|
24782
|
+
padding: 5px 16px;
|
|
24783
|
+
text-transform: initial;
|
|
24784
|
+
width: auto;
|
|
24785
|
+
opacity: 1;
|
|
24786
|
+
pointer-events: none;
|
|
24787
|
+
transition-property: opacity, transform;
|
|
24768
24788
|
}
|
|
24769
|
-
.v-
|
|
24770
|
-
|
|
24771
|
-
|
|
24789
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
24790
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24791
|
+
transition-duration: 150ms;
|
|
24792
|
+
}
|
|
24793
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24794
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24795
|
+
transition-duration: 75ms;
|
|
24772
24796
|
}.v-toolbar {
|
|
24773
24797
|
align-items: flex-start;
|
|
24774
24798
|
display: flex;
|
|
@@ -24896,9 +24920,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24896
24920
|
}
|
|
24897
24921
|
.v-toolbar-items > .v-btn {
|
|
24898
24922
|
border-radius: 0;
|
|
24899
|
-
}.v-theme-provider {
|
|
24900
|
-
background: rgb(var(--v-theme-background));
|
|
24901
|
-
color: rgb(var(--v-theme-on-background));
|
|
24902
24923
|
}.v-virtual-scroll {
|
|
24903
24924
|
display: block;
|
|
24904
24925
|
flex: 1 1 auto;
|
|
@@ -24908,27 +24929,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24908
24929
|
}
|
|
24909
24930
|
.v-virtual-scroll__container {
|
|
24910
24931
|
display: block;
|
|
24911
|
-
}.v-tooltip > .v-overlay__content {
|
|
24912
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
24913
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24914
|
-
border-radius: 4px;
|
|
24915
|
-
font-size: 0.875rem;
|
|
24916
|
-
line-height: 1.6;
|
|
24917
|
-
display: inline-block;
|
|
24918
|
-
padding: 5px 16px;
|
|
24919
|
-
text-transform: initial;
|
|
24920
|
-
width: auto;
|
|
24921
|
-
opacity: 1;
|
|
24922
|
-
pointer-events: none;
|
|
24923
|
-
transition-property: opacity, transform;
|
|
24924
|
-
}
|
|
24925
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
24926
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24927
|
-
transition-duration: 150ms;
|
|
24928
|
-
}
|
|
24929
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24930
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24931
|
-
transition-duration: 75ms;
|
|
24932
24932
|
}.v-window {
|
|
24933
24933
|
overflow: hidden;
|
|
24934
24934
|
}
|
|
@@ -25026,6 +25026,28 @@ html.v-overlay-scroll-blocked {
|
|
|
25026
25026
|
}
|
|
25027
25027
|
.v-color-picker-edit__input span {
|
|
25028
25028
|
font-size: 0.75rem;
|
|
25029
|
+
}.v-color-picker-canvas {
|
|
25030
|
+
display: flex;
|
|
25031
|
+
position: relative;
|
|
25032
|
+
overflow: hidden;
|
|
25033
|
+
contain: content;
|
|
25034
|
+
touch-action: none;
|
|
25035
|
+
}
|
|
25036
|
+
.v-color-picker-canvas__dot {
|
|
25037
|
+
position: absolute;
|
|
25038
|
+
top: 0;
|
|
25039
|
+
left: 0;
|
|
25040
|
+
width: 15px;
|
|
25041
|
+
height: 15px;
|
|
25042
|
+
background: transparent;
|
|
25043
|
+
border-radius: 50%;
|
|
25044
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25045
|
+
}
|
|
25046
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25047
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25048
|
+
}
|
|
25049
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25050
|
+
will-change: transform;
|
|
25029
25051
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25030
25052
|
background-color: transparent !important;
|
|
25031
25053
|
}
|
|
@@ -25082,76 +25104,208 @@ html.v-overlay-scroll-blocked {
|
|
|
25082
25104
|
width: 100%;
|
|
25083
25105
|
margin: 0 !important;
|
|
25084
25106
|
}
|
|
25085
|
-
.v-color-picker-preview__track .v-slider-track__fill {
|
|
25086
|
-
display: none;
|
|
25107
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
|
25108
|
+
display: none;
|
|
25109
|
+
}
|
|
25110
|
+
|
|
25111
|
+
.v-color-picker-preview {
|
|
25112
|
+
align-items: center;
|
|
25113
|
+
display: flex;
|
|
25114
|
+
margin-bottom: 0;
|
|
25115
|
+
}
|
|
25116
|
+
|
|
25117
|
+
.v-color-picker-preview__eye-dropper {
|
|
25118
|
+
position: relative;
|
|
25119
|
+
margin-right: 12px;
|
|
25120
|
+
}.v-color-picker-swatches {
|
|
25121
|
+
overflow-y: auto;
|
|
25122
|
+
}
|
|
25123
|
+
.v-color-picker-swatches > div {
|
|
25124
|
+
display: flex;
|
|
25125
|
+
flex-wrap: wrap;
|
|
25126
|
+
justify-content: center;
|
|
25127
|
+
padding: 8px;
|
|
25128
|
+
}
|
|
25129
|
+
|
|
25130
|
+
.v-color-picker-swatches__swatch {
|
|
25131
|
+
display: flex;
|
|
25132
|
+
flex-direction: column;
|
|
25133
|
+
margin-bottom: 10px;
|
|
25134
|
+
}
|
|
25135
|
+
|
|
25136
|
+
.v-color-picker-swatches__color {
|
|
25137
|
+
position: relative;
|
|
25138
|
+
height: 18px;
|
|
25139
|
+
max-height: 18px;
|
|
25140
|
+
width: 45px;
|
|
25141
|
+
margin: 2px 4px;
|
|
25142
|
+
border-radius: 2px;
|
|
25143
|
+
-webkit-user-select: none;
|
|
25144
|
+
user-select: none;
|
|
25145
|
+
overflow: hidden;
|
|
25146
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25147
|
+
cursor: pointer;
|
|
25148
|
+
}
|
|
25149
|
+
.v-color-picker-swatches__color > div {
|
|
25150
|
+
display: flex;
|
|
25151
|
+
align-items: center;
|
|
25152
|
+
justify-content: center;
|
|
25153
|
+
width: 100%;
|
|
25154
|
+
height: 100%;
|
|
25155
|
+
}.v-slider-thumb {
|
|
25156
|
+
touch-action: none;
|
|
25157
|
+
color: rgb(var(--v-theme-surface-variant));
|
|
25158
|
+
}
|
|
25159
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
25160
|
+
color: inherit;
|
|
25161
|
+
}
|
|
25162
|
+
|
|
25163
|
+
.v-slider-thumb__label {
|
|
25164
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
25165
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25166
|
+
}
|
|
25167
|
+
.v-slider-thumb__label::before {
|
|
25168
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
25169
|
+
}
|
|
25170
|
+
|
|
25171
|
+
.v-slider-thumb {
|
|
25172
|
+
outline: none;
|
|
25173
|
+
position: absolute;
|
|
25174
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
25175
|
+
}
|
|
25176
|
+
|
|
25177
|
+
.v-slider-thumb__surface {
|
|
25178
|
+
cursor: pointer;
|
|
25179
|
+
width: var(--v-slider-thumb-size);
|
|
25180
|
+
height: var(--v-slider-thumb-size);
|
|
25181
|
+
border-radius: 50%;
|
|
25182
|
+
-webkit-user-select: none;
|
|
25183
|
+
user-select: none;
|
|
25184
|
+
background-color: currentColor;
|
|
25185
|
+
}
|
|
25186
|
+
.v-slider-thumb__surface::before {
|
|
25187
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25188
|
+
content: "";
|
|
25189
|
+
color: inherit;
|
|
25190
|
+
top: 0;
|
|
25191
|
+
left: 0;
|
|
25192
|
+
width: 100%;
|
|
25193
|
+
height: 100%;
|
|
25194
|
+
border-radius: 50%;
|
|
25195
|
+
background: currentColor;
|
|
25196
|
+
position: absolute;
|
|
25197
|
+
pointer-events: none;
|
|
25198
|
+
opacity: 0;
|
|
25199
|
+
}
|
|
25200
|
+
.v-slider-thumb__surface::after {
|
|
25201
|
+
content: "";
|
|
25202
|
+
width: 42px;
|
|
25203
|
+
height: 42px;
|
|
25204
|
+
position: absolute;
|
|
25205
|
+
top: 50%;
|
|
25206
|
+
left: 50%;
|
|
25207
|
+
transform: translate(-50%, -50%);
|
|
25208
|
+
}
|
|
25209
|
+
|
|
25210
|
+
.v-slider-thumb__label-container {
|
|
25211
|
+
position: absolute;
|
|
25212
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
25213
|
+
}
|
|
25214
|
+
|
|
25215
|
+
.v-slider-thumb__label {
|
|
25216
|
+
display: flex;
|
|
25217
|
+
align-items: center;
|
|
25218
|
+
justify-content: center;
|
|
25219
|
+
font-size: 0.75rem;
|
|
25220
|
+
min-width: 35px;
|
|
25221
|
+
height: 25px;
|
|
25222
|
+
border-radius: 4px;
|
|
25223
|
+
padding: 6px;
|
|
25224
|
+
position: absolute;
|
|
25225
|
+
-webkit-user-select: none;
|
|
25226
|
+
user-select: none;
|
|
25227
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
25228
|
+
}
|
|
25229
|
+
.v-slider-thumb__label::before {
|
|
25230
|
+
content: "";
|
|
25231
|
+
width: 0;
|
|
25232
|
+
height: 0;
|
|
25233
|
+
position: absolute;
|
|
25234
|
+
}
|
|
25235
|
+
|
|
25236
|
+
.v-slider-thumb__ripple {
|
|
25237
|
+
position: absolute;
|
|
25238
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
|
25239
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
|
25240
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
|
25241
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
|
25242
|
+
background: inherit;
|
|
25243
|
+
}
|
|
25244
|
+
|
|
25245
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
25246
|
+
top: 50%;
|
|
25247
|
+
transform: translateY(-50%);
|
|
25248
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
25249
|
+
}
|
|
25250
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
25251
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
25252
|
+
top: 0;
|
|
25253
|
+
}
|
|
25254
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25255
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
25256
|
+
}
|
|
25257
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25258
|
+
transform: translateX(-50%);
|
|
25087
25259
|
}
|
|
25088
25260
|
|
|
25089
|
-
.v-
|
|
25090
|
-
|
|
25091
|
-
display: flex;
|
|
25092
|
-
margin-bottom: 0;
|
|
25261
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25262
|
+
transform: translateX(50%);
|
|
25093
25263
|
}
|
|
25094
25264
|
|
|
25095
|
-
.v-
|
|
25096
|
-
|
|
25097
|
-
|
|
25098
|
-
|
|
25099
|
-
|
|
25100
|
-
position: relative;
|
|
25101
|
-
overflow: hidden;
|
|
25102
|
-
contain: content;
|
|
25103
|
-
touch-action: none;
|
|
25265
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
25266
|
+
border-left: 6px solid transparent;
|
|
25267
|
+
border-right: 6px solid transparent;
|
|
25268
|
+
border-top: 6px solid currentColor;
|
|
25269
|
+
bottom: -6px;
|
|
25104
25270
|
}
|
|
25105
|
-
|
|
25106
|
-
|
|
25107
|
-
top:
|
|
25108
|
-
left: 0;
|
|
25109
|
-
width: 15px;
|
|
25110
|
-
height: 15px;
|
|
25111
|
-
background: transparent;
|
|
25112
|
-
border-radius: 50%;
|
|
25113
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25271
|
+
|
|
25272
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
|
25273
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
25114
25274
|
}
|
|
25115
|
-
.v-
|
|
25116
|
-
|
|
25275
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
25276
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
|
25277
|
+
right: 0;
|
|
25117
25278
|
}
|
|
25118
|
-
.v-
|
|
25119
|
-
|
|
25120
|
-
|
|
25121
|
-
overflow-y: auto;
|
|
25279
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
25280
|
+
top: -12.5px;
|
|
25281
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
25122
25282
|
}
|
|
25123
|
-
.v-
|
|
25124
|
-
|
|
25125
|
-
|
|
25126
|
-
|
|
25127
|
-
|
|
25283
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
25284
|
+
border-right: 6px solid currentColor;
|
|
25285
|
+
border-top: 6px solid transparent;
|
|
25286
|
+
border-bottom: 6px solid transparent;
|
|
25287
|
+
left: -6px;
|
|
25128
25288
|
}
|
|
25129
25289
|
|
|
25130
|
-
.v-
|
|
25131
|
-
|
|
25132
|
-
|
|
25133
|
-
margin-bottom: 10px;
|
|
25290
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
25291
|
+
transform: scale(2);
|
|
25292
|
+
opacity: var(--v-focus-opacity);
|
|
25134
25293
|
}
|
|
25135
25294
|
|
|
25136
|
-
.v-
|
|
25137
|
-
|
|
25138
|
-
height: 18px;
|
|
25139
|
-
max-height: 18px;
|
|
25140
|
-
width: 45px;
|
|
25141
|
-
margin: 2px 4px;
|
|
25142
|
-
border-radius: 2px;
|
|
25143
|
-
-webkit-user-select: none;
|
|
25144
|
-
user-select: none;
|
|
25145
|
-
overflow: hidden;
|
|
25146
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25147
|
-
cursor: pointer;
|
|
25295
|
+
.v-slider-thumb--pressed {
|
|
25296
|
+
transition: none;
|
|
25148
25297
|
}
|
|
25149
|
-
.v-
|
|
25150
|
-
|
|
25151
|
-
|
|
25152
|
-
|
|
25153
|
-
|
|
25154
|
-
|
|
25298
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
25299
|
+
opacity: var(--v-pressed-opacity);
|
|
25300
|
+
}
|
|
25301
|
+
|
|
25302
|
+
@media (hover: hover) {
|
|
25303
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
25304
|
+
transform: scale(2);
|
|
25305
|
+
}
|
|
25306
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
25307
|
+
opacity: var(--v-hover-opacity);
|
|
25308
|
+
}
|
|
25155
25309
|
}.v-slider-track__background {
|
|
25156
25310
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
25157
25311
|
}
|
|
@@ -25315,158 +25469,4 @@ html.v-overlay-scroll-blocked {
|
|
|
25315
25469
|
|
|
25316
25470
|
.v-slider-track__background--opacity {
|
|
25317
25471
|
opacity: 0.38;
|
|
25318
|
-
}.v-slider-thumb {
|
|
25319
|
-
touch-action: none;
|
|
25320
|
-
color: rgb(var(--v-theme-surface-variant));
|
|
25321
|
-
}
|
|
25322
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
25323
|
-
color: inherit;
|
|
25324
|
-
}
|
|
25325
|
-
|
|
25326
|
-
.v-slider-thumb__label {
|
|
25327
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
25328
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25329
|
-
}
|
|
25330
|
-
.v-slider-thumb__label::before {
|
|
25331
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
25332
|
-
}
|
|
25333
|
-
|
|
25334
|
-
.v-slider-thumb {
|
|
25335
|
-
outline: none;
|
|
25336
|
-
position: absolute;
|
|
25337
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
25338
|
-
}
|
|
25339
|
-
|
|
25340
|
-
.v-slider-thumb__surface {
|
|
25341
|
-
cursor: pointer;
|
|
25342
|
-
width: var(--v-slider-thumb-size);
|
|
25343
|
-
height: var(--v-slider-thumb-size);
|
|
25344
|
-
border-radius: 50%;
|
|
25345
|
-
-webkit-user-select: none;
|
|
25346
|
-
user-select: none;
|
|
25347
|
-
background-color: currentColor;
|
|
25348
|
-
}
|
|
25349
|
-
.v-slider-thumb__surface::before {
|
|
25350
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25351
|
-
content: "";
|
|
25352
|
-
color: inherit;
|
|
25353
|
-
top: 0;
|
|
25354
|
-
left: 0;
|
|
25355
|
-
width: 100%;
|
|
25356
|
-
height: 100%;
|
|
25357
|
-
border-radius: 50%;
|
|
25358
|
-
background: currentColor;
|
|
25359
|
-
position: absolute;
|
|
25360
|
-
pointer-events: none;
|
|
25361
|
-
opacity: 0;
|
|
25362
|
-
}
|
|
25363
|
-
.v-slider-thumb__surface::after {
|
|
25364
|
-
content: "";
|
|
25365
|
-
width: 42px;
|
|
25366
|
-
height: 42px;
|
|
25367
|
-
position: absolute;
|
|
25368
|
-
top: 50%;
|
|
25369
|
-
left: 50%;
|
|
25370
|
-
transform: translate(-50%, -50%);
|
|
25371
|
-
}
|
|
25372
|
-
|
|
25373
|
-
.v-slider-thumb__label-container {
|
|
25374
|
-
position: absolute;
|
|
25375
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
25376
|
-
}
|
|
25377
|
-
|
|
25378
|
-
.v-slider-thumb__label {
|
|
25379
|
-
display: flex;
|
|
25380
|
-
align-items: center;
|
|
25381
|
-
justify-content: center;
|
|
25382
|
-
font-size: 0.75rem;
|
|
25383
|
-
min-width: 35px;
|
|
25384
|
-
height: 25px;
|
|
25385
|
-
border-radius: 4px;
|
|
25386
|
-
padding: 6px;
|
|
25387
|
-
position: absolute;
|
|
25388
|
-
-webkit-user-select: none;
|
|
25389
|
-
user-select: none;
|
|
25390
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
25391
|
-
}
|
|
25392
|
-
.v-slider-thumb__label::before {
|
|
25393
|
-
content: "";
|
|
25394
|
-
width: 0;
|
|
25395
|
-
height: 0;
|
|
25396
|
-
position: absolute;
|
|
25397
|
-
}
|
|
25398
|
-
|
|
25399
|
-
.v-slider-thumb__ripple {
|
|
25400
|
-
position: absolute;
|
|
25401
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
|
25402
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
|
25403
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
|
25404
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
|
25405
|
-
background: inherit;
|
|
25406
|
-
}
|
|
25407
|
-
|
|
25408
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
25409
|
-
top: 50%;
|
|
25410
|
-
transform: translateY(-50%);
|
|
25411
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
25412
|
-
}
|
|
25413
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
25414
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
25415
|
-
top: 0;
|
|
25416
|
-
}
|
|
25417
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25418
|
-
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
25419
|
-
}
|
|
25420
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25421
|
-
transform: translateX(-50%);
|
|
25422
|
-
}
|
|
25423
|
-
|
|
25424
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
25425
|
-
transform: translateX(50%);
|
|
25426
|
-
}
|
|
25427
|
-
|
|
25428
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
25429
|
-
border-left: 6px solid transparent;
|
|
25430
|
-
border-right: 6px solid transparent;
|
|
25431
|
-
border-top: 6px solid currentColor;
|
|
25432
|
-
bottom: -6px;
|
|
25433
|
-
}
|
|
25434
|
-
|
|
25435
|
-
.v-slider.v-input--vertical .v-slider-thumb {
|
|
25436
|
-
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
25437
|
-
}
|
|
25438
|
-
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
25439
|
-
top: calc(var(--v-slider-thumb-size) / 2);
|
|
25440
|
-
right: 0;
|
|
25441
|
-
}
|
|
25442
|
-
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
25443
|
-
top: -12.5px;
|
|
25444
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
25445
|
-
}
|
|
25446
|
-
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
25447
|
-
border-right: 6px solid currentColor;
|
|
25448
|
-
border-top: 6px solid transparent;
|
|
25449
|
-
border-bottom: 6px solid transparent;
|
|
25450
|
-
left: -6px;
|
|
25451
|
-
}
|
|
25452
|
-
|
|
25453
|
-
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
25454
|
-
transform: scale(2);
|
|
25455
|
-
opacity: var(--v-focus-opacity);
|
|
25456
|
-
}
|
|
25457
|
-
|
|
25458
|
-
.v-slider-thumb--pressed {
|
|
25459
|
-
transition: none;
|
|
25460
|
-
}
|
|
25461
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
25462
|
-
opacity: var(--v-pressed-opacity);
|
|
25463
|
-
}
|
|
25464
|
-
|
|
25465
|
-
@media (hover: hover) {
|
|
25466
|
-
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
25467
|
-
transform: scale(2);
|
|
25468
|
-
}
|
|
25469
|
-
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
25470
|
-
opacity: var(--v-hover-opacity);
|
|
25471
|
-
}
|
|
25472
25472
|
}
|