vuetify 3.6.9 → 3.6.11
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/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +6 -6
- package/dist/vuetify-labs.css +2443 -2443
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +94 -85
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -85
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1862 -1862
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +41 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17403,6 +17403,23 @@ html.overflow-y-hidden {
|
|
|
17403
17403
|
.v-locale--is-ltr .float-print-start {
|
|
17404
17404
|
float: left !important;
|
|
17405
17405
|
}
|
|
17406
|
+
}.v-code {
|
|
17407
|
+
background-color: rgb(var(--v-theme-code));
|
|
17408
|
+
color: rgb(var(--v-theme-on-code));
|
|
17409
|
+
border-radius: 4px;
|
|
17410
|
+
line-height: 1.8;
|
|
17411
|
+
font-size: 0.9em;
|
|
17412
|
+
font-weight: normal;
|
|
17413
|
+
padding: 0.2em 0.4em;
|
|
17414
|
+
}.v-kbd {
|
|
17415
|
+
background: rgb(var(--v-theme-kbd));
|
|
17416
|
+
color: rgb(var(--v-theme-on-kbd));
|
|
17417
|
+
border-radius: 3px;
|
|
17418
|
+
display: inline;
|
|
17419
|
+
font-size: 85%;
|
|
17420
|
+
font-weight: normal;
|
|
17421
|
+
padding: 0.2em 0.4rem;
|
|
17422
|
+
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));
|
|
17406
17423
|
}.v-ripple__container {
|
|
17407
17424
|
color: inherit;
|
|
17408
17425
|
border-radius: inherit;
|
|
@@ -17439,23 +17456,6 @@ html.overflow-y-hidden {
|
|
|
17439
17456
|
.v-ripple__animation--out {
|
|
17440
17457
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
17441
17458
|
opacity: 0;
|
|
17442
|
-
}.v-code {
|
|
17443
|
-
background-color: rgb(var(--v-theme-code));
|
|
17444
|
-
color: rgb(var(--v-theme-on-code));
|
|
17445
|
-
border-radius: 4px;
|
|
17446
|
-
line-height: 1.8;
|
|
17447
|
-
font-size: 0.9em;
|
|
17448
|
-
font-weight: normal;
|
|
17449
|
-
padding: 0.2em 0.4em;
|
|
17450
|
-
}.v-kbd {
|
|
17451
|
-
background: rgb(var(--v-theme-kbd));
|
|
17452
|
-
color: rgb(var(--v-theme-on-kbd));
|
|
17453
|
-
border-radius: 3px;
|
|
17454
|
-
display: inline;
|
|
17455
|
-
font-size: 85%;
|
|
17456
|
-
font-weight: normal;
|
|
17457
|
-
padding: 0.2em 0.4rem;
|
|
17458
|
-
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));
|
|
17459
17459
|
}.v-app-bar {
|
|
17460
17460
|
display: flex;
|
|
17461
17461
|
}
|
|
@@ -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,77 +18101,38 @@ 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
|
-
}.
|
|
18034
|
-
|
|
18035
|
-
line-height: 1;
|
|
18104
|
+
}.bottom-sheet-transition-enter-from {
|
|
18105
|
+
transform: translateY(100%);
|
|
18036
18106
|
}
|
|
18037
|
-
|
|
18038
|
-
|
|
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));
|
|
18107
|
+
.bottom-sheet-transition-leave-to {
|
|
18108
|
+
transform: translateY(100%);
|
|
18056
18109
|
}
|
|
18057
|
-
|
|
18058
|
-
|
|
18059
|
-
|
|
18060
|
-
border-
|
|
18061
|
-
|
|
18062
|
-
color: rgb(var(--v-theme-background));
|
|
18063
|
-
content: "";
|
|
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;
|
|
18064
18115
|
left: 0;
|
|
18065
|
-
position: absolute;
|
|
18066
18116
|
right: 0;
|
|
18067
|
-
|
|
18068
|
-
|
|
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%;
|
|
18117
|
+
margin-inline: 0;
|
|
18118
|
+
margin-bottom: 0;
|
|
18119
|
+
transition-duration: 0.2s;
|
|
18092
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));
|
|
18093
18124
|
}
|
|
18094
|
-
|
|
18095
|
-
.v-
|
|
18096
|
-
|
|
18097
|
-
position: relative;
|
|
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;
|
|
18098
18128
|
}
|
|
18099
|
-
.v-
|
|
18100
|
-
|
|
18101
|
-
|
|
18102
|
-
|
|
18103
|
-
|
|
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
|
+
}
|
|
18104
18136
|
}.v-bottom-navigation {
|
|
18105
18137
|
display: flex;
|
|
18106
18138
|
max-width: 100%;
|
|
@@ -18156,38 +18188,6 @@ html.overflow-y-hidden {
|
|
|
18156
18188
|
}
|
|
18157
18189
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18158
18190
|
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;
|
|
@@ -18245,85 +18245,29 @@ html.overflow-y-hidden {
|
|
|
18245
18245
|
display: inline-block;
|
|
18246
18246
|
padding: 0 8px;
|
|
18247
18247
|
vertical-align: middle;
|
|
18248
|
-
}.v-btn
|
|
18249
|
-
|
|
18250
|
-
|
|
18248
|
+
}.v-btn {
|
|
18249
|
+
align-items: center;
|
|
18250
|
+
border-radius: 4px;
|
|
18251
|
+
display: inline-grid;
|
|
18252
|
+
grid-template-areas: "prepend content append";
|
|
18253
|
+
grid-template-columns: max-content auto max-content;
|
|
18254
|
+
font-weight: 500;
|
|
18255
|
+
justify-content: center;
|
|
18256
|
+
letter-spacing: 0.0892857143em;
|
|
18257
|
+
line-height: normal;
|
|
18251
18258
|
max-width: 100%;
|
|
18252
|
-
|
|
18253
|
-
|
|
18259
|
+
outline: none;
|
|
18260
|
+
position: relative;
|
|
18261
|
+
text-decoration: none;
|
|
18262
|
+
text-indent: 0.0892857143em;
|
|
18263
|
+
text-transform: uppercase;
|
|
18264
|
+
transition-property: box-shadow, transform, opacity, background;
|
|
18265
|
+
transition-duration: 0.28s;
|
|
18266
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18267
|
+
-webkit-user-select: none;
|
|
18268
|
+
user-select: none;
|
|
18254
18269
|
vertical-align: middle;
|
|
18255
|
-
|
|
18256
|
-
border-style: solid;
|
|
18257
|
-
border-width: 0;
|
|
18258
|
-
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));
|
|
18259
|
-
border-radius: 4px;
|
|
18260
|
-
background: transparent;
|
|
18261
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18262
|
-
}
|
|
18263
|
-
.v-btn-group--border {
|
|
18264
|
-
border-width: thin;
|
|
18265
|
-
box-shadow: none;
|
|
18266
|
-
}
|
|
18267
|
-
.v-btn-group--density-default.v-btn-group {
|
|
18268
|
-
height: 48px;
|
|
18269
|
-
}
|
|
18270
|
-
|
|
18271
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
18272
|
-
height: 40px;
|
|
18273
|
-
}
|
|
18274
|
-
|
|
18275
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
18276
|
-
height: 36px;
|
|
18277
|
-
}
|
|
18278
|
-
|
|
18279
|
-
.v-btn-group .v-btn {
|
|
18280
|
-
border-radius: 0;
|
|
18281
|
-
border-color: inherit;
|
|
18282
|
-
}
|
|
18283
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
18284
|
-
border-inline-end: none;
|
|
18285
|
-
}
|
|
18286
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
18287
|
-
border-inline-start: none;
|
|
18288
|
-
}
|
|
18289
|
-
.v-btn-group .v-btn:first-child {
|
|
18290
|
-
border-start-start-radius: inherit;
|
|
18291
|
-
border-end-start-radius: inherit;
|
|
18292
|
-
}
|
|
18293
|
-
.v-btn-group .v-btn:last-child {
|
|
18294
|
-
border-start-end-radius: inherit;
|
|
18295
|
-
border-end-end-radius: inherit;
|
|
18296
|
-
}
|
|
18297
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18298
|
-
border-inline-end-width: thin;
|
|
18299
|
-
border-inline-end-style: solid;
|
|
18300
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18301
|
-
}
|
|
18302
|
-
.v-btn-group--tile {
|
|
18303
|
-
border-radius: 0;
|
|
18304
|
-
}.v-btn {
|
|
18305
|
-
align-items: center;
|
|
18306
|
-
border-radius: 4px;
|
|
18307
|
-
display: inline-grid;
|
|
18308
|
-
grid-template-areas: "prepend content append";
|
|
18309
|
-
grid-template-columns: max-content auto max-content;
|
|
18310
|
-
font-weight: 500;
|
|
18311
|
-
justify-content: center;
|
|
18312
|
-
letter-spacing: 0.0892857143em;
|
|
18313
|
-
line-height: normal;
|
|
18314
|
-
max-width: 100%;
|
|
18315
|
-
outline: none;
|
|
18316
|
-
position: relative;
|
|
18317
|
-
text-decoration: none;
|
|
18318
|
-
text-indent: 0.0892857143em;
|
|
18319
|
-
text-transform: uppercase;
|
|
18320
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
18321
|
-
transition-duration: 0.28s;
|
|
18322
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18323
|
-
-webkit-user-select: none;
|
|
18324
|
-
user-select: none;
|
|
18325
|
-
vertical-align: middle;
|
|
18326
|
-
flex-shrink: 0;
|
|
18270
|
+
flex-shrink: 0;
|
|
18327
18271
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18328
18272
|
border-style: solid;
|
|
18329
18273
|
border-width: 0;
|
|
@@ -18719,6 +18663,75 @@ html.overflow-y-hidden {
|
|
|
18719
18663
|
}
|
|
18720
18664
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18721
18665
|
opacity: var(--v-border-opacity);
|
|
18666
|
+
}.v-btn-group {
|
|
18667
|
+
display: inline-flex;
|
|
18668
|
+
flex-wrap: nowrap;
|
|
18669
|
+
max-width: 100%;
|
|
18670
|
+
min-width: 0;
|
|
18671
|
+
overflow: hidden;
|
|
18672
|
+
vertical-align: middle;
|
|
18673
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18674
|
+
border-style: solid;
|
|
18675
|
+
border-width: 0;
|
|
18676
|
+
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));
|
|
18677
|
+
border-radius: 4px;
|
|
18678
|
+
background: transparent;
|
|
18679
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18680
|
+
}
|
|
18681
|
+
.v-btn-group--border {
|
|
18682
|
+
border-width: thin;
|
|
18683
|
+
box-shadow: none;
|
|
18684
|
+
}
|
|
18685
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18686
|
+
height: 48px;
|
|
18687
|
+
}
|
|
18688
|
+
|
|
18689
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18690
|
+
height: 40px;
|
|
18691
|
+
}
|
|
18692
|
+
|
|
18693
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18694
|
+
height: 36px;
|
|
18695
|
+
}
|
|
18696
|
+
|
|
18697
|
+
.v-btn-group .v-btn {
|
|
18698
|
+
border-radius: 0;
|
|
18699
|
+
border-color: inherit;
|
|
18700
|
+
}
|
|
18701
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18702
|
+
border-inline-end: none;
|
|
18703
|
+
}
|
|
18704
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18705
|
+
border-inline-start: none;
|
|
18706
|
+
}
|
|
18707
|
+
.v-btn-group .v-btn:first-child {
|
|
18708
|
+
border-start-start-radius: inherit;
|
|
18709
|
+
border-end-start-radius: inherit;
|
|
18710
|
+
}
|
|
18711
|
+
.v-btn-group .v-btn:last-child {
|
|
18712
|
+
border-start-end-radius: inherit;
|
|
18713
|
+
border-end-end-radius: inherit;
|
|
18714
|
+
}
|
|
18715
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18716
|
+
border-inline-end-width: thin;
|
|
18717
|
+
border-inline-end-style: solid;
|
|
18718
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18719
|
+
}
|
|
18720
|
+
.v-btn-group--tile {
|
|
18721
|
+
border-radius: 0;
|
|
18722
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18723
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18724
|
+
}
|
|
18725
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18726
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18727
|
+
}
|
|
18728
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18729
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18730
|
+
}
|
|
18731
|
+
@supports not selector(:focus-visible) {
|
|
18732
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18733
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18734
|
+
}
|
|
18722
18735
|
}.v-card {
|
|
18723
18736
|
display: block;
|
|
18724
18737
|
overflow: hidden;
|
|
@@ -19018,19 +19031,6 @@ html.overflow-y-hidden {
|
|
|
19018
19031
|
pointer-events: none;
|
|
19019
19032
|
opacity: 0;
|
|
19020
19033
|
transition: opacity 0.2s ease-in-out;
|
|
19021
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19022
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19023
|
-
}
|
|
19024
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19025
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19026
|
-
}
|
|
19027
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19028
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19029
|
-
}
|
|
19030
|
-
@supports not selector(:focus-visible) {
|
|
19031
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19032
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19033
|
-
}
|
|
19034
19034
|
}.v-carousel {
|
|
19035
19035
|
overflow: hidden;
|
|
19036
19036
|
position: relative;
|
|
@@ -19094,377 +19094,1067 @@ html.overflow-y-hidden {
|
|
|
19094
19094
|
flex-direction: column;
|
|
19095
19095
|
height: 100% !important;
|
|
19096
19096
|
width: 50px;
|
|
19097
|
-
}.v-
|
|
19098
|
-
|
|
19099
|
-
|
|
19100
|
-
|
|
19101
|
-
|
|
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;
|
|
19097
|
+
}.v-container {
|
|
19098
|
+
width: 100%;
|
|
19099
|
+
padding: 16px;
|
|
19100
|
+
margin-right: auto;
|
|
19101
|
+
margin-left: auto;
|
|
19117
19102
|
}
|
|
19118
|
-
|
|
19119
|
-
|
|
19103
|
+
@media (min-width: 960px) {
|
|
19104
|
+
.v-container {
|
|
19105
|
+
max-width: 900px;
|
|
19106
|
+
}
|
|
19120
19107
|
}
|
|
19121
|
-
|
|
19122
|
-
|
|
19123
|
-
|
|
19124
|
-
|
|
19125
|
-
padding: 0 8px;
|
|
19108
|
+
@media (min-width: 1280px) {
|
|
19109
|
+
.v-container {
|
|
19110
|
+
max-width: 1200px;
|
|
19111
|
+
}
|
|
19126
19112
|
}
|
|
19127
|
-
|
|
19128
|
-
|
|
19113
|
+
@media (min-width: 1920px) {
|
|
19114
|
+
.v-container {
|
|
19115
|
+
max-width: 1800px;
|
|
19116
|
+
}
|
|
19129
19117
|
}
|
|
19130
|
-
|
|
19131
|
-
|
|
19118
|
+
@media (min-width: 2560px) {
|
|
19119
|
+
.v-container {
|
|
19120
|
+
max-width: 2400px;
|
|
19121
|
+
}
|
|
19132
19122
|
}
|
|
19133
|
-
|
|
19134
|
-
|
|
19135
|
-
margin-inline-start: -5.6px;
|
|
19136
|
-
margin-inline-end: 4px;
|
|
19123
|
+
.v-container--fluid {
|
|
19124
|
+
max-width: 100%;
|
|
19137
19125
|
}
|
|
19138
|
-
.v-
|
|
19139
|
-
|
|
19126
|
+
.v-container.fill-height {
|
|
19127
|
+
align-items: center;
|
|
19128
|
+
display: flex;
|
|
19129
|
+
flex-wrap: wrap;
|
|
19140
19130
|
}
|
|
19141
19131
|
|
|
19142
|
-
.v-
|
|
19143
|
-
|
|
19144
|
-
|
|
19132
|
+
.v-row {
|
|
19133
|
+
display: flex;
|
|
19134
|
+
flex-wrap: wrap;
|
|
19135
|
+
flex: 1 1 auto;
|
|
19136
|
+
margin: -12px;
|
|
19145
19137
|
}
|
|
19146
|
-
.v-
|
|
19147
|
-
margin-
|
|
19138
|
+
.v-row + .v-row {
|
|
19139
|
+
margin-top: 12px;
|
|
19148
19140
|
}
|
|
19149
|
-
|
|
19150
|
-
|
|
19151
|
-
margin-inline-start: 12px;
|
|
19141
|
+
.v-row + .v-row--dense {
|
|
19142
|
+
margin-top: 4px;
|
|
19152
19143
|
}
|
|
19153
|
-
|
|
19154
|
-
|
|
19155
|
-
.v-chip.v-chip--size-x-small .v-chip__filter {
|
|
19156
|
-
margin-inline-start: -4px;
|
|
19157
|
-
margin-inline-end: 4px;
|
|
19144
|
+
.v-row--dense {
|
|
19145
|
+
margin: -4px;
|
|
19158
19146
|
}
|
|
19159
|
-
.v-
|
|
19160
|
-
.v-
|
|
19161
|
-
|
|
19162
|
-
margin-inline-end: -4px;
|
|
19147
|
+
.v-row--dense > .v-col,
|
|
19148
|
+
.v-row--dense > [class*=v-col-] {
|
|
19149
|
+
padding: 4px;
|
|
19163
19150
|
}
|
|
19164
|
-
.v-
|
|
19165
|
-
|
|
19166
|
-
|
|
19167
|
-
|
|
19151
|
+
.v-row.v-row--no-gutters {
|
|
19152
|
+
margin: 0;
|
|
19153
|
+
}
|
|
19154
|
+
.v-row.v-row--no-gutters > .v-col,
|
|
19155
|
+
.v-row.v-row--no-gutters > [class*=v-col-] {
|
|
19156
|
+
padding: 0;
|
|
19168
19157
|
}
|
|
19169
19158
|
|
|
19170
|
-
.v-
|
|
19171
|
-
|
|
19172
|
-
--v-chip-height: 26px;
|
|
19173
|
-
font-size: 0.75rem;
|
|
19174
|
-
padding: 0 10px;
|
|
19175
|
-
}
|
|
19176
|
-
.v-chip.v-chip--size-small .v-avatar {
|
|
19177
|
-
--v-avatar-height: 20px;
|
|
19178
|
-
}
|
|
19179
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
|
19180
|
-
--v-avatar-height: 26px;
|
|
19159
|
+
.v-spacer {
|
|
19160
|
+
flex-grow: 1;
|
|
19181
19161
|
}
|
|
19182
19162
|
|
|
19183
|
-
.v-
|
|
19184
|
-
|
|
19185
|
-
|
|
19186
|
-
|
|
19187
|
-
.v-
|
|
19188
|
-
|
|
19163
|
+
.v-col-xxl,
|
|
19164
|
+
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
19165
|
+
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
19166
|
+
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
|
19167
|
+
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
|
19168
|
+
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
|
19169
|
+
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
|
19170
|
+
width: 100%;
|
|
19171
|
+
padding: 12px;
|
|
19189
19172
|
}
|
|
19190
19173
|
|
|
19191
|
-
.v-
|
|
19192
|
-
|
|
19193
|
-
|
|
19194
|
-
|
|
19195
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
|
19196
|
-
margin-inline-end: -10px;
|
|
19174
|
+
.v-col {
|
|
19175
|
+
flex-basis: 0;
|
|
19176
|
+
flex-grow: 1;
|
|
19177
|
+
max-width: 100%;
|
|
19197
19178
|
}
|
|
19198
19179
|
|
|
19199
|
-
.v-
|
|
19200
|
-
|
|
19180
|
+
.v-col-auto {
|
|
19181
|
+
flex: 0 0 auto;
|
|
19182
|
+
width: auto;
|
|
19183
|
+
max-width: 100%;
|
|
19201
19184
|
}
|
|
19202
19185
|
|
|
19203
|
-
.v-
|
|
19204
|
-
|
|
19205
|
-
|
|
19206
|
-
margin-inline-end: 5px;
|
|
19207
|
-
}
|
|
19208
|
-
.v-chip.v-chip--size-small .v-icon--end,
|
|
19209
|
-
.v-chip.v-chip--size-small .v-chip__close {
|
|
19210
|
-
margin-inline-start: 5px;
|
|
19211
|
-
margin-inline-end: -5px;
|
|
19212
|
-
}
|
|
19213
|
-
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
|
|
19214
|
-
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
|
|
19215
|
-
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
|
19216
|
-
margin-inline-start: 10px;
|
|
19186
|
+
.v-col-1 {
|
|
19187
|
+
flex: 0 0 8.3333333333%;
|
|
19188
|
+
max-width: 8.3333333333%;
|
|
19217
19189
|
}
|
|
19218
19190
|
|
|
19219
|
-
.v-
|
|
19220
|
-
|
|
19221
|
-
|
|
19222
|
-
font-size: 0.875rem;
|
|
19223
|
-
padding: 0 12px;
|
|
19224
|
-
}
|
|
19225
|
-
.v-chip.v-chip--size-default .v-avatar {
|
|
19226
|
-
--v-avatar-height: 26px;
|
|
19227
|
-
}
|
|
19228
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
|
|
19229
|
-
--v-avatar-height: 32px;
|
|
19191
|
+
.v-col-2 {
|
|
19192
|
+
flex: 0 0 16.6666666667%;
|
|
19193
|
+
max-width: 16.6666666667%;
|
|
19230
19194
|
}
|
|
19231
19195
|
|
|
19232
|
-
.v-
|
|
19233
|
-
|
|
19234
|
-
|
|
19235
|
-
}
|
|
19236
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
|
19237
|
-
margin-inline-start: -12px;
|
|
19196
|
+
.v-col-3 {
|
|
19197
|
+
flex: 0 0 25%;
|
|
19198
|
+
max-width: 25%;
|
|
19238
19199
|
}
|
|
19239
19200
|
|
|
19240
|
-
.v-
|
|
19241
|
-
|
|
19242
|
-
|
|
19243
|
-
}
|
|
19244
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
|
|
19245
|
-
margin-inline-end: -12px;
|
|
19201
|
+
.v-col-4 {
|
|
19202
|
+
flex: 0 0 33.3333333333%;
|
|
19203
|
+
max-width: 33.3333333333%;
|
|
19246
19204
|
}
|
|
19247
19205
|
|
|
19248
|
-
.v-
|
|
19249
|
-
|
|
19206
|
+
.v-col-5 {
|
|
19207
|
+
flex: 0 0 41.6666666667%;
|
|
19208
|
+
max-width: 41.6666666667%;
|
|
19250
19209
|
}
|
|
19251
19210
|
|
|
19252
|
-
.v-
|
|
19253
|
-
|
|
19254
|
-
|
|
19255
|
-
margin-inline-end: 6px;
|
|
19256
|
-
}
|
|
19257
|
-
.v-chip.v-chip--size-default .v-icon--end,
|
|
19258
|
-
.v-chip.v-chip--size-default .v-chip__close {
|
|
19259
|
-
margin-inline-start: 6px;
|
|
19260
|
-
margin-inline-end: -6px;
|
|
19261
|
-
}
|
|
19262
|
-
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
|
|
19263
|
-
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
|
|
19264
|
-
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
|
|
19265
|
-
margin-inline-start: 12px;
|
|
19211
|
+
.v-col-6 {
|
|
19212
|
+
flex: 0 0 50%;
|
|
19213
|
+
max-width: 50%;
|
|
19266
19214
|
}
|
|
19267
19215
|
|
|
19268
|
-
.v-
|
|
19269
|
-
|
|
19270
|
-
|
|
19271
|
-
font-size: 1rem;
|
|
19272
|
-
padding: 0 14px;
|
|
19273
|
-
}
|
|
19274
|
-
.v-chip.v-chip--size-large .v-avatar {
|
|
19275
|
-
--v-avatar-height: 32px;
|
|
19276
|
-
}
|
|
19277
|
-
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
|
|
19278
|
-
--v-avatar-height: 38px;
|
|
19216
|
+
.v-col-7 {
|
|
19217
|
+
flex: 0 0 58.3333333333%;
|
|
19218
|
+
max-width: 58.3333333333%;
|
|
19279
19219
|
}
|
|
19280
19220
|
|
|
19281
|
-
.v-
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
}
|
|
19285
|
-
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
|
19286
|
-
margin-inline-start: -14px;
|
|
19221
|
+
.v-col-8 {
|
|
19222
|
+
flex: 0 0 66.6666666667%;
|
|
19223
|
+
max-width: 66.6666666667%;
|
|
19287
19224
|
}
|
|
19288
19225
|
|
|
19289
|
-
.v-
|
|
19290
|
-
|
|
19291
|
-
|
|
19292
|
-
}
|
|
19293
|
-
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
|
|
19294
|
-
margin-inline-end: -14px;
|
|
19226
|
+
.v-col-9 {
|
|
19227
|
+
flex: 0 0 75%;
|
|
19228
|
+
max-width: 75%;
|
|
19295
19229
|
}
|
|
19296
19230
|
|
|
19297
|
-
.v-
|
|
19298
|
-
|
|
19231
|
+
.v-col-10 {
|
|
19232
|
+
flex: 0 0 83.3333333333%;
|
|
19233
|
+
max-width: 83.3333333333%;
|
|
19299
19234
|
}
|
|
19300
19235
|
|
|
19301
|
-
.v-
|
|
19302
|
-
|
|
19303
|
-
|
|
19304
|
-
margin-inline-end: 7px;
|
|
19305
|
-
}
|
|
19306
|
-
.v-chip.v-chip--size-large .v-icon--end,
|
|
19307
|
-
.v-chip.v-chip--size-large .v-chip__close {
|
|
19308
|
-
margin-inline-start: 7px;
|
|
19309
|
-
margin-inline-end: -7px;
|
|
19310
|
-
}
|
|
19311
|
-
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
|
|
19312
|
-
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
|
|
19313
|
-
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
|
19314
|
-
margin-inline-start: 14px;
|
|
19236
|
+
.v-col-11 {
|
|
19237
|
+
flex: 0 0 91.6666666667%;
|
|
19238
|
+
max-width: 91.6666666667%;
|
|
19315
19239
|
}
|
|
19316
19240
|
|
|
19317
|
-
.v-
|
|
19318
|
-
|
|
19319
|
-
|
|
19320
|
-
font-size: 1.125rem;
|
|
19321
|
-
padding: 0 17px;
|
|
19322
|
-
}
|
|
19323
|
-
.v-chip.v-chip--size-x-large .v-avatar {
|
|
19324
|
-
--v-avatar-height: 38px;
|
|
19325
|
-
}
|
|
19326
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
|
19327
|
-
--v-avatar-height: 44px;
|
|
19241
|
+
.v-col-12 {
|
|
19242
|
+
flex: 0 0 100%;
|
|
19243
|
+
max-width: 100%;
|
|
19328
19244
|
}
|
|
19329
19245
|
|
|
19330
|
-
.
|
|
19331
|
-
margin-inline-start:
|
|
19332
|
-
margin-inline-end: 8.5px;
|
|
19333
|
-
}
|
|
19334
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
19335
|
-
margin-inline-start: -17px;
|
|
19246
|
+
.offset-1 {
|
|
19247
|
+
margin-inline-start: 8.3333333333%;
|
|
19336
19248
|
}
|
|
19337
19249
|
|
|
19338
|
-
.
|
|
19339
|
-
margin-inline-start:
|
|
19340
|
-
margin-inline-end: -11.9px;
|
|
19341
|
-
}
|
|
19342
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
|
19343
|
-
margin-inline-end: -17px;
|
|
19250
|
+
.offset-2 {
|
|
19251
|
+
margin-inline-start: 16.6666666667%;
|
|
19344
19252
|
}
|
|
19345
19253
|
|
|
19346
|
-
.
|
|
19347
|
-
margin-inline-start: 25
|
|
19254
|
+
.offset-3 {
|
|
19255
|
+
margin-inline-start: 25%;
|
|
19348
19256
|
}
|
|
19349
19257
|
|
|
19350
|
-
.
|
|
19351
|
-
|
|
19352
|
-
margin-inline-start: -8.5px;
|
|
19353
|
-
margin-inline-end: 8.5px;
|
|
19258
|
+
.offset-4 {
|
|
19259
|
+
margin-inline-start: 33.3333333333%;
|
|
19354
19260
|
}
|
|
19355
|
-
|
|
19356
|
-
.
|
|
19357
|
-
margin-inline-start:
|
|
19358
|
-
margin-inline-end: -8.5px;
|
|
19261
|
+
|
|
19262
|
+
.offset-5 {
|
|
19263
|
+
margin-inline-start: 41.6666666667%;
|
|
19359
19264
|
}
|
|
19360
|
-
|
|
19361
|
-
.
|
|
19362
|
-
|
|
19363
|
-
margin-inline-start: 17px;
|
|
19265
|
+
|
|
19266
|
+
.offset-6 {
|
|
19267
|
+
margin-inline-start: 50%;
|
|
19364
19268
|
}
|
|
19365
19269
|
|
|
19366
|
-
.
|
|
19367
|
-
|
|
19270
|
+
.offset-7 {
|
|
19271
|
+
margin-inline-start: 58.3333333333%;
|
|
19368
19272
|
}
|
|
19369
19273
|
|
|
19370
|
-
.
|
|
19371
|
-
|
|
19274
|
+
.offset-8 {
|
|
19275
|
+
margin-inline-start: 66.6666666667%;
|
|
19372
19276
|
}
|
|
19373
19277
|
|
|
19374
|
-
.
|
|
19375
|
-
|
|
19278
|
+
.offset-9 {
|
|
19279
|
+
margin-inline-start: 75%;
|
|
19376
19280
|
}
|
|
19377
19281
|
|
|
19378
|
-
.
|
|
19379
|
-
|
|
19282
|
+
.offset-10 {
|
|
19283
|
+
margin-inline-start: 83.3333333333%;
|
|
19380
19284
|
}
|
|
19381
|
-
|
|
19382
|
-
|
|
19285
|
+
|
|
19286
|
+
.offset-11 {
|
|
19287
|
+
margin-inline-start: 91.6666666667%;
|
|
19383
19288
|
}
|
|
19384
|
-
|
|
19385
|
-
|
|
19386
|
-
|
|
19289
|
+
|
|
19290
|
+
@media (min-width: 600px) {
|
|
19291
|
+
.v-col-sm {
|
|
19292
|
+
flex-basis: 0;
|
|
19293
|
+
flex-grow: 1;
|
|
19294
|
+
max-width: 100%;
|
|
19387
19295
|
}
|
|
19388
|
-
|
|
19389
|
-
|
|
19390
|
-
|
|
19391
|
-
|
|
19392
|
-
|
|
19393
|
-
|
|
19394
|
-
|
|
19395
|
-
|
|
19396
|
-
|
|
19397
|
-
|
|
19398
|
-
|
|
19399
|
-
|
|
19400
|
-
|
|
19296
|
+
.v-col-sm-auto {
|
|
19297
|
+
flex: 0 0 auto;
|
|
19298
|
+
width: auto;
|
|
19299
|
+
max-width: 100%;
|
|
19300
|
+
}
|
|
19301
|
+
.v-col-sm-1 {
|
|
19302
|
+
flex: 0 0 8.3333333333%;
|
|
19303
|
+
max-width: 8.3333333333%;
|
|
19304
|
+
}
|
|
19305
|
+
.v-col-sm-2 {
|
|
19306
|
+
flex: 0 0 16.6666666667%;
|
|
19307
|
+
max-width: 16.6666666667%;
|
|
19308
|
+
}
|
|
19309
|
+
.v-col-sm-3 {
|
|
19310
|
+
flex: 0 0 25%;
|
|
19311
|
+
max-width: 25%;
|
|
19312
|
+
}
|
|
19313
|
+
.v-col-sm-4 {
|
|
19314
|
+
flex: 0 0 33.3333333333%;
|
|
19315
|
+
max-width: 33.3333333333%;
|
|
19316
|
+
}
|
|
19317
|
+
.v-col-sm-5 {
|
|
19318
|
+
flex: 0 0 41.6666666667%;
|
|
19319
|
+
max-width: 41.6666666667%;
|
|
19320
|
+
}
|
|
19321
|
+
.v-col-sm-6 {
|
|
19322
|
+
flex: 0 0 50%;
|
|
19323
|
+
max-width: 50%;
|
|
19324
|
+
}
|
|
19325
|
+
.v-col-sm-7 {
|
|
19326
|
+
flex: 0 0 58.3333333333%;
|
|
19327
|
+
max-width: 58.3333333333%;
|
|
19328
|
+
}
|
|
19329
|
+
.v-col-sm-8 {
|
|
19330
|
+
flex: 0 0 66.6666666667%;
|
|
19331
|
+
max-width: 66.6666666667%;
|
|
19332
|
+
}
|
|
19333
|
+
.v-col-sm-9 {
|
|
19334
|
+
flex: 0 0 75%;
|
|
19335
|
+
max-width: 75%;
|
|
19336
|
+
}
|
|
19337
|
+
.v-col-sm-10 {
|
|
19338
|
+
flex: 0 0 83.3333333333%;
|
|
19339
|
+
max-width: 83.3333333333%;
|
|
19340
|
+
}
|
|
19341
|
+
.v-col-sm-11 {
|
|
19342
|
+
flex: 0 0 91.6666666667%;
|
|
19343
|
+
max-width: 91.6666666667%;
|
|
19344
|
+
}
|
|
19345
|
+
.v-col-sm-12 {
|
|
19346
|
+
flex: 0 0 100%;
|
|
19347
|
+
max-width: 100%;
|
|
19348
|
+
}
|
|
19349
|
+
.offset-sm-0 {
|
|
19350
|
+
margin-inline-start: 0;
|
|
19351
|
+
}
|
|
19352
|
+
.offset-sm-1 {
|
|
19353
|
+
margin-inline-start: 8.3333333333%;
|
|
19354
|
+
}
|
|
19355
|
+
.offset-sm-2 {
|
|
19356
|
+
margin-inline-start: 16.6666666667%;
|
|
19357
|
+
}
|
|
19358
|
+
.offset-sm-3 {
|
|
19359
|
+
margin-inline-start: 25%;
|
|
19360
|
+
}
|
|
19361
|
+
.offset-sm-4 {
|
|
19362
|
+
margin-inline-start: 33.3333333333%;
|
|
19363
|
+
}
|
|
19364
|
+
.offset-sm-5 {
|
|
19365
|
+
margin-inline-start: 41.6666666667%;
|
|
19366
|
+
}
|
|
19367
|
+
.offset-sm-6 {
|
|
19368
|
+
margin-inline-start: 50%;
|
|
19369
|
+
}
|
|
19370
|
+
.offset-sm-7 {
|
|
19371
|
+
margin-inline-start: 58.3333333333%;
|
|
19372
|
+
}
|
|
19373
|
+
.offset-sm-8 {
|
|
19374
|
+
margin-inline-start: 66.6666666667%;
|
|
19375
|
+
}
|
|
19376
|
+
.offset-sm-9 {
|
|
19377
|
+
margin-inline-start: 75%;
|
|
19378
|
+
}
|
|
19379
|
+
.offset-sm-10 {
|
|
19380
|
+
margin-inline-start: 83.3333333333%;
|
|
19381
|
+
}
|
|
19382
|
+
.offset-sm-11 {
|
|
19383
|
+
margin-inline-start: 91.6666666667%;
|
|
19401
19384
|
}
|
|
19402
19385
|
}
|
|
19403
|
-
|
|
19404
|
-
|
|
19405
|
-
|
|
19406
|
-
|
|
19407
|
-
|
|
19408
|
-
|
|
19409
|
-
|
|
19410
|
-
|
|
19411
|
-
|
|
19412
|
-
|
|
19413
|
-
|
|
19414
|
-
|
|
19415
|
-
|
|
19416
|
-
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
}
|
|
19426
|
-
.v-
|
|
19427
|
-
|
|
19428
|
-
|
|
19429
|
-
|
|
19430
|
-
|
|
19431
|
-
|
|
19432
|
-
|
|
19433
|
-
|
|
19434
|
-
|
|
19435
|
-
|
|
19436
|
-
|
|
19437
|
-
|
|
19438
|
-
|
|
19439
|
-
|
|
19440
|
-
|
|
19441
|
-
}
|
|
19442
|
-
.v-
|
|
19443
|
-
|
|
19444
|
-
|
|
19445
|
-
|
|
19446
|
-
|
|
19447
|
-
|
|
19448
|
-
|
|
19449
|
-
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
|
|
19453
|
-
|
|
19454
|
-
|
|
19455
|
-
.
|
|
19456
|
-
|
|
19457
|
-
}
|
|
19458
|
-
|
|
19459
|
-
|
|
19460
|
-
|
|
19461
|
-
|
|
19462
|
-
|
|
19463
|
-
|
|
19464
|
-
|
|
19386
|
+
@media (min-width: 960px) {
|
|
19387
|
+
.v-col-md {
|
|
19388
|
+
flex-basis: 0;
|
|
19389
|
+
flex-grow: 1;
|
|
19390
|
+
max-width: 100%;
|
|
19391
|
+
}
|
|
19392
|
+
.v-col-md-auto {
|
|
19393
|
+
flex: 0 0 auto;
|
|
19394
|
+
width: auto;
|
|
19395
|
+
max-width: 100%;
|
|
19396
|
+
}
|
|
19397
|
+
.v-col-md-1 {
|
|
19398
|
+
flex: 0 0 8.3333333333%;
|
|
19399
|
+
max-width: 8.3333333333%;
|
|
19400
|
+
}
|
|
19401
|
+
.v-col-md-2 {
|
|
19402
|
+
flex: 0 0 16.6666666667%;
|
|
19403
|
+
max-width: 16.6666666667%;
|
|
19404
|
+
}
|
|
19405
|
+
.v-col-md-3 {
|
|
19406
|
+
flex: 0 0 25%;
|
|
19407
|
+
max-width: 25%;
|
|
19408
|
+
}
|
|
19409
|
+
.v-col-md-4 {
|
|
19410
|
+
flex: 0 0 33.3333333333%;
|
|
19411
|
+
max-width: 33.3333333333%;
|
|
19412
|
+
}
|
|
19413
|
+
.v-col-md-5 {
|
|
19414
|
+
flex: 0 0 41.6666666667%;
|
|
19415
|
+
max-width: 41.6666666667%;
|
|
19416
|
+
}
|
|
19417
|
+
.v-col-md-6 {
|
|
19418
|
+
flex: 0 0 50%;
|
|
19419
|
+
max-width: 50%;
|
|
19420
|
+
}
|
|
19421
|
+
.v-col-md-7 {
|
|
19422
|
+
flex: 0 0 58.3333333333%;
|
|
19423
|
+
max-width: 58.3333333333%;
|
|
19424
|
+
}
|
|
19425
|
+
.v-col-md-8 {
|
|
19426
|
+
flex: 0 0 66.6666666667%;
|
|
19427
|
+
max-width: 66.6666666667%;
|
|
19428
|
+
}
|
|
19429
|
+
.v-col-md-9 {
|
|
19430
|
+
flex: 0 0 75%;
|
|
19431
|
+
max-width: 75%;
|
|
19432
|
+
}
|
|
19433
|
+
.v-col-md-10 {
|
|
19434
|
+
flex: 0 0 83.3333333333%;
|
|
19435
|
+
max-width: 83.3333333333%;
|
|
19436
|
+
}
|
|
19437
|
+
.v-col-md-11 {
|
|
19438
|
+
flex: 0 0 91.6666666667%;
|
|
19439
|
+
max-width: 91.6666666667%;
|
|
19440
|
+
}
|
|
19441
|
+
.v-col-md-12 {
|
|
19442
|
+
flex: 0 0 100%;
|
|
19443
|
+
max-width: 100%;
|
|
19444
|
+
}
|
|
19445
|
+
.offset-md-0 {
|
|
19446
|
+
margin-inline-start: 0;
|
|
19447
|
+
}
|
|
19448
|
+
.offset-md-1 {
|
|
19449
|
+
margin-inline-start: 8.3333333333%;
|
|
19450
|
+
}
|
|
19451
|
+
.offset-md-2 {
|
|
19452
|
+
margin-inline-start: 16.6666666667%;
|
|
19453
|
+
}
|
|
19454
|
+
.offset-md-3 {
|
|
19455
|
+
margin-inline-start: 25%;
|
|
19456
|
+
}
|
|
19457
|
+
.offset-md-4 {
|
|
19458
|
+
margin-inline-start: 33.3333333333%;
|
|
19459
|
+
}
|
|
19460
|
+
.offset-md-5 {
|
|
19461
|
+
margin-inline-start: 41.6666666667%;
|
|
19462
|
+
}
|
|
19463
|
+
.offset-md-6 {
|
|
19464
|
+
margin-inline-start: 50%;
|
|
19465
|
+
}
|
|
19466
|
+
.offset-md-7 {
|
|
19467
|
+
margin-inline-start: 58.3333333333%;
|
|
19468
|
+
}
|
|
19469
|
+
.offset-md-8 {
|
|
19470
|
+
margin-inline-start: 66.6666666667%;
|
|
19471
|
+
}
|
|
19472
|
+
.offset-md-9 {
|
|
19473
|
+
margin-inline-start: 75%;
|
|
19474
|
+
}
|
|
19475
|
+
.offset-md-10 {
|
|
19476
|
+
margin-inline-start: 83.3333333333%;
|
|
19477
|
+
}
|
|
19478
|
+
.offset-md-11 {
|
|
19479
|
+
margin-inline-start: 91.6666666667%;
|
|
19480
|
+
}
|
|
19465
19481
|
}
|
|
19466
|
-
|
|
19467
|
-
.v-
|
|
19482
|
+
@media (min-width: 1280px) {
|
|
19483
|
+
.v-col-lg {
|
|
19484
|
+
flex-basis: 0;
|
|
19485
|
+
flex-grow: 1;
|
|
19486
|
+
max-width: 100%;
|
|
19487
|
+
}
|
|
19488
|
+
.v-col-lg-auto {
|
|
19489
|
+
flex: 0 0 auto;
|
|
19490
|
+
width: auto;
|
|
19491
|
+
max-width: 100%;
|
|
19492
|
+
}
|
|
19493
|
+
.v-col-lg-1 {
|
|
19494
|
+
flex: 0 0 8.3333333333%;
|
|
19495
|
+
max-width: 8.3333333333%;
|
|
19496
|
+
}
|
|
19497
|
+
.v-col-lg-2 {
|
|
19498
|
+
flex: 0 0 16.6666666667%;
|
|
19499
|
+
max-width: 16.6666666667%;
|
|
19500
|
+
}
|
|
19501
|
+
.v-col-lg-3 {
|
|
19502
|
+
flex: 0 0 25%;
|
|
19503
|
+
max-width: 25%;
|
|
19504
|
+
}
|
|
19505
|
+
.v-col-lg-4 {
|
|
19506
|
+
flex: 0 0 33.3333333333%;
|
|
19507
|
+
max-width: 33.3333333333%;
|
|
19508
|
+
}
|
|
19509
|
+
.v-col-lg-5 {
|
|
19510
|
+
flex: 0 0 41.6666666667%;
|
|
19511
|
+
max-width: 41.6666666667%;
|
|
19512
|
+
}
|
|
19513
|
+
.v-col-lg-6 {
|
|
19514
|
+
flex: 0 0 50%;
|
|
19515
|
+
max-width: 50%;
|
|
19516
|
+
}
|
|
19517
|
+
.v-col-lg-7 {
|
|
19518
|
+
flex: 0 0 58.3333333333%;
|
|
19519
|
+
max-width: 58.3333333333%;
|
|
19520
|
+
}
|
|
19521
|
+
.v-col-lg-8 {
|
|
19522
|
+
flex: 0 0 66.6666666667%;
|
|
19523
|
+
max-width: 66.6666666667%;
|
|
19524
|
+
}
|
|
19525
|
+
.v-col-lg-9 {
|
|
19526
|
+
flex: 0 0 75%;
|
|
19527
|
+
max-width: 75%;
|
|
19528
|
+
}
|
|
19529
|
+
.v-col-lg-10 {
|
|
19530
|
+
flex: 0 0 83.3333333333%;
|
|
19531
|
+
max-width: 83.3333333333%;
|
|
19532
|
+
}
|
|
19533
|
+
.v-col-lg-11 {
|
|
19534
|
+
flex: 0 0 91.6666666667%;
|
|
19535
|
+
max-width: 91.6666666667%;
|
|
19536
|
+
}
|
|
19537
|
+
.v-col-lg-12 {
|
|
19538
|
+
flex: 0 0 100%;
|
|
19539
|
+
max-width: 100%;
|
|
19540
|
+
}
|
|
19541
|
+
.offset-lg-0 {
|
|
19542
|
+
margin-inline-start: 0;
|
|
19543
|
+
}
|
|
19544
|
+
.offset-lg-1 {
|
|
19545
|
+
margin-inline-start: 8.3333333333%;
|
|
19546
|
+
}
|
|
19547
|
+
.offset-lg-2 {
|
|
19548
|
+
margin-inline-start: 16.6666666667%;
|
|
19549
|
+
}
|
|
19550
|
+
.offset-lg-3 {
|
|
19551
|
+
margin-inline-start: 25%;
|
|
19552
|
+
}
|
|
19553
|
+
.offset-lg-4 {
|
|
19554
|
+
margin-inline-start: 33.3333333333%;
|
|
19555
|
+
}
|
|
19556
|
+
.offset-lg-5 {
|
|
19557
|
+
margin-inline-start: 41.6666666667%;
|
|
19558
|
+
}
|
|
19559
|
+
.offset-lg-6 {
|
|
19560
|
+
margin-inline-start: 50%;
|
|
19561
|
+
}
|
|
19562
|
+
.offset-lg-7 {
|
|
19563
|
+
margin-inline-start: 58.3333333333%;
|
|
19564
|
+
}
|
|
19565
|
+
.offset-lg-8 {
|
|
19566
|
+
margin-inline-start: 66.6666666667%;
|
|
19567
|
+
}
|
|
19568
|
+
.offset-lg-9 {
|
|
19569
|
+
margin-inline-start: 75%;
|
|
19570
|
+
}
|
|
19571
|
+
.offset-lg-10 {
|
|
19572
|
+
margin-inline-start: 83.3333333333%;
|
|
19573
|
+
}
|
|
19574
|
+
.offset-lg-11 {
|
|
19575
|
+
margin-inline-start: 91.6666666667%;
|
|
19576
|
+
}
|
|
19577
|
+
}
|
|
19578
|
+
@media (min-width: 1920px) {
|
|
19579
|
+
.v-col-xl {
|
|
19580
|
+
flex-basis: 0;
|
|
19581
|
+
flex-grow: 1;
|
|
19582
|
+
max-width: 100%;
|
|
19583
|
+
}
|
|
19584
|
+
.v-col-xl-auto {
|
|
19585
|
+
flex: 0 0 auto;
|
|
19586
|
+
width: auto;
|
|
19587
|
+
max-width: 100%;
|
|
19588
|
+
}
|
|
19589
|
+
.v-col-xl-1 {
|
|
19590
|
+
flex: 0 0 8.3333333333%;
|
|
19591
|
+
max-width: 8.3333333333%;
|
|
19592
|
+
}
|
|
19593
|
+
.v-col-xl-2 {
|
|
19594
|
+
flex: 0 0 16.6666666667%;
|
|
19595
|
+
max-width: 16.6666666667%;
|
|
19596
|
+
}
|
|
19597
|
+
.v-col-xl-3 {
|
|
19598
|
+
flex: 0 0 25%;
|
|
19599
|
+
max-width: 25%;
|
|
19600
|
+
}
|
|
19601
|
+
.v-col-xl-4 {
|
|
19602
|
+
flex: 0 0 33.3333333333%;
|
|
19603
|
+
max-width: 33.3333333333%;
|
|
19604
|
+
}
|
|
19605
|
+
.v-col-xl-5 {
|
|
19606
|
+
flex: 0 0 41.6666666667%;
|
|
19607
|
+
max-width: 41.6666666667%;
|
|
19608
|
+
}
|
|
19609
|
+
.v-col-xl-6 {
|
|
19610
|
+
flex: 0 0 50%;
|
|
19611
|
+
max-width: 50%;
|
|
19612
|
+
}
|
|
19613
|
+
.v-col-xl-7 {
|
|
19614
|
+
flex: 0 0 58.3333333333%;
|
|
19615
|
+
max-width: 58.3333333333%;
|
|
19616
|
+
}
|
|
19617
|
+
.v-col-xl-8 {
|
|
19618
|
+
flex: 0 0 66.6666666667%;
|
|
19619
|
+
max-width: 66.6666666667%;
|
|
19620
|
+
}
|
|
19621
|
+
.v-col-xl-9 {
|
|
19622
|
+
flex: 0 0 75%;
|
|
19623
|
+
max-width: 75%;
|
|
19624
|
+
}
|
|
19625
|
+
.v-col-xl-10 {
|
|
19626
|
+
flex: 0 0 83.3333333333%;
|
|
19627
|
+
max-width: 83.3333333333%;
|
|
19628
|
+
}
|
|
19629
|
+
.v-col-xl-11 {
|
|
19630
|
+
flex: 0 0 91.6666666667%;
|
|
19631
|
+
max-width: 91.6666666667%;
|
|
19632
|
+
}
|
|
19633
|
+
.v-col-xl-12 {
|
|
19634
|
+
flex: 0 0 100%;
|
|
19635
|
+
max-width: 100%;
|
|
19636
|
+
}
|
|
19637
|
+
.offset-xl-0 {
|
|
19638
|
+
margin-inline-start: 0;
|
|
19639
|
+
}
|
|
19640
|
+
.offset-xl-1 {
|
|
19641
|
+
margin-inline-start: 8.3333333333%;
|
|
19642
|
+
}
|
|
19643
|
+
.offset-xl-2 {
|
|
19644
|
+
margin-inline-start: 16.6666666667%;
|
|
19645
|
+
}
|
|
19646
|
+
.offset-xl-3 {
|
|
19647
|
+
margin-inline-start: 25%;
|
|
19648
|
+
}
|
|
19649
|
+
.offset-xl-4 {
|
|
19650
|
+
margin-inline-start: 33.3333333333%;
|
|
19651
|
+
}
|
|
19652
|
+
.offset-xl-5 {
|
|
19653
|
+
margin-inline-start: 41.6666666667%;
|
|
19654
|
+
}
|
|
19655
|
+
.offset-xl-6 {
|
|
19656
|
+
margin-inline-start: 50%;
|
|
19657
|
+
}
|
|
19658
|
+
.offset-xl-7 {
|
|
19659
|
+
margin-inline-start: 58.3333333333%;
|
|
19660
|
+
}
|
|
19661
|
+
.offset-xl-8 {
|
|
19662
|
+
margin-inline-start: 66.6666666667%;
|
|
19663
|
+
}
|
|
19664
|
+
.offset-xl-9 {
|
|
19665
|
+
margin-inline-start: 75%;
|
|
19666
|
+
}
|
|
19667
|
+
.offset-xl-10 {
|
|
19668
|
+
margin-inline-start: 83.3333333333%;
|
|
19669
|
+
}
|
|
19670
|
+
.offset-xl-11 {
|
|
19671
|
+
margin-inline-start: 91.6666666667%;
|
|
19672
|
+
}
|
|
19673
|
+
}
|
|
19674
|
+
@media (min-width: 2560px) {
|
|
19675
|
+
.v-col-xxl {
|
|
19676
|
+
flex-basis: 0;
|
|
19677
|
+
flex-grow: 1;
|
|
19678
|
+
max-width: 100%;
|
|
19679
|
+
}
|
|
19680
|
+
.v-col-xxl-auto {
|
|
19681
|
+
flex: 0 0 auto;
|
|
19682
|
+
width: auto;
|
|
19683
|
+
max-width: 100%;
|
|
19684
|
+
}
|
|
19685
|
+
.v-col-xxl-1 {
|
|
19686
|
+
flex: 0 0 8.3333333333%;
|
|
19687
|
+
max-width: 8.3333333333%;
|
|
19688
|
+
}
|
|
19689
|
+
.v-col-xxl-2 {
|
|
19690
|
+
flex: 0 0 16.6666666667%;
|
|
19691
|
+
max-width: 16.6666666667%;
|
|
19692
|
+
}
|
|
19693
|
+
.v-col-xxl-3 {
|
|
19694
|
+
flex: 0 0 25%;
|
|
19695
|
+
max-width: 25%;
|
|
19696
|
+
}
|
|
19697
|
+
.v-col-xxl-4 {
|
|
19698
|
+
flex: 0 0 33.3333333333%;
|
|
19699
|
+
max-width: 33.3333333333%;
|
|
19700
|
+
}
|
|
19701
|
+
.v-col-xxl-5 {
|
|
19702
|
+
flex: 0 0 41.6666666667%;
|
|
19703
|
+
max-width: 41.6666666667%;
|
|
19704
|
+
}
|
|
19705
|
+
.v-col-xxl-6 {
|
|
19706
|
+
flex: 0 0 50%;
|
|
19707
|
+
max-width: 50%;
|
|
19708
|
+
}
|
|
19709
|
+
.v-col-xxl-7 {
|
|
19710
|
+
flex: 0 0 58.3333333333%;
|
|
19711
|
+
max-width: 58.3333333333%;
|
|
19712
|
+
}
|
|
19713
|
+
.v-col-xxl-8 {
|
|
19714
|
+
flex: 0 0 66.6666666667%;
|
|
19715
|
+
max-width: 66.6666666667%;
|
|
19716
|
+
}
|
|
19717
|
+
.v-col-xxl-9 {
|
|
19718
|
+
flex: 0 0 75%;
|
|
19719
|
+
max-width: 75%;
|
|
19720
|
+
}
|
|
19721
|
+
.v-col-xxl-10 {
|
|
19722
|
+
flex: 0 0 83.3333333333%;
|
|
19723
|
+
max-width: 83.3333333333%;
|
|
19724
|
+
}
|
|
19725
|
+
.v-col-xxl-11 {
|
|
19726
|
+
flex: 0 0 91.6666666667%;
|
|
19727
|
+
max-width: 91.6666666667%;
|
|
19728
|
+
}
|
|
19729
|
+
.v-col-xxl-12 {
|
|
19730
|
+
flex: 0 0 100%;
|
|
19731
|
+
max-width: 100%;
|
|
19732
|
+
}
|
|
19733
|
+
.offset-xxl-0 {
|
|
19734
|
+
margin-inline-start: 0;
|
|
19735
|
+
}
|
|
19736
|
+
.offset-xxl-1 {
|
|
19737
|
+
margin-inline-start: 8.3333333333%;
|
|
19738
|
+
}
|
|
19739
|
+
.offset-xxl-2 {
|
|
19740
|
+
margin-inline-start: 16.6666666667%;
|
|
19741
|
+
}
|
|
19742
|
+
.offset-xxl-3 {
|
|
19743
|
+
margin-inline-start: 25%;
|
|
19744
|
+
}
|
|
19745
|
+
.offset-xxl-4 {
|
|
19746
|
+
margin-inline-start: 33.3333333333%;
|
|
19747
|
+
}
|
|
19748
|
+
.offset-xxl-5 {
|
|
19749
|
+
margin-inline-start: 41.6666666667%;
|
|
19750
|
+
}
|
|
19751
|
+
.offset-xxl-6 {
|
|
19752
|
+
margin-inline-start: 50%;
|
|
19753
|
+
}
|
|
19754
|
+
.offset-xxl-7 {
|
|
19755
|
+
margin-inline-start: 58.3333333333%;
|
|
19756
|
+
}
|
|
19757
|
+
.offset-xxl-8 {
|
|
19758
|
+
margin-inline-start: 66.6666666667%;
|
|
19759
|
+
}
|
|
19760
|
+
.offset-xxl-9 {
|
|
19761
|
+
margin-inline-start: 75%;
|
|
19762
|
+
}
|
|
19763
|
+
.offset-xxl-10 {
|
|
19764
|
+
margin-inline-start: 83.3333333333%;
|
|
19765
|
+
}
|
|
19766
|
+
.offset-xxl-11 {
|
|
19767
|
+
margin-inline-start: 91.6666666667%;
|
|
19768
|
+
}
|
|
19769
|
+
}.v-checkbox.v-input {
|
|
19770
|
+
flex: 0 1 auto;
|
|
19771
|
+
}
|
|
19772
|
+
.v-checkbox .v-selection-control {
|
|
19773
|
+
min-height: var(--v-input-control-height);
|
|
19774
|
+
}.v-chip-group {
|
|
19775
|
+
display: flex;
|
|
19776
|
+
max-width: 100%;
|
|
19777
|
+
min-width: 0;
|
|
19778
|
+
overflow-x: auto;
|
|
19779
|
+
padding: 4px 0;
|
|
19780
|
+
}
|
|
19781
|
+
.v-chip-group .v-chip {
|
|
19782
|
+
margin: 4px 8px 4px 0;
|
|
19783
|
+
}
|
|
19784
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19785
|
+
opacity: var(--v-activated-opacity);
|
|
19786
|
+
}
|
|
19787
|
+
|
|
19788
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19789
|
+
white-space: normal;
|
|
19790
|
+
flex-wrap: wrap;
|
|
19791
|
+
max-width: 100%;
|
|
19792
|
+
}.v-chip {
|
|
19793
|
+
align-items: center;
|
|
19794
|
+
display: inline-flex;
|
|
19795
|
+
font-weight: 400;
|
|
19796
|
+
max-width: 100%;
|
|
19797
|
+
min-width: 0;
|
|
19798
|
+
overflow: hidden;
|
|
19799
|
+
position: relative;
|
|
19800
|
+
text-decoration: none;
|
|
19801
|
+
white-space: nowrap;
|
|
19802
|
+
vertical-align: middle;
|
|
19803
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19804
|
+
border-style: solid;
|
|
19805
|
+
border-width: 0;
|
|
19806
|
+
border-radius: 9999px;
|
|
19807
|
+
}
|
|
19808
|
+
.v-chip .v-icon {
|
|
19809
|
+
--v-icon-size-multiplier: 0.8571428571;
|
|
19810
|
+
}
|
|
19811
|
+
.v-chip.v-chip--size-x-small {
|
|
19812
|
+
--v-chip-size: 0.625rem;
|
|
19813
|
+
--v-chip-height: 20px;
|
|
19814
|
+
font-size: 0.625rem;
|
|
19815
|
+
padding: 0 8px;
|
|
19816
|
+
}
|
|
19817
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
19818
|
+
--v-avatar-height: 14px;
|
|
19819
|
+
}
|
|
19820
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
19821
|
+
--v-avatar-height: 20px;
|
|
19822
|
+
}
|
|
19823
|
+
|
|
19824
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19825
|
+
margin-inline-start: -5.6px;
|
|
19826
|
+
margin-inline-end: 4px;
|
|
19827
|
+
}
|
|
19828
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19829
|
+
margin-inline-start: -8px;
|
|
19830
|
+
}
|
|
19831
|
+
|
|
19832
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19833
|
+
margin-inline-start: 4px;
|
|
19834
|
+
margin-inline-end: -5.6px;
|
|
19835
|
+
}
|
|
19836
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19837
|
+
margin-inline-end: -8px;
|
|
19838
|
+
}
|
|
19839
|
+
|
|
19840
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
|
19841
|
+
margin-inline-start: 12px;
|
|
19842
|
+
}
|
|
19843
|
+
|
|
19844
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
|
19845
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
|
19846
|
+
margin-inline-start: -4px;
|
|
19847
|
+
margin-inline-end: 4px;
|
|
19848
|
+
}
|
|
19849
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
|
19850
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
|
19851
|
+
margin-inline-start: 4px;
|
|
19852
|
+
margin-inline-end: -4px;
|
|
19853
|
+
}
|
|
19854
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
|
19855
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
|
19856
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
|
19857
|
+
margin-inline-start: 8px;
|
|
19858
|
+
}
|
|
19859
|
+
|
|
19860
|
+
.v-chip.v-chip--size-small {
|
|
19861
|
+
--v-chip-size: 0.75rem;
|
|
19862
|
+
--v-chip-height: 26px;
|
|
19863
|
+
font-size: 0.75rem;
|
|
19864
|
+
padding: 0 10px;
|
|
19865
|
+
}
|
|
19866
|
+
.v-chip.v-chip--size-small .v-avatar {
|
|
19867
|
+
--v-avatar-height: 20px;
|
|
19868
|
+
}
|
|
19869
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
|
19870
|
+
--v-avatar-height: 26px;
|
|
19871
|
+
}
|
|
19872
|
+
|
|
19873
|
+
.v-chip.v-chip--size-small .v-avatar--start {
|
|
19874
|
+
margin-inline-start: -7px;
|
|
19875
|
+
margin-inline-end: 5px;
|
|
19876
|
+
}
|
|
19877
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
|
19878
|
+
margin-inline-start: -10px;
|
|
19879
|
+
}
|
|
19880
|
+
|
|
19881
|
+
.v-chip.v-chip--size-small .v-avatar--end {
|
|
19882
|
+
margin-inline-start: 5px;
|
|
19883
|
+
margin-inline-end: -7px;
|
|
19884
|
+
}
|
|
19885
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
|
19886
|
+
margin-inline-end: -10px;
|
|
19887
|
+
}
|
|
19888
|
+
|
|
19889
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
|
|
19890
|
+
margin-inline-start: 15px;
|
|
19891
|
+
}
|
|
19892
|
+
|
|
19893
|
+
.v-chip.v-chip--size-small .v-icon--start,
|
|
19894
|
+
.v-chip.v-chip--size-small .v-chip__filter {
|
|
19895
|
+
margin-inline-start: -5px;
|
|
19896
|
+
margin-inline-end: 5px;
|
|
19897
|
+
}
|
|
19898
|
+
.v-chip.v-chip--size-small .v-icon--end,
|
|
19899
|
+
.v-chip.v-chip--size-small .v-chip__close {
|
|
19900
|
+
margin-inline-start: 5px;
|
|
19901
|
+
margin-inline-end: -5px;
|
|
19902
|
+
}
|
|
19903
|
+
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
|
|
19904
|
+
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
|
|
19905
|
+
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
|
19906
|
+
margin-inline-start: 10px;
|
|
19907
|
+
}
|
|
19908
|
+
|
|
19909
|
+
.v-chip.v-chip--size-default {
|
|
19910
|
+
--v-chip-size: 0.875rem;
|
|
19911
|
+
--v-chip-height: 32px;
|
|
19912
|
+
font-size: 0.875rem;
|
|
19913
|
+
padding: 0 12px;
|
|
19914
|
+
}
|
|
19915
|
+
.v-chip.v-chip--size-default .v-avatar {
|
|
19916
|
+
--v-avatar-height: 26px;
|
|
19917
|
+
}
|
|
19918
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
|
|
19919
|
+
--v-avatar-height: 32px;
|
|
19920
|
+
}
|
|
19921
|
+
|
|
19922
|
+
.v-chip.v-chip--size-default .v-avatar--start {
|
|
19923
|
+
margin-inline-start: -8.4px;
|
|
19924
|
+
margin-inline-end: 6px;
|
|
19925
|
+
}
|
|
19926
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
|
19927
|
+
margin-inline-start: -12px;
|
|
19928
|
+
}
|
|
19929
|
+
|
|
19930
|
+
.v-chip.v-chip--size-default .v-avatar--end {
|
|
19931
|
+
margin-inline-start: 6px;
|
|
19932
|
+
margin-inline-end: -8.4px;
|
|
19933
|
+
}
|
|
19934
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
|
|
19935
|
+
margin-inline-end: -12px;
|
|
19936
|
+
}
|
|
19937
|
+
|
|
19938
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
|
|
19939
|
+
margin-inline-start: 18px;
|
|
19940
|
+
}
|
|
19941
|
+
|
|
19942
|
+
.v-chip.v-chip--size-default .v-icon--start,
|
|
19943
|
+
.v-chip.v-chip--size-default .v-chip__filter {
|
|
19944
|
+
margin-inline-start: -6px;
|
|
19945
|
+
margin-inline-end: 6px;
|
|
19946
|
+
}
|
|
19947
|
+
.v-chip.v-chip--size-default .v-icon--end,
|
|
19948
|
+
.v-chip.v-chip--size-default .v-chip__close {
|
|
19949
|
+
margin-inline-start: 6px;
|
|
19950
|
+
margin-inline-end: -6px;
|
|
19951
|
+
}
|
|
19952
|
+
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
|
|
19953
|
+
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
|
|
19954
|
+
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
|
|
19955
|
+
margin-inline-start: 12px;
|
|
19956
|
+
}
|
|
19957
|
+
|
|
19958
|
+
.v-chip.v-chip--size-large {
|
|
19959
|
+
--v-chip-size: 1rem;
|
|
19960
|
+
--v-chip-height: 38px;
|
|
19961
|
+
font-size: 1rem;
|
|
19962
|
+
padding: 0 14px;
|
|
19963
|
+
}
|
|
19964
|
+
.v-chip.v-chip--size-large .v-avatar {
|
|
19965
|
+
--v-avatar-height: 32px;
|
|
19966
|
+
}
|
|
19967
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
|
|
19968
|
+
--v-avatar-height: 38px;
|
|
19969
|
+
}
|
|
19970
|
+
|
|
19971
|
+
.v-chip.v-chip--size-large .v-avatar--start {
|
|
19972
|
+
margin-inline-start: -9.8px;
|
|
19973
|
+
margin-inline-end: 7px;
|
|
19974
|
+
}
|
|
19975
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
|
19976
|
+
margin-inline-start: -14px;
|
|
19977
|
+
}
|
|
19978
|
+
|
|
19979
|
+
.v-chip.v-chip--size-large .v-avatar--end {
|
|
19980
|
+
margin-inline-start: 7px;
|
|
19981
|
+
margin-inline-end: -9.8px;
|
|
19982
|
+
}
|
|
19983
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
|
|
19984
|
+
margin-inline-end: -14px;
|
|
19985
|
+
}
|
|
19986
|
+
|
|
19987
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
|
|
19988
|
+
margin-inline-start: 21px;
|
|
19989
|
+
}
|
|
19990
|
+
|
|
19991
|
+
.v-chip.v-chip--size-large .v-icon--start,
|
|
19992
|
+
.v-chip.v-chip--size-large .v-chip__filter {
|
|
19993
|
+
margin-inline-start: -7px;
|
|
19994
|
+
margin-inline-end: 7px;
|
|
19995
|
+
}
|
|
19996
|
+
.v-chip.v-chip--size-large .v-icon--end,
|
|
19997
|
+
.v-chip.v-chip--size-large .v-chip__close {
|
|
19998
|
+
margin-inline-start: 7px;
|
|
19999
|
+
margin-inline-end: -7px;
|
|
20000
|
+
}
|
|
20001
|
+
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
|
|
20002
|
+
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
|
|
20003
|
+
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
|
20004
|
+
margin-inline-start: 14px;
|
|
20005
|
+
}
|
|
20006
|
+
|
|
20007
|
+
.v-chip.v-chip--size-x-large {
|
|
20008
|
+
--v-chip-size: 1.125rem;
|
|
20009
|
+
--v-chip-height: 44px;
|
|
20010
|
+
font-size: 1.125rem;
|
|
20011
|
+
padding: 0 17px;
|
|
20012
|
+
}
|
|
20013
|
+
.v-chip.v-chip--size-x-large .v-avatar {
|
|
20014
|
+
--v-avatar-height: 38px;
|
|
20015
|
+
}
|
|
20016
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
|
20017
|
+
--v-avatar-height: 44px;
|
|
20018
|
+
}
|
|
20019
|
+
|
|
20020
|
+
.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
20021
|
+
margin-inline-start: -11.9px;
|
|
20022
|
+
margin-inline-end: 8.5px;
|
|
20023
|
+
}
|
|
20024
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
20025
|
+
margin-inline-start: -17px;
|
|
20026
|
+
}
|
|
20027
|
+
|
|
20028
|
+
.v-chip.v-chip--size-x-large .v-avatar--end {
|
|
20029
|
+
margin-inline-start: 8.5px;
|
|
20030
|
+
margin-inline-end: -11.9px;
|
|
20031
|
+
}
|
|
20032
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
|
20033
|
+
margin-inline-end: -17px;
|
|
20034
|
+
}
|
|
20035
|
+
|
|
20036
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
|
|
20037
|
+
margin-inline-start: 25.5px;
|
|
20038
|
+
}
|
|
20039
|
+
|
|
20040
|
+
.v-chip.v-chip--size-x-large .v-icon--start,
|
|
20041
|
+
.v-chip.v-chip--size-x-large .v-chip__filter {
|
|
20042
|
+
margin-inline-start: -8.5px;
|
|
20043
|
+
margin-inline-end: 8.5px;
|
|
20044
|
+
}
|
|
20045
|
+
.v-chip.v-chip--size-x-large .v-icon--end,
|
|
20046
|
+
.v-chip.v-chip--size-x-large .v-chip__close {
|
|
20047
|
+
margin-inline-start: 8.5px;
|
|
20048
|
+
margin-inline-end: -8.5px;
|
|
20049
|
+
}
|
|
20050
|
+
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
|
|
20051
|
+
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
|
|
20052
|
+
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
|
|
20053
|
+
margin-inline-start: 17px;
|
|
20054
|
+
}
|
|
20055
|
+
|
|
20056
|
+
.v-chip.v-chip--density-default {
|
|
20057
|
+
height: calc(var(--v-chip-height) + 0px);
|
|
20058
|
+
}
|
|
20059
|
+
|
|
20060
|
+
.v-chip.v-chip--density-comfortable {
|
|
20061
|
+
height: calc(var(--v-chip-height) + -4px);
|
|
20062
|
+
}
|
|
20063
|
+
|
|
20064
|
+
.v-chip.v-chip--density-compact {
|
|
20065
|
+
height: calc(var(--v-chip-height) + -8px);
|
|
20066
|
+
}
|
|
20067
|
+
|
|
20068
|
+
.v-chip:hover > .v-chip__overlay {
|
|
20069
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20070
|
+
}
|
|
20071
|
+
.v-chip:focus-visible > .v-chip__overlay {
|
|
20072
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20073
|
+
}
|
|
20074
|
+
@supports not selector(:focus-visible) {
|
|
20075
|
+
.v-chip:focus > .v-chip__overlay {
|
|
20076
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
20077
|
+
}
|
|
20078
|
+
}
|
|
20079
|
+
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
|
20080
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
20081
|
+
}
|
|
20082
|
+
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
|
20083
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20084
|
+
}
|
|
20085
|
+
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
|
20086
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20087
|
+
}
|
|
20088
|
+
@supports not selector(:focus-visible) {
|
|
20089
|
+
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
|
20090
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
20091
|
+
}
|
|
20092
|
+
}
|
|
20093
|
+
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
|
20094
|
+
background: transparent;
|
|
20095
|
+
color: inherit;
|
|
20096
|
+
}
|
|
20097
|
+
.v-chip--variant-plain {
|
|
20098
|
+
opacity: 0.26;
|
|
20099
|
+
}
|
|
20100
|
+
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
|
20101
|
+
opacity: 1;
|
|
20102
|
+
}
|
|
20103
|
+
.v-chip--variant-plain .v-chip__overlay {
|
|
20104
|
+
display: none;
|
|
20105
|
+
}
|
|
20106
|
+
.v-chip--variant-elevated, .v-chip--variant-flat {
|
|
20107
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
20108
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20109
|
+
}
|
|
20110
|
+
.v-chip--variant-elevated {
|
|
20111
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20112
|
+
}
|
|
20113
|
+
.v-chip--variant-flat {
|
|
20114
|
+
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));
|
|
20115
|
+
}
|
|
20116
|
+
.v-chip--variant-outlined {
|
|
20117
|
+
border: thin solid currentColor;
|
|
20118
|
+
}
|
|
20119
|
+
.v-chip--variant-text .v-chip__overlay {
|
|
20120
|
+
background: currentColor;
|
|
20121
|
+
}
|
|
20122
|
+
.v-chip--variant-tonal .v-chip__underlay {
|
|
20123
|
+
background: currentColor;
|
|
20124
|
+
opacity: var(--v-activated-opacity);
|
|
20125
|
+
border-radius: inherit;
|
|
20126
|
+
top: 0;
|
|
20127
|
+
right: 0;
|
|
20128
|
+
bottom: 0;
|
|
20129
|
+
left: 0;
|
|
20130
|
+
pointer-events: none;
|
|
20131
|
+
}
|
|
20132
|
+
.v-chip .v-chip__underlay {
|
|
20133
|
+
position: absolute;
|
|
20134
|
+
}
|
|
20135
|
+
.v-chip--border {
|
|
20136
|
+
border-width: thin;
|
|
20137
|
+
}
|
|
20138
|
+
.v-chip--link {
|
|
20139
|
+
cursor: pointer;
|
|
20140
|
+
}
|
|
20141
|
+
.v-chip--link, .v-chip--filter {
|
|
20142
|
+
-webkit-user-select: none;
|
|
20143
|
+
user-select: none;
|
|
20144
|
+
}
|
|
20145
|
+
.v-chip--label {
|
|
20146
|
+
border-radius: 4px;
|
|
20147
|
+
}
|
|
20148
|
+
|
|
20149
|
+
.v-chip__content {
|
|
20150
|
+
align-items: center;
|
|
20151
|
+
display: inline-flex;
|
|
20152
|
+
}
|
|
20153
|
+
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
|
20154
|
+
overflow: hidden;
|
|
20155
|
+
}
|
|
20156
|
+
|
|
20157
|
+
.v-chip__filter,
|
|
19468
20158
|
.v-chip__prepend,
|
|
19469
20159
|
.v-chip__append,
|
|
19470
20160
|
.v-chip__close {
|
|
@@ -19511,24 +20201,6 @@ html.overflow-y-hidden {
|
|
|
19511
20201
|
|
|
19512
20202
|
.v-chip--label {
|
|
19513
20203
|
border-radius: 4px;
|
|
19514
|
-
}.v-chip-group {
|
|
19515
|
-
display: flex;
|
|
19516
|
-
max-width: 100%;
|
|
19517
|
-
min-width: 0;
|
|
19518
|
-
overflow-x: auto;
|
|
19519
|
-
padding: 4px 0;
|
|
19520
|
-
}
|
|
19521
|
-
.v-chip-group .v-chip {
|
|
19522
|
-
margin: 4px 8px 4px 0;
|
|
19523
|
-
}
|
|
19524
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19525
|
-
opacity: var(--v-activated-opacity);
|
|
19526
|
-
}
|
|
19527
|
-
|
|
19528
|
-
.v-chip-group--column .v-slide-group__content {
|
|
19529
|
-
white-space: normal;
|
|
19530
|
-
flex-wrap: wrap;
|
|
19531
|
-
max-width: 100%;
|
|
19532
20204
|
}.v-color-picker {
|
|
19533
20205
|
align-self: flex-start;
|
|
19534
20206
|
contain: content;
|
|
@@ -19595,257 +20267,46 @@ html.overflow-y-hidden {
|
|
|
19595
20267
|
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
19596
20268
|
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
19597
20269
|
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
19598
|
-
top: 0px;
|
|
19599
|
-
}
|
|
19600
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
19601
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
19602
|
-
}
|
|
19603
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
19604
|
-
opacity: 1;
|
|
19605
|
-
}
|
|
19606
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
19607
|
-
caret-color: transparent;
|
|
19608
|
-
}
|
|
19609
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
19610
|
-
flex: 1 1;
|
|
19611
|
-
position: absolute;
|
|
19612
|
-
left: 0;
|
|
19613
|
-
right: 0;
|
|
19614
|
-
width: 100%;
|
|
19615
|
-
padding-inline: inherit;
|
|
19616
|
-
}
|
|
19617
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
19618
|
-
transition: none;
|
|
19619
|
-
}
|
|
19620
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
19621
|
-
opacity: 0;
|
|
19622
|
-
}
|
|
19623
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
19624
|
-
opacity: 0;
|
|
19625
|
-
}
|
|
19626
|
-
.v-combobox__menu-icon {
|
|
19627
|
-
margin-inline-start: 4px;
|
|
19628
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19629
|
-
}
|
|
19630
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19631
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
19632
|
-
transform: rotate(180deg);
|
|
19633
|
-
}.v-counter {
|
|
19634
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19635
|
-
flex: 0 1 auto;
|
|
19636
|
-
font-size: 12px;
|
|
19637
|
-
transition-duration: 150ms;
|
|
19638
|
-
}.v-date-picker {
|
|
19639
|
-
overflow: hidden;
|
|
19640
|
-
width: 328px;
|
|
19641
|
-
}
|
|
19642
|
-
.v-date-picker--show-week {
|
|
19643
|
-
width: 368px;
|
|
19644
|
-
}.v-date-picker-controls {
|
|
19645
|
-
display: flex;
|
|
19646
|
-
align-items: center;
|
|
19647
|
-
justify-content: space-between;
|
|
19648
|
-
font-size: 0.875rem;
|
|
19649
|
-
padding-top: 4px;
|
|
19650
|
-
padding-bottom: 4px;
|
|
19651
|
-
padding-inline-start: 6px;
|
|
19652
|
-
padding-inline-end: 12px;
|
|
19653
|
-
}
|
|
19654
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
19655
|
-
text-transform: none;
|
|
19656
|
-
font-weight: 400;
|
|
19657
|
-
line-height: initial;
|
|
19658
|
-
letter-spacing: initial;
|
|
19659
|
-
}
|
|
19660
|
-
.v-date-picker-controls--variant-classic {
|
|
19661
|
-
padding-inline-start: 12px;
|
|
19662
|
-
}
|
|
19663
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19664
|
-
opacity: 0.7;
|
|
19665
|
-
}
|
|
19666
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19667
|
-
cursor: pointer;
|
|
19668
|
-
}
|
|
19669
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19670
|
-
opacity: 1;
|
|
19671
|
-
}
|
|
19672
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
19673
|
-
margin-inline-start: 4px;
|
|
19674
|
-
}
|
|
19675
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
19676
|
-
transform: rotate(180deg);
|
|
19677
|
-
}
|
|
19678
|
-
|
|
19679
|
-
.v-date-picker-controls__date {
|
|
19680
|
-
margin-inline-end: 4px;
|
|
19681
|
-
}
|
|
19682
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
19683
|
-
margin: auto;
|
|
19684
|
-
text-align: center;
|
|
19685
|
-
}
|
|
19686
|
-
|
|
19687
|
-
.v-date-picker-controls__month {
|
|
19688
|
-
display: flex;
|
|
19689
|
-
}
|
|
19690
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
19691
|
-
flex-direction: row-reverse;
|
|
19692
|
-
}
|
|
19693
|
-
|
|
19694
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
19695
|
-
flex: 1 0 auto;
|
|
19696
|
-
}
|
|
19697
|
-
|
|
19698
|
-
.v-date-picker__title {
|
|
19699
|
-
display: inline-block;
|
|
19700
|
-
}.v-date-picker-header {
|
|
19701
|
-
align-items: flex-end;
|
|
19702
|
-
height: 70px;
|
|
19703
|
-
display: grid;
|
|
19704
|
-
grid-template-areas: "prepend content append";
|
|
19705
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
19706
|
-
overflow: hidden;
|
|
19707
|
-
padding-inline: 24px 12px;
|
|
19708
|
-
padding-bottom: 12px;
|
|
19709
|
-
}
|
|
19710
|
-
|
|
19711
|
-
.v-date-picker-header__append {
|
|
19712
|
-
grid-area: append;
|
|
19713
|
-
}
|
|
19714
|
-
|
|
19715
|
-
.v-date-picker-header__prepend {
|
|
19716
|
-
grid-area: prepend;
|
|
19717
|
-
padding-inline-start: 8px;
|
|
19718
|
-
}
|
|
19719
|
-
|
|
19720
|
-
.v-date-picker-header__content {
|
|
19721
|
-
align-items: center;
|
|
19722
|
-
display: inline-flex;
|
|
19723
|
-
font-size: 32px;
|
|
19724
|
-
line-height: 40px;
|
|
19725
|
-
grid-area: content;
|
|
19726
|
-
justify-content: space-between;
|
|
19727
|
-
}
|
|
19728
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
19729
|
-
cursor: pointer;
|
|
19730
|
-
}
|
|
19731
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
19732
|
-
opacity: 0.7;
|
|
19733
|
-
}
|
|
19734
|
-
|
|
19735
|
-
.date-picker-header-transition-enter-active,
|
|
19736
|
-
.date-picker-header-reverse-transition-enter-active {
|
|
19737
|
-
transition-duration: 0.3s;
|
|
19738
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19739
|
-
}
|
|
19740
|
-
.date-picker-header-transition-leave-active,
|
|
19741
|
-
.date-picker-header-reverse-transition-leave-active {
|
|
19742
|
-
transition-duration: 0.3s;
|
|
19743
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19744
|
-
}
|
|
19745
|
-
|
|
19746
|
-
.date-picker-header-transition-enter-from {
|
|
19747
|
-
transform: translate(0, 100%);
|
|
19748
|
-
}
|
|
19749
|
-
.date-picker-header-transition-leave-to {
|
|
19750
|
-
opacity: 0;
|
|
19751
|
-
transform: translate(0, -100%);
|
|
19752
|
-
}
|
|
19753
|
-
|
|
19754
|
-
.date-picker-header-reverse-transition-enter-from {
|
|
19755
|
-
transform: translate(0, -100%);
|
|
19756
|
-
}
|
|
19757
|
-
.date-picker-header-reverse-transition-leave-to {
|
|
19758
|
-
opacity: 0;
|
|
19759
|
-
transform: translate(0, 100%);
|
|
19760
|
-
}.v-date-picker-months {
|
|
19761
|
-
height: 288px;
|
|
19762
|
-
}
|
|
19763
|
-
|
|
19764
|
-
.v-date-picker-months__content {
|
|
19765
|
-
align-items: center;
|
|
19766
|
-
display: grid;
|
|
19767
|
-
flex: 1 1;
|
|
19768
|
-
height: inherit;
|
|
19769
|
-
justify-content: space-around;
|
|
19770
|
-
grid-template-columns: repeat(2, 1fr);
|
|
19771
|
-
grid-gap: 0px 24px;
|
|
19772
|
-
padding-inline-start: 36px;
|
|
19773
|
-
padding-inline-end: 36px;
|
|
19774
|
-
}
|
|
19775
|
-
.v-date-picker-months__content .v-btn {
|
|
19776
|
-
text-transform: none;
|
|
19777
|
-
padding-inline-start: 8px;
|
|
19778
|
-
padding-inline-end: 8px;
|
|
19779
|
-
}.v-date-picker-years {
|
|
19780
|
-
height: 288px;
|
|
19781
|
-
overflow-y: scroll;
|
|
19782
|
-
}
|
|
19783
|
-
|
|
19784
|
-
.v-date-picker-years__content {
|
|
19785
|
-
display: grid;
|
|
19786
|
-
flex: 1 1;
|
|
19787
|
-
justify-content: space-around;
|
|
19788
|
-
grid-template-columns: repeat(3, 1fr);
|
|
19789
|
-
gap: 8px 24px;
|
|
19790
|
-
padding-inline: 32px;
|
|
19791
|
-
}
|
|
19792
|
-
.v-date-picker-years__content .v-btn {
|
|
19793
|
-
padding-inline: 8px;
|
|
19794
|
-
}.v-date-picker-month {
|
|
19795
|
-
display: flex;
|
|
19796
|
-
justify-content: center;
|
|
19797
|
-
padding: 0 12px 8px;
|
|
19798
|
-
--v-date-picker-month-day-diff: 4px;
|
|
19799
|
-
}
|
|
19800
|
-
|
|
19801
|
-
.v-date-picker-month__weeks {
|
|
19802
|
-
display: grid;
|
|
19803
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
19804
|
-
column-gap: 4px;
|
|
19805
|
-
font-size: 0.85rem;
|
|
20270
|
+
top: 0px;
|
|
19806
20271
|
}
|
|
19807
|
-
.v-
|
|
19808
|
-
|
|
20272
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
20273
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
19809
20274
|
}
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
font-size: 0.85rem;
|
|
20275
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20276
|
+
opacity: 1;
|
|
19813
20277
|
}
|
|
19814
|
-
|
|
19815
|
-
|
|
19816
|
-
display: grid;
|
|
19817
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
19818
|
-
column-gap: 4px;
|
|
19819
|
-
flex: 1 1;
|
|
19820
|
-
justify-content: space-around;
|
|
20278
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
20279
|
+
caret-color: transparent;
|
|
19821
20280
|
}
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
|
|
19827
|
-
|
|
19828
|
-
|
|
19829
|
-
width: 40px;
|
|
20281
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
20282
|
+
flex: 1 1;
|
|
20283
|
+
position: absolute;
|
|
20284
|
+
left: 0;
|
|
20285
|
+
right: 0;
|
|
20286
|
+
width: 100%;
|
|
20287
|
+
padding-inline: inherit;
|
|
19830
20288
|
}
|
|
19831
|
-
.v-
|
|
19832
|
-
|
|
19833
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20289
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
20290
|
+
transition: none;
|
|
19834
20291
|
}
|
|
19835
|
-
.v-
|
|
19836
|
-
|
|
19837
|
-
--v-btn-size: 0.85rem;
|
|
20292
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
20293
|
+
opacity: 0;
|
|
19838
20294
|
}
|
|
19839
|
-
.v-
|
|
19840
|
-
|
|
20295
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
20296
|
+
opacity: 0;
|
|
19841
20297
|
}
|
|
19842
|
-
|
|
19843
|
-
|
|
19844
|
-
|
|
20298
|
+
.v-combobox__menu-icon {
|
|
20299
|
+
margin-inline-start: 4px;
|
|
20300
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19845
20301
|
}
|
|
19846
|
-
|
|
19847
|
-
|
|
19848
|
-
|
|
20302
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20303
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
20304
|
+
transform: rotate(180deg);
|
|
20305
|
+
}.v-counter {
|
|
20306
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20307
|
+
flex: 0 1 auto;
|
|
20308
|
+
font-size: 12px;
|
|
20309
|
+
transition-duration: 150ms;
|
|
19849
20310
|
}.v-data-table {
|
|
19850
20311
|
width: 100%;
|
|
19851
20312
|
}
|
|
@@ -20064,678 +20525,217 @@ html.overflow-y-hidden {
|
|
|
20064
20525
|
}
|
|
20065
20526
|
.v-data-table-footer__page {
|
|
20066
20527
|
padding: 0 8px;
|
|
20067
|
-
}.v-
|
|
20068
|
-
|
|
20069
|
-
|
|
20070
|
-
margin-right: auto;
|
|
20071
|
-
margin-left: auto;
|
|
20072
|
-
}
|
|
20073
|
-
@media (min-width: 960px) {
|
|
20074
|
-
.v-container {
|
|
20075
|
-
max-width: 900px;
|
|
20076
|
-
}
|
|
20077
|
-
}
|
|
20078
|
-
@media (min-width: 1280px) {
|
|
20079
|
-
.v-container {
|
|
20080
|
-
max-width: 1200px;
|
|
20081
|
-
}
|
|
20082
|
-
}
|
|
20083
|
-
@media (min-width: 1920px) {
|
|
20084
|
-
.v-container {
|
|
20085
|
-
max-width: 1800px;
|
|
20086
|
-
}
|
|
20087
|
-
}
|
|
20088
|
-
@media (min-width: 2560px) {
|
|
20089
|
-
.v-container {
|
|
20090
|
-
max-width: 2400px;
|
|
20091
|
-
}
|
|
20092
|
-
}
|
|
20093
|
-
.v-container--fluid {
|
|
20094
|
-
max-width: 100%;
|
|
20095
|
-
}
|
|
20096
|
-
.v-container.fill-height {
|
|
20097
|
-
align-items: center;
|
|
20098
|
-
display: flex;
|
|
20099
|
-
flex-wrap: wrap;
|
|
20528
|
+
}.v-date-picker {
|
|
20529
|
+
overflow: hidden;
|
|
20530
|
+
width: 328px;
|
|
20100
20531
|
}
|
|
20101
|
-
|
|
20102
|
-
|
|
20532
|
+
.v-date-picker--show-week {
|
|
20533
|
+
width: 368px;
|
|
20534
|
+
}.v-date-picker-controls {
|
|
20103
20535
|
display: flex;
|
|
20104
|
-
|
|
20105
|
-
|
|
20106
|
-
|
|
20107
|
-
|
|
20108
|
-
|
|
20109
|
-
|
|
20110
|
-
|
|
20111
|
-
.v-row + .v-row--dense {
|
|
20112
|
-
margin-top: 4px;
|
|
20113
|
-
}
|
|
20114
|
-
.v-row--dense {
|
|
20115
|
-
margin: -4px;
|
|
20116
|
-
}
|
|
20117
|
-
.v-row--dense > .v-col,
|
|
20118
|
-
.v-row--dense > [class*=v-col-] {
|
|
20119
|
-
padding: 4px;
|
|
20120
|
-
}
|
|
20121
|
-
.v-row.v-row--no-gutters {
|
|
20122
|
-
margin: 0;
|
|
20123
|
-
}
|
|
20124
|
-
.v-row.v-row--no-gutters > .v-col,
|
|
20125
|
-
.v-row.v-row--no-gutters > [class*=v-col-] {
|
|
20126
|
-
padding: 0;
|
|
20127
|
-
}
|
|
20128
|
-
|
|
20129
|
-
.v-spacer {
|
|
20130
|
-
flex-grow: 1;
|
|
20131
|
-
}
|
|
20132
|
-
|
|
20133
|
-
.v-col-xxl,
|
|
20134
|
-
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
20135
|
-
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
20136
|
-
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
|
20137
|
-
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
|
20138
|
-
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
|
20139
|
-
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
|
20140
|
-
width: 100%;
|
|
20141
|
-
padding: 12px;
|
|
20142
|
-
}
|
|
20143
|
-
|
|
20144
|
-
.v-col {
|
|
20145
|
-
flex-basis: 0;
|
|
20146
|
-
flex-grow: 1;
|
|
20147
|
-
max-width: 100%;
|
|
20148
|
-
}
|
|
20149
|
-
|
|
20150
|
-
.v-col-auto {
|
|
20151
|
-
flex: 0 0 auto;
|
|
20152
|
-
width: auto;
|
|
20153
|
-
max-width: 100%;
|
|
20154
|
-
}
|
|
20155
|
-
|
|
20156
|
-
.v-col-1 {
|
|
20157
|
-
flex: 0 0 8.3333333333%;
|
|
20158
|
-
max-width: 8.3333333333%;
|
|
20159
|
-
}
|
|
20160
|
-
|
|
20161
|
-
.v-col-2 {
|
|
20162
|
-
flex: 0 0 16.6666666667%;
|
|
20163
|
-
max-width: 16.6666666667%;
|
|
20536
|
+
align-items: center;
|
|
20537
|
+
justify-content: space-between;
|
|
20538
|
+
font-size: 0.875rem;
|
|
20539
|
+
padding-top: 4px;
|
|
20540
|
+
padding-bottom: 4px;
|
|
20541
|
+
padding-inline-start: 6px;
|
|
20542
|
+
padding-inline-end: 12px;
|
|
20164
20543
|
}
|
|
20165
|
-
|
|
20166
|
-
|
|
20167
|
-
|
|
20168
|
-
|
|
20544
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20545
|
+
text-transform: none;
|
|
20546
|
+
font-weight: 400;
|
|
20547
|
+
line-height: initial;
|
|
20548
|
+
letter-spacing: initial;
|
|
20169
20549
|
}
|
|
20170
|
-
|
|
20171
|
-
|
|
20172
|
-
flex: 0 0 33.3333333333%;
|
|
20173
|
-
max-width: 33.3333333333%;
|
|
20550
|
+
.v-date-picker-controls--variant-classic {
|
|
20551
|
+
padding-inline-start: 12px;
|
|
20174
20552
|
}
|
|
20175
|
-
|
|
20176
|
-
.
|
|
20177
|
-
flex: 0 0 41.6666666667%;
|
|
20178
|
-
max-width: 41.6666666667%;
|
|
20553
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20554
|
+
opacity: 0.7;
|
|
20179
20555
|
}
|
|
20180
|
-
|
|
20181
|
-
|
|
20182
|
-
flex: 0 0 50%;
|
|
20183
|
-
max-width: 50%;
|
|
20556
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20557
|
+
cursor: pointer;
|
|
20184
20558
|
}
|
|
20185
|
-
|
|
20186
|
-
|
|
20187
|
-
flex: 0 0 58.3333333333%;
|
|
20188
|
-
max-width: 58.3333333333%;
|
|
20559
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20560
|
+
opacity: 1;
|
|
20189
20561
|
}
|
|
20190
|
-
|
|
20191
|
-
|
|
20192
|
-
flex: 0 0 66.6666666667%;
|
|
20193
|
-
max-width: 66.6666666667%;
|
|
20562
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20563
|
+
margin-inline-start: 4px;
|
|
20194
20564
|
}
|
|
20195
|
-
|
|
20196
|
-
|
|
20197
|
-
flex: 0 0 75%;
|
|
20198
|
-
max-width: 75%;
|
|
20565
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20566
|
+
transform: rotate(180deg);
|
|
20199
20567
|
}
|
|
20200
20568
|
|
|
20201
|
-
.v-
|
|
20202
|
-
|
|
20203
|
-
max-width: 83.3333333333%;
|
|
20569
|
+
.v-date-picker-controls__date {
|
|
20570
|
+
margin-inline-end: 4px;
|
|
20204
20571
|
}
|
|
20205
|
-
|
|
20206
|
-
|
|
20207
|
-
|
|
20208
|
-
max-width: 91.6666666667%;
|
|
20572
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20573
|
+
margin: auto;
|
|
20574
|
+
text-align: center;
|
|
20209
20575
|
}
|
|
20210
20576
|
|
|
20211
|
-
.v-
|
|
20212
|
-
|
|
20213
|
-
max-width: 100%;
|
|
20577
|
+
.v-date-picker-controls__month {
|
|
20578
|
+
display: flex;
|
|
20214
20579
|
}
|
|
20215
|
-
|
|
20216
|
-
|
|
20217
|
-
margin-inline-start: 8.3333333333%;
|
|
20580
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20581
|
+
flex-direction: row-reverse;
|
|
20218
20582
|
}
|
|
20219
20583
|
|
|
20220
|
-
.
|
|
20221
|
-
|
|
20584
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20585
|
+
flex: 1 0 auto;
|
|
20222
20586
|
}
|
|
20223
20587
|
|
|
20224
|
-
.
|
|
20225
|
-
|
|
20588
|
+
.v-date-picker__title {
|
|
20589
|
+
display: inline-block;
|
|
20590
|
+
}.v-date-picker-header {
|
|
20591
|
+
align-items: flex-end;
|
|
20592
|
+
height: 70px;
|
|
20593
|
+
display: grid;
|
|
20594
|
+
grid-template-areas: "prepend content append";
|
|
20595
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20596
|
+
overflow: hidden;
|
|
20597
|
+
padding-inline: 24px 12px;
|
|
20598
|
+
padding-bottom: 12px;
|
|
20226
20599
|
}
|
|
20227
20600
|
|
|
20228
|
-
.
|
|
20229
|
-
|
|
20601
|
+
.v-date-picker-header__append {
|
|
20602
|
+
grid-area: append;
|
|
20230
20603
|
}
|
|
20231
20604
|
|
|
20232
|
-
.
|
|
20233
|
-
|
|
20605
|
+
.v-date-picker-header__prepend {
|
|
20606
|
+
grid-area: prepend;
|
|
20607
|
+
padding-inline-start: 8px;
|
|
20234
20608
|
}
|
|
20235
20609
|
|
|
20236
|
-
.
|
|
20237
|
-
|
|
20610
|
+
.v-date-picker-header__content {
|
|
20611
|
+
align-items: center;
|
|
20612
|
+
display: inline-flex;
|
|
20613
|
+
font-size: 32px;
|
|
20614
|
+
line-height: 40px;
|
|
20615
|
+
grid-area: content;
|
|
20616
|
+
justify-content: space-between;
|
|
20238
20617
|
}
|
|
20239
|
-
|
|
20240
|
-
|
|
20241
|
-
margin-inline-start: 58.3333333333%;
|
|
20618
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20619
|
+
cursor: pointer;
|
|
20242
20620
|
}
|
|
20243
|
-
|
|
20244
|
-
.
|
|
20245
|
-
margin-inline-start: 66.6666666667%;
|
|
20621
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20622
|
+
opacity: 0.7;
|
|
20246
20623
|
}
|
|
20247
20624
|
|
|
20248
|
-
.
|
|
20249
|
-
|
|
20625
|
+
.date-picker-header-transition-enter-active,
|
|
20626
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
20627
|
+
transition-duration: 0.3s;
|
|
20628
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20629
|
+
}
|
|
20630
|
+
.date-picker-header-transition-leave-active,
|
|
20631
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
20632
|
+
transition-duration: 0.3s;
|
|
20633
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20250
20634
|
}
|
|
20251
20635
|
|
|
20252
|
-
.
|
|
20253
|
-
|
|
20636
|
+
.date-picker-header-transition-enter-from {
|
|
20637
|
+
transform: translate(0, 100%);
|
|
20638
|
+
}
|
|
20639
|
+
.date-picker-header-transition-leave-to {
|
|
20640
|
+
opacity: 0;
|
|
20641
|
+
transform: translate(0, -100%);
|
|
20254
20642
|
}
|
|
20255
20643
|
|
|
20256
|
-
.
|
|
20257
|
-
|
|
20644
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
20645
|
+
transform: translate(0, -100%);
|
|
20646
|
+
}
|
|
20647
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
20648
|
+
opacity: 0;
|
|
20649
|
+
transform: translate(0, 100%);
|
|
20650
|
+
}.v-date-picker-month {
|
|
20651
|
+
display: flex;
|
|
20652
|
+
justify-content: center;
|
|
20653
|
+
padding: 0 12px 8px;
|
|
20654
|
+
--v-date-picker-month-day-diff: 4px;
|
|
20258
20655
|
}
|
|
20259
20656
|
|
|
20260
|
-
|
|
20261
|
-
|
|
20262
|
-
|
|
20263
|
-
|
|
20264
|
-
|
|
20265
|
-
}
|
|
20266
|
-
.v-col-sm-auto {
|
|
20267
|
-
flex: 0 0 auto;
|
|
20268
|
-
width: auto;
|
|
20269
|
-
max-width: 100%;
|
|
20270
|
-
}
|
|
20271
|
-
.v-col-sm-1 {
|
|
20272
|
-
flex: 0 0 8.3333333333%;
|
|
20273
|
-
max-width: 8.3333333333%;
|
|
20274
|
-
}
|
|
20275
|
-
.v-col-sm-2 {
|
|
20276
|
-
flex: 0 0 16.6666666667%;
|
|
20277
|
-
max-width: 16.6666666667%;
|
|
20278
|
-
}
|
|
20279
|
-
.v-col-sm-3 {
|
|
20280
|
-
flex: 0 0 25%;
|
|
20281
|
-
max-width: 25%;
|
|
20282
|
-
}
|
|
20283
|
-
.v-col-sm-4 {
|
|
20284
|
-
flex: 0 0 33.3333333333%;
|
|
20285
|
-
max-width: 33.3333333333%;
|
|
20286
|
-
}
|
|
20287
|
-
.v-col-sm-5 {
|
|
20288
|
-
flex: 0 0 41.6666666667%;
|
|
20289
|
-
max-width: 41.6666666667%;
|
|
20290
|
-
}
|
|
20291
|
-
.v-col-sm-6 {
|
|
20292
|
-
flex: 0 0 50%;
|
|
20293
|
-
max-width: 50%;
|
|
20294
|
-
}
|
|
20295
|
-
.v-col-sm-7 {
|
|
20296
|
-
flex: 0 0 58.3333333333%;
|
|
20297
|
-
max-width: 58.3333333333%;
|
|
20298
|
-
}
|
|
20299
|
-
.v-col-sm-8 {
|
|
20300
|
-
flex: 0 0 66.6666666667%;
|
|
20301
|
-
max-width: 66.6666666667%;
|
|
20302
|
-
}
|
|
20303
|
-
.v-col-sm-9 {
|
|
20304
|
-
flex: 0 0 75%;
|
|
20305
|
-
max-width: 75%;
|
|
20306
|
-
}
|
|
20307
|
-
.v-col-sm-10 {
|
|
20308
|
-
flex: 0 0 83.3333333333%;
|
|
20309
|
-
max-width: 83.3333333333%;
|
|
20310
|
-
}
|
|
20311
|
-
.v-col-sm-11 {
|
|
20312
|
-
flex: 0 0 91.6666666667%;
|
|
20313
|
-
max-width: 91.6666666667%;
|
|
20314
|
-
}
|
|
20315
|
-
.v-col-sm-12 {
|
|
20316
|
-
flex: 0 0 100%;
|
|
20317
|
-
max-width: 100%;
|
|
20318
|
-
}
|
|
20319
|
-
.offset-sm-0 {
|
|
20320
|
-
margin-inline-start: 0;
|
|
20321
|
-
}
|
|
20322
|
-
.offset-sm-1 {
|
|
20323
|
-
margin-inline-start: 8.3333333333%;
|
|
20324
|
-
}
|
|
20325
|
-
.offset-sm-2 {
|
|
20326
|
-
margin-inline-start: 16.6666666667%;
|
|
20327
|
-
}
|
|
20328
|
-
.offset-sm-3 {
|
|
20329
|
-
margin-inline-start: 25%;
|
|
20330
|
-
}
|
|
20331
|
-
.offset-sm-4 {
|
|
20332
|
-
margin-inline-start: 33.3333333333%;
|
|
20333
|
-
}
|
|
20334
|
-
.offset-sm-5 {
|
|
20335
|
-
margin-inline-start: 41.6666666667%;
|
|
20336
|
-
}
|
|
20337
|
-
.offset-sm-6 {
|
|
20338
|
-
margin-inline-start: 50%;
|
|
20339
|
-
}
|
|
20340
|
-
.offset-sm-7 {
|
|
20341
|
-
margin-inline-start: 58.3333333333%;
|
|
20342
|
-
}
|
|
20343
|
-
.offset-sm-8 {
|
|
20344
|
-
margin-inline-start: 66.6666666667%;
|
|
20345
|
-
}
|
|
20346
|
-
.offset-sm-9 {
|
|
20347
|
-
margin-inline-start: 75%;
|
|
20348
|
-
}
|
|
20349
|
-
.offset-sm-10 {
|
|
20350
|
-
margin-inline-start: 83.3333333333%;
|
|
20351
|
-
}
|
|
20352
|
-
.offset-sm-11 {
|
|
20353
|
-
margin-inline-start: 91.6666666667%;
|
|
20354
|
-
}
|
|
20657
|
+
.v-date-picker-month__weeks {
|
|
20658
|
+
display: grid;
|
|
20659
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20660
|
+
column-gap: 4px;
|
|
20661
|
+
font-size: 0.85rem;
|
|
20355
20662
|
}
|
|
20356
|
-
|
|
20357
|
-
|
|
20358
|
-
flex-basis: 0;
|
|
20359
|
-
flex-grow: 1;
|
|
20360
|
-
max-width: 100%;
|
|
20361
|
-
}
|
|
20362
|
-
.v-col-md-auto {
|
|
20363
|
-
flex: 0 0 auto;
|
|
20364
|
-
width: auto;
|
|
20365
|
-
max-width: 100%;
|
|
20366
|
-
}
|
|
20367
|
-
.v-col-md-1 {
|
|
20368
|
-
flex: 0 0 8.3333333333%;
|
|
20369
|
-
max-width: 8.3333333333%;
|
|
20370
|
-
}
|
|
20371
|
-
.v-col-md-2 {
|
|
20372
|
-
flex: 0 0 16.6666666667%;
|
|
20373
|
-
max-width: 16.6666666667%;
|
|
20374
|
-
}
|
|
20375
|
-
.v-col-md-3 {
|
|
20376
|
-
flex: 0 0 25%;
|
|
20377
|
-
max-width: 25%;
|
|
20378
|
-
}
|
|
20379
|
-
.v-col-md-4 {
|
|
20380
|
-
flex: 0 0 33.3333333333%;
|
|
20381
|
-
max-width: 33.3333333333%;
|
|
20382
|
-
}
|
|
20383
|
-
.v-col-md-5 {
|
|
20384
|
-
flex: 0 0 41.6666666667%;
|
|
20385
|
-
max-width: 41.6666666667%;
|
|
20386
|
-
}
|
|
20387
|
-
.v-col-md-6 {
|
|
20388
|
-
flex: 0 0 50%;
|
|
20389
|
-
max-width: 50%;
|
|
20390
|
-
}
|
|
20391
|
-
.v-col-md-7 {
|
|
20392
|
-
flex: 0 0 58.3333333333%;
|
|
20393
|
-
max-width: 58.3333333333%;
|
|
20394
|
-
}
|
|
20395
|
-
.v-col-md-8 {
|
|
20396
|
-
flex: 0 0 66.6666666667%;
|
|
20397
|
-
max-width: 66.6666666667%;
|
|
20398
|
-
}
|
|
20399
|
-
.v-col-md-9 {
|
|
20400
|
-
flex: 0 0 75%;
|
|
20401
|
-
max-width: 75%;
|
|
20402
|
-
}
|
|
20403
|
-
.v-col-md-10 {
|
|
20404
|
-
flex: 0 0 83.3333333333%;
|
|
20405
|
-
max-width: 83.3333333333%;
|
|
20406
|
-
}
|
|
20407
|
-
.v-col-md-11 {
|
|
20408
|
-
flex: 0 0 91.6666666667%;
|
|
20409
|
-
max-width: 91.6666666667%;
|
|
20410
|
-
}
|
|
20411
|
-
.v-col-md-12 {
|
|
20412
|
-
flex: 0 0 100%;
|
|
20413
|
-
max-width: 100%;
|
|
20414
|
-
}
|
|
20415
|
-
.offset-md-0 {
|
|
20416
|
-
margin-inline-start: 0;
|
|
20417
|
-
}
|
|
20418
|
-
.offset-md-1 {
|
|
20419
|
-
margin-inline-start: 8.3333333333%;
|
|
20420
|
-
}
|
|
20421
|
-
.offset-md-2 {
|
|
20422
|
-
margin-inline-start: 16.6666666667%;
|
|
20423
|
-
}
|
|
20424
|
-
.offset-md-3 {
|
|
20425
|
-
margin-inline-start: 25%;
|
|
20426
|
-
}
|
|
20427
|
-
.offset-md-4 {
|
|
20428
|
-
margin-inline-start: 33.3333333333%;
|
|
20429
|
-
}
|
|
20430
|
-
.offset-md-5 {
|
|
20431
|
-
margin-inline-start: 41.6666666667%;
|
|
20432
|
-
}
|
|
20433
|
-
.offset-md-6 {
|
|
20434
|
-
margin-inline-start: 50%;
|
|
20435
|
-
}
|
|
20436
|
-
.offset-md-7 {
|
|
20437
|
-
margin-inline-start: 58.3333333333%;
|
|
20438
|
-
}
|
|
20439
|
-
.offset-md-8 {
|
|
20440
|
-
margin-inline-start: 66.6666666667%;
|
|
20441
|
-
}
|
|
20442
|
-
.offset-md-9 {
|
|
20443
|
-
margin-inline-start: 75%;
|
|
20444
|
-
}
|
|
20445
|
-
.offset-md-10 {
|
|
20446
|
-
margin-inline-start: 83.3333333333%;
|
|
20447
|
-
}
|
|
20448
|
-
.offset-md-11 {
|
|
20449
|
-
margin-inline-start: 91.6666666667%;
|
|
20450
|
-
}
|
|
20663
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20664
|
+
grid-row-gap: 0;
|
|
20451
20665
|
}
|
|
20452
|
-
|
|
20453
|
-
|
|
20454
|
-
|
|
20455
|
-
flex-grow: 1;
|
|
20456
|
-
max-width: 100%;
|
|
20457
|
-
}
|
|
20458
|
-
.v-col-lg-auto {
|
|
20459
|
-
flex: 0 0 auto;
|
|
20460
|
-
width: auto;
|
|
20461
|
-
max-width: 100%;
|
|
20462
|
-
}
|
|
20463
|
-
.v-col-lg-1 {
|
|
20464
|
-
flex: 0 0 8.3333333333%;
|
|
20465
|
-
max-width: 8.3333333333%;
|
|
20466
|
-
}
|
|
20467
|
-
.v-col-lg-2 {
|
|
20468
|
-
flex: 0 0 16.6666666667%;
|
|
20469
|
-
max-width: 16.6666666667%;
|
|
20470
|
-
}
|
|
20471
|
-
.v-col-lg-3 {
|
|
20472
|
-
flex: 0 0 25%;
|
|
20473
|
-
max-width: 25%;
|
|
20474
|
-
}
|
|
20475
|
-
.v-col-lg-4 {
|
|
20476
|
-
flex: 0 0 33.3333333333%;
|
|
20477
|
-
max-width: 33.3333333333%;
|
|
20478
|
-
}
|
|
20479
|
-
.v-col-lg-5 {
|
|
20480
|
-
flex: 0 0 41.6666666667%;
|
|
20481
|
-
max-width: 41.6666666667%;
|
|
20482
|
-
}
|
|
20483
|
-
.v-col-lg-6 {
|
|
20484
|
-
flex: 0 0 50%;
|
|
20485
|
-
max-width: 50%;
|
|
20486
|
-
}
|
|
20487
|
-
.v-col-lg-7 {
|
|
20488
|
-
flex: 0 0 58.3333333333%;
|
|
20489
|
-
max-width: 58.3333333333%;
|
|
20490
|
-
}
|
|
20491
|
-
.v-col-lg-8 {
|
|
20492
|
-
flex: 0 0 66.6666666667%;
|
|
20493
|
-
max-width: 66.6666666667%;
|
|
20494
|
-
}
|
|
20495
|
-
.v-col-lg-9 {
|
|
20496
|
-
flex: 0 0 75%;
|
|
20497
|
-
max-width: 75%;
|
|
20498
|
-
}
|
|
20499
|
-
.v-col-lg-10 {
|
|
20500
|
-
flex: 0 0 83.3333333333%;
|
|
20501
|
-
max-width: 83.3333333333%;
|
|
20502
|
-
}
|
|
20503
|
-
.v-col-lg-11 {
|
|
20504
|
-
flex: 0 0 91.6666666667%;
|
|
20505
|
-
max-width: 91.6666666667%;
|
|
20506
|
-
}
|
|
20507
|
-
.v-col-lg-12 {
|
|
20508
|
-
flex: 0 0 100%;
|
|
20509
|
-
max-width: 100%;
|
|
20510
|
-
}
|
|
20511
|
-
.offset-lg-0 {
|
|
20512
|
-
margin-inline-start: 0;
|
|
20513
|
-
}
|
|
20514
|
-
.offset-lg-1 {
|
|
20515
|
-
margin-inline-start: 8.3333333333%;
|
|
20516
|
-
}
|
|
20517
|
-
.offset-lg-2 {
|
|
20518
|
-
margin-inline-start: 16.6666666667%;
|
|
20519
|
-
}
|
|
20520
|
-
.offset-lg-3 {
|
|
20521
|
-
margin-inline-start: 25%;
|
|
20522
|
-
}
|
|
20523
|
-
.offset-lg-4 {
|
|
20524
|
-
margin-inline-start: 33.3333333333%;
|
|
20525
|
-
}
|
|
20526
|
-
.offset-lg-5 {
|
|
20527
|
-
margin-inline-start: 41.6666666667%;
|
|
20528
|
-
}
|
|
20529
|
-
.offset-lg-6 {
|
|
20530
|
-
margin-inline-start: 50%;
|
|
20531
|
-
}
|
|
20532
|
-
.offset-lg-7 {
|
|
20533
|
-
margin-inline-start: 58.3333333333%;
|
|
20534
|
-
}
|
|
20535
|
-
.offset-lg-8 {
|
|
20536
|
-
margin-inline-start: 66.6666666667%;
|
|
20537
|
-
}
|
|
20538
|
-
.offset-lg-9 {
|
|
20539
|
-
margin-inline-start: 75%;
|
|
20540
|
-
}
|
|
20541
|
-
.offset-lg-10 {
|
|
20542
|
-
margin-inline-start: 83.3333333333%;
|
|
20543
|
-
}
|
|
20544
|
-
.offset-lg-11 {
|
|
20545
|
-
margin-inline-start: 91.6666666667%;
|
|
20546
|
-
}
|
|
20666
|
+
|
|
20667
|
+
.v-date-picker-month__weekday {
|
|
20668
|
+
font-size: 0.85rem;
|
|
20547
20669
|
}
|
|
20548
|
-
|
|
20549
|
-
|
|
20550
|
-
|
|
20551
|
-
|
|
20552
|
-
|
|
20553
|
-
|
|
20554
|
-
|
|
20555
|
-
|
|
20556
|
-
|
|
20557
|
-
|
|
20558
|
-
|
|
20559
|
-
|
|
20560
|
-
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
20569
|
-
|
|
20570
|
-
|
|
20571
|
-
|
|
20572
|
-
|
|
20573
|
-
|
|
20574
|
-
|
|
20575
|
-
|
|
20576
|
-
|
|
20577
|
-
|
|
20578
|
-
|
|
20579
|
-
|
|
20580
|
-
|
|
20581
|
-
|
|
20582
|
-
|
|
20583
|
-
|
|
20584
|
-
|
|
20585
|
-
|
|
20586
|
-
|
|
20587
|
-
|
|
20588
|
-
|
|
20589
|
-
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
|
|
20593
|
-
|
|
20594
|
-
|
|
20595
|
-
|
|
20596
|
-
|
|
20597
|
-
|
|
20598
|
-
|
|
20599
|
-
|
|
20600
|
-
|
|
20601
|
-
|
|
20602
|
-
|
|
20603
|
-
|
|
20604
|
-
|
|
20605
|
-
|
|
20606
|
-
|
|
20607
|
-
|
|
20608
|
-
|
|
20609
|
-
|
|
20610
|
-
|
|
20611
|
-
|
|
20612
|
-
|
|
20613
|
-
|
|
20614
|
-
margin-inline-start: 16.6666666667%;
|
|
20615
|
-
}
|
|
20616
|
-
.offset-xl-3 {
|
|
20617
|
-
margin-inline-start: 25%;
|
|
20618
|
-
}
|
|
20619
|
-
.offset-xl-4 {
|
|
20620
|
-
margin-inline-start: 33.3333333333%;
|
|
20621
|
-
}
|
|
20622
|
-
.offset-xl-5 {
|
|
20623
|
-
margin-inline-start: 41.6666666667%;
|
|
20624
|
-
}
|
|
20625
|
-
.offset-xl-6 {
|
|
20626
|
-
margin-inline-start: 50%;
|
|
20627
|
-
}
|
|
20628
|
-
.offset-xl-7 {
|
|
20629
|
-
margin-inline-start: 58.3333333333%;
|
|
20630
|
-
}
|
|
20631
|
-
.offset-xl-8 {
|
|
20632
|
-
margin-inline-start: 66.6666666667%;
|
|
20633
|
-
}
|
|
20634
|
-
.offset-xl-9 {
|
|
20635
|
-
margin-inline-start: 75%;
|
|
20636
|
-
}
|
|
20637
|
-
.offset-xl-10 {
|
|
20638
|
-
margin-inline-start: 83.3333333333%;
|
|
20639
|
-
}
|
|
20640
|
-
.offset-xl-11 {
|
|
20641
|
-
margin-inline-start: 91.6666666667%;
|
|
20642
|
-
}
|
|
20670
|
+
|
|
20671
|
+
.v-date-picker-month__days {
|
|
20672
|
+
display: grid;
|
|
20673
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20674
|
+
column-gap: 4px;
|
|
20675
|
+
flex: 1 1;
|
|
20676
|
+
justify-content: space-around;
|
|
20677
|
+
}
|
|
20678
|
+
|
|
20679
|
+
.v-date-picker-month__day {
|
|
20680
|
+
align-items: center;
|
|
20681
|
+
display: flex;
|
|
20682
|
+
justify-content: center;
|
|
20683
|
+
position: relative;
|
|
20684
|
+
height: 40px;
|
|
20685
|
+
width: 40px;
|
|
20686
|
+
}
|
|
20687
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
20688
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20689
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20690
|
+
}
|
|
20691
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
20692
|
+
--v-btn-height: 24px;
|
|
20693
|
+
--v-btn-size: 0.85rem;
|
|
20694
|
+
}
|
|
20695
|
+
.v-date-picker-month__day--week {
|
|
20696
|
+
font-size: var(--v-btn-size);
|
|
20697
|
+
}
|
|
20698
|
+
|
|
20699
|
+
.v-date-picker-month__day--adjacent {
|
|
20700
|
+
opacity: 0.5;
|
|
20701
|
+
}
|
|
20702
|
+
|
|
20703
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
20704
|
+
opacity: 0;
|
|
20705
|
+
}.v-date-picker-months {
|
|
20706
|
+
height: 288px;
|
|
20707
|
+
}
|
|
20708
|
+
|
|
20709
|
+
.v-date-picker-months__content {
|
|
20710
|
+
align-items: center;
|
|
20711
|
+
display: grid;
|
|
20712
|
+
flex: 1 1;
|
|
20713
|
+
height: inherit;
|
|
20714
|
+
justify-content: space-around;
|
|
20715
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20716
|
+
grid-gap: 0px 24px;
|
|
20717
|
+
padding-inline-start: 36px;
|
|
20718
|
+
padding-inline-end: 36px;
|
|
20719
|
+
}
|
|
20720
|
+
.v-date-picker-months__content .v-btn {
|
|
20721
|
+
text-transform: none;
|
|
20722
|
+
padding-inline-start: 8px;
|
|
20723
|
+
padding-inline-end: 8px;
|
|
20724
|
+
}.v-date-picker-years {
|
|
20725
|
+
height: 288px;
|
|
20726
|
+
overflow-y: scroll;
|
|
20727
|
+
}
|
|
20728
|
+
|
|
20729
|
+
.v-date-picker-years__content {
|
|
20730
|
+
display: grid;
|
|
20731
|
+
flex: 1 1;
|
|
20732
|
+
justify-content: space-around;
|
|
20733
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20734
|
+
gap: 8px 24px;
|
|
20735
|
+
padding-inline: 32px;
|
|
20643
20736
|
}
|
|
20644
|
-
|
|
20645
|
-
|
|
20646
|
-
flex-basis: 0;
|
|
20647
|
-
flex-grow: 1;
|
|
20648
|
-
max-width: 100%;
|
|
20649
|
-
}
|
|
20650
|
-
.v-col-xxl-auto {
|
|
20651
|
-
flex: 0 0 auto;
|
|
20652
|
-
width: auto;
|
|
20653
|
-
max-width: 100%;
|
|
20654
|
-
}
|
|
20655
|
-
.v-col-xxl-1 {
|
|
20656
|
-
flex: 0 0 8.3333333333%;
|
|
20657
|
-
max-width: 8.3333333333%;
|
|
20658
|
-
}
|
|
20659
|
-
.v-col-xxl-2 {
|
|
20660
|
-
flex: 0 0 16.6666666667%;
|
|
20661
|
-
max-width: 16.6666666667%;
|
|
20662
|
-
}
|
|
20663
|
-
.v-col-xxl-3 {
|
|
20664
|
-
flex: 0 0 25%;
|
|
20665
|
-
max-width: 25%;
|
|
20666
|
-
}
|
|
20667
|
-
.v-col-xxl-4 {
|
|
20668
|
-
flex: 0 0 33.3333333333%;
|
|
20669
|
-
max-width: 33.3333333333%;
|
|
20670
|
-
}
|
|
20671
|
-
.v-col-xxl-5 {
|
|
20672
|
-
flex: 0 0 41.6666666667%;
|
|
20673
|
-
max-width: 41.6666666667%;
|
|
20674
|
-
}
|
|
20675
|
-
.v-col-xxl-6 {
|
|
20676
|
-
flex: 0 0 50%;
|
|
20677
|
-
max-width: 50%;
|
|
20678
|
-
}
|
|
20679
|
-
.v-col-xxl-7 {
|
|
20680
|
-
flex: 0 0 58.3333333333%;
|
|
20681
|
-
max-width: 58.3333333333%;
|
|
20682
|
-
}
|
|
20683
|
-
.v-col-xxl-8 {
|
|
20684
|
-
flex: 0 0 66.6666666667%;
|
|
20685
|
-
max-width: 66.6666666667%;
|
|
20686
|
-
}
|
|
20687
|
-
.v-col-xxl-9 {
|
|
20688
|
-
flex: 0 0 75%;
|
|
20689
|
-
max-width: 75%;
|
|
20690
|
-
}
|
|
20691
|
-
.v-col-xxl-10 {
|
|
20692
|
-
flex: 0 0 83.3333333333%;
|
|
20693
|
-
max-width: 83.3333333333%;
|
|
20694
|
-
}
|
|
20695
|
-
.v-col-xxl-11 {
|
|
20696
|
-
flex: 0 0 91.6666666667%;
|
|
20697
|
-
max-width: 91.6666666667%;
|
|
20698
|
-
}
|
|
20699
|
-
.v-col-xxl-12 {
|
|
20700
|
-
flex: 0 0 100%;
|
|
20701
|
-
max-width: 100%;
|
|
20702
|
-
}
|
|
20703
|
-
.offset-xxl-0 {
|
|
20704
|
-
margin-inline-start: 0;
|
|
20705
|
-
}
|
|
20706
|
-
.offset-xxl-1 {
|
|
20707
|
-
margin-inline-start: 8.3333333333%;
|
|
20708
|
-
}
|
|
20709
|
-
.offset-xxl-2 {
|
|
20710
|
-
margin-inline-start: 16.6666666667%;
|
|
20711
|
-
}
|
|
20712
|
-
.offset-xxl-3 {
|
|
20713
|
-
margin-inline-start: 25%;
|
|
20714
|
-
}
|
|
20715
|
-
.offset-xxl-4 {
|
|
20716
|
-
margin-inline-start: 33.3333333333%;
|
|
20717
|
-
}
|
|
20718
|
-
.offset-xxl-5 {
|
|
20719
|
-
margin-inline-start: 41.6666666667%;
|
|
20720
|
-
}
|
|
20721
|
-
.offset-xxl-6 {
|
|
20722
|
-
margin-inline-start: 50%;
|
|
20723
|
-
}
|
|
20724
|
-
.offset-xxl-7 {
|
|
20725
|
-
margin-inline-start: 58.3333333333%;
|
|
20726
|
-
}
|
|
20727
|
-
.offset-xxl-8 {
|
|
20728
|
-
margin-inline-start: 66.6666666667%;
|
|
20729
|
-
}
|
|
20730
|
-
.offset-xxl-9 {
|
|
20731
|
-
margin-inline-start: 75%;
|
|
20732
|
-
}
|
|
20733
|
-
.offset-xxl-10 {
|
|
20734
|
-
margin-inline-start: 83.3333333333%;
|
|
20735
|
-
}
|
|
20736
|
-
.offset-xxl-11 {
|
|
20737
|
-
margin-inline-start: 91.6666666667%;
|
|
20738
|
-
}
|
|
20737
|
+
.v-date-picker-years__content .v-btn {
|
|
20738
|
+
padding-inline: 8px;
|
|
20739
20739
|
}.v-dialog {
|
|
20740
20740
|
align-items: center;
|
|
20741
20741
|
justify-content: center;
|
|
@@ -20878,73 +20878,6 @@ html.overflow-y-hidden {
|
|
|
20878
20878
|
}
|
|
20879
20879
|
.v-divider__wrapper--vertical .v-divider {
|
|
20880
20880
|
margin: 0 auto;
|
|
20881
|
-
}.v-empty-state {
|
|
20882
|
-
align-items: center;
|
|
20883
|
-
display: flex;
|
|
20884
|
-
flex-direction: column;
|
|
20885
|
-
justify-content: center;
|
|
20886
|
-
min-height: 100%;
|
|
20887
|
-
padding: 16px;
|
|
20888
|
-
}
|
|
20889
|
-
.v-empty-state--start {
|
|
20890
|
-
align-items: flex-start;
|
|
20891
|
-
}
|
|
20892
|
-
.v-empty-state--center {
|
|
20893
|
-
align-items: center;
|
|
20894
|
-
}
|
|
20895
|
-
.v-empty-state--end {
|
|
20896
|
-
align-items: flex-end;
|
|
20897
|
-
}
|
|
20898
|
-
|
|
20899
|
-
.v-empty-state__media {
|
|
20900
|
-
text-align: center;
|
|
20901
|
-
width: 100%;
|
|
20902
|
-
}
|
|
20903
|
-
.v-empty-state__media .v-icon {
|
|
20904
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20905
|
-
}
|
|
20906
|
-
|
|
20907
|
-
.v-empty-state__headline {
|
|
20908
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20909
|
-
font-size: 3.75rem;
|
|
20910
|
-
font-weight: 300;
|
|
20911
|
-
line-height: 1;
|
|
20912
|
-
text-align: center;
|
|
20913
|
-
margin-bottom: 8px;
|
|
20914
|
-
}
|
|
20915
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
|
20916
|
-
font-size: 2.125rem;
|
|
20917
|
-
}
|
|
20918
|
-
|
|
20919
|
-
.v-empty-state__title {
|
|
20920
|
-
font-size: 1.25rem;
|
|
20921
|
-
font-weight: 500;
|
|
20922
|
-
line-height: 1.6;
|
|
20923
|
-
margin-bottom: 4px;
|
|
20924
|
-
text-align: center;
|
|
20925
|
-
}
|
|
20926
|
-
|
|
20927
|
-
.v-empty-state__text {
|
|
20928
|
-
font-size: 0.875rem;
|
|
20929
|
-
font-weight: 400;
|
|
20930
|
-
line-height: 1.425;
|
|
20931
|
-
padding: 0 16px;
|
|
20932
|
-
text-align: center;
|
|
20933
|
-
}
|
|
20934
|
-
|
|
20935
|
-
.v-empty-state__content {
|
|
20936
|
-
padding: 24px 0;
|
|
20937
|
-
}
|
|
20938
|
-
|
|
20939
|
-
.v-empty-state__actions {
|
|
20940
|
-
display: flex;
|
|
20941
|
-
gap: 8px;
|
|
20942
|
-
padding: 16px;
|
|
20943
|
-
}
|
|
20944
|
-
|
|
20945
|
-
.v-empty-state__action-btn.v-btn {
|
|
20946
|
-
background-color: initial;
|
|
20947
|
-
color: initial;
|
|
20948
20881
|
}.v-expansion-panel {
|
|
20949
20882
|
background-color: rgb(var(--v-theme-surface));
|
|
20950
20883
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -21155,6 +21088,73 @@ html.overflow-y-hidden {
|
|
|
21155
21088
|
}
|
|
21156
21089
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21157
21090
|
border-radius: 0;
|
|
21091
|
+
}.v-empty-state {
|
|
21092
|
+
align-items: center;
|
|
21093
|
+
display: flex;
|
|
21094
|
+
flex-direction: column;
|
|
21095
|
+
justify-content: center;
|
|
21096
|
+
min-height: 100%;
|
|
21097
|
+
padding: 16px;
|
|
21098
|
+
}
|
|
21099
|
+
.v-empty-state--start {
|
|
21100
|
+
align-items: flex-start;
|
|
21101
|
+
}
|
|
21102
|
+
.v-empty-state--center {
|
|
21103
|
+
align-items: center;
|
|
21104
|
+
}
|
|
21105
|
+
.v-empty-state--end {
|
|
21106
|
+
align-items: flex-end;
|
|
21107
|
+
}
|
|
21108
|
+
|
|
21109
|
+
.v-empty-state__media {
|
|
21110
|
+
text-align: center;
|
|
21111
|
+
width: 100%;
|
|
21112
|
+
}
|
|
21113
|
+
.v-empty-state__media .v-icon {
|
|
21114
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21115
|
+
}
|
|
21116
|
+
|
|
21117
|
+
.v-empty-state__headline {
|
|
21118
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21119
|
+
font-size: 3.75rem;
|
|
21120
|
+
font-weight: 300;
|
|
21121
|
+
line-height: 1;
|
|
21122
|
+
text-align: center;
|
|
21123
|
+
margin-bottom: 8px;
|
|
21124
|
+
}
|
|
21125
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
21126
|
+
font-size: 2.125rem;
|
|
21127
|
+
}
|
|
21128
|
+
|
|
21129
|
+
.v-empty-state__title {
|
|
21130
|
+
font-size: 1.25rem;
|
|
21131
|
+
font-weight: 500;
|
|
21132
|
+
line-height: 1.6;
|
|
21133
|
+
margin-bottom: 4px;
|
|
21134
|
+
text-align: center;
|
|
21135
|
+
}
|
|
21136
|
+
|
|
21137
|
+
.v-empty-state__text {
|
|
21138
|
+
font-size: 0.875rem;
|
|
21139
|
+
font-weight: 400;
|
|
21140
|
+
line-height: 1.425;
|
|
21141
|
+
padding: 0 16px;
|
|
21142
|
+
text-align: center;
|
|
21143
|
+
}
|
|
21144
|
+
|
|
21145
|
+
.v-empty-state__content {
|
|
21146
|
+
padding: 24px 0;
|
|
21147
|
+
}
|
|
21148
|
+
|
|
21149
|
+
.v-empty-state__actions {
|
|
21150
|
+
display: flex;
|
|
21151
|
+
gap: 8px;
|
|
21152
|
+
padding: 16px;
|
|
21153
|
+
}
|
|
21154
|
+
|
|
21155
|
+
.v-empty-state__action-btn.v-btn {
|
|
21156
|
+
background-color: initial;
|
|
21157
|
+
color: initial;
|
|
21158
21158
|
}.v-fab {
|
|
21159
21159
|
align-items: center;
|
|
21160
21160
|
display: inline-flex;
|
|
@@ -21966,26 +21966,6 @@ textarea.v-field__input::placeholder {
|
|
|
21966
21966
|
display: flex;
|
|
21967
21967
|
justify-content: center;
|
|
21968
21968
|
padding: 8px;
|
|
21969
|
-
}.v-item-group {
|
|
21970
|
-
flex: 0 1 auto;
|
|
21971
|
-
max-width: 100%;
|
|
21972
|
-
position: relative;
|
|
21973
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21974
|
-
}.v-label {
|
|
21975
|
-
align-items: center;
|
|
21976
|
-
color: inherit;
|
|
21977
|
-
display: inline-flex;
|
|
21978
|
-
font-size: 1rem;
|
|
21979
|
-
letter-spacing: 0.009375em;
|
|
21980
|
-
min-width: 0;
|
|
21981
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21982
|
-
overflow: hidden;
|
|
21983
|
-
text-overflow: ellipsis;
|
|
21984
|
-
white-space: nowrap;
|
|
21985
|
-
}
|
|
21986
|
-
|
|
21987
|
-
.v-label--clickable {
|
|
21988
|
-
cursor: pointer;
|
|
21989
21969
|
}.v-input {
|
|
21990
21970
|
display: grid;
|
|
21991
21971
|
flex: 1 1 auto;
|
|
@@ -22128,6 +22108,41 @@ textarea.v-field__input::placeholder {
|
|
|
22128
22108
|
|
|
22129
22109
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
22130
22110
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
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
|
+
}.v-label {
|
|
22117
|
+
align-items: center;
|
|
22118
|
+
color: inherit;
|
|
22119
|
+
display: inline-flex;
|
|
22120
|
+
font-size: 1rem;
|
|
22121
|
+
letter-spacing: 0.009375em;
|
|
22122
|
+
min-width: 0;
|
|
22123
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22124
|
+
overflow: hidden;
|
|
22125
|
+
text-overflow: ellipsis;
|
|
22126
|
+
white-space: nowrap;
|
|
22127
|
+
}
|
|
22128
|
+
|
|
22129
|
+
.v-label--clickable {
|
|
22130
|
+
cursor: pointer;
|
|
22131
|
+
}.v-layout-item {
|
|
22132
|
+
position: absolute;
|
|
22133
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22134
|
+
}
|
|
22135
|
+
|
|
22136
|
+
.v-layout-item--absolute {
|
|
22137
|
+
position: absolute;
|
|
22138
|
+
}.v-layout {
|
|
22139
|
+
--v-scrollbar-offset: 0px;
|
|
22140
|
+
display: flex;
|
|
22141
|
+
flex: 1 1 auto;
|
|
22142
|
+
}
|
|
22143
|
+
.v-layout--full-height {
|
|
22144
|
+
--v-scrollbar-offset: inherit;
|
|
22145
|
+
height: 100%;
|
|
22131
22146
|
}.v-list {
|
|
22132
22147
|
overflow: auto;
|
|
22133
22148
|
padding: 8px 0;
|
|
@@ -22685,36 +22700,8 @@ textarea.v-field__input::placeholder {
|
|
|
22685
22700
|
}
|
|
22686
22701
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
22687
22702
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22688
|
-
}.v-layout-item {
|
|
22689
|
-
position: absolute;
|
|
22690
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22691
|
-
}
|
|
22692
|
-
|
|
22693
|
-
.v-layout-item--absolute {
|
|
22694
|
-
position: absolute;
|
|
22695
|
-
}.v-layout {
|
|
22696
|
-
--v-scrollbar-offset: 0px;
|
|
22697
|
-
display: flex;
|
|
22698
|
-
flex: 1 1 auto;
|
|
22699
|
-
}
|
|
22700
|
-
.v-layout--full-height {
|
|
22701
|
-
--v-scrollbar-offset: inherit;
|
|
22702
|
-
height: 100%;
|
|
22703
22703
|
}.v-locale-provider {
|
|
22704
22704
|
display: contents;
|
|
22705
|
-
}.v-menu > .v-overlay__content {
|
|
22706
|
-
display: flex;
|
|
22707
|
-
flex-direction: column;
|
|
22708
|
-
border-radius: 4px;
|
|
22709
|
-
}
|
|
22710
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
22711
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
22712
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22713
|
-
background: rgb(var(--v-theme-surface));
|
|
22714
|
-
border-radius: inherit;
|
|
22715
|
-
overflow: auto;
|
|
22716
|
-
height: 100%;
|
|
22717
|
-
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));
|
|
22718
22705
|
}.v-main {
|
|
22719
22706
|
flex: 1 0 auto;
|
|
22720
22707
|
max-width: 100%;
|
|
@@ -22743,6 +22730,19 @@ textarea.v-field__input::placeholder {
|
|
|
22743
22730
|
--v-layout-right: 0px;
|
|
22744
22731
|
--v-layout-top: 0px;
|
|
22745
22732
|
--v-layout-bottom: 0px;
|
|
22733
|
+
}.v-menu > .v-overlay__content {
|
|
22734
|
+
display: flex;
|
|
22735
|
+
flex-direction: column;
|
|
22736
|
+
border-radius: 4px;
|
|
22737
|
+
}
|
|
22738
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22739
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22740
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22741
|
+
background: rgb(var(--v-theme-surface));
|
|
22742
|
+
border-radius: inherit;
|
|
22743
|
+
overflow: auto;
|
|
22744
|
+
height: 100%;
|
|
22745
|
+
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));
|
|
22746
22746
|
}.v-messages {
|
|
22747
22747
|
flex: 1 1 auto;
|
|
22748
22748
|
font-size: 12px;
|
|
@@ -22917,14 +22917,6 @@ textarea.v-field__input::placeholder {
|
|
|
22917
22917
|
}
|
|
22918
22918
|
.v-otp-input__loader .v-progress-linear {
|
|
22919
22919
|
position: absolute;
|
|
22920
|
-
}.v-pagination__list {
|
|
22921
|
-
display: inline-flex;
|
|
22922
|
-
list-style-type: none;
|
|
22923
|
-
justify-content: center;
|
|
22924
|
-
width: 100%;
|
|
22925
|
-
}
|
|
22926
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22927
|
-
margin: 0.3rem;
|
|
22928
22920
|
}.v-overlay-container {
|
|
22929
22921
|
contain: layout;
|
|
22930
22922
|
left: 0;
|
|
@@ -22988,6 +22980,20 @@ html.v-overlay-scroll-blocked {
|
|
|
22988
22980
|
|
|
22989
22981
|
.v-overlay--scroll-blocked {
|
|
22990
22982
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22983
|
+
}.v-pagination__list {
|
|
22984
|
+
display: inline-flex;
|
|
22985
|
+
list-style-type: none;
|
|
22986
|
+
justify-content: center;
|
|
22987
|
+
width: 100%;
|
|
22988
|
+
}
|
|
22989
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22990
|
+
margin: 0.3rem;
|
|
22991
|
+
}.v-parallax {
|
|
22992
|
+
position: relative;
|
|
22993
|
+
overflow: hidden;
|
|
22994
|
+
}
|
|
22995
|
+
.v-parallax--active > .v-img__img {
|
|
22996
|
+
will-change: transform;
|
|
22991
22997
|
}.v-progress-circular {
|
|
22992
22998
|
align-items: center;
|
|
22993
22999
|
display: inline-flex;
|
|
@@ -23090,12 +23096,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23090
23096
|
100% {
|
|
23091
23097
|
transform: rotate(270deg);
|
|
23092
23098
|
}
|
|
23093
|
-
}.v-parallax {
|
|
23094
|
-
position: relative;
|
|
23095
|
-
overflow: hidden;
|
|
23096
|
-
}
|
|
23097
|
-
.v-parallax--active > .v-img__img {
|
|
23098
|
-
will-change: transform;
|
|
23099
23099
|
}.v-progress-linear {
|
|
23100
23100
|
background: transparent;
|
|
23101
23101
|
overflow: hidden;
|
|
@@ -23430,32 +23430,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23430
23430
|
opacity: 0;
|
|
23431
23431
|
position: absolute;
|
|
23432
23432
|
width: 0;
|
|
23433
|
-
}.v-responsive {
|
|
23434
|
-
display: flex;
|
|
23435
|
-
flex: 1 0 auto;
|
|
23436
|
-
max-height: 100%;
|
|
23437
|
-
max-width: 100%;
|
|
23438
|
-
overflow: hidden;
|
|
23439
|
-
position: relative;
|
|
23440
|
-
}
|
|
23441
|
-
.v-responsive--inline {
|
|
23442
|
-
display: inline-flex;
|
|
23443
|
-
flex: 0 0 auto;
|
|
23444
|
-
}
|
|
23445
|
-
|
|
23446
|
-
.v-responsive__content {
|
|
23447
|
-
flex: 1 0 0px;
|
|
23448
|
-
max-width: 100%;
|
|
23449
|
-
}
|
|
23450
|
-
|
|
23451
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
23452
|
-
margin-inline-start: -100%;
|
|
23453
|
-
}
|
|
23454
|
-
|
|
23455
|
-
.v-responsive__sizer {
|
|
23456
|
-
flex: 1 0 0px;
|
|
23457
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23458
|
-
pointer-events: none;
|
|
23459
23433
|
}.v-select .v-field .v-text-field__prefix,
|
|
23460
23434
|
.v-select .v-field .v-text-field__suffix,
|
|
23461
23435
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -23504,34 +23478,32 @@ html.v-overlay-scroll-blocked {
|
|
|
23504
23478
|
.v-select--active-menu .v-select__menu-icon {
|
|
23505
23479
|
opacity: var(--v-high-emphasis-opacity);
|
|
23506
23480
|
transform: rotate(180deg);
|
|
23507
|
-
}.v-
|
|
23508
|
-
display:
|
|
23509
|
-
|
|
23510
|
-
|
|
23511
|
-
|
|
23512
|
-
|
|
23513
|
-
|
|
23514
|
-
background: rgb(var(--v-theme-surface));
|
|
23515
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23516
|
-
}
|
|
23517
|
-
.v-sheet--border {
|
|
23518
|
-
border-width: thin;
|
|
23519
|
-
box-shadow: none;
|
|
23520
|
-
}
|
|
23521
|
-
.v-sheet--absolute {
|
|
23522
|
-
position: absolute;
|
|
23481
|
+
}.v-responsive {
|
|
23482
|
+
display: flex;
|
|
23483
|
+
flex: 1 0 auto;
|
|
23484
|
+
max-height: 100%;
|
|
23485
|
+
max-width: 100%;
|
|
23486
|
+
overflow: hidden;
|
|
23487
|
+
position: relative;
|
|
23523
23488
|
}
|
|
23524
|
-
.v-
|
|
23525
|
-
|
|
23489
|
+
.v-responsive--inline {
|
|
23490
|
+
display: inline-flex;
|
|
23491
|
+
flex: 0 0 auto;
|
|
23526
23492
|
}
|
|
23527
|
-
|
|
23528
|
-
|
|
23493
|
+
|
|
23494
|
+
.v-responsive__content {
|
|
23495
|
+
flex: 1 0 0px;
|
|
23496
|
+
max-width: 100%;
|
|
23529
23497
|
}
|
|
23530
|
-
|
|
23531
|
-
|
|
23498
|
+
|
|
23499
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
23500
|
+
margin-inline-start: -100%;
|
|
23532
23501
|
}
|
|
23533
|
-
|
|
23534
|
-
|
|
23502
|
+
|
|
23503
|
+
.v-responsive__sizer {
|
|
23504
|
+
flex: 1 0 0px;
|
|
23505
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23506
|
+
pointer-events: none;
|
|
23535
23507
|
}.v-selection-control {
|
|
23536
23508
|
align-items: center;
|
|
23537
23509
|
contain: layout;
|
|
@@ -23847,23 +23819,106 @@ html.v-overlay-scroll-blocked {
|
|
|
23847
23819
|
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
23848
23820
|
max-width: 70%;
|
|
23849
23821
|
}
|
|
23850
|
-
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
23822
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
23823
|
+
display: none;
|
|
23824
|
+
}
|
|
23825
|
+
.v-skeleton-loader--is-loading {
|
|
23826
|
+
overflow: hidden;
|
|
23827
|
+
}
|
|
23828
|
+
.v-skeleton-loader--tile {
|
|
23829
|
+
border-radius: 0;
|
|
23830
|
+
}
|
|
23831
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
23832
|
+
border-radius: 0;
|
|
23833
|
+
}
|
|
23834
|
+
|
|
23835
|
+
@keyframes loading {
|
|
23836
|
+
100% {
|
|
23837
|
+
transform: translateX(100%);
|
|
23838
|
+
}
|
|
23839
|
+
}.v-sheet {
|
|
23840
|
+
display: block;
|
|
23841
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23842
|
+
border-style: solid;
|
|
23843
|
+
border-width: 0;
|
|
23844
|
+
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));
|
|
23845
|
+
border-radius: 0;
|
|
23846
|
+
background: rgb(var(--v-theme-surface));
|
|
23847
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23848
|
+
}
|
|
23849
|
+
.v-sheet--border {
|
|
23850
|
+
border-width: thin;
|
|
23851
|
+
box-shadow: none;
|
|
23852
|
+
}
|
|
23853
|
+
.v-sheet--absolute {
|
|
23854
|
+
position: absolute;
|
|
23855
|
+
}
|
|
23856
|
+
.v-sheet--fixed {
|
|
23857
|
+
position: fixed;
|
|
23858
|
+
}
|
|
23859
|
+
.v-sheet--relative {
|
|
23860
|
+
position: relative;
|
|
23861
|
+
}
|
|
23862
|
+
.v-sheet--sticky {
|
|
23863
|
+
position: sticky;
|
|
23864
|
+
}
|
|
23865
|
+
.v-sheet--rounded {
|
|
23866
|
+
border-radius: 4px;
|
|
23867
|
+
}.v-slide-group {
|
|
23868
|
+
display: flex;
|
|
23869
|
+
overflow: hidden;
|
|
23870
|
+
}
|
|
23871
|
+
|
|
23872
|
+
.v-slide-group__next,
|
|
23873
|
+
.v-slide-group__prev {
|
|
23874
|
+
align-items: center;
|
|
23875
|
+
display: flex;
|
|
23876
|
+
flex: 0 1 52px;
|
|
23877
|
+
justify-content: center;
|
|
23878
|
+
min-width: 52px;
|
|
23879
|
+
cursor: pointer;
|
|
23880
|
+
}
|
|
23881
|
+
.v-slide-group__next--disabled,
|
|
23882
|
+
.v-slide-group__prev--disabled {
|
|
23883
|
+
pointer-events: none;
|
|
23884
|
+
opacity: var(--v-disabled-opacity);
|
|
23885
|
+
}
|
|
23886
|
+
|
|
23887
|
+
.v-slide-group__content {
|
|
23888
|
+
display: flex;
|
|
23889
|
+
flex: 1 0 auto;
|
|
23890
|
+
position: relative;
|
|
23891
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23892
|
+
white-space: nowrap;
|
|
23893
|
+
}
|
|
23894
|
+
.v-slide-group__content > * {
|
|
23895
|
+
white-space: initial;
|
|
23896
|
+
}
|
|
23897
|
+
|
|
23898
|
+
.v-slide-group__container {
|
|
23899
|
+
contain: content;
|
|
23900
|
+
display: flex;
|
|
23901
|
+
flex: 1 1 auto;
|
|
23902
|
+
overflow-x: auto;
|
|
23903
|
+
overflow-y: hidden;
|
|
23904
|
+
scrollbar-width: none;
|
|
23905
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
23906
|
+
}
|
|
23907
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
23851
23908
|
display: none;
|
|
23852
23909
|
}
|
|
23853
|
-
|
|
23854
|
-
|
|
23855
|
-
|
|
23856
|
-
.v-skeleton-loader--tile {
|
|
23857
|
-
border-radius: 0;
|
|
23910
|
+
|
|
23911
|
+
.v-slide-group--vertical {
|
|
23912
|
+
max-height: inherit;
|
|
23858
23913
|
}
|
|
23859
|
-
.v-
|
|
23860
|
-
|
|
23914
|
+
.v-slide-group--vertical,
|
|
23915
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23916
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23917
|
+
flex-direction: column;
|
|
23861
23918
|
}
|
|
23862
|
-
|
|
23863
|
-
|
|
23864
|
-
|
|
23865
|
-
transform: translateX(100%);
|
|
23866
|
-
}
|
|
23919
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
23920
|
+
overflow-x: hidden;
|
|
23921
|
+
overflow-y: auto;
|
|
23867
23922
|
}.v-snackbar {
|
|
23868
23923
|
justify-content: center;
|
|
23869
23924
|
z-index: 10000;
|
|
@@ -24002,61 +24057,47 @@ html.v-overlay-scroll-blocked {
|
|
|
24002
24057
|
}
|
|
24003
24058
|
.v-snackbar-transition-leave-to {
|
|
24004
24059
|
opacity: 0;
|
|
24005
|
-
}.v-
|
|
24006
|
-
|
|
24007
|
-
overflow: hidden;
|
|
24060
|
+
}.v-speed-dial__content {
|
|
24061
|
+
gap: 8px;
|
|
24008
24062
|
}
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
.v-slide-group__prev {
|
|
24012
|
-
align-items: center;
|
|
24013
|
-
display: flex;
|
|
24014
|
-
flex: 0 1 52px;
|
|
24015
|
-
justify-content: center;
|
|
24016
|
-
min-width: 52px;
|
|
24017
|
-
cursor: pointer;
|
|
24063
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24064
|
+
flex-direction: row;
|
|
24018
24065
|
}
|
|
24019
|
-
.v-
|
|
24020
|
-
|
|
24021
|
-
pointer-events: none;
|
|
24022
|
-
opacity: var(--v-disabled-opacity);
|
|
24066
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24067
|
+
flex-direction: row-reverse;
|
|
24023
24068
|
}
|
|
24024
|
-
|
|
24025
|
-
|
|
24026
|
-
display: flex;
|
|
24027
|
-
flex: 1 0 auto;
|
|
24028
|
-
position: relative;
|
|
24029
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24030
|
-
white-space: nowrap;
|
|
24069
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24070
|
+
flex-direction: column-reverse;
|
|
24031
24071
|
}
|
|
24032
|
-
.v-
|
|
24033
|
-
|
|
24072
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
24073
|
+
transition-delay: 0s;
|
|
24034
24074
|
}
|
|
24035
|
-
|
|
24036
|
-
|
|
24037
|
-
contain: content;
|
|
24038
|
-
display: flex;
|
|
24039
|
-
flex: 1 1 auto;
|
|
24040
|
-
overflow-x: auto;
|
|
24041
|
-
overflow-y: hidden;
|
|
24042
|
-
scrollbar-width: none;
|
|
24043
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24075
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
24076
|
+
transition-delay: 0.05s;
|
|
24044
24077
|
}
|
|
24045
|
-
.v-
|
|
24046
|
-
|
|
24078
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
24079
|
+
transition-delay: 0.1s;
|
|
24047
24080
|
}
|
|
24048
|
-
|
|
24049
|
-
|
|
24050
|
-
max-height: inherit;
|
|
24081
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
24082
|
+
transition-delay: 0.15s;
|
|
24051
24083
|
}
|
|
24052
|
-
.v-
|
|
24053
|
-
|
|
24054
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
24055
|
-
flex-direction: column;
|
|
24084
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
24085
|
+
transition-delay: 0.2s;
|
|
24056
24086
|
}
|
|
24057
|
-
.v-
|
|
24058
|
-
|
|
24059
|
-
|
|
24087
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
24088
|
+
transition-delay: 0.25s;
|
|
24089
|
+
}
|
|
24090
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
24091
|
+
transition-delay: 0.3s;
|
|
24092
|
+
}
|
|
24093
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
24094
|
+
transition-delay: 0.35s;
|
|
24095
|
+
}
|
|
24096
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
24097
|
+
transition-delay: 0.4s;
|
|
24098
|
+
}
|
|
24099
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
24100
|
+
transition-delay: 0.45s;
|
|
24060
24101
|
}.v-stepper.v-sheet {
|
|
24061
24102
|
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));
|
|
24062
24103
|
border-radius: 4px;
|
|
@@ -24223,47 +24264,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24223
24264
|
width: 100%;
|
|
24224
24265
|
height: 100%;
|
|
24225
24266
|
pointer-events: none;
|
|
24226
|
-
}.v-speed-dial__content {
|
|
24227
|
-
gap: 8px;
|
|
24228
|
-
}
|
|
24229
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24230
|
-
flex-direction: row;
|
|
24231
|
-
}
|
|
24232
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24233
|
-
flex-direction: row-reverse;
|
|
24234
|
-
}
|
|
24235
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24236
|
-
flex-direction: column-reverse;
|
|
24237
|
-
}
|
|
24238
|
-
.v-speed-dial__content > *:nth-child(1) {
|
|
24239
|
-
transition-delay: 0s;
|
|
24240
|
-
}
|
|
24241
|
-
.v-speed-dial__content > *:nth-child(2) {
|
|
24242
|
-
transition-delay: 0.05s;
|
|
24243
|
-
}
|
|
24244
|
-
.v-speed-dial__content > *:nth-child(3) {
|
|
24245
|
-
transition-delay: 0.1s;
|
|
24246
|
-
}
|
|
24247
|
-
.v-speed-dial__content > *:nth-child(4) {
|
|
24248
|
-
transition-delay: 0.15s;
|
|
24249
|
-
}
|
|
24250
|
-
.v-speed-dial__content > *:nth-child(5) {
|
|
24251
|
-
transition-delay: 0.2s;
|
|
24252
|
-
}
|
|
24253
|
-
.v-speed-dial__content > *:nth-child(6) {
|
|
24254
|
-
transition-delay: 0.25s;
|
|
24255
|
-
}
|
|
24256
|
-
.v-speed-dial__content > *:nth-child(7) {
|
|
24257
|
-
transition-delay: 0.3s;
|
|
24258
|
-
}
|
|
24259
|
-
.v-speed-dial__content > *:nth-child(8) {
|
|
24260
|
-
transition-delay: 0.35s;
|
|
24261
|
-
}
|
|
24262
|
-
.v-speed-dial__content > *:nth-child(9) {
|
|
24263
|
-
transition-delay: 0.4s;
|
|
24264
|
-
}
|
|
24265
|
-
.v-speed-dial__content > *:nth-child(10) {
|
|
24266
|
-
transition-delay: 0.45s;
|
|
24267
24267
|
}.v-switch .v-label {
|
|
24268
24268
|
padding-inline-start: 10px;
|
|
24269
24269
|
}
|
|
@@ -24440,142 +24440,47 @@ html.v-overlay-scroll-blocked {
|
|
|
24440
24440
|
}
|
|
24441
24441
|
.v-switch.v-switch--loading .v-switch__thumb {
|
|
24442
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;
|
|
24466
|
-
}
|
|
24467
|
-
.v-system-bar .v-icon {
|
|
24468
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
24469
|
-
}
|
|
24470
|
-
.v-system-bar--absolute {
|
|
24471
|
-
position: absolute;
|
|
24472
|
-
}
|
|
24473
|
-
.v-system-bar--fixed {
|
|
24474
|
-
position: fixed;
|
|
24475
|
-
}
|
|
24476
|
-
.v-system-bar--rounded {
|
|
24477
|
-
border-radius: 0;
|
|
24478
|
-
}
|
|
24479
|
-
.v-system-bar--window {
|
|
24480
|
-
height: 32px;
|
|
24481
|
-
}
|
|
24482
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24483
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24484
|
-
}.v-tab.v-tab.v-btn {
|
|
24485
|
-
height: var(--v-tabs-height);
|
|
24486
|
-
border-radius: 0;
|
|
24487
|
-
min-width: 90px;
|
|
24488
|
-
}
|
|
24489
|
-
.v-slide-group--horizontal .v-tab {
|
|
24490
|
-
max-width: 360px;
|
|
24491
|
-
}
|
|
24492
|
-
.v-slide-group--vertical .v-tab {
|
|
24493
|
-
justify-content: start;
|
|
24494
|
-
}
|
|
24495
|
-
|
|
24496
|
-
.v-tab__slider {
|
|
24497
|
-
position: absolute;
|
|
24498
|
-
bottom: 0;
|
|
24499
|
-
left: 0;
|
|
24500
|
-
height: 2px;
|
|
24501
|
-
width: 100%;
|
|
24502
|
-
background: currentColor;
|
|
24503
|
-
pointer-events: none;
|
|
24504
|
-
opacity: 0;
|
|
24505
|
-
}
|
|
24506
|
-
.v-tab--selected .v-tab__slider {
|
|
24507
|
-
opacity: 1;
|
|
24508
|
-
}
|
|
24509
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
24510
|
-
top: 0;
|
|
24511
|
-
height: 100%;
|
|
24512
|
-
width: 2px;
|
|
24513
|
-
}.v-tabs {
|
|
24514
|
-
display: flex;
|
|
24515
|
-
height: var(--v-tabs-height);
|
|
24516
|
-
}
|
|
24517
|
-
.v-tabs--density-default {
|
|
24518
|
-
--v-tabs-height: 48px;
|
|
24519
|
-
}
|
|
24520
|
-
.v-tabs--density-default.v-tabs--stacked {
|
|
24521
|
-
--v-tabs-height: 72px;
|
|
24522
|
-
}
|
|
24523
|
-
|
|
24524
|
-
.v-tabs--density-comfortable {
|
|
24525
|
-
--v-tabs-height: 44px;
|
|
24526
|
-
}
|
|
24527
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24528
|
-
--v-tabs-height: 68px;
|
|
24529
|
-
}
|
|
24530
|
-
|
|
24531
|
-
.v-tabs--density-compact {
|
|
24532
|
-
--v-tabs-height: 36px;
|
|
24533
|
-
}
|
|
24534
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
|
24535
|
-
--v-tabs-height: 60px;
|
|
24536
|
-
}
|
|
24537
|
-
|
|
24538
|
-
.v-tabs.v-slide-group--vertical {
|
|
24539
|
-
height: auto;
|
|
24540
|
-
flex: none;
|
|
24541
|
-
--v-tabs-height: 48px;
|
|
24542
|
-
}
|
|
24543
|
-
|
|
24544
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24545
|
-
margin-inline-start: 42px;
|
|
24546
|
-
}
|
|
24547
|
-
|
|
24548
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
24549
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24550
|
-
margin-inline-end: auto;
|
|
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;
|
|
24551
24466
|
}
|
|
24552
|
-
.v-
|
|
24553
|
-
|
|
24554
|
-
margin-inline-start: auto;
|
|
24467
|
+
.v-system-bar .v-icon {
|
|
24468
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24555
24469
|
}
|
|
24556
|
-
|
|
24557
|
-
|
|
24558
|
-
flex-grow: 1;
|
|
24470
|
+
.v-system-bar--absolute {
|
|
24471
|
+
position: absolute;
|
|
24559
24472
|
}
|
|
24560
|
-
.v-
|
|
24561
|
-
|
|
24562
|
-
max-width: none;
|
|
24473
|
+
.v-system-bar--fixed {
|
|
24474
|
+
position: fixed;
|
|
24563
24475
|
}
|
|
24564
|
-
|
|
24565
|
-
|
|
24566
|
-
margin-inline-start: auto;
|
|
24476
|
+
.v-system-bar--rounded {
|
|
24477
|
+
border-radius: 0;
|
|
24567
24478
|
}
|
|
24568
|
-
.v-
|
|
24569
|
-
|
|
24479
|
+
.v-system-bar--window {
|
|
24480
|
+
height: 32px;
|
|
24570
24481
|
}
|
|
24571
|
-
|
|
24572
|
-
|
|
24573
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24574
|
-
margin-inline-start: 52px;
|
|
24575
|
-
}
|
|
24576
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24577
|
-
margin-inline-end: 52px;
|
|
24578
|
-
}
|
|
24482
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24483
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24579
24484
|
}.v-table {
|
|
24580
24485
|
background: rgb(var(--v-theme-surface));
|
|
24581
24486
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -24714,6 +24619,101 @@ html.v-overlay-scroll-blocked {
|
|
|
24714
24619
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24715
24620
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24716
24621
|
border-top: 0px !important;
|
|
24622
|
+
}.v-tabs {
|
|
24623
|
+
display: flex;
|
|
24624
|
+
height: var(--v-tabs-height);
|
|
24625
|
+
}
|
|
24626
|
+
.v-tabs--density-default {
|
|
24627
|
+
--v-tabs-height: 48px;
|
|
24628
|
+
}
|
|
24629
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
24630
|
+
--v-tabs-height: 72px;
|
|
24631
|
+
}
|
|
24632
|
+
|
|
24633
|
+
.v-tabs--density-comfortable {
|
|
24634
|
+
--v-tabs-height: 44px;
|
|
24635
|
+
}
|
|
24636
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24637
|
+
--v-tabs-height: 68px;
|
|
24638
|
+
}
|
|
24639
|
+
|
|
24640
|
+
.v-tabs--density-compact {
|
|
24641
|
+
--v-tabs-height: 36px;
|
|
24642
|
+
}
|
|
24643
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
24644
|
+
--v-tabs-height: 60px;
|
|
24645
|
+
}
|
|
24646
|
+
|
|
24647
|
+
.v-tabs.v-slide-group--vertical {
|
|
24648
|
+
height: auto;
|
|
24649
|
+
flex: none;
|
|
24650
|
+
--v-tabs-height: 48px;
|
|
24651
|
+
}
|
|
24652
|
+
|
|
24653
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24654
|
+
margin-inline-start: 42px;
|
|
24655
|
+
}
|
|
24656
|
+
|
|
24657
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
24658
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24659
|
+
margin-inline-end: auto;
|
|
24660
|
+
}
|
|
24661
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
24662
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
24663
|
+
margin-inline-start: auto;
|
|
24664
|
+
}
|
|
24665
|
+
|
|
24666
|
+
.v-tabs--grow {
|
|
24667
|
+
flex-grow: 1;
|
|
24668
|
+
}
|
|
24669
|
+
.v-tabs--grow .v-tab {
|
|
24670
|
+
flex: 1 0 auto;
|
|
24671
|
+
max-width: none;
|
|
24672
|
+
}
|
|
24673
|
+
|
|
24674
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
24675
|
+
margin-inline-start: auto;
|
|
24676
|
+
}
|
|
24677
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
24678
|
+
margin-inline-end: 0;
|
|
24679
|
+
}
|
|
24680
|
+
|
|
24681
|
+
@media (max-width: 1279.98px) {
|
|
24682
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24683
|
+
margin-inline-start: 52px;
|
|
24684
|
+
}
|
|
24685
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24686
|
+
margin-inline-end: 52px;
|
|
24687
|
+
}
|
|
24688
|
+
}.v-tab.v-tab.v-btn {
|
|
24689
|
+
height: var(--v-tabs-height);
|
|
24690
|
+
border-radius: 0;
|
|
24691
|
+
min-width: 90px;
|
|
24692
|
+
}
|
|
24693
|
+
.v-slide-group--horizontal .v-tab {
|
|
24694
|
+
max-width: 360px;
|
|
24695
|
+
}
|
|
24696
|
+
.v-slide-group--vertical .v-tab {
|
|
24697
|
+
justify-content: start;
|
|
24698
|
+
}
|
|
24699
|
+
|
|
24700
|
+
.v-tab__slider {
|
|
24701
|
+
position: absolute;
|
|
24702
|
+
bottom: 0;
|
|
24703
|
+
left: 0;
|
|
24704
|
+
height: 2px;
|
|
24705
|
+
width: 100%;
|
|
24706
|
+
background: currentColor;
|
|
24707
|
+
pointer-events: none;
|
|
24708
|
+
opacity: 0;
|
|
24709
|
+
}
|
|
24710
|
+
.v-tab--selected .v-tab__slider {
|
|
24711
|
+
opacity: 1;
|
|
24712
|
+
}
|
|
24713
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
24714
|
+
top: 0;
|
|
24715
|
+
height: 100%;
|
|
24716
|
+
width: 2px;
|
|
24717
24717
|
}.v-textarea .v-field {
|
|
24718
24718
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
24719
24719
|
}
|
|
@@ -24820,7 +24820,10 @@ html.v-overlay-scroll-blocked {
|
|
|
24820
24820
|
padding-inline-end: var(--v-field-padding-end);
|
|
24821
24821
|
}
|
|
24822
24822
|
|
|
24823
|
-
/* endregion */.v-
|
|
24823
|
+
/* endregion */.v-theme-provider {
|
|
24824
|
+
background: rgb(var(--v-theme-background));
|
|
24825
|
+
color: rgb(var(--v-theme-on-background));
|
|
24826
|
+
}.v-toolbar {
|
|
24824
24827
|
align-items: flex-start;
|
|
24825
24828
|
display: flex;
|
|
24826
24829
|
flex: none;
|
|
@@ -24949,9 +24952,28 @@ html.v-overlay-scroll-blocked {
|
|
|
24949
24952
|
}
|
|
24950
24953
|
.v-toolbar-items > .v-btn {
|
|
24951
24954
|
border-radius: 0;
|
|
24952
|
-
}.v-
|
|
24953
|
-
background: rgb(var(--v-theme-
|
|
24954
|
-
color: rgb(var(--v-theme-on-
|
|
24955
|
+
}.v-tooltip > .v-overlay__content {
|
|
24956
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24957
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24958
|
+
border-radius: 4px;
|
|
24959
|
+
font-size: 0.875rem;
|
|
24960
|
+
line-height: 1.6;
|
|
24961
|
+
display: inline-block;
|
|
24962
|
+
padding: 5px 16px;
|
|
24963
|
+
text-transform: initial;
|
|
24964
|
+
width: auto;
|
|
24965
|
+
opacity: 1;
|
|
24966
|
+
pointer-events: none;
|
|
24967
|
+
transition-property: opacity, transform;
|
|
24968
|
+
overflow-wrap: break-word;
|
|
24969
|
+
}
|
|
24970
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
24971
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24972
|
+
transition-duration: 150ms;
|
|
24973
|
+
}
|
|
24974
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24975
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24976
|
+
transition-duration: 75ms;
|
|
24955
24977
|
}.v-timeline .v-timeline-divider__dot {
|
|
24956
24978
|
background: rgb(var(--v-theme-surface-light));
|
|
24957
24979
|
}
|
|
@@ -25368,28 +25390,15 @@ html.v-overlay-scroll-blocked {
|
|
|
25368
25390
|
|
|
25369
25391
|
.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
25392
|
padding-inline-end: 0;
|
|
25371
|
-
}.v-
|
|
25372
|
-
|
|
25373
|
-
|
|
25374
|
-
|
|
25375
|
-
|
|
25376
|
-
|
|
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;
|
|
25385
|
-
}
|
|
25386
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
25387
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25388
|
-
transition-duration: 150ms;
|
|
25393
|
+
}.v-virtual-scroll {
|
|
25394
|
+
display: block;
|
|
25395
|
+
flex: 1 1 auto;
|
|
25396
|
+
max-width: 100%;
|
|
25397
|
+
overflow: auto;
|
|
25398
|
+
position: relative;
|
|
25389
25399
|
}
|
|
25390
|
-
.v-
|
|
25391
|
-
|
|
25392
|
-
transition-duration: 75ms;
|
|
25400
|
+
.v-virtual-scroll__container {
|
|
25401
|
+
display: block;
|
|
25393
25402
|
}.v-window {
|
|
25394
25403
|
overflow: hidden;
|
|
25395
25404
|
}
|
|
@@ -25460,15 +25469,28 @@ html.v-overlay-scroll-blocked {
|
|
|
25460
25469
|
}
|
|
25461
25470
|
.v-window-y-reverse-transition-leave-to {
|
|
25462
25471
|
transform: translateY(100%);
|
|
25463
|
-
}.v-
|
|
25464
|
-
display:
|
|
25465
|
-
flex: 1 1 auto;
|
|
25466
|
-
max-width: 100%;
|
|
25467
|
-
overflow: auto;
|
|
25472
|
+
}.v-color-picker-canvas {
|
|
25473
|
+
display: flex;
|
|
25468
25474
|
position: relative;
|
|
25475
|
+
overflow: hidden;
|
|
25476
|
+
contain: content;
|
|
25477
|
+
touch-action: none;
|
|
25469
25478
|
}
|
|
25470
|
-
.v-
|
|
25471
|
-
|
|
25479
|
+
.v-color-picker-canvas__dot {
|
|
25480
|
+
position: absolute;
|
|
25481
|
+
top: 0;
|
|
25482
|
+
left: 0;
|
|
25483
|
+
width: 15px;
|
|
25484
|
+
height: 15px;
|
|
25485
|
+
background: transparent;
|
|
25486
|
+
border-radius: 50%;
|
|
25487
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25488
|
+
}
|
|
25489
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25490
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25491
|
+
}
|
|
25492
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25493
|
+
will-change: transform;
|
|
25472
25494
|
}.v-color-picker-edit {
|
|
25473
25495
|
display: flex;
|
|
25474
25496
|
margin-top: 24px;
|
|
@@ -25602,28 +25624,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25602
25624
|
justify-content: center;
|
|
25603
25625
|
width: 100%;
|
|
25604
25626
|
height: 100%;
|
|
25605
|
-
}.v-color-picker-canvas {
|
|
25606
|
-
display: flex;
|
|
25607
|
-
position: relative;
|
|
25608
|
-
overflow: hidden;
|
|
25609
|
-
contain: content;
|
|
25610
|
-
touch-action: none;
|
|
25611
|
-
}
|
|
25612
|
-
.v-color-picker-canvas__dot {
|
|
25613
|
-
position: absolute;
|
|
25614
|
-
top: 0;
|
|
25615
|
-
left: 0;
|
|
25616
|
-
width: 15px;
|
|
25617
|
-
height: 15px;
|
|
25618
|
-
background: transparent;
|
|
25619
|
-
border-radius: 50%;
|
|
25620
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25621
|
-
}
|
|
25622
|
-
.v-color-picker-canvas__dot--disabled {
|
|
25623
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25624
|
-
}
|
|
25625
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25626
|
-
will-change: transform;
|
|
25627
25627
|
}.v-picker.v-sheet {
|
|
25628
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
25629
|
border-radius: 4px;
|