vuetify 3.4.7 → 3.4.8
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 +48 -40
- package/dist/json/importMap.json +102 -102
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +77 -59
- package/dist/vuetify-labs.css +2792 -2789
- package/dist/vuetify-labs.d.ts +42 -30
- package/dist/vuetify-labs.esm.js +131 -101
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +131 -101
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1022 -1019
- package/dist/vuetify.d.ts +73 -61
- package/dist/vuetify.esm.js +131 -101
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +131 -101
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +126 -124
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -98
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +42 -30
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +3 -0
- package/lib/components/VOverlay/VOverlay.mjs +11 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/index.d.mts +42 -30
- package/lib/composables/calendar.mjs +113 -0
- package/lib/composables/calendar.mjs.map +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +31 -31
- package/lib/locale/cs.mjs +19 -19
- package/lib/locale/cs.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.8
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16997,18 +16997,6 @@ html.overflow-y-hidden {
|
|
|
16997
16997
|
min-height: 100vh;
|
|
16998
16998
|
min-height: 100dvh;
|
|
16999
16999
|
position: relative;
|
|
17000
|
-
}.v-app-bar {
|
|
17001
|
-
display: flex;
|
|
17002
|
-
}
|
|
17003
|
-
.v-app-bar.v-toolbar {
|
|
17004
|
-
background: rgb(var(--v-theme-surface));
|
|
17005
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17006
|
-
}
|
|
17007
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17008
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17009
|
-
}
|
|
17010
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17011
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17012
17000
|
}.v-alert {
|
|
17013
17001
|
display: grid;
|
|
17014
17002
|
flex: 1 1;
|
|
@@ -17219,6 +17207,18 @@ html.overflow-y-hidden {
|
|
|
17219
17207
|
text-transform: none;
|
|
17220
17208
|
word-break: normal;
|
|
17221
17209
|
word-wrap: break-word;
|
|
17210
|
+
}.v-app-bar {
|
|
17211
|
+
display: flex;
|
|
17212
|
+
}
|
|
17213
|
+
.v-app-bar.v-toolbar {
|
|
17214
|
+
background: rgb(var(--v-theme-surface));
|
|
17215
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17216
|
+
}
|
|
17217
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17218
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17219
|
+
}
|
|
17220
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17221
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17222
17222
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17223
17223
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17224
17224
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17387,77 +17387,6 @@ html.overflow-y-hidden {
|
|
|
17387
17387
|
.v-avatar .v-img {
|
|
17388
17388
|
height: 100%;
|
|
17389
17389
|
width: 100%;
|
|
17390
|
-
}.v-badge {
|
|
17391
|
-
display: inline-block;
|
|
17392
|
-
line-height: 1;
|
|
17393
|
-
}
|
|
17394
|
-
|
|
17395
|
-
.v-badge__badge {
|
|
17396
|
-
align-items: center;
|
|
17397
|
-
display: inline-flex;
|
|
17398
|
-
border-radius: 10px;
|
|
17399
|
-
font-size: 0.75rem;
|
|
17400
|
-
font-weight: 500;
|
|
17401
|
-
height: 1.25rem;
|
|
17402
|
-
justify-content: center;
|
|
17403
|
-
min-width: 20px;
|
|
17404
|
-
padding: 4px 6px;
|
|
17405
|
-
pointer-events: auto;
|
|
17406
|
-
position: absolute;
|
|
17407
|
-
text-align: center;
|
|
17408
|
-
text-indent: 0;
|
|
17409
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17410
|
-
white-space: nowrap;
|
|
17411
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17412
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17413
|
-
}
|
|
17414
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17415
|
-
border-radius: inherit;
|
|
17416
|
-
border-style: solid;
|
|
17417
|
-
border-width: 2px;
|
|
17418
|
-
bottom: 0;
|
|
17419
|
-
color: rgb(var(--v-theme-background));
|
|
17420
|
-
content: "";
|
|
17421
|
-
left: 0;
|
|
17422
|
-
position: absolute;
|
|
17423
|
-
right: 0;
|
|
17424
|
-
top: 0;
|
|
17425
|
-
transform: scale(1.05);
|
|
17426
|
-
}
|
|
17427
|
-
.v-badge--dot .v-badge__badge {
|
|
17428
|
-
border-radius: 4.5px;
|
|
17429
|
-
height: 9px;
|
|
17430
|
-
min-width: 0;
|
|
17431
|
-
padding: 0;
|
|
17432
|
-
width: 9px;
|
|
17433
|
-
}
|
|
17434
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17435
|
-
border-width: 1.5px;
|
|
17436
|
-
}
|
|
17437
|
-
.v-badge--inline .v-badge__badge {
|
|
17438
|
-
position: relative;
|
|
17439
|
-
vertical-align: middle;
|
|
17440
|
-
}
|
|
17441
|
-
.v-badge__badge .v-icon {
|
|
17442
|
-
color: inherit;
|
|
17443
|
-
font-size: 0.75rem;
|
|
17444
|
-
margin: 0 -2px;
|
|
17445
|
-
}
|
|
17446
|
-
.v-badge__badge img,
|
|
17447
|
-
.v-badge__badge .v-img {
|
|
17448
|
-
height: 100%;
|
|
17449
|
-
width: 100%;
|
|
17450
|
-
}
|
|
17451
|
-
|
|
17452
|
-
.v-badge__wrapper {
|
|
17453
|
-
display: flex;
|
|
17454
|
-
position: relative;
|
|
17455
|
-
}
|
|
17456
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17457
|
-
align-items: center;
|
|
17458
|
-
display: inline-flex;
|
|
17459
|
-
justify-content: center;
|
|
17460
|
-
margin: 0 4px;
|
|
17461
17390
|
}.v-banner {
|
|
17462
17391
|
display: grid;
|
|
17463
17392
|
flex: 1 1;
|
|
@@ -17615,6 +17544,77 @@ html.overflow-y-hidden {
|
|
|
17615
17544
|
}
|
|
17616
17545
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17617
17546
|
align-self: flex-start;
|
|
17547
|
+
}.v-badge {
|
|
17548
|
+
display: inline-block;
|
|
17549
|
+
line-height: 1;
|
|
17550
|
+
}
|
|
17551
|
+
|
|
17552
|
+
.v-badge__badge {
|
|
17553
|
+
align-items: center;
|
|
17554
|
+
display: inline-flex;
|
|
17555
|
+
border-radius: 10px;
|
|
17556
|
+
font-size: 0.75rem;
|
|
17557
|
+
font-weight: 500;
|
|
17558
|
+
height: 1.25rem;
|
|
17559
|
+
justify-content: center;
|
|
17560
|
+
min-width: 20px;
|
|
17561
|
+
padding: 4px 6px;
|
|
17562
|
+
pointer-events: auto;
|
|
17563
|
+
position: absolute;
|
|
17564
|
+
text-align: center;
|
|
17565
|
+
text-indent: 0;
|
|
17566
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17567
|
+
white-space: nowrap;
|
|
17568
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17569
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17570
|
+
}
|
|
17571
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17572
|
+
border-radius: inherit;
|
|
17573
|
+
border-style: solid;
|
|
17574
|
+
border-width: 2px;
|
|
17575
|
+
bottom: 0;
|
|
17576
|
+
color: rgb(var(--v-theme-background));
|
|
17577
|
+
content: "";
|
|
17578
|
+
left: 0;
|
|
17579
|
+
position: absolute;
|
|
17580
|
+
right: 0;
|
|
17581
|
+
top: 0;
|
|
17582
|
+
transform: scale(1.05);
|
|
17583
|
+
}
|
|
17584
|
+
.v-badge--dot .v-badge__badge {
|
|
17585
|
+
border-radius: 4.5px;
|
|
17586
|
+
height: 9px;
|
|
17587
|
+
min-width: 0;
|
|
17588
|
+
padding: 0;
|
|
17589
|
+
width: 9px;
|
|
17590
|
+
}
|
|
17591
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17592
|
+
border-width: 1.5px;
|
|
17593
|
+
}
|
|
17594
|
+
.v-badge--inline .v-badge__badge {
|
|
17595
|
+
position: relative;
|
|
17596
|
+
vertical-align: middle;
|
|
17597
|
+
}
|
|
17598
|
+
.v-badge__badge .v-icon {
|
|
17599
|
+
color: inherit;
|
|
17600
|
+
font-size: 0.75rem;
|
|
17601
|
+
margin: 0 -2px;
|
|
17602
|
+
}
|
|
17603
|
+
.v-badge__badge img,
|
|
17604
|
+
.v-badge__badge .v-img {
|
|
17605
|
+
height: 100%;
|
|
17606
|
+
width: 100%;
|
|
17607
|
+
}
|
|
17608
|
+
|
|
17609
|
+
.v-badge__wrapper {
|
|
17610
|
+
display: flex;
|
|
17611
|
+
position: relative;
|
|
17612
|
+
}
|
|
17613
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17614
|
+
align-items: center;
|
|
17615
|
+
display: inline-flex;
|
|
17616
|
+
justify-content: center;
|
|
17617
|
+
margin: 0 4px;
|
|
17618
17618
|
}.v-bottom-navigation {
|
|
17619
17619
|
display: flex;
|
|
17620
17620
|
max-width: 100%;
|
|
@@ -18162,6 +18162,19 @@ html.overflow-y-hidden {
|
|
|
18162
18162
|
}
|
|
18163
18163
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18164
18164
|
opacity: var(--v-border-opacity);
|
|
18165
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18166
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18167
|
+
}
|
|
18168
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18169
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18170
|
+
}
|
|
18171
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18172
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18173
|
+
}
|
|
18174
|
+
@supports not selector(:focus-visible) {
|
|
18175
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18176
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18177
|
+
}
|
|
18165
18178
|
}.v-btn-group {
|
|
18166
18179
|
display: inline-flex;
|
|
18167
18180
|
flex-wrap: nowrap;
|
|
@@ -18218,19 +18231,6 @@ html.overflow-y-hidden {
|
|
|
18218
18231
|
}
|
|
18219
18232
|
.v-btn-group--tile {
|
|
18220
18233
|
border-radius: 0;
|
|
18221
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18222
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18223
|
-
}
|
|
18224
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18225
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18226
|
-
}
|
|
18227
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18228
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18229
|
-
}
|
|
18230
|
-
@supports not selector(:focus-visible) {
|
|
18231
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18232
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18233
|
-
}
|
|
18234
18234
|
}.v-card {
|
|
18235
18235
|
display: block;
|
|
18236
18236
|
overflow: hidden;
|
|
@@ -18525,6 +18525,69 @@ html.overflow-y-hidden {
|
|
|
18525
18525
|
transition: opacity 0.2s ease-in-out;
|
|
18526
18526
|
}.v-checkbox .v-selection-control {
|
|
18527
18527
|
min-height: var(--v-input-control-height);
|
|
18528
|
+
}.v-carousel {
|
|
18529
|
+
overflow: hidden;
|
|
18530
|
+
position: relative;
|
|
18531
|
+
width: 100%;
|
|
18532
|
+
}
|
|
18533
|
+
.v-carousel__controls {
|
|
18534
|
+
align-items: center;
|
|
18535
|
+
bottom: 0;
|
|
18536
|
+
display: flex;
|
|
18537
|
+
height: 50px;
|
|
18538
|
+
justify-content: center;
|
|
18539
|
+
list-style-type: none;
|
|
18540
|
+
position: absolute;
|
|
18541
|
+
width: 100%;
|
|
18542
|
+
z-index: 1;
|
|
18543
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18544
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18545
|
+
}
|
|
18546
|
+
.v-carousel__controls > .v-item-group {
|
|
18547
|
+
flex: 0 1 auto;
|
|
18548
|
+
}
|
|
18549
|
+
.v-carousel__controls__item {
|
|
18550
|
+
margin: 0 8px;
|
|
18551
|
+
}
|
|
18552
|
+
.v-carousel__controls__item .v-icon {
|
|
18553
|
+
opacity: 0.5;
|
|
18554
|
+
}
|
|
18555
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18556
|
+
opacity: 1;
|
|
18557
|
+
vertical-align: middle;
|
|
18558
|
+
}
|
|
18559
|
+
.v-carousel__controls__item:hover {
|
|
18560
|
+
background: none;
|
|
18561
|
+
}
|
|
18562
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18563
|
+
opacity: 0.8;
|
|
18564
|
+
}
|
|
18565
|
+
|
|
18566
|
+
.v-carousel__progress {
|
|
18567
|
+
margin: 0;
|
|
18568
|
+
position: absolute;
|
|
18569
|
+
bottom: 0;
|
|
18570
|
+
left: 0;
|
|
18571
|
+
right: 0;
|
|
18572
|
+
}
|
|
18573
|
+
|
|
18574
|
+
.v-carousel-item {
|
|
18575
|
+
display: block;
|
|
18576
|
+
height: inherit;
|
|
18577
|
+
text-decoration: none;
|
|
18578
|
+
}
|
|
18579
|
+
.v-carousel-item > .v-img {
|
|
18580
|
+
height: inherit;
|
|
18581
|
+
}
|
|
18582
|
+
|
|
18583
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18584
|
+
background: transparent;
|
|
18585
|
+
}
|
|
18586
|
+
|
|
18587
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18588
|
+
flex-direction: column;
|
|
18589
|
+
height: 100% !important;
|
|
18590
|
+
width: 50px;
|
|
18528
18591
|
}.v-chip {
|
|
18529
18592
|
align-items: center;
|
|
18530
18593
|
cursor: default;
|
|
@@ -19729,94 +19792,36 @@ html.overflow-y-hidden {
|
|
|
19729
19792
|
flex: 0 1 auto;
|
|
19730
19793
|
font-size: 12px;
|
|
19731
19794
|
transition-duration: 150ms;
|
|
19732
|
-
}.v-
|
|
19733
|
-
align-items: center;
|
|
19734
|
-
justify-content: center;
|
|
19735
|
-
margin: auto;
|
|
19736
|
-
}
|
|
19737
|
-
.v-dialog > .v-overlay__content {
|
|
19738
|
-
max-height: calc(100% - 48px);
|
|
19739
|
-
width: calc(100% - 48px);
|
|
19740
|
-
max-width: calc(100% - 48px);
|
|
19741
|
-
margin: 24px;
|
|
19742
|
-
}
|
|
19743
|
-
.v-dialog > .v-overlay__content,
|
|
19744
|
-
.v-dialog > .v-overlay__content > form {
|
|
19745
|
-
display: flex;
|
|
19746
|
-
flex-direction: column;
|
|
19747
|
-
min-height: 0;
|
|
19748
|
-
}
|
|
19749
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
19750
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
|
19751
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
19752
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
19753
|
-
--v-scrollbar-offset: 0px;
|
|
19754
|
-
border-radius: 4px;
|
|
19755
|
-
overflow-y: auto;
|
|
19756
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19757
|
-
}
|
|
19758
|
-
.v-dialog > .v-overlay__content > .v-card,
|
|
19759
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
|
19795
|
+
}.v-data-table-footer {
|
|
19760
19796
|
display: flex;
|
|
19761
|
-
|
|
19762
|
-
|
|
19763
|
-
|
|
19764
|
-
|
|
19765
|
-
padding: 14px 24px 0;
|
|
19766
|
-
}
|
|
19767
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
19768
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
19769
|
-
padding-top: 10px;
|
|
19770
|
-
}
|
|
19771
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
19772
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
19773
|
-
font-size: inherit;
|
|
19774
|
-
letter-spacing: 0.03125em;
|
|
19775
|
-
line-height: inherit;
|
|
19776
|
-
padding: 16px 24px 10px;
|
|
19797
|
+
align-items: center;
|
|
19798
|
+
flex-wrap: wrap;
|
|
19799
|
+
padding: 4px;
|
|
19800
|
+
justify-content: flex-end;
|
|
19777
19801
|
}
|
|
19778
19802
|
|
|
19779
|
-
.v-
|
|
19780
|
-
|
|
19781
|
-
|
|
19782
|
-
|
|
19783
|
-
|
|
19784
|
-
margin: 0;
|
|
19785
|
-
padding: 0;
|
|
19786
|
-
width: 100%;
|
|
19787
|
-
height: 100%;
|
|
19788
|
-
max-width: 100%;
|
|
19789
|
-
max-height: 100%;
|
|
19790
|
-
overflow-y: auto;
|
|
19791
|
-
top: 0;
|
|
19792
|
-
left: 0;
|
|
19803
|
+
.v-data-table-footer__items-per-page {
|
|
19804
|
+
padding-inline-end: 24px;
|
|
19805
|
+
display: flex;
|
|
19806
|
+
align-items: center;
|
|
19807
|
+
justify-content: space-between;
|
|
19793
19808
|
}
|
|
19794
|
-
.v-
|
|
19795
|
-
|
|
19796
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
19797
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
19798
|
-
min-height: 100%;
|
|
19799
|
-
min-width: 100%;
|
|
19800
|
-
border-radius: 0;
|
|
19809
|
+
.v-data-table-footer__items-per-page > span {
|
|
19810
|
+
padding-inline-end: 24px;
|
|
19801
19811
|
}
|
|
19802
19812
|
|
|
19803
|
-
.v-
|
|
19804
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
|
19813
|
+
.v-data-table-footer__info {
|
|
19805
19814
|
display: flex;
|
|
19815
|
+
padding-inline-end: 24px;
|
|
19806
19816
|
}
|
|
19807
|
-
|
|
19808
|
-
.v-
|
|
19817
|
+
|
|
19818
|
+
.v-data-table-footer__pagination {
|
|
19809
19819
|
display: flex;
|
|
19810
|
-
|
|
19811
|
-
flex-direction: column;
|
|
19812
|
-
max-height: 100%;
|
|
19813
|
-
max-width: 100%;
|
|
19820
|
+
align-items: center;
|
|
19814
19821
|
}
|
|
19815
|
-
|
|
19816
|
-
.v-
|
|
19817
|
-
|
|
19818
|
-
backface-visibility: hidden;
|
|
19819
|
-
overflow-y: auto;
|
|
19822
|
+
|
|
19823
|
+
.v-data-table-footer__page {
|
|
19824
|
+
padding: 0 8px;
|
|
19820
19825
|
}.v-data-table {
|
|
19821
19826
|
width: 100%;
|
|
19822
19827
|
}
|
|
@@ -19949,36 +19954,6 @@ html.overflow-y-hidden {
|
|
|
19949
19954
|
.v-data-table-rows-loading,
|
|
19950
19955
|
.v-data-table-rows-no-data {
|
|
19951
19956
|
text-align: center;
|
|
19952
|
-
}.v-data-table-footer {
|
|
19953
|
-
display: flex;
|
|
19954
|
-
align-items: center;
|
|
19955
|
-
flex-wrap: wrap;
|
|
19956
|
-
padding: 4px;
|
|
19957
|
-
justify-content: flex-end;
|
|
19958
|
-
}
|
|
19959
|
-
|
|
19960
|
-
.v-data-table-footer__items-per-page {
|
|
19961
|
-
padding-inline-end: 24px;
|
|
19962
|
-
display: flex;
|
|
19963
|
-
align-items: center;
|
|
19964
|
-
justify-content: space-between;
|
|
19965
|
-
}
|
|
19966
|
-
.v-data-table-footer__items-per-page > span {
|
|
19967
|
-
padding-inline-end: 24px;
|
|
19968
|
-
}
|
|
19969
|
-
|
|
19970
|
-
.v-data-table-footer__info {
|
|
19971
|
-
display: flex;
|
|
19972
|
-
padding-inline-end: 24px;
|
|
19973
|
-
}
|
|
19974
|
-
|
|
19975
|
-
.v-data-table-footer__pagination {
|
|
19976
|
-
display: flex;
|
|
19977
|
-
align-items: center;
|
|
19978
|
-
}
|
|
19979
|
-
|
|
19980
|
-
.v-data-table-footer__page {
|
|
19981
|
-
padding: 0 8px;
|
|
19982
19957
|
}.v-date-picker__input {
|
|
19983
19958
|
padding-top: 16px;
|
|
19984
19959
|
padding-left: 24px;
|
|
@@ -20060,55 +20035,6 @@ html.overflow-y-hidden {
|
|
|
20060
20035
|
|
|
20061
20036
|
.v-date-picker__title {
|
|
20062
20037
|
display: inline-block;
|
|
20063
|
-
}.v-date-picker-month {
|
|
20064
|
-
display: flex;
|
|
20065
|
-
justify-content: center;
|
|
20066
|
-
min-width: 328px;
|
|
20067
|
-
--v-date-picker-month-day-diff: 4px;
|
|
20068
|
-
}
|
|
20069
|
-
|
|
20070
|
-
.v-date-picker-month__weeks {
|
|
20071
|
-
display: grid;
|
|
20072
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20073
|
-
row-gap: 4px;
|
|
20074
|
-
font-size: 0.875rem;
|
|
20075
|
-
}
|
|
20076
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20077
|
-
grid-row-gap: 0;
|
|
20078
|
-
}
|
|
20079
|
-
|
|
20080
|
-
.v-date-picker-month__weekday {
|
|
20081
|
-
font-size: 0.875rem;
|
|
20082
|
-
}
|
|
20083
|
-
|
|
20084
|
-
.v-date-picker-month__days {
|
|
20085
|
-
display: grid;
|
|
20086
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20087
|
-
row-gap: 4px;
|
|
20088
|
-
flex: 1 1;
|
|
20089
|
-
justify-content: space-around;
|
|
20090
|
-
}
|
|
20091
|
-
|
|
20092
|
-
.v-date-picker-month__day {
|
|
20093
|
-
align-items: center;
|
|
20094
|
-
display: flex;
|
|
20095
|
-
justify-content: center;
|
|
20096
|
-
position: relative;
|
|
20097
|
-
}
|
|
20098
|
-
.v-date-picker-month__day--selected .v-btn {
|
|
20099
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
20100
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20101
|
-
}
|
|
20102
|
-
.v-date-picker-month__day--week {
|
|
20103
|
-
font-size: var(--v-btn-size);
|
|
20104
|
-
}
|
|
20105
|
-
|
|
20106
|
-
.v-date-picker-month__day--adjacent {
|
|
20107
|
-
opacity: 0.5;
|
|
20108
|
-
}
|
|
20109
|
-
|
|
20110
|
-
.v-date-picker-month__day--hide-adjacent {
|
|
20111
|
-
opacity: 0;
|
|
20112
20038
|
}.v-date-picker-header {
|
|
20113
20039
|
display: grid;
|
|
20114
20040
|
grid-template-areas: "prepend content append";
|
|
@@ -20167,6 +20093,55 @@ html.overflow-y-hidden {
|
|
|
20167
20093
|
.date-picker-header-reverse-transition-leave-to {
|
|
20168
20094
|
opacity: 0;
|
|
20169
20095
|
transform: translate(0, 100%);
|
|
20096
|
+
}.v-date-picker-month {
|
|
20097
|
+
display: flex;
|
|
20098
|
+
justify-content: center;
|
|
20099
|
+
min-width: 328px;
|
|
20100
|
+
--v-date-picker-month-day-diff: 4px;
|
|
20101
|
+
}
|
|
20102
|
+
|
|
20103
|
+
.v-date-picker-month__weeks {
|
|
20104
|
+
display: grid;
|
|
20105
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20106
|
+
row-gap: 4px;
|
|
20107
|
+
font-size: 0.875rem;
|
|
20108
|
+
}
|
|
20109
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20110
|
+
grid-row-gap: 0;
|
|
20111
|
+
}
|
|
20112
|
+
|
|
20113
|
+
.v-date-picker-month__weekday {
|
|
20114
|
+
font-size: 0.875rem;
|
|
20115
|
+
}
|
|
20116
|
+
|
|
20117
|
+
.v-date-picker-month__days {
|
|
20118
|
+
display: grid;
|
|
20119
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20120
|
+
row-gap: 4px;
|
|
20121
|
+
flex: 1 1;
|
|
20122
|
+
justify-content: space-around;
|
|
20123
|
+
}
|
|
20124
|
+
|
|
20125
|
+
.v-date-picker-month__day {
|
|
20126
|
+
align-items: center;
|
|
20127
|
+
display: flex;
|
|
20128
|
+
justify-content: center;
|
|
20129
|
+
position: relative;
|
|
20130
|
+
}
|
|
20131
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
20132
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20133
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20134
|
+
}
|
|
20135
|
+
.v-date-picker-month__day--week {
|
|
20136
|
+
font-size: var(--v-btn-size);
|
|
20137
|
+
}
|
|
20138
|
+
|
|
20139
|
+
.v-date-picker-month__day--adjacent {
|
|
20140
|
+
opacity: 0.5;
|
|
20141
|
+
}
|
|
20142
|
+
|
|
20143
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
20144
|
+
opacity: 0;
|
|
20170
20145
|
}.v-date-picker-months {
|
|
20171
20146
|
height: 320px;
|
|
20172
20147
|
overflow-y: scroll;
|
|
@@ -20202,18 +20177,135 @@ html.overflow-y-hidden {
|
|
|
20202
20177
|
}
|
|
20203
20178
|
.v-date-picker-years__content .v-btn {
|
|
20204
20179
|
padding-inline: 8px;
|
|
20205
|
-
}.v-
|
|
20206
|
-
|
|
20207
|
-
|
|
20180
|
+
}.v-dialog {
|
|
20181
|
+
align-items: center;
|
|
20182
|
+
justify-content: center;
|
|
20183
|
+
margin: auto;
|
|
20208
20184
|
}
|
|
20209
|
-
.v-
|
|
20210
|
-
|
|
20185
|
+
.v-dialog > .v-overlay__content {
|
|
20186
|
+
max-height: calc(100% - 48px);
|
|
20187
|
+
width: calc(100% - 48px);
|
|
20188
|
+
max-width: calc(100% - 48px);
|
|
20189
|
+
margin: 24px;
|
|
20211
20190
|
}
|
|
20212
|
-
.v-
|
|
20213
|
-
|
|
20191
|
+
.v-dialog > .v-overlay__content,
|
|
20192
|
+
.v-dialog > .v-overlay__content > form {
|
|
20193
|
+
display: flex;
|
|
20194
|
+
flex-direction: column;
|
|
20195
|
+
min-height: 0;
|
|
20214
20196
|
}
|
|
20215
|
-
.v-
|
|
20216
|
-
|
|
20197
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20198
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
20199
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
20200
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
20201
|
+
--v-scrollbar-offset: 0px;
|
|
20202
|
+
border-radius: 4px;
|
|
20203
|
+
overflow-y: auto;
|
|
20204
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20205
|
+
}
|
|
20206
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
20207
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
20208
|
+
display: flex;
|
|
20209
|
+
flex-direction: column;
|
|
20210
|
+
}
|
|
20211
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
20212
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
20213
|
+
padding: 14px 24px 0;
|
|
20214
|
+
}
|
|
20215
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
20216
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
20217
|
+
padding-top: 10px;
|
|
20218
|
+
}
|
|
20219
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
20220
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20221
|
+
font-size: inherit;
|
|
20222
|
+
letter-spacing: 0.03125em;
|
|
20223
|
+
line-height: inherit;
|
|
20224
|
+
padding: 16px 24px 10px;
|
|
20225
|
+
}
|
|
20226
|
+
|
|
20227
|
+
.v-dialog--fullscreen {
|
|
20228
|
+
--v-scrollbar-offset: 0px;
|
|
20229
|
+
}
|
|
20230
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
|
20231
|
+
border-radius: 0;
|
|
20232
|
+
margin: 0;
|
|
20233
|
+
padding: 0;
|
|
20234
|
+
width: 100%;
|
|
20235
|
+
height: 100%;
|
|
20236
|
+
max-width: 100%;
|
|
20237
|
+
max-height: 100%;
|
|
20238
|
+
overflow-y: auto;
|
|
20239
|
+
top: 0;
|
|
20240
|
+
left: 0;
|
|
20241
|
+
}
|
|
20242
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
20243
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
20244
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
20245
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
20246
|
+
min-height: 100%;
|
|
20247
|
+
min-width: 100%;
|
|
20248
|
+
border-radius: 0;
|
|
20249
|
+
}
|
|
20250
|
+
|
|
20251
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
20252
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
20253
|
+
display: flex;
|
|
20254
|
+
}
|
|
20255
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20256
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
20257
|
+
display: flex;
|
|
20258
|
+
flex: 1 1 100%;
|
|
20259
|
+
flex-direction: column;
|
|
20260
|
+
max-height: 100%;
|
|
20261
|
+
max-width: 100%;
|
|
20262
|
+
}
|
|
20263
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
20264
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
20265
|
+
-webkit-backface-visibility: hidden;
|
|
20266
|
+
backface-visibility: hidden;
|
|
20267
|
+
overflow-y: auto;
|
|
20268
|
+
}.v-divider {
|
|
20269
|
+
display: block;
|
|
20270
|
+
flex: 1 1 100%;
|
|
20271
|
+
height: 0px;
|
|
20272
|
+
max-height: 0px;
|
|
20273
|
+
opacity: var(--v-border-opacity);
|
|
20274
|
+
transition: inherit;
|
|
20275
|
+
border-style: solid;
|
|
20276
|
+
border-width: thin 0 0 0;
|
|
20277
|
+
}
|
|
20278
|
+
.v-divider--vertical {
|
|
20279
|
+
align-self: stretch;
|
|
20280
|
+
border-width: 0 thin 0 0;
|
|
20281
|
+
display: inline-flex;
|
|
20282
|
+
height: inherit;
|
|
20283
|
+
margin-left: -1px;
|
|
20284
|
+
max-height: 100%;
|
|
20285
|
+
max-width: 0px;
|
|
20286
|
+
vertical-align: text-bottom;
|
|
20287
|
+
width: 0px;
|
|
20288
|
+
}
|
|
20289
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20290
|
+
max-width: calc(100% - 72px);
|
|
20291
|
+
margin-inline-start: 72px;
|
|
20292
|
+
}
|
|
20293
|
+
.v-divider--inset.v-divider--vertical {
|
|
20294
|
+
margin-bottom: 8px;
|
|
20295
|
+
margin-top: 8px;
|
|
20296
|
+
max-height: calc(100% - 16px);
|
|
20297
|
+
}.v-expansion-panel {
|
|
20298
|
+
background-color: rgb(var(--v-theme-surface));
|
|
20299
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20300
|
+
}
|
|
20301
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
20302
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20303
|
+
}
|
|
20304
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20305
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20306
|
+
}
|
|
20307
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20308
|
+
opacity: 0.4615384615;
|
|
20217
20309
|
}
|
|
20218
20310
|
|
|
20219
20311
|
.v-expansion-panels {
|
|
@@ -20401,35 +20493,6 @@ html.overflow-y-hidden {
|
|
|
20401
20493
|
}
|
|
20402
20494
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20403
20495
|
max-width: calc(100% - 32px);
|
|
20404
|
-
}.v-divider {
|
|
20405
|
-
display: block;
|
|
20406
|
-
flex: 1 1 100%;
|
|
20407
|
-
height: 0px;
|
|
20408
|
-
max-height: 0px;
|
|
20409
|
-
opacity: var(--v-border-opacity);
|
|
20410
|
-
transition: inherit;
|
|
20411
|
-
border-style: solid;
|
|
20412
|
-
border-width: thin 0 0 0;
|
|
20413
|
-
}
|
|
20414
|
-
.v-divider--vertical {
|
|
20415
|
-
align-self: stretch;
|
|
20416
|
-
border-width: 0 thin 0 0;
|
|
20417
|
-
display: inline-flex;
|
|
20418
|
-
height: inherit;
|
|
20419
|
-
margin-left: -1px;
|
|
20420
|
-
max-height: 100%;
|
|
20421
|
-
max-width: 0px;
|
|
20422
|
-
vertical-align: text-bottom;
|
|
20423
|
-
width: 0px;
|
|
20424
|
-
}
|
|
20425
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20426
|
-
max-width: calc(100% - 72px);
|
|
20427
|
-
margin-inline-start: 72px;
|
|
20428
|
-
}
|
|
20429
|
-
.v-divider--inset.v-divider--vertical {
|
|
20430
|
-
margin-bottom: 8px;
|
|
20431
|
-
margin-top: 8px;
|
|
20432
|
-
max-height: calc(100% - 16px);
|
|
20433
20496
|
}/* region INPUT */
|
|
20434
20497
|
.v-field {
|
|
20435
20498
|
display: grid;
|
|
@@ -21845,6 +21908,8 @@ textarea.v-field__input::placeholder {
|
|
|
21845
21908
|
}
|
|
21846
21909
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
21847
21910
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21911
|
+
}.v-locale-provider {
|
|
21912
|
+
display: contents;
|
|
21848
21913
|
}.v-main {
|
|
21849
21914
|
flex: 1 0 auto;
|
|
21850
21915
|
max-width: 100%;
|
|
@@ -21873,8 +21938,6 @@ textarea.v-field__input::placeholder {
|
|
|
21873
21938
|
--v-layout-right: 0px;
|
|
21874
21939
|
--v-layout-top: 0px;
|
|
21875
21940
|
--v-layout-bottom: 0px;
|
|
21876
|
-
}.v-locale-provider {
|
|
21877
|
-
display: contents;
|
|
21878
21941
|
}.v-menu > .v-overlay__content {
|
|
21879
21942
|
display: flex;
|
|
21880
21943
|
flex-direction: column;
|
|
@@ -22055,269 +22118,107 @@ textarea.v-field__input::placeholder {
|
|
|
22055
22118
|
height: 100%;
|
|
22056
22119
|
justify-content: center;
|
|
22057
22120
|
width: 100%;
|
|
22058
|
-
}.v-overlay-container {
|
|
22059
|
-
contain: layout;
|
|
22060
|
-
left: 0;
|
|
22061
|
-
pointer-events: none;
|
|
22062
|
-
position: absolute;
|
|
22063
|
-
top: 0;
|
|
22064
|
-
display: contents;
|
|
22065
22121
|
}
|
|
22066
|
-
|
|
22067
|
-
|
|
22068
|
-
|
|
22122
|
+
.v-otp-input__loader .v-progress-linear {
|
|
22123
|
+
position: absolute;
|
|
22124
|
+
}.v-pagination__list {
|
|
22125
|
+
display: inline-flex;
|
|
22126
|
+
list-style-type: none;
|
|
22127
|
+
justify-content: center;
|
|
22128
|
+
width: 100%;
|
|
22069
22129
|
}
|
|
22070
|
-
.v-
|
|
22071
|
-
|
|
22130
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22131
|
+
margin: 0.3rem;
|
|
22132
|
+
}.v-parallax {
|
|
22133
|
+
position: relative;
|
|
22134
|
+
overflow: hidden;
|
|
22072
22135
|
}
|
|
22073
|
-
|
|
22074
|
-
|
|
22075
|
-
|
|
22076
|
-
|
|
22136
|
+
.v-parallax--active > .v-img__img {
|
|
22137
|
+
will-change: transform;
|
|
22138
|
+
}.v-progress-linear {
|
|
22139
|
+
background: transparent;
|
|
22140
|
+
overflow: hidden;
|
|
22141
|
+
position: relative;
|
|
22142
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22077
22143
|
width: 100%;
|
|
22078
|
-
|
|
22144
|
+
}
|
|
22145
|
+
.v-progress-linear--rounded {
|
|
22146
|
+
border-radius: 9999px;
|
|
22079
22147
|
}
|
|
22080
22148
|
|
|
22081
|
-
.v-
|
|
22082
|
-
|
|
22149
|
+
.v-progress-linear__background {
|
|
22150
|
+
background: currentColor;
|
|
22151
|
+
bottom: 0;
|
|
22152
|
+
left: 0;
|
|
22153
|
+
opacity: var(--v-border-opacity);
|
|
22154
|
+
position: absolute;
|
|
22155
|
+
top: 0;
|
|
22156
|
+
transition-property: width, left, right;
|
|
22157
|
+
transition: inherit;
|
|
22158
|
+
}
|
|
22159
|
+
|
|
22160
|
+
.v-progress-linear__content {
|
|
22161
|
+
align-items: center;
|
|
22083
22162
|
display: flex;
|
|
22163
|
+
height: 100%;
|
|
22164
|
+
justify-content: center;
|
|
22084
22165
|
left: 0;
|
|
22085
22166
|
pointer-events: none;
|
|
22086
|
-
position:
|
|
22167
|
+
position: absolute;
|
|
22087
22168
|
top: 0;
|
|
22088
|
-
|
|
22089
|
-
right: 0;
|
|
22169
|
+
width: 100%;
|
|
22090
22170
|
}
|
|
22091
22171
|
|
|
22092
|
-
.v-
|
|
22093
|
-
|
|
22172
|
+
.v-progress-linear__determinate,
|
|
22173
|
+
.v-progress-linear__indeterminate {
|
|
22174
|
+
background: currentColor;
|
|
22175
|
+
}
|
|
22176
|
+
|
|
22177
|
+
.v-progress-linear__determinate {
|
|
22178
|
+
height: inherit;
|
|
22179
|
+
left: 0;
|
|
22094
22180
|
position: absolute;
|
|
22095
|
-
|
|
22096
|
-
|
|
22181
|
+
transition: inherit;
|
|
22182
|
+
transition-property: width, left, right;
|
|
22097
22183
|
}
|
|
22098
22184
|
|
|
22099
|
-
.v-
|
|
22100
|
-
|
|
22101
|
-
|
|
22102
|
-
|
|
22185
|
+
.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
|
|
22186
|
+
animation-play-state: paused;
|
|
22187
|
+
animation-duration: 2.2s;
|
|
22188
|
+
animation-iteration-count: infinite;
|
|
22103
22189
|
bottom: 0;
|
|
22190
|
+
height: inherit;
|
|
22104
22191
|
left: 0;
|
|
22105
|
-
|
|
22106
|
-
|
|
22107
|
-
right: 0;
|
|
22192
|
+
position: absolute;
|
|
22193
|
+
right: auto;
|
|
22108
22194
|
top: 0;
|
|
22195
|
+
width: auto;
|
|
22196
|
+
will-change: left, right;
|
|
22109
22197
|
}
|
|
22110
|
-
|
|
22111
|
-
|
|
22112
|
-
|
|
22198
|
+
.v-progress-linear__indeterminate .long {
|
|
22199
|
+
animation-name: indeterminate-ltr;
|
|
22200
|
+
}
|
|
22201
|
+
.v-progress-linear__indeterminate .short {
|
|
22202
|
+
animation-name: indeterminate-short-ltr;
|
|
22113
22203
|
}
|
|
22114
22204
|
|
|
22115
|
-
.v-
|
|
22205
|
+
.v-progress-linear__stream {
|
|
22206
|
+
animation: stream 0.25s infinite linear;
|
|
22207
|
+
animation-play-state: paused;
|
|
22208
|
+
bottom: 0;
|
|
22209
|
+
left: auto;
|
|
22210
|
+
opacity: 0.3;
|
|
22211
|
+
pointer-events: none;
|
|
22116
22212
|
position: absolute;
|
|
22213
|
+
transition: inherit;
|
|
22214
|
+
transition-property: width, left, right;
|
|
22117
22215
|
}
|
|
22118
22216
|
|
|
22119
|
-
.v-
|
|
22120
|
-
|
|
22121
|
-
|
|
22122
|
-
|
|
22123
|
-
|
|
22124
|
-
}
|
|
22125
|
-
.v-parallax--active > .v-img__img {
|
|
22126
|
-
will-change: transform;
|
|
22127
|
-
}.v-progress-circular {
|
|
22128
|
-
align-items: center;
|
|
22129
|
-
display: inline-flex;
|
|
22130
|
-
justify-content: center;
|
|
22131
|
-
position: relative;
|
|
22132
|
-
vertical-align: middle;
|
|
22133
|
-
}
|
|
22134
|
-
.v-progress-circular > svg {
|
|
22135
|
-
width: 100%;
|
|
22136
|
-
height: 100%;
|
|
22137
|
-
margin: auto;
|
|
22138
|
-
position: absolute;
|
|
22139
|
-
top: 0;
|
|
22140
|
-
bottom: 0;
|
|
22141
|
-
left: 0;
|
|
22142
|
-
right: 0;
|
|
22143
|
-
z-index: 0;
|
|
22144
|
-
}
|
|
22145
|
-
|
|
22146
|
-
.v-progress-circular__content {
|
|
22147
|
-
align-items: center;
|
|
22148
|
-
display: flex;
|
|
22149
|
-
justify-content: center;
|
|
22150
|
-
}
|
|
22151
|
-
|
|
22152
|
-
.v-progress-circular__underlay {
|
|
22153
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22154
|
-
stroke: currentColor;
|
|
22155
|
-
z-index: 1;
|
|
22156
|
-
}
|
|
22157
|
-
|
|
22158
|
-
.v-progress-circular__overlay {
|
|
22159
|
-
stroke: currentColor;
|
|
22160
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22161
|
-
z-index: 2;
|
|
22162
|
-
}
|
|
22163
|
-
|
|
22164
|
-
.v-progress-circular--size-x-small {
|
|
22165
|
-
height: 16px;
|
|
22166
|
-
width: 16px;
|
|
22167
|
-
}
|
|
22168
|
-
.v-progress-circular--size-small {
|
|
22169
|
-
height: 24px;
|
|
22170
|
-
width: 24px;
|
|
22171
|
-
}
|
|
22172
|
-
.v-progress-circular--size-default {
|
|
22173
|
-
height: 32px;
|
|
22174
|
-
width: 32px;
|
|
22175
|
-
}
|
|
22176
|
-
.v-progress-circular--size-large {
|
|
22177
|
-
height: 48px;
|
|
22178
|
-
width: 48px;
|
|
22179
|
-
}
|
|
22180
|
-
.v-progress-circular--size-x-large {
|
|
22181
|
-
height: 64px;
|
|
22182
|
-
width: 64px;
|
|
22183
|
-
}
|
|
22184
|
-
|
|
22185
|
-
.v-progress-circular--indeterminate > svg {
|
|
22186
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22187
|
-
transform-origin: center center;
|
|
22188
|
-
transition: all 0.2s ease-in-out;
|
|
22189
|
-
}
|
|
22190
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22191
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22192
|
-
stroke-dasharray: 25, 200;
|
|
22193
|
-
stroke-dashoffset: 0;
|
|
22194
|
-
stroke-linecap: round;
|
|
22195
|
-
transform-origin: center center;
|
|
22196
|
-
transform: rotate(-90deg);
|
|
22197
|
-
}
|
|
22198
|
-
|
|
22199
|
-
.v-progress-circular--disable-shrink > svg {
|
|
22200
|
-
animation-duration: 0.7s;
|
|
22201
|
-
}
|
|
22202
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22203
|
-
animation: none;
|
|
22204
|
-
}
|
|
22205
|
-
|
|
22206
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22207
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22208
|
-
animation-play-state: paused !important;
|
|
22209
|
-
}
|
|
22210
|
-
|
|
22211
|
-
@keyframes progress-circular-dash {
|
|
22212
|
-
0% {
|
|
22213
|
-
stroke-dasharray: 1, 200;
|
|
22214
|
-
stroke-dashoffset: 0px;
|
|
22215
|
-
}
|
|
22216
|
-
50% {
|
|
22217
|
-
stroke-dasharray: 100, 200;
|
|
22218
|
-
stroke-dashoffset: -15px;
|
|
22219
|
-
}
|
|
22220
|
-
100% {
|
|
22221
|
-
stroke-dasharray: 100, 200;
|
|
22222
|
-
stroke-dashoffset: -124px;
|
|
22223
|
-
}
|
|
22224
|
-
}
|
|
22225
|
-
@keyframes progress-circular-rotate {
|
|
22226
|
-
100% {
|
|
22227
|
-
transform: rotate(270deg);
|
|
22228
|
-
}
|
|
22229
|
-
}.v-pagination__list {
|
|
22230
|
-
display: inline-flex;
|
|
22231
|
-
list-style-type: none;
|
|
22232
|
-
justify-content: center;
|
|
22233
|
-
width: 100%;
|
|
22234
|
-
}
|
|
22235
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22236
|
-
margin: 0.3rem;
|
|
22237
|
-
}.v-progress-linear {
|
|
22238
|
-
background: transparent;
|
|
22239
|
-
overflow: hidden;
|
|
22240
|
-
position: relative;
|
|
22241
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22242
|
-
width: 100%;
|
|
22243
|
-
}
|
|
22244
|
-
.v-progress-linear--rounded {
|
|
22245
|
-
border-radius: 9999px;
|
|
22246
|
-
}
|
|
22247
|
-
|
|
22248
|
-
.v-progress-linear__background {
|
|
22249
|
-
background: currentColor;
|
|
22250
|
-
bottom: 0;
|
|
22251
|
-
left: 0;
|
|
22252
|
-
opacity: var(--v-border-opacity);
|
|
22253
|
-
position: absolute;
|
|
22254
|
-
top: 0;
|
|
22255
|
-
transition-property: width, left, right;
|
|
22256
|
-
transition: inherit;
|
|
22257
|
-
}
|
|
22258
|
-
|
|
22259
|
-
.v-progress-linear__content {
|
|
22260
|
-
align-items: center;
|
|
22261
|
-
display: flex;
|
|
22262
|
-
height: 100%;
|
|
22263
|
-
justify-content: center;
|
|
22264
|
-
left: 0;
|
|
22265
|
-
pointer-events: none;
|
|
22266
|
-
position: absolute;
|
|
22267
|
-
top: 0;
|
|
22268
|
-
width: 100%;
|
|
22269
|
-
}
|
|
22270
|
-
|
|
22271
|
-
.v-progress-linear__determinate,
|
|
22272
|
-
.v-progress-linear__indeterminate {
|
|
22273
|
-
background: currentColor;
|
|
22274
|
-
}
|
|
22275
|
-
|
|
22276
|
-
.v-progress-linear__determinate {
|
|
22277
|
-
height: inherit;
|
|
22278
|
-
left: 0;
|
|
22279
|
-
position: absolute;
|
|
22280
|
-
transition: inherit;
|
|
22281
|
-
transition-property: width, left, right;
|
|
22282
|
-
}
|
|
22283
|
-
|
|
22284
|
-
.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
|
|
22285
|
-
animation-play-state: paused;
|
|
22286
|
-
animation-duration: 2.2s;
|
|
22287
|
-
animation-iteration-count: infinite;
|
|
22288
|
-
bottom: 0;
|
|
22289
|
-
height: inherit;
|
|
22290
|
-
left: 0;
|
|
22291
|
-
position: absolute;
|
|
22292
|
-
right: auto;
|
|
22293
|
-
top: 0;
|
|
22294
|
-
width: auto;
|
|
22295
|
-
will-change: left, right;
|
|
22296
|
-
}
|
|
22297
|
-
.v-progress-linear__indeterminate .long {
|
|
22298
|
-
animation-name: indeterminate-ltr;
|
|
22299
|
-
}
|
|
22300
|
-
.v-progress-linear__indeterminate .short {
|
|
22301
|
-
animation-name: indeterminate-short-ltr;
|
|
22302
|
-
}
|
|
22303
|
-
|
|
22304
|
-
.v-progress-linear__stream {
|
|
22305
|
-
animation: stream 0.25s infinite linear;
|
|
22306
|
-
animation-play-state: paused;
|
|
22307
|
-
bottom: 0;
|
|
22308
|
-
left: auto;
|
|
22309
|
-
opacity: 0.3;
|
|
22310
|
-
pointer-events: none;
|
|
22311
|
-
position: absolute;
|
|
22312
|
-
transition: inherit;
|
|
22313
|
-
transition-property: width, left, right;
|
|
22314
|
-
}
|
|
22315
|
-
|
|
22316
|
-
.v-progress-linear--reverse .v-progress-linear__background,
|
|
22317
|
-
.v-progress-linear--reverse .v-progress-linear__determinate,
|
|
22318
|
-
.v-progress-linear--reverse .v-progress-linear__content {
|
|
22319
|
-
left: auto;
|
|
22320
|
-
right: 0;
|
|
22217
|
+
.v-progress-linear--reverse .v-progress-linear__background,
|
|
22218
|
+
.v-progress-linear--reverse .v-progress-linear__determinate,
|
|
22219
|
+
.v-progress-linear--reverse .v-progress-linear__content {
|
|
22220
|
+
left: auto;
|
|
22221
|
+
right: 0;
|
|
22321
22222
|
}
|
|
22322
22223
|
.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
|
|
22323
22224
|
left: auto;
|
|
@@ -22444,49 +22345,202 @@ html.v-overlay-scroll-blocked {
|
|
|
22444
22345
|
0% {
|
|
22445
22346
|
background-position-x: var(--v-progress-linear-height);
|
|
22446
22347
|
}
|
|
22447
|
-
}.v-
|
|
22448
|
-
|
|
22449
|
-
|
|
22450
|
-
|
|
22451
|
-
|
|
22452
|
-
|
|
22453
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22454
|
-
padding-inline-start: 6px;
|
|
22455
|
-
margin-top: 8px;
|
|
22348
|
+
}.v-progress-circular {
|
|
22349
|
+
align-items: center;
|
|
22350
|
+
display: inline-flex;
|
|
22351
|
+
justify-content: center;
|
|
22352
|
+
position: relative;
|
|
22353
|
+
vertical-align: middle;
|
|
22456
22354
|
}
|
|
22457
|
-
.v-
|
|
22458
|
-
padding-inline: 16px;
|
|
22459
|
-
}.v-slider .v-slider__container input {
|
|
22460
|
-
cursor: default;
|
|
22461
|
-
padding: 0;
|
|
22355
|
+
.v-progress-circular > svg {
|
|
22462
22356
|
width: 100%;
|
|
22463
|
-
|
|
22464
|
-
|
|
22465
|
-
|
|
22466
|
-
|
|
22467
|
-
|
|
22357
|
+
height: 100%;
|
|
22358
|
+
margin: auto;
|
|
22359
|
+
position: absolute;
|
|
22360
|
+
top: 0;
|
|
22361
|
+
bottom: 0;
|
|
22362
|
+
left: 0;
|
|
22363
|
+
right: 0;
|
|
22364
|
+
z-index: 0;
|
|
22468
22365
|
}
|
|
22469
22366
|
|
|
22470
|
-
.v-
|
|
22471
|
-
|
|
22472
|
-
min-height: inherit;
|
|
22473
|
-
width: 100%;
|
|
22474
|
-
height: 100%;
|
|
22367
|
+
.v-progress-circular__content {
|
|
22368
|
+
align-items: center;
|
|
22475
22369
|
display: flex;
|
|
22476
22370
|
justify-content: center;
|
|
22477
|
-
align-items: center;
|
|
22478
|
-
cursor: pointer;
|
|
22479
|
-
}
|
|
22480
|
-
.v-input--disabled .v-slider__container {
|
|
22481
|
-
opacity: var(--v-disabled-opacity);
|
|
22482
22371
|
}
|
|
22483
|
-
|
|
22484
|
-
|
|
22372
|
+
|
|
22373
|
+
.v-progress-circular__underlay {
|
|
22374
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22375
|
+
stroke: currentColor;
|
|
22376
|
+
z-index: 1;
|
|
22485
22377
|
}
|
|
22486
22378
|
|
|
22487
|
-
.v-
|
|
22488
|
-
|
|
22489
|
-
|
|
22379
|
+
.v-progress-circular__overlay {
|
|
22380
|
+
stroke: currentColor;
|
|
22381
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22382
|
+
z-index: 2;
|
|
22383
|
+
}
|
|
22384
|
+
|
|
22385
|
+
.v-progress-circular--size-x-small {
|
|
22386
|
+
height: 16px;
|
|
22387
|
+
width: 16px;
|
|
22388
|
+
}
|
|
22389
|
+
.v-progress-circular--size-small {
|
|
22390
|
+
height: 24px;
|
|
22391
|
+
width: 24px;
|
|
22392
|
+
}
|
|
22393
|
+
.v-progress-circular--size-default {
|
|
22394
|
+
height: 32px;
|
|
22395
|
+
width: 32px;
|
|
22396
|
+
}
|
|
22397
|
+
.v-progress-circular--size-large {
|
|
22398
|
+
height: 48px;
|
|
22399
|
+
width: 48px;
|
|
22400
|
+
}
|
|
22401
|
+
.v-progress-circular--size-x-large {
|
|
22402
|
+
height: 64px;
|
|
22403
|
+
width: 64px;
|
|
22404
|
+
}
|
|
22405
|
+
|
|
22406
|
+
.v-progress-circular--indeterminate > svg {
|
|
22407
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22408
|
+
transform-origin: center center;
|
|
22409
|
+
transition: all 0.2s ease-in-out;
|
|
22410
|
+
}
|
|
22411
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22412
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22413
|
+
stroke-dasharray: 25, 200;
|
|
22414
|
+
stroke-dashoffset: 0;
|
|
22415
|
+
stroke-linecap: round;
|
|
22416
|
+
transform-origin: center center;
|
|
22417
|
+
transform: rotate(-90deg);
|
|
22418
|
+
}
|
|
22419
|
+
|
|
22420
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22421
|
+
animation-duration: 0.7s;
|
|
22422
|
+
}
|
|
22423
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22424
|
+
animation: none;
|
|
22425
|
+
}
|
|
22426
|
+
|
|
22427
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22428
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22429
|
+
animation-play-state: paused !important;
|
|
22430
|
+
}
|
|
22431
|
+
|
|
22432
|
+
@keyframes progress-circular-dash {
|
|
22433
|
+
0% {
|
|
22434
|
+
stroke-dasharray: 1, 200;
|
|
22435
|
+
stroke-dashoffset: 0px;
|
|
22436
|
+
}
|
|
22437
|
+
50% {
|
|
22438
|
+
stroke-dasharray: 100, 200;
|
|
22439
|
+
stroke-dashoffset: -15px;
|
|
22440
|
+
}
|
|
22441
|
+
100% {
|
|
22442
|
+
stroke-dasharray: 100, 200;
|
|
22443
|
+
stroke-dashoffset: -124px;
|
|
22444
|
+
}
|
|
22445
|
+
}
|
|
22446
|
+
@keyframes progress-circular-rotate {
|
|
22447
|
+
100% {
|
|
22448
|
+
transform: rotate(270deg);
|
|
22449
|
+
}
|
|
22450
|
+
}.v-overlay-container {
|
|
22451
|
+
contain: layout;
|
|
22452
|
+
left: 0;
|
|
22453
|
+
pointer-events: none;
|
|
22454
|
+
position: absolute;
|
|
22455
|
+
top: 0;
|
|
22456
|
+
display: contents;
|
|
22457
|
+
}
|
|
22458
|
+
|
|
22459
|
+
.v-overlay-scroll-blocked {
|
|
22460
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22461
|
+
}
|
|
22462
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
22463
|
+
overflow-y: hidden !important;
|
|
22464
|
+
}
|
|
22465
|
+
html.v-overlay-scroll-blocked {
|
|
22466
|
+
position: fixed;
|
|
22467
|
+
top: var(--v-body-scroll-y);
|
|
22468
|
+
left: var(--v-body-scroll-x);
|
|
22469
|
+
width: 100%;
|
|
22470
|
+
height: 100%;
|
|
22471
|
+
}
|
|
22472
|
+
|
|
22473
|
+
.v-overlay {
|
|
22474
|
+
border-radius: inherit;
|
|
22475
|
+
display: flex;
|
|
22476
|
+
left: 0;
|
|
22477
|
+
pointer-events: none;
|
|
22478
|
+
position: fixed;
|
|
22479
|
+
top: 0;
|
|
22480
|
+
bottom: 0;
|
|
22481
|
+
right: 0;
|
|
22482
|
+
}
|
|
22483
|
+
|
|
22484
|
+
.v-overlay__content {
|
|
22485
|
+
outline: none;
|
|
22486
|
+
position: absolute;
|
|
22487
|
+
pointer-events: auto;
|
|
22488
|
+
contain: layout;
|
|
22489
|
+
}
|
|
22490
|
+
|
|
22491
|
+
.v-overlay__scrim {
|
|
22492
|
+
pointer-events: auto;
|
|
22493
|
+
background: rgb(var(--v-theme-on-surface));
|
|
22494
|
+
border-radius: inherit;
|
|
22495
|
+
bottom: 0;
|
|
22496
|
+
left: 0;
|
|
22497
|
+
opacity: 0.32;
|
|
22498
|
+
position: fixed;
|
|
22499
|
+
right: 0;
|
|
22500
|
+
top: 0;
|
|
22501
|
+
}
|
|
22502
|
+
|
|
22503
|
+
.v-overlay--absolute {
|
|
22504
|
+
position: absolute;
|
|
22505
|
+
}
|
|
22506
|
+
|
|
22507
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
22508
|
+
position: absolute;
|
|
22509
|
+
}
|
|
22510
|
+
|
|
22511
|
+
.v-overlay--scroll-blocked {
|
|
22512
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22513
|
+
}.v-slider .v-slider__container input {
|
|
22514
|
+
cursor: default;
|
|
22515
|
+
padding: 0;
|
|
22516
|
+
width: 100%;
|
|
22517
|
+
display: none;
|
|
22518
|
+
}
|
|
22519
|
+
.v-slider > .v-input__append,
|
|
22520
|
+
.v-slider > .v-input__prepend {
|
|
22521
|
+
padding: 0;
|
|
22522
|
+
}
|
|
22523
|
+
|
|
22524
|
+
.v-slider__container {
|
|
22525
|
+
position: relative;
|
|
22526
|
+
min-height: inherit;
|
|
22527
|
+
width: 100%;
|
|
22528
|
+
height: 100%;
|
|
22529
|
+
display: flex;
|
|
22530
|
+
justify-content: center;
|
|
22531
|
+
align-items: center;
|
|
22532
|
+
cursor: pointer;
|
|
22533
|
+
}
|
|
22534
|
+
.v-input--disabled .v-slider__container {
|
|
22535
|
+
opacity: var(--v-disabled-opacity);
|
|
22536
|
+
}
|
|
22537
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
22538
|
+
color: rgb(var(--v-theme-error));
|
|
22539
|
+
}
|
|
22540
|
+
|
|
22541
|
+
.v-slider.v-input--horizontal {
|
|
22542
|
+
align-items: center;
|
|
22543
|
+
margin-inline: 8px 8px;
|
|
22490
22544
|
}
|
|
22491
22545
|
.v-slider.v-input--horizontal > .v-input__control {
|
|
22492
22546
|
min-height: 32px;
|
|
@@ -22513,6 +22567,18 @@ html.v-overlay-scroll-blocked {
|
|
|
22513
22567
|
|
|
22514
22568
|
.v-slider__label {
|
|
22515
22569
|
margin-inline-end: 12px;
|
|
22570
|
+
}.v-radio-group > .v-input__control {
|
|
22571
|
+
flex-direction: column;
|
|
22572
|
+
}
|
|
22573
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
22574
|
+
margin-inline-start: 16px;
|
|
22575
|
+
}
|
|
22576
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22577
|
+
padding-inline-start: 6px;
|
|
22578
|
+
margin-top: 8px;
|
|
22579
|
+
}
|
|
22580
|
+
.v-radio-group .v-input__details {
|
|
22581
|
+
padding-inline: 16px;
|
|
22516
22582
|
}.v-rating {
|
|
22517
22583
|
max-width: 100%;
|
|
22518
22584
|
display: inline-flex;
|
|
@@ -22750,6 +22816,34 @@ html.v-overlay-scroll-blocked {
|
|
|
22750
22816
|
.v-selection-control-group--inline {
|
|
22751
22817
|
flex-direction: row;
|
|
22752
22818
|
flex-wrap: wrap;
|
|
22819
|
+
}.v-sheet {
|
|
22820
|
+
display: block;
|
|
22821
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22822
|
+
border-style: solid;
|
|
22823
|
+
border-width: 0;
|
|
22824
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22825
|
+
border-radius: 0;
|
|
22826
|
+
background: rgb(var(--v-theme-surface));
|
|
22827
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
22828
|
+
}
|
|
22829
|
+
.v-sheet--border {
|
|
22830
|
+
border-width: thin;
|
|
22831
|
+
box-shadow: none;
|
|
22832
|
+
}
|
|
22833
|
+
.v-sheet--absolute {
|
|
22834
|
+
position: absolute;
|
|
22835
|
+
}
|
|
22836
|
+
.v-sheet--fixed {
|
|
22837
|
+
position: fixed;
|
|
22838
|
+
}
|
|
22839
|
+
.v-sheet--relative {
|
|
22840
|
+
position: relative;
|
|
22841
|
+
}
|
|
22842
|
+
.v-sheet--sticky {
|
|
22843
|
+
position: sticky;
|
|
22844
|
+
}
|
|
22845
|
+
.v-sheet--rounded {
|
|
22846
|
+
border-radius: 4px;
|
|
22753
22847
|
}.v-skeleton-loader {
|
|
22754
22848
|
align-items: center;
|
|
22755
22849
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22973,34 +23067,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22973
23067
|
100% {
|
|
22974
23068
|
transform: translateX(100%);
|
|
22975
23069
|
}
|
|
22976
|
-
}.v-sheet {
|
|
22977
|
-
display: block;
|
|
22978
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22979
|
-
border-style: solid;
|
|
22980
|
-
border-width: 0;
|
|
22981
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22982
|
-
border-radius: 0;
|
|
22983
|
-
background: rgb(var(--v-theme-surface));
|
|
22984
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
22985
|
-
}
|
|
22986
|
-
.v-sheet--border {
|
|
22987
|
-
border-width: thin;
|
|
22988
|
-
box-shadow: none;
|
|
22989
|
-
}
|
|
22990
|
-
.v-sheet--absolute {
|
|
22991
|
-
position: absolute;
|
|
22992
|
-
}
|
|
22993
|
-
.v-sheet--fixed {
|
|
22994
|
-
position: fixed;
|
|
22995
|
-
}
|
|
22996
|
-
.v-sheet--relative {
|
|
22997
|
-
position: relative;
|
|
22998
|
-
}
|
|
22999
|
-
.v-sheet--sticky {
|
|
23000
|
-
position: sticky;
|
|
23001
|
-
}
|
|
23002
|
-
.v-sheet--rounded {
|
|
23003
|
-
border-radius: 4px;
|
|
23004
23070
|
}.v-slide-group {
|
|
23005
23071
|
display: flex;
|
|
23006
23072
|
overflow: hidden;
|
|
@@ -23043,23 +23109,142 @@ html.v-overlay-scroll-blocked {
|
|
|
23043
23109
|
.v-slide-group--vertical .v-slide-group__container,
|
|
23044
23110
|
.v-slide-group--vertical .v-slide-group__content {
|
|
23045
23111
|
flex-direction: column;
|
|
23046
|
-
}.v-
|
|
23047
|
-
|
|
23048
|
-
|
|
23049
|
-
|
|
23112
|
+
}.v-snackbar {
|
|
23113
|
+
justify-content: center;
|
|
23114
|
+
z-index: 10000;
|
|
23115
|
+
margin: 8px;
|
|
23116
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23050
23117
|
}
|
|
23051
|
-
.v-
|
|
23052
|
-
|
|
23118
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23119
|
+
align-items: flex-end;
|
|
23053
23120
|
}
|
|
23054
|
-
|
|
23055
|
-
.v-stepper-header {
|
|
23056
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23121
|
+
.v-snackbar__wrapper {
|
|
23057
23122
|
align-items: center;
|
|
23058
23123
|
display: flex;
|
|
23059
|
-
|
|
23060
|
-
|
|
23061
|
-
|
|
23062
|
-
|
|
23124
|
+
max-width: 672px;
|
|
23125
|
+
min-height: 48px;
|
|
23126
|
+
min-width: 344px;
|
|
23127
|
+
overflow: hidden;
|
|
23128
|
+
padding: 0;
|
|
23129
|
+
border-radius: 4px;
|
|
23130
|
+
}
|
|
23131
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23132
|
+
background: transparent;
|
|
23133
|
+
color: inherit;
|
|
23134
|
+
}
|
|
23135
|
+
.v-snackbar--variant-plain {
|
|
23136
|
+
opacity: 0.62;
|
|
23137
|
+
}
|
|
23138
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23139
|
+
opacity: 1;
|
|
23140
|
+
}
|
|
23141
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23142
|
+
display: none;
|
|
23143
|
+
}
|
|
23144
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23145
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23146
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23147
|
+
}
|
|
23148
|
+
.v-snackbar--variant-elevated {
|
|
23149
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23150
|
+
}
|
|
23151
|
+
.v-snackbar--variant-flat {
|
|
23152
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23153
|
+
}
|
|
23154
|
+
.v-snackbar--variant-outlined {
|
|
23155
|
+
border: thin solid currentColor;
|
|
23156
|
+
}
|
|
23157
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23158
|
+
background: currentColor;
|
|
23159
|
+
}
|
|
23160
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23161
|
+
background: currentColor;
|
|
23162
|
+
opacity: var(--v-activated-opacity);
|
|
23163
|
+
border-radius: inherit;
|
|
23164
|
+
position: absolute;
|
|
23165
|
+
top: 0;
|
|
23166
|
+
right: 0;
|
|
23167
|
+
bottom: 0;
|
|
23168
|
+
left: 0;
|
|
23169
|
+
pointer-events: none;
|
|
23170
|
+
}
|
|
23171
|
+
|
|
23172
|
+
.v-snackbar__content {
|
|
23173
|
+
flex-grow: 1;
|
|
23174
|
+
font-size: 0.875rem;
|
|
23175
|
+
font-weight: 400;
|
|
23176
|
+
letter-spacing: 0.0178571429em;
|
|
23177
|
+
line-height: 1.25rem;
|
|
23178
|
+
margin-right: auto;
|
|
23179
|
+
padding: 14px 16px;
|
|
23180
|
+
text-align: initial;
|
|
23181
|
+
}
|
|
23182
|
+
.v-snackbar__actions {
|
|
23183
|
+
align-items: center;
|
|
23184
|
+
align-self: center;
|
|
23185
|
+
display: flex;
|
|
23186
|
+
margin-inline-end: 8px;
|
|
23187
|
+
}
|
|
23188
|
+
.v-snackbar__actions > .v-btn {
|
|
23189
|
+
padding: 0 8px;
|
|
23190
|
+
min-width: auto;
|
|
23191
|
+
}
|
|
23192
|
+
.v-snackbar__timer {
|
|
23193
|
+
width: 100%;
|
|
23194
|
+
position: absolute;
|
|
23195
|
+
top: 0;
|
|
23196
|
+
}
|
|
23197
|
+
.v-snackbar__timer .v-progress-linear {
|
|
23198
|
+
transition: 0.2s linear;
|
|
23199
|
+
}
|
|
23200
|
+
.v-snackbar--absolute {
|
|
23201
|
+
position: absolute;
|
|
23202
|
+
z-index: 1;
|
|
23203
|
+
}
|
|
23204
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23205
|
+
min-height: 68px;
|
|
23206
|
+
}
|
|
23207
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23208
|
+
flex-direction: column;
|
|
23209
|
+
}
|
|
23210
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23211
|
+
align-self: flex-end;
|
|
23212
|
+
margin-bottom: 8px;
|
|
23213
|
+
}
|
|
23214
|
+
|
|
23215
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23216
|
+
transition-duration: 0.15s;
|
|
23217
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23218
|
+
}
|
|
23219
|
+
.v-snackbar-transition-enter-active {
|
|
23220
|
+
transition-property: opacity, transform;
|
|
23221
|
+
}
|
|
23222
|
+
.v-snackbar-transition-enter-from {
|
|
23223
|
+
opacity: 0;
|
|
23224
|
+
transform: scale(0.8);
|
|
23225
|
+
}
|
|
23226
|
+
.v-snackbar-transition-leave-active {
|
|
23227
|
+
transition-property: opacity;
|
|
23228
|
+
}
|
|
23229
|
+
.v-snackbar-transition-leave-to {
|
|
23230
|
+
opacity: 0;
|
|
23231
|
+
}.v-stepper.v-sheet {
|
|
23232
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23233
|
+
border-radius: 4px;
|
|
23234
|
+
overflow: hidden;
|
|
23235
|
+
}
|
|
23236
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23237
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23238
|
+
}
|
|
23239
|
+
|
|
23240
|
+
.v-stepper-header {
|
|
23241
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23242
|
+
align-items: center;
|
|
23243
|
+
display: flex;
|
|
23244
|
+
position: relative;
|
|
23245
|
+
overflow-x: auto;
|
|
23246
|
+
justify-content: space-between;
|
|
23247
|
+
z-index: 1;
|
|
23063
23248
|
}
|
|
23064
23249
|
.v-stepper-header .v-divider {
|
|
23065
23250
|
margin: 0 -16px;
|
|
@@ -23250,43 +23435,35 @@ html.v-overlay-scroll-blocked {
|
|
|
23250
23435
|
}
|
|
23251
23436
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23252
23437
|
width: auto;
|
|
23253
|
-
}.v-
|
|
23254
|
-
|
|
23255
|
-
|
|
23256
|
-
|
|
23257
|
-
height: 24px;
|
|
23258
|
-
justify-content: flex-end;
|
|
23259
|
-
max-width: 100%;
|
|
23260
|
-
padding-inline: 8px;
|
|
23261
|
-
position: relative;
|
|
23262
|
-
text-align: end;
|
|
23263
|
-
width: 100%;
|
|
23264
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23265
|
-
background: rgba(var(--v-theme-on-surface-variant));
|
|
23266
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23267
|
-
font-size: 0.75rem;
|
|
23268
|
-
font-weight: 400;
|
|
23269
|
-
letter-spacing: 0.0333333333em;
|
|
23270
|
-
line-height: 1.25rem;
|
|
23271
|
-
text-transform: none;
|
|
23272
|
-
}
|
|
23273
|
-
.v-system-bar .v-icon {
|
|
23274
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23438
|
+
}.v-tab.v-tab {
|
|
23439
|
+
--v-btn-height: var(--v-tabs-height);
|
|
23440
|
+
border-radius: 0;
|
|
23441
|
+
min-width: 90px;
|
|
23275
23442
|
}
|
|
23276
|
-
.v-
|
|
23277
|
-
|
|
23443
|
+
.v-slide-group--horizontal .v-tab {
|
|
23444
|
+
max-width: 360px;
|
|
23278
23445
|
}
|
|
23279
|
-
.v-
|
|
23280
|
-
|
|
23446
|
+
.v-slide-group--vertical .v-tab {
|
|
23447
|
+
justify-content: start;
|
|
23281
23448
|
}
|
|
23282
|
-
|
|
23283
|
-
|
|
23449
|
+
|
|
23450
|
+
.v-tab__slider {
|
|
23451
|
+
position: absolute;
|
|
23452
|
+
bottom: 0;
|
|
23453
|
+
left: 0;
|
|
23454
|
+
height: 2px;
|
|
23455
|
+
width: 100%;
|
|
23456
|
+
background: currentColor;
|
|
23457
|
+
pointer-events: none;
|
|
23458
|
+
opacity: 0;
|
|
23284
23459
|
}
|
|
23285
|
-
.v-
|
|
23286
|
-
|
|
23460
|
+
.v-tab--selected .v-tab__slider {
|
|
23461
|
+
opacity: 1;
|
|
23287
23462
|
}
|
|
23288
|
-
.v-
|
|
23289
|
-
|
|
23463
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23464
|
+
top: 0;
|
|
23465
|
+
height: 100%;
|
|
23466
|
+
width: 2px;
|
|
23290
23467
|
}.v-tabs {
|
|
23291
23468
|
display: flex;
|
|
23292
23469
|
height: var(--v-tabs-height);
|
|
@@ -23353,35 +23530,43 @@ html.v-overlay-scroll-blocked {
|
|
|
23353
23530
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23354
23531
|
margin-inline-end: 52px;
|
|
23355
23532
|
}
|
|
23356
|
-
}.v-
|
|
23357
|
-
|
|
23358
|
-
|
|
23359
|
-
|
|
23360
|
-
|
|
23361
|
-
|
|
23362
|
-
max-width:
|
|
23533
|
+
}.v-system-bar {
|
|
23534
|
+
align-items: center;
|
|
23535
|
+
display: flex;
|
|
23536
|
+
flex: 1 1 auto;
|
|
23537
|
+
height: 24px;
|
|
23538
|
+
justify-content: flex-end;
|
|
23539
|
+
max-width: 100%;
|
|
23540
|
+
padding-inline: 8px;
|
|
23541
|
+
position: relative;
|
|
23542
|
+
text-align: end;
|
|
23543
|
+
width: 100%;
|
|
23544
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23545
|
+
background: rgba(var(--v-theme-on-surface-variant));
|
|
23546
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23547
|
+
font-size: 0.75rem;
|
|
23548
|
+
font-weight: 400;
|
|
23549
|
+
letter-spacing: 0.0333333333em;
|
|
23550
|
+
line-height: 1.25rem;
|
|
23551
|
+
text-transform: none;
|
|
23363
23552
|
}
|
|
23364
|
-
.v-
|
|
23365
|
-
|
|
23553
|
+
.v-system-bar .v-icon {
|
|
23554
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23366
23555
|
}
|
|
23367
|
-
|
|
23368
|
-
.v-tab__slider {
|
|
23556
|
+
.v-system-bar--absolute {
|
|
23369
23557
|
position: absolute;
|
|
23370
|
-
bottom: 0;
|
|
23371
|
-
left: 0;
|
|
23372
|
-
height: 2px;
|
|
23373
|
-
width: 100%;
|
|
23374
|
-
background: currentColor;
|
|
23375
|
-
pointer-events: none;
|
|
23376
|
-
opacity: 0;
|
|
23377
23558
|
}
|
|
23378
|
-
.v-
|
|
23379
|
-
|
|
23559
|
+
.v-system-bar--fixed {
|
|
23560
|
+
position: fixed;
|
|
23380
23561
|
}
|
|
23381
|
-
.v-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
|
|
23562
|
+
.v-system-bar--rounded {
|
|
23563
|
+
border-radius: 0;
|
|
23564
|
+
}
|
|
23565
|
+
.v-system-bar--window {
|
|
23566
|
+
height: 32px;
|
|
23567
|
+
}
|
|
23568
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23569
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23385
23570
|
}.v-table {
|
|
23386
23571
|
background: rgb(var(--v-theme-surface));
|
|
23387
23572
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -23642,138 +23827,11 @@ html.v-overlay-scroll-blocked {
|
|
|
23642
23827
|
}.v-theme-provider {
|
|
23643
23828
|
background: rgb(var(--v-theme-background));
|
|
23644
23829
|
color: rgb(var(--v-theme-on-background));
|
|
23645
|
-
}.v-
|
|
23646
|
-
align-items: flex-start;
|
|
23647
|
-
display: flex;
|
|
23648
|
-
flex: none;
|
|
23649
|
-
flex-direction: column;
|
|
23650
|
-
justify-content: space-between;
|
|
23651
|
-
max-width: 100%;
|
|
23652
|
-
overflow: hidden;
|
|
23653
|
-
position: relative;
|
|
23654
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23655
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
23656
|
-
width: 100%;
|
|
23657
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23658
|
-
border-style: solid;
|
|
23659
|
-
border-width: 0;
|
|
23660
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23661
|
-
border-radius: 0;
|
|
23830
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
23662
23831
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
23663
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23664
23832
|
}
|
|
23665
|
-
.v-
|
|
23666
|
-
|
|
23667
|
-
box-shadow: none;
|
|
23668
|
-
}
|
|
23669
|
-
.v-toolbar--absolute {
|
|
23670
|
-
position: absolute;
|
|
23671
|
-
}
|
|
23672
|
-
.v-toolbar--collapse {
|
|
23673
|
-
max-width: 112px;
|
|
23674
|
-
overflow: hidden;
|
|
23675
|
-
border-end-end-radius: 24px;
|
|
23676
|
-
}
|
|
23677
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
23678
|
-
display: none;
|
|
23679
|
-
}
|
|
23680
|
-
.v-toolbar--flat {
|
|
23681
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23682
|
-
}
|
|
23683
|
-
.v-toolbar--floating {
|
|
23684
|
-
display: inline-flex;
|
|
23685
|
-
}
|
|
23686
|
-
.v-toolbar--rounded {
|
|
23687
|
-
border-radius: 4px;
|
|
23688
|
-
}
|
|
23689
|
-
|
|
23690
|
-
.v-toolbar__content,
|
|
23691
|
-
.v-toolbar__extension {
|
|
23692
|
-
align-items: center;
|
|
23693
|
-
display: flex;
|
|
23694
|
-
flex: 0 0 auto;
|
|
23695
|
-
position: relative;
|
|
23696
|
-
transition: inherit;
|
|
23697
|
-
width: 100%;
|
|
23698
|
-
}
|
|
23699
|
-
|
|
23700
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
23701
|
-
margin-inline-start: 10px;
|
|
23702
|
-
}
|
|
23703
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
23704
|
-
margin-inline-end: 10px;
|
|
23705
|
-
}
|
|
23706
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
23707
|
-
margin-inline-start: 16px;
|
|
23708
|
-
}
|
|
23709
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
23710
|
-
align-items: flex-start;
|
|
23711
|
-
}
|
|
23712
|
-
|
|
23713
|
-
.v-toolbar__image {
|
|
23714
|
-
position: absolute;
|
|
23715
|
-
top: 0;
|
|
23716
|
-
left: 0;
|
|
23717
|
-
width: 100%;
|
|
23718
|
-
height: 100%;
|
|
23719
|
-
display: flex;
|
|
23720
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
23721
|
-
transition-property: opacity;
|
|
23722
|
-
}
|
|
23723
|
-
|
|
23724
|
-
.v-toolbar__prepend,
|
|
23725
|
-
.v-toolbar__append {
|
|
23726
|
-
align-items: center;
|
|
23727
|
-
align-self: stretch;
|
|
23728
|
-
display: flex;
|
|
23729
|
-
}
|
|
23730
|
-
|
|
23731
|
-
.v-toolbar__prepend {
|
|
23732
|
-
margin-inline: 10px auto;
|
|
23733
|
-
}
|
|
23734
|
-
|
|
23735
|
-
.v-toolbar__append {
|
|
23736
|
-
margin-inline: auto 10px;
|
|
23737
|
-
}
|
|
23738
|
-
|
|
23739
|
-
.v-toolbar-title {
|
|
23740
|
-
flex: 1 1;
|
|
23741
|
-
font-size: 1.25rem;
|
|
23742
|
-
min-width: 0;
|
|
23743
|
-
font-size: 1.25rem;
|
|
23744
|
-
font-weight: 400;
|
|
23745
|
-
letter-spacing: 0;
|
|
23746
|
-
line-height: 1.75rem;
|
|
23747
|
-
text-transform: none;
|
|
23748
|
-
}
|
|
23749
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
23750
|
-
align-self: flex-end;
|
|
23751
|
-
padding-bottom: 6px;
|
|
23752
|
-
font-size: 1.5rem;
|
|
23753
|
-
font-weight: 400;
|
|
23754
|
-
letter-spacing: 0;
|
|
23755
|
-
line-height: 2.25rem;
|
|
23756
|
-
text-transform: none;
|
|
23757
|
-
}
|
|
23758
|
-
|
|
23759
|
-
.v-toolbar-title__placeholder {
|
|
23760
|
-
overflow: hidden;
|
|
23761
|
-
text-overflow: ellipsis;
|
|
23762
|
-
white-space: nowrap;
|
|
23763
|
-
}
|
|
23764
|
-
|
|
23765
|
-
.v-toolbar-items {
|
|
23766
|
-
display: flex;
|
|
23767
|
-
height: inherit;
|
|
23768
|
-
align-self: stretch;
|
|
23769
|
-
}
|
|
23770
|
-
.v-toolbar-items > .v-btn {
|
|
23771
|
-
border-radius: 0;
|
|
23772
|
-
}.v-timeline .v-timeline-divider__dot {
|
|
23773
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
23774
|
-
}
|
|
23775
|
-
.v-timeline .v-timeline-divider__inner-dot {
|
|
23776
|
-
background: rgb(var(--v-theme-on-surface));
|
|
23833
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
|
23834
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23777
23835
|
}
|
|
23778
23836
|
|
|
23779
23837
|
.v-timeline {
|
|
@@ -24185,6 +24243,133 @@ html.v-overlay-scroll-blocked {
|
|
|
24185
24243
|
|
|
24186
24244
|
.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 {
|
|
24187
24245
|
padding-inline-end: 0;
|
|
24246
|
+
}.v-toolbar {
|
|
24247
|
+
align-items: flex-start;
|
|
24248
|
+
display: flex;
|
|
24249
|
+
flex: none;
|
|
24250
|
+
flex-direction: column;
|
|
24251
|
+
justify-content: space-between;
|
|
24252
|
+
max-width: 100%;
|
|
24253
|
+
overflow: hidden;
|
|
24254
|
+
position: relative;
|
|
24255
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24256
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24257
|
+
width: 100%;
|
|
24258
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24259
|
+
border-style: solid;
|
|
24260
|
+
border-width: 0;
|
|
24261
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24262
|
+
border-radius: 0;
|
|
24263
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
24264
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24265
|
+
}
|
|
24266
|
+
.v-toolbar--border {
|
|
24267
|
+
border-width: thin;
|
|
24268
|
+
box-shadow: none;
|
|
24269
|
+
}
|
|
24270
|
+
.v-toolbar--absolute {
|
|
24271
|
+
position: absolute;
|
|
24272
|
+
}
|
|
24273
|
+
.v-toolbar--collapse {
|
|
24274
|
+
max-width: 112px;
|
|
24275
|
+
overflow: hidden;
|
|
24276
|
+
border-end-end-radius: 24px;
|
|
24277
|
+
}
|
|
24278
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
24279
|
+
display: none;
|
|
24280
|
+
}
|
|
24281
|
+
.v-toolbar--flat {
|
|
24282
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24283
|
+
}
|
|
24284
|
+
.v-toolbar--floating {
|
|
24285
|
+
display: inline-flex;
|
|
24286
|
+
}
|
|
24287
|
+
.v-toolbar--rounded {
|
|
24288
|
+
border-radius: 4px;
|
|
24289
|
+
}
|
|
24290
|
+
|
|
24291
|
+
.v-toolbar__content,
|
|
24292
|
+
.v-toolbar__extension {
|
|
24293
|
+
align-items: center;
|
|
24294
|
+
display: flex;
|
|
24295
|
+
flex: 0 0 auto;
|
|
24296
|
+
position: relative;
|
|
24297
|
+
transition: inherit;
|
|
24298
|
+
width: 100%;
|
|
24299
|
+
}
|
|
24300
|
+
|
|
24301
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
24302
|
+
margin-inline-start: 10px;
|
|
24303
|
+
}
|
|
24304
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
24305
|
+
margin-inline-end: 10px;
|
|
24306
|
+
}
|
|
24307
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
24308
|
+
margin-inline-start: 16px;
|
|
24309
|
+
}
|
|
24310
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24311
|
+
align-items: flex-start;
|
|
24312
|
+
}
|
|
24313
|
+
|
|
24314
|
+
.v-toolbar__image {
|
|
24315
|
+
position: absolute;
|
|
24316
|
+
top: 0;
|
|
24317
|
+
left: 0;
|
|
24318
|
+
width: 100%;
|
|
24319
|
+
height: 100%;
|
|
24320
|
+
display: flex;
|
|
24321
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24322
|
+
transition-property: opacity;
|
|
24323
|
+
}
|
|
24324
|
+
|
|
24325
|
+
.v-toolbar__prepend,
|
|
24326
|
+
.v-toolbar__append {
|
|
24327
|
+
align-items: center;
|
|
24328
|
+
align-self: stretch;
|
|
24329
|
+
display: flex;
|
|
24330
|
+
}
|
|
24331
|
+
|
|
24332
|
+
.v-toolbar__prepend {
|
|
24333
|
+
margin-inline: 10px auto;
|
|
24334
|
+
}
|
|
24335
|
+
|
|
24336
|
+
.v-toolbar__append {
|
|
24337
|
+
margin-inline: auto 10px;
|
|
24338
|
+
}
|
|
24339
|
+
|
|
24340
|
+
.v-toolbar-title {
|
|
24341
|
+
flex: 1 1;
|
|
24342
|
+
font-size: 1.25rem;
|
|
24343
|
+
min-width: 0;
|
|
24344
|
+
font-size: 1.25rem;
|
|
24345
|
+
font-weight: 400;
|
|
24346
|
+
letter-spacing: 0;
|
|
24347
|
+
line-height: 1.75rem;
|
|
24348
|
+
text-transform: none;
|
|
24349
|
+
}
|
|
24350
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24351
|
+
align-self: flex-end;
|
|
24352
|
+
padding-bottom: 6px;
|
|
24353
|
+
font-size: 1.5rem;
|
|
24354
|
+
font-weight: 400;
|
|
24355
|
+
letter-spacing: 0;
|
|
24356
|
+
line-height: 2.25rem;
|
|
24357
|
+
text-transform: none;
|
|
24358
|
+
}
|
|
24359
|
+
|
|
24360
|
+
.v-toolbar-title__placeholder {
|
|
24361
|
+
overflow: hidden;
|
|
24362
|
+
text-overflow: ellipsis;
|
|
24363
|
+
white-space: nowrap;
|
|
24364
|
+
}
|
|
24365
|
+
|
|
24366
|
+
.v-toolbar-items {
|
|
24367
|
+
display: flex;
|
|
24368
|
+
height: inherit;
|
|
24369
|
+
align-self: stretch;
|
|
24370
|
+
}
|
|
24371
|
+
.v-toolbar-items > .v-btn {
|
|
24372
|
+
border-radius: 0;
|
|
24188
24373
|
}.v-tooltip > .v-overlay__content {
|
|
24189
24374
|
background: rgb(var(--v-theme-surface-variant));
|
|
24190
24375
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
@@ -24206,6 +24391,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24206
24391
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24207
24392
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24208
24393
|
transition-duration: 75ms;
|
|
24394
|
+
}.v-virtual-scroll {
|
|
24395
|
+
display: block;
|
|
24396
|
+
flex: 1 1 auto;
|
|
24397
|
+
max-width: 100%;
|
|
24398
|
+
overflow: auto;
|
|
24399
|
+
position: relative;
|
|
24400
|
+
}
|
|
24401
|
+
.v-virtual-scroll__container {
|
|
24402
|
+
display: block;
|
|
24209
24403
|
}.v-window {
|
|
24210
24404
|
overflow: hidden;
|
|
24211
24405
|
}
|
|
@@ -24275,197 +24469,56 @@ html.v-overlay-scroll-blocked {
|
|
|
24275
24469
|
}
|
|
24276
24470
|
.v-window-y-reverse-transition-leave-to {
|
|
24277
24471
|
transform: translateY(100%);
|
|
24278
|
-
}.v-
|
|
24279
|
-
display:
|
|
24280
|
-
flex: 1 1 auto;
|
|
24281
|
-
max-width: 100%;
|
|
24282
|
-
overflow: auto;
|
|
24472
|
+
}.v-color-picker-canvas {
|
|
24473
|
+
display: flex;
|
|
24283
24474
|
position: relative;
|
|
24284
|
-
}
|
|
24285
|
-
.v-virtual-scroll__container {
|
|
24286
|
-
display: block;
|
|
24287
|
-
}.v-carousel {
|
|
24288
24475
|
overflow: hidden;
|
|
24289
|
-
|
|
24290
|
-
|
|
24291
|
-
}
|
|
24292
|
-
.v-carousel__controls {
|
|
24293
|
-
align-items: center;
|
|
24294
|
-
bottom: 0;
|
|
24295
|
-
display: flex;
|
|
24296
|
-
height: 50px;
|
|
24297
|
-
justify-content: center;
|
|
24298
|
-
list-style-type: none;
|
|
24299
|
-
position: absolute;
|
|
24300
|
-
width: 100%;
|
|
24301
|
-
z-index: 1;
|
|
24302
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
24303
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24304
|
-
}
|
|
24305
|
-
.v-carousel__controls > .v-item-group {
|
|
24306
|
-
flex: 0 1 auto;
|
|
24307
|
-
}
|
|
24308
|
-
.v-carousel__controls__item {
|
|
24309
|
-
margin: 0 8px;
|
|
24310
|
-
}
|
|
24311
|
-
.v-carousel__controls__item .v-icon {
|
|
24312
|
-
opacity: 0.5;
|
|
24313
|
-
}
|
|
24314
|
-
.v-carousel__controls__item--active .v-icon {
|
|
24315
|
-
opacity: 1;
|
|
24316
|
-
vertical-align: middle;
|
|
24317
|
-
}
|
|
24318
|
-
.v-carousel__controls__item:hover {
|
|
24319
|
-
background: none;
|
|
24320
|
-
}
|
|
24321
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
24322
|
-
opacity: 0.8;
|
|
24476
|
+
contain: content;
|
|
24477
|
+
touch-action: none;
|
|
24323
24478
|
}
|
|
24324
|
-
|
|
24325
|
-
.v-carousel__progress {
|
|
24326
|
-
margin: 0;
|
|
24479
|
+
.v-color-picker-canvas__dot {
|
|
24327
24480
|
position: absolute;
|
|
24328
|
-
|
|
24481
|
+
top: 0;
|
|
24329
24482
|
left: 0;
|
|
24330
|
-
|
|
24331
|
-
|
|
24332
|
-
|
|
24333
|
-
.v-carousel-item {
|
|
24334
|
-
display: block;
|
|
24335
|
-
height: inherit;
|
|
24336
|
-
text-decoration: none;
|
|
24337
|
-
}
|
|
24338
|
-
.v-carousel-item > .v-img {
|
|
24339
|
-
height: inherit;
|
|
24340
|
-
}
|
|
24341
|
-
|
|
24342
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
24483
|
+
width: 15px;
|
|
24484
|
+
height: 15px;
|
|
24343
24485
|
background: transparent;
|
|
24486
|
+
border-radius: 50%;
|
|
24487
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24344
24488
|
}
|
|
24345
|
-
|
|
24346
|
-
|
|
24347
|
-
flex-direction: column;
|
|
24348
|
-
height: 100% !important;
|
|
24349
|
-
width: 50px;
|
|
24350
|
-
}.v-snackbar {
|
|
24351
|
-
justify-content: center;
|
|
24352
|
-
z-index: 10000;
|
|
24353
|
-
margin: 8px;
|
|
24354
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24355
|
-
}
|
|
24356
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
24357
|
-
align-items: flex-end;
|
|
24489
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24490
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24358
24491
|
}
|
|
24359
|
-
.v-
|
|
24360
|
-
|
|
24492
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24493
|
+
will-change: transform;
|
|
24494
|
+
}.v-color-picker-edit {
|
|
24361
24495
|
display: flex;
|
|
24362
|
-
|
|
24363
|
-
min-height: 48px;
|
|
24364
|
-
min-width: 344px;
|
|
24365
|
-
overflow: hidden;
|
|
24366
|
-
padding: 0;
|
|
24367
|
-
border-radius: 4px;
|
|
24368
|
-
}
|
|
24369
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
24370
|
-
background: transparent;
|
|
24371
|
-
color: inherit;
|
|
24372
|
-
}
|
|
24373
|
-
.v-snackbar--variant-plain {
|
|
24374
|
-
opacity: 0.62;
|
|
24375
|
-
}
|
|
24376
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
24377
|
-
opacity: 1;
|
|
24378
|
-
}
|
|
24379
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
24380
|
-
display: none;
|
|
24381
|
-
}
|
|
24382
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
24383
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
24384
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24385
|
-
}
|
|
24386
|
-
.v-snackbar--variant-elevated {
|
|
24387
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24388
|
-
}
|
|
24389
|
-
.v-snackbar--variant-flat {
|
|
24390
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24391
|
-
}
|
|
24392
|
-
.v-snackbar--variant-outlined {
|
|
24393
|
-
border: thin solid currentColor;
|
|
24394
|
-
}
|
|
24395
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
24396
|
-
background: currentColor;
|
|
24397
|
-
}
|
|
24398
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
24399
|
-
background: currentColor;
|
|
24400
|
-
opacity: var(--v-activated-opacity);
|
|
24401
|
-
border-radius: inherit;
|
|
24402
|
-
position: absolute;
|
|
24403
|
-
top: 0;
|
|
24404
|
-
right: 0;
|
|
24405
|
-
bottom: 0;
|
|
24406
|
-
left: 0;
|
|
24407
|
-
pointer-events: none;
|
|
24496
|
+
margin-top: 24px;
|
|
24408
24497
|
}
|
|
24409
24498
|
|
|
24410
|
-
.v-
|
|
24411
|
-
flex-grow: 1;
|
|
24412
|
-
font-size: 0.875rem;
|
|
24413
|
-
font-weight: 400;
|
|
24414
|
-
letter-spacing: 0.0178571429em;
|
|
24415
|
-
line-height: 1.25rem;
|
|
24416
|
-
margin-right: auto;
|
|
24417
|
-
padding: 14px 16px;
|
|
24418
|
-
text-align: initial;
|
|
24419
|
-
}
|
|
24420
|
-
.v-snackbar__actions {
|
|
24421
|
-
align-items: center;
|
|
24422
|
-
align-self: center;
|
|
24423
|
-
display: flex;
|
|
24424
|
-
margin-inline-end: 8px;
|
|
24425
|
-
}
|
|
24426
|
-
.v-snackbar__actions > .v-btn {
|
|
24427
|
-
padding: 0 8px;
|
|
24428
|
-
min-width: auto;
|
|
24429
|
-
}
|
|
24430
|
-
.v-snackbar__timer {
|
|
24499
|
+
.v-color-picker-edit__input {
|
|
24431
24500
|
width: 100%;
|
|
24432
|
-
|
|
24433
|
-
|
|
24434
|
-
|
|
24435
|
-
|
|
24436
|
-
transition: 0.2s linear;
|
|
24437
|
-
}
|
|
24438
|
-
.v-snackbar--absolute {
|
|
24439
|
-
position: absolute;
|
|
24440
|
-
z-index: 1;
|
|
24441
|
-
}
|
|
24442
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
24443
|
-
min-height: 68px;
|
|
24501
|
+
display: flex;
|
|
24502
|
+
flex-wrap: wrap;
|
|
24503
|
+
justify-content: center;
|
|
24504
|
+
text-align: center;
|
|
24444
24505
|
}
|
|
24445
|
-
.v-
|
|
24446
|
-
|
|
24506
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24507
|
+
margin-inline-end: 8px;
|
|
24447
24508
|
}
|
|
24448
|
-
.v-
|
|
24449
|
-
|
|
24509
|
+
.v-color-picker-edit__input input {
|
|
24510
|
+
border-radius: 4px;
|
|
24450
24511
|
margin-bottom: 8px;
|
|
24512
|
+
min-width: 0;
|
|
24513
|
+
outline: none;
|
|
24514
|
+
text-align: center;
|
|
24515
|
+
width: 100%;
|
|
24516
|
+
height: 32px;
|
|
24517
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24518
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24451
24519
|
}
|
|
24452
|
-
|
|
24453
|
-
|
|
24454
|
-
transition-duration: 0.15s;
|
|
24455
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24456
|
-
}
|
|
24457
|
-
.v-snackbar-transition-enter-active {
|
|
24458
|
-
transition-property: opacity, transform;
|
|
24459
|
-
}
|
|
24460
|
-
.v-snackbar-transition-enter-from {
|
|
24461
|
-
opacity: 0;
|
|
24462
|
-
transform: scale(0.8);
|
|
24463
|
-
}
|
|
24464
|
-
.v-snackbar-transition-leave-active {
|
|
24465
|
-
transition-property: opacity;
|
|
24466
|
-
}
|
|
24467
|
-
.v-snackbar-transition-leave-to {
|
|
24468
|
-
opacity: 0;
|
|
24520
|
+
.v-color-picker-edit__input span {
|
|
24521
|
+
font-size: 0.75rem;
|
|
24469
24522
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24470
24523
|
background-color: transparent !important;
|
|
24471
24524
|
}
|
|
@@ -24535,56 +24588,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24535
24588
|
.v-color-picker-preview__eye-dropper {
|
|
24536
24589
|
position: relative;
|
|
24537
24590
|
margin-right: 12px;
|
|
24538
|
-
}.v-color-picker-edit {
|
|
24539
|
-
display: flex;
|
|
24540
|
-
margin-top: 24px;
|
|
24541
|
-
}
|
|
24542
|
-
|
|
24543
|
-
.v-color-picker-edit__input {
|
|
24544
|
-
width: 100%;
|
|
24545
|
-
display: flex;
|
|
24546
|
-
flex-wrap: wrap;
|
|
24547
|
-
justify-content: center;
|
|
24548
|
-
text-align: center;
|
|
24549
|
-
}
|
|
24550
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24551
|
-
margin-inline-end: 8px;
|
|
24552
|
-
}
|
|
24553
|
-
.v-color-picker-edit__input input {
|
|
24554
|
-
border-radius: 4px;
|
|
24555
|
-
margin-bottom: 8px;
|
|
24556
|
-
min-width: 0;
|
|
24557
|
-
outline: none;
|
|
24558
|
-
text-align: center;
|
|
24559
|
-
width: 100%;
|
|
24560
|
-
height: 32px;
|
|
24561
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24562
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24563
|
-
}
|
|
24564
|
-
.v-color-picker-edit__input span {
|
|
24565
|
-
font-size: 0.75rem;
|
|
24566
|
-
}.v-color-picker-canvas {
|
|
24567
|
-
display: flex;
|
|
24568
|
-
position: relative;
|
|
24569
|
-
overflow: hidden;
|
|
24570
|
-
contain: content;
|
|
24571
|
-
touch-action: none;
|
|
24572
|
-
}
|
|
24573
|
-
.v-color-picker-canvas__dot {
|
|
24574
|
-
position: absolute;
|
|
24575
|
-
top: 0;
|
|
24576
|
-
left: 0;
|
|
24577
|
-
width: 15px;
|
|
24578
|
-
height: 15px;
|
|
24579
|
-
background: transparent;
|
|
24580
|
-
border-radius: 50%;
|
|
24581
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24582
|
-
}
|
|
24583
|
-
.v-color-picker-canvas__dot--disabled {
|
|
24584
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24585
|
-
}
|
|
24586
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24587
|
-
will-change: transform;
|
|
24588
24591
|
}.v-color-picker-swatches {
|
|
24589
24592
|
overflow-y: auto;
|
|
24590
24593
|
}
|