@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-12
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 +0 -4
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +1 -11
- package/dist/vuetify-labs.css +2369 -2369
- package/dist/vuetify-labs.d.ts +0 -15
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +411 -411
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +0 -15
- package/lib/labs/components.d.mts +0 -15
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19679,6 +19679,24 @@ html.overflow-y-hidden {
|
|
19679
19679
|
}
|
19680
19680
|
.v-checkbox .v-selection-control {
|
19681
19681
|
min-height: var(--v-input-control-height);
|
19682
|
+
}.v-chip-group {
|
19683
|
+
display: flex;
|
19684
|
+
max-width: 100%;
|
19685
|
+
min-width: 0;
|
19686
|
+
overflow-x: auto;
|
19687
|
+
padding: 4px 0;
|
19688
|
+
}
|
19689
|
+
.v-chip-group .v-chip {
|
19690
|
+
margin: 4px 8px 4px 0;
|
19691
|
+
}
|
19692
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19693
|
+
opacity: var(--v-activated-opacity);
|
19694
|
+
}
|
19695
|
+
|
19696
|
+
.v-chip-group--column .v-slide-group__content {
|
19697
|
+
white-space: normal;
|
19698
|
+
flex-wrap: wrap;
|
19699
|
+
max-width: 100%;
|
19682
19700
|
}.v-chip {
|
19683
19701
|
align-items: center;
|
19684
19702
|
display: inline-flex;
|
@@ -20097,24 +20115,6 @@ html.overflow-y-hidden {
|
|
20097
20115
|
|
20098
20116
|
.v-chip--label {
|
20099
20117
|
border-radius: 4px;
|
20100
|
-
}.v-chip-group {
|
20101
|
-
display: flex;
|
20102
|
-
max-width: 100%;
|
20103
|
-
min-width: 0;
|
20104
|
-
overflow-x: auto;
|
20105
|
-
padding: 4px 0;
|
20106
|
-
}
|
20107
|
-
.v-chip-group .v-chip {
|
20108
|
-
margin: 4px 8px 4px 0;
|
20109
|
-
}
|
20110
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20111
|
-
opacity: var(--v-activated-opacity);
|
20112
|
-
}
|
20113
|
-
|
20114
|
-
.v-chip-group--column .v-slide-group__content {
|
20115
|
-
white-space: normal;
|
20116
|
-
flex-wrap: wrap;
|
20117
|
-
max-width: 100%;
|
20118
20118
|
}.v-color-picker {
|
20119
20119
|
align-self: flex-start;
|
20120
20120
|
contain: content;
|
@@ -20227,37 +20227,6 @@ html.overflow-y-hidden {
|
|
20227
20227
|
flex: 0 1 auto;
|
20228
20228
|
font-size: 12px;
|
20229
20229
|
transition-duration: 150ms;
|
20230
|
-
}.v-data-table-footer {
|
20231
|
-
align-items: center;
|
20232
|
-
display: flex;
|
20233
|
-
flex-wrap: wrap;
|
20234
|
-
justify-content: flex-end;
|
20235
|
-
padding: 8px 4px;
|
20236
|
-
}
|
20237
|
-
.v-data-table-footer__items-per-page {
|
20238
|
-
align-items: center;
|
20239
|
-
display: flex;
|
20240
|
-
justify-content: center;
|
20241
|
-
}
|
20242
|
-
.v-data-table-footer__items-per-page > span {
|
20243
|
-
padding-inline-end: 8px;
|
20244
|
-
}
|
20245
|
-
.v-data-table-footer__items-per-page > .v-select {
|
20246
|
-
width: 90px;
|
20247
|
-
}
|
20248
|
-
.v-data-table-footer__info {
|
20249
|
-
display: flex;
|
20250
|
-
justify-content: flex-end;
|
20251
|
-
min-width: 116px;
|
20252
|
-
padding: 0 16px;
|
20253
|
-
}
|
20254
|
-
.v-data-table-footer__paginationz {
|
20255
|
-
align-items: center;
|
20256
|
-
display: flex;
|
20257
|
-
margin-inline-start: 16px;
|
20258
|
-
}
|
20259
|
-
.v-data-table-footer__page {
|
20260
|
-
padding: 0 8px;
|
20261
20230
|
}.v-data-table {
|
20262
20231
|
width: 100%;
|
20263
20232
|
}
|
@@ -20445,6 +20414,43 @@ html.overflow-y-hidden {
|
|
20445
20414
|
}
|
20446
20415
|
.v-data-table__td-sort-icon-active {
|
20447
20416
|
color: rgba(var(--v-theme-on-surface));
|
20417
|
+
}.v-data-table-footer {
|
20418
|
+
align-items: center;
|
20419
|
+
display: flex;
|
20420
|
+
flex-wrap: wrap;
|
20421
|
+
justify-content: flex-end;
|
20422
|
+
padding: 8px 4px;
|
20423
|
+
}
|
20424
|
+
.v-data-table-footer__items-per-page {
|
20425
|
+
align-items: center;
|
20426
|
+
display: flex;
|
20427
|
+
justify-content: center;
|
20428
|
+
}
|
20429
|
+
.v-data-table-footer__items-per-page > span {
|
20430
|
+
padding-inline-end: 8px;
|
20431
|
+
}
|
20432
|
+
.v-data-table-footer__items-per-page > .v-select {
|
20433
|
+
width: 90px;
|
20434
|
+
}
|
20435
|
+
.v-data-table-footer__info {
|
20436
|
+
display: flex;
|
20437
|
+
justify-content: flex-end;
|
20438
|
+
min-width: 116px;
|
20439
|
+
padding: 0 16px;
|
20440
|
+
}
|
20441
|
+
.v-data-table-footer__paginationz {
|
20442
|
+
align-items: center;
|
20443
|
+
display: flex;
|
20444
|
+
margin-inline-start: 16px;
|
20445
|
+
}
|
20446
|
+
.v-data-table-footer__page {
|
20447
|
+
padding: 0 8px;
|
20448
|
+
}.v-date-picker {
|
20449
|
+
overflow: hidden;
|
20450
|
+
width: 328px;
|
20451
|
+
}
|
20452
|
+
.v-date-picker--show-week {
|
20453
|
+
width: 368px;
|
20448
20454
|
}.v-date-picker-controls {
|
20449
20455
|
display: flex;
|
20450
20456
|
align-items: center;
|
@@ -20501,31 +20507,61 @@ html.overflow-y-hidden {
|
|
20501
20507
|
|
20502
20508
|
.v-date-picker__title {
|
20503
20509
|
display: inline-block;
|
20504
|
-
}.v-date-picker {
|
20505
|
-
|
20506
|
-
|
20510
|
+
}.v-date-picker-month {
|
20511
|
+
display: flex;
|
20512
|
+
justify-content: center;
|
20513
|
+
padding: 0 12px 8px;
|
20514
|
+
--v-date-picker-month-day-diff: 4px;
|
20507
20515
|
}
|
20508
|
-
|
20509
|
-
|
20510
|
-
|
20511
|
-
|
20516
|
+
|
20517
|
+
.v-date-picker-month__weeks {
|
20518
|
+
display: grid;
|
20519
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20520
|
+
column-gap: 4px;
|
20521
|
+
font-size: 0.85rem;
|
20522
|
+
}
|
20523
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20524
|
+
grid-row-gap: 0;
|
20512
20525
|
}
|
20513
20526
|
|
20514
|
-
.v-date-picker-
|
20515
|
-
|
20527
|
+
.v-date-picker-month__weekday {
|
20528
|
+
font-size: 0.85rem;
|
20529
|
+
}
|
20530
|
+
|
20531
|
+
.v-date-picker-month__days {
|
20516
20532
|
display: grid;
|
20533
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20534
|
+
column-gap: 4px;
|
20517
20535
|
flex: 1 1;
|
20518
|
-
height: inherit;
|
20519
20536
|
justify-content: space-around;
|
20520
|
-
grid-template-columns: repeat(2, 1fr);
|
20521
|
-
grid-gap: 0px 24px;
|
20522
|
-
padding-inline-start: 36px;
|
20523
|
-
padding-inline-end: 36px;
|
20524
20537
|
}
|
20525
|
-
|
20526
|
-
|
20527
|
-
|
20528
|
-
|
20538
|
+
|
20539
|
+
.v-date-picker-month__day {
|
20540
|
+
align-items: center;
|
20541
|
+
display: flex;
|
20542
|
+
justify-content: center;
|
20543
|
+
position: relative;
|
20544
|
+
height: 40px;
|
20545
|
+
width: 40px;
|
20546
|
+
}
|
20547
|
+
.v-date-picker-month__day--selected .v-btn {
|
20548
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20549
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20550
|
+
}
|
20551
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20552
|
+
--v-btn-height: 24px;
|
20553
|
+
--v-btn-size: 0.85rem;
|
20554
|
+
}
|
20555
|
+
.v-date-picker-month__day--week {
|
20556
|
+
font-size: var(--v-btn-size);
|
20557
|
+
}
|
20558
|
+
|
20559
|
+
.v-date-picker-month__day--adjacent {
|
20560
|
+
opacity: 0.5;
|
20561
|
+
}
|
20562
|
+
|
20563
|
+
.v-date-picker-month__day--hide-adjacent {
|
20564
|
+
opacity: 0;
|
20529
20565
|
}.v-date-picker-header {
|
20530
20566
|
align-items: flex-end;
|
20531
20567
|
height: 70px;
|
@@ -20586,6 +20622,25 @@ html.overflow-y-hidden {
|
|
20586
20622
|
.date-picker-header-reverse-transition-leave-to {
|
20587
20623
|
opacity: 0;
|
20588
20624
|
transform: translate(0, 100%);
|
20625
|
+
}.v-date-picker-months {
|
20626
|
+
height: 288px;
|
20627
|
+
}
|
20628
|
+
|
20629
|
+
.v-date-picker-months__content {
|
20630
|
+
align-items: center;
|
20631
|
+
display: grid;
|
20632
|
+
flex: 1 1;
|
20633
|
+
height: inherit;
|
20634
|
+
justify-content: space-around;
|
20635
|
+
grid-template-columns: repeat(2, 1fr);
|
20636
|
+
grid-gap: 0px 24px;
|
20637
|
+
padding-inline-start: 36px;
|
20638
|
+
padding-inline-end: 36px;
|
20639
|
+
}
|
20640
|
+
.v-date-picker-months__content .v-btn {
|
20641
|
+
text-transform: none;
|
20642
|
+
padding-inline-start: 8px;
|
20643
|
+
padding-inline-end: 8px;
|
20589
20644
|
}.v-date-picker-years {
|
20590
20645
|
height: 288px;
|
20591
20646
|
overflow-y: scroll;
|
@@ -20601,61 +20656,6 @@ html.overflow-y-hidden {
|
|
20601
20656
|
}
|
20602
20657
|
.v-date-picker-years__content .v-btn {
|
20603
20658
|
padding-inline: 8px;
|
20604
|
-
}.v-date-picker-month {
|
20605
|
-
display: flex;
|
20606
|
-
justify-content: center;
|
20607
|
-
padding: 0 12px 8px;
|
20608
|
-
--v-date-picker-month-day-diff: 4px;
|
20609
|
-
}
|
20610
|
-
|
20611
|
-
.v-date-picker-month__weeks {
|
20612
|
-
display: grid;
|
20613
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20614
|
-
column-gap: 4px;
|
20615
|
-
font-size: 0.85rem;
|
20616
|
-
}
|
20617
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20618
|
-
grid-row-gap: 0;
|
20619
|
-
}
|
20620
|
-
|
20621
|
-
.v-date-picker-month__weekday {
|
20622
|
-
font-size: 0.85rem;
|
20623
|
-
}
|
20624
|
-
|
20625
|
-
.v-date-picker-month__days {
|
20626
|
-
display: grid;
|
20627
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20628
|
-
column-gap: 4px;
|
20629
|
-
flex: 1 1;
|
20630
|
-
justify-content: space-around;
|
20631
|
-
}
|
20632
|
-
|
20633
|
-
.v-date-picker-month__day {
|
20634
|
-
align-items: center;
|
20635
|
-
display: flex;
|
20636
|
-
justify-content: center;
|
20637
|
-
position: relative;
|
20638
|
-
height: 40px;
|
20639
|
-
width: 40px;
|
20640
|
-
}
|
20641
|
-
.v-date-picker-month__day--selected .v-btn {
|
20642
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20643
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20644
|
-
}
|
20645
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20646
|
-
--v-btn-height: 24px;
|
20647
|
-
--v-btn-size: 0.85rem;
|
20648
|
-
}
|
20649
|
-
.v-date-picker-month__day--week {
|
20650
|
-
font-size: var(--v-btn-size);
|
20651
|
-
}
|
20652
|
-
|
20653
|
-
.v-date-picker-month__day--adjacent {
|
20654
|
-
opacity: 0.5;
|
20655
|
-
}
|
20656
|
-
|
20657
|
-
.v-date-picker-month__day--hide-adjacent {
|
20658
|
-
opacity: 0;
|
20659
20659
|
}.v-dialog {
|
20660
20660
|
align-items: center;
|
20661
20661
|
justify-content: center;
|
@@ -21740,43 +21740,14 @@ textarea.v-field__input::placeholder {
|
|
21740
21740
|
opacity: 0;
|
21741
21741
|
}
|
21742
21742
|
|
21743
|
-
/* endregion */.v-
|
21744
|
-
|
21745
|
-
|
21746
|
-
|
21747
|
-
|
21748
|
-
|
21749
|
-
|
21750
|
-
|
21751
|
-
}
|
21752
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21753
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21754
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21755
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21756
|
-
top: 0px;
|
21757
|
-
}
|
21758
|
-
.v-file-input input[type=file] {
|
21759
|
-
height: 100%;
|
21760
|
-
left: 0;
|
21761
|
-
opacity: 0;
|
21762
|
-
position: absolute;
|
21763
|
-
top: 0;
|
21764
|
-
width: 100%;
|
21765
|
-
z-index: 1;
|
21766
|
-
}
|
21767
|
-
.v-file-input .v-input__details {
|
21768
|
-
padding-inline: 16px;
|
21769
|
-
}
|
21770
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21771
|
-
padding-inline: 0;
|
21772
|
-
}.v-footer {
|
21773
|
-
align-items: center;
|
21774
|
-
display: flex;
|
21775
|
-
flex: 1 1 auto;
|
21776
|
-
padding: 8px 16px;
|
21777
|
-
position: relative;
|
21778
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21779
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21743
|
+
/* endregion */.v-footer {
|
21744
|
+
align-items: center;
|
21745
|
+
display: flex;
|
21746
|
+
flex: 1 1 auto;
|
21747
|
+
padding: 8px 16px;
|
21748
|
+
position: relative;
|
21749
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21750
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21780
21751
|
}
|
21781
21752
|
.v-footer {
|
21782
21753
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -21805,6 +21776,35 @@ textarea.v-field__input::placeholder {
|
|
21805
21776
|
}
|
21806
21777
|
.v-footer--rounded {
|
21807
21778
|
border-radius: 4px;
|
21779
|
+
}.v-file-input--hide.v-input .v-field,
|
21780
|
+
.v-file-input--hide.v-input .v-input__control,
|
21781
|
+
.v-file-input--hide.v-input .v-input__details {
|
21782
|
+
display: none;
|
21783
|
+
}
|
21784
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21785
|
+
grid-area: control;
|
21786
|
+
margin: 0 auto;
|
21787
|
+
}
|
21788
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21789
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21790
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21791
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21792
|
+
top: 0px;
|
21793
|
+
}
|
21794
|
+
.v-file-input input[type=file] {
|
21795
|
+
height: 100%;
|
21796
|
+
left: 0;
|
21797
|
+
opacity: 0;
|
21798
|
+
position: absolute;
|
21799
|
+
top: 0;
|
21800
|
+
width: 100%;
|
21801
|
+
z-index: 1;
|
21802
|
+
}
|
21803
|
+
.v-file-input .v-input__details {
|
21804
|
+
padding-inline: 16px;
|
21805
|
+
}
|
21806
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21807
|
+
padding-inline: 0;
|
21808
21808
|
}.v-container {
|
21809
21809
|
width: 100%;
|
21810
21810
|
padding: 16px;
|
@@ -23349,6 +23349,8 @@ textarea.v-field__input::placeholder {
|
|
23349
23349
|
}
|
23350
23350
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23351
23351
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23352
|
+
}.v-locale-provider {
|
23353
|
+
display: contents;
|
23352
23354
|
}.v-main {
|
23353
23355
|
flex: 1 0 auto;
|
23354
23356
|
max-width: 100%;
|
@@ -23379,27 +23381,6 @@ textarea.v-field__input::placeholder {
|
|
23379
23381
|
--v-layout-right: 0px;
|
23380
23382
|
--v-layout-top: 0px;
|
23381
23383
|
--v-layout-bottom: 0px;
|
23382
|
-
}.v-locale-provider {
|
23383
|
-
display: contents;
|
23384
|
-
}.v-menu > .v-overlay__content {
|
23385
|
-
display: flex;
|
23386
|
-
flex-direction: column;
|
23387
|
-
}
|
23388
|
-
.v-menu > .v-overlay__content {
|
23389
|
-
border-radius: 4px;
|
23390
|
-
}
|
23391
|
-
.v-menu > .v-overlay__content > .v-card,
|
23392
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23393
|
-
.v-menu > .v-overlay__content > .v-list {
|
23394
|
-
background: rgb(var(--v-theme-surface));
|
23395
|
-
border-radius: inherit;
|
23396
|
-
overflow: auto;
|
23397
|
-
height: 100%;
|
23398
|
-
}
|
23399
|
-
.v-menu > .v-overlay__content > .v-card,
|
23400
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23401
|
-
.v-menu > .v-overlay__content > .v-list {
|
23402
|
-
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));
|
23403
23384
|
}.v-messages {
|
23404
23385
|
flex: 1 1 auto;
|
23405
23386
|
font-size: 12px;
|
@@ -23524,6 +23505,25 @@ textarea.v-field__input::placeholder {
|
|
23524
23505
|
.v-navigation-drawer__append {
|
23525
23506
|
flex: none;
|
23526
23507
|
overflow: hidden;
|
23508
|
+
}.v-menu > .v-overlay__content {
|
23509
|
+
display: flex;
|
23510
|
+
flex-direction: column;
|
23511
|
+
}
|
23512
|
+
.v-menu > .v-overlay__content {
|
23513
|
+
border-radius: 4px;
|
23514
|
+
}
|
23515
|
+
.v-menu > .v-overlay__content > .v-card,
|
23516
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23517
|
+
.v-menu > .v-overlay__content > .v-list {
|
23518
|
+
background: rgb(var(--v-theme-surface));
|
23519
|
+
border-radius: inherit;
|
23520
|
+
overflow: auto;
|
23521
|
+
height: 100%;
|
23522
|
+
}
|
23523
|
+
.v-menu > .v-overlay__content > .v-card,
|
23524
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23525
|
+
.v-menu > .v-overlay__content > .v-list {
|
23526
|
+
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));
|
23527
23527
|
}.v-otp-input {
|
23528
23528
|
align-items: center;
|
23529
23529
|
display: flex;
|
@@ -23653,6 +23653,12 @@ html.v-overlay-scroll-blocked {
|
|
23653
23653
|
}
|
23654
23654
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23655
23655
|
margin: 0.3rem;
|
23656
|
+
}.v-parallax {
|
23657
|
+
position: relative;
|
23658
|
+
overflow: hidden;
|
23659
|
+
}
|
23660
|
+
.v-parallax--active > .v-img__img {
|
23661
|
+
will-change: transform;
|
23656
23662
|
}.v-progress-circular {
|
23657
23663
|
align-items: center;
|
23658
23664
|
display: inline-flex;
|
@@ -23755,12 +23761,6 @@ html.v-overlay-scroll-blocked {
|
|
23755
23761
|
100% {
|
23756
23762
|
transform: rotate(270deg);
|
23757
23763
|
}
|
23758
|
-
}.v-parallax {
|
23759
|
-
position: relative;
|
23760
|
-
overflow: hidden;
|
23761
|
-
}
|
23762
|
-
.v-parallax--active > .v-img__img {
|
23763
|
-
will-change: transform;
|
23764
23764
|
}.v-progress-linear {
|
23765
23765
|
background: transparent;
|
23766
23766
|
overflow: hidden;
|
@@ -24058,32 +24058,6 @@ html.v-overlay-scroll-blocked {
|
|
24058
24058
|
|
24059
24059
|
.v-slider__label {
|
24060
24060
|
margin-inline-end: 12px;
|
24061
|
-
}.v-responsive {
|
24062
|
-
display: flex;
|
24063
|
-
flex: 1 0 auto;
|
24064
|
-
max-height: 100%;
|
24065
|
-
max-width: 100%;
|
24066
|
-
overflow: hidden;
|
24067
|
-
position: relative;
|
24068
|
-
}
|
24069
|
-
.v-responsive--inline {
|
24070
|
-
display: inline-flex;
|
24071
|
-
flex: 0 0 auto;
|
24072
|
-
}
|
24073
|
-
|
24074
|
-
.v-responsive__content {
|
24075
|
-
flex: 1 0 0px;
|
24076
|
-
max-width: 100%;
|
24077
|
-
}
|
24078
|
-
|
24079
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24080
|
-
margin-inline-start: -100%;
|
24081
|
-
}
|
24082
|
-
|
24083
|
-
.v-responsive__sizer {
|
24084
|
-
flex: 1 0 0px;
|
24085
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24086
|
-
pointer-events: none;
|
24087
24061
|
}.v-rating {
|
24088
24062
|
max-width: 100%;
|
24089
24063
|
display: inline-flex;
|
@@ -24137,6 +24111,32 @@ html.v-overlay-scroll-blocked {
|
|
24137
24111
|
opacity: 0;
|
24138
24112
|
position: absolute;
|
24139
24113
|
width: 0;
|
24114
|
+
}.v-responsive {
|
24115
|
+
display: flex;
|
24116
|
+
flex: 1 0 auto;
|
24117
|
+
max-height: 100%;
|
24118
|
+
max-width: 100%;
|
24119
|
+
overflow: hidden;
|
24120
|
+
position: relative;
|
24121
|
+
}
|
24122
|
+
.v-responsive--inline {
|
24123
|
+
display: inline-flex;
|
24124
|
+
flex: 0 0 auto;
|
24125
|
+
}
|
24126
|
+
|
24127
|
+
.v-responsive__content {
|
24128
|
+
flex: 1 0 0px;
|
24129
|
+
max-width: 100%;
|
24130
|
+
}
|
24131
|
+
|
24132
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24133
|
+
margin-inline-start: -100%;
|
24134
|
+
}
|
24135
|
+
|
24136
|
+
.v-responsive__sizer {
|
24137
|
+
flex: 1 0 0px;
|
24138
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24139
|
+
pointer-events: none;
|
24140
24140
|
}.v-select .v-field .v-text-field__prefix,
|
24141
24141
|
.v-select .v-field .v-text-field__suffix,
|
24142
24142
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24756,47 +24756,6 @@ html.v-overlay-scroll-blocked {
|
|
24756
24756
|
}
|
24757
24757
|
.v-snackbar-transition-leave-to {
|
24758
24758
|
opacity: 0;
|
24759
|
-
}.v-speed-dial__content {
|
24760
|
-
gap: 8px;
|
24761
|
-
}
|
24762
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24763
|
-
flex-direction: row;
|
24764
|
-
}
|
24765
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24766
|
-
flex-direction: row-reverse;
|
24767
|
-
}
|
24768
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24769
|
-
flex-direction: column-reverse;
|
24770
|
-
}
|
24771
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24772
|
-
transition-delay: 0s;
|
24773
|
-
}
|
24774
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24775
|
-
transition-delay: 0.05s;
|
24776
|
-
}
|
24777
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24778
|
-
transition-delay: 0.1s;
|
24779
|
-
}
|
24780
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24781
|
-
transition-delay: 0.15s;
|
24782
|
-
}
|
24783
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24784
|
-
transition-delay: 0.2s;
|
24785
|
-
}
|
24786
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24787
|
-
transition-delay: 0.25s;
|
24788
|
-
}
|
24789
|
-
.v-speed-dial__content > *:nth-child(7) {
|
24790
|
-
transition-delay: 0.3s;
|
24791
|
-
}
|
24792
|
-
.v-speed-dial__content > *:nth-child(8) {
|
24793
|
-
transition-delay: 0.35s;
|
24794
|
-
}
|
24795
|
-
.v-speed-dial__content > *:nth-child(9) {
|
24796
|
-
transition-delay: 0.4s;
|
24797
|
-
}
|
24798
|
-
.v-speed-dial__content > *:nth-child(10) {
|
24799
|
-
transition-delay: 0.45s;
|
24800
24759
|
}.v-stepper.v-sheet {
|
24801
24760
|
overflow: hidden;
|
24802
24761
|
}
|
@@ -24972,144 +24931,47 @@ html.v-overlay-scroll-blocked {
|
|
24972
24931
|
left: 0;
|
24973
24932
|
width: 100%;
|
24974
24933
|
height: 100%;
|
24975
|
-
}.v-
|
24976
|
-
|
24977
|
-
display: flex;
|
24978
|
-
flex: 1 1 auto;
|
24979
|
-
height: 24px;
|
24980
|
-
justify-content: flex-end;
|
24981
|
-
max-width: 100%;
|
24982
|
-
padding-inline: 8px;
|
24983
|
-
position: relative;
|
24984
|
-
text-align: end;
|
24985
|
-
width: 100%;
|
24934
|
+
}.v-speed-dial__content {
|
24935
|
+
gap: 8px;
|
24986
24936
|
}
|
24987
|
-
.v-
|
24988
|
-
|
24937
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24938
|
+
flex-direction: row;
|
24989
24939
|
}
|
24990
|
-
.v-
|
24991
|
-
|
24940
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24941
|
+
flex-direction: row-reverse;
|
24992
24942
|
}
|
24993
|
-
.v-
|
24994
|
-
|
24943
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24944
|
+
flex-direction: column-reverse;
|
24995
24945
|
}
|
24996
|
-
.v-
|
24997
|
-
|
24946
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24947
|
+
transition-delay: 0s;
|
24998
24948
|
}
|
24999
|
-
.v-
|
25000
|
-
|
25001
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24949
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24950
|
+
transition-delay: 0.05s;
|
25002
24951
|
}
|
25003
|
-
.v-
|
25004
|
-
|
25005
|
-
font-weight: 400;
|
25006
|
-
letter-spacing: 0.0333333333em;
|
25007
|
-
line-height: 1.667;
|
25008
|
-
text-transform: none;
|
24952
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24953
|
+
transition-delay: 0.1s;
|
25009
24954
|
}
|
25010
|
-
.v-
|
25011
|
-
|
24955
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24956
|
+
transition-delay: 0.15s;
|
25012
24957
|
}
|
25013
|
-
.v-
|
25014
|
-
|
24958
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24959
|
+
transition-delay: 0.2s;
|
25015
24960
|
}
|
25016
|
-
.v-
|
25017
|
-
|
25018
|
-
}.v-tab.v-tab.v-btn {
|
25019
|
-
height: var(--v-tabs-height);
|
25020
|
-
border-radius: 0;
|
25021
|
-
min-width: 90px;
|
25022
|
-
}
|
25023
|
-
.v-slide-group--horizontal .v-tab {
|
25024
|
-
max-width: 360px;
|
25025
|
-
}
|
25026
|
-
.v-slide-group--vertical .v-tab {
|
25027
|
-
justify-content: start;
|
25028
|
-
}
|
25029
|
-
|
25030
|
-
.v-tab__slider {
|
25031
|
-
position: absolute;
|
25032
|
-
bottom: 0;
|
25033
|
-
left: 0;
|
25034
|
-
height: 2px;
|
25035
|
-
width: 100%;
|
25036
|
-
background: currentColor;
|
25037
|
-
pointer-events: none;
|
25038
|
-
opacity: 0;
|
25039
|
-
}
|
25040
|
-
.v-tab--selected .v-tab__slider {
|
25041
|
-
opacity: 1;
|
25042
|
-
}
|
25043
|
-
.v-slide-group--vertical .v-tab__slider {
|
25044
|
-
top: 0;
|
25045
|
-
height: 100%;
|
25046
|
-
width: 2px;
|
25047
|
-
}.v-tabs {
|
25048
|
-
display: flex;
|
25049
|
-
height: var(--v-tabs-height);
|
25050
|
-
}
|
25051
|
-
.v-tabs--density-default {
|
25052
|
-
--v-tabs-height: 48px;
|
25053
|
-
}
|
25054
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25055
|
-
--v-tabs-height: 72px;
|
25056
|
-
}
|
25057
|
-
|
25058
|
-
.v-tabs--density-comfortable {
|
25059
|
-
--v-tabs-height: 44px;
|
25060
|
-
}
|
25061
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25062
|
-
--v-tabs-height: 68px;
|
25063
|
-
}
|
25064
|
-
|
25065
|
-
.v-tabs--density-compact {
|
25066
|
-
--v-tabs-height: 36px;
|
25067
|
-
}
|
25068
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25069
|
-
--v-tabs-height: 60px;
|
25070
|
-
}
|
25071
|
-
|
25072
|
-
.v-tabs.v-slide-group--vertical {
|
25073
|
-
height: auto;
|
25074
|
-
flex: none;
|
25075
|
-
--v-tabs-height: 48px;
|
25076
|
-
}
|
25077
|
-
|
25078
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25079
|
-
margin-inline-start: 42px;
|
25080
|
-
}
|
25081
|
-
|
25082
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25083
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25084
|
-
margin-inline-end: auto;
|
25085
|
-
}
|
25086
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25087
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25088
|
-
margin-inline-start: auto;
|
25089
|
-
}
|
25090
|
-
|
25091
|
-
.v-tabs--grow {
|
25092
|
-
flex-grow: 1;
|
24961
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24962
|
+
transition-delay: 0.25s;
|
25093
24963
|
}
|
25094
|
-
.v-
|
25095
|
-
|
25096
|
-
max-width: none;
|
24964
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24965
|
+
transition-delay: 0.3s;
|
25097
24966
|
}
|
25098
|
-
|
25099
|
-
|
25100
|
-
margin-inline-start: auto;
|
24967
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24968
|
+
transition-delay: 0.35s;
|
25101
24969
|
}
|
25102
|
-
.v-
|
25103
|
-
|
24970
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24971
|
+
transition-delay: 0.4s;
|
25104
24972
|
}
|
25105
|
-
|
25106
|
-
|
25107
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25108
|
-
margin-inline-start: 52px;
|
25109
|
-
}
|
25110
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25111
|
-
margin-inline-end: 52px;
|
25112
|
-
}
|
24973
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24974
|
+
transition-delay: 0.45s;
|
25113
24975
|
}.v-switch .v-label {
|
25114
24976
|
padding-inline-start: 10px;
|
25115
24977
|
}
|
@@ -25292,6 +25154,144 @@ html.v-overlay-scroll-blocked {
|
|
25292
25154
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25293
25155
|
border-width: 0;
|
25294
25156
|
}
|
25157
|
+
}.v-tab.v-tab.v-btn {
|
25158
|
+
height: var(--v-tabs-height);
|
25159
|
+
border-radius: 0;
|
25160
|
+
min-width: 90px;
|
25161
|
+
}
|
25162
|
+
.v-slide-group--horizontal .v-tab {
|
25163
|
+
max-width: 360px;
|
25164
|
+
}
|
25165
|
+
.v-slide-group--vertical .v-tab {
|
25166
|
+
justify-content: start;
|
25167
|
+
}
|
25168
|
+
|
25169
|
+
.v-tab__slider {
|
25170
|
+
position: absolute;
|
25171
|
+
bottom: 0;
|
25172
|
+
left: 0;
|
25173
|
+
height: 2px;
|
25174
|
+
width: 100%;
|
25175
|
+
background: currentColor;
|
25176
|
+
pointer-events: none;
|
25177
|
+
opacity: 0;
|
25178
|
+
}
|
25179
|
+
.v-tab--selected .v-tab__slider {
|
25180
|
+
opacity: 1;
|
25181
|
+
}
|
25182
|
+
.v-slide-group--vertical .v-tab__slider {
|
25183
|
+
top: 0;
|
25184
|
+
height: 100%;
|
25185
|
+
width: 2px;
|
25186
|
+
}.v-tabs {
|
25187
|
+
display: flex;
|
25188
|
+
height: var(--v-tabs-height);
|
25189
|
+
}
|
25190
|
+
.v-tabs--density-default {
|
25191
|
+
--v-tabs-height: 48px;
|
25192
|
+
}
|
25193
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25194
|
+
--v-tabs-height: 72px;
|
25195
|
+
}
|
25196
|
+
|
25197
|
+
.v-tabs--density-comfortable {
|
25198
|
+
--v-tabs-height: 44px;
|
25199
|
+
}
|
25200
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25201
|
+
--v-tabs-height: 68px;
|
25202
|
+
}
|
25203
|
+
|
25204
|
+
.v-tabs--density-compact {
|
25205
|
+
--v-tabs-height: 36px;
|
25206
|
+
}
|
25207
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25208
|
+
--v-tabs-height: 60px;
|
25209
|
+
}
|
25210
|
+
|
25211
|
+
.v-tabs.v-slide-group--vertical {
|
25212
|
+
height: auto;
|
25213
|
+
flex: none;
|
25214
|
+
--v-tabs-height: 48px;
|
25215
|
+
}
|
25216
|
+
|
25217
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25218
|
+
margin-inline-start: 42px;
|
25219
|
+
}
|
25220
|
+
|
25221
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25222
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25223
|
+
margin-inline-end: auto;
|
25224
|
+
}
|
25225
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25226
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25227
|
+
margin-inline-start: auto;
|
25228
|
+
}
|
25229
|
+
|
25230
|
+
.v-tabs--grow {
|
25231
|
+
flex-grow: 1;
|
25232
|
+
}
|
25233
|
+
.v-tabs--grow .v-tab {
|
25234
|
+
flex: 1 0 auto;
|
25235
|
+
max-width: none;
|
25236
|
+
}
|
25237
|
+
|
25238
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25239
|
+
margin-inline-start: auto;
|
25240
|
+
}
|
25241
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25242
|
+
margin-inline-end: 0;
|
25243
|
+
}
|
25244
|
+
|
25245
|
+
@media (max-width: 1279.98px) {
|
25246
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25247
|
+
margin-inline-start: 52px;
|
25248
|
+
}
|
25249
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25250
|
+
margin-inline-end: 52px;
|
25251
|
+
}
|
25252
|
+
}.v-system-bar {
|
25253
|
+
align-items: center;
|
25254
|
+
display: flex;
|
25255
|
+
flex: 1 1 auto;
|
25256
|
+
height: 24px;
|
25257
|
+
justify-content: flex-end;
|
25258
|
+
max-width: 100%;
|
25259
|
+
padding-inline: 8px;
|
25260
|
+
position: relative;
|
25261
|
+
text-align: end;
|
25262
|
+
width: 100%;
|
25263
|
+
}
|
25264
|
+
.v-system-bar .v-icon {
|
25265
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25266
|
+
}
|
25267
|
+
.v-system-bar {
|
25268
|
+
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));
|
25269
|
+
}
|
25270
|
+
.v-system-bar--absolute {
|
25271
|
+
position: absolute;
|
25272
|
+
}
|
25273
|
+
.v-system-bar--fixed {
|
25274
|
+
position: fixed;
|
25275
|
+
}
|
25276
|
+
.v-system-bar {
|
25277
|
+
background: rgba(var(--v-theme-surface-light));
|
25278
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25279
|
+
}
|
25280
|
+
.v-system-bar {
|
25281
|
+
font-size: 0.75rem;
|
25282
|
+
font-weight: 400;
|
25283
|
+
letter-spacing: 0.0333333333em;
|
25284
|
+
line-height: 1.667;
|
25285
|
+
text-transform: none;
|
25286
|
+
}
|
25287
|
+
.v-system-bar--rounded {
|
25288
|
+
border-radius: 0;
|
25289
|
+
}
|
25290
|
+
.v-system-bar--window {
|
25291
|
+
height: 32px;
|
25292
|
+
}
|
25293
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25294
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25295
25295
|
}.v-table {
|
25296
25296
|
font-size: 0.875rem;
|
25297
25297
|
transition-duration: 0.28s;
|
@@ -25540,7 +25540,10 @@ html.v-overlay-scroll-blocked {
|
|
25540
25540
|
padding-inline-end: var(--v-field-padding-end);
|
25541
25541
|
}
|
25542
25542
|
|
25543
|
-
/* endregion */.v-
|
25543
|
+
/* endregion */.v-theme-provider {
|
25544
|
+
background: rgb(var(--v-theme-background));
|
25545
|
+
color: rgb(var(--v-theme-on-background));
|
25546
|
+
}.v-timeline .v-timeline-divider__dot {
|
25544
25547
|
background: rgb(var(--v-theme-surface-light));
|
25545
25548
|
}
|
25546
25549
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25958,9 +25961,6 @@ html.v-overlay-scroll-blocked {
|
|
25958
25961
|
|
25959
25962
|
.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 {
|
25960
25963
|
padding-inline-end: 0;
|
25961
|
-
}.v-theme-provider {
|
25962
|
-
background: rgb(var(--v-theme-background));
|
25963
|
-
color: rgb(var(--v-theme-on-background));
|
25964
25964
|
}.v-toolbar {
|
25965
25965
|
align-items: flex-start;
|
25966
25966
|
display: flex;
|
@@ -26227,34 +26227,6 @@ html.v-overlay-scroll-blocked {
|
|
26227
26227
|
}
|
26228
26228
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26229
26229
|
will-change: transform;
|
26230
|
-
}.v-color-picker-edit {
|
26231
|
-
display: flex;
|
26232
|
-
margin-top: 24px;
|
26233
|
-
}
|
26234
|
-
|
26235
|
-
.v-color-picker-edit__input {
|
26236
|
-
width: 100%;
|
26237
|
-
display: flex;
|
26238
|
-
flex-wrap: wrap;
|
26239
|
-
justify-content: center;
|
26240
|
-
text-align: center;
|
26241
|
-
}
|
26242
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26243
|
-
margin-inline-end: 8px;
|
26244
|
-
}
|
26245
|
-
.v-color-picker-edit__input input {
|
26246
|
-
border-radius: 4px;
|
26247
|
-
margin-bottom: 8px;
|
26248
|
-
min-width: 0;
|
26249
|
-
outline: none;
|
26250
|
-
text-align: center;
|
26251
|
-
width: 100%;
|
26252
|
-
height: 32px;
|
26253
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26254
|
-
color: rgba(var(--v-theme-on-surface));
|
26255
|
-
}
|
26256
|
-
.v-color-picker-edit__input span {
|
26257
|
-
font-size: 0.75rem;
|
26258
26230
|
}.v-color-picker-swatches {
|
26259
26231
|
overflow-y: auto;
|
26260
26232
|
}
|
@@ -26290,6 +26262,34 @@ html.v-overlay-scroll-blocked {
|
|
26290
26262
|
justify-content: center;
|
26291
26263
|
width: 100%;
|
26292
26264
|
height: 100%;
|
26265
|
+
}.v-color-picker-edit {
|
26266
|
+
display: flex;
|
26267
|
+
margin-top: 24px;
|
26268
|
+
}
|
26269
|
+
|
26270
|
+
.v-color-picker-edit__input {
|
26271
|
+
width: 100%;
|
26272
|
+
display: flex;
|
26273
|
+
flex-wrap: wrap;
|
26274
|
+
justify-content: center;
|
26275
|
+
text-align: center;
|
26276
|
+
}
|
26277
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26278
|
+
margin-inline-end: 8px;
|
26279
|
+
}
|
26280
|
+
.v-color-picker-edit__input input {
|
26281
|
+
border-radius: 4px;
|
26282
|
+
margin-bottom: 8px;
|
26283
|
+
min-width: 0;
|
26284
|
+
outline: none;
|
26285
|
+
text-align: center;
|
26286
|
+
width: 100%;
|
26287
|
+
height: 32px;
|
26288
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26289
|
+
color: rgba(var(--v-theme-on-surface));
|
26290
|
+
}
|
26291
|
+
.v-color-picker-edit__input span {
|
26292
|
+
font-size: 0.75rem;
|
26293
26293
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26294
26294
|
background-color: transparent !important;
|
26295
26295
|
}
|