@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-12-02
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 +3174 -3174
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +5850 -5850
- package/dist/vuetify-labs.css +3322 -3322
- package/dist/vuetify-labs.esm.js +6 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -1273
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-
|
2
|
+
* Vuetify v3.7.4-master.2024-12-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18006,6 +18006,197 @@ html.overflow-y-hidden {
|
|
18006
18006
|
}
|
18007
18007
|
.v-app-bar:not(.v-toolbar--absolute) {
|
18008
18008
|
padding-inline-end: var(--v-scrollbar-offset);
|
18009
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18010
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18011
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18012
|
+
cursor: text;
|
18013
|
+
}
|
18014
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18015
|
+
flex: 1 1;
|
18016
|
+
}
|
18017
|
+
.v-autocomplete .v-field input {
|
18018
|
+
min-width: 64px;
|
18019
|
+
}
|
18020
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18021
|
+
min-width: 0;
|
18022
|
+
}
|
18023
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18024
|
+
margin-inline-end: 2px;
|
18025
|
+
}
|
18026
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18027
|
+
overflow: hidden;
|
18028
|
+
text-overflow: ellipsis;
|
18029
|
+
white-space: nowrap;
|
18030
|
+
}
|
18031
|
+
|
18032
|
+
.v-autocomplete__content {
|
18033
|
+
overflow: hidden;
|
18034
|
+
}
|
18035
|
+
.v-autocomplete__content {
|
18036
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18037
|
+
}
|
18038
|
+
.v-autocomplete__content {
|
18039
|
+
border-radius: 4px;
|
18040
|
+
}
|
18041
|
+
.v-autocomplete__mask {
|
18042
|
+
background: rgb(var(--v-theme-surface-light));
|
18043
|
+
}
|
18044
|
+
.v-autocomplete__selection {
|
18045
|
+
display: inline-flex;
|
18046
|
+
align-items: center;
|
18047
|
+
height: 1.5rem;
|
18048
|
+
letter-spacing: inherit;
|
18049
|
+
line-height: inherit;
|
18050
|
+
max-width: calc(100% - 2px - 2px);
|
18051
|
+
}
|
18052
|
+
.v-autocomplete__selection:first-child {
|
18053
|
+
margin-inline-start: 0;
|
18054
|
+
}
|
18055
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18056
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18057
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18058
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18059
|
+
top: 0px;
|
18060
|
+
}
|
18061
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18062
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18063
|
+
}
|
18064
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18065
|
+
opacity: 1;
|
18066
|
+
}
|
18067
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18068
|
+
caret-color: transparent;
|
18069
|
+
}
|
18070
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18071
|
+
flex: 1 1;
|
18072
|
+
position: absolute;
|
18073
|
+
left: 0;
|
18074
|
+
right: 0;
|
18075
|
+
width: 100%;
|
18076
|
+
padding-inline: inherit;
|
18077
|
+
}
|
18078
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18079
|
+
transition: none;
|
18080
|
+
}
|
18081
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18082
|
+
opacity: 0;
|
18083
|
+
}
|
18084
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18085
|
+
opacity: 0;
|
18086
|
+
}
|
18087
|
+
.v-autocomplete__menu-icon {
|
18088
|
+
margin-inline-start: 4px;
|
18089
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18090
|
+
}
|
18091
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18092
|
+
opacity: var(--v-high-emphasis-opacity);
|
18093
|
+
transform: rotate(180deg);
|
18094
|
+
}.v-avatar {
|
18095
|
+
flex: none;
|
18096
|
+
align-items: center;
|
18097
|
+
display: inline-flex;
|
18098
|
+
justify-content: center;
|
18099
|
+
line-height: normal;
|
18100
|
+
overflow: hidden;
|
18101
|
+
position: relative;
|
18102
|
+
text-align: center;
|
18103
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18104
|
+
transition-property: width, height;
|
18105
|
+
vertical-align: middle;
|
18106
|
+
}
|
18107
|
+
.v-avatar.v-avatar--size-x-small {
|
18108
|
+
--v-avatar-height: 24px;
|
18109
|
+
}
|
18110
|
+
.v-avatar.v-avatar--size-small {
|
18111
|
+
--v-avatar-height: 32px;
|
18112
|
+
}
|
18113
|
+
.v-avatar.v-avatar--size-default {
|
18114
|
+
--v-avatar-height: 40px;
|
18115
|
+
}
|
18116
|
+
.v-avatar.v-avatar--size-large {
|
18117
|
+
--v-avatar-height: 48px;
|
18118
|
+
}
|
18119
|
+
.v-avatar.v-avatar--size-x-large {
|
18120
|
+
--v-avatar-height: 56px;
|
18121
|
+
}
|
18122
|
+
.v-avatar.v-avatar--density-default {
|
18123
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18124
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18125
|
+
}
|
18126
|
+
.v-avatar.v-avatar--density-comfortable {
|
18127
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18128
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18129
|
+
}
|
18130
|
+
.v-avatar.v-avatar--density-compact {
|
18131
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18132
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18133
|
+
}
|
18134
|
+
.v-avatar {
|
18135
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18136
|
+
border-style: solid;
|
18137
|
+
border-width: 0;
|
18138
|
+
}
|
18139
|
+
.v-avatar--border {
|
18140
|
+
border-width: thin;
|
18141
|
+
box-shadow: none;
|
18142
|
+
}
|
18143
|
+
.v-avatar {
|
18144
|
+
border-radius: 50%;
|
18145
|
+
}
|
18146
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18147
|
+
background: transparent;
|
18148
|
+
color: inherit;
|
18149
|
+
}
|
18150
|
+
.v-avatar--variant-plain {
|
18151
|
+
opacity: 0.62;
|
18152
|
+
}
|
18153
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18154
|
+
opacity: 1;
|
18155
|
+
}
|
18156
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18157
|
+
display: none;
|
18158
|
+
}
|
18159
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18160
|
+
background: var(--v-theme-surface);
|
18161
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18162
|
+
}
|
18163
|
+
.v-avatar--variant-elevated {
|
18164
|
+
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));
|
18165
|
+
}
|
18166
|
+
.v-avatar--variant-flat {
|
18167
|
+
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));
|
18168
|
+
}
|
18169
|
+
.v-avatar--variant-outlined {
|
18170
|
+
border: thin solid currentColor;
|
18171
|
+
}
|
18172
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18173
|
+
background: currentColor;
|
18174
|
+
}
|
18175
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18176
|
+
background: currentColor;
|
18177
|
+
opacity: var(--v-activated-opacity);
|
18178
|
+
border-radius: inherit;
|
18179
|
+
top: 0;
|
18180
|
+
right: 0;
|
18181
|
+
bottom: 0;
|
18182
|
+
left: 0;
|
18183
|
+
pointer-events: none;
|
18184
|
+
}
|
18185
|
+
.v-avatar .v-avatar__underlay {
|
18186
|
+
position: absolute;
|
18187
|
+
}
|
18188
|
+
.v-avatar--rounded {
|
18189
|
+
border-radius: 4px;
|
18190
|
+
}
|
18191
|
+
.v-avatar--start {
|
18192
|
+
margin-inline-end: 8px;
|
18193
|
+
}
|
18194
|
+
.v-avatar--end {
|
18195
|
+
margin-inline-start: 8px;
|
18196
|
+
}
|
18197
|
+
.v-avatar .v-img {
|
18198
|
+
height: 100%;
|
18199
|
+
width: 100%;
|
18009
18200
|
}.v-alert {
|
18010
18201
|
display: grid;
|
18011
18202
|
flex: 1 1;
|
@@ -18222,274 +18413,69 @@ html.overflow-y-hidden {
|
|
18222
18413
|
text-transform: none;
|
18223
18414
|
word-break: normal;
|
18224
18415
|
word-wrap: break-word;
|
18225
|
-
}.v-
|
18226
|
-
|
18227
|
-
|
18228
|
-
|
18416
|
+
}.v-bottom-navigation {
|
18417
|
+
display: flex;
|
18418
|
+
max-width: 100%;
|
18419
|
+
overflow: hidden;
|
18420
|
+
position: absolute;
|
18421
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18229
18422
|
}
|
18230
|
-
.v-
|
18231
|
-
|
18423
|
+
.v-bottom-navigation {
|
18424
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18425
|
+
border-style: solid;
|
18426
|
+
border-width: 0;
|
18232
18427
|
}
|
18233
|
-
.v-
|
18234
|
-
|
18428
|
+
.v-bottom-navigation--border {
|
18429
|
+
border-width: thin;
|
18430
|
+
box-shadow: none;
|
18235
18431
|
}
|
18236
|
-
.v-
|
18237
|
-
|
18432
|
+
.v-bottom-navigation {
|
18433
|
+
border-radius: 0;
|
18238
18434
|
}
|
18239
|
-
.v-
|
18240
|
-
|
18435
|
+
.v-bottom-navigation {
|
18436
|
+
background: rgb(var(--v-theme-surface));
|
18437
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18241
18438
|
}
|
18242
|
-
.v-
|
18243
|
-
|
18244
|
-
text-overflow: ellipsis;
|
18245
|
-
white-space: nowrap;
|
18439
|
+
.v-bottom-navigation--active {
|
18440
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18246
18441
|
}
|
18247
18442
|
|
18248
|
-
.v-
|
18249
|
-
|
18443
|
+
.v-bottom-navigation__content {
|
18444
|
+
display: flex;
|
18445
|
+
flex: none;
|
18446
|
+
font-size: 0.75rem;
|
18447
|
+
justify-content: center;
|
18448
|
+
transition: inherit;
|
18449
|
+
width: 100%;
|
18250
18450
|
}
|
18251
|
-
.v-
|
18252
|
-
|
18451
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18452
|
+
font-size: inherit;
|
18453
|
+
height: 100%;
|
18454
|
+
max-width: 168px;
|
18455
|
+
min-width: 80px;
|
18456
|
+
text-transform: none;
|
18457
|
+
transition: inherit;
|
18458
|
+
width: auto;
|
18253
18459
|
}
|
18254
|
-
.v-
|
18255
|
-
border-radius:
|
18460
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18461
|
+
border-radius: 0;
|
18256
18462
|
}
|
18257
|
-
.v-
|
18258
|
-
|
18463
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18464
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18465
|
+
transition: inherit;
|
18259
18466
|
}
|
18260
|
-
.v-
|
18261
|
-
|
18262
|
-
align-items: center;
|
18263
|
-
height: 1.5rem;
|
18264
|
-
letter-spacing: inherit;
|
18265
|
-
line-height: inherit;
|
18266
|
-
max-width: calc(100% - 2px - 2px);
|
18267
|
-
}
|
18268
|
-
.v-autocomplete__selection:first-child {
|
18269
|
-
margin-inline-start: 0;
|
18270
|
-
}
|
18271
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18272
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18273
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18274
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18275
|
-
top: 0px;
|
18276
|
-
}
|
18277
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18278
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18279
|
-
}
|
18280
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18281
|
-
opacity: 1;
|
18282
|
-
}
|
18283
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18284
|
-
caret-color: transparent;
|
18285
|
-
}
|
18286
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18287
|
-
flex: 1 1;
|
18288
|
-
position: absolute;
|
18289
|
-
left: 0;
|
18290
|
-
right: 0;
|
18291
|
-
width: 100%;
|
18292
|
-
padding-inline: inherit;
|
18293
|
-
}
|
18294
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18295
|
-
transition: none;
|
18467
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18468
|
+
font-size: 1.5rem;
|
18296
18469
|
}
|
18297
|
-
.v-
|
18298
|
-
|
18470
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18471
|
+
flex-grow: 1;
|
18299
18472
|
}
|
18300
|
-
.v-
|
18473
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18474
|
+
transition: inherit;
|
18301
18475
|
opacity: 0;
|
18302
18476
|
}
|
18303
|
-
.v-
|
18304
|
-
|
18305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18306
|
-
}
|
18307
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18308
|
-
opacity: var(--v-high-emphasis-opacity);
|
18309
|
-
transform: rotate(180deg);
|
18310
|
-
}.v-avatar {
|
18311
|
-
flex: none;
|
18312
|
-
align-items: center;
|
18313
|
-
display: inline-flex;
|
18314
|
-
justify-content: center;
|
18315
|
-
line-height: normal;
|
18316
|
-
overflow: hidden;
|
18317
|
-
position: relative;
|
18318
|
-
text-align: center;
|
18319
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18320
|
-
transition-property: width, height;
|
18321
|
-
vertical-align: middle;
|
18322
|
-
}
|
18323
|
-
.v-avatar.v-avatar--size-x-small {
|
18324
|
-
--v-avatar-height: 24px;
|
18325
|
-
}
|
18326
|
-
.v-avatar.v-avatar--size-small {
|
18327
|
-
--v-avatar-height: 32px;
|
18328
|
-
}
|
18329
|
-
.v-avatar.v-avatar--size-default {
|
18330
|
-
--v-avatar-height: 40px;
|
18331
|
-
}
|
18332
|
-
.v-avatar.v-avatar--size-large {
|
18333
|
-
--v-avatar-height: 48px;
|
18334
|
-
}
|
18335
|
-
.v-avatar.v-avatar--size-x-large {
|
18336
|
-
--v-avatar-height: 56px;
|
18337
|
-
}
|
18338
|
-
.v-avatar.v-avatar--density-default {
|
18339
|
-
height: calc(var(--v-avatar-height) + 0px);
|
18340
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18341
|
-
}
|
18342
|
-
.v-avatar.v-avatar--density-comfortable {
|
18343
|
-
height: calc(var(--v-avatar-height) + -4px);
|
18344
|
-
width: calc(var(--v-avatar-height) + -4px);
|
18345
|
-
}
|
18346
|
-
.v-avatar.v-avatar--density-compact {
|
18347
|
-
height: calc(var(--v-avatar-height) + -8px);
|
18348
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18349
|
-
}
|
18350
|
-
.v-avatar {
|
18351
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18352
|
-
border-style: solid;
|
18353
|
-
border-width: 0;
|
18354
|
-
}
|
18355
|
-
.v-avatar--border {
|
18356
|
-
border-width: thin;
|
18357
|
-
box-shadow: none;
|
18358
|
-
}
|
18359
|
-
.v-avatar {
|
18360
|
-
border-radius: 50%;
|
18361
|
-
}
|
18362
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18363
|
-
background: transparent;
|
18364
|
-
color: inherit;
|
18365
|
-
}
|
18366
|
-
.v-avatar--variant-plain {
|
18367
|
-
opacity: 0.62;
|
18368
|
-
}
|
18369
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18370
|
-
opacity: 1;
|
18371
|
-
}
|
18372
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
18373
|
-
display: none;
|
18374
|
-
}
|
18375
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18376
|
-
background: var(--v-theme-surface);
|
18377
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18378
|
-
}
|
18379
|
-
.v-avatar--variant-elevated {
|
18380
|
-
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));
|
18381
|
-
}
|
18382
|
-
.v-avatar--variant-flat {
|
18383
|
-
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));
|
18384
|
-
}
|
18385
|
-
.v-avatar--variant-outlined {
|
18386
|
-
border: thin solid currentColor;
|
18387
|
-
}
|
18388
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
18389
|
-
background: currentColor;
|
18390
|
-
}
|
18391
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
18392
|
-
background: currentColor;
|
18393
|
-
opacity: var(--v-activated-opacity);
|
18394
|
-
border-radius: inherit;
|
18395
|
-
top: 0;
|
18396
|
-
right: 0;
|
18397
|
-
bottom: 0;
|
18398
|
-
left: 0;
|
18399
|
-
pointer-events: none;
|
18400
|
-
}
|
18401
|
-
.v-avatar .v-avatar__underlay {
|
18402
|
-
position: absolute;
|
18403
|
-
}
|
18404
|
-
.v-avatar--rounded {
|
18405
|
-
border-radius: 4px;
|
18406
|
-
}
|
18407
|
-
.v-avatar--start {
|
18408
|
-
margin-inline-end: 8px;
|
18409
|
-
}
|
18410
|
-
.v-avatar--end {
|
18411
|
-
margin-inline-start: 8px;
|
18412
|
-
}
|
18413
|
-
.v-avatar .v-img {
|
18414
|
-
height: 100%;
|
18415
|
-
width: 100%;
|
18416
|
-
}.v-badge {
|
18417
|
-
display: inline-block;
|
18418
|
-
line-height: 1;
|
18419
|
-
}
|
18420
|
-
|
18421
|
-
.v-badge__badge {
|
18422
|
-
align-items: center;
|
18423
|
-
display: inline-flex;
|
18424
|
-
border-radius: 10px;
|
18425
|
-
font-family: "Roboto", sans-serif;
|
18426
|
-
font-size: 0.75rem;
|
18427
|
-
font-weight: 500;
|
18428
|
-
height: 1.25rem;
|
18429
|
-
justify-content: center;
|
18430
|
-
min-width: 20px;
|
18431
|
-
padding: 4px 6px;
|
18432
|
-
pointer-events: auto;
|
18433
|
-
position: absolute;
|
18434
|
-
text-align: center;
|
18435
|
-
text-indent: 0;
|
18436
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18437
|
-
white-space: nowrap;
|
18438
|
-
}
|
18439
|
-
.v-badge__badge {
|
18440
|
-
background: rgb(var(--v-theme-surface-variant));
|
18441
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18442
|
-
}
|
18443
|
-
.v-badge__badge:has(.v-icon) {
|
18444
|
-
padding: 4px 6px;
|
18445
|
-
}
|
18446
|
-
.v-badge--bordered .v-badge__badge::after {
|
18447
|
-
border-radius: inherit;
|
18448
|
-
border-style: solid;
|
18449
|
-
border-width: 2px;
|
18450
|
-
bottom: 0;
|
18451
|
-
color: rgb(var(--v-theme-background));
|
18452
|
-
content: "";
|
18453
|
-
left: 0;
|
18454
|
-
position: absolute;
|
18455
|
-
right: 0;
|
18456
|
-
top: 0;
|
18457
|
-
transform: scale(1.05);
|
18458
|
-
}
|
18459
|
-
.v-badge--dot .v-badge__badge {
|
18460
|
-
border-radius: 4.5px;
|
18461
|
-
height: 9px;
|
18462
|
-
min-width: 0;
|
18463
|
-
padding: 0;
|
18464
|
-
width: 9px;
|
18465
|
-
}
|
18466
|
-
.v-badge--dot .v-badge__badge::after {
|
18467
|
-
border-width: 1.5px;
|
18468
|
-
}
|
18469
|
-
.v-badge--inline .v-badge__badge {
|
18470
|
-
position: relative;
|
18471
|
-
vertical-align: middle;
|
18472
|
-
}
|
18473
|
-
.v-badge__badge .v-icon {
|
18474
|
-
color: inherit;
|
18475
|
-
font-size: 0.75rem;
|
18476
|
-
margin: 0 -2px;
|
18477
|
-
}
|
18478
|
-
.v-badge__badge img,
|
18479
|
-
.v-badge__badge .v-img {
|
18480
|
-
height: 100%;
|
18481
|
-
width: 100%;
|
18482
|
-
}
|
18483
|
-
|
18484
|
-
.v-badge__wrapper {
|
18485
|
-
display: flex;
|
18486
|
-
position: relative;
|
18487
|
-
}
|
18488
|
-
.v-badge--inline .v-badge__wrapper {
|
18489
|
-
align-items: center;
|
18490
|
-
display: inline-flex;
|
18491
|
-
justify-content: center;
|
18492
|
-
margin: 0 4px;
|
18477
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18478
|
+
transform: translateY(0.5rem);
|
18493
18479
|
}.v-banner {
|
18494
18480
|
display: grid;
|
18495
18481
|
flex: 1 1;
|
@@ -18656,69 +18642,97 @@ html.overflow-y-hidden {
|
|
18656
18642
|
}
|
18657
18643
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18658
18644
|
align-self: flex-start;
|
18659
|
-
}.v-
|
18645
|
+
}.v-breadcrumbs {
|
18660
18646
|
display: flex;
|
18661
|
-
|
18662
|
-
|
18663
|
-
|
18664
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18647
|
+
align-items: center;
|
18648
|
+
line-height: 1.6;
|
18649
|
+
padding: 16px 12px;
|
18665
18650
|
}
|
18666
|
-
.v-
|
18667
|
-
border-
|
18668
|
-
border-style: solid;
|
18669
|
-
border-width: 0;
|
18651
|
+
.v-breadcrumbs--rounded {
|
18652
|
+
border-radius: 4px;
|
18670
18653
|
}
|
18671
|
-
.v-
|
18672
|
-
|
18673
|
-
|
18654
|
+
.v-breadcrumbs--density-default {
|
18655
|
+
padding-top: 16px;
|
18656
|
+
padding-bottom: 16px;
|
18674
18657
|
}
|
18675
|
-
|
18676
|
-
|
18658
|
+
|
18659
|
+
.v-breadcrumbs--density-comfortable {
|
18660
|
+
padding-top: 12px;
|
18661
|
+
padding-bottom: 12px;
|
18677
18662
|
}
|
18678
|
-
|
18679
|
-
|
18680
|
-
|
18663
|
+
|
18664
|
+
.v-breadcrumbs--density-compact {
|
18665
|
+
padding-top: 8px;
|
18666
|
+
padding-bottom: 8px;
|
18681
18667
|
}
|
18682
|
-
|
18683
|
-
|
18668
|
+
|
18669
|
+
.v-breadcrumbs__prepend {
|
18670
|
+
align-items: center;
|
18671
|
+
display: inline-flex;
|
18684
18672
|
}
|
18685
18673
|
|
18686
|
-
.v-
|
18687
|
-
|
18688
|
-
|
18689
|
-
|
18690
|
-
|
18691
|
-
|
18692
|
-
|
18674
|
+
.v-breadcrumbs-item {
|
18675
|
+
align-items: center;
|
18676
|
+
color: inherit;
|
18677
|
+
display: inline-flex;
|
18678
|
+
padding: 0 4px;
|
18679
|
+
text-decoration: none;
|
18680
|
+
vertical-align: middle;
|
18693
18681
|
}
|
18694
|
-
.v-
|
18695
|
-
|
18696
|
-
|
18697
|
-
max-width: 168px;
|
18698
|
-
min-width: 80px;
|
18699
|
-
text-transform: none;
|
18700
|
-
transition: inherit;
|
18701
|
-
width: auto;
|
18682
|
+
.v-breadcrumbs-item--disabled {
|
18683
|
+
opacity: var(--v-disabled-opacity);
|
18684
|
+
pointer-events: none;
|
18702
18685
|
}
|
18703
|
-
.v-
|
18704
|
-
|
18686
|
+
.v-breadcrumbs-item--link {
|
18687
|
+
color: inherit;
|
18688
|
+
text-decoration: none;
|
18705
18689
|
}
|
18706
|
-
.v-
|
18707
|
-
|
18708
|
-
transition: inherit;
|
18690
|
+
.v-breadcrumbs-item--link:hover {
|
18691
|
+
text-decoration: underline;
|
18709
18692
|
}
|
18710
|
-
.v-
|
18711
|
-
font-size:
|
18693
|
+
.v-breadcrumbs-item .v-icon {
|
18694
|
+
font-size: 1rem;
|
18695
|
+
margin-inline: -4px 2px;
|
18712
18696
|
}
|
18713
|
-
|
18714
|
-
|
18697
|
+
|
18698
|
+
.v-breadcrumbs-divider {
|
18699
|
+
display: inline-block;
|
18700
|
+
padding: 0 8px;
|
18701
|
+
vertical-align: middle;
|
18702
|
+
}.bottom-sheet-transition-enter-from {
|
18703
|
+
transform: translateY(100%);
|
18715
18704
|
}
|
18716
|
-
.
|
18717
|
-
|
18718
|
-
opacity: 0;
|
18705
|
+
.bottom-sheet-transition-leave-to {
|
18706
|
+
transform: translateY(100%);
|
18719
18707
|
}
|
18720
|
-
|
18721
|
-
|
18708
|
+
|
18709
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18710
|
+
align-self: flex-end;
|
18711
|
+
border-radius: 0;
|
18712
|
+
flex: 0 1 auto;
|
18713
|
+
left: 0;
|
18714
|
+
right: 0;
|
18715
|
+
margin-inline: 0;
|
18716
|
+
margin-bottom: 0;
|
18717
|
+
transition-duration: 0.2s;
|
18718
|
+
width: 100%;
|
18719
|
+
max-width: 100%;
|
18720
|
+
overflow: visible;
|
18721
|
+
}
|
18722
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18723
|
+
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));
|
18724
|
+
}
|
18725
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18726
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18727
|
+
border-radius: 0;
|
18728
|
+
}
|
18729
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18730
|
+
max-width: none;
|
18731
|
+
}
|
18732
|
+
@media (min-width: 600px) {
|
18733
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18734
|
+
max-width: 70%;
|
18735
|
+
}
|
18722
18736
|
}.v-btn {
|
18723
18737
|
align-items: center;
|
18724
18738
|
border-radius: 4px;
|
@@ -19143,113 +19157,6 @@ html.overflow-y-hidden {
|
|
19143
19157
|
}
|
19144
19158
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19145
19159
|
opacity: var(--v-border-opacity);
|
19146
|
-
}.bottom-sheet-transition-enter-from {
|
19147
|
-
transform: translateY(100%);
|
19148
|
-
}
|
19149
|
-
.bottom-sheet-transition-leave-to {
|
19150
|
-
transform: translateY(100%);
|
19151
|
-
}
|
19152
|
-
|
19153
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19154
|
-
align-self: flex-end;
|
19155
|
-
border-radius: 0;
|
19156
|
-
flex: 0 1 auto;
|
19157
|
-
left: 0;
|
19158
|
-
right: 0;
|
19159
|
-
margin-inline: 0;
|
19160
|
-
margin-bottom: 0;
|
19161
|
-
transition-duration: 0.2s;
|
19162
|
-
width: 100%;
|
19163
|
-
max-width: 100%;
|
19164
|
-
overflow: visible;
|
19165
|
-
}
|
19166
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19167
|
-
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));
|
19168
|
-
}
|
19169
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19170
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19171
|
-
border-radius: 0;
|
19172
|
-
}
|
19173
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19174
|
-
max-width: none;
|
19175
|
-
}
|
19176
|
-
@media (min-width: 600px) {
|
19177
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19178
|
-
max-width: 70%;
|
19179
|
-
}
|
19180
|
-
}.v-breadcrumbs {
|
19181
|
-
display: flex;
|
19182
|
-
align-items: center;
|
19183
|
-
line-height: 1.6;
|
19184
|
-
padding: 16px 12px;
|
19185
|
-
}
|
19186
|
-
.v-breadcrumbs--rounded {
|
19187
|
-
border-radius: 4px;
|
19188
|
-
}
|
19189
|
-
.v-breadcrumbs--density-default {
|
19190
|
-
padding-top: 16px;
|
19191
|
-
padding-bottom: 16px;
|
19192
|
-
}
|
19193
|
-
|
19194
|
-
.v-breadcrumbs--density-comfortable {
|
19195
|
-
padding-top: 12px;
|
19196
|
-
padding-bottom: 12px;
|
19197
|
-
}
|
19198
|
-
|
19199
|
-
.v-breadcrumbs--density-compact {
|
19200
|
-
padding-top: 8px;
|
19201
|
-
padding-bottom: 8px;
|
19202
|
-
}
|
19203
|
-
|
19204
|
-
.v-breadcrumbs__prepend {
|
19205
|
-
align-items: center;
|
19206
|
-
display: inline-flex;
|
19207
|
-
}
|
19208
|
-
|
19209
|
-
.v-breadcrumbs-item {
|
19210
|
-
align-items: center;
|
19211
|
-
color: inherit;
|
19212
|
-
display: inline-flex;
|
19213
|
-
padding: 0 4px;
|
19214
|
-
text-decoration: none;
|
19215
|
-
vertical-align: middle;
|
19216
|
-
}
|
19217
|
-
.v-breadcrumbs-item--disabled {
|
19218
|
-
opacity: var(--v-disabled-opacity);
|
19219
|
-
pointer-events: none;
|
19220
|
-
}
|
19221
|
-
.v-breadcrumbs-item--link {
|
19222
|
-
color: inherit;
|
19223
|
-
text-decoration: none;
|
19224
|
-
}
|
19225
|
-
.v-breadcrumbs-item--link:hover {
|
19226
|
-
text-decoration: underline;
|
19227
|
-
}
|
19228
|
-
.v-breadcrumbs-item .v-icon {
|
19229
|
-
font-size: 1rem;
|
19230
|
-
margin-inline: -4px 2px;
|
19231
|
-
}
|
19232
|
-
|
19233
|
-
.v-breadcrumbs-divider {
|
19234
|
-
display: inline-block;
|
19235
|
-
padding: 0 8px;
|
19236
|
-
vertical-align: middle;
|
19237
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19238
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19239
|
-
}
|
19240
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19241
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19242
|
-
}
|
19243
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19244
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
-
}
|
19246
|
-
@supports not selector(:focus-visible) {
|
19247
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19248
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19249
|
-
}
|
19250
|
-
}
|
19251
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19252
|
-
opacity: 1;
|
19253
19160
|
}.v-btn-group {
|
19254
19161
|
display: inline-flex;
|
19255
19162
|
flex-wrap: nowrap;
|
@@ -19610,18 +19517,34 @@ html.overflow-y-hidden {
|
|
19610
19517
|
width: 100%;
|
19611
19518
|
z-index: 1;
|
19612
19519
|
}
|
19613
|
-
|
19614
|
-
.v-card__overlay {
|
19615
|
-
background-color: currentColor;
|
19616
|
-
border-radius: inherit;
|
19617
|
-
position: absolute;
|
19618
|
-
top: 0;
|
19619
|
-
right: 0;
|
19620
|
-
bottom: 0;
|
19621
|
-
left: 0;
|
19622
|
-
pointer-events: none;
|
19623
|
-
opacity: 0;
|
19624
|
-
transition: opacity 0.2s ease-in-out;
|
19520
|
+
|
19521
|
+
.v-card__overlay {
|
19522
|
+
background-color: currentColor;
|
19523
|
+
border-radius: inherit;
|
19524
|
+
position: absolute;
|
19525
|
+
top: 0;
|
19526
|
+
right: 0;
|
19527
|
+
bottom: 0;
|
19528
|
+
left: 0;
|
19529
|
+
pointer-events: none;
|
19530
|
+
opacity: 0;
|
19531
|
+
transition: opacity 0.2s ease-in-out;
|
19532
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19533
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19534
|
+
}
|
19535
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19536
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19537
|
+
}
|
19538
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19539
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19540
|
+
}
|
19541
|
+
@supports not selector(:focus-visible) {
|
19542
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19543
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19544
|
+
}
|
19545
|
+
}
|
19546
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19547
|
+
opacity: 1;
|
19625
19548
|
}.v-carousel {
|
19626
19549
|
overflow: hidden;
|
19627
19550
|
position: relative;
|
@@ -19687,6 +19610,83 @@ html.overflow-y-hidden {
|
|
19687
19610
|
flex-direction: column;
|
19688
19611
|
height: 100% !important;
|
19689
19612
|
width: 50px;
|
19613
|
+
}.v-badge {
|
19614
|
+
display: inline-block;
|
19615
|
+
line-height: 1;
|
19616
|
+
}
|
19617
|
+
|
19618
|
+
.v-badge__badge {
|
19619
|
+
align-items: center;
|
19620
|
+
display: inline-flex;
|
19621
|
+
border-radius: 10px;
|
19622
|
+
font-family: "Roboto", sans-serif;
|
19623
|
+
font-size: 0.75rem;
|
19624
|
+
font-weight: 500;
|
19625
|
+
height: 1.25rem;
|
19626
|
+
justify-content: center;
|
19627
|
+
min-width: 20px;
|
19628
|
+
padding: 4px 6px;
|
19629
|
+
pointer-events: auto;
|
19630
|
+
position: absolute;
|
19631
|
+
text-align: center;
|
19632
|
+
text-indent: 0;
|
19633
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19634
|
+
white-space: nowrap;
|
19635
|
+
}
|
19636
|
+
.v-badge__badge {
|
19637
|
+
background: rgb(var(--v-theme-surface-variant));
|
19638
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19639
|
+
}
|
19640
|
+
.v-badge__badge:has(.v-icon) {
|
19641
|
+
padding: 4px 6px;
|
19642
|
+
}
|
19643
|
+
.v-badge--bordered .v-badge__badge::after {
|
19644
|
+
border-radius: inherit;
|
19645
|
+
border-style: solid;
|
19646
|
+
border-width: 2px;
|
19647
|
+
bottom: 0;
|
19648
|
+
color: rgb(var(--v-theme-background));
|
19649
|
+
content: "";
|
19650
|
+
left: 0;
|
19651
|
+
position: absolute;
|
19652
|
+
right: 0;
|
19653
|
+
top: 0;
|
19654
|
+
transform: scale(1.05);
|
19655
|
+
}
|
19656
|
+
.v-badge--dot .v-badge__badge {
|
19657
|
+
border-radius: 4.5px;
|
19658
|
+
height: 9px;
|
19659
|
+
min-width: 0;
|
19660
|
+
padding: 0;
|
19661
|
+
width: 9px;
|
19662
|
+
}
|
19663
|
+
.v-badge--dot .v-badge__badge::after {
|
19664
|
+
border-width: 1.5px;
|
19665
|
+
}
|
19666
|
+
.v-badge--inline .v-badge__badge {
|
19667
|
+
position: relative;
|
19668
|
+
vertical-align: middle;
|
19669
|
+
}
|
19670
|
+
.v-badge__badge .v-icon {
|
19671
|
+
color: inherit;
|
19672
|
+
font-size: 0.75rem;
|
19673
|
+
margin: 0 -2px;
|
19674
|
+
}
|
19675
|
+
.v-badge__badge img,
|
19676
|
+
.v-badge__badge .v-img {
|
19677
|
+
height: 100%;
|
19678
|
+
width: 100%;
|
19679
|
+
}
|
19680
|
+
|
19681
|
+
.v-badge__wrapper {
|
19682
|
+
display: flex;
|
19683
|
+
position: relative;
|
19684
|
+
}
|
19685
|
+
.v-badge--inline .v-badge__wrapper {
|
19686
|
+
align-items: center;
|
19687
|
+
display: inline-flex;
|
19688
|
+
justify-content: center;
|
19689
|
+
margin: 0 4px;
|
19690
19690
|
}.v-checkbox.v-input {
|
19691
19691
|
flex: 0 1 auto;
|
19692
19692
|
}
|
@@ -20128,6 +20128,28 @@ html.overflow-y-hidden {
|
|
20128
20128
|
white-space: normal;
|
20129
20129
|
flex-wrap: wrap;
|
20130
20130
|
max-width: 100%;
|
20131
|
+
}.v-color-picker {
|
20132
|
+
align-self: flex-start;
|
20133
|
+
contain: content;
|
20134
|
+
}
|
20135
|
+
.v-color-picker.v-sheet {
|
20136
|
+
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));
|
20137
|
+
}
|
20138
|
+
.v-color-picker.v-sheet {
|
20139
|
+
border-radius: 4px;
|
20140
|
+
}
|
20141
|
+
|
20142
|
+
.v-color-picker__controls {
|
20143
|
+
display: flex;
|
20144
|
+
flex-direction: column;
|
20145
|
+
padding: 16px;
|
20146
|
+
}
|
20147
|
+
|
20148
|
+
.v-color-picker--flat {
|
20149
|
+
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));
|
20150
|
+
}
|
20151
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20152
|
+
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));
|
20131
20153
|
}.v-combobox .v-field .v-text-field__prefix,
|
20132
20154
|
.v-combobox .v-field .v-text-field__suffix,
|
20133
20155
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20213,33 +20235,42 @@ html.overflow-y-hidden {
|
|
20213
20235
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20214
20236
|
opacity: var(--v-high-emphasis-opacity);
|
20215
20237
|
transform: rotate(180deg);
|
20216
|
-
}.v-
|
20217
|
-
|
20218
|
-
|
20238
|
+
}.v-counter {
|
20239
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20240
|
+
flex: 0 1 auto;
|
20241
|
+
font-size: 12px;
|
20242
|
+
transition-duration: 150ms;
|
20243
|
+
}.v-data-table-footer {
|
20244
|
+
align-items: center;
|
20245
|
+
display: flex;
|
20246
|
+
flex-wrap: wrap;
|
20247
|
+
justify-content: flex-end;
|
20248
|
+
padding: 8px 4px;
|
20219
20249
|
}
|
20220
|
-
.v-
|
20221
|
-
|
20250
|
+
.v-data-table-footer__items-per-page {
|
20251
|
+
align-items: center;
|
20252
|
+
display: flex;
|
20253
|
+
justify-content: center;
|
20222
20254
|
}
|
20223
|
-
.v-
|
20224
|
-
|
20255
|
+
.v-data-table-footer__items-per-page > span {
|
20256
|
+
padding-inline-end: 8px;
|
20225
20257
|
}
|
20226
|
-
|
20227
|
-
|
20258
|
+
.v-data-table-footer__items-per-page > .v-select {
|
20259
|
+
width: 90px;
|
20260
|
+
}
|
20261
|
+
.v-data-table-footer__info {
|
20228
20262
|
display: flex;
|
20229
|
-
|
20230
|
-
|
20263
|
+
justify-content: flex-end;
|
20264
|
+
min-width: 116px;
|
20265
|
+
padding: 0 16px;
|
20231
20266
|
}
|
20232
|
-
|
20233
|
-
|
20234
|
-
|
20267
|
+
.v-data-table-footer__paginationz {
|
20268
|
+
align-items: center;
|
20269
|
+
display: flex;
|
20270
|
+
margin-inline-start: 16px;
|
20235
20271
|
}
|
20236
|
-
.v-
|
20237
|
-
|
20238
|
-
}.v-counter {
|
20239
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20240
|
-
flex: 0 1 auto;
|
20241
|
-
font-size: 12px;
|
20242
|
-
transition-duration: 150ms;
|
20272
|
+
.v-data-table-footer__page {
|
20273
|
+
padding: 0 8px;
|
20243
20274
|
}.v-data-table {
|
20244
20275
|
width: 100%;
|
20245
20276
|
}
|
@@ -20427,43 +20458,6 @@ html.overflow-y-hidden {
|
|
20427
20458
|
}
|
20428
20459
|
.v-data-table__td-sort-icon-active {
|
20429
20460
|
color: rgba(var(--v-theme-on-surface));
|
20430
|
-
}.v-data-table-footer {
|
20431
|
-
align-items: center;
|
20432
|
-
display: flex;
|
20433
|
-
flex-wrap: wrap;
|
20434
|
-
justify-content: flex-end;
|
20435
|
-
padding: 8px 4px;
|
20436
|
-
}
|
20437
|
-
.v-data-table-footer__items-per-page {
|
20438
|
-
align-items: center;
|
20439
|
-
display: flex;
|
20440
|
-
justify-content: center;
|
20441
|
-
}
|
20442
|
-
.v-data-table-footer__items-per-page > span {
|
20443
|
-
padding-inline-end: 8px;
|
20444
|
-
}
|
20445
|
-
.v-data-table-footer__items-per-page > .v-select {
|
20446
|
-
width: 90px;
|
20447
|
-
}
|
20448
|
-
.v-data-table-footer__info {
|
20449
|
-
display: flex;
|
20450
|
-
justify-content: flex-end;
|
20451
|
-
min-width: 116px;
|
20452
|
-
padding: 0 16px;
|
20453
|
-
}
|
20454
|
-
.v-data-table-footer__paginationz {
|
20455
|
-
align-items: center;
|
20456
|
-
display: flex;
|
20457
|
-
margin-inline-start: 16px;
|
20458
|
-
}
|
20459
|
-
.v-data-table-footer__page {
|
20460
|
-
padding: 0 8px;
|
20461
|
-
}.v-date-picker {
|
20462
|
-
overflow: hidden;
|
20463
|
-
width: 328px;
|
20464
|
-
}
|
20465
|
-
.v-date-picker--show-week {
|
20466
|
-
width: 368px;
|
20467
20461
|
}.v-date-picker-controls {
|
20468
20462
|
display: flex;
|
20469
20463
|
align-items: center;
|
@@ -20520,6 +20514,12 @@ html.overflow-y-hidden {
|
|
20520
20514
|
|
20521
20515
|
.v-date-picker__title {
|
20522
20516
|
display: inline-block;
|
20517
|
+
}.v-date-picker {
|
20518
|
+
overflow: hidden;
|
20519
|
+
width: 328px;
|
20520
|
+
}
|
20521
|
+
.v-date-picker--show-week {
|
20522
|
+
width: 368px;
|
20523
20523
|
}.v-date-picker-header {
|
20524
20524
|
align-items: flex-end;
|
20525
20525
|
height: 70px;
|
@@ -20580,25 +20580,6 @@ html.overflow-y-hidden {
|
|
20580
20580
|
.date-picker-header-reverse-transition-leave-to {
|
20581
20581
|
opacity: 0;
|
20582
20582
|
transform: translate(0, 100%);
|
20583
|
-
}.v-date-picker-months {
|
20584
|
-
height: 288px;
|
20585
|
-
}
|
20586
|
-
|
20587
|
-
.v-date-picker-months__content {
|
20588
|
-
align-items: center;
|
20589
|
-
display: grid;
|
20590
|
-
flex: 1 1;
|
20591
|
-
height: inherit;
|
20592
|
-
justify-content: space-around;
|
20593
|
-
grid-template-columns: repeat(2, 1fr);
|
20594
|
-
grid-gap: 0px 24px;
|
20595
|
-
padding-inline-start: 36px;
|
20596
|
-
padding-inline-end: 36px;
|
20597
|
-
}
|
20598
|
-
.v-date-picker-months__content .v-btn {
|
20599
|
-
text-transform: none;
|
20600
|
-
padding-inline-start: 8px;
|
20601
|
-
padding-inline-end: 8px;
|
20602
20583
|
}.v-date-picker-month {
|
20603
20584
|
display: flex;
|
20604
20585
|
justify-content: center;
|
@@ -20654,21 +20635,25 @@ html.overflow-y-hidden {
|
|
20654
20635
|
|
20655
20636
|
.v-date-picker-month__day--hide-adjacent {
|
20656
20637
|
opacity: 0;
|
20657
|
-
}.v-date-picker-
|
20638
|
+
}.v-date-picker-months {
|
20658
20639
|
height: 288px;
|
20659
|
-
overflow-y: scroll;
|
20660
20640
|
}
|
20661
20641
|
|
20662
|
-
.v-date-picker-
|
20642
|
+
.v-date-picker-months__content {
|
20643
|
+
align-items: center;
|
20663
20644
|
display: grid;
|
20664
20645
|
flex: 1 1;
|
20646
|
+
height: inherit;
|
20665
20647
|
justify-content: space-around;
|
20666
|
-
grid-template-columns: repeat(
|
20667
|
-
gap:
|
20668
|
-
padding-inline:
|
20648
|
+
grid-template-columns: repeat(2, 1fr);
|
20649
|
+
grid-gap: 0px 24px;
|
20650
|
+
padding-inline-start: 36px;
|
20651
|
+
padding-inline-end: 36px;
|
20669
20652
|
}
|
20670
|
-
.v-date-picker-
|
20671
|
-
|
20653
|
+
.v-date-picker-months__content .v-btn {
|
20654
|
+
text-transform: none;
|
20655
|
+
padding-inline-start: 8px;
|
20656
|
+
padding-inline-end: 8px;
|
20672
20657
|
}.v-dialog {
|
20673
20658
|
align-items: center;
|
20674
20659
|
justify-content: center;
|
@@ -20765,6 +20750,21 @@ html.overflow-y-hidden {
|
|
20765
20750
|
-webkit-backface-visibility: hidden;
|
20766
20751
|
backface-visibility: hidden;
|
20767
20752
|
overflow-y: auto;
|
20753
|
+
}.v-date-picker-years {
|
20754
|
+
height: 288px;
|
20755
|
+
overflow-y: scroll;
|
20756
|
+
}
|
20757
|
+
|
20758
|
+
.v-date-picker-years__content {
|
20759
|
+
display: grid;
|
20760
|
+
flex: 1 1;
|
20761
|
+
justify-content: space-around;
|
20762
|
+
grid-template-columns: repeat(3, 1fr);
|
20763
|
+
gap: 8px 24px;
|
20764
|
+
padding-inline: 32px;
|
20765
|
+
}
|
20766
|
+
.v-date-picker-years__content .v-btn {
|
20767
|
+
padding-inline: 8px;
|
20768
20768
|
}.v-divider {
|
20769
20769
|
display: block;
|
20770
20770
|
flex: 1 1 100%;
|
@@ -20817,6 +20817,73 @@ html.overflow-y-hidden {
|
|
20817
20817
|
}
|
20818
20818
|
.v-divider__wrapper--vertical .v-divider {
|
20819
20819
|
margin: 0 auto;
|
20820
|
+
}.v-empty-state {
|
20821
|
+
align-items: center;
|
20822
|
+
display: flex;
|
20823
|
+
flex-direction: column;
|
20824
|
+
justify-content: center;
|
20825
|
+
min-height: 100%;
|
20826
|
+
padding: 16px;
|
20827
|
+
}
|
20828
|
+
.v-empty-state--start {
|
20829
|
+
align-items: flex-start;
|
20830
|
+
}
|
20831
|
+
.v-empty-state--center {
|
20832
|
+
align-items: center;
|
20833
|
+
}
|
20834
|
+
.v-empty-state--end {
|
20835
|
+
align-items: flex-end;
|
20836
|
+
}
|
20837
|
+
|
20838
|
+
.v-empty-state__media {
|
20839
|
+
text-align: center;
|
20840
|
+
width: 100%;
|
20841
|
+
}
|
20842
|
+
.v-empty-state__media .v-icon {
|
20843
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20844
|
+
}
|
20845
|
+
|
20846
|
+
.v-empty-state__headline {
|
20847
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20848
|
+
font-size: 3.75rem;
|
20849
|
+
font-weight: 300;
|
20850
|
+
line-height: 1;
|
20851
|
+
text-align: center;
|
20852
|
+
margin-bottom: 8px;
|
20853
|
+
}
|
20854
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
20855
|
+
font-size: 2.125rem;
|
20856
|
+
}
|
20857
|
+
|
20858
|
+
.v-empty-state__title {
|
20859
|
+
font-size: 1.25rem;
|
20860
|
+
font-weight: 500;
|
20861
|
+
line-height: 1.6;
|
20862
|
+
margin-bottom: 4px;
|
20863
|
+
text-align: center;
|
20864
|
+
}
|
20865
|
+
|
20866
|
+
.v-empty-state__text {
|
20867
|
+
font-size: 0.875rem;
|
20868
|
+
font-weight: 400;
|
20869
|
+
line-height: 1.425;
|
20870
|
+
padding: 0 16px;
|
20871
|
+
text-align: center;
|
20872
|
+
}
|
20873
|
+
|
20874
|
+
.v-empty-state__content {
|
20875
|
+
padding: 24px 0;
|
20876
|
+
}
|
20877
|
+
|
20878
|
+
.v-empty-state__actions {
|
20879
|
+
display: flex;
|
20880
|
+
gap: 8px;
|
20881
|
+
padding: 16px;
|
20882
|
+
}
|
20883
|
+
|
20884
|
+
.v-empty-state__action-btn.v-btn {
|
20885
|
+
background-color: initial;
|
20886
|
+
color: initial;
|
20820
20887
|
}.v-expansion-panel {
|
20821
20888
|
background-color: rgb(var(--v-theme-surface));
|
20822
20889
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21714,6 +21781,42 @@ textarea.v-field__input::placeholder {
|
|
21714
21781
|
}
|
21715
21782
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
21716
21783
|
padding-inline: 0;
|
21784
|
+
}.v-footer {
|
21785
|
+
align-items: center;
|
21786
|
+
display: flex;
|
21787
|
+
flex: 1 1 auto;
|
21788
|
+
padding: 8px 16px;
|
21789
|
+
position: relative;
|
21790
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21791
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21792
|
+
}
|
21793
|
+
.v-footer {
|
21794
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21795
|
+
border-style: solid;
|
21796
|
+
border-width: 0;
|
21797
|
+
}
|
21798
|
+
.v-footer--border {
|
21799
|
+
border-width: thin;
|
21800
|
+
box-shadow: none;
|
21801
|
+
}
|
21802
|
+
.v-footer {
|
21803
|
+
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));
|
21804
|
+
}
|
21805
|
+
.v-footer--absolute {
|
21806
|
+
position: absolute;
|
21807
|
+
}
|
21808
|
+
.v-footer--fixed {
|
21809
|
+
position: fixed;
|
21810
|
+
}
|
21811
|
+
.v-footer {
|
21812
|
+
border-radius: 0;
|
21813
|
+
}
|
21814
|
+
.v-footer {
|
21815
|
+
background: rgb(var(--v-theme-surface));
|
21816
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21817
|
+
}
|
21818
|
+
.v-footer--rounded {
|
21819
|
+
border-radius: 4px;
|
21717
21820
|
}.v-container {
|
21718
21821
|
width: 100%;
|
21719
21822
|
padding: 16px;
|
@@ -22386,42 +22489,6 @@ textarea.v-field__input::placeholder {
|
|
22386
22489
|
.offset-xxl-11 {
|
22387
22490
|
margin-inline-start: 91.6666666667%;
|
22388
22491
|
}
|
22389
|
-
}.v-footer {
|
22390
|
-
align-items: center;
|
22391
|
-
display: flex;
|
22392
|
-
flex: 1 1 auto;
|
22393
|
-
padding: 8px 16px;
|
22394
|
-
position: relative;
|
22395
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22396
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22397
|
-
}
|
22398
|
-
.v-footer {
|
22399
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22400
|
-
border-style: solid;
|
22401
|
-
border-width: 0;
|
22402
|
-
}
|
22403
|
-
.v-footer--border {
|
22404
|
-
border-width: thin;
|
22405
|
-
box-shadow: none;
|
22406
|
-
}
|
22407
|
-
.v-footer {
|
22408
|
-
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));
|
22409
|
-
}
|
22410
|
-
.v-footer--absolute {
|
22411
|
-
position: absolute;
|
22412
|
-
}
|
22413
|
-
.v-footer--fixed {
|
22414
|
-
position: fixed;
|
22415
|
-
}
|
22416
|
-
.v-footer {
|
22417
|
-
border-radius: 0;
|
22418
|
-
}
|
22419
|
-
.v-footer {
|
22420
|
-
background: rgb(var(--v-theme-surface));
|
22421
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22422
|
-
}
|
22423
|
-
.v-footer--rounded {
|
22424
|
-
border-radius: 4px;
|
22425
22492
|
}.v-icon {
|
22426
22493
|
--v-icon-size-multiplier: 1;
|
22427
22494
|
align-items: center;
|
@@ -22563,6 +22630,11 @@ textarea.v-field__input::placeholder {
|
|
22563
22630
|
display: flex;
|
22564
22631
|
justify-content: center;
|
22565
22632
|
padding: 8px;
|
22633
|
+
}.v-item-group {
|
22634
|
+
flex: 0 1 auto;
|
22635
|
+
max-width: 100%;
|
22636
|
+
position: relative;
|
22637
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22566
22638
|
}.v-input {
|
22567
22639
|
display: grid;
|
22568
22640
|
flex: 1 1 auto;
|
@@ -22699,47 +22771,151 @@ textarea.v-field__input::placeholder {
|
|
22699
22771
|
padding-top: calc(var(--v-input-padding-top) + 4px);
|
22700
22772
|
}
|
22701
22773
|
|
22702
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
22703
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22774
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
22775
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22776
|
+
}
|
22777
|
+
|
22778
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22779
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22780
|
+
}.v-label {
|
22781
|
+
align-items: center;
|
22782
|
+
color: inherit;
|
22783
|
+
display: inline-flex;
|
22784
|
+
font-size: 1rem;
|
22785
|
+
letter-spacing: 0.009375em;
|
22786
|
+
min-width: 0;
|
22787
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22788
|
+
overflow: hidden;
|
22789
|
+
text-overflow: ellipsis;
|
22790
|
+
white-space: nowrap;
|
22791
|
+
}
|
22792
|
+
|
22793
|
+
.v-label--clickable {
|
22794
|
+
cursor: pointer;
|
22795
|
+
}.v-layout {
|
22796
|
+
--v-scrollbar-offset: 0px;
|
22797
|
+
display: flex;
|
22798
|
+
flex: 1 1 auto;
|
22799
|
+
}
|
22800
|
+
.v-layout--full-height {
|
22801
|
+
--v-scrollbar-offset: inherit;
|
22802
|
+
height: 100%;
|
22803
|
+
}.v-layout-item {
|
22804
|
+
position: absolute;
|
22805
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22806
|
+
}
|
22807
|
+
|
22808
|
+
.v-layout-item--absolute {
|
22809
|
+
position: absolute;
|
22810
|
+
}.v-list {
|
22811
|
+
overflow: auto;
|
22812
|
+
padding: 8px 0;
|
22813
|
+
position: relative;
|
22814
|
+
outline: none;
|
22815
|
+
}
|
22816
|
+
.v-list {
|
22817
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22818
|
+
border-style: solid;
|
22819
|
+
border-width: 0;
|
22820
|
+
}
|
22821
|
+
.v-list--border {
|
22822
|
+
border-width: thin;
|
22823
|
+
box-shadow: none;
|
22824
|
+
}
|
22825
|
+
.v-list {
|
22826
|
+
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));
|
22827
|
+
}
|
22828
|
+
.v-list {
|
22829
|
+
border-radius: 0;
|
22830
|
+
}
|
22831
|
+
.v-list {
|
22832
|
+
background: rgba(var(--v-theme-surface));
|
22833
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22834
|
+
}
|
22835
|
+
.v-list--disabled {
|
22836
|
+
pointer-events: none;
|
22837
|
+
-webkit-user-select: none;
|
22838
|
+
user-select: none;
|
22839
|
+
}
|
22840
|
+
.v-list--nav {
|
22841
|
+
padding-inline: 8px;
|
22842
|
+
}
|
22843
|
+
.v-list--rounded {
|
22844
|
+
border-radius: 4px;
|
22845
|
+
}
|
22846
|
+
.v-list--subheader {
|
22847
|
+
padding-top: 0;
|
22848
|
+
}
|
22849
|
+
|
22850
|
+
.v-list-img {
|
22851
|
+
border-radius: inherit;
|
22852
|
+
display: flex;
|
22853
|
+
height: 100%;
|
22854
|
+
left: 0;
|
22855
|
+
overflow: hidden;
|
22856
|
+
position: absolute;
|
22857
|
+
top: 0;
|
22858
|
+
width: 100%;
|
22859
|
+
z-index: -1;
|
22860
|
+
}
|
22861
|
+
|
22862
|
+
.v-list-subheader {
|
22863
|
+
align-items: center;
|
22864
|
+
background: inherit;
|
22865
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22866
|
+
display: flex;
|
22867
|
+
font-size: 0.875rem;
|
22868
|
+
font-weight: 400;
|
22869
|
+
line-height: 1.375rem;
|
22870
|
+
padding-inline-end: 16px;
|
22871
|
+
min-height: 40px;
|
22872
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22873
|
+
}
|
22874
|
+
.v-list-subheader__text {
|
22875
|
+
overflow: hidden;
|
22876
|
+
text-overflow: ellipsis;
|
22877
|
+
white-space: nowrap;
|
22878
|
+
}
|
22879
|
+
.v-list--density-default .v-list-subheader {
|
22880
|
+
min-height: 40px;
|
22881
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22882
|
+
}
|
22883
|
+
|
22884
|
+
.v-list--density-comfortable .v-list-subheader {
|
22885
|
+
min-height: 36px;
|
22886
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22704
22887
|
}
|
22705
22888
|
|
22706
|
-
.v-
|
22707
|
-
|
22708
|
-
|
22709
|
-
flex: 0 1 auto;
|
22710
|
-
max-width: 100%;
|
22711
|
-
position: relative;
|
22712
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22713
|
-
}.v-label {
|
22714
|
-
align-items: center;
|
22715
|
-
color: inherit;
|
22716
|
-
display: inline-flex;
|
22717
|
-
font-size: 1rem;
|
22718
|
-
letter-spacing: 0.009375em;
|
22719
|
-
min-width: 0;
|
22720
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22721
|
-
overflow: hidden;
|
22722
|
-
text-overflow: ellipsis;
|
22723
|
-
white-space: nowrap;
|
22889
|
+
.v-list--density-compact .v-list-subheader {
|
22890
|
+
min-height: 32px;
|
22891
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22724
22892
|
}
|
22725
22893
|
|
22726
|
-
.v-
|
22727
|
-
|
22728
|
-
}.v-layout {
|
22729
|
-
--v-scrollbar-offset: 0px;
|
22730
|
-
display: flex;
|
22731
|
-
flex: 1 1 auto;
|
22894
|
+
.v-list-subheader--inset {
|
22895
|
+
--indent-padding: 56px;
|
22732
22896
|
}
|
22733
|
-
.v-
|
22734
|
-
|
22735
|
-
|
22736
|
-
|
22737
|
-
|
22738
|
-
|
22897
|
+
.v-list--nav .v-list-subheader {
|
22898
|
+
font-size: 0.75rem;
|
22899
|
+
}
|
22900
|
+
.v-list-subheader--sticky {
|
22901
|
+
background: inherit;
|
22902
|
+
left: 0;
|
22903
|
+
position: sticky;
|
22904
|
+
top: 0;
|
22905
|
+
z-index: 1;
|
22739
22906
|
}
|
22740
22907
|
|
22741
|
-
.v-
|
22908
|
+
.v-list__overlay {
|
22909
|
+
background-color: currentColor;
|
22910
|
+
border-radius: inherit;
|
22911
|
+
bottom: 0;
|
22912
|
+
left: 0;
|
22913
|
+
opacity: 0;
|
22914
|
+
pointer-events: none;
|
22742
22915
|
position: absolute;
|
22916
|
+
right: 0;
|
22917
|
+
top: 0;
|
22918
|
+
transition: opacity 0.2s ease-in-out;
|
22743
22919
|
}.v-list-item {
|
22744
22920
|
align-items: center;
|
22745
22921
|
display: grid;
|
@@ -23207,115 +23383,8 @@ textarea.v-field__input::placeholder {
|
|
23207
23383
|
}
|
23208
23384
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23209
23385
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23210
|
-
}.v-
|
23211
|
-
|
23212
|
-
padding: 8px 0;
|
23213
|
-
position: relative;
|
23214
|
-
outline: none;
|
23215
|
-
}
|
23216
|
-
.v-list {
|
23217
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23218
|
-
border-style: solid;
|
23219
|
-
border-width: 0;
|
23220
|
-
}
|
23221
|
-
.v-list--border {
|
23222
|
-
border-width: thin;
|
23223
|
-
box-shadow: none;
|
23224
|
-
}
|
23225
|
-
.v-list {
|
23226
|
-
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));
|
23227
|
-
}
|
23228
|
-
.v-list {
|
23229
|
-
border-radius: 0;
|
23230
|
-
}
|
23231
|
-
.v-list {
|
23232
|
-
background: rgba(var(--v-theme-surface));
|
23233
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23234
|
-
}
|
23235
|
-
.v-list--disabled {
|
23236
|
-
pointer-events: none;
|
23237
|
-
-webkit-user-select: none;
|
23238
|
-
user-select: none;
|
23239
|
-
}
|
23240
|
-
.v-list--nav {
|
23241
|
-
padding-inline: 8px;
|
23242
|
-
}
|
23243
|
-
.v-list--rounded {
|
23244
|
-
border-radius: 4px;
|
23245
|
-
}
|
23246
|
-
.v-list--subheader {
|
23247
|
-
padding-top: 0;
|
23248
|
-
}
|
23249
|
-
|
23250
|
-
.v-list-img {
|
23251
|
-
border-radius: inherit;
|
23252
|
-
display: flex;
|
23253
|
-
height: 100%;
|
23254
|
-
left: 0;
|
23255
|
-
overflow: hidden;
|
23256
|
-
position: absolute;
|
23257
|
-
top: 0;
|
23258
|
-
width: 100%;
|
23259
|
-
z-index: -1;
|
23260
|
-
}
|
23261
|
-
|
23262
|
-
.v-list-subheader {
|
23263
|
-
align-items: center;
|
23264
|
-
background: inherit;
|
23265
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23266
|
-
display: flex;
|
23267
|
-
font-size: 0.875rem;
|
23268
|
-
font-weight: 400;
|
23269
|
-
line-height: 1.375rem;
|
23270
|
-
padding-inline-end: 16px;
|
23271
|
-
min-height: 40px;
|
23272
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23273
|
-
}
|
23274
|
-
.v-list-subheader__text {
|
23275
|
-
overflow: hidden;
|
23276
|
-
text-overflow: ellipsis;
|
23277
|
-
white-space: nowrap;
|
23278
|
-
}
|
23279
|
-
.v-list--density-default .v-list-subheader {
|
23280
|
-
min-height: 40px;
|
23281
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23282
|
-
}
|
23283
|
-
|
23284
|
-
.v-list--density-comfortable .v-list-subheader {
|
23285
|
-
min-height: 36px;
|
23286
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23287
|
-
}
|
23288
|
-
|
23289
|
-
.v-list--density-compact .v-list-subheader {
|
23290
|
-
min-height: 32px;
|
23291
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23292
|
-
}
|
23293
|
-
|
23294
|
-
.v-list-subheader--inset {
|
23295
|
-
--indent-padding: 56px;
|
23296
|
-
}
|
23297
|
-
.v-list--nav .v-list-subheader {
|
23298
|
-
font-size: 0.75rem;
|
23299
|
-
}
|
23300
|
-
.v-list-subheader--sticky {
|
23301
|
-
background: inherit;
|
23302
|
-
left: 0;
|
23303
|
-
position: sticky;
|
23304
|
-
top: 0;
|
23305
|
-
z-index: 1;
|
23306
|
-
}
|
23307
|
-
|
23308
|
-
.v-list__overlay {
|
23309
|
-
background-color: currentColor;
|
23310
|
-
border-radius: inherit;
|
23311
|
-
bottom: 0;
|
23312
|
-
left: 0;
|
23313
|
-
opacity: 0;
|
23314
|
-
pointer-events: none;
|
23315
|
-
position: absolute;
|
23316
|
-
right: 0;
|
23317
|
-
top: 0;
|
23318
|
-
transition: opacity 0.2s ease-in-out;
|
23386
|
+
}.v-locale-provider {
|
23387
|
+
display: contents;
|
23319
23388
|
}.v-main {
|
23320
23389
|
flex: 1 0 auto;
|
23321
23390
|
max-width: 100%;
|
@@ -23346,101 +23415,41 @@ textarea.v-field__input::placeholder {
|
|
23346
23415
|
--v-layout-right: 0px;
|
23347
23416
|
--v-layout-top: 0px;
|
23348
23417
|
--v-layout-bottom: 0px;
|
23349
|
-
}.v-
|
23350
|
-
display:
|
23351
|
-
|
23352
|
-
display: flex;
|
23353
|
-
flex-direction: column;
|
23354
|
-
}
|
23355
|
-
.v-menu > .v-overlay__content {
|
23356
|
-
border-radius: 4px;
|
23357
|
-
}
|
23358
|
-
.v-menu > .v-overlay__content > .v-card,
|
23359
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23360
|
-
.v-menu > .v-overlay__content > .v-list {
|
23361
|
-
background: rgb(var(--v-theme-surface));
|
23362
|
-
border-radius: inherit;
|
23363
|
-
overflow: auto;
|
23364
|
-
height: 100%;
|
23365
|
-
}
|
23366
|
-
.v-menu > .v-overlay__content > .v-card,
|
23367
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23368
|
-
.v-menu > .v-overlay__content > .v-list {
|
23369
|
-
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));
|
23370
|
-
}.v-messages {
|
23371
|
-
flex: 1 1 auto;
|
23372
|
-
font-size: 12px;
|
23373
|
-
min-height: 14px;
|
23374
|
-
min-width: 1px;
|
23375
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23376
|
-
position: relative;
|
23377
|
-
}
|
23378
|
-
.v-messages__message {
|
23379
|
-
line-height: 12px;
|
23380
|
-
word-break: break-word;
|
23381
|
-
overflow-wrap: break-word;
|
23382
|
-
word-wrap: break-word;
|
23383
|
-
-webkit-hyphens: auto;
|
23384
|
-
hyphens: auto;
|
23385
|
-
transition-duration: 150ms;
|
23386
|
-
}.v-otp-input {
|
23387
|
-
align-items: center;
|
23388
|
-
display: flex;
|
23389
|
-
justify-content: center;
|
23390
|
-
padding: 0.5rem 0;
|
23391
|
-
position: relative;
|
23392
|
-
}
|
23393
|
-
.v-otp-input {
|
23394
|
-
border-radius: 4px;
|
23395
|
-
}
|
23396
|
-
.v-otp-input .v-field {
|
23397
|
-
height: 100%;
|
23398
|
-
}
|
23399
|
-
|
23400
|
-
.v-otp-input__divider {
|
23401
|
-
margin: 0 8px;
|
23402
|
-
}
|
23403
|
-
|
23404
|
-
.v-otp-input__content {
|
23405
|
-
align-items: center;
|
23406
|
-
display: flex;
|
23407
|
-
gap: 0.5rem;
|
23408
|
-
height: 64px;
|
23409
|
-
padding: 0.5rem;
|
23410
|
-
justify-content: center;
|
23411
|
-
max-width: 320px;
|
23412
|
-
position: relative;
|
23413
|
-
border-radius: inherit;
|
23414
|
-
}
|
23415
|
-
.v-otp-input--divided .v-otp-input__content {
|
23416
|
-
max-width: 360px;
|
23417
|
-
}
|
23418
|
-
|
23419
|
-
.v-otp-input__field {
|
23420
|
-
color: inherit;
|
23421
|
-
font-size: 1.25rem;
|
23422
|
-
height: 100%;
|
23423
|
-
outline: none;
|
23424
|
-
text-align: center;
|
23425
|
-
width: 100%;
|
23426
|
-
}
|
23427
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23428
|
-
-webkit-appearance: none;
|
23429
|
-
margin: 0;
|
23418
|
+
}.v-menu > .v-overlay__content {
|
23419
|
+
display: flex;
|
23420
|
+
flex-direction: column;
|
23430
23421
|
}
|
23431
|
-
.v-
|
23432
|
-
-
|
23422
|
+
.v-menu > .v-overlay__content {
|
23423
|
+
border-radius: 4px;
|
23433
23424
|
}
|
23434
|
-
|
23435
|
-
.v-
|
23436
|
-
|
23437
|
-
|
23425
|
+
.v-menu > .v-overlay__content > .v-card,
|
23426
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23427
|
+
.v-menu > .v-overlay__content > .v-list {
|
23428
|
+
background: rgb(var(--v-theme-surface));
|
23429
|
+
border-radius: inherit;
|
23430
|
+
overflow: auto;
|
23438
23431
|
height: 100%;
|
23439
|
-
justify-content: center;
|
23440
|
-
width: 100%;
|
23441
23432
|
}
|
23442
|
-
.v-
|
23443
|
-
|
23433
|
+
.v-menu > .v-overlay__content > .v-card,
|
23434
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23435
|
+
.v-menu > .v-overlay__content > .v-list {
|
23436
|
+
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));
|
23437
|
+
}.v-messages {
|
23438
|
+
flex: 1 1 auto;
|
23439
|
+
font-size: 12px;
|
23440
|
+
min-height: 14px;
|
23441
|
+
min-width: 1px;
|
23442
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23443
|
+
position: relative;
|
23444
|
+
}
|
23445
|
+
.v-messages__message {
|
23446
|
+
line-height: 12px;
|
23447
|
+
word-break: break-word;
|
23448
|
+
overflow-wrap: break-word;
|
23449
|
+
word-wrap: break-word;
|
23450
|
+
-webkit-hyphens: auto;
|
23451
|
+
hyphens: auto;
|
23452
|
+
transition-duration: 150ms;
|
23444
23453
|
}.v-navigation-drawer {
|
23445
23454
|
-webkit-overflow-scrolling: touch;
|
23446
23455
|
background: rgb(var(--v-theme-surface));
|
@@ -23549,6 +23558,64 @@ textarea.v-field__input::placeholder {
|
|
23549
23558
|
.v-navigation-drawer__append {
|
23550
23559
|
flex: none;
|
23551
23560
|
overflow: hidden;
|
23561
|
+
}.v-otp-input {
|
23562
|
+
align-items: center;
|
23563
|
+
display: flex;
|
23564
|
+
justify-content: center;
|
23565
|
+
padding: 0.5rem 0;
|
23566
|
+
position: relative;
|
23567
|
+
}
|
23568
|
+
.v-otp-input {
|
23569
|
+
border-radius: 4px;
|
23570
|
+
}
|
23571
|
+
.v-otp-input .v-field {
|
23572
|
+
height: 100%;
|
23573
|
+
}
|
23574
|
+
|
23575
|
+
.v-otp-input__divider {
|
23576
|
+
margin: 0 8px;
|
23577
|
+
}
|
23578
|
+
|
23579
|
+
.v-otp-input__content {
|
23580
|
+
align-items: center;
|
23581
|
+
display: flex;
|
23582
|
+
gap: 0.5rem;
|
23583
|
+
height: 64px;
|
23584
|
+
padding: 0.5rem;
|
23585
|
+
justify-content: center;
|
23586
|
+
max-width: 320px;
|
23587
|
+
position: relative;
|
23588
|
+
border-radius: inherit;
|
23589
|
+
}
|
23590
|
+
.v-otp-input--divided .v-otp-input__content {
|
23591
|
+
max-width: 360px;
|
23592
|
+
}
|
23593
|
+
|
23594
|
+
.v-otp-input__field {
|
23595
|
+
color: inherit;
|
23596
|
+
font-size: 1.25rem;
|
23597
|
+
height: 100%;
|
23598
|
+
outline: none;
|
23599
|
+
text-align: center;
|
23600
|
+
width: 100%;
|
23601
|
+
}
|
23602
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23603
|
+
-webkit-appearance: none;
|
23604
|
+
margin: 0;
|
23605
|
+
}
|
23606
|
+
.v-otp-input__field[type=number] {
|
23607
|
+
-moz-appearance: textfield;
|
23608
|
+
}
|
23609
|
+
|
23610
|
+
.v-otp-input__loader {
|
23611
|
+
align-items: center;
|
23612
|
+
display: flex;
|
23613
|
+
height: 100%;
|
23614
|
+
justify-content: center;
|
23615
|
+
width: 100%;
|
23616
|
+
}
|
23617
|
+
.v-otp-input__loader .v-progress-linear {
|
23618
|
+
position: absolute;
|
23552
23619
|
}.v-overlay-container {
|
23553
23620
|
contain: layout;
|
23554
23621
|
left: 0;
|
@@ -23612,12 +23679,6 @@ html.v-overlay-scroll-blocked {
|
|
23612
23679
|
|
23613
23680
|
.v-overlay--scroll-blocked {
|
23614
23681
|
padding-inline-end: var(--v-scrollbar-offset);
|
23615
|
-
}.v-parallax {
|
23616
|
-
position: relative;
|
23617
|
-
overflow: hidden;
|
23618
|
-
}
|
23619
|
-
.v-parallax--active > .v-img__img {
|
23620
|
-
will-change: transform;
|
23621
23682
|
}.v-pagination__list {
|
23622
23683
|
display: inline-flex;
|
23623
23684
|
list-style-type: none;
|
@@ -23626,6 +23687,12 @@ html.v-overlay-scroll-blocked {
|
|
23626
23687
|
}
|
23627
23688
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23628
23689
|
margin: 0.3rem;
|
23690
|
+
}.v-parallax {
|
23691
|
+
position: relative;
|
23692
|
+
overflow: hidden;
|
23693
|
+
}
|
23694
|
+
.v-parallax--active > .v-img__img {
|
23695
|
+
will-change: transform;
|
23629
23696
|
}.v-progress-linear {
|
23630
23697
|
background: transparent;
|
23631
23698
|
overflow: hidden;
|
@@ -24025,32 +24092,6 @@ html.v-overlay-scroll-blocked {
|
|
24025
24092
|
|
24026
24093
|
.v-slider__label {
|
24027
24094
|
margin-inline-end: 12px;
|
24028
|
-
}.v-responsive {
|
24029
|
-
display: flex;
|
24030
|
-
flex: 1 0 auto;
|
24031
|
-
max-height: 100%;
|
24032
|
-
max-width: 100%;
|
24033
|
-
overflow: hidden;
|
24034
|
-
position: relative;
|
24035
|
-
}
|
24036
|
-
.v-responsive--inline {
|
24037
|
-
display: inline-flex;
|
24038
|
-
flex: 0 0 auto;
|
24039
|
-
}
|
24040
|
-
|
24041
|
-
.v-responsive__content {
|
24042
|
-
flex: 1 0 0px;
|
24043
|
-
max-width: 100%;
|
24044
|
-
}
|
24045
|
-
|
24046
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24047
|
-
margin-inline-start: -100%;
|
24048
|
-
}
|
24049
|
-
|
24050
|
-
.v-responsive__sizer {
|
24051
|
-
flex: 1 0 0px;
|
24052
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24053
|
-
pointer-events: none;
|
24054
24095
|
}.v-rating {
|
24055
24096
|
max-width: 100%;
|
24056
24097
|
display: inline-flex;
|
@@ -24104,6 +24145,32 @@ html.v-overlay-scroll-blocked {
|
|
24104
24145
|
opacity: 0;
|
24105
24146
|
position: absolute;
|
24106
24147
|
width: 0;
|
24148
|
+
}.v-responsive {
|
24149
|
+
display: flex;
|
24150
|
+
flex: 1 0 auto;
|
24151
|
+
max-height: 100%;
|
24152
|
+
max-width: 100%;
|
24153
|
+
overflow: hidden;
|
24154
|
+
position: relative;
|
24155
|
+
}
|
24156
|
+
.v-responsive--inline {
|
24157
|
+
display: inline-flex;
|
24158
|
+
flex: 0 0 auto;
|
24159
|
+
}
|
24160
|
+
|
24161
|
+
.v-responsive__content {
|
24162
|
+
flex: 1 0 0px;
|
24163
|
+
max-width: 100%;
|
24164
|
+
}
|
24165
|
+
|
24166
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24167
|
+
margin-inline-start: -100%;
|
24168
|
+
}
|
24169
|
+
|
24170
|
+
.v-responsive__sizer {
|
24171
|
+
flex: 1 0 0px;
|
24172
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24173
|
+
pointer-events: none;
|
24107
24174
|
}.v-select .v-field .v-text-field__prefix,
|
24108
24175
|
.v-select .v-field .v-text-field__suffix,
|
24109
24176
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24156,14 +24223,6 @@ html.v-overlay-scroll-blocked {
|
|
24156
24223
|
.v-select--active-menu .v-select__menu-icon {
|
24157
24224
|
opacity: var(--v-high-emphasis-opacity);
|
24158
24225
|
transform: rotate(180deg);
|
24159
|
-
}.v-selection-control-group {
|
24160
|
-
grid-area: control;
|
24161
|
-
display: flex;
|
24162
|
-
flex-direction: column;
|
24163
|
-
}
|
24164
|
-
.v-selection-control-group--inline {
|
24165
|
-
flex-direction: row;
|
24166
|
-
flex-wrap: wrap;
|
24167
24226
|
}.v-selection-control {
|
24168
24227
|
align-items: center;
|
24169
24228
|
contain: layout;
|
@@ -24267,6 +24326,50 @@ html.v-overlay-scroll-blocked {
|
|
24267
24326
|
}
|
24268
24327
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24269
24328
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24329
|
+
}.v-sheet {
|
24330
|
+
display: block;
|
24331
|
+
}
|
24332
|
+
.v-sheet {
|
24333
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24334
|
+
border-style: solid;
|
24335
|
+
border-width: 0;
|
24336
|
+
}
|
24337
|
+
.v-sheet--border {
|
24338
|
+
border-width: thin;
|
24339
|
+
box-shadow: none;
|
24340
|
+
}
|
24341
|
+
.v-sheet {
|
24342
|
+
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));
|
24343
|
+
}
|
24344
|
+
.v-sheet--absolute {
|
24345
|
+
position: absolute;
|
24346
|
+
}
|
24347
|
+
.v-sheet--fixed {
|
24348
|
+
position: fixed;
|
24349
|
+
}
|
24350
|
+
.v-sheet--relative {
|
24351
|
+
position: relative;
|
24352
|
+
}
|
24353
|
+
.v-sheet--sticky {
|
24354
|
+
position: sticky;
|
24355
|
+
}
|
24356
|
+
.v-sheet {
|
24357
|
+
border-radius: 0;
|
24358
|
+
}
|
24359
|
+
.v-sheet {
|
24360
|
+
background: rgb(var(--v-theme-surface));
|
24361
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24362
|
+
}
|
24363
|
+
.v-sheet--rounded {
|
24364
|
+
border-radius: 4px;
|
24365
|
+
}.v-selection-control-group {
|
24366
|
+
grid-area: control;
|
24367
|
+
display: flex;
|
24368
|
+
flex-direction: column;
|
24369
|
+
}
|
24370
|
+
.v-selection-control-group--inline {
|
24371
|
+
flex-direction: row;
|
24372
|
+
flex-wrap: wrap;
|
24270
24373
|
}.v-skeleton-loader {
|
24271
24374
|
align-items: center;
|
24272
24375
|
background: rgb(var(--v-theme-surface));
|
@@ -24484,50 +24587,14 @@ html.v-overlay-scroll-blocked {
|
|
24484
24587
|
.v-skeleton-loader--tile {
|
24485
24588
|
border-radius: 0;
|
24486
24589
|
}
|
24487
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
24488
|
-
border-radius: 0;
|
24489
|
-
}
|
24490
|
-
|
24491
|
-
@keyframes loading {
|
24492
|
-
100% {
|
24493
|
-
transform: translateX(100%);
|
24494
|
-
}
|
24495
|
-
}.v-sheet {
|
24496
|
-
display: block;
|
24497
|
-
}
|
24498
|
-
.v-sheet {
|
24499
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24500
|
-
border-style: solid;
|
24501
|
-
border-width: 0;
|
24502
|
-
}
|
24503
|
-
.v-sheet--border {
|
24504
|
-
border-width: thin;
|
24505
|
-
box-shadow: none;
|
24506
|
-
}
|
24507
|
-
.v-sheet {
|
24508
|
-
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));
|
24509
|
-
}
|
24510
|
-
.v-sheet--absolute {
|
24511
|
-
position: absolute;
|
24512
|
-
}
|
24513
|
-
.v-sheet--fixed {
|
24514
|
-
position: fixed;
|
24515
|
-
}
|
24516
|
-
.v-sheet--relative {
|
24517
|
-
position: relative;
|
24518
|
-
}
|
24519
|
-
.v-sheet--sticky {
|
24520
|
-
position: sticky;
|
24521
|
-
}
|
24522
|
-
.v-sheet {
|
24523
|
-
border-radius: 0;
|
24524
|
-
}
|
24525
|
-
.v-sheet {
|
24526
|
-
background: rgb(var(--v-theme-surface));
|
24527
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24590
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
24591
|
+
border-radius: 0;
|
24528
24592
|
}
|
24529
|
-
|
24530
|
-
|
24593
|
+
|
24594
|
+
@keyframes loading {
|
24595
|
+
100% {
|
24596
|
+
transform: translateX(100%);
|
24597
|
+
}
|
24531
24598
|
}.v-slide-group {
|
24532
24599
|
display: flex;
|
24533
24600
|
overflow: hidden;
|
@@ -24939,35 +25006,6 @@ html.v-overlay-scroll-blocked {
|
|
24939
25006
|
left: 0;
|
24940
25007
|
width: 100%;
|
24941
25008
|
height: 100%;
|
24942
|
-
}.v-tab.v-tab.v-btn {
|
24943
|
-
height: var(--v-tabs-height);
|
24944
|
-
border-radius: 0;
|
24945
|
-
min-width: 90px;
|
24946
|
-
}
|
24947
|
-
.v-slide-group--horizontal .v-tab {
|
24948
|
-
max-width: 360px;
|
24949
|
-
}
|
24950
|
-
.v-slide-group--vertical .v-tab {
|
24951
|
-
justify-content: start;
|
24952
|
-
}
|
24953
|
-
|
24954
|
-
.v-tab__slider {
|
24955
|
-
position: absolute;
|
24956
|
-
bottom: 0;
|
24957
|
-
left: 0;
|
24958
|
-
height: 2px;
|
24959
|
-
width: 100%;
|
24960
|
-
background: currentColor;
|
24961
|
-
pointer-events: none;
|
24962
|
-
opacity: 0;
|
24963
|
-
}
|
24964
|
-
.v-tab--selected .v-tab__slider {
|
24965
|
-
opacity: 1;
|
24966
|
-
}
|
24967
|
-
.v-slide-group--vertical .v-tab__slider {
|
24968
|
-
top: 0;
|
24969
|
-
height: 100%;
|
24970
|
-
width: 2px;
|
24971
25009
|
}.v-switch .v-label {
|
24972
25010
|
padding-inline-start: 10px;
|
24973
25011
|
}
|
@@ -25150,6 +25188,49 @@ html.v-overlay-scroll-blocked {
|
|
25150
25188
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25151
25189
|
border-width: 0;
|
25152
25190
|
}
|
25191
|
+
}.v-system-bar {
|
25192
|
+
align-items: center;
|
25193
|
+
display: flex;
|
25194
|
+
flex: 1 1 auto;
|
25195
|
+
height: 24px;
|
25196
|
+
justify-content: flex-end;
|
25197
|
+
max-width: 100%;
|
25198
|
+
padding-inline: 8px;
|
25199
|
+
position: relative;
|
25200
|
+
text-align: end;
|
25201
|
+
width: 100%;
|
25202
|
+
}
|
25203
|
+
.v-system-bar .v-icon {
|
25204
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25205
|
+
}
|
25206
|
+
.v-system-bar {
|
25207
|
+
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));
|
25208
|
+
}
|
25209
|
+
.v-system-bar--absolute {
|
25210
|
+
position: absolute;
|
25211
|
+
}
|
25212
|
+
.v-system-bar--fixed {
|
25213
|
+
position: fixed;
|
25214
|
+
}
|
25215
|
+
.v-system-bar {
|
25216
|
+
background: rgba(var(--v-theme-surface-light));
|
25217
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25218
|
+
}
|
25219
|
+
.v-system-bar {
|
25220
|
+
font-size: 0.75rem;
|
25221
|
+
font-weight: 400;
|
25222
|
+
letter-spacing: 0.0333333333em;
|
25223
|
+
line-height: 1.667;
|
25224
|
+
text-transform: none;
|
25225
|
+
}
|
25226
|
+
.v-system-bar--rounded {
|
25227
|
+
border-radius: 0;
|
25228
|
+
}
|
25229
|
+
.v-system-bar--window {
|
25230
|
+
height: 32px;
|
25231
|
+
}
|
25232
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25233
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25153
25234
|
}.v-tabs {
|
25154
25235
|
display: flex;
|
25155
25236
|
height: var(--v-tabs-height);
|
@@ -25216,49 +25297,35 @@ html.v-overlay-scroll-blocked {
|
|
25216
25297
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25217
25298
|
margin-inline-end: 52px;
|
25218
25299
|
}
|
25219
|
-
}.v-
|
25220
|
-
|
25221
|
-
|
25222
|
-
|
25223
|
-
height: 24px;
|
25224
|
-
justify-content: flex-end;
|
25225
|
-
max-width: 100%;
|
25226
|
-
padding-inline: 8px;
|
25227
|
-
position: relative;
|
25228
|
-
text-align: end;
|
25229
|
-
width: 100%;
|
25300
|
+
}.v-tab.v-tab.v-btn {
|
25301
|
+
height: var(--v-tabs-height);
|
25302
|
+
border-radius: 0;
|
25303
|
+
min-width: 90px;
|
25230
25304
|
}
|
25231
|
-
.v-
|
25232
|
-
|
25305
|
+
.v-slide-group--horizontal .v-tab {
|
25306
|
+
max-width: 360px;
|
25233
25307
|
}
|
25234
|
-
.v-
|
25235
|
-
|
25308
|
+
.v-slide-group--vertical .v-tab {
|
25309
|
+
justify-content: start;
|
25236
25310
|
}
|
25237
|
-
|
25311
|
+
|
25312
|
+
.v-tab__slider {
|
25238
25313
|
position: absolute;
|
25314
|
+
bottom: 0;
|
25315
|
+
left: 0;
|
25316
|
+
height: 2px;
|
25317
|
+
width: 100%;
|
25318
|
+
background: currentColor;
|
25319
|
+
pointer-events: none;
|
25320
|
+
opacity: 0;
|
25239
25321
|
}
|
25240
|
-
.v-
|
25241
|
-
|
25242
|
-
}
|
25243
|
-
.v-system-bar {
|
25244
|
-
background: rgba(var(--v-theme-surface-light));
|
25245
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25246
|
-
}
|
25247
|
-
.v-system-bar {
|
25248
|
-
font-size: 0.75rem;
|
25249
|
-
font-weight: 400;
|
25250
|
-
letter-spacing: 0.0333333333em;
|
25251
|
-
line-height: 1.667;
|
25252
|
-
text-transform: none;
|
25253
|
-
}
|
25254
|
-
.v-system-bar--rounded {
|
25255
|
-
border-radius: 0;
|
25256
|
-
}
|
25257
|
-
.v-system-bar--window {
|
25258
|
-
height: 32px;
|
25322
|
+
.v-tab--selected .v-tab__slider {
|
25323
|
+
opacity: 1;
|
25259
25324
|
}
|
25260
|
-
.v-
|
25261
|
-
|
25325
|
+
.v-slide-group--vertical .v-tab__slider {
|
25326
|
+
top: 0;
|
25327
|
+
height: 100%;
|
25328
|
+
width: 2px;
|
25262
25329
|
}.v-table {
|
25263
25330
|
font-size: 0.875rem;
|
25264
25331
|
transition-duration: 0.28s;
|
@@ -25401,6 +25468,45 @@ html.v-overlay-scroll-blocked {
|
|
25401
25468
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25402
25469
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25403
25470
|
border-top: 0px !important;
|
25471
|
+
}.v-textarea .v-field {
|
25472
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25473
|
+
}
|
25474
|
+
.v-textarea .v-field__field {
|
25475
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25476
|
+
}
|
25477
|
+
.v-textarea .v-field__input {
|
25478
|
+
flex: 1 1 auto;
|
25479
|
+
outline: none;
|
25480
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25481
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25482
|
+
}
|
25483
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25484
|
+
visibility: hidden;
|
25485
|
+
position: absolute;
|
25486
|
+
top: 0;
|
25487
|
+
left: 0;
|
25488
|
+
height: 0 !important;
|
25489
|
+
min-height: 0 !important;
|
25490
|
+
pointer-events: none;
|
25491
|
+
}
|
25492
|
+
.v-textarea--no-resize .v-field__input {
|
25493
|
+
resize: none;
|
25494
|
+
}
|
25495
|
+
.v-textarea .v-field--no-label textarea,
|
25496
|
+
.v-textarea .v-field--active textarea {
|
25497
|
+
opacity: 1;
|
25498
|
+
}
|
25499
|
+
.v-textarea textarea {
|
25500
|
+
opacity: 0;
|
25501
|
+
flex: 1;
|
25502
|
+
min-width: 0;
|
25503
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25504
|
+
}
|
25505
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25506
|
+
outline: none;
|
25507
|
+
}
|
25508
|
+
.v-textarea textarea:invalid {
|
25509
|
+
box-shadow: none;
|
25404
25510
|
}/* region BLOCK */
|
25405
25511
|
.v-text-field input {
|
25406
25512
|
color: inherit;
|
@@ -25448,90 +25554,172 @@ html.v-overlay-scroll-blocked {
|
|
25448
25554
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25449
25555
|
cursor: default;
|
25450
25556
|
display: flex;
|
25451
|
-
opacity: 0;
|
25557
|
+
opacity: 0;
|
25558
|
+
transition: inherit;
|
25559
|
+
white-space: nowrap;
|
25560
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25561
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25562
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25563
|
+
}
|
25564
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25565
|
+
opacity: 1;
|
25566
|
+
}
|
25567
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25568
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25569
|
+
}
|
25570
|
+
.v-text-field__prefix {
|
25571
|
+
padding-inline-start: var(--v-field-padding-start);
|
25572
|
+
}
|
25573
|
+
.v-text-field__suffix {
|
25574
|
+
padding-inline-end: var(--v-field-padding-end);
|
25575
|
+
}
|
25576
|
+
|
25577
|
+
/* endregion */.v-theme-provider {
|
25578
|
+
background: rgb(var(--v-theme-background));
|
25579
|
+
color: rgb(var(--v-theme-on-background));
|
25580
|
+
}.v-toolbar {
|
25581
|
+
align-items: flex-start;
|
25582
|
+
display: flex;
|
25583
|
+
flex: none;
|
25584
|
+
flex-direction: column;
|
25585
|
+
justify-content: space-between;
|
25586
|
+
max-width: 100%;
|
25587
|
+
position: relative;
|
25588
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25589
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25590
|
+
width: 100%;
|
25591
|
+
}
|
25592
|
+
.v-toolbar {
|
25593
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25594
|
+
border-style: solid;
|
25595
|
+
border-width: 0;
|
25596
|
+
}
|
25597
|
+
.v-toolbar--border {
|
25598
|
+
border-width: thin;
|
25599
|
+
box-shadow: none;
|
25600
|
+
}
|
25601
|
+
.v-toolbar {
|
25602
|
+
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));
|
25603
|
+
}
|
25604
|
+
.v-toolbar {
|
25605
|
+
border-radius: 0;
|
25606
|
+
}
|
25607
|
+
.v-toolbar {
|
25608
|
+
background: rgb(var(--v-theme-surface-light));
|
25609
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25610
|
+
}
|
25611
|
+
.v-toolbar--absolute {
|
25612
|
+
position: absolute;
|
25613
|
+
}
|
25614
|
+
.v-toolbar--collapse {
|
25615
|
+
max-width: 112px;
|
25616
|
+
overflow: hidden;
|
25617
|
+
border-end-end-radius: 24px;
|
25618
|
+
}
|
25619
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25620
|
+
display: none;
|
25621
|
+
}
|
25622
|
+
.v-toolbar--flat {
|
25623
|
+
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));
|
25624
|
+
}
|
25625
|
+
.v-toolbar--floating {
|
25626
|
+
display: inline-flex;
|
25627
|
+
}
|
25628
|
+
.v-toolbar--rounded {
|
25629
|
+
border-radius: 4px;
|
25630
|
+
}
|
25631
|
+
|
25632
|
+
.v-toolbar__content,
|
25633
|
+
.v-toolbar__extension {
|
25634
|
+
align-items: center;
|
25635
|
+
display: flex;
|
25636
|
+
flex: 0 0 auto;
|
25637
|
+
position: relative;
|
25452
25638
|
transition: inherit;
|
25453
|
-
|
25454
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25455
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25456
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25457
|
-
}
|
25458
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25459
|
-
opacity: 1;
|
25639
|
+
width: 100%;
|
25460
25640
|
}
|
25461
|
-
|
25462
|
-
|
25641
|
+
|
25642
|
+
.v-toolbar__content {
|
25643
|
+
overflow: hidden;
|
25463
25644
|
}
|
25464
|
-
.v-
|
25465
|
-
|
25645
|
+
.v-toolbar__content > .v-btn:first-child {
|
25646
|
+
margin-inline-start: 4px;
|
25466
25647
|
}
|
25467
|
-
.v-
|
25468
|
-
|
25648
|
+
.v-toolbar__content > .v-btn:last-child {
|
25649
|
+
margin-inline-end: 4px;
|
25469
25650
|
}
|
25470
|
-
|
25471
|
-
|
25472
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25651
|
+
.v-toolbar__content > .v-toolbar-title {
|
25652
|
+
margin-inline-start: 20px;
|
25473
25653
|
}
|
25474
|
-
.v-
|
25475
|
-
|
25654
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25655
|
+
align-items: flex-start;
|
25476
25656
|
}
|
25477
|
-
|
25478
|
-
|
25479
|
-
|
25480
|
-
|
25481
|
-
|
25657
|
+
|
25658
|
+
.v-toolbar__image {
|
25659
|
+
display: flex;
|
25660
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25661
|
+
transition-property: opacity;
|
25482
25662
|
}
|
25483
|
-
.v-
|
25484
|
-
visibility: hidden;
|
25663
|
+
.v-toolbar__image {
|
25485
25664
|
position: absolute;
|
25486
25665
|
top: 0;
|
25487
25666
|
left: 0;
|
25488
|
-
|
25489
|
-
|
25490
|
-
pointer-events: none;
|
25667
|
+
width: 100%;
|
25668
|
+
height: 100%;
|
25491
25669
|
}
|
25492
|
-
|
25493
|
-
|
25670
|
+
|
25671
|
+
.v-toolbar__prepend,
|
25672
|
+
.v-toolbar__append {
|
25673
|
+
align-items: center;
|
25674
|
+
align-self: stretch;
|
25675
|
+
display: flex;
|
25494
25676
|
}
|
25495
|
-
|
25496
|
-
.v-
|
25497
|
-
|
25677
|
+
|
25678
|
+
.v-toolbar__prepend {
|
25679
|
+
margin-inline: 4px auto;
|
25498
25680
|
}
|
25499
|
-
|
25500
|
-
|
25501
|
-
|
25681
|
+
|
25682
|
+
.v-toolbar__append {
|
25683
|
+
margin-inline: auto 4px;
|
25684
|
+
}
|
25685
|
+
|
25686
|
+
.v-toolbar-title {
|
25687
|
+
flex: 1 1;
|
25688
|
+
font-size: 1.25rem;
|
25502
25689
|
min-width: 0;
|
25503
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25504
25690
|
}
|
25505
|
-
.v-
|
25506
|
-
|
25691
|
+
.v-toolbar-title {
|
25692
|
+
font-size: 1.25rem;
|
25693
|
+
font-weight: 400;
|
25694
|
+
letter-spacing: 0;
|
25695
|
+
line-height: 1.75rem;
|
25696
|
+
text-transform: none;
|
25507
25697
|
}
|
25508
|
-
.v-
|
25509
|
-
|
25510
|
-
|
25511
|
-
background: rgb(var(--v-theme-background));
|
25512
|
-
color: rgb(var(--v-theme-on-background));
|
25513
|
-
}.v-tooltip > .v-overlay__content {
|
25514
|
-
background: rgb(var(--v-theme-surface-variant));
|
25515
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25516
|
-
border-radius: 4px;
|
25517
|
-
font-size: 0.875rem;
|
25518
|
-
line-height: 1.6;
|
25519
|
-
display: inline-block;
|
25520
|
-
padding: 5px 16px;
|
25521
|
-
text-transform: initial;
|
25522
|
-
width: auto;
|
25523
|
-
opacity: 1;
|
25524
|
-
pointer-events: none;
|
25525
|
-
transition-property: opacity, transform;
|
25526
|
-
overflow-wrap: break-word;
|
25698
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25699
|
+
align-self: flex-end;
|
25700
|
+
padding-bottom: 6px;
|
25527
25701
|
}
|
25528
|
-
.v-
|
25529
|
-
|
25530
|
-
|
25702
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25703
|
+
font-size: 1.5rem;
|
25704
|
+
font-weight: 400;
|
25705
|
+
letter-spacing: 0;
|
25706
|
+
line-height: 2.25rem;
|
25707
|
+
text-transform: none;
|
25531
25708
|
}
|
25532
|
-
|
25533
|
-
|
25534
|
-
|
25709
|
+
|
25710
|
+
.v-toolbar-title__placeholder {
|
25711
|
+
overflow: hidden;
|
25712
|
+
text-overflow: ellipsis;
|
25713
|
+
white-space: nowrap;
|
25714
|
+
}
|
25715
|
+
|
25716
|
+
.v-toolbar-items {
|
25717
|
+
display: flex;
|
25718
|
+
height: inherit;
|
25719
|
+
align-self: stretch;
|
25720
|
+
}
|
25721
|
+
.v-toolbar-items > .v-btn {
|
25722
|
+
border-radius: 0;
|
25535
25723
|
}.v-timeline .v-timeline-divider__dot {
|
25536
25724
|
background: rgb(var(--v-theme-surface-light));
|
25537
25725
|
}
|
@@ -25868,231 +26056,110 @@ html.v-overlay-scroll-blocked {
|
|
25868
26056
|
.v-timeline--horizontal.v-timeline--align-center {
|
25869
26057
|
justify-items: center;
|
25870
26058
|
}
|
25871
|
-
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
|
25872
|
-
padding-inline: 12px;
|
25873
|
-
}
|
25874
|
-
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
|
25875
|
-
padding-inline: 12px;
|
25876
|
-
}
|
25877
|
-
.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
|
25878
|
-
justify-content: center;
|
25879
|
-
}
|
25880
|
-
|
25881
|
-
.v-timeline--vertical.v-timeline--align-center {
|
25882
|
-
align-items: center;
|
25883
|
-
}
|
25884
|
-
.v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
|
25885
|
-
justify-content: center;
|
25886
|
-
}
|
25887
|
-
|
25888
|
-
.v-timeline--align-start {
|
25889
|
-
--v-timeline-line-size-base: 100%;
|
25890
|
-
--v-timeline-line-size-offset: 12px;
|
25891
|
-
}
|
25892
|
-
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25893
|
-
--v-timeline-line-size-offset: 24px;
|
25894
|
-
}
|
25895
|
-
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25896
|
-
--v-timeline-line-size-offset: -12px;
|
25897
|
-
}
|
25898
|
-
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
25899
|
-
--v-timeline-line-size-offset: 0px;
|
25900
|
-
}
|
25901
|
-
.v-timeline--horizontal.v-timeline--align-start {
|
25902
|
-
justify-items: flex-start;
|
25903
|
-
}
|
25904
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
25905
|
-
justify-content: flex-start;
|
25906
|
-
}
|
25907
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25908
|
-
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25909
|
-
}
|
25910
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25911
|
-
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25912
|
-
}
|
25913
|
-
|
25914
|
-
.v-timeline--vertical.v-timeline--align-start {
|
25915
|
-
align-items: flex-start;
|
25916
|
-
}
|
25917
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
25918
|
-
justify-content: flex-start;
|
25919
|
-
}
|
25920
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25921
|
-
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25922
|
-
}
|
25923
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25924
|
-
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25925
|
-
}
|
25926
|
-
|
25927
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25928
|
-
display: none;
|
25929
|
-
}
|
25930
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25931
|
-
--v-timeline-line-size-offset: 12px;
|
25932
|
-
}
|
25933
|
-
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25934
|
-
padding-block-start: 0;
|
25935
|
-
}
|
25936
|
-
|
25937
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25938
|
-
padding-inline-start: 0;
|
25939
|
-
}
|
25940
|
-
|
25941
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25942
|
-
display: none;
|
25943
|
-
}
|
25944
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25945
|
-
--v-timeline-line-size-offset: 12px;
|
25946
|
-
}
|
25947
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25948
|
-
padding-block-end: 0;
|
25949
|
-
}
|
25950
|
-
|
25951
|
-
.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 {
|
25952
|
-
padding-inline-end: 0;
|
25953
|
-
}.v-toolbar {
|
25954
|
-
align-items: flex-start;
|
25955
|
-
display: flex;
|
25956
|
-
flex: none;
|
25957
|
-
flex-direction: column;
|
25958
|
-
justify-content: space-between;
|
25959
|
-
max-width: 100%;
|
25960
|
-
position: relative;
|
25961
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25962
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25963
|
-
width: 100%;
|
25964
|
-
}
|
25965
|
-
.v-toolbar {
|
25966
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25967
|
-
border-style: solid;
|
25968
|
-
border-width: 0;
|
25969
|
-
}
|
25970
|
-
.v-toolbar--border {
|
25971
|
-
border-width: thin;
|
25972
|
-
box-shadow: none;
|
25973
|
-
}
|
25974
|
-
.v-toolbar {
|
25975
|
-
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));
|
25976
|
-
}
|
25977
|
-
.v-toolbar {
|
25978
|
-
border-radius: 0;
|
25979
|
-
}
|
25980
|
-
.v-toolbar {
|
25981
|
-
background: rgb(var(--v-theme-surface-light));
|
25982
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25983
|
-
}
|
25984
|
-
.v-toolbar--absolute {
|
25985
|
-
position: absolute;
|
25986
|
-
}
|
25987
|
-
.v-toolbar--collapse {
|
25988
|
-
max-width: 112px;
|
25989
|
-
overflow: hidden;
|
25990
|
-
border-end-end-radius: 24px;
|
25991
|
-
}
|
25992
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25993
|
-
display: none;
|
25994
|
-
}
|
25995
|
-
.v-toolbar--flat {
|
25996
|
-
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));
|
26059
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
|
26060
|
+
padding-inline: 12px;
|
25997
26061
|
}
|
25998
|
-
.v-
|
25999
|
-
|
26062
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
|
26063
|
+
padding-inline: 12px;
|
26000
26064
|
}
|
26001
|
-
.v-
|
26002
|
-
|
26065
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
|
26066
|
+
justify-content: center;
|
26003
26067
|
}
|
26004
26068
|
|
26005
|
-
.v-
|
26006
|
-
.v-toolbar__extension {
|
26069
|
+
.v-timeline--vertical.v-timeline--align-center {
|
26007
26070
|
align-items: center;
|
26008
|
-
|
26009
|
-
|
26010
|
-
|
26011
|
-
transition: inherit;
|
26012
|
-
width: 100%;
|
26071
|
+
}
|
26072
|
+
.v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
|
26073
|
+
justify-content: center;
|
26013
26074
|
}
|
26014
26075
|
|
26015
|
-
.v-
|
26016
|
-
|
26076
|
+
.v-timeline--align-start {
|
26077
|
+
--v-timeline-line-size-base: 100%;
|
26078
|
+
--v-timeline-line-size-offset: 12px;
|
26017
26079
|
}
|
26018
|
-
.v-
|
26019
|
-
|
26080
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26081
|
+
--v-timeline-line-size-offset: 24px;
|
26020
26082
|
}
|
26021
|
-
.v-
|
26022
|
-
|
26083
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26084
|
+
--v-timeline-line-size-offset: -12px;
|
26023
26085
|
}
|
26024
|
-
.v-
|
26025
|
-
|
26086
|
+
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
26087
|
+
--v-timeline-line-size-offset: 0px;
|
26026
26088
|
}
|
26027
|
-
.v-
|
26028
|
-
|
26089
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
26090
|
+
justify-items: flex-start;
|
26029
26091
|
}
|
26030
|
-
|
26031
|
-
|
26032
|
-
display: flex;
|
26033
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
26034
|
-
transition-property: opacity;
|
26092
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
26093
|
+
justify-content: flex-start;
|
26035
26094
|
}
|
26036
|
-
.v-
|
26037
|
-
|
26038
|
-
top: 0;
|
26039
|
-
left: 0;
|
26040
|
-
width: 100%;
|
26041
|
-
height: 100%;
|
26095
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26096
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26042
26097
|
}
|
26043
|
-
|
26044
|
-
|
26045
|
-
.v-toolbar__append {
|
26046
|
-
align-items: center;
|
26047
|
-
align-self: stretch;
|
26048
|
-
display: flex;
|
26098
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26099
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26049
26100
|
}
|
26050
26101
|
|
26051
|
-
.v-
|
26052
|
-
|
26102
|
+
.v-timeline--vertical.v-timeline--align-start {
|
26103
|
+
align-items: flex-start;
|
26053
26104
|
}
|
26054
|
-
|
26055
|
-
|
26056
|
-
|
26105
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
26106
|
+
justify-content: flex-start;
|
26107
|
+
}
|
26108
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26109
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26110
|
+
}
|
26111
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26112
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26057
26113
|
}
|
26058
26114
|
|
26059
|
-
.v-
|
26060
|
-
|
26061
|
-
font-size: 1.25rem;
|
26062
|
-
min-width: 0;
|
26115
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26116
|
+
display: none;
|
26063
26117
|
}
|
26064
|
-
.v-
|
26065
|
-
|
26066
|
-
font-weight: 400;
|
26067
|
-
letter-spacing: 0;
|
26068
|
-
line-height: 1.75rem;
|
26069
|
-
text-transform: none;
|
26118
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26119
|
+
--v-timeline-line-size-offset: 12px;
|
26070
26120
|
}
|
26071
|
-
.v-
|
26072
|
-
|
26073
|
-
padding-bottom: 6px;
|
26121
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26122
|
+
padding-block-start: 0;
|
26074
26123
|
}
|
26075
|
-
|
26076
|
-
|
26077
|
-
|
26078
|
-
letter-spacing: 0;
|
26079
|
-
line-height: 2.25rem;
|
26080
|
-
text-transform: none;
|
26124
|
+
|
26125
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26126
|
+
padding-inline-start: 0;
|
26081
26127
|
}
|
26082
26128
|
|
26083
|
-
.v-
|
26084
|
-
|
26085
|
-
|
26086
|
-
|
26129
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
26130
|
+
display: none;
|
26131
|
+
}
|
26132
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
26133
|
+
--v-timeline-line-size-offset: 12px;
|
26134
|
+
}
|
26135
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
26136
|
+
padding-block-end: 0;
|
26087
26137
|
}
|
26088
26138
|
|
26089
|
-
.v-
|
26090
|
-
|
26091
|
-
|
26092
|
-
|
26139
|
+
.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 {
|
26140
|
+
padding-inline-end: 0;
|
26141
|
+
}.v-tooltip > .v-overlay__content {
|
26142
|
+
background: rgb(var(--v-theme-surface-variant));
|
26143
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26144
|
+
border-radius: 4px;
|
26145
|
+
font-size: 0.875rem;
|
26146
|
+
line-height: 1.6;
|
26147
|
+
display: inline-block;
|
26148
|
+
padding: 5px 16px;
|
26149
|
+
text-transform: initial;
|
26150
|
+
width: auto;
|
26151
|
+
opacity: 1;
|
26152
|
+
pointer-events: none;
|
26153
|
+
transition-property: opacity, transform;
|
26154
|
+
overflow-wrap: break-word;
|
26093
26155
|
}
|
26094
|
-
.v-
|
26095
|
-
|
26156
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26157
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26158
|
+
transition-duration: 150ms;
|
26159
|
+
}
|
26160
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26161
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26162
|
+
transition-duration: 75ms;
|
26096
26163
|
}.v-virtual-scroll {
|
26097
26164
|
display: block;
|
26098
26165
|
flex: 1 1 auto;
|
@@ -26172,73 +26239,34 @@ html.v-overlay-scroll-blocked {
|
|
26172
26239
|
}
|
26173
26240
|
.v-window-y-reverse-transition-leave-to {
|
26174
26241
|
transform: translateY(100%);
|
26175
|
-
}.v-
|
26176
|
-
align-items: center;
|
26242
|
+
}.v-color-picker-edit {
|
26177
26243
|
display: flex;
|
26178
|
-
|
26179
|
-
justify-content: center;
|
26180
|
-
min-height: 100%;
|
26181
|
-
padding: 16px;
|
26182
|
-
}
|
26183
|
-
.v-empty-state--start {
|
26184
|
-
align-items: flex-start;
|
26185
|
-
}
|
26186
|
-
.v-empty-state--center {
|
26187
|
-
align-items: center;
|
26188
|
-
}
|
26189
|
-
.v-empty-state--end {
|
26190
|
-
align-items: flex-end;
|
26244
|
+
margin-top: 24px;
|
26191
26245
|
}
|
26192
26246
|
|
26193
|
-
.v-
|
26194
|
-
text-align: center;
|
26247
|
+
.v-color-picker-edit__input {
|
26195
26248
|
width: 100%;
|
26196
|
-
|
26197
|
-
|
26198
|
-
|
26199
|
-
}
|
26200
|
-
|
26201
|
-
.v-empty-state__headline {
|
26202
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26203
|
-
font-size: 3.75rem;
|
26204
|
-
font-weight: 300;
|
26205
|
-
line-height: 1;
|
26249
|
+
display: flex;
|
26250
|
+
flex-wrap: wrap;
|
26251
|
+
justify-content: center;
|
26206
26252
|
text-align: center;
|
26207
|
-
margin-bottom: 8px;
|
26208
|
-
}
|
26209
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
26210
|
-
font-size: 2.125rem;
|
26211
26253
|
}
|
26212
|
-
|
26213
|
-
|
26214
|
-
font-size: 1.25rem;
|
26215
|
-
font-weight: 500;
|
26216
|
-
line-height: 1.6;
|
26217
|
-
margin-bottom: 4px;
|
26218
|
-
text-align: center;
|
26254
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26255
|
+
margin-inline-end: 8px;
|
26219
26256
|
}
|
26220
|
-
|
26221
|
-
|
26222
|
-
|
26223
|
-
|
26224
|
-
|
26225
|
-
padding: 0 16px;
|
26257
|
+
.v-color-picker-edit__input input {
|
26258
|
+
border-radius: 4px;
|
26259
|
+
margin-bottom: 8px;
|
26260
|
+
min-width: 0;
|
26261
|
+
outline: none;
|
26226
26262
|
text-align: center;
|
26263
|
+
width: 100%;
|
26264
|
+
height: 32px;
|
26265
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26266
|
+
color: rgba(var(--v-theme-on-surface));
|
26227
26267
|
}
|
26228
|
-
|
26229
|
-
|
26230
|
-
padding: 24px 0;
|
26231
|
-
}
|
26232
|
-
|
26233
|
-
.v-empty-state__actions {
|
26234
|
-
display: flex;
|
26235
|
-
gap: 8px;
|
26236
|
-
padding: 16px;
|
26237
|
-
}
|
26238
|
-
|
26239
|
-
.v-empty-state__action-btn.v-btn {
|
26240
|
-
background-color: initial;
|
26241
|
-
color: initial;
|
26268
|
+
.v-color-picker-edit__input span {
|
26269
|
+
font-size: 0.75rem;
|
26242
26270
|
}.v-color-picker-canvas {
|
26243
26271
|
display: flex;
|
26244
26272
|
position: relative;
|
@@ -26331,34 +26359,6 @@ html.v-overlay-scroll-blocked {
|
|
26331
26359
|
.v-color-picker-preview__eye-dropper {
|
26332
26360
|
position: relative;
|
26333
26361
|
margin-right: 12px;
|
26334
|
-
}.v-color-picker-edit {
|
26335
|
-
display: flex;
|
26336
|
-
margin-top: 24px;
|
26337
|
-
}
|
26338
|
-
|
26339
|
-
.v-color-picker-edit__input {
|
26340
|
-
width: 100%;
|
26341
|
-
display: flex;
|
26342
|
-
flex-wrap: wrap;
|
26343
|
-
justify-content: center;
|
26344
|
-
text-align: center;
|
26345
|
-
}
|
26346
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26347
|
-
margin-inline-end: 8px;
|
26348
|
-
}
|
26349
|
-
.v-color-picker-edit__input input {
|
26350
|
-
border-radius: 4px;
|
26351
|
-
margin-bottom: 8px;
|
26352
|
-
min-width: 0;
|
26353
|
-
outline: none;
|
26354
|
-
text-align: center;
|
26355
|
-
width: 100%;
|
26356
|
-
height: 32px;
|
26357
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26358
|
-
color: rgba(var(--v-theme-on-surface));
|
26359
|
-
}
|
26360
|
-
.v-color-picker-edit__input span {
|
26361
|
-
font-size: 0.75rem;
|
26362
26362
|
}.v-color-picker-swatches {
|
26363
26363
|
overflow-y: auto;
|
26364
26364
|
}
|