@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-21
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/importMap-labs.json +16 -16
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4234 -4234
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +884 -884
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18486,6 +18486,69 @@ html.overflow-y-hidden {
|
|
18486
18486
|
display: inline-flex;
|
18487
18487
|
justify-content: center;
|
18488
18488
|
margin: 0 4px;
|
18489
|
+
}.v-bottom-navigation {
|
18490
|
+
display: flex;
|
18491
|
+
max-width: 100%;
|
18492
|
+
overflow: hidden;
|
18493
|
+
position: absolute;
|
18494
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18495
|
+
}
|
18496
|
+
.v-bottom-navigation {
|
18497
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18498
|
+
border-style: solid;
|
18499
|
+
border-width: 0;
|
18500
|
+
}
|
18501
|
+
.v-bottom-navigation--border {
|
18502
|
+
border-width: thin;
|
18503
|
+
box-shadow: none;
|
18504
|
+
}
|
18505
|
+
.v-bottom-navigation {
|
18506
|
+
border-radius: 0;
|
18507
|
+
}
|
18508
|
+
.v-bottom-navigation {
|
18509
|
+
background: rgb(var(--v-theme-surface));
|
18510
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18511
|
+
}
|
18512
|
+
.v-bottom-navigation--active {
|
18513
|
+
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));
|
18514
|
+
}
|
18515
|
+
|
18516
|
+
.v-bottom-navigation__content {
|
18517
|
+
display: flex;
|
18518
|
+
flex: none;
|
18519
|
+
font-size: 0.75rem;
|
18520
|
+
justify-content: center;
|
18521
|
+
transition: inherit;
|
18522
|
+
width: 100%;
|
18523
|
+
}
|
18524
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18525
|
+
font-size: inherit;
|
18526
|
+
height: 100%;
|
18527
|
+
max-width: 168px;
|
18528
|
+
min-width: 80px;
|
18529
|
+
text-transform: none;
|
18530
|
+
transition: inherit;
|
18531
|
+
width: auto;
|
18532
|
+
}
|
18533
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18534
|
+
border-radius: 0;
|
18535
|
+
}
|
18536
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18537
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18538
|
+
transition: inherit;
|
18539
|
+
}
|
18540
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18541
|
+
font-size: 1.5rem;
|
18542
|
+
}
|
18543
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18544
|
+
flex-grow: 1;
|
18545
|
+
}
|
18546
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18547
|
+
transition: inherit;
|
18548
|
+
opacity: 0;
|
18549
|
+
}
|
18550
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18551
|
+
transform: translateY(0.5rem);
|
18489
18552
|
}.v-banner {
|
18490
18553
|
display: grid;
|
18491
18554
|
flex: 1 1;
|
@@ -18652,69 +18715,6 @@ html.overflow-y-hidden {
|
|
18652
18715
|
}
|
18653
18716
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18654
18717
|
align-self: flex-start;
|
18655
|
-
}.v-bottom-navigation {
|
18656
|
-
display: flex;
|
18657
|
-
max-width: 100%;
|
18658
|
-
overflow: hidden;
|
18659
|
-
position: absolute;
|
18660
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18661
|
-
}
|
18662
|
-
.v-bottom-navigation {
|
18663
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18664
|
-
border-style: solid;
|
18665
|
-
border-width: 0;
|
18666
|
-
}
|
18667
|
-
.v-bottom-navigation--border {
|
18668
|
-
border-width: thin;
|
18669
|
-
box-shadow: none;
|
18670
|
-
}
|
18671
|
-
.v-bottom-navigation {
|
18672
|
-
border-radius: 0;
|
18673
|
-
}
|
18674
|
-
.v-bottom-navigation {
|
18675
|
-
background: rgb(var(--v-theme-surface));
|
18676
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18677
|
-
}
|
18678
|
-
.v-bottom-navigation--active {
|
18679
|
-
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));
|
18680
|
-
}
|
18681
|
-
|
18682
|
-
.v-bottom-navigation__content {
|
18683
|
-
display: flex;
|
18684
|
-
flex: none;
|
18685
|
-
font-size: 0.75rem;
|
18686
|
-
justify-content: center;
|
18687
|
-
transition: inherit;
|
18688
|
-
width: 100%;
|
18689
|
-
}
|
18690
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18691
|
-
font-size: inherit;
|
18692
|
-
height: 100%;
|
18693
|
-
max-width: 168px;
|
18694
|
-
min-width: 80px;
|
18695
|
-
text-transform: none;
|
18696
|
-
transition: inherit;
|
18697
|
-
width: auto;
|
18698
|
-
}
|
18699
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18700
|
-
border-radius: 0;
|
18701
|
-
}
|
18702
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18703
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18704
|
-
transition: inherit;
|
18705
|
-
}
|
18706
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18707
|
-
font-size: 1.5rem;
|
18708
|
-
}
|
18709
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18710
|
-
flex-grow: 1;
|
18711
|
-
}
|
18712
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18713
|
-
transition: inherit;
|
18714
|
-
opacity: 0;
|
18715
|
-
}
|
18716
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18717
|
-
transform: translateY(0.5rem);
|
18718
18718
|
}.bottom-sheet-transition-enter-from {
|
18719
18719
|
transform: translateY(100%);
|
18720
18720
|
}
|
@@ -19230,6 +19230,19 @@ html.overflow-y-hidden {
|
|
19230
19230
|
}
|
19231
19231
|
.v-pagination__item--is-active .v-btn__overlay {
|
19232
19232
|
opacity: var(--v-border-opacity);
|
19233
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19234
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19235
|
+
}
|
19236
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19237
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19238
|
+
}
|
19239
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19240
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19241
|
+
}
|
19242
|
+
@supports not selector(:focus-visible) {
|
19243
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19244
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
+
}
|
19233
19246
|
}.v-btn-group {
|
19234
19247
|
display: inline-flex;
|
19235
19248
|
flex-wrap: nowrap;
|
@@ -19294,19 +19307,6 @@ html.overflow-y-hidden {
|
|
19294
19307
|
}
|
19295
19308
|
.v-btn-group--tile {
|
19296
19309
|
border-radius: 0;
|
19297
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19298
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19299
|
-
}
|
19300
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19301
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19302
|
-
}
|
19303
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19304
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19305
|
-
}
|
19306
|
-
@supports not selector(:focus-visible) {
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
|
-
}
|
19310
19310
|
}.v-card {
|
19311
19311
|
display: block;
|
19312
19312
|
overflow: hidden;
|
@@ -19680,6 +19680,11 @@ html.overflow-y-hidden {
|
|
19680
19680
|
flex-direction: column;
|
19681
19681
|
height: 100% !important;
|
19682
19682
|
width: 50px;
|
19683
|
+
}.v-checkbox.v-input {
|
19684
|
+
flex: 0 1 auto;
|
19685
|
+
}
|
19686
|
+
.v-checkbox .v-selection-control {
|
19687
|
+
min-height: var(--v-input-control-height);
|
19683
19688
|
}.v-chip {
|
19684
19689
|
align-items: center;
|
19685
19690
|
display: inline-flex;
|
@@ -20098,11 +20103,6 @@ html.overflow-y-hidden {
|
|
20098
20103
|
|
20099
20104
|
.v-chip--label {
|
20100
20105
|
border-radius: 4px;
|
20101
|
-
}.v-checkbox.v-input {
|
20102
|
-
flex: 0 1 auto;
|
20103
|
-
}
|
20104
|
-
.v-checkbox .v-selection-control {
|
20105
|
-
min-height: var(--v-input-control-height);
|
20106
20106
|
}.v-chip-group {
|
20107
20107
|
display: flex;
|
20108
20108
|
max-width: 100%;
|
@@ -20451,6 +20451,66 @@ html.overflow-y-hidden {
|
|
20451
20451
|
}
|
20452
20452
|
.v-data-table-footer__page {
|
20453
20453
|
padding: 0 8px;
|
20454
|
+
}.v-date-picker-header {
|
20455
|
+
align-items: flex-end;
|
20456
|
+
height: 70px;
|
20457
|
+
display: grid;
|
20458
|
+
grid-template-areas: "prepend content append";
|
20459
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20460
|
+
overflow: hidden;
|
20461
|
+
padding-inline: 24px 12px;
|
20462
|
+
padding-bottom: 12px;
|
20463
|
+
}
|
20464
|
+
|
20465
|
+
.v-date-picker-header__append {
|
20466
|
+
grid-area: append;
|
20467
|
+
}
|
20468
|
+
|
20469
|
+
.v-date-picker-header__prepend {
|
20470
|
+
grid-area: prepend;
|
20471
|
+
padding-inline-start: 8px;
|
20472
|
+
}
|
20473
|
+
|
20474
|
+
.v-date-picker-header__content {
|
20475
|
+
align-items: center;
|
20476
|
+
display: inline-flex;
|
20477
|
+
font-size: 32px;
|
20478
|
+
line-height: 40px;
|
20479
|
+
grid-area: content;
|
20480
|
+
justify-content: space-between;
|
20481
|
+
}
|
20482
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20483
|
+
cursor: pointer;
|
20484
|
+
}
|
20485
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20486
|
+
opacity: 0.7;
|
20487
|
+
}
|
20488
|
+
|
20489
|
+
.date-picker-header-transition-enter-active,
|
20490
|
+
.date-picker-header-reverse-transition-enter-active {
|
20491
|
+
transition-duration: 0.3s;
|
20492
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20493
|
+
}
|
20494
|
+
.date-picker-header-transition-leave-active,
|
20495
|
+
.date-picker-header-reverse-transition-leave-active {
|
20496
|
+
transition-duration: 0.3s;
|
20497
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20498
|
+
}
|
20499
|
+
|
20500
|
+
.date-picker-header-transition-enter-from {
|
20501
|
+
transform: translate(0, 100%);
|
20502
|
+
}
|
20503
|
+
.date-picker-header-transition-leave-to {
|
20504
|
+
opacity: 0;
|
20505
|
+
transform: translate(0, -100%);
|
20506
|
+
}
|
20507
|
+
|
20508
|
+
.date-picker-header-reverse-transition-enter-from {
|
20509
|
+
transform: translate(0, -100%);
|
20510
|
+
}
|
20511
|
+
.date-picker-header-reverse-transition-leave-to {
|
20512
|
+
opacity: 0;
|
20513
|
+
transform: translate(0, 100%);
|
20454
20514
|
}.v-date-picker {
|
20455
20515
|
overflow: hidden;
|
20456
20516
|
width: 328px;
|
@@ -20513,85 +20573,25 @@ html.overflow-y-hidden {
|
|
20513
20573
|
|
20514
20574
|
.v-date-picker__title {
|
20515
20575
|
display: inline-block;
|
20516
|
-
}.v-date-picker-
|
20517
|
-
|
20518
|
-
|
20519
|
-
|
20520
|
-
|
20521
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20522
|
-
overflow: hidden;
|
20523
|
-
padding-inline: 24px 12px;
|
20524
|
-
padding-bottom: 12px;
|
20576
|
+
}.v-date-picker-month {
|
20577
|
+
display: flex;
|
20578
|
+
justify-content: center;
|
20579
|
+
padding: 0 12px 8px;
|
20580
|
+
--v-date-picker-month-day-diff: 4px;
|
20525
20581
|
}
|
20526
20582
|
|
20527
|
-
.v-date-picker-
|
20528
|
-
|
20583
|
+
.v-date-picker-month__weeks {
|
20584
|
+
display: grid;
|
20585
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20586
|
+
column-gap: 4px;
|
20587
|
+
font-size: 0.85rem;
|
20588
|
+
}
|
20589
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20590
|
+
grid-row-gap: 0;
|
20529
20591
|
}
|
20530
20592
|
|
20531
|
-
.v-date-picker-
|
20532
|
-
|
20533
|
-
padding-inline-start: 8px;
|
20534
|
-
}
|
20535
|
-
|
20536
|
-
.v-date-picker-header__content {
|
20537
|
-
align-items: center;
|
20538
|
-
display: inline-flex;
|
20539
|
-
font-size: 32px;
|
20540
|
-
line-height: 40px;
|
20541
|
-
grid-area: content;
|
20542
|
-
justify-content: space-between;
|
20543
|
-
}
|
20544
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20545
|
-
cursor: pointer;
|
20546
|
-
}
|
20547
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20548
|
-
opacity: 0.7;
|
20549
|
-
}
|
20550
|
-
|
20551
|
-
.date-picker-header-transition-enter-active,
|
20552
|
-
.date-picker-header-reverse-transition-enter-active {
|
20553
|
-
transition-duration: 0.3s;
|
20554
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20555
|
-
}
|
20556
|
-
.date-picker-header-transition-leave-active,
|
20557
|
-
.date-picker-header-reverse-transition-leave-active {
|
20558
|
-
transition-duration: 0.3s;
|
20559
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20560
|
-
}
|
20561
|
-
|
20562
|
-
.date-picker-header-transition-enter-from {
|
20563
|
-
transform: translate(0, 100%);
|
20564
|
-
}
|
20565
|
-
.date-picker-header-transition-leave-to {
|
20566
|
-
opacity: 0;
|
20567
|
-
transform: translate(0, -100%);
|
20568
|
-
}
|
20569
|
-
|
20570
|
-
.date-picker-header-reverse-transition-enter-from {
|
20571
|
-
transform: translate(0, -100%);
|
20572
|
-
}
|
20573
|
-
.date-picker-header-reverse-transition-leave-to {
|
20574
|
-
opacity: 0;
|
20575
|
-
transform: translate(0, 100%);
|
20576
|
-
}.v-date-picker-month {
|
20577
|
-
display: flex;
|
20578
|
-
justify-content: center;
|
20579
|
-
padding: 0 12px 8px;
|
20580
|
-
--v-date-picker-month-day-diff: 4px;
|
20581
|
-
}
|
20582
|
-
|
20583
|
-
.v-date-picker-month__weeks {
|
20584
|
-
display: grid;
|
20585
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20586
|
-
column-gap: 4px;
|
20587
|
-
font-size: 0.85rem;
|
20588
|
-
}
|
20589
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20590
|
-
grid-row-gap: 0;
|
20591
|
-
}
|
20592
|
-
|
20593
|
-
.v-date-picker-month__weekday {
|
20594
|
-
font-size: 0.85rem;
|
20593
|
+
.v-date-picker-month__weekday {
|
20594
|
+
font-size: 0.85rem;
|
20595
20595
|
}
|
20596
20596
|
|
20597
20597
|
.v-date-picker-month__days {
|
@@ -20878,75 +20878,6 @@ html.overflow-y-hidden {
|
|
20878
20878
|
.v-empty-state__action-btn.v-btn {
|
20879
20879
|
background-color: initial;
|
20880
20880
|
color: initial;
|
20881
|
-
}.v-fab {
|
20882
|
-
align-items: center;
|
20883
|
-
display: inline-flex;
|
20884
|
-
flex: 1 1 auto;
|
20885
|
-
pointer-events: none;
|
20886
|
-
position: relative;
|
20887
|
-
transition-duration: 0.2s;
|
20888
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20889
|
-
vertical-align: middle;
|
20890
|
-
}
|
20891
|
-
.v-fab .v-btn {
|
20892
|
-
pointer-events: auto;
|
20893
|
-
}
|
20894
|
-
.v-fab .v-btn--variant-elevated {
|
20895
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20896
|
-
}
|
20897
|
-
.v-fab--app, .v-fab--absolute {
|
20898
|
-
display: flex;
|
20899
|
-
}
|
20900
|
-
.v-fab--start, .v-fab--left {
|
20901
|
-
justify-content: flex-start;
|
20902
|
-
}
|
20903
|
-
.v-fab--center {
|
20904
|
-
align-items: center;
|
20905
|
-
justify-content: center;
|
20906
|
-
}
|
20907
|
-
.v-fab--end, .v-fab--right {
|
20908
|
-
justify-content: flex-end;
|
20909
|
-
}
|
20910
|
-
.v-fab--bottom {
|
20911
|
-
align-items: flex-end;
|
20912
|
-
}
|
20913
|
-
.v-fab--top {
|
20914
|
-
align-items: flex-start;
|
20915
|
-
}
|
20916
|
-
.v-fab--extended .v-btn {
|
20917
|
-
border-radius: 9999px !important;
|
20918
|
-
}
|
20919
|
-
|
20920
|
-
.v-fab__container {
|
20921
|
-
align-self: center;
|
20922
|
-
display: inline-flex;
|
20923
|
-
position: absolute;
|
20924
|
-
vertical-align: middle;
|
20925
|
-
}
|
20926
|
-
.v-fab--app .v-fab__container {
|
20927
|
-
margin: 12px;
|
20928
|
-
}
|
20929
|
-
.v-fab--absolute .v-fab__container {
|
20930
|
-
position: absolute;
|
20931
|
-
z-index: 4;
|
20932
|
-
}
|
20933
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
20934
|
-
transform: translateY(-50%);
|
20935
|
-
}
|
20936
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20937
|
-
transform: translateY(50%);
|
20938
|
-
}
|
20939
|
-
.v-fab--top .v-fab__container {
|
20940
|
-
top: 0;
|
20941
|
-
}
|
20942
|
-
.v-fab--bottom .v-fab__container {
|
20943
|
-
bottom: 0;
|
20944
|
-
}
|
20945
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20946
|
-
left: 0;
|
20947
|
-
}
|
20948
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20949
|
-
right: 0;
|
20950
20881
|
}.v-expansion-panel {
|
20951
20882
|
background-color: rgb(var(--v-theme-surface));
|
20952
20883
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21163,6 +21094,75 @@ html.overflow-y-hidden {
|
|
21163
21094
|
}
|
21164
21095
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21165
21096
|
border-radius: 0;
|
21097
|
+
}.v-fab {
|
21098
|
+
align-items: center;
|
21099
|
+
display: inline-flex;
|
21100
|
+
flex: 1 1 auto;
|
21101
|
+
pointer-events: none;
|
21102
|
+
position: relative;
|
21103
|
+
transition-duration: 0.2s;
|
21104
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21105
|
+
vertical-align: middle;
|
21106
|
+
}
|
21107
|
+
.v-fab .v-btn {
|
21108
|
+
pointer-events: auto;
|
21109
|
+
}
|
21110
|
+
.v-fab .v-btn--variant-elevated {
|
21111
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21112
|
+
}
|
21113
|
+
.v-fab--app, .v-fab--absolute {
|
21114
|
+
display: flex;
|
21115
|
+
}
|
21116
|
+
.v-fab--start, .v-fab--left {
|
21117
|
+
justify-content: flex-start;
|
21118
|
+
}
|
21119
|
+
.v-fab--center {
|
21120
|
+
align-items: center;
|
21121
|
+
justify-content: center;
|
21122
|
+
}
|
21123
|
+
.v-fab--end, .v-fab--right {
|
21124
|
+
justify-content: flex-end;
|
21125
|
+
}
|
21126
|
+
.v-fab--bottom {
|
21127
|
+
align-items: flex-end;
|
21128
|
+
}
|
21129
|
+
.v-fab--top {
|
21130
|
+
align-items: flex-start;
|
21131
|
+
}
|
21132
|
+
.v-fab--extended .v-btn {
|
21133
|
+
border-radius: 9999px !important;
|
21134
|
+
}
|
21135
|
+
|
21136
|
+
.v-fab__container {
|
21137
|
+
align-self: center;
|
21138
|
+
display: inline-flex;
|
21139
|
+
position: absolute;
|
21140
|
+
vertical-align: middle;
|
21141
|
+
}
|
21142
|
+
.v-fab--app .v-fab__container {
|
21143
|
+
margin: 12px;
|
21144
|
+
}
|
21145
|
+
.v-fab--absolute .v-fab__container {
|
21146
|
+
position: absolute;
|
21147
|
+
z-index: 4;
|
21148
|
+
}
|
21149
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21150
|
+
transform: translateY(-50%);
|
21151
|
+
}
|
21152
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21153
|
+
transform: translateY(50%);
|
21154
|
+
}
|
21155
|
+
.v-fab--top .v-fab__container {
|
21156
|
+
top: 0;
|
21157
|
+
}
|
21158
|
+
.v-fab--bottom .v-fab__container {
|
21159
|
+
bottom: 0;
|
21160
|
+
}
|
21161
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21162
|
+
left: 0;
|
21163
|
+
}
|
21164
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21165
|
+
right: 0;
|
21166
21166
|
}/* region INPUT */
|
21167
21167
|
.v-field {
|
21168
21168
|
display: grid;
|
@@ -23364,6 +23364,8 @@ textarea.v-field__input::placeholder {
|
|
23364
23364
|
}
|
23365
23365
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23366
23366
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23367
|
+
}.v-locale-provider {
|
23368
|
+
display: contents;
|
23367
23369
|
}.v-main {
|
23368
23370
|
flex: 1 0 auto;
|
23369
23371
|
max-width: 100%;
|
@@ -23394,8 +23396,22 @@ textarea.v-field__input::placeholder {
|
|
23394
23396
|
--v-layout-right: 0px;
|
23395
23397
|
--v-layout-top: 0px;
|
23396
23398
|
--v-layout-bottom: 0px;
|
23397
|
-
}.v-
|
23398
|
-
|
23399
|
+
}.v-messages {
|
23400
|
+
flex: 1 1 auto;
|
23401
|
+
font-size: 12px;
|
23402
|
+
min-height: 14px;
|
23403
|
+
min-width: 1px;
|
23404
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23405
|
+
position: relative;
|
23406
|
+
}
|
23407
|
+
.v-messages__message {
|
23408
|
+
line-height: 12px;
|
23409
|
+
word-break: break-word;
|
23410
|
+
overflow-wrap: break-word;
|
23411
|
+
word-wrap: break-word;
|
23412
|
+
-webkit-hyphens: auto;
|
23413
|
+
hyphens: auto;
|
23414
|
+
transition-duration: 150ms;
|
23399
23415
|
}.v-menu > .v-overlay__content {
|
23400
23416
|
display: flex;
|
23401
23417
|
flex-direction: column;
|
@@ -23415,22 +23431,6 @@ textarea.v-field__input::placeholder {
|
|
23415
23431
|
.v-menu > .v-overlay__content > .v-sheet,
|
23416
23432
|
.v-menu > .v-overlay__content > .v-list {
|
23417
23433
|
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));
|
23418
|
-
}.v-messages {
|
23419
|
-
flex: 1 1 auto;
|
23420
|
-
font-size: 12px;
|
23421
|
-
min-height: 14px;
|
23422
|
-
min-width: 1px;
|
23423
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23424
|
-
position: relative;
|
23425
|
-
}
|
23426
|
-
.v-messages__message {
|
23427
|
-
line-height: 12px;
|
23428
|
-
word-break: break-word;
|
23429
|
-
overflow-wrap: break-word;
|
23430
|
-
word-wrap: break-word;
|
23431
|
-
-webkit-hyphens: auto;
|
23432
|
-
hyphens: auto;
|
23433
|
-
transition-duration: 150ms;
|
23434
23434
|
}.v-navigation-drawer {
|
23435
23435
|
-webkit-overflow-scrolling: touch;
|
23436
23436
|
background: rgb(var(--v-theme-surface));
|
@@ -23674,15 +23674,117 @@ html.v-overlay-scroll-blocked {
|
|
23674
23674
|
}
|
23675
23675
|
.v-parallax--active > .v-img__img {
|
23676
23676
|
will-change: transform;
|
23677
|
-
}.v-progress-
|
23678
|
-
|
23679
|
-
|
23677
|
+
}.v-progress-circular {
|
23678
|
+
align-items: center;
|
23679
|
+
display: inline-flex;
|
23680
|
+
justify-content: center;
|
23680
23681
|
position: relative;
|
23681
|
-
|
23682
|
+
vertical-align: middle;
|
23683
|
+
}
|
23684
|
+
.v-progress-circular > svg {
|
23682
23685
|
width: 100%;
|
23686
|
+
height: 100%;
|
23687
|
+
margin: auto;
|
23688
|
+
position: absolute;
|
23689
|
+
top: 0;
|
23690
|
+
bottom: 0;
|
23691
|
+
left: 0;
|
23692
|
+
right: 0;
|
23693
|
+
z-index: 0;
|
23683
23694
|
}
|
23684
|
-
|
23685
|
-
|
23695
|
+
|
23696
|
+
.v-progress-circular__content {
|
23697
|
+
align-items: center;
|
23698
|
+
display: flex;
|
23699
|
+
justify-content: center;
|
23700
|
+
}
|
23701
|
+
|
23702
|
+
.v-progress-circular__underlay {
|
23703
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23704
|
+
stroke: currentColor;
|
23705
|
+
z-index: 1;
|
23706
|
+
}
|
23707
|
+
|
23708
|
+
.v-progress-circular__overlay {
|
23709
|
+
stroke: currentColor;
|
23710
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23711
|
+
z-index: 2;
|
23712
|
+
}
|
23713
|
+
|
23714
|
+
.v-progress-circular--size-x-small {
|
23715
|
+
height: 16px;
|
23716
|
+
width: 16px;
|
23717
|
+
}
|
23718
|
+
.v-progress-circular--size-small {
|
23719
|
+
height: 24px;
|
23720
|
+
width: 24px;
|
23721
|
+
}
|
23722
|
+
.v-progress-circular--size-default {
|
23723
|
+
height: 32px;
|
23724
|
+
width: 32px;
|
23725
|
+
}
|
23726
|
+
.v-progress-circular--size-large {
|
23727
|
+
height: 48px;
|
23728
|
+
width: 48px;
|
23729
|
+
}
|
23730
|
+
.v-progress-circular--size-x-large {
|
23731
|
+
height: 64px;
|
23732
|
+
width: 64px;
|
23733
|
+
}
|
23734
|
+
|
23735
|
+
.v-progress-circular--indeterminate > svg {
|
23736
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23737
|
+
transform-origin: center center;
|
23738
|
+
transition: all 0.2s ease-in-out;
|
23739
|
+
}
|
23740
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23741
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23742
|
+
stroke-dasharray: 25, 200;
|
23743
|
+
stroke-dashoffset: 0;
|
23744
|
+
stroke-linecap: round;
|
23745
|
+
transform-origin: center center;
|
23746
|
+
transform: rotate(-90deg);
|
23747
|
+
}
|
23748
|
+
|
23749
|
+
.v-progress-circular--disable-shrink > svg {
|
23750
|
+
animation-duration: 0.7s;
|
23751
|
+
}
|
23752
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23753
|
+
animation: none;
|
23754
|
+
}
|
23755
|
+
|
23756
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23757
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23758
|
+
animation-play-state: paused !important;
|
23759
|
+
}
|
23760
|
+
|
23761
|
+
@keyframes progress-circular-dash {
|
23762
|
+
0% {
|
23763
|
+
stroke-dasharray: 1, 200;
|
23764
|
+
stroke-dashoffset: 0px;
|
23765
|
+
}
|
23766
|
+
50% {
|
23767
|
+
stroke-dasharray: 100, 200;
|
23768
|
+
stroke-dashoffset: -15px;
|
23769
|
+
}
|
23770
|
+
100% {
|
23771
|
+
stroke-dasharray: 100, 200;
|
23772
|
+
stroke-dashoffset: -124px;
|
23773
|
+
}
|
23774
|
+
}
|
23775
|
+
@keyframes progress-circular-rotate {
|
23776
|
+
100% {
|
23777
|
+
transform: rotate(270deg);
|
23778
|
+
}
|
23779
|
+
}.v-progress-linear {
|
23780
|
+
background: transparent;
|
23781
|
+
overflow: hidden;
|
23782
|
+
position: relative;
|
23783
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23784
|
+
width: 100%;
|
23785
|
+
}
|
23786
|
+
.v-progress-linear--rounded {
|
23787
|
+
border-radius: 9999px;
|
23686
23788
|
}
|
23687
23789
|
@media (forced-colors: active) {
|
23688
23790
|
.v-progress-linear {
|
@@ -23902,108 +24004,6 @@ html.v-overlay-scroll-blocked {
|
|
23902
24004
|
0% {
|
23903
24005
|
background-position-x: var(--v-progress-linear-height);
|
23904
24006
|
}
|
23905
|
-
}.v-progress-circular {
|
23906
|
-
align-items: center;
|
23907
|
-
display: inline-flex;
|
23908
|
-
justify-content: center;
|
23909
|
-
position: relative;
|
23910
|
-
vertical-align: middle;
|
23911
|
-
}
|
23912
|
-
.v-progress-circular > svg {
|
23913
|
-
width: 100%;
|
23914
|
-
height: 100%;
|
23915
|
-
margin: auto;
|
23916
|
-
position: absolute;
|
23917
|
-
top: 0;
|
23918
|
-
bottom: 0;
|
23919
|
-
left: 0;
|
23920
|
-
right: 0;
|
23921
|
-
z-index: 0;
|
23922
|
-
}
|
23923
|
-
|
23924
|
-
.v-progress-circular__content {
|
23925
|
-
align-items: center;
|
23926
|
-
display: flex;
|
23927
|
-
justify-content: center;
|
23928
|
-
}
|
23929
|
-
|
23930
|
-
.v-progress-circular__underlay {
|
23931
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23932
|
-
stroke: currentColor;
|
23933
|
-
z-index: 1;
|
23934
|
-
}
|
23935
|
-
|
23936
|
-
.v-progress-circular__overlay {
|
23937
|
-
stroke: currentColor;
|
23938
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23939
|
-
z-index: 2;
|
23940
|
-
}
|
23941
|
-
|
23942
|
-
.v-progress-circular--size-x-small {
|
23943
|
-
height: 16px;
|
23944
|
-
width: 16px;
|
23945
|
-
}
|
23946
|
-
.v-progress-circular--size-small {
|
23947
|
-
height: 24px;
|
23948
|
-
width: 24px;
|
23949
|
-
}
|
23950
|
-
.v-progress-circular--size-default {
|
23951
|
-
height: 32px;
|
23952
|
-
width: 32px;
|
23953
|
-
}
|
23954
|
-
.v-progress-circular--size-large {
|
23955
|
-
height: 48px;
|
23956
|
-
width: 48px;
|
23957
|
-
}
|
23958
|
-
.v-progress-circular--size-x-large {
|
23959
|
-
height: 64px;
|
23960
|
-
width: 64px;
|
23961
|
-
}
|
23962
|
-
|
23963
|
-
.v-progress-circular--indeterminate > svg {
|
23964
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
23965
|
-
transform-origin: center center;
|
23966
|
-
transition: all 0.2s ease-in-out;
|
23967
|
-
}
|
23968
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23969
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23970
|
-
stroke-dasharray: 25, 200;
|
23971
|
-
stroke-dashoffset: 0;
|
23972
|
-
stroke-linecap: round;
|
23973
|
-
transform-origin: center center;
|
23974
|
-
transform: rotate(-90deg);
|
23975
|
-
}
|
23976
|
-
|
23977
|
-
.v-progress-circular--disable-shrink > svg {
|
23978
|
-
animation-duration: 0.7s;
|
23979
|
-
}
|
23980
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23981
|
-
animation: none;
|
23982
|
-
}
|
23983
|
-
|
23984
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23985
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23986
|
-
animation-play-state: paused !important;
|
23987
|
-
}
|
23988
|
-
|
23989
|
-
@keyframes progress-circular-dash {
|
23990
|
-
0% {
|
23991
|
-
stroke-dasharray: 1, 200;
|
23992
|
-
stroke-dashoffset: 0px;
|
23993
|
-
}
|
23994
|
-
50% {
|
23995
|
-
stroke-dasharray: 100, 200;
|
23996
|
-
stroke-dashoffset: -15px;
|
23997
|
-
}
|
23998
|
-
100% {
|
23999
|
-
stroke-dasharray: 100, 200;
|
24000
|
-
stroke-dashoffset: -124px;
|
24001
|
-
}
|
24002
|
-
}
|
24003
|
-
@keyframes progress-circular-rotate {
|
24004
|
-
100% {
|
24005
|
-
transform: rotate(270deg);
|
24006
|
-
}
|
24007
24007
|
}.v-radio-group > .v-input__control {
|
24008
24008
|
flex-direction: column;
|
24009
24009
|
}
|
@@ -24073,32 +24073,6 @@ html.v-overlay-scroll-blocked {
|
|
24073
24073
|
|
24074
24074
|
.v-slider__label {
|
24075
24075
|
margin-inline-end: 12px;
|
24076
|
-
}.v-responsive {
|
24077
|
-
display: flex;
|
24078
|
-
flex: 1 0 auto;
|
24079
|
-
max-height: 100%;
|
24080
|
-
max-width: 100%;
|
24081
|
-
overflow: hidden;
|
24082
|
-
position: relative;
|
24083
|
-
}
|
24084
|
-
.v-responsive--inline {
|
24085
|
-
display: inline-flex;
|
24086
|
-
flex: 0 0 auto;
|
24087
|
-
}
|
24088
|
-
|
24089
|
-
.v-responsive__content {
|
24090
|
-
flex: 1 0 0px;
|
24091
|
-
max-width: 100%;
|
24092
|
-
}
|
24093
|
-
|
24094
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24095
|
-
margin-inline-start: -100%;
|
24096
|
-
}
|
24097
|
-
|
24098
|
-
.v-responsive__sizer {
|
24099
|
-
flex: 1 0 0px;
|
24100
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24101
|
-
pointer-events: none;
|
24102
24076
|
}.v-rating {
|
24103
24077
|
max-width: 100%;
|
24104
24078
|
display: inline-flex;
|
@@ -24152,6 +24126,32 @@ html.v-overlay-scroll-blocked {
|
|
24152
24126
|
opacity: 0;
|
24153
24127
|
position: absolute;
|
24154
24128
|
width: 0;
|
24129
|
+
}.v-responsive {
|
24130
|
+
display: flex;
|
24131
|
+
flex: 1 0 auto;
|
24132
|
+
max-height: 100%;
|
24133
|
+
max-width: 100%;
|
24134
|
+
overflow: hidden;
|
24135
|
+
position: relative;
|
24136
|
+
}
|
24137
|
+
.v-responsive--inline {
|
24138
|
+
display: inline-flex;
|
24139
|
+
flex: 0 0 auto;
|
24140
|
+
}
|
24141
|
+
|
24142
|
+
.v-responsive__content {
|
24143
|
+
flex: 1 0 0px;
|
24144
|
+
max-width: 100%;
|
24145
|
+
}
|
24146
|
+
|
24147
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24148
|
+
margin-inline-start: -100%;
|
24149
|
+
}
|
24150
|
+
|
24151
|
+
.v-responsive__sizer {
|
24152
|
+
flex: 1 0 0px;
|
24153
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24154
|
+
pointer-events: none;
|
24155
24155
|
}.v-select .v-field .v-text-field__prefix,
|
24156
24156
|
.v-select .v-field .v-text-field__suffix,
|
24157
24157
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24315,19 +24315,55 @@ html.v-overlay-scroll-blocked {
|
|
24315
24315
|
.v-selection-control-group--inline {
|
24316
24316
|
flex-direction: row;
|
24317
24317
|
flex-wrap: wrap;
|
24318
|
-
}.v-
|
24319
|
-
|
24320
|
-
background: rgb(var(--v-theme-surface));
|
24321
|
-
border-radius: 4px;
|
24322
|
-
display: flex;
|
24323
|
-
flex-wrap: wrap;
|
24324
|
-
position: relative;
|
24325
|
-
vertical-align: top;
|
24326
|
-
}
|
24327
|
-
.v-skeleton-loader__actions {
|
24328
|
-
justify-content: end;
|
24318
|
+
}.v-sheet {
|
24319
|
+
display: block;
|
24329
24320
|
}
|
24330
|
-
.v-
|
24321
|
+
.v-sheet {
|
24322
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24323
|
+
border-style: solid;
|
24324
|
+
border-width: 0;
|
24325
|
+
}
|
24326
|
+
.v-sheet--border {
|
24327
|
+
border-width: thin;
|
24328
|
+
box-shadow: none;
|
24329
|
+
}
|
24330
|
+
.v-sheet {
|
24331
|
+
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));
|
24332
|
+
}
|
24333
|
+
.v-sheet--absolute {
|
24334
|
+
position: absolute;
|
24335
|
+
}
|
24336
|
+
.v-sheet--fixed {
|
24337
|
+
position: fixed;
|
24338
|
+
}
|
24339
|
+
.v-sheet--relative {
|
24340
|
+
position: relative;
|
24341
|
+
}
|
24342
|
+
.v-sheet--sticky {
|
24343
|
+
position: sticky;
|
24344
|
+
}
|
24345
|
+
.v-sheet {
|
24346
|
+
border-radius: 0;
|
24347
|
+
}
|
24348
|
+
.v-sheet {
|
24349
|
+
background: rgb(var(--v-theme-surface));
|
24350
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24351
|
+
}
|
24352
|
+
.v-sheet--rounded {
|
24353
|
+
border-radius: 4px;
|
24354
|
+
}.v-skeleton-loader {
|
24355
|
+
align-items: center;
|
24356
|
+
background: rgb(var(--v-theme-surface));
|
24357
|
+
border-radius: 4px;
|
24358
|
+
display: flex;
|
24359
|
+
flex-wrap: wrap;
|
24360
|
+
position: relative;
|
24361
|
+
vertical-align: top;
|
24362
|
+
}
|
24363
|
+
.v-skeleton-loader__actions {
|
24364
|
+
justify-content: end;
|
24365
|
+
}
|
24366
|
+
.v-skeleton-loader .v-skeleton-loader__ossein {
|
24331
24367
|
height: 100%;
|
24332
24368
|
}
|
24333
24369
|
.v-skeleton-loader .v-skeleton-loader__avatar,
|
@@ -24540,42 +24576,6 @@ html.v-overlay-scroll-blocked {
|
|
24540
24576
|
100% {
|
24541
24577
|
transform: translateX(100%);
|
24542
24578
|
}
|
24543
|
-
}.v-sheet {
|
24544
|
-
display: block;
|
24545
|
-
}
|
24546
|
-
.v-sheet {
|
24547
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24548
|
-
border-style: solid;
|
24549
|
-
border-width: 0;
|
24550
|
-
}
|
24551
|
-
.v-sheet--border {
|
24552
|
-
border-width: thin;
|
24553
|
-
box-shadow: none;
|
24554
|
-
}
|
24555
|
-
.v-sheet {
|
24556
|
-
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));
|
24557
|
-
}
|
24558
|
-
.v-sheet--absolute {
|
24559
|
-
position: absolute;
|
24560
|
-
}
|
24561
|
-
.v-sheet--fixed {
|
24562
|
-
position: fixed;
|
24563
|
-
}
|
24564
|
-
.v-sheet--relative {
|
24565
|
-
position: relative;
|
24566
|
-
}
|
24567
|
-
.v-sheet--sticky {
|
24568
|
-
position: sticky;
|
24569
|
-
}
|
24570
|
-
.v-sheet {
|
24571
|
-
border-radius: 0;
|
24572
|
-
}
|
24573
|
-
.v-sheet {
|
24574
|
-
background: rgb(var(--v-theme-surface));
|
24575
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24576
|
-
}
|
24577
|
-
.v-sheet--rounded {
|
24578
|
-
border-radius: 4px;
|
24579
24579
|
}.v-slide-group {
|
24580
24580
|
display: flex;
|
24581
24581
|
overflow: hidden;
|
@@ -24812,127 +24812,309 @@ html.v-overlay-scroll-blocked {
|
|
24812
24812
|
}
|
24813
24813
|
.v-speed-dial__content > *:nth-child(10) {
|
24814
24814
|
transition-delay: 0.45s;
|
24815
|
-
}.v-
|
24816
|
-
|
24817
|
-
}
|
24818
|
-
.v-stepper.v-sheet {
|
24819
|
-
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));
|
24820
|
-
}
|
24821
|
-
.v-stepper.v-sheet {
|
24822
|
-
border-radius: 4px;
|
24823
|
-
}
|
24824
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24825
|
-
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));
|
24815
|
+
}.v-switch .v-label {
|
24816
|
+
padding-inline-start: 10px;
|
24826
24817
|
}
|
24827
24818
|
|
24828
|
-
.v-
|
24829
|
-
align-items: center;
|
24819
|
+
.v-switch__loader {
|
24830
24820
|
display: flex;
|
24831
|
-
position: relative;
|
24832
|
-
overflow-x: auto;
|
24833
|
-
justify-content: space-between;
|
24834
|
-
z-index: 1;
|
24835
|
-
}
|
24836
|
-
.v-stepper-header {
|
24837
|
-
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));
|
24838
24821
|
}
|
24839
|
-
.v-
|
24840
|
-
|
24822
|
+
.v-switch__loader .v-progress-circular {
|
24823
|
+
color: rgb(var(--v-theme-surface));
|
24841
24824
|
}
|
24842
|
-
|
24843
|
-
|
24825
|
+
|
24826
|
+
.v-switch__track,
|
24827
|
+
.v-switch__thumb {
|
24828
|
+
transition: none;
|
24844
24829
|
}
|
24845
|
-
.v-
|
24846
|
-
|
24830
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24831
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24832
|
+
background-color: rgb(var(--v-theme-error));
|
24833
|
+
color: rgb(var(--v-theme-on-error));
|
24847
24834
|
}
|
24848
|
-
|
24849
|
-
|
24835
|
+
|
24836
|
+
.v-switch__track-true {
|
24837
|
+
margin-inline-end: auto;
|
24850
24838
|
}
|
24851
|
-
.v-
|
24852
|
-
|
24853
|
-
margin: 35px -67px 0;
|
24839
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24840
|
+
opacity: 0;
|
24854
24841
|
}
|
24855
24842
|
|
24856
|
-
.v-
|
24857
|
-
margin:
|
24843
|
+
.v-switch__track-false {
|
24844
|
+
margin-inline-start: auto;
|
24845
|
+
}
|
24846
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24847
|
+
opacity: 0;
|
24858
24848
|
}
|
24859
24849
|
|
24860
|
-
.v-
|
24861
|
-
display: flex;
|
24850
|
+
.v-switch__track {
|
24851
|
+
display: inline-flex;
|
24862
24852
|
align-items: center;
|
24863
|
-
|
24864
|
-
padding:
|
24853
|
+
font-size: 0.5rem;
|
24854
|
+
padding: 0 5px;
|
24855
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24856
|
+
border-radius: 9999px;
|
24857
|
+
height: 14px;
|
24858
|
+
opacity: 0.6;
|
24859
|
+
min-width: 36px;
|
24860
|
+
cursor: pointer;
|
24861
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24865
24862
|
}
|
24866
|
-
.v-
|
24867
|
-
|
24863
|
+
.v-switch--inset .v-switch__track {
|
24864
|
+
border-radius: 9999px;
|
24865
|
+
font-size: 0.75rem;
|
24866
|
+
height: 32px;
|
24867
|
+
min-width: 52px;
|
24868
24868
|
}
|
24869
|
-
|
24870
|
-
|
24871
|
-
}.v-stepper-item {
|
24869
|
+
|
24870
|
+
.v-switch__thumb {
|
24872
24871
|
align-items: center;
|
24873
|
-
|
24874
|
-
|
24875
|
-
|
24876
|
-
|
24877
|
-
|
24878
|
-
|
24872
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24873
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24874
|
+
border-radius: 50%;
|
24875
|
+
display: flex;
|
24876
|
+
font-size: 0.75rem;
|
24877
|
+
height: 20px;
|
24878
|
+
justify-content: center;
|
24879
|
+
width: 20px;
|
24880
|
+
pointer-events: none;
|
24881
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24879
24882
|
position: relative;
|
24880
|
-
|
24881
|
-
transition-property: opacity;
|
24882
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24883
|
-
}
|
24884
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24885
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24883
|
+
overflow: hidden;
|
24886
24884
|
}
|
24887
|
-
.v-
|
24888
|
-
|
24885
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24886
|
+
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));
|
24889
24887
|
}
|
24890
|
-
|
24891
|
-
|
24892
|
-
|
24893
|
-
}
|
24888
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24889
|
+
background: rgb(var(--v-theme-surface-variant));
|
24890
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24894
24891
|
}
|
24895
|
-
.v-
|
24896
|
-
|
24892
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24893
|
+
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));
|
24897
24894
|
}
|
24898
|
-
.v-
|
24899
|
-
|
24895
|
+
.v-switch--inset .v-switch__thumb {
|
24896
|
+
height: 24px;
|
24897
|
+
width: 24px;
|
24898
|
+
transform: scale(0.6666666667);
|
24900
24899
|
}
|
24901
|
-
.v-
|
24902
|
-
|
24900
|
+
.v-switch--inset .v-switch__thumb--filled {
|
24901
|
+
transform: none;
|
24903
24902
|
}
|
24904
|
-
|
24905
|
-
|
24906
|
-
|
24907
|
-
}
|
24903
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24904
|
+
transform: none;
|
24905
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24908
24906
|
}
|
24909
|
-
|
24910
|
-
|
24907
|
+
|
24908
|
+
.v-switch.v-input {
|
24909
|
+
flex: 0 1 auto;
|
24911
24910
|
}
|
24912
|
-
.v-
|
24913
|
-
|
24911
|
+
.v-switch .v-selection-control {
|
24912
|
+
min-height: var(--v-input-control-height);
|
24914
24913
|
}
|
24915
|
-
.v-
|
24916
|
-
|
24914
|
+
.v-switch .v-selection-control__input {
|
24915
|
+
border-radius: 50%;
|
24916
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24917
|
+
position: absolute;
|
24917
24918
|
}
|
24918
|
-
.v-
|
24919
|
-
|
24920
|
-
pointer-events: none;
|
24919
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24920
|
+
transform: translateX(-10px);
|
24921
24921
|
}
|
24922
|
-
|
24923
|
-
|
24924
|
-
|
24925
|
-
align-items: center;
|
24926
|
-
flex-basis: 175px;
|
24922
|
+
|
24923
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24924
|
+
transform: translateX(10px);
|
24927
24925
|
}
|
24928
24926
|
|
24929
|
-
.v-
|
24930
|
-
|
24931
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24932
|
-
font-size: 0.75rem;
|
24933
|
-
margin-inline-end: 8px;
|
24927
|
+
.v-switch .v-selection-control__input .v-icon {
|
24928
|
+
position: absolute;
|
24934
24929
|
}
|
24935
|
-
.v-
|
24930
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24931
|
+
transform: translateX(10px);
|
24932
|
+
}
|
24933
|
+
|
24934
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24935
|
+
transform: translateX(-10px);
|
24936
|
+
}
|
24937
|
+
|
24938
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24939
|
+
transform: scale(0.8);
|
24940
|
+
}
|
24941
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24942
|
+
transform: scale(0.75);
|
24943
|
+
box-shadow: none;
|
24944
|
+
}
|
24945
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24946
|
+
width: auto;
|
24947
|
+
}
|
24948
|
+
.v-switch.v-input--vertical .v-label {
|
24949
|
+
min-width: max-content;
|
24950
|
+
}
|
24951
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24952
|
+
transform: rotate(-90deg);
|
24953
|
+
}
|
24954
|
+
|
24955
|
+
@media (forced-colors: active) {
|
24956
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
24957
|
+
color: currentColor;
|
24958
|
+
}
|
24959
|
+
.v-switch .v-switch__thumb {
|
24960
|
+
background-color: buttontext;
|
24961
|
+
}
|
24962
|
+
.v-switch .v-switch__track,
|
24963
|
+
.v-switch .v-switch__thumb {
|
24964
|
+
border: 1px solid;
|
24965
|
+
color: buttontext;
|
24966
|
+
}
|
24967
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24968
|
+
background-color: highlight;
|
24969
|
+
}
|
24970
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24971
|
+
background-color: highlight;
|
24972
|
+
}
|
24973
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24974
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24975
|
+
color: highlight;
|
24976
|
+
}
|
24977
|
+
.v-switch.v-switch--inset .v-switch__track {
|
24978
|
+
border-width: 2px;
|
24979
|
+
}
|
24980
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24981
|
+
background-color: highlighttext;
|
24982
|
+
color: highlighttext;
|
24983
|
+
}
|
24984
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24985
|
+
background-color: graytext;
|
24986
|
+
}
|
24987
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24988
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24989
|
+
color: graytext;
|
24990
|
+
}
|
24991
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24992
|
+
background-color: canvas;
|
24993
|
+
}
|
24994
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24995
|
+
border-width: 0;
|
24996
|
+
}
|
24997
|
+
}.v-stepper.v-sheet {
|
24998
|
+
overflow: hidden;
|
24999
|
+
}
|
25000
|
+
.v-stepper.v-sheet {
|
25001
|
+
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));
|
25002
|
+
}
|
25003
|
+
.v-stepper.v-sheet {
|
25004
|
+
border-radius: 4px;
|
25005
|
+
}
|
25006
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
25007
|
+
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));
|
25008
|
+
}
|
25009
|
+
|
25010
|
+
.v-stepper-header {
|
25011
|
+
align-items: center;
|
25012
|
+
display: flex;
|
25013
|
+
position: relative;
|
25014
|
+
overflow-x: auto;
|
25015
|
+
justify-content: space-between;
|
25016
|
+
z-index: 1;
|
25017
|
+
}
|
25018
|
+
.v-stepper-header {
|
25019
|
+
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));
|
25020
|
+
}
|
25021
|
+
.v-stepper-header .v-divider {
|
25022
|
+
margin: 0 -16px;
|
25023
|
+
}
|
25024
|
+
.v-stepper-header .v-divider:last-child {
|
25025
|
+
margin-inline-end: 0;
|
25026
|
+
}
|
25027
|
+
.v-stepper-header .v-divider:first-child {
|
25028
|
+
margin-inline-start: 0;
|
25029
|
+
}
|
25030
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25031
|
+
height: auto;
|
25032
|
+
}
|
25033
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25034
|
+
align-self: flex-start;
|
25035
|
+
margin: 35px -67px 0;
|
25036
|
+
}
|
25037
|
+
|
25038
|
+
.v-stepper-window {
|
25039
|
+
margin: 1.5rem;
|
25040
|
+
}
|
25041
|
+
|
25042
|
+
.v-stepper-actions {
|
25043
|
+
display: flex;
|
25044
|
+
align-items: center;
|
25045
|
+
justify-content: space-between;
|
25046
|
+
padding: 1rem;
|
25047
|
+
}
|
25048
|
+
.v-stepper .v-stepper-actions {
|
25049
|
+
padding: 0 1.5rem 1rem;
|
25050
|
+
}
|
25051
|
+
.v-stepper-window-item .v-stepper-actions {
|
25052
|
+
padding: 1.5rem 0 0;
|
25053
|
+
}.v-stepper-item {
|
25054
|
+
align-items: center;
|
25055
|
+
align-self: stretch;
|
25056
|
+
display: inline-flex;
|
25057
|
+
flex: none;
|
25058
|
+
outline: none;
|
25059
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25060
|
+
padding: 1.5rem;
|
25061
|
+
position: relative;
|
25062
|
+
transition-duration: 0.2s;
|
25063
|
+
transition-property: opacity;
|
25064
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25065
|
+
}
|
25066
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25067
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25068
|
+
}
|
25069
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25070
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25071
|
+
}
|
25072
|
+
@supports not selector(:focus-visible) {
|
25073
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25074
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25075
|
+
}
|
25076
|
+
}
|
25077
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25078
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25079
|
+
}
|
25080
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25081
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25082
|
+
}
|
25083
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
25084
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25085
|
+
}
|
25086
|
+
@supports not selector(:focus-visible) {
|
25087
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25088
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25089
|
+
}
|
25090
|
+
}
|
25091
|
+
.v-stepper--non-linear .v-stepper-item {
|
25092
|
+
opacity: var(--v-high-emphasis-opacity);
|
25093
|
+
}
|
25094
|
+
.v-stepper-item--selected {
|
25095
|
+
opacity: 1;
|
25096
|
+
}
|
25097
|
+
.v-stepper-item--error {
|
25098
|
+
color: rgb(var(--v-theme-error));
|
25099
|
+
}
|
25100
|
+
.v-stepper-item--disabled {
|
25101
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25102
|
+
pointer-events: none;
|
25103
|
+
}
|
25104
|
+
.v-stepper--alt-labels .v-stepper-item {
|
25105
|
+
flex-direction: column;
|
25106
|
+
justify-content: flex-start;
|
25107
|
+
align-items: center;
|
25108
|
+
flex-basis: 175px;
|
25109
|
+
}
|
25110
|
+
|
25111
|
+
.v-stepper-item__avatar.v-avatar {
|
25112
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25113
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25114
|
+
font-size: 0.75rem;
|
25115
|
+
margin-inline-end: 8px;
|
25116
|
+
}
|
25117
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
24936
25118
|
margin-inline-end: 0;
|
24937
25119
|
}
|
24938
25120
|
.v-stepper-item__avatar.v-avatar .v-icon {
|
@@ -25030,254 +25212,6 @@ html.v-overlay-scroll-blocked {
|
|
25030
25212
|
}
|
25031
25213
|
.v-system-bar:not(.v-system-bar--absolute) {
|
25032
25214
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25033
|
-
}.v-switch .v-label {
|
25034
|
-
padding-inline-start: 10px;
|
25035
|
-
}
|
25036
|
-
|
25037
|
-
.v-switch__loader {
|
25038
|
-
display: flex;
|
25039
|
-
}
|
25040
|
-
.v-switch__loader .v-progress-circular {
|
25041
|
-
color: rgb(var(--v-theme-surface));
|
25042
|
-
}
|
25043
|
-
|
25044
|
-
.v-switch__track,
|
25045
|
-
.v-switch__thumb {
|
25046
|
-
transition: none;
|
25047
|
-
}
|
25048
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25049
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25050
|
-
background-color: rgb(var(--v-theme-error));
|
25051
|
-
color: rgb(var(--v-theme-on-error));
|
25052
|
-
}
|
25053
|
-
|
25054
|
-
.v-switch__track-true {
|
25055
|
-
margin-inline-end: auto;
|
25056
|
-
}
|
25057
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25058
|
-
opacity: 0;
|
25059
|
-
}
|
25060
|
-
|
25061
|
-
.v-switch__track-false {
|
25062
|
-
margin-inline-start: auto;
|
25063
|
-
}
|
25064
|
-
.v-selection-control--dirty .v-switch__track-false {
|
25065
|
-
opacity: 0;
|
25066
|
-
}
|
25067
|
-
|
25068
|
-
.v-switch__track {
|
25069
|
-
display: inline-flex;
|
25070
|
-
align-items: center;
|
25071
|
-
font-size: 0.5rem;
|
25072
|
-
padding: 0 5px;
|
25073
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25074
|
-
border-radius: 9999px;
|
25075
|
-
height: 14px;
|
25076
|
-
opacity: 0.6;
|
25077
|
-
min-width: 36px;
|
25078
|
-
cursor: pointer;
|
25079
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25080
|
-
}
|
25081
|
-
.v-switch--inset .v-switch__track {
|
25082
|
-
border-radius: 9999px;
|
25083
|
-
font-size: 0.75rem;
|
25084
|
-
height: 32px;
|
25085
|
-
min-width: 52px;
|
25086
|
-
}
|
25087
|
-
|
25088
|
-
.v-switch__thumb {
|
25089
|
-
align-items: center;
|
25090
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
25091
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
25092
|
-
border-radius: 50%;
|
25093
|
-
display: flex;
|
25094
|
-
font-size: 0.75rem;
|
25095
|
-
height: 20px;
|
25096
|
-
justify-content: center;
|
25097
|
-
width: 20px;
|
25098
|
-
pointer-events: none;
|
25099
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25100
|
-
position: relative;
|
25101
|
-
overflow: hidden;
|
25102
|
-
}
|
25103
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25104
|
-
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));
|
25105
|
-
}
|
25106
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25107
|
-
background: rgb(var(--v-theme-surface-variant));
|
25108
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25109
|
-
}
|
25110
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25111
|
-
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));
|
25112
|
-
}
|
25113
|
-
.v-switch--inset .v-switch__thumb {
|
25114
|
-
height: 24px;
|
25115
|
-
width: 24px;
|
25116
|
-
transform: scale(0.6666666667);
|
25117
|
-
}
|
25118
|
-
.v-switch--inset .v-switch__thumb--filled {
|
25119
|
-
transform: none;
|
25120
|
-
}
|
25121
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25122
|
-
transform: none;
|
25123
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25124
|
-
}
|
25125
|
-
|
25126
|
-
.v-switch.v-input {
|
25127
|
-
flex: 0 1 auto;
|
25128
|
-
}
|
25129
|
-
.v-switch .v-selection-control {
|
25130
|
-
min-height: var(--v-input-control-height);
|
25131
|
-
}
|
25132
|
-
.v-switch .v-selection-control__input {
|
25133
|
-
border-radius: 50%;
|
25134
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25135
|
-
position: absolute;
|
25136
|
-
}
|
25137
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25138
|
-
transform: translateX(-10px);
|
25139
|
-
}
|
25140
|
-
|
25141
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25142
|
-
transform: translateX(10px);
|
25143
|
-
}
|
25144
|
-
|
25145
|
-
.v-switch .v-selection-control__input .v-icon {
|
25146
|
-
position: absolute;
|
25147
|
-
}
|
25148
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25149
|
-
transform: translateX(10px);
|
25150
|
-
}
|
25151
|
-
|
25152
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25153
|
-
transform: translateX(-10px);
|
25154
|
-
}
|
25155
|
-
|
25156
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25157
|
-
transform: scale(0.8);
|
25158
|
-
}
|
25159
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25160
|
-
transform: scale(0.75);
|
25161
|
-
box-shadow: none;
|
25162
|
-
}
|
25163
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25164
|
-
width: auto;
|
25165
|
-
}
|
25166
|
-
.v-switch.v-input--vertical .v-label {
|
25167
|
-
min-width: max-content;
|
25168
|
-
}
|
25169
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25170
|
-
transform: rotate(-90deg);
|
25171
|
-
}
|
25172
|
-
|
25173
|
-
@media (forced-colors: active) {
|
25174
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
25175
|
-
color: currentColor;
|
25176
|
-
}
|
25177
|
-
.v-switch .v-switch__thumb {
|
25178
|
-
background-color: buttontext;
|
25179
|
-
}
|
25180
|
-
.v-switch .v-switch__track,
|
25181
|
-
.v-switch .v-switch__thumb {
|
25182
|
-
border: 1px solid;
|
25183
|
-
color: buttontext;
|
25184
|
-
}
|
25185
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25186
|
-
background-color: highlight;
|
25187
|
-
}
|
25188
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25189
|
-
background-color: highlight;
|
25190
|
-
}
|
25191
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25192
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25193
|
-
color: highlight;
|
25194
|
-
}
|
25195
|
-
.v-switch.v-switch--inset .v-switch__track {
|
25196
|
-
border-width: 2px;
|
25197
|
-
}
|
25198
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25199
|
-
background-color: highlighttext;
|
25200
|
-
color: highlighttext;
|
25201
|
-
}
|
25202
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25203
|
-
background-color: graytext;
|
25204
|
-
}
|
25205
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25206
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25207
|
-
color: graytext;
|
25208
|
-
}
|
25209
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25210
|
-
background-color: canvas;
|
25211
|
-
}
|
25212
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25213
|
-
border-width: 0;
|
25214
|
-
}
|
25215
|
-
}.v-tabs {
|
25216
|
-
display: flex;
|
25217
|
-
height: var(--v-tabs-height);
|
25218
|
-
}
|
25219
|
-
.v-tabs--density-default {
|
25220
|
-
--v-tabs-height: 48px;
|
25221
|
-
}
|
25222
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25223
|
-
--v-tabs-height: 72px;
|
25224
|
-
}
|
25225
|
-
|
25226
|
-
.v-tabs--density-comfortable {
|
25227
|
-
--v-tabs-height: 44px;
|
25228
|
-
}
|
25229
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25230
|
-
--v-tabs-height: 68px;
|
25231
|
-
}
|
25232
|
-
|
25233
|
-
.v-tabs--density-compact {
|
25234
|
-
--v-tabs-height: 36px;
|
25235
|
-
}
|
25236
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25237
|
-
--v-tabs-height: 60px;
|
25238
|
-
}
|
25239
|
-
|
25240
|
-
.v-tabs.v-slide-group--vertical {
|
25241
|
-
height: auto;
|
25242
|
-
flex: none;
|
25243
|
-
--v-tabs-height: 48px;
|
25244
|
-
}
|
25245
|
-
|
25246
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25247
|
-
margin-inline-start: 42px;
|
25248
|
-
}
|
25249
|
-
|
25250
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25251
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25252
|
-
margin-inline-end: auto;
|
25253
|
-
}
|
25254
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25255
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25256
|
-
margin-inline-start: auto;
|
25257
|
-
}
|
25258
|
-
|
25259
|
-
.v-tabs--grow {
|
25260
|
-
flex-grow: 1;
|
25261
|
-
}
|
25262
|
-
.v-tabs--grow .v-tab {
|
25263
|
-
flex: 1 0 auto;
|
25264
|
-
max-width: none;
|
25265
|
-
}
|
25266
|
-
|
25267
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25268
|
-
margin-inline-start: auto;
|
25269
|
-
}
|
25270
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25271
|
-
margin-inline-end: 0;
|
25272
|
-
}
|
25273
|
-
|
25274
|
-
@media (max-width: 1279.98px) {
|
25275
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25276
|
-
margin-inline-start: 52px;
|
25277
|
-
}
|
25278
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25279
|
-
margin-inline-end: 52px;
|
25280
|
-
}
|
25281
25215
|
}.v-tab.v-tab.v-btn {
|
25282
25216
|
height: var(--v-tabs-height);
|
25283
25217
|
border-radius: 0;
|
@@ -25307,112 +25241,72 @@ html.v-overlay-scroll-blocked {
|
|
25307
25241
|
top: 0;
|
25308
25242
|
height: 100%;
|
25309
25243
|
width: 2px;
|
25310
|
-
}
|
25311
|
-
.v-text-field input {
|
25312
|
-
color: inherit;
|
25313
|
-
opacity: 0;
|
25314
|
-
flex: 1;
|
25315
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25316
|
-
min-width: 0;
|
25317
|
-
}
|
25318
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25319
|
-
outline: none;
|
25320
|
-
}
|
25321
|
-
.v-text-field input:invalid {
|
25322
|
-
box-shadow: none;
|
25323
|
-
}
|
25324
|
-
.v-text-field .v-field {
|
25325
|
-
cursor: text;
|
25326
|
-
}
|
25327
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
25328
|
-
--v-field-padding-start: 6px;
|
25329
|
-
}
|
25330
|
-
|
25331
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
25332
|
-
--v-field-padding-end: 0;
|
25333
|
-
}
|
25334
|
-
|
25335
|
-
.v-text-field .v-input__details {
|
25336
|
-
padding-inline: 16px;
|
25337
|
-
}
|
25338
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25339
|
-
padding-inline: 0;
|
25340
|
-
}
|
25341
|
-
|
25342
|
-
.v-text-field .v-field--no-label input,
|
25343
|
-
.v-text-field .v-field--active input {
|
25344
|
-
opacity: 1;
|
25345
|
-
}
|
25346
|
-
.v-text-field .v-field--single-line input {
|
25347
|
-
transition: none;
|
25348
|
-
}
|
25349
|
-
|
25350
|
-
/* endregion */
|
25351
|
-
/* region ELEMENTS */
|
25352
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25353
|
-
align-items: center;
|
25354
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25355
|
-
cursor: default;
|
25244
|
+
}.v-tabs {
|
25356
25245
|
display: flex;
|
25357
|
-
|
25358
|
-
transition: inherit;
|
25359
|
-
white-space: nowrap;
|
25360
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25361
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25362
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25246
|
+
height: var(--v-tabs-height);
|
25363
25247
|
}
|
25364
|
-
.v-
|
25365
|
-
|
25248
|
+
.v-tabs--density-default {
|
25249
|
+
--v-tabs-height: 48px;
|
25366
25250
|
}
|
25367
|
-
.v-
|
25368
|
-
|
25251
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25252
|
+
--v-tabs-height: 72px;
|
25369
25253
|
}
|
25370
|
-
|
25371
|
-
|
25254
|
+
|
25255
|
+
.v-tabs--density-comfortable {
|
25256
|
+
--v-tabs-height: 44px;
|
25372
25257
|
}
|
25373
|
-
.v-
|
25374
|
-
|
25258
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25259
|
+
--v-tabs-height: 68px;
|
25375
25260
|
}
|
25376
25261
|
|
25377
|
-
|
25378
|
-
--v-
|
25262
|
+
.v-tabs--density-compact {
|
25263
|
+
--v-tabs-height: 36px;
|
25379
25264
|
}
|
25380
|
-
.v-
|
25381
|
-
--v-
|
25265
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25266
|
+
--v-tabs-height: 60px;
|
25382
25267
|
}
|
25383
|
-
|
25384
|
-
|
25385
|
-
|
25386
|
-
|
25387
|
-
|
25268
|
+
|
25269
|
+
.v-tabs.v-slide-group--vertical {
|
25270
|
+
height: auto;
|
25271
|
+
flex: none;
|
25272
|
+
--v-tabs-height: 48px;
|
25388
25273
|
}
|
25389
|
-
|
25390
|
-
|
25391
|
-
|
25392
|
-
top: 0;
|
25393
|
-
left: 0;
|
25394
|
-
height: 0 !important;
|
25395
|
-
min-height: 0 !important;
|
25396
|
-
pointer-events: none;
|
25274
|
+
|
25275
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25276
|
+
margin-inline-start: 42px;
|
25397
25277
|
}
|
25398
|
-
|
25399
|
-
|
25278
|
+
|
25279
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25280
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25281
|
+
margin-inline-end: auto;
|
25400
25282
|
}
|
25401
|
-
.v-
|
25402
|
-
.v-
|
25403
|
-
|
25283
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25284
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25285
|
+
margin-inline-start: auto;
|
25404
25286
|
}
|
25405
|
-
|
25406
|
-
|
25407
|
-
flex: 1;
|
25408
|
-
min-width: 0;
|
25409
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25287
|
+
|
25288
|
+
.v-tabs--grow {
|
25289
|
+
flex-grow: 1;
|
25410
25290
|
}
|
25411
|
-
.v-
|
25412
|
-
|
25291
|
+
.v-tabs--grow .v-tab {
|
25292
|
+
flex: 1 0 auto;
|
25293
|
+
max-width: none;
|
25413
25294
|
}
|
25414
|
-
|
25415
|
-
|
25295
|
+
|
25296
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25297
|
+
margin-inline-start: auto;
|
25298
|
+
}
|
25299
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25300
|
+
margin-inline-end: 0;
|
25301
|
+
}
|
25302
|
+
|
25303
|
+
@media (max-width: 1279.98px) {
|
25304
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25305
|
+
margin-inline-start: 52px;
|
25306
|
+
}
|
25307
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25308
|
+
margin-inline-end: 52px;
|
25309
|
+
}
|
25416
25310
|
}.v-table {
|
25417
25311
|
font-size: 0.875rem;
|
25418
25312
|
transition-duration: 0.28s;
|
@@ -25555,7 +25449,113 @@ html.v-overlay-scroll-blocked {
|
|
25555
25449
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25556
25450
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25557
25451
|
border-top: 0px !important;
|
25558
|
-
}.v-
|
25452
|
+
}.v-textarea .v-field {
|
25453
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25454
|
+
}
|
25455
|
+
.v-textarea .v-field__field {
|
25456
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25457
|
+
}
|
25458
|
+
.v-textarea .v-field__input {
|
25459
|
+
flex: 1 1 auto;
|
25460
|
+
outline: none;
|
25461
|
+
-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));
|
25462
|
+
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));
|
25463
|
+
}
|
25464
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25465
|
+
visibility: hidden;
|
25466
|
+
position: absolute;
|
25467
|
+
top: 0;
|
25468
|
+
left: 0;
|
25469
|
+
height: 0 !important;
|
25470
|
+
min-height: 0 !important;
|
25471
|
+
pointer-events: none;
|
25472
|
+
}
|
25473
|
+
.v-textarea--no-resize .v-field__input {
|
25474
|
+
resize: none;
|
25475
|
+
}
|
25476
|
+
.v-textarea .v-field--no-label textarea,
|
25477
|
+
.v-textarea .v-field--active textarea {
|
25478
|
+
opacity: 1;
|
25479
|
+
}
|
25480
|
+
.v-textarea textarea {
|
25481
|
+
opacity: 0;
|
25482
|
+
flex: 1;
|
25483
|
+
min-width: 0;
|
25484
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25485
|
+
}
|
25486
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25487
|
+
outline: none;
|
25488
|
+
}
|
25489
|
+
.v-textarea textarea:invalid {
|
25490
|
+
box-shadow: none;
|
25491
|
+
}/* region BLOCK */
|
25492
|
+
.v-text-field input {
|
25493
|
+
color: inherit;
|
25494
|
+
opacity: 0;
|
25495
|
+
flex: 1;
|
25496
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25497
|
+
min-width: 0;
|
25498
|
+
}
|
25499
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25500
|
+
outline: none;
|
25501
|
+
}
|
25502
|
+
.v-text-field input:invalid {
|
25503
|
+
box-shadow: none;
|
25504
|
+
}
|
25505
|
+
.v-text-field .v-field {
|
25506
|
+
cursor: text;
|
25507
|
+
}
|
25508
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25509
|
+
--v-field-padding-start: 6px;
|
25510
|
+
}
|
25511
|
+
|
25512
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25513
|
+
--v-field-padding-end: 0;
|
25514
|
+
}
|
25515
|
+
|
25516
|
+
.v-text-field .v-input__details {
|
25517
|
+
padding-inline: 16px;
|
25518
|
+
}
|
25519
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25520
|
+
padding-inline: 0;
|
25521
|
+
}
|
25522
|
+
|
25523
|
+
.v-text-field .v-field--no-label input,
|
25524
|
+
.v-text-field .v-field--active input {
|
25525
|
+
opacity: 1;
|
25526
|
+
}
|
25527
|
+
.v-text-field .v-field--single-line input {
|
25528
|
+
transition: none;
|
25529
|
+
}
|
25530
|
+
|
25531
|
+
/* endregion */
|
25532
|
+
/* region ELEMENTS */
|
25533
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25534
|
+
align-items: center;
|
25535
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25536
|
+
cursor: default;
|
25537
|
+
display: flex;
|
25538
|
+
opacity: 0;
|
25539
|
+
transition: inherit;
|
25540
|
+
white-space: nowrap;
|
25541
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25542
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25543
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25544
|
+
}
|
25545
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25546
|
+
opacity: 1;
|
25547
|
+
}
|
25548
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25549
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25550
|
+
}
|
25551
|
+
.v-text-field__prefix {
|
25552
|
+
padding-inline-start: var(--v-field-padding-start);
|
25553
|
+
}
|
25554
|
+
.v-text-field__suffix {
|
25555
|
+
padding-inline-end: var(--v-field-padding-end);
|
25556
|
+
}
|
25557
|
+
|
25558
|
+
/* endregion */.v-theme-provider {
|
25559
25559
|
background: rgb(var(--v-theme-background));
|
25560
25560
|
color: rgb(var(--v-theme-on-background));
|
25561
25561
|
}.v-timeline .v-timeline-divider__dot {
|
@@ -26220,34 +26220,6 @@ html.v-overlay-scroll-blocked {
|
|
26220
26220
|
}
|
26221
26221
|
.v-window-y-reverse-transition-leave-to {
|
26222
26222
|
transform: translateY(100%);
|
26223
|
-
}.v-color-picker-edit {
|
26224
|
-
display: flex;
|
26225
|
-
margin-top: 24px;
|
26226
|
-
}
|
26227
|
-
|
26228
|
-
.v-color-picker-edit__input {
|
26229
|
-
width: 100%;
|
26230
|
-
display: flex;
|
26231
|
-
flex-wrap: wrap;
|
26232
|
-
justify-content: center;
|
26233
|
-
text-align: center;
|
26234
|
-
}
|
26235
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26236
|
-
margin-inline-end: 8px;
|
26237
|
-
}
|
26238
|
-
.v-color-picker-edit__input input {
|
26239
|
-
border-radius: 4px;
|
26240
|
-
margin-bottom: 8px;
|
26241
|
-
min-width: 0;
|
26242
|
-
outline: none;
|
26243
|
-
text-align: center;
|
26244
|
-
width: 100%;
|
26245
|
-
height: 32px;
|
26246
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26247
|
-
color: rgba(var(--v-theme-on-surface));
|
26248
|
-
}
|
26249
|
-
.v-color-picker-edit__input span {
|
26250
|
-
font-size: 0.75rem;
|
26251
26223
|
}.v-color-picker-canvas {
|
26252
26224
|
display: flex;
|
26253
26225
|
position: relative;
|
@@ -26340,6 +26312,34 @@ html.v-overlay-scroll-blocked {
|
|
26340
26312
|
.v-color-picker-preview__eye-dropper {
|
26341
26313
|
position: relative;
|
26342
26314
|
margin-right: 12px;
|
26315
|
+
}.v-color-picker-edit {
|
26316
|
+
display: flex;
|
26317
|
+
margin-top: 24px;
|
26318
|
+
}
|
26319
|
+
|
26320
|
+
.v-color-picker-edit__input {
|
26321
|
+
width: 100%;
|
26322
|
+
display: flex;
|
26323
|
+
flex-wrap: wrap;
|
26324
|
+
justify-content: center;
|
26325
|
+
text-align: center;
|
26326
|
+
}
|
26327
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26328
|
+
margin-inline-end: 8px;
|
26329
|
+
}
|
26330
|
+
.v-color-picker-edit__input input {
|
26331
|
+
border-radius: 4px;
|
26332
|
+
margin-bottom: 8px;
|
26333
|
+
min-width: 0;
|
26334
|
+
outline: none;
|
26335
|
+
text-align: center;
|
26336
|
+
width: 100%;
|
26337
|
+
height: 32px;
|
26338
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26339
|
+
color: rgba(var(--v-theme-on-surface));
|
26340
|
+
}
|
26341
|
+
.v-color-picker-edit__input span {
|
26342
|
+
font-size: 0.75rem;
|
26343
26343
|
}.v-color-picker-swatches {
|
26344
26344
|
overflow-y: auto;
|
26345
26345
|
}
|