@vuetify/nightly 3.6.11-master.2024-07-03 → 3.6.11-master.2024-07-07
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 +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2045 -2045
- 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 +1330 -1330
- package/dist/vuetify.d.ts +42 -42
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17472,6 +17472,18 @@ html.overflow-y-hidden {
|
|
17472
17472
|
min-height: 100vh;
|
17473
17473
|
min-height: 100dvh;
|
17474
17474
|
position: relative;
|
17475
|
+
}.v-app-bar {
|
17476
|
+
display: flex;
|
17477
|
+
}
|
17478
|
+
.v-app-bar.v-toolbar {
|
17479
|
+
background: rgb(var(--v-theme-surface));
|
17480
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17481
|
+
}
|
17482
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17483
|
+
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));
|
17484
|
+
}
|
17485
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
17486
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
17475
17487
|
}.v-alert {
|
17476
17488
|
display: grid;
|
17477
17489
|
flex: 1 1;
|
@@ -17684,18 +17696,6 @@ html.overflow-y-hidden {
|
|
17684
17696
|
text-transform: none;
|
17685
17697
|
word-break: normal;
|
17686
17698
|
word-wrap: break-word;
|
17687
|
-
}.v-app-bar {
|
17688
|
-
display: flex;
|
17689
|
-
}
|
17690
|
-
.v-app-bar.v-toolbar {
|
17691
|
-
background: rgb(var(--v-theme-surface));
|
17692
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17693
|
-
}
|
17694
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17695
|
-
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));
|
17696
|
-
}
|
17697
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
17698
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
17699
17699
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
17700
17700
|
.v-autocomplete .v-field .v-text-field__suffix,
|
17701
17701
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -17872,6 +17872,77 @@ html.overflow-y-hidden {
|
|
17872
17872
|
.v-avatar .v-img {
|
17873
17873
|
height: 100%;
|
17874
17874
|
width: 100%;
|
17875
|
+
}.v-badge {
|
17876
|
+
display: inline-block;
|
17877
|
+
line-height: 1;
|
17878
|
+
}
|
17879
|
+
|
17880
|
+
.v-badge__badge {
|
17881
|
+
align-items: center;
|
17882
|
+
display: inline-flex;
|
17883
|
+
border-radius: 10px;
|
17884
|
+
font-size: 0.75rem;
|
17885
|
+
font-weight: 500;
|
17886
|
+
height: 1.25rem;
|
17887
|
+
justify-content: center;
|
17888
|
+
min-width: 20px;
|
17889
|
+
padding: 4px 6px;
|
17890
|
+
pointer-events: auto;
|
17891
|
+
position: absolute;
|
17892
|
+
text-align: center;
|
17893
|
+
text-indent: 0;
|
17894
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
17895
|
+
white-space: nowrap;
|
17896
|
+
background: rgb(var(--v-theme-surface-variant));
|
17897
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17898
|
+
}
|
17899
|
+
.v-badge--bordered .v-badge__badge::after {
|
17900
|
+
border-radius: inherit;
|
17901
|
+
border-style: solid;
|
17902
|
+
border-width: 2px;
|
17903
|
+
bottom: 0;
|
17904
|
+
color: rgb(var(--v-theme-background));
|
17905
|
+
content: "";
|
17906
|
+
left: 0;
|
17907
|
+
position: absolute;
|
17908
|
+
right: 0;
|
17909
|
+
top: 0;
|
17910
|
+
transform: scale(1.05);
|
17911
|
+
}
|
17912
|
+
.v-badge--dot .v-badge__badge {
|
17913
|
+
border-radius: 4.5px;
|
17914
|
+
height: 9px;
|
17915
|
+
min-width: 0;
|
17916
|
+
padding: 0;
|
17917
|
+
width: 9px;
|
17918
|
+
}
|
17919
|
+
.v-badge--dot .v-badge__badge::after {
|
17920
|
+
border-width: 1.5px;
|
17921
|
+
}
|
17922
|
+
.v-badge--inline .v-badge__badge {
|
17923
|
+
position: relative;
|
17924
|
+
vertical-align: middle;
|
17925
|
+
}
|
17926
|
+
.v-badge__badge .v-icon {
|
17927
|
+
color: inherit;
|
17928
|
+
font-size: 0.75rem;
|
17929
|
+
margin: 0 -2px;
|
17930
|
+
}
|
17931
|
+
.v-badge__badge img,
|
17932
|
+
.v-badge__badge .v-img {
|
17933
|
+
height: 100%;
|
17934
|
+
width: 100%;
|
17935
|
+
}
|
17936
|
+
|
17937
|
+
.v-badge__wrapper {
|
17938
|
+
display: flex;
|
17939
|
+
position: relative;
|
17940
|
+
}
|
17941
|
+
.v-badge--inline .v-badge__wrapper {
|
17942
|
+
align-items: center;
|
17943
|
+
display: inline-flex;
|
17944
|
+
justify-content: center;
|
17945
|
+
margin: 0 4px;
|
17875
17946
|
}.v-banner {
|
17876
17947
|
display: grid;
|
17877
17948
|
flex: 1 1;
|
@@ -18030,109 +18101,6 @@ html.overflow-y-hidden {
|
|
18030
18101
|
}
|
18031
18102
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18032
18103
|
align-self: flex-start;
|
18033
|
-
}.v-badge {
|
18034
|
-
display: inline-block;
|
18035
|
-
line-height: 1;
|
18036
|
-
}
|
18037
|
-
|
18038
|
-
.v-badge__badge {
|
18039
|
-
align-items: center;
|
18040
|
-
display: inline-flex;
|
18041
|
-
border-radius: 10px;
|
18042
|
-
font-size: 0.75rem;
|
18043
|
-
font-weight: 500;
|
18044
|
-
height: 1.25rem;
|
18045
|
-
justify-content: center;
|
18046
|
-
min-width: 20px;
|
18047
|
-
padding: 4px 6px;
|
18048
|
-
pointer-events: auto;
|
18049
|
-
position: absolute;
|
18050
|
-
text-align: center;
|
18051
|
-
text-indent: 0;
|
18052
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18053
|
-
white-space: nowrap;
|
18054
|
-
background: rgb(var(--v-theme-surface-variant));
|
18055
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18056
|
-
}
|
18057
|
-
.v-badge--bordered .v-badge__badge::after {
|
18058
|
-
border-radius: inherit;
|
18059
|
-
border-style: solid;
|
18060
|
-
border-width: 2px;
|
18061
|
-
bottom: 0;
|
18062
|
-
color: rgb(var(--v-theme-background));
|
18063
|
-
content: "";
|
18064
|
-
left: 0;
|
18065
|
-
position: absolute;
|
18066
|
-
right: 0;
|
18067
|
-
top: 0;
|
18068
|
-
transform: scale(1.05);
|
18069
|
-
}
|
18070
|
-
.v-badge--dot .v-badge__badge {
|
18071
|
-
border-radius: 4.5px;
|
18072
|
-
height: 9px;
|
18073
|
-
min-width: 0;
|
18074
|
-
padding: 0;
|
18075
|
-
width: 9px;
|
18076
|
-
}
|
18077
|
-
.v-badge--dot .v-badge__badge::after {
|
18078
|
-
border-width: 1.5px;
|
18079
|
-
}
|
18080
|
-
.v-badge--inline .v-badge__badge {
|
18081
|
-
position: relative;
|
18082
|
-
vertical-align: middle;
|
18083
|
-
}
|
18084
|
-
.v-badge__badge .v-icon {
|
18085
|
-
color: inherit;
|
18086
|
-
font-size: 0.75rem;
|
18087
|
-
margin: 0 -2px;
|
18088
|
-
}
|
18089
|
-
.v-badge__badge img,
|
18090
|
-
.v-badge__badge .v-img {
|
18091
|
-
height: 100%;
|
18092
|
-
width: 100%;
|
18093
|
-
}
|
18094
|
-
|
18095
|
-
.v-badge__wrapper {
|
18096
|
-
display: flex;
|
18097
|
-
position: relative;
|
18098
|
-
}
|
18099
|
-
.v-badge--inline .v-badge__wrapper {
|
18100
|
-
align-items: center;
|
18101
|
-
display: inline-flex;
|
18102
|
-
justify-content: center;
|
18103
|
-
margin: 0 4px;
|
18104
|
-
}.bottom-sheet-transition-enter-from {
|
18105
|
-
transform: translateY(100%);
|
18106
|
-
}
|
18107
|
-
.bottom-sheet-transition-leave-to {
|
18108
|
-
transform: translateY(100%);
|
18109
|
-
}
|
18110
|
-
|
18111
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18112
|
-
align-self: flex-end;
|
18113
|
-
border-radius: 0;
|
18114
|
-
flex: 0 1 auto;
|
18115
|
-
left: 0;
|
18116
|
-
right: 0;
|
18117
|
-
margin-inline: 0;
|
18118
|
-
margin-bottom: 0;
|
18119
|
-
transition-duration: 0.2s;
|
18120
|
-
width: 100%;
|
18121
|
-
max-width: 100%;
|
18122
|
-
overflow: visible;
|
18123
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18124
|
-
}
|
18125
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18126
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18127
|
-
border-radius: 0;
|
18128
|
-
}
|
18129
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18130
|
-
max-width: none;
|
18131
|
-
}
|
18132
|
-
@media (min-width: 600px) {
|
18133
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18134
|
-
max-width: 70%;
|
18135
|
-
}
|
18136
18104
|
}.v-bottom-navigation {
|
18137
18105
|
display: flex;
|
18138
18106
|
max-width: 100%;
|
@@ -18188,6 +18156,38 @@ html.overflow-y-hidden {
|
|
18188
18156
|
}
|
18189
18157
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18190
18158
|
transform: translateY(0.5rem);
|
18159
|
+
}.bottom-sheet-transition-enter-from {
|
18160
|
+
transform: translateY(100%);
|
18161
|
+
}
|
18162
|
+
.bottom-sheet-transition-leave-to {
|
18163
|
+
transform: translateY(100%);
|
18164
|
+
}
|
18165
|
+
|
18166
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18167
|
+
align-self: flex-end;
|
18168
|
+
border-radius: 0;
|
18169
|
+
flex: 0 1 auto;
|
18170
|
+
left: 0;
|
18171
|
+
right: 0;
|
18172
|
+
margin-inline: 0;
|
18173
|
+
margin-bottom: 0;
|
18174
|
+
transition-duration: 0.2s;
|
18175
|
+
width: 100%;
|
18176
|
+
max-width: 100%;
|
18177
|
+
overflow: visible;
|
18178
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18179
|
+
}
|
18180
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18181
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18182
|
+
border-radius: 0;
|
18183
|
+
}
|
18184
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18185
|
+
max-width: none;
|
18186
|
+
}
|
18187
|
+
@media (min-width: 600px) {
|
18188
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18189
|
+
max-width: 70%;
|
18190
|
+
}
|
18191
18191
|
}.v-breadcrumbs {
|
18192
18192
|
display: flex;
|
18193
18193
|
align-items: center;
|
@@ -19031,33 +19031,101 @@ html.overflow-y-hidden {
|
|
19031
19031
|
pointer-events: none;
|
19032
19032
|
opacity: 0;
|
19033
19033
|
transition: opacity 0.2s ease-in-out;
|
19034
|
-
}.v-
|
19035
|
-
align-items: center;
|
19036
|
-
display: inline-flex;
|
19037
|
-
font-weight: 400;
|
19038
|
-
max-width: 100%;
|
19039
|
-
min-width: 0;
|
19034
|
+
}.v-carousel {
|
19040
19035
|
overflow: hidden;
|
19041
19036
|
position: relative;
|
19042
|
-
|
19043
|
-
white-space: nowrap;
|
19044
|
-
vertical-align: middle;
|
19045
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19046
|
-
border-style: solid;
|
19047
|
-
border-width: 0;
|
19048
|
-
border-radius: 9999px;
|
19049
|
-
}
|
19050
|
-
.v-chip .v-icon {
|
19051
|
-
--v-icon-size-multiplier: 0.8571428571;
|
19052
|
-
}
|
19053
|
-
.v-chip.v-chip--size-x-small {
|
19054
|
-
--v-chip-size: 0.625rem;
|
19055
|
-
--v-chip-height: 20px;
|
19056
|
-
font-size: 0.625rem;
|
19057
|
-
padding: 0 8px;
|
19037
|
+
width: 100%;
|
19058
19038
|
}
|
19059
|
-
.v-
|
19060
|
-
|
19039
|
+
.v-carousel__controls {
|
19040
|
+
align-items: center;
|
19041
|
+
bottom: 0;
|
19042
|
+
display: flex;
|
19043
|
+
height: 50px;
|
19044
|
+
justify-content: center;
|
19045
|
+
list-style-type: none;
|
19046
|
+
position: absolute;
|
19047
|
+
width: 100%;
|
19048
|
+
z-index: 1;
|
19049
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19050
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19051
|
+
}
|
19052
|
+
.v-carousel__controls > .v-item-group {
|
19053
|
+
flex: 0 1 auto;
|
19054
|
+
}
|
19055
|
+
.v-carousel__controls__item {
|
19056
|
+
margin: 0 8px;
|
19057
|
+
}
|
19058
|
+
.v-carousel__controls__item .v-icon {
|
19059
|
+
opacity: 0.5;
|
19060
|
+
}
|
19061
|
+
.v-carousel__controls__item--active .v-icon {
|
19062
|
+
opacity: 1;
|
19063
|
+
vertical-align: middle;
|
19064
|
+
}
|
19065
|
+
.v-carousel__controls__item:hover {
|
19066
|
+
background: none;
|
19067
|
+
}
|
19068
|
+
.v-carousel__controls__item:hover .v-icon {
|
19069
|
+
opacity: 0.8;
|
19070
|
+
}
|
19071
|
+
|
19072
|
+
.v-carousel__progress {
|
19073
|
+
margin: 0;
|
19074
|
+
position: absolute;
|
19075
|
+
bottom: 0;
|
19076
|
+
left: 0;
|
19077
|
+
right: 0;
|
19078
|
+
}
|
19079
|
+
|
19080
|
+
.v-carousel-item {
|
19081
|
+
display: block;
|
19082
|
+
height: inherit;
|
19083
|
+
text-decoration: none;
|
19084
|
+
}
|
19085
|
+
.v-carousel-item > .v-img {
|
19086
|
+
height: inherit;
|
19087
|
+
}
|
19088
|
+
|
19089
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19090
|
+
background: transparent;
|
19091
|
+
}
|
19092
|
+
|
19093
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19094
|
+
flex-direction: column;
|
19095
|
+
height: 100% !important;
|
19096
|
+
width: 50px;
|
19097
|
+
}.v-checkbox.v-input {
|
19098
|
+
flex: 0 1 auto;
|
19099
|
+
}
|
19100
|
+
.v-checkbox .v-selection-control {
|
19101
|
+
min-height: var(--v-input-control-height);
|
19102
|
+
}.v-chip {
|
19103
|
+
align-items: center;
|
19104
|
+
display: inline-flex;
|
19105
|
+
font-weight: 400;
|
19106
|
+
max-width: 100%;
|
19107
|
+
min-width: 0;
|
19108
|
+
overflow: hidden;
|
19109
|
+
position: relative;
|
19110
|
+
text-decoration: none;
|
19111
|
+
white-space: nowrap;
|
19112
|
+
vertical-align: middle;
|
19113
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19114
|
+
border-style: solid;
|
19115
|
+
border-width: 0;
|
19116
|
+
border-radius: 9999px;
|
19117
|
+
}
|
19118
|
+
.v-chip .v-icon {
|
19119
|
+
--v-icon-size-multiplier: 0.8571428571;
|
19120
|
+
}
|
19121
|
+
.v-chip.v-chip--size-x-small {
|
19122
|
+
--v-chip-size: 0.625rem;
|
19123
|
+
--v-chip-height: 20px;
|
19124
|
+
font-size: 0.625rem;
|
19125
|
+
padding: 0 8px;
|
19126
|
+
}
|
19127
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
19128
|
+
--v-avatar-height: 14px;
|
19061
19129
|
}
|
19062
19130
|
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19063
19131
|
--v-avatar-height: 20px;
|
@@ -19443,74 +19511,6 @@ html.overflow-y-hidden {
|
|
19443
19511
|
|
19444
19512
|
.v-chip--label {
|
19445
19513
|
border-radius: 4px;
|
19446
|
-
}.v-carousel {
|
19447
|
-
overflow: hidden;
|
19448
|
-
position: relative;
|
19449
|
-
width: 100%;
|
19450
|
-
}
|
19451
|
-
.v-carousel__controls {
|
19452
|
-
align-items: center;
|
19453
|
-
bottom: 0;
|
19454
|
-
display: flex;
|
19455
|
-
height: 50px;
|
19456
|
-
justify-content: center;
|
19457
|
-
list-style-type: none;
|
19458
|
-
position: absolute;
|
19459
|
-
width: 100%;
|
19460
|
-
z-index: 1;
|
19461
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19462
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19463
|
-
}
|
19464
|
-
.v-carousel__controls > .v-item-group {
|
19465
|
-
flex: 0 1 auto;
|
19466
|
-
}
|
19467
|
-
.v-carousel__controls__item {
|
19468
|
-
margin: 0 8px;
|
19469
|
-
}
|
19470
|
-
.v-carousel__controls__item .v-icon {
|
19471
|
-
opacity: 0.5;
|
19472
|
-
}
|
19473
|
-
.v-carousel__controls__item--active .v-icon {
|
19474
|
-
opacity: 1;
|
19475
|
-
vertical-align: middle;
|
19476
|
-
}
|
19477
|
-
.v-carousel__controls__item:hover {
|
19478
|
-
background: none;
|
19479
|
-
}
|
19480
|
-
.v-carousel__controls__item:hover .v-icon {
|
19481
|
-
opacity: 0.8;
|
19482
|
-
}
|
19483
|
-
|
19484
|
-
.v-carousel__progress {
|
19485
|
-
margin: 0;
|
19486
|
-
position: absolute;
|
19487
|
-
bottom: 0;
|
19488
|
-
left: 0;
|
19489
|
-
right: 0;
|
19490
|
-
}
|
19491
|
-
|
19492
|
-
.v-carousel-item {
|
19493
|
-
display: block;
|
19494
|
-
height: inherit;
|
19495
|
-
text-decoration: none;
|
19496
|
-
}
|
19497
|
-
.v-carousel-item > .v-img {
|
19498
|
-
height: inherit;
|
19499
|
-
}
|
19500
|
-
|
19501
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19502
|
-
background: transparent;
|
19503
|
-
}
|
19504
|
-
|
19505
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19506
|
-
flex-direction: column;
|
19507
|
-
height: 100% !important;
|
19508
|
-
width: 50px;
|
19509
|
-
}.v-checkbox.v-input {
|
19510
|
-
flex: 0 1 auto;
|
19511
|
-
}
|
19512
|
-
.v-checkbox .v-selection-control {
|
19513
|
-
min-height: var(--v-input-control-height);
|
19514
19514
|
}.v-chip-group {
|
19515
19515
|
display: flex;
|
19516
19516
|
max-width: 100%;
|
@@ -19975,25 +19975,21 @@ html.overflow-y-hidden {
|
|
19975
19975
|
.date-picker-header-reverse-transition-leave-to {
|
19976
19976
|
opacity: 0;
|
19977
19977
|
transform: translate(0, 100%);
|
19978
|
-
}.v-date-picker-
|
19978
|
+
}.v-date-picker-years {
|
19979
19979
|
height: 288px;
|
19980
|
+
overflow-y: scroll;
|
19980
19981
|
}
|
19981
19982
|
|
19982
|
-
.v-date-picker-
|
19983
|
-
align-items: center;
|
19983
|
+
.v-date-picker-years__content {
|
19984
19984
|
display: grid;
|
19985
19985
|
flex: 1 1;
|
19986
|
-
height: inherit;
|
19987
19986
|
justify-content: space-around;
|
19988
|
-
grid-template-columns: repeat(
|
19989
|
-
|
19990
|
-
padding-inline
|
19991
|
-
padding-inline-end: 36px;
|
19987
|
+
grid-template-columns: repeat(3, 1fr);
|
19988
|
+
gap: 8px 24px;
|
19989
|
+
padding-inline: 32px;
|
19992
19990
|
}
|
19993
|
-
.v-date-picker-
|
19994
|
-
|
19995
|
-
padding-inline-start: 8px;
|
19996
|
-
padding-inline-end: 8px;
|
19991
|
+
.v-date-picker-years__content .v-btn {
|
19992
|
+
padding-inline: 8px;
|
19997
19993
|
}.v-date-picker-month {
|
19998
19994
|
display: flex;
|
19999
19995
|
justify-content: center;
|
@@ -20049,21 +20045,25 @@ html.overflow-y-hidden {
|
|
20049
20045
|
|
20050
20046
|
.v-date-picker-month__day--hide-adjacent {
|
20051
20047
|
opacity: 0;
|
20052
|
-
}.v-date-picker-
|
20048
|
+
}.v-date-picker-months {
|
20053
20049
|
height: 288px;
|
20054
|
-
overflow-y: scroll;
|
20055
20050
|
}
|
20056
20051
|
|
20057
|
-
.v-date-picker-
|
20052
|
+
.v-date-picker-months__content {
|
20053
|
+
align-items: center;
|
20058
20054
|
display: grid;
|
20059
20055
|
flex: 1 1;
|
20056
|
+
height: inherit;
|
20060
20057
|
justify-content: space-around;
|
20061
|
-
grid-template-columns: repeat(
|
20062
|
-
gap:
|
20063
|
-
padding-inline:
|
20058
|
+
grid-template-columns: repeat(2, 1fr);
|
20059
|
+
grid-gap: 0px 24px;
|
20060
|
+
padding-inline-start: 36px;
|
20061
|
+
padding-inline-end: 36px;
|
20064
20062
|
}
|
20065
|
-
.v-date-picker-
|
20066
|
-
|
20063
|
+
.v-date-picker-months__content .v-btn {
|
20064
|
+
text-transform: none;
|
20065
|
+
padding-inline-start: 8px;
|
20066
|
+
padding-inline-end: 8px;
|
20067
20067
|
}.v-dialog {
|
20068
20068
|
align-items: center;
|
20069
20069
|
justify-content: center;
|
@@ -20206,47 +20206,183 @@ html.overflow-y-hidden {
|
|
20206
20206
|
}
|
20207
20207
|
.v-divider__wrapper--vertical .v-divider {
|
20208
20208
|
margin: 0 auto;
|
20209
|
-
}.v-
|
20210
|
-
|
20211
|
-
|
20209
|
+
}.v-empty-state {
|
20210
|
+
align-items: center;
|
20211
|
+
display: flex;
|
20212
|
+
flex-direction: column;
|
20213
|
+
justify-content: center;
|
20214
|
+
min-height: 100%;
|
20215
|
+
padding: 16px;
|
20212
20216
|
}
|
20213
|
-
.v-
|
20214
|
-
|
20217
|
+
.v-empty-state--start {
|
20218
|
+
align-items: flex-start;
|
20215
20219
|
}
|
20216
|
-
.v-
|
20217
|
-
|
20220
|
+
.v-empty-state--center {
|
20221
|
+
align-items: center;
|
20218
20222
|
}
|
20219
|
-
.v-
|
20220
|
-
|
20223
|
+
.v-empty-state--end {
|
20224
|
+
align-items: flex-end;
|
20221
20225
|
}
|
20222
20226
|
|
20223
|
-
.v-
|
20224
|
-
|
20225
|
-
flex-wrap: wrap;
|
20226
|
-
justify-content: center;
|
20227
|
-
list-style-type: none;
|
20228
|
-
padding: 0;
|
20227
|
+
.v-empty-state__media {
|
20228
|
+
text-align: center;
|
20229
20229
|
width: 100%;
|
20230
|
-
position: relative;
|
20231
|
-
z-index: 1;
|
20232
|
-
}
|
20233
|
-
.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) {
|
20234
|
-
border-bottom-left-radius: 0 !important;
|
20235
|
-
border-bottom-right-radius: 0 !important;
|
20236
20230
|
}
|
20237
|
-
.v-
|
20238
|
-
|
20239
|
-
border-top-right-radius: 0 !important;
|
20231
|
+
.v-empty-state__media .v-icon {
|
20232
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20240
20233
|
}
|
20241
|
-
|
20242
|
-
|
20243
|
-
|
20234
|
+
|
20235
|
+
.v-empty-state__headline {
|
20236
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20237
|
+
font-size: 3.75rem;
|
20238
|
+
font-weight: 300;
|
20239
|
+
line-height: 1;
|
20240
|
+
text-align: center;
|
20241
|
+
margin-bottom: 8px;
|
20244
20242
|
}
|
20245
|
-
.v-
|
20246
|
-
|
20247
|
-
border-top-right-radius: 0 !important;
|
20243
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
20244
|
+
font-size: 2.125rem;
|
20248
20245
|
}
|
20249
|
-
|
20246
|
+
|
20247
|
+
.v-empty-state__title {
|
20248
|
+
font-size: 1.25rem;
|
20249
|
+
font-weight: 500;
|
20250
|
+
line-height: 1.6;
|
20251
|
+
margin-bottom: 4px;
|
20252
|
+
text-align: center;
|
20253
|
+
}
|
20254
|
+
|
20255
|
+
.v-empty-state__text {
|
20256
|
+
font-size: 0.875rem;
|
20257
|
+
font-weight: 400;
|
20258
|
+
line-height: 1.425;
|
20259
|
+
padding: 0 16px;
|
20260
|
+
text-align: center;
|
20261
|
+
}
|
20262
|
+
|
20263
|
+
.v-empty-state__content {
|
20264
|
+
padding: 24px 0;
|
20265
|
+
}
|
20266
|
+
|
20267
|
+
.v-empty-state__actions {
|
20268
|
+
display: flex;
|
20269
|
+
gap: 8px;
|
20270
|
+
padding: 16px;
|
20271
|
+
}
|
20272
|
+
|
20273
|
+
.v-empty-state__action-btn.v-btn {
|
20274
|
+
background-color: initial;
|
20275
|
+
color: initial;
|
20276
|
+
}.v-fab {
|
20277
|
+
align-items: center;
|
20278
|
+
display: inline-flex;
|
20279
|
+
flex: 1 1 auto;
|
20280
|
+
pointer-events: none;
|
20281
|
+
position: relative;
|
20282
|
+
transition-duration: 0.2s;
|
20283
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20284
|
+
vertical-align: middle;
|
20285
|
+
}
|
20286
|
+
.v-fab .v-btn {
|
20287
|
+
pointer-events: auto;
|
20288
|
+
}
|
20289
|
+
.v-fab .v-btn--variant-elevated {
|
20290
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20291
|
+
}
|
20292
|
+
.v-fab--app, .v-fab--absolute {
|
20293
|
+
display: flex;
|
20294
|
+
}
|
20295
|
+
.v-fab--start, .v-fab--left {
|
20296
|
+
justify-content: flex-start;
|
20297
|
+
}
|
20298
|
+
.v-fab--center {
|
20299
|
+
align-items: center;
|
20300
|
+
justify-content: center;
|
20301
|
+
}
|
20302
|
+
.v-fab--end, .v-fab--right {
|
20303
|
+
justify-content: flex-end;
|
20304
|
+
}
|
20305
|
+
.v-fab--bottom {
|
20306
|
+
align-items: flex-end;
|
20307
|
+
}
|
20308
|
+
.v-fab--top {
|
20309
|
+
align-items: flex-start;
|
20310
|
+
}
|
20311
|
+
.v-fab--extended .v-btn {
|
20312
|
+
border-radius: 9999px !important;
|
20313
|
+
}
|
20314
|
+
|
20315
|
+
.v-fab__container {
|
20316
|
+
align-self: center;
|
20317
|
+
display: inline-flex;
|
20318
|
+
position: absolute;
|
20319
|
+
vertical-align: middle;
|
20320
|
+
}
|
20321
|
+
.v-fab--app .v-fab__container {
|
20322
|
+
margin: 12px;
|
20323
|
+
}
|
20324
|
+
.v-fab--absolute .v-fab__container {
|
20325
|
+
position: absolute;
|
20326
|
+
z-index: 4;
|
20327
|
+
}
|
20328
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20329
|
+
transform: translateY(-50%);
|
20330
|
+
}
|
20331
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20332
|
+
transform: translateY(50%);
|
20333
|
+
}
|
20334
|
+
.v-fab--top .v-fab__container {
|
20335
|
+
top: 0;
|
20336
|
+
}
|
20337
|
+
.v-fab--bottom .v-fab__container {
|
20338
|
+
bottom: 0;
|
20339
|
+
}
|
20340
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20341
|
+
left: 0;
|
20342
|
+
}
|
20343
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20344
|
+
right: 0;
|
20345
|
+
}.v-expansion-panel {
|
20346
|
+
background-color: rgb(var(--v-theme-surface));
|
20347
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20348
|
+
}
|
20349
|
+
.v-expansion-panel:not(:first-child)::after {
|
20350
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20351
|
+
}
|
20352
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
20353
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
20354
|
+
}
|
20355
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
20356
|
+
opacity: 0.4615384615;
|
20357
|
+
}
|
20358
|
+
|
20359
|
+
.v-expansion-panels {
|
20360
|
+
display: flex;
|
20361
|
+
flex-wrap: wrap;
|
20362
|
+
justify-content: center;
|
20363
|
+
list-style-type: none;
|
20364
|
+
padding: 0;
|
20365
|
+
width: 100%;
|
20366
|
+
position: relative;
|
20367
|
+
z-index: 1;
|
20368
|
+
}
|
20369
|
+
.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) {
|
20370
|
+
border-bottom-left-radius: 0 !important;
|
20371
|
+
border-bottom-right-radius: 0 !important;
|
20372
|
+
}
|
20373
|
+
.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) {
|
20374
|
+
border-top-left-radius: 0 !important;
|
20375
|
+
border-top-right-radius: 0 !important;
|
20376
|
+
}
|
20377
|
+
.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) {
|
20378
|
+
border-bottom-left-radius: 0 !important;
|
20379
|
+
border-bottom-right-radius: 0 !important;
|
20380
|
+
}
|
20381
|
+
.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) {
|
20382
|
+
border-top-left-radius: 0 !important;
|
20383
|
+
border-top-right-radius: 0 !important;
|
20384
|
+
}
|
20385
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
20250
20386
|
border-bottom-left-radius: 0 !important;
|
20251
20387
|
border-bottom-right-radius: 0 !important;
|
20252
20388
|
}
|
@@ -20416,142 +20552,6 @@ html.overflow-y-hidden {
|
|
20416
20552
|
}
|
20417
20553
|
.v-expansion-panels--tile > .v-expansion-panel {
|
20418
20554
|
border-radius: 0;
|
20419
|
-
}.v-empty-state {
|
20420
|
-
align-items: center;
|
20421
|
-
display: flex;
|
20422
|
-
flex-direction: column;
|
20423
|
-
justify-content: center;
|
20424
|
-
min-height: 100%;
|
20425
|
-
padding: 16px;
|
20426
|
-
}
|
20427
|
-
.v-empty-state--start {
|
20428
|
-
align-items: flex-start;
|
20429
|
-
}
|
20430
|
-
.v-empty-state--center {
|
20431
|
-
align-items: center;
|
20432
|
-
}
|
20433
|
-
.v-empty-state--end {
|
20434
|
-
align-items: flex-end;
|
20435
|
-
}
|
20436
|
-
|
20437
|
-
.v-empty-state__media {
|
20438
|
-
text-align: center;
|
20439
|
-
width: 100%;
|
20440
|
-
}
|
20441
|
-
.v-empty-state__media .v-icon {
|
20442
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20443
|
-
}
|
20444
|
-
|
20445
|
-
.v-empty-state__headline {
|
20446
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20447
|
-
font-size: 3.75rem;
|
20448
|
-
font-weight: 300;
|
20449
|
-
line-height: 1;
|
20450
|
-
text-align: center;
|
20451
|
-
margin-bottom: 8px;
|
20452
|
-
}
|
20453
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
20454
|
-
font-size: 2.125rem;
|
20455
|
-
}
|
20456
|
-
|
20457
|
-
.v-empty-state__title {
|
20458
|
-
font-size: 1.25rem;
|
20459
|
-
font-weight: 500;
|
20460
|
-
line-height: 1.6;
|
20461
|
-
margin-bottom: 4px;
|
20462
|
-
text-align: center;
|
20463
|
-
}
|
20464
|
-
|
20465
|
-
.v-empty-state__text {
|
20466
|
-
font-size: 0.875rem;
|
20467
|
-
font-weight: 400;
|
20468
|
-
line-height: 1.425;
|
20469
|
-
padding: 0 16px;
|
20470
|
-
text-align: center;
|
20471
|
-
}
|
20472
|
-
|
20473
|
-
.v-empty-state__content {
|
20474
|
-
padding: 24px 0;
|
20475
|
-
}
|
20476
|
-
|
20477
|
-
.v-empty-state__actions {
|
20478
|
-
display: flex;
|
20479
|
-
gap: 8px;
|
20480
|
-
padding: 16px;
|
20481
|
-
}
|
20482
|
-
|
20483
|
-
.v-empty-state__action-btn.v-btn {
|
20484
|
-
background-color: initial;
|
20485
|
-
color: initial;
|
20486
|
-
}.v-fab {
|
20487
|
-
align-items: center;
|
20488
|
-
display: inline-flex;
|
20489
|
-
flex: 1 1 auto;
|
20490
|
-
pointer-events: none;
|
20491
|
-
position: relative;
|
20492
|
-
transition-duration: 0.2s;
|
20493
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20494
|
-
vertical-align: middle;
|
20495
|
-
}
|
20496
|
-
.v-fab .v-btn {
|
20497
|
-
pointer-events: auto;
|
20498
|
-
}
|
20499
|
-
.v-fab .v-btn--variant-elevated {
|
20500
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20501
|
-
}
|
20502
|
-
.v-fab--app, .v-fab--absolute {
|
20503
|
-
display: flex;
|
20504
|
-
}
|
20505
|
-
.v-fab--start, .v-fab--left {
|
20506
|
-
justify-content: flex-start;
|
20507
|
-
}
|
20508
|
-
.v-fab--center {
|
20509
|
-
align-items: center;
|
20510
|
-
justify-content: center;
|
20511
|
-
}
|
20512
|
-
.v-fab--end, .v-fab--right {
|
20513
|
-
justify-content: flex-end;
|
20514
|
-
}
|
20515
|
-
.v-fab--bottom {
|
20516
|
-
align-items: flex-end;
|
20517
|
-
}
|
20518
|
-
.v-fab--top {
|
20519
|
-
align-items: flex-start;
|
20520
|
-
}
|
20521
|
-
.v-fab--extended .v-btn {
|
20522
|
-
border-radius: 9999px !important;
|
20523
|
-
}
|
20524
|
-
|
20525
|
-
.v-fab__container {
|
20526
|
-
align-self: center;
|
20527
|
-
display: inline-flex;
|
20528
|
-
position: absolute;
|
20529
|
-
vertical-align: middle;
|
20530
|
-
}
|
20531
|
-
.v-fab--app .v-fab__container {
|
20532
|
-
margin: 12px;
|
20533
|
-
}
|
20534
|
-
.v-fab--absolute .v-fab__container {
|
20535
|
-
position: absolute;
|
20536
|
-
z-index: 4;
|
20537
|
-
}
|
20538
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
20539
|
-
transform: translateY(-50%);
|
20540
|
-
}
|
20541
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20542
|
-
transform: translateY(50%);
|
20543
|
-
}
|
20544
|
-
.v-fab--top .v-fab__container {
|
20545
|
-
top: 0;
|
20546
|
-
}
|
20547
|
-
.v-fab--bottom .v-fab__container {
|
20548
|
-
bottom: 0;
|
20549
|
-
}
|
20550
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20551
|
-
left: 0;
|
20552
|
-
}
|
20553
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20554
|
-
right: 0;
|
20555
20555
|
}/* region INPUT */
|
20556
20556
|
.v-field {
|
20557
20557
|
--v-theme-overlay-multiplier: 1;
|
@@ -21824,34 +21824,6 @@ textarea.v-field__input::placeholder {
|
|
21824
21824
|
.offset-xxl-11 {
|
21825
21825
|
margin-inline-start: 91.6666666667%;
|
21826
21826
|
}
|
21827
|
-
}.v-footer {
|
21828
|
-
align-items: center;
|
21829
|
-
display: flex;
|
21830
|
-
flex: 1 1 auto;
|
21831
|
-
padding: 8px 16px;
|
21832
|
-
position: relative;
|
21833
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21834
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21835
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21836
|
-
border-style: solid;
|
21837
|
-
border-width: 0;
|
21838
|
-
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));
|
21839
|
-
border-radius: 0;
|
21840
|
-
background: rgb(var(--v-theme-surface));
|
21841
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21842
|
-
}
|
21843
|
-
.v-footer--border {
|
21844
|
-
border-width: thin;
|
21845
|
-
box-shadow: none;
|
21846
|
-
}
|
21847
|
-
.v-footer--absolute {
|
21848
|
-
position: absolute;
|
21849
|
-
}
|
21850
|
-
.v-footer--fixed {
|
21851
|
-
position: fixed;
|
21852
|
-
}
|
21853
|
-
.v-footer--rounded {
|
21854
|
-
border-radius: 4px;
|
21855
21827
|
}.v-icon {
|
21856
21828
|
--v-icon-size-multiplier: 1;
|
21857
21829
|
align-items: center;
|
@@ -21889,22 +21861,88 @@ textarea.v-field__input::placeholder {
|
|
21889
21861
|
.v-icon--size-large {
|
21890
21862
|
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
21891
21863
|
}
|
21892
|
-
.v-icon--size-x-large {
|
21893
|
-
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
21864
|
+
.v-icon--size-x-large {
|
21865
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
21866
|
+
}
|
21867
|
+
|
21868
|
+
.v-icon__svg {
|
21869
|
+
fill: currentColor;
|
21870
|
+
width: 100%;
|
21871
|
+
height: 100%;
|
21872
|
+
}
|
21873
|
+
|
21874
|
+
.v-icon--start {
|
21875
|
+
margin-inline-end: 8px;
|
21876
|
+
}
|
21877
|
+
|
21878
|
+
.v-icon--end {
|
21879
|
+
margin-inline-start: 8px;
|
21880
|
+
}.v-img {
|
21881
|
+
--v-theme-overlay-multiplier: 3;
|
21882
|
+
z-index: 0;
|
21883
|
+
}
|
21884
|
+
.v-img--booting .v-responsive__sizer {
|
21885
|
+
transition: none;
|
21886
|
+
}
|
21887
|
+
.v-img--rounded {
|
21888
|
+
border-radius: 4px;
|
21889
|
+
}
|
21890
|
+
|
21891
|
+
.v-img__img,
|
21892
|
+
.v-img__picture,
|
21893
|
+
.v-img__gradient,
|
21894
|
+
.v-img__placeholder,
|
21895
|
+
.v-img__error {
|
21896
|
+
z-index: -1;
|
21897
|
+
position: absolute;
|
21898
|
+
top: 0;
|
21899
|
+
left: 0;
|
21900
|
+
width: 100%;
|
21901
|
+
height: 100%;
|
21902
|
+
}
|
21903
|
+
|
21904
|
+
.v-img__img--preload {
|
21905
|
+
filter: blur(4px);
|
21906
|
+
}
|
21907
|
+
.v-img__img--contain {
|
21908
|
+
object-fit: contain;
|
21909
|
+
}
|
21910
|
+
.v-img__img--cover {
|
21911
|
+
object-fit: cover;
|
21894
21912
|
}
|
21895
21913
|
|
21896
|
-
.v-
|
21897
|
-
|
21898
|
-
|
21914
|
+
.v-img__gradient {
|
21915
|
+
background-repeat: no-repeat;
|
21916
|
+
}.v-infinite-scroll--horizontal {
|
21917
|
+
display: flex;
|
21918
|
+
flex-direction: row;
|
21919
|
+
overflow-x: auto;
|
21920
|
+
}
|
21921
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
21899
21922
|
height: 100%;
|
21923
|
+
width: 1px;
|
21900
21924
|
}
|
21901
21925
|
|
21902
|
-
.v-
|
21903
|
-
|
21926
|
+
.v-infinite-scroll--vertical {
|
21927
|
+
display: flex;
|
21928
|
+
flex-direction: column;
|
21929
|
+
overflow-y: auto;
|
21930
|
+
}
|
21931
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
21932
|
+
height: 1px;
|
21933
|
+
width: 100%;
|
21904
21934
|
}
|
21905
21935
|
|
21906
|
-
.v-
|
21907
|
-
|
21936
|
+
.v-infinite-scroll__side {
|
21937
|
+
align-items: center;
|
21938
|
+
display: flex;
|
21939
|
+
justify-content: center;
|
21940
|
+
padding: 8px;
|
21941
|
+
}.v-item-group {
|
21942
|
+
flex: 0 1 auto;
|
21943
|
+
max-width: 100%;
|
21944
|
+
position: relative;
|
21945
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21908
21946
|
}.v-input {
|
21909
21947
|
display: grid;
|
21910
21948
|
flex: 1 1 auto;
|
@@ -22047,72 +22085,6 @@ textarea.v-field__input::placeholder {
|
|
22047
22085
|
|
22048
22086
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22049
22087
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22050
|
-
}.v-img {
|
22051
|
-
--v-theme-overlay-multiplier: 3;
|
22052
|
-
z-index: 0;
|
22053
|
-
}
|
22054
|
-
.v-img--booting .v-responsive__sizer {
|
22055
|
-
transition: none;
|
22056
|
-
}
|
22057
|
-
.v-img--rounded {
|
22058
|
-
border-radius: 4px;
|
22059
|
-
}
|
22060
|
-
|
22061
|
-
.v-img__img,
|
22062
|
-
.v-img__picture,
|
22063
|
-
.v-img__gradient,
|
22064
|
-
.v-img__placeholder,
|
22065
|
-
.v-img__error {
|
22066
|
-
z-index: -1;
|
22067
|
-
position: absolute;
|
22068
|
-
top: 0;
|
22069
|
-
left: 0;
|
22070
|
-
width: 100%;
|
22071
|
-
height: 100%;
|
22072
|
-
}
|
22073
|
-
|
22074
|
-
.v-img__img--preload {
|
22075
|
-
filter: blur(4px);
|
22076
|
-
}
|
22077
|
-
.v-img__img--contain {
|
22078
|
-
object-fit: contain;
|
22079
|
-
}
|
22080
|
-
.v-img__img--cover {
|
22081
|
-
object-fit: cover;
|
22082
|
-
}
|
22083
|
-
|
22084
|
-
.v-img__gradient {
|
22085
|
-
background-repeat: no-repeat;
|
22086
|
-
}.v-infinite-scroll--horizontal {
|
22087
|
-
display: flex;
|
22088
|
-
flex-direction: row;
|
22089
|
-
overflow-x: auto;
|
22090
|
-
}
|
22091
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22092
|
-
height: 100%;
|
22093
|
-
width: 1px;
|
22094
|
-
}
|
22095
|
-
|
22096
|
-
.v-infinite-scroll--vertical {
|
22097
|
-
display: flex;
|
22098
|
-
flex-direction: column;
|
22099
|
-
overflow-y: auto;
|
22100
|
-
}
|
22101
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22102
|
-
height: 1px;
|
22103
|
-
width: 100%;
|
22104
|
-
}
|
22105
|
-
|
22106
|
-
.v-infinite-scroll__side {
|
22107
|
-
align-items: center;
|
22108
|
-
display: flex;
|
22109
|
-
justify-content: center;
|
22110
|
-
padding: 8px;
|
22111
|
-
}.v-item-group {
|
22112
|
-
flex: 0 1 auto;
|
22113
|
-
max-width: 100%;
|
22114
|
-
position: relative;
|
22115
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22116
22088
|
}.v-label {
|
22117
22089
|
align-items: center;
|
22118
22090
|
color: inherit;
|
@@ -22702,6 +22674,19 @@ textarea.v-field__input::placeholder {
|
|
22702
22674
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22703
22675
|
}.v-locale-provider {
|
22704
22676
|
display: contents;
|
22677
|
+
}.v-menu > .v-overlay__content {
|
22678
|
+
display: flex;
|
22679
|
+
flex-direction: column;
|
22680
|
+
border-radius: 4px;
|
22681
|
+
}
|
22682
|
+
.v-menu > .v-overlay__content > .v-card,
|
22683
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22684
|
+
.v-menu > .v-overlay__content > .v-list {
|
22685
|
+
background: rgb(var(--v-theme-surface));
|
22686
|
+
border-radius: inherit;
|
22687
|
+
overflow: auto;
|
22688
|
+
height: 100%;
|
22689
|
+
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));
|
22705
22690
|
}.v-main {
|
22706
22691
|
flex: 1 0 auto;
|
22707
22692
|
max-width: 100%;
|
@@ -22730,19 +22715,22 @@ textarea.v-field__input::placeholder {
|
|
22730
22715
|
--v-layout-right: 0px;
|
22731
22716
|
--v-layout-top: 0px;
|
22732
22717
|
--v-layout-bottom: 0px;
|
22733
|
-
}.v-
|
22734
|
-
|
22735
|
-
|
22736
|
-
|
22718
|
+
}.v-messages {
|
22719
|
+
flex: 1 1 auto;
|
22720
|
+
font-size: 12px;
|
22721
|
+
min-height: 14px;
|
22722
|
+
min-width: 1px;
|
22723
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22724
|
+
position: relative;
|
22737
22725
|
}
|
22738
|
-
.v-
|
22739
|
-
|
22740
|
-
|
22741
|
-
|
22742
|
-
|
22743
|
-
|
22744
|
-
|
22745
|
-
|
22726
|
+
.v-messages__message {
|
22727
|
+
line-height: 12px;
|
22728
|
+
word-break: break-word;
|
22729
|
+
overflow-wrap: break-word;
|
22730
|
+
word-wrap: break-word;
|
22731
|
+
-webkit-hyphens: auto;
|
22732
|
+
hyphens: auto;
|
22733
|
+
transition-duration: 150ms;
|
22746
22734
|
}.v-navigation-drawer {
|
22747
22735
|
-webkit-overflow-scrolling: touch;
|
22748
22736
|
background: rgb(var(--v-theme-surface));
|
@@ -22845,62 +22833,6 @@ textarea.v-field__input::placeholder {
|
|
22845
22833
|
.v-navigation-drawer__append {
|
22846
22834
|
flex: none;
|
22847
22835
|
overflow: hidden;
|
22848
|
-
}.v-otp-input {
|
22849
|
-
border-radius: 4px;
|
22850
|
-
align-items: center;
|
22851
|
-
display: flex;
|
22852
|
-
justify-content: center;
|
22853
|
-
padding: 0.5rem 0;
|
22854
|
-
position: relative;
|
22855
|
-
}
|
22856
|
-
.v-otp-input .v-field {
|
22857
|
-
height: 100%;
|
22858
|
-
}
|
22859
|
-
|
22860
|
-
.v-otp-input__divider {
|
22861
|
-
margin: 0 8px;
|
22862
|
-
}
|
22863
|
-
|
22864
|
-
.v-otp-input__content {
|
22865
|
-
align-items: center;
|
22866
|
-
display: flex;
|
22867
|
-
gap: 0.5rem;
|
22868
|
-
height: 64px;
|
22869
|
-
padding: 0.5rem;
|
22870
|
-
justify-content: center;
|
22871
|
-
max-width: 320px;
|
22872
|
-
position: relative;
|
22873
|
-
border-radius: inherit;
|
22874
|
-
}
|
22875
|
-
.v-otp-input--divided .v-otp-input__content {
|
22876
|
-
max-width: 360px;
|
22877
|
-
}
|
22878
|
-
|
22879
|
-
.v-otp-input__field {
|
22880
|
-
color: inherit;
|
22881
|
-
font-size: 1.25rem;
|
22882
|
-
height: 100%;
|
22883
|
-
outline: none;
|
22884
|
-
text-align: center;
|
22885
|
-
width: 100%;
|
22886
|
-
}
|
22887
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22888
|
-
-webkit-appearance: none;
|
22889
|
-
margin: 0;
|
22890
|
-
}
|
22891
|
-
.v-otp-input__field[type=number] {
|
22892
|
-
-moz-appearance: textfield;
|
22893
|
-
}
|
22894
|
-
|
22895
|
-
.v-otp-input__loader {
|
22896
|
-
align-items: center;
|
22897
|
-
display: flex;
|
22898
|
-
height: 100%;
|
22899
|
-
justify-content: center;
|
22900
|
-
width: 100%;
|
22901
|
-
}
|
22902
|
-
.v-otp-input__loader .v-progress-linear {
|
22903
|
-
position: absolute;
|
22904
22836
|
}.v-overlay-container {
|
22905
22837
|
contain: layout;
|
22906
22838
|
left: 0;
|
@@ -22935,35 +22867,91 @@ html.v-overlay-scroll-blocked {
|
|
22935
22867
|
right: 0;
|
22936
22868
|
}
|
22937
22869
|
|
22938
|
-
.v-overlay__content {
|
22870
|
+
.v-overlay__content {
|
22871
|
+
outline: none;
|
22872
|
+
position: absolute;
|
22873
|
+
pointer-events: auto;
|
22874
|
+
contain: layout;
|
22875
|
+
}
|
22876
|
+
|
22877
|
+
.v-overlay__scrim {
|
22878
|
+
pointer-events: auto;
|
22879
|
+
background: rgb(var(--v-theme-on-surface));
|
22880
|
+
border-radius: inherit;
|
22881
|
+
bottom: 0;
|
22882
|
+
left: 0;
|
22883
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
22884
|
+
position: fixed;
|
22885
|
+
right: 0;
|
22886
|
+
top: 0;
|
22887
|
+
}
|
22888
|
+
|
22889
|
+
.v-overlay--absolute {
|
22890
|
+
position: absolute;
|
22891
|
+
}
|
22892
|
+
|
22893
|
+
.v-overlay--contained .v-overlay__scrim {
|
22894
|
+
position: absolute;
|
22895
|
+
}
|
22896
|
+
|
22897
|
+
.v-overlay--scroll-blocked {
|
22898
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
22899
|
+
}.v-otp-input {
|
22900
|
+
border-radius: 4px;
|
22901
|
+
align-items: center;
|
22902
|
+
display: flex;
|
22903
|
+
justify-content: center;
|
22904
|
+
padding: 0.5rem 0;
|
22905
|
+
position: relative;
|
22906
|
+
}
|
22907
|
+
.v-otp-input .v-field {
|
22908
|
+
height: 100%;
|
22909
|
+
}
|
22910
|
+
|
22911
|
+
.v-otp-input__divider {
|
22912
|
+
margin: 0 8px;
|
22913
|
+
}
|
22914
|
+
|
22915
|
+
.v-otp-input__content {
|
22916
|
+
align-items: center;
|
22917
|
+
display: flex;
|
22918
|
+
gap: 0.5rem;
|
22919
|
+
height: 64px;
|
22920
|
+
padding: 0.5rem;
|
22921
|
+
justify-content: center;
|
22922
|
+
max-width: 320px;
|
22923
|
+
position: relative;
|
22924
|
+
border-radius: inherit;
|
22925
|
+
}
|
22926
|
+
.v-otp-input--divided .v-otp-input__content {
|
22927
|
+
max-width: 360px;
|
22928
|
+
}
|
22929
|
+
|
22930
|
+
.v-otp-input__field {
|
22931
|
+
color: inherit;
|
22932
|
+
font-size: 1.25rem;
|
22933
|
+
height: 100%;
|
22939
22934
|
outline: none;
|
22940
|
-
|
22941
|
-
|
22942
|
-
contain: layout;
|
22935
|
+
text-align: center;
|
22936
|
+
width: 100%;
|
22943
22937
|
}
|
22944
|
-
|
22945
|
-
|
22946
|
-
|
22947
|
-
background: rgb(var(--v-theme-on-surface));
|
22948
|
-
border-radius: inherit;
|
22949
|
-
bottom: 0;
|
22950
|
-
left: 0;
|
22951
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
22952
|
-
position: fixed;
|
22953
|
-
right: 0;
|
22954
|
-
top: 0;
|
22938
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22939
|
+
-webkit-appearance: none;
|
22940
|
+
margin: 0;
|
22955
22941
|
}
|
22956
|
-
|
22957
|
-
|
22958
|
-
position: absolute;
|
22942
|
+
.v-otp-input__field[type=number] {
|
22943
|
+
-moz-appearance: textfield;
|
22959
22944
|
}
|
22960
22945
|
|
22961
|
-
.v-
|
22962
|
-
|
22946
|
+
.v-otp-input__loader {
|
22947
|
+
align-items: center;
|
22948
|
+
display: flex;
|
22949
|
+
height: 100%;
|
22950
|
+
justify-content: center;
|
22951
|
+
width: 100%;
|
22963
22952
|
}
|
22964
|
-
|
22965
|
-
|
22966
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
22953
|
+
.v-otp-input__loader .v-progress-linear {
|
22954
|
+
position: absolute;
|
22967
22955
|
}.v-pagination__list {
|
22968
22956
|
display: inline-flex;
|
22969
22957
|
list-style-type: none;
|
@@ -22972,6 +22960,12 @@ html.v-overlay-scroll-blocked {
|
|
22972
22960
|
}
|
22973
22961
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22974
22962
|
margin: 0.3rem;
|
22963
|
+
}.v-parallax {
|
22964
|
+
position: relative;
|
22965
|
+
overflow: hidden;
|
22966
|
+
}
|
22967
|
+
.v-parallax--active > .v-img__img {
|
22968
|
+
will-change: transform;
|
22975
22969
|
}.v-progress-circular {
|
22976
22970
|
align-items: center;
|
22977
22971
|
display: inline-flex;
|
@@ -23285,12 +23279,6 @@ html.v-overlay-scroll-blocked {
|
|
23285
23279
|
0% {
|
23286
23280
|
background-position-x: var(--v-progress-linear-height);
|
23287
23281
|
}
|
23288
|
-
}.v-parallax {
|
23289
|
-
position: relative;
|
23290
|
-
overflow: hidden;
|
23291
|
-
}
|
23292
|
-
.v-parallax--active > .v-img__img {
|
23293
|
-
will-change: transform;
|
23294
23282
|
}.v-radio-group > .v-input__control {
|
23295
23283
|
flex-direction: column;
|
23296
23284
|
}
|
@@ -23360,6 +23348,32 @@ html.v-overlay-scroll-blocked {
|
|
23360
23348
|
|
23361
23349
|
.v-slider__label {
|
23362
23350
|
margin-inline-end: 12px;
|
23351
|
+
}.v-responsive {
|
23352
|
+
display: flex;
|
23353
|
+
flex: 1 0 auto;
|
23354
|
+
max-height: 100%;
|
23355
|
+
max-width: 100%;
|
23356
|
+
overflow: hidden;
|
23357
|
+
position: relative;
|
23358
|
+
}
|
23359
|
+
.v-responsive--inline {
|
23360
|
+
display: inline-flex;
|
23361
|
+
flex: 0 0 auto;
|
23362
|
+
}
|
23363
|
+
|
23364
|
+
.v-responsive__content {
|
23365
|
+
flex: 1 0 0px;
|
23366
|
+
max-width: 100%;
|
23367
|
+
}
|
23368
|
+
|
23369
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23370
|
+
margin-inline-start: -100%;
|
23371
|
+
}
|
23372
|
+
|
23373
|
+
.v-responsive__sizer {
|
23374
|
+
flex: 1 0 0px;
|
23375
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23376
|
+
pointer-events: none;
|
23363
23377
|
}.v-rating {
|
23364
23378
|
max-width: 100%;
|
23365
23379
|
display: inline-flex;
|
@@ -23462,32 +23476,6 @@ html.v-overlay-scroll-blocked {
|
|
23462
23476
|
.v-select--active-menu .v-select__menu-icon {
|
23463
23477
|
opacity: var(--v-high-emphasis-opacity);
|
23464
23478
|
transform: rotate(180deg);
|
23465
|
-
}.v-responsive {
|
23466
|
-
display: flex;
|
23467
|
-
flex: 1 0 auto;
|
23468
|
-
max-height: 100%;
|
23469
|
-
max-width: 100%;
|
23470
|
-
overflow: hidden;
|
23471
|
-
position: relative;
|
23472
|
-
}
|
23473
|
-
.v-responsive--inline {
|
23474
|
-
display: inline-flex;
|
23475
|
-
flex: 0 0 auto;
|
23476
|
-
}
|
23477
|
-
|
23478
|
-
.v-responsive__content {
|
23479
|
-
flex: 1 0 0px;
|
23480
|
-
max-width: 100%;
|
23481
|
-
}
|
23482
|
-
|
23483
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
23484
|
-
margin-inline-start: -100%;
|
23485
|
-
}
|
23486
|
-
|
23487
|
-
.v-responsive__sizer {
|
23488
|
-
flex: 1 0 0px;
|
23489
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23490
|
-
pointer-events: none;
|
23491
23479
|
}.v-selection-control {
|
23492
23480
|
align-items: center;
|
23493
23481
|
contain: layout;
|
@@ -23589,14 +23577,34 @@ html.v-overlay-scroll-blocked {
|
|
23589
23577
|
}
|
23590
23578
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23591
23579
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23592
|
-
}.v-
|
23593
|
-
|
23580
|
+
}.v-footer {
|
23581
|
+
align-items: center;
|
23594
23582
|
display: flex;
|
23595
|
-
flex
|
23583
|
+
flex: 1 1 auto;
|
23584
|
+
padding: 8px 16px;
|
23585
|
+
position: relative;
|
23586
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23587
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
23588
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23589
|
+
border-style: solid;
|
23590
|
+
border-width: 0;
|
23591
|
+
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));
|
23592
|
+
border-radius: 0;
|
23593
|
+
background: rgb(var(--v-theme-surface));
|
23594
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23596
23595
|
}
|
23597
|
-
.v-
|
23598
|
-
|
23599
|
-
|
23596
|
+
.v-footer--border {
|
23597
|
+
border-width: thin;
|
23598
|
+
box-shadow: none;
|
23599
|
+
}
|
23600
|
+
.v-footer--absolute {
|
23601
|
+
position: absolute;
|
23602
|
+
}
|
23603
|
+
.v-footer--fixed {
|
23604
|
+
position: fixed;
|
23605
|
+
}
|
23606
|
+
.v-footer--rounded {
|
23607
|
+
border-radius: 4px;
|
23600
23608
|
}.v-sheet {
|
23601
23609
|
display: block;
|
23602
23610
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -23625,6 +23633,69 @@ html.v-overlay-scroll-blocked {
|
|
23625
23633
|
}
|
23626
23634
|
.v-sheet--rounded {
|
23627
23635
|
border-radius: 4px;
|
23636
|
+
}.v-selection-control-group {
|
23637
|
+
grid-area: control;
|
23638
|
+
display: flex;
|
23639
|
+
flex-direction: column;
|
23640
|
+
}
|
23641
|
+
.v-selection-control-group--inline {
|
23642
|
+
flex-direction: row;
|
23643
|
+
flex-wrap: wrap;
|
23644
|
+
}.v-slide-group {
|
23645
|
+
display: flex;
|
23646
|
+
overflow: hidden;
|
23647
|
+
}
|
23648
|
+
|
23649
|
+
.v-slide-group__next,
|
23650
|
+
.v-slide-group__prev {
|
23651
|
+
align-items: center;
|
23652
|
+
display: flex;
|
23653
|
+
flex: 0 1 52px;
|
23654
|
+
justify-content: center;
|
23655
|
+
min-width: 52px;
|
23656
|
+
cursor: pointer;
|
23657
|
+
}
|
23658
|
+
.v-slide-group__next--disabled,
|
23659
|
+
.v-slide-group__prev--disabled {
|
23660
|
+
pointer-events: none;
|
23661
|
+
opacity: var(--v-disabled-opacity);
|
23662
|
+
}
|
23663
|
+
|
23664
|
+
.v-slide-group__content {
|
23665
|
+
display: flex;
|
23666
|
+
flex: 1 0 auto;
|
23667
|
+
position: relative;
|
23668
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23669
|
+
white-space: nowrap;
|
23670
|
+
}
|
23671
|
+
.v-slide-group__content > * {
|
23672
|
+
white-space: initial;
|
23673
|
+
}
|
23674
|
+
|
23675
|
+
.v-slide-group__container {
|
23676
|
+
contain: content;
|
23677
|
+
display: flex;
|
23678
|
+
flex: 1 1 auto;
|
23679
|
+
overflow-x: auto;
|
23680
|
+
overflow-y: hidden;
|
23681
|
+
scrollbar-width: none;
|
23682
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
23683
|
+
}
|
23684
|
+
.v-slide-group__container::-webkit-scrollbar {
|
23685
|
+
display: none;
|
23686
|
+
}
|
23687
|
+
|
23688
|
+
.v-slide-group--vertical {
|
23689
|
+
max-height: inherit;
|
23690
|
+
}
|
23691
|
+
.v-slide-group--vertical,
|
23692
|
+
.v-slide-group--vertical .v-slide-group__container,
|
23693
|
+
.v-slide-group--vertical .v-slide-group__content {
|
23694
|
+
flex-direction: column;
|
23695
|
+
}
|
23696
|
+
.v-slide-group--vertical .v-slide-group__container {
|
23697
|
+
overflow-x: hidden;
|
23698
|
+
overflow-y: auto;
|
23628
23699
|
}.v-skeleton-loader {
|
23629
23700
|
align-items: center;
|
23630
23701
|
background: rgb(var(--v-theme-surface));
|
@@ -23826,83 +23897,28 @@ html.v-overlay-scroll-blocked {
|
|
23826
23897
|
}
|
23827
23898
|
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
23828
23899
|
margin-top: -8px;
|
23829
|
-
max-width: 50%;
|
23830
|
-
}
|
23831
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
23832
|
-
max-width: 70%;
|
23833
|
-
}
|
23834
|
-
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
23835
|
-
display: none;
|
23836
|
-
}
|
23837
|
-
.v-skeleton-loader--is-loading {
|
23838
|
-
overflow: hidden;
|
23839
|
-
}
|
23840
|
-
.v-skeleton-loader--tile {
|
23841
|
-
border-radius: 0;
|
23842
|
-
}
|
23843
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
23844
|
-
border-radius: 0;
|
23845
|
-
}
|
23846
|
-
|
23847
|
-
@keyframes loading {
|
23848
|
-
100% {
|
23849
|
-
transform: translateX(100%);
|
23850
|
-
}
|
23851
|
-
}.v-slide-group {
|
23852
|
-
display: flex;
|
23853
|
-
overflow: hidden;
|
23854
|
-
}
|
23855
|
-
|
23856
|
-
.v-slide-group__next,
|
23857
|
-
.v-slide-group__prev {
|
23858
|
-
align-items: center;
|
23859
|
-
display: flex;
|
23860
|
-
flex: 0 1 52px;
|
23861
|
-
justify-content: center;
|
23862
|
-
min-width: 52px;
|
23863
|
-
cursor: pointer;
|
23864
|
-
}
|
23865
|
-
.v-slide-group__next--disabled,
|
23866
|
-
.v-slide-group__prev--disabled {
|
23867
|
-
pointer-events: none;
|
23868
|
-
opacity: var(--v-disabled-opacity);
|
23869
|
-
}
|
23870
|
-
|
23871
|
-
.v-slide-group__content {
|
23872
|
-
display: flex;
|
23873
|
-
flex: 1 0 auto;
|
23874
|
-
position: relative;
|
23875
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23876
|
-
white-space: nowrap;
|
23877
|
-
}
|
23878
|
-
.v-slide-group__content > * {
|
23879
|
-
white-space: initial;
|
23900
|
+
max-width: 50%;
|
23880
23901
|
}
|
23881
|
-
|
23882
|
-
|
23883
|
-
contain: content;
|
23884
|
-
display: flex;
|
23885
|
-
flex: 1 1 auto;
|
23886
|
-
overflow-x: auto;
|
23887
|
-
overflow-y: hidden;
|
23888
|
-
scrollbar-width: none;
|
23889
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
23902
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
23903
|
+
max-width: 70%;
|
23890
23904
|
}
|
23891
|
-
.v-
|
23905
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
23892
23906
|
display: none;
|
23893
23907
|
}
|
23894
|
-
|
23895
|
-
|
23896
|
-
max-height: inherit;
|
23908
|
+
.v-skeleton-loader--is-loading {
|
23909
|
+
overflow: hidden;
|
23897
23910
|
}
|
23898
|
-
.v-
|
23899
|
-
|
23900
|
-
.v-slide-group--vertical .v-slide-group__content {
|
23901
|
-
flex-direction: column;
|
23911
|
+
.v-skeleton-loader--tile {
|
23912
|
+
border-radius: 0;
|
23902
23913
|
}
|
23903
|
-
.v-
|
23904
|
-
|
23905
|
-
|
23914
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
23915
|
+
border-radius: 0;
|
23916
|
+
}
|
23917
|
+
|
23918
|
+
@keyframes loading {
|
23919
|
+
100% {
|
23920
|
+
transform: translateX(100%);
|
23921
|
+
}
|
23906
23922
|
}.v-snackbar {
|
23907
23923
|
justify-content: center;
|
23908
23924
|
z-index: 10000;
|
@@ -24082,56 +24098,6 @@ html.v-overlay-scroll-blocked {
|
|
24082
24098
|
}
|
24083
24099
|
.v-speed-dial__content > *:nth-child(10) {
|
24084
24100
|
transition-delay: 0.45s;
|
24085
|
-
}.v-stepper.v-sheet {
|
24086
|
-
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));
|
24087
|
-
border-radius: 4px;
|
24088
|
-
overflow: hidden;
|
24089
|
-
}
|
24090
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24091
|
-
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));
|
24092
|
-
}
|
24093
|
-
|
24094
|
-
.v-stepper-header {
|
24095
|
-
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));
|
24096
|
-
align-items: center;
|
24097
|
-
display: flex;
|
24098
|
-
position: relative;
|
24099
|
-
overflow-x: auto;
|
24100
|
-
justify-content: space-between;
|
24101
|
-
z-index: 1;
|
24102
|
-
}
|
24103
|
-
.v-stepper-header .v-divider {
|
24104
|
-
margin: 0 -16px;
|
24105
|
-
}
|
24106
|
-
.v-stepper-header .v-divider:last-child {
|
24107
|
-
margin-inline-end: 0;
|
24108
|
-
}
|
24109
|
-
.v-stepper-header .v-divider:first-child {
|
24110
|
-
margin-inline-start: 0;
|
24111
|
-
}
|
24112
|
-
.v-stepper--alt-labels .v-stepper-header {
|
24113
|
-
height: auto;
|
24114
|
-
}
|
24115
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24116
|
-
align-self: flex-start;
|
24117
|
-
margin: 35px -67px 0;
|
24118
|
-
}
|
24119
|
-
|
24120
|
-
.v-stepper-window {
|
24121
|
-
margin: 1.5rem;
|
24122
|
-
}
|
24123
|
-
|
24124
|
-
.v-stepper-actions {
|
24125
|
-
display: flex;
|
24126
|
-
align-items: center;
|
24127
|
-
justify-content: space-between;
|
24128
|
-
padding: 1rem;
|
24129
|
-
}
|
24130
|
-
.v-stepper .v-stepper-actions {
|
24131
|
-
padding: 0 1.5rem 1rem;
|
24132
|
-
}
|
24133
|
-
.v-stepper-window-item .v-stepper-actions {
|
24134
|
-
padding: 1.5rem 0 0;
|
24135
24101
|
}.v-stepper-item {
|
24136
24102
|
align-items: center;
|
24137
24103
|
align-self: stretch;
|
@@ -24248,6 +24214,56 @@ html.v-overlay-scroll-blocked {
|
|
24248
24214
|
width: 100%;
|
24249
24215
|
height: 100%;
|
24250
24216
|
pointer-events: none;
|
24217
|
+
}.v-stepper.v-sheet {
|
24218
|
+
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));
|
24219
|
+
border-radius: 4px;
|
24220
|
+
overflow: hidden;
|
24221
|
+
}
|
24222
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24223
|
+
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));
|
24224
|
+
}
|
24225
|
+
|
24226
|
+
.v-stepper-header {
|
24227
|
+
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));
|
24228
|
+
align-items: center;
|
24229
|
+
display: flex;
|
24230
|
+
position: relative;
|
24231
|
+
overflow-x: auto;
|
24232
|
+
justify-content: space-between;
|
24233
|
+
z-index: 1;
|
24234
|
+
}
|
24235
|
+
.v-stepper-header .v-divider {
|
24236
|
+
margin: 0 -16px;
|
24237
|
+
}
|
24238
|
+
.v-stepper-header .v-divider:last-child {
|
24239
|
+
margin-inline-end: 0;
|
24240
|
+
}
|
24241
|
+
.v-stepper-header .v-divider:first-child {
|
24242
|
+
margin-inline-start: 0;
|
24243
|
+
}
|
24244
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24245
|
+
height: auto;
|
24246
|
+
}
|
24247
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24248
|
+
align-self: flex-start;
|
24249
|
+
margin: 35px -67px 0;
|
24250
|
+
}
|
24251
|
+
|
24252
|
+
.v-stepper-window {
|
24253
|
+
margin: 1.5rem;
|
24254
|
+
}
|
24255
|
+
|
24256
|
+
.v-stepper-actions {
|
24257
|
+
display: flex;
|
24258
|
+
align-items: center;
|
24259
|
+
justify-content: space-between;
|
24260
|
+
padding: 1rem;
|
24261
|
+
}
|
24262
|
+
.v-stepper .v-stepper-actions {
|
24263
|
+
padding: 0 1.5rem 1rem;
|
24264
|
+
}
|
24265
|
+
.v-stepper-window-item .v-stepper-actions {
|
24266
|
+
padding: 1.5rem 0 0;
|
24251
24267
|
}.v-switch .v-label {
|
24252
24268
|
padding-inline-start: 10px;
|
24253
24269
|
}
|
@@ -24411,155 +24427,60 @@ html.v-overlay-scroll-blocked {
|
|
24411
24427
|
.v-switch.v-switch--inset .v-switch__track {
|
24412
24428
|
border-width: 2px;
|
24413
24429
|
}
|
24414
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24415
|
-
background-color: highlighttext;
|
24416
|
-
color: highlighttext;
|
24417
|
-
}
|
24418
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24419
|
-
background-color: graytext;
|
24420
|
-
}
|
24421
|
-
.v-switch.v-input--disabled .v-switch__track,
|
24422
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24423
|
-
color: graytext;
|
24424
|
-
}
|
24425
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
24426
|
-
background-color: canvas;
|
24427
|
-
}
|
24428
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24429
|
-
border-width: 0;
|
24430
|
-
}
|
24431
|
-
}.v-system-bar {
|
24432
|
-
align-items: center;
|
24433
|
-
display: flex;
|
24434
|
-
flex: 1 1 auto;
|
24435
|
-
height: 24px;
|
24436
|
-
justify-content: flex-end;
|
24437
|
-
max-width: 100%;
|
24438
|
-
padding-inline: 8px;
|
24439
|
-
position: relative;
|
24440
|
-
text-align: end;
|
24441
|
-
width: 100%;
|
24442
|
-
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));
|
24443
|
-
background: rgba(var(--v-theme-surface-light));
|
24444
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24445
|
-
font-size: 0.75rem;
|
24446
|
-
font-weight: 400;
|
24447
|
-
letter-spacing: 0.0333333333em;
|
24448
|
-
line-height: 1.667;
|
24449
|
-
text-transform: none;
|
24450
|
-
}
|
24451
|
-
.v-system-bar .v-icon {
|
24452
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24453
|
-
}
|
24454
|
-
.v-system-bar--absolute {
|
24455
|
-
position: absolute;
|
24456
|
-
}
|
24457
|
-
.v-system-bar--fixed {
|
24458
|
-
position: fixed;
|
24459
|
-
}
|
24460
|
-
.v-system-bar--rounded {
|
24461
|
-
border-radius: 0;
|
24462
|
-
}
|
24463
|
-
.v-system-bar--window {
|
24464
|
-
height: 32px;
|
24465
|
-
}
|
24466
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
24467
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24468
|
-
}.v-tab.v-tab.v-btn {
|
24469
|
-
height: var(--v-tabs-height);
|
24470
|
-
border-radius: 0;
|
24471
|
-
min-width: 90px;
|
24472
|
-
}
|
24473
|
-
.v-slide-group--horizontal .v-tab {
|
24474
|
-
max-width: 360px;
|
24475
|
-
}
|
24476
|
-
.v-slide-group--vertical .v-tab {
|
24477
|
-
justify-content: start;
|
24478
|
-
}
|
24479
|
-
|
24480
|
-
.v-tab__slider {
|
24481
|
-
position: absolute;
|
24482
|
-
bottom: 0;
|
24483
|
-
left: 0;
|
24484
|
-
height: 2px;
|
24485
|
-
width: 100%;
|
24486
|
-
background: currentColor;
|
24487
|
-
pointer-events: none;
|
24488
|
-
opacity: 0;
|
24489
|
-
}
|
24490
|
-
.v-tab--selected .v-tab__slider {
|
24491
|
-
opacity: 1;
|
24492
|
-
}
|
24493
|
-
.v-slide-group--vertical .v-tab__slider {
|
24494
|
-
top: 0;
|
24495
|
-
height: 100%;
|
24496
|
-
width: 2px;
|
24497
|
-
}.v-tabs {
|
24498
|
-
display: flex;
|
24499
|
-
height: var(--v-tabs-height);
|
24500
|
-
}
|
24501
|
-
.v-tabs--density-default {
|
24502
|
-
--v-tabs-height: 48px;
|
24503
|
-
}
|
24504
|
-
.v-tabs--density-default.v-tabs--stacked {
|
24505
|
-
--v-tabs-height: 72px;
|
24506
|
-
}
|
24507
|
-
|
24508
|
-
.v-tabs--density-comfortable {
|
24509
|
-
--v-tabs-height: 44px;
|
24510
|
-
}
|
24511
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
24512
|
-
--v-tabs-height: 68px;
|
24513
|
-
}
|
24514
|
-
|
24515
|
-
.v-tabs--density-compact {
|
24516
|
-
--v-tabs-height: 36px;
|
24517
|
-
}
|
24518
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
24519
|
-
--v-tabs-height: 60px;
|
24520
|
-
}
|
24521
|
-
|
24522
|
-
.v-tabs.v-slide-group--vertical {
|
24523
|
-
height: auto;
|
24524
|
-
flex: none;
|
24525
|
-
--v-tabs-height: 48px;
|
24526
|
-
}
|
24527
|
-
|
24528
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24529
|
-
margin-inline-start: 42px;
|
24530
|
-
}
|
24531
|
-
|
24532
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24533
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24534
|
-
margin-inline-end: auto;
|
24430
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24431
|
+
background-color: highlighttext;
|
24432
|
+
color: highlighttext;
|
24433
|
+
}
|
24434
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24435
|
+
background-color: graytext;
|
24436
|
+
}
|
24437
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24438
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24439
|
+
color: graytext;
|
24440
|
+
}
|
24441
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24442
|
+
background-color: canvas;
|
24443
|
+
}
|
24444
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24445
|
+
border-width: 0;
|
24446
|
+
}
|
24447
|
+
}.v-system-bar {
|
24448
|
+
align-items: center;
|
24449
|
+
display: flex;
|
24450
|
+
flex: 1 1 auto;
|
24451
|
+
height: 24px;
|
24452
|
+
justify-content: flex-end;
|
24453
|
+
max-width: 100%;
|
24454
|
+
padding-inline: 8px;
|
24455
|
+
position: relative;
|
24456
|
+
text-align: end;
|
24457
|
+
width: 100%;
|
24458
|
+
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));
|
24459
|
+
background: rgba(var(--v-theme-surface-light));
|
24460
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24461
|
+
font-size: 0.75rem;
|
24462
|
+
font-weight: 400;
|
24463
|
+
letter-spacing: 0.0333333333em;
|
24464
|
+
line-height: 1.667;
|
24465
|
+
text-transform: none;
|
24535
24466
|
}
|
24536
|
-
.v-
|
24537
|
-
|
24538
|
-
margin-inline-start: auto;
|
24467
|
+
.v-system-bar .v-icon {
|
24468
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24539
24469
|
}
|
24540
|
-
|
24541
|
-
|
24542
|
-
flex-grow: 1;
|
24470
|
+
.v-system-bar--absolute {
|
24471
|
+
position: absolute;
|
24543
24472
|
}
|
24544
|
-
.v-
|
24545
|
-
|
24546
|
-
max-width: none;
|
24473
|
+
.v-system-bar--fixed {
|
24474
|
+
position: fixed;
|
24547
24475
|
}
|
24548
|
-
|
24549
|
-
|
24550
|
-
margin-inline-start: auto;
|
24476
|
+
.v-system-bar--rounded {
|
24477
|
+
border-radius: 0;
|
24551
24478
|
}
|
24552
|
-
.v-
|
24553
|
-
|
24479
|
+
.v-system-bar--window {
|
24480
|
+
height: 32px;
|
24554
24481
|
}
|
24555
|
-
|
24556
|
-
|
24557
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24558
|
-
margin-inline-start: 52px;
|
24559
|
-
}
|
24560
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24561
|
-
margin-inline-end: 52px;
|
24562
|
-
}
|
24482
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24483
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24563
24484
|
}.v-table {
|
24564
24485
|
background: rgb(var(--v-theme-surface));
|
24565
24486
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24748,81 +24669,289 @@ html.v-overlay-scroll-blocked {
|
|
24748
24669
|
.v-text-field input:focus, .v-text-field input:active {
|
24749
24670
|
outline: none;
|
24750
24671
|
}
|
24751
|
-
.v-text-field input:invalid {
|
24752
|
-
box-shadow: none;
|
24672
|
+
.v-text-field input:invalid {
|
24673
|
+
box-shadow: none;
|
24674
|
+
}
|
24675
|
+
.v-text-field .v-field {
|
24676
|
+
cursor: text;
|
24677
|
+
}
|
24678
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
24679
|
+
--v-field-padding-start: 6px;
|
24680
|
+
}
|
24681
|
+
|
24682
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
24683
|
+
--v-field-padding-end: 0;
|
24684
|
+
}
|
24685
|
+
|
24686
|
+
.v-text-field .v-input__details {
|
24687
|
+
padding-inline: 16px;
|
24688
|
+
}
|
24689
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
24690
|
+
padding-inline: 0;
|
24691
|
+
}
|
24692
|
+
|
24693
|
+
.v-text-field .v-field--no-label input,
|
24694
|
+
.v-text-field .v-field--active input {
|
24695
|
+
opacity: 1;
|
24696
|
+
}
|
24697
|
+
.v-text-field .v-field--single-line input {
|
24698
|
+
transition: none;
|
24699
|
+
}
|
24700
|
+
|
24701
|
+
/* endregion */
|
24702
|
+
/* region ELEMENTS */
|
24703
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
24704
|
+
align-items: center;
|
24705
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
24706
|
+
cursor: default;
|
24707
|
+
display: flex;
|
24708
|
+
opacity: 0;
|
24709
|
+
transition: inherit;
|
24710
|
+
white-space: nowrap;
|
24711
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
24712
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
24713
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
24714
|
+
}
|
24715
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
24716
|
+
opacity: 1;
|
24717
|
+
}
|
24718
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
24719
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
24720
|
+
}
|
24721
|
+
.v-text-field__prefix {
|
24722
|
+
padding-inline-start: var(--v-field-padding-start);
|
24723
|
+
}
|
24724
|
+
.v-text-field__suffix {
|
24725
|
+
padding-inline-end: var(--v-field-padding-end);
|
24726
|
+
}
|
24727
|
+
|
24728
|
+
/* endregion */.v-tab.v-tab.v-btn {
|
24729
|
+
height: var(--v-tabs-height);
|
24730
|
+
border-radius: 0;
|
24731
|
+
min-width: 90px;
|
24732
|
+
}
|
24733
|
+
.v-slide-group--horizontal .v-tab {
|
24734
|
+
max-width: 360px;
|
24735
|
+
}
|
24736
|
+
.v-slide-group--vertical .v-tab {
|
24737
|
+
justify-content: start;
|
24738
|
+
}
|
24739
|
+
|
24740
|
+
.v-tab__slider {
|
24741
|
+
position: absolute;
|
24742
|
+
bottom: 0;
|
24743
|
+
left: 0;
|
24744
|
+
height: 2px;
|
24745
|
+
width: 100%;
|
24746
|
+
background: currentColor;
|
24747
|
+
pointer-events: none;
|
24748
|
+
opacity: 0;
|
24749
|
+
}
|
24750
|
+
.v-tab--selected .v-tab__slider {
|
24751
|
+
opacity: 1;
|
24752
|
+
}
|
24753
|
+
.v-slide-group--vertical .v-tab__slider {
|
24754
|
+
top: 0;
|
24755
|
+
height: 100%;
|
24756
|
+
width: 2px;
|
24757
|
+
}.v-tabs {
|
24758
|
+
display: flex;
|
24759
|
+
height: var(--v-tabs-height);
|
24760
|
+
}
|
24761
|
+
.v-tabs--density-default {
|
24762
|
+
--v-tabs-height: 48px;
|
24763
|
+
}
|
24764
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24765
|
+
--v-tabs-height: 72px;
|
24766
|
+
}
|
24767
|
+
|
24768
|
+
.v-tabs--density-comfortable {
|
24769
|
+
--v-tabs-height: 44px;
|
24770
|
+
}
|
24771
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24772
|
+
--v-tabs-height: 68px;
|
24773
|
+
}
|
24774
|
+
|
24775
|
+
.v-tabs--density-compact {
|
24776
|
+
--v-tabs-height: 36px;
|
24777
|
+
}
|
24778
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24779
|
+
--v-tabs-height: 60px;
|
24780
|
+
}
|
24781
|
+
|
24782
|
+
.v-tabs.v-slide-group--vertical {
|
24783
|
+
height: auto;
|
24784
|
+
flex: none;
|
24785
|
+
--v-tabs-height: 48px;
|
24786
|
+
}
|
24787
|
+
|
24788
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24789
|
+
margin-inline-start: 42px;
|
24790
|
+
}
|
24791
|
+
|
24792
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24793
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24794
|
+
margin-inline-end: auto;
|
24795
|
+
}
|
24796
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24797
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24798
|
+
margin-inline-start: auto;
|
24799
|
+
}
|
24800
|
+
|
24801
|
+
.v-tabs--grow {
|
24802
|
+
flex-grow: 1;
|
24803
|
+
}
|
24804
|
+
.v-tabs--grow .v-tab {
|
24805
|
+
flex: 1 0 auto;
|
24806
|
+
max-width: none;
|
24807
|
+
}
|
24808
|
+
|
24809
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24810
|
+
margin-inline-start: auto;
|
24811
|
+
}
|
24812
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24813
|
+
margin-inline-end: 0;
|
24814
|
+
}
|
24815
|
+
|
24816
|
+
@media (max-width: 1279.98px) {
|
24817
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24818
|
+
margin-inline-start: 52px;
|
24819
|
+
}
|
24820
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24821
|
+
margin-inline-end: 52px;
|
24822
|
+
}
|
24823
|
+
}.v-theme-provider {
|
24824
|
+
background: rgb(var(--v-theme-background));
|
24825
|
+
color: rgb(var(--v-theme-on-background));
|
24826
|
+
}.v-toolbar {
|
24827
|
+
align-items: flex-start;
|
24828
|
+
display: flex;
|
24829
|
+
flex: none;
|
24830
|
+
flex-direction: column;
|
24831
|
+
justify-content: space-between;
|
24832
|
+
max-width: 100%;
|
24833
|
+
position: relative;
|
24834
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24835
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
24836
|
+
width: 100%;
|
24837
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24838
|
+
border-style: solid;
|
24839
|
+
border-width: 0;
|
24840
|
+
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));
|
24841
|
+
border-radius: 0;
|
24842
|
+
background: rgb(var(--v-theme-surface-light));
|
24843
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24844
|
+
}
|
24845
|
+
.v-toolbar--border {
|
24846
|
+
border-width: thin;
|
24847
|
+
box-shadow: none;
|
24848
|
+
}
|
24849
|
+
.v-toolbar--absolute {
|
24850
|
+
position: absolute;
|
24851
|
+
}
|
24852
|
+
.v-toolbar--collapse {
|
24853
|
+
max-width: 112px;
|
24854
|
+
overflow: hidden;
|
24855
|
+
border-end-end-radius: 24px;
|
24856
|
+
}
|
24857
|
+
.v-toolbar--collapse .v-toolbar-title {
|
24858
|
+
display: none;
|
24859
|
+
}
|
24860
|
+
.v-toolbar--flat {
|
24861
|
+
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));
|
24753
24862
|
}
|
24754
|
-
.v-
|
24755
|
-
|
24863
|
+
.v-toolbar--floating {
|
24864
|
+
display: inline-flex;
|
24756
24865
|
}
|
24757
|
-
.v-
|
24758
|
-
|
24866
|
+
.v-toolbar--rounded {
|
24867
|
+
border-radius: 4px;
|
24759
24868
|
}
|
24760
24869
|
|
24761
|
-
.v-
|
24762
|
-
|
24870
|
+
.v-toolbar__content,
|
24871
|
+
.v-toolbar__extension {
|
24872
|
+
align-items: center;
|
24873
|
+
display: flex;
|
24874
|
+
flex: 0 0 auto;
|
24875
|
+
position: relative;
|
24876
|
+
transition: inherit;
|
24877
|
+
width: 100%;
|
24763
24878
|
}
|
24764
24879
|
|
24765
|
-
.v-
|
24766
|
-
|
24880
|
+
.v-toolbar__content {
|
24881
|
+
overflow: hidden;
|
24767
24882
|
}
|
24768
|
-
.v-
|
24769
|
-
|
24883
|
+
.v-toolbar__content > .v-btn:first-child {
|
24884
|
+
margin-inline-start: 4px;
|
24770
24885
|
}
|
24771
|
-
|
24772
|
-
|
24773
|
-
.v-text-field .v-field--active input {
|
24774
|
-
opacity: 1;
|
24886
|
+
.v-toolbar__content > .v-btn:last-child {
|
24887
|
+
margin-inline-end: 4px;
|
24775
24888
|
}
|
24776
|
-
.v-
|
24777
|
-
|
24889
|
+
.v-toolbar__content > .v-toolbar-title {
|
24890
|
+
margin-inline-start: 20px;
|
24891
|
+
}
|
24892
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
24893
|
+
align-items: flex-start;
|
24778
24894
|
}
|
24779
24895
|
|
24780
|
-
|
24781
|
-
|
24782
|
-
|
24896
|
+
.v-toolbar__image {
|
24897
|
+
position: absolute;
|
24898
|
+
top: 0;
|
24899
|
+
left: 0;
|
24900
|
+
width: 100%;
|
24901
|
+
height: 100%;
|
24902
|
+
display: flex;
|
24903
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
24904
|
+
transition-property: opacity;
|
24905
|
+
}
|
24906
|
+
|
24907
|
+
.v-toolbar__prepend,
|
24908
|
+
.v-toolbar__append {
|
24783
24909
|
align-items: center;
|
24784
|
-
|
24785
|
-
cursor: default;
|
24910
|
+
align-self: stretch;
|
24786
24911
|
display: flex;
|
24787
|
-
opacity: 0;
|
24788
|
-
transition: inherit;
|
24789
|
-
white-space: nowrap;
|
24790
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
24791
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
24792
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
24793
24912
|
}
|
24794
|
-
|
24795
|
-
|
24913
|
+
|
24914
|
+
.v-toolbar__prepend {
|
24915
|
+
margin-inline: 4px auto;
|
24796
24916
|
}
|
24797
|
-
|
24798
|
-
|
24917
|
+
|
24918
|
+
.v-toolbar__append {
|
24919
|
+
margin-inline: auto 4px;
|
24799
24920
|
}
|
24800
|
-
|
24801
|
-
|
24921
|
+
|
24922
|
+
.v-toolbar-title {
|
24923
|
+
flex: 1 1;
|
24924
|
+
font-size: 1.25rem;
|
24925
|
+
min-width: 0;
|
24926
|
+
font-size: 1.25rem;
|
24927
|
+
font-weight: 400;
|
24928
|
+
letter-spacing: 0;
|
24929
|
+
line-height: 1.75rem;
|
24930
|
+
text-transform: none;
|
24802
24931
|
}
|
24803
|
-
.v-
|
24804
|
-
|
24932
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
24933
|
+
align-self: flex-end;
|
24934
|
+
padding-bottom: 6px;
|
24935
|
+
font-size: 1.5rem;
|
24936
|
+
font-weight: 400;
|
24937
|
+
letter-spacing: 0;
|
24938
|
+
line-height: 2.25rem;
|
24939
|
+
text-transform: none;
|
24805
24940
|
}
|
24806
24941
|
|
24807
|
-
|
24808
|
-
|
24809
|
-
|
24810
|
-
|
24811
|
-
flex: 1 1 auto;
|
24812
|
-
font-size: 12px;
|
24813
|
-
min-height: 14px;
|
24814
|
-
min-width: 1px;
|
24815
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24816
|
-
position: relative;
|
24942
|
+
.v-toolbar-title__placeholder {
|
24943
|
+
overflow: hidden;
|
24944
|
+
text-overflow: ellipsis;
|
24945
|
+
white-space: nowrap;
|
24817
24946
|
}
|
24818
|
-
|
24819
|
-
|
24820
|
-
|
24821
|
-
|
24822
|
-
|
24823
|
-
|
24824
|
-
|
24825
|
-
|
24947
|
+
|
24948
|
+
.v-toolbar-items {
|
24949
|
+
display: flex;
|
24950
|
+
height: inherit;
|
24951
|
+
align-self: stretch;
|
24952
|
+
}
|
24953
|
+
.v-toolbar-items > .v-btn {
|
24954
|
+
border-radius: 0;
|
24826
24955
|
}.v-timeline .v-timeline-divider__dot {
|
24827
24956
|
background: rgb(var(--v-theme-surface-light));
|
24828
24957
|
}
|
@@ -25224,172 +25353,52 @@ html.v-overlay-scroll-blocked {
|
|
25224
25353
|
}
|
25225
25354
|
|
25226
25355
|
.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 {
|
25227
|
-
padding-inline-start: 0;
|
25228
|
-
}
|
25229
|
-
|
25230
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25231
|
-
display: none;
|
25232
|
-
}
|
25233
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25234
|
-
--v-timeline-line-size-offset: 12px;
|
25235
|
-
}
|
25236
|
-
.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 {
|
25237
|
-
padding-block-end: 0;
|
25238
|
-
}
|
25239
|
-
|
25240
|
-
.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 {
|
25241
|
-
padding-inline-end: 0;
|
25242
|
-
}.v-tooltip > .v-overlay__content {
|
25243
|
-
background: rgb(var(--v-theme-surface-variant));
|
25244
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25245
|
-
border-radius: 4px;
|
25246
|
-
font-size: 0.875rem;
|
25247
|
-
line-height: 1.6;
|
25248
|
-
display: inline-block;
|
25249
|
-
padding: 5px 16px;
|
25250
|
-
text-transform: initial;
|
25251
|
-
width: auto;
|
25252
|
-
opacity: 1;
|
25253
|
-
pointer-events: none;
|
25254
|
-
transition-property: opacity, transform;
|
25255
|
-
overflow-wrap: break-word;
|
25256
|
-
}
|
25257
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25258
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25259
|
-
transition-duration: 150ms;
|
25260
|
-
}
|
25261
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25262
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25263
|
-
transition-duration: 75ms;
|
25264
|
-
}.v-toolbar {
|
25265
|
-
align-items: flex-start;
|
25266
|
-
display: flex;
|
25267
|
-
flex: none;
|
25268
|
-
flex-direction: column;
|
25269
|
-
justify-content: space-between;
|
25270
|
-
max-width: 100%;
|
25271
|
-
position: relative;
|
25272
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25273
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25274
|
-
width: 100%;
|
25275
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25276
|
-
border-style: solid;
|
25277
|
-
border-width: 0;
|
25278
|
-
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));
|
25279
|
-
border-radius: 0;
|
25280
|
-
background: rgb(var(--v-theme-surface-light));
|
25281
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25282
|
-
}
|
25283
|
-
.v-toolbar--border {
|
25284
|
-
border-width: thin;
|
25285
|
-
box-shadow: none;
|
25286
|
-
}
|
25287
|
-
.v-toolbar--absolute {
|
25288
|
-
position: absolute;
|
25289
|
-
}
|
25290
|
-
.v-toolbar--collapse {
|
25291
|
-
max-width: 112px;
|
25292
|
-
overflow: hidden;
|
25293
|
-
border-end-end-radius: 24px;
|
25294
|
-
}
|
25295
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25296
|
-
display: none;
|
25297
|
-
}
|
25298
|
-
.v-toolbar--flat {
|
25299
|
-
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));
|
25300
|
-
}
|
25301
|
-
.v-toolbar--floating {
|
25302
|
-
display: inline-flex;
|
25303
|
-
}
|
25304
|
-
.v-toolbar--rounded {
|
25305
|
-
border-radius: 4px;
|
25306
|
-
}
|
25307
|
-
|
25308
|
-
.v-toolbar__content,
|
25309
|
-
.v-toolbar__extension {
|
25310
|
-
align-items: center;
|
25311
|
-
display: flex;
|
25312
|
-
flex: 0 0 auto;
|
25313
|
-
position: relative;
|
25314
|
-
transition: inherit;
|
25315
|
-
width: 100%;
|
25316
|
-
}
|
25317
|
-
|
25318
|
-
.v-toolbar__content {
|
25319
|
-
overflow: hidden;
|
25320
|
-
}
|
25321
|
-
.v-toolbar__content > .v-btn:first-child {
|
25322
|
-
margin-inline-start: 4px;
|
25323
|
-
}
|
25324
|
-
.v-toolbar__content > .v-btn:last-child {
|
25325
|
-
margin-inline-end: 4px;
|
25326
|
-
}
|
25327
|
-
.v-toolbar__content > .v-toolbar-title {
|
25328
|
-
margin-inline-start: 20px;
|
25329
|
-
}
|
25330
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
25331
|
-
align-items: flex-start;
|
25332
|
-
}
|
25333
|
-
|
25334
|
-
.v-toolbar__image {
|
25335
|
-
position: absolute;
|
25336
|
-
top: 0;
|
25337
|
-
left: 0;
|
25338
|
-
width: 100%;
|
25339
|
-
height: 100%;
|
25340
|
-
display: flex;
|
25341
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25342
|
-
transition-property: opacity;
|
25343
|
-
}
|
25344
|
-
|
25345
|
-
.v-toolbar__prepend,
|
25346
|
-
.v-toolbar__append {
|
25347
|
-
align-items: center;
|
25348
|
-
align-self: stretch;
|
25349
|
-
display: flex;
|
25350
|
-
}
|
25351
|
-
|
25352
|
-
.v-toolbar__prepend {
|
25353
|
-
margin-inline: 4px auto;
|
25356
|
+
padding-inline-start: 0;
|
25354
25357
|
}
|
25355
25358
|
|
25356
|
-
.v-
|
25357
|
-
|
25359
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25360
|
+
display: none;
|
25358
25361
|
}
|
25359
|
-
|
25360
|
-
|
25361
|
-
flex: 1 1;
|
25362
|
-
font-size: 1.25rem;
|
25363
|
-
min-width: 0;
|
25364
|
-
font-size: 1.25rem;
|
25365
|
-
font-weight: 400;
|
25366
|
-
letter-spacing: 0;
|
25367
|
-
line-height: 1.75rem;
|
25368
|
-
text-transform: none;
|
25362
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25363
|
+
--v-timeline-line-size-offset: 12px;
|
25369
25364
|
}
|
25370
|
-
.v-
|
25371
|
-
|
25372
|
-
padding-bottom: 6px;
|
25373
|
-
font-size: 1.5rem;
|
25374
|
-
font-weight: 400;
|
25375
|
-
letter-spacing: 0;
|
25376
|
-
line-height: 2.25rem;
|
25377
|
-
text-transform: none;
|
25365
|
+
.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 {
|
25366
|
+
padding-block-end: 0;
|
25378
25367
|
}
|
25379
25368
|
|
25380
|
-
.v-
|
25381
|
-
|
25382
|
-
|
25383
|
-
|
25369
|
+
.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 {
|
25370
|
+
padding-inline-end: 0;
|
25371
|
+
}.v-tooltip > .v-overlay__content {
|
25372
|
+
background: rgb(var(--v-theme-surface-variant));
|
25373
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25374
|
+
border-radius: 4px;
|
25375
|
+
font-size: 0.875rem;
|
25376
|
+
line-height: 1.6;
|
25377
|
+
display: inline-block;
|
25378
|
+
padding: 5px 16px;
|
25379
|
+
text-transform: initial;
|
25380
|
+
width: auto;
|
25381
|
+
opacity: 1;
|
25382
|
+
pointer-events: none;
|
25383
|
+
transition-property: opacity, transform;
|
25384
|
+
overflow-wrap: break-word;
|
25384
25385
|
}
|
25385
|
-
|
25386
|
-
|
25387
|
-
|
25388
|
-
height: inherit;
|
25389
|
-
align-self: stretch;
|
25386
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25387
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25388
|
+
transition-duration: 150ms;
|
25390
25389
|
}
|
25391
|
-
.v-
|
25392
|
-
|
25390
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25391
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25392
|
+
transition-duration: 75ms;
|
25393
|
+
}.v-virtual-scroll {
|
25394
|
+
display: block;
|
25395
|
+
flex: 1 1 auto;
|
25396
|
+
max-width: 100%;
|
25397
|
+
overflow: auto;
|
25398
|
+
position: relative;
|
25399
|
+
}
|
25400
|
+
.v-virtual-scroll__container {
|
25401
|
+
display: block;
|
25393
25402
|
}.v-window {
|
25394
25403
|
overflow: hidden;
|
25395
25404
|
}
|
@@ -25460,15 +25469,6 @@ html.v-overlay-scroll-blocked {
|
|
25460
25469
|
}
|
25461
25470
|
.v-window-y-reverse-transition-leave-to {
|
25462
25471
|
transform: translateY(100%);
|
25463
|
-
}.v-virtual-scroll {
|
25464
|
-
display: block;
|
25465
|
-
flex: 1 1 auto;
|
25466
|
-
max-width: 100%;
|
25467
|
-
overflow: auto;
|
25468
|
-
position: relative;
|
25469
|
-
}
|
25470
|
-
.v-virtual-scroll__container {
|
25471
|
-
display: block;
|
25472
25472
|
}.v-color-picker-canvas {
|
25473
25473
|
display: flex;
|
25474
25474
|
position: relative;
|
@@ -25491,34 +25491,6 @@ html.v-overlay-scroll-blocked {
|
|
25491
25491
|
}
|
25492
25492
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25493
25493
|
will-change: transform;
|
25494
|
-
}.v-color-picker-edit {
|
25495
|
-
display: flex;
|
25496
|
-
margin-top: 24px;
|
25497
|
-
}
|
25498
|
-
|
25499
|
-
.v-color-picker-edit__input {
|
25500
|
-
width: 100%;
|
25501
|
-
display: flex;
|
25502
|
-
flex-wrap: wrap;
|
25503
|
-
justify-content: center;
|
25504
|
-
text-align: center;
|
25505
|
-
}
|
25506
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25507
|
-
margin-inline-end: 8px;
|
25508
|
-
}
|
25509
|
-
.v-color-picker-edit__input input {
|
25510
|
-
border-radius: 4px;
|
25511
|
-
margin-bottom: 8px;
|
25512
|
-
min-width: 0;
|
25513
|
-
outline: none;
|
25514
|
-
text-align: center;
|
25515
|
-
width: 100%;
|
25516
|
-
height: 32px;
|
25517
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25518
|
-
color: rgba(var(--v-theme-on-surface));
|
25519
|
-
}
|
25520
|
-
.v-color-picker-edit__input span {
|
25521
|
-
font-size: 0.75rem;
|
25522
25494
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25523
25495
|
background-color: transparent !important;
|
25524
25496
|
}
|
@@ -25624,218 +25596,87 @@ html.v-overlay-scroll-blocked {
|
|
25624
25596
|
justify-content: center;
|
25625
25597
|
width: 100%;
|
25626
25598
|
height: 100%;
|
25627
|
-
}.v-picker
|
25628
|
-
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));
|
25629
|
-
border-radius: 4px;
|
25630
|
-
display: grid;
|
25631
|
-
grid-auto-rows: min-content;
|
25632
|
-
grid-template-areas: "title" "header" "body";
|
25633
|
-
overflow: hidden;
|
25634
|
-
}
|
25635
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
25636
|
-
grid-template-areas: "title" "header" "body" "actions";
|
25637
|
-
}
|
25638
|
-
|
25639
|
-
.v-picker__body {
|
25640
|
-
grid-area: body;
|
25641
|
-
overflow: hidden;
|
25642
|
-
position: relative;
|
25643
|
-
}
|
25644
|
-
|
25645
|
-
.v-picker__header {
|
25646
|
-
grid-area: header;
|
25647
|
-
}
|
25648
|
-
|
25649
|
-
.v-picker__actions {
|
25650
|
-
grid-area: actions;
|
25651
|
-
padding: 0 12px 12px;
|
25599
|
+
}.v-color-picker-edit {
|
25652
25600
|
display: flex;
|
25653
|
-
|
25654
|
-
justify-content: flex-end;
|
25655
|
-
}
|
25656
|
-
.v-picker__actions .v-btn {
|
25657
|
-
min-width: 48px;
|
25658
|
-
}
|
25659
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
25660
|
-
margin-inline-end: 8px;
|
25661
|
-
}
|
25662
|
-
|
25663
|
-
.v-picker--landscape {
|
25664
|
-
grid-template-areas: "title" "header body" "header body";
|
25665
|
-
}
|
25666
|
-
|
25667
|
-
.v-picker--landscape.v-picker--with-actions {
|
25668
|
-
grid-template-areas: "title" "header body" "header actions";
|
25669
|
-
}
|
25670
|
-
|
25671
|
-
.v-picker-title {
|
25672
|
-
text-transform: uppercase;
|
25673
|
-
font-size: 0.75rem;
|
25674
|
-
grid-area: title;
|
25675
|
-
padding-inline: 24px 12px;
|
25676
|
-
padding-top: 16px;
|
25677
|
-
padding-bottom: 16px;
|
25678
|
-
font-weight: 400;
|
25679
|
-
letter-spacing: 0.1666666667em;
|
25680
|
-
}.v-slider-thumb {
|
25681
|
-
touch-action: none;
|
25682
|
-
color: rgb(var(--v-theme-surface-variant));
|
25683
|
-
}
|
25684
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
25685
|
-
color: inherit;
|
25686
|
-
}
|
25687
|
-
|
25688
|
-
.v-slider-thumb__label {
|
25689
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
25690
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25691
|
-
}
|
25692
|
-
.v-slider-thumb__label::before {
|
25693
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
25694
|
-
}
|
25695
|
-
|
25696
|
-
.v-slider-thumb {
|
25697
|
-
outline: none;
|
25698
|
-
position: absolute;
|
25699
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25601
|
+
margin-top: 24px;
|
25700
25602
|
}
|
25701
25603
|
|
25702
|
-
.v-
|
25703
|
-
cursor: pointer;
|
25704
|
-
width: var(--v-slider-thumb-size);
|
25705
|
-
height: var(--v-slider-thumb-size);
|
25706
|
-
border-radius: 50%;
|
25707
|
-
-webkit-user-select: none;
|
25708
|
-
user-select: none;
|
25709
|
-
background-color: currentColor;
|
25710
|
-
}
|
25711
|
-
@media (forced-colors: active) {
|
25712
|
-
.v-slider-thumb__surface {
|
25713
|
-
background-color: highlight;
|
25714
|
-
}
|
25715
|
-
}
|
25716
|
-
.v-slider-thumb__surface::before {
|
25717
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
25718
|
-
content: "";
|
25719
|
-
color: inherit;
|
25720
|
-
top: 0;
|
25721
|
-
left: 0;
|
25604
|
+
.v-color-picker-edit__input {
|
25722
25605
|
width: 100%;
|
25723
|
-
height: 100%;
|
25724
|
-
border-radius: 50%;
|
25725
|
-
background: currentColor;
|
25726
|
-
position: absolute;
|
25727
|
-
pointer-events: none;
|
25728
|
-
opacity: 0;
|
25729
|
-
}
|
25730
|
-
.v-slider-thumb__surface::after {
|
25731
|
-
content: "";
|
25732
|
-
width: 42px;
|
25733
|
-
height: 42px;
|
25734
|
-
position: absolute;
|
25735
|
-
top: 50%;
|
25736
|
-
left: 50%;
|
25737
|
-
transform: translate(-50%, -50%);
|
25738
|
-
}
|
25739
|
-
|
25740
|
-
.v-slider-thumb__label-container {
|
25741
|
-
position: absolute;
|
25742
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25743
|
-
}
|
25744
|
-
|
25745
|
-
.v-slider-thumb__label {
|
25746
25606
|
display: flex;
|
25747
|
-
|
25607
|
+
flex-wrap: wrap;
|
25748
25608
|
justify-content: center;
|
25749
|
-
|
25750
|
-
min-width: 35px;
|
25751
|
-
height: 25px;
|
25752
|
-
border-radius: 4px;
|
25753
|
-
padding: 6px;
|
25754
|
-
position: absolute;
|
25755
|
-
-webkit-user-select: none;
|
25756
|
-
user-select: none;
|
25757
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25758
|
-
}
|
25759
|
-
.v-slider-thumb__label::before {
|
25760
|
-
content: "";
|
25761
|
-
width: 0;
|
25762
|
-
height: 0;
|
25763
|
-
position: absolute;
|
25764
|
-
}
|
25765
|
-
|
25766
|
-
.v-slider-thumb__ripple {
|
25767
|
-
position: absolute;
|
25768
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
25769
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
25770
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
25771
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
25772
|
-
background: inherit;
|
25773
|
-
}
|
25774
|
-
|
25775
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
25776
|
-
top: 50%;
|
25777
|
-
transform: translateY(-50%);
|
25778
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25609
|
+
text-align: center;
|
25779
25610
|
}
|
25780
|
-
.v-
|
25781
|
-
|
25782
|
-
top: 0;
|
25611
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25612
|
+
margin-inline-end: 8px;
|
25783
25613
|
}
|
25784
|
-
.v-
|
25785
|
-
|
25614
|
+
.v-color-picker-edit__input input {
|
25615
|
+
border-radius: 4px;
|
25616
|
+
margin-bottom: 8px;
|
25617
|
+
min-width: 0;
|
25618
|
+
outline: none;
|
25619
|
+
text-align: center;
|
25620
|
+
width: 100%;
|
25621
|
+
height: 32px;
|
25622
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25623
|
+
color: rgba(var(--v-theme-on-surface));
|
25786
25624
|
}
|
25787
|
-
.v-
|
25788
|
-
|
25625
|
+
.v-color-picker-edit__input span {
|
25626
|
+
font-size: 0.75rem;
|
25627
|
+
}.v-picker.v-sheet {
|
25628
|
+
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));
|
25629
|
+
border-radius: 4px;
|
25630
|
+
display: grid;
|
25631
|
+
grid-auto-rows: min-content;
|
25632
|
+
grid-template-areas: "title" "header" "body";
|
25633
|
+
overflow: hidden;
|
25789
25634
|
}
|
25790
|
-
|
25791
|
-
|
25792
|
-
transform: translateX(50%);
|
25635
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
25636
|
+
grid-template-areas: "title" "header" "body" "actions";
|
25793
25637
|
}
|
25794
25638
|
|
25795
|
-
.v-
|
25796
|
-
|
25797
|
-
|
25798
|
-
|
25799
|
-
bottom: -6px;
|
25639
|
+
.v-picker__body {
|
25640
|
+
grid-area: body;
|
25641
|
+
overflow: hidden;
|
25642
|
+
position: relative;
|
25800
25643
|
}
|
25801
25644
|
|
25802
|
-
.v-
|
25803
|
-
|
25645
|
+
.v-picker__header {
|
25646
|
+
grid-area: header;
|
25804
25647
|
}
|
25805
|
-
|
25806
|
-
|
25807
|
-
|
25648
|
+
|
25649
|
+
.v-picker__actions {
|
25650
|
+
grid-area: actions;
|
25651
|
+
padding: 0 12px 12px;
|
25652
|
+
display: flex;
|
25653
|
+
align-items: center;
|
25654
|
+
justify-content: flex-end;
|
25808
25655
|
}
|
25809
|
-
.v-
|
25810
|
-
|
25811
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
25656
|
+
.v-picker__actions .v-btn {
|
25657
|
+
min-width: 48px;
|
25812
25658
|
}
|
25813
|
-
.v-
|
25814
|
-
|
25815
|
-
border-top: 6px solid transparent;
|
25816
|
-
border-bottom: 6px solid transparent;
|
25817
|
-
left: -6px;
|
25659
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
25660
|
+
margin-inline-end: 8px;
|
25818
25661
|
}
|
25819
25662
|
|
25820
|
-
.v-
|
25821
|
-
|
25822
|
-
opacity: var(--v-focus-opacity);
|
25663
|
+
.v-picker--landscape {
|
25664
|
+
grid-template-areas: "title" "header body" "header body";
|
25823
25665
|
}
|
25824
25666
|
|
25825
|
-
.v-
|
25826
|
-
|
25827
|
-
}
|
25828
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
25829
|
-
opacity: var(--v-pressed-opacity);
|
25667
|
+
.v-picker--landscape.v-picker--with-actions {
|
25668
|
+
grid-template-areas: "title" "header body" "header actions";
|
25830
25669
|
}
|
25831
25670
|
|
25832
|
-
|
25833
|
-
|
25834
|
-
|
25835
|
-
|
25836
|
-
|
25837
|
-
|
25838
|
-
|
25671
|
+
.v-picker-title {
|
25672
|
+
text-transform: uppercase;
|
25673
|
+
font-size: 0.75rem;
|
25674
|
+
grid-area: title;
|
25675
|
+
padding-inline: 24px 12px;
|
25676
|
+
padding-top: 16px;
|
25677
|
+
padding-bottom: 16px;
|
25678
|
+
font-weight: 400;
|
25679
|
+
letter-spacing: 0.1666666667em;
|
25839
25680
|
}.v-slider-track__background {
|
25840
25681
|
background-color: rgb(var(--v-theme-surface-variant));
|
25841
25682
|
}
|
@@ -26014,4 +25855,163 @@ html.v-overlay-scroll-blocked {
|
|
26014
25855
|
|
26015
25856
|
.v-slider-track__background--opacity {
|
26016
25857
|
opacity: 0.38;
|
25858
|
+
}.v-slider-thumb {
|
25859
|
+
touch-action: none;
|
25860
|
+
color: rgb(var(--v-theme-surface-variant));
|
25861
|
+
}
|
25862
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
25863
|
+
color: inherit;
|
25864
|
+
}
|
25865
|
+
|
25866
|
+
.v-slider-thumb__label {
|
25867
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
25868
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25869
|
+
}
|
25870
|
+
.v-slider-thumb__label::before {
|
25871
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
25872
|
+
}
|
25873
|
+
|
25874
|
+
.v-slider-thumb {
|
25875
|
+
outline: none;
|
25876
|
+
position: absolute;
|
25877
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25878
|
+
}
|
25879
|
+
|
25880
|
+
.v-slider-thumb__surface {
|
25881
|
+
cursor: pointer;
|
25882
|
+
width: var(--v-slider-thumb-size);
|
25883
|
+
height: var(--v-slider-thumb-size);
|
25884
|
+
border-radius: 50%;
|
25885
|
+
-webkit-user-select: none;
|
25886
|
+
user-select: none;
|
25887
|
+
background-color: currentColor;
|
25888
|
+
}
|
25889
|
+
@media (forced-colors: active) {
|
25890
|
+
.v-slider-thumb__surface {
|
25891
|
+
background-color: highlight;
|
25892
|
+
}
|
25893
|
+
}
|
25894
|
+
.v-slider-thumb__surface::before {
|
25895
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
25896
|
+
content: "";
|
25897
|
+
color: inherit;
|
25898
|
+
top: 0;
|
25899
|
+
left: 0;
|
25900
|
+
width: 100%;
|
25901
|
+
height: 100%;
|
25902
|
+
border-radius: 50%;
|
25903
|
+
background: currentColor;
|
25904
|
+
position: absolute;
|
25905
|
+
pointer-events: none;
|
25906
|
+
opacity: 0;
|
25907
|
+
}
|
25908
|
+
.v-slider-thumb__surface::after {
|
25909
|
+
content: "";
|
25910
|
+
width: 42px;
|
25911
|
+
height: 42px;
|
25912
|
+
position: absolute;
|
25913
|
+
top: 50%;
|
25914
|
+
left: 50%;
|
25915
|
+
transform: translate(-50%, -50%);
|
25916
|
+
}
|
25917
|
+
|
25918
|
+
.v-slider-thumb__label-container {
|
25919
|
+
position: absolute;
|
25920
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25921
|
+
}
|
25922
|
+
|
25923
|
+
.v-slider-thumb__label {
|
25924
|
+
display: flex;
|
25925
|
+
align-items: center;
|
25926
|
+
justify-content: center;
|
25927
|
+
font-size: 0.75rem;
|
25928
|
+
min-width: 35px;
|
25929
|
+
height: 25px;
|
25930
|
+
border-radius: 4px;
|
25931
|
+
padding: 6px;
|
25932
|
+
position: absolute;
|
25933
|
+
-webkit-user-select: none;
|
25934
|
+
user-select: none;
|
25935
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25936
|
+
}
|
25937
|
+
.v-slider-thumb__label::before {
|
25938
|
+
content: "";
|
25939
|
+
width: 0;
|
25940
|
+
height: 0;
|
25941
|
+
position: absolute;
|
25942
|
+
}
|
25943
|
+
|
25944
|
+
.v-slider-thumb__ripple {
|
25945
|
+
position: absolute;
|
25946
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
25947
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
25948
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
25949
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
25950
|
+
background: inherit;
|
25951
|
+
}
|
25952
|
+
|
25953
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
25954
|
+
top: 50%;
|
25955
|
+
transform: translateY(-50%);
|
25956
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25957
|
+
}
|
25958
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
25959
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
25960
|
+
top: 0;
|
25961
|
+
}
|
25962
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
25963
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
25964
|
+
}
|
25965
|
+
.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 {
|
25966
|
+
transform: translateX(-50%);
|
25967
|
+
}
|
25968
|
+
|
25969
|
+
.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 {
|
25970
|
+
transform: translateX(50%);
|
25971
|
+
}
|
25972
|
+
|
25973
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
25974
|
+
border-left: 6px solid transparent;
|
25975
|
+
border-right: 6px solid transparent;
|
25976
|
+
border-top: 6px solid currentColor;
|
25977
|
+
bottom: -6px;
|
25978
|
+
}
|
25979
|
+
|
25980
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
25981
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25982
|
+
}
|
25983
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
25984
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
25985
|
+
right: 0;
|
25986
|
+
}
|
25987
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
25988
|
+
top: -12.5px;
|
25989
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
25990
|
+
}
|
25991
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
25992
|
+
border-right: 6px solid currentColor;
|
25993
|
+
border-top: 6px solid transparent;
|
25994
|
+
border-bottom: 6px solid transparent;
|
25995
|
+
left: -6px;
|
25996
|
+
}
|
25997
|
+
|
25998
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
25999
|
+
transform: scale(2);
|
26000
|
+
opacity: var(--v-focus-opacity);
|
26001
|
+
}
|
26002
|
+
|
26003
|
+
.v-slider-thumb--pressed {
|
26004
|
+
transition: none;
|
26005
|
+
}
|
26006
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26007
|
+
opacity: var(--v-pressed-opacity);
|
26008
|
+
}
|
26009
|
+
|
26010
|
+
@media (hover: hover) {
|
26011
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26012
|
+
transform: scale(2);
|
26013
|
+
}
|
26014
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26015
|
+
opacity: var(--v-hover-opacity);
|
26016
|
+
}
|
26017
26017
|
}
|