@vuetify/nightly 3.6.7-master.2024-05-27 → 3.6.7-master.2024-05-28
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/CHANGELOG.md +3 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2596 -2596
- package/dist/vuetify-labs.esm.js +9 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +626 -626
- package/dist/vuetify.d.ts +43 -43
- 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 +43 -43
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18155,38 +18155,6 @@ html.overflow-y-hidden {
|
|
18155
18155
|
}
|
18156
18156
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18157
18157
|
transform: translateY(0.5rem);
|
18158
|
-
}.bottom-sheet-transition-enter-from {
|
18159
|
-
transform: translateY(100%);
|
18160
|
-
}
|
18161
|
-
.bottom-sheet-transition-leave-to {
|
18162
|
-
transform: translateY(100%);
|
18163
|
-
}
|
18164
|
-
|
18165
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18166
|
-
align-self: flex-end;
|
18167
|
-
border-radius: 0;
|
18168
|
-
flex: 0 1 auto;
|
18169
|
-
left: 0;
|
18170
|
-
right: 0;
|
18171
|
-
margin-inline: 0;
|
18172
|
-
margin-bottom: 0;
|
18173
|
-
transition-duration: 0.2s;
|
18174
|
-
width: 100%;
|
18175
|
-
max-width: 100%;
|
18176
|
-
overflow: visible;
|
18177
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18178
|
-
}
|
18179
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18180
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18181
|
-
border-radius: 0;
|
18182
|
-
}
|
18183
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18184
|
-
max-width: none;
|
18185
|
-
}
|
18186
|
-
@media (min-width: 600px) {
|
18187
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18188
|
-
max-width: 70%;
|
18189
|
-
}
|
18190
18158
|
}.v-breadcrumbs {
|
18191
18159
|
display: flex;
|
18192
18160
|
align-items: center;
|
@@ -18244,6 +18212,38 @@ html.overflow-y-hidden {
|
|
18244
18212
|
display: inline-block;
|
18245
18213
|
padding: 0 8px;
|
18246
18214
|
vertical-align: middle;
|
18215
|
+
}.bottom-sheet-transition-enter-from {
|
18216
|
+
transform: translateY(100%);
|
18217
|
+
}
|
18218
|
+
.bottom-sheet-transition-leave-to {
|
18219
|
+
transform: translateY(100%);
|
18220
|
+
}
|
18221
|
+
|
18222
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18223
|
+
align-self: flex-end;
|
18224
|
+
border-radius: 0;
|
18225
|
+
flex: 0 1 auto;
|
18226
|
+
left: 0;
|
18227
|
+
right: 0;
|
18228
|
+
margin-inline: 0;
|
18229
|
+
margin-bottom: 0;
|
18230
|
+
transition-duration: 0.2s;
|
18231
|
+
width: 100%;
|
18232
|
+
max-width: 100%;
|
18233
|
+
overflow: visible;
|
18234
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18235
|
+
}
|
18236
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18237
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18238
|
+
border-radius: 0;
|
18239
|
+
}
|
18240
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18241
|
+
max-width: none;
|
18242
|
+
}
|
18243
|
+
@media (min-width: 600px) {
|
18244
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18245
|
+
max-width: 70%;
|
18246
|
+
}
|
18247
18247
|
}.v-btn {
|
18248
18248
|
align-items: center;
|
18249
18249
|
border-radius: 4px;
|
@@ -18662,6 +18662,19 @@ html.overflow-y-hidden {
|
|
18662
18662
|
}
|
18663
18663
|
.v-pagination__item--is-active .v-btn__overlay {
|
18664
18664
|
opacity: var(--v-border-opacity);
|
18665
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18666
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18667
|
+
}
|
18668
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18669
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18670
|
+
}
|
18671
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18672
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18673
|
+
}
|
18674
|
+
@supports not selector(:focus-visible) {
|
18675
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18676
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18677
|
+
}
|
18665
18678
|
}.v-btn-group {
|
18666
18679
|
display: inline-flex;
|
18667
18680
|
flex-wrap: nowrap;
|
@@ -18718,19 +18731,6 @@ html.overflow-y-hidden {
|
|
18718
18731
|
}
|
18719
18732
|
.v-btn-group--tile {
|
18720
18733
|
border-radius: 0;
|
18721
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18722
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18723
|
-
}
|
18724
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18725
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18726
|
-
}
|
18727
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18728
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18729
|
-
}
|
18730
|
-
@supports not selector(:focus-visible) {
|
18731
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18732
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18733
|
-
}
|
18734
18734
|
}.v-card {
|
18735
18735
|
display: block;
|
18736
18736
|
overflow: hidden;
|
@@ -19510,6 +19510,44 @@ html.overflow-y-hidden {
|
|
19510
19510
|
|
19511
19511
|
.v-chip--label {
|
19512
19512
|
border-radius: 4px;
|
19513
|
+
}.v-chip-group {
|
19514
|
+
display: flex;
|
19515
|
+
max-width: 100%;
|
19516
|
+
min-width: 0;
|
19517
|
+
overflow-x: auto;
|
19518
|
+
padding: 4px 0;
|
19519
|
+
}
|
19520
|
+
.v-chip-group .v-chip {
|
19521
|
+
margin: 4px 8px 4px 0;
|
19522
|
+
}
|
19523
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19524
|
+
opacity: var(--v-activated-opacity);
|
19525
|
+
}
|
19526
|
+
|
19527
|
+
.v-chip-group--column .v-slide-group__content {
|
19528
|
+
white-space: normal;
|
19529
|
+
flex-wrap: wrap;
|
19530
|
+
max-width: 100%;
|
19531
|
+
}.v-color-picker {
|
19532
|
+
align-self: flex-start;
|
19533
|
+
contain: content;
|
19534
|
+
}
|
19535
|
+
.v-color-picker.v-sheet {
|
19536
|
+
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));
|
19537
|
+
border-radius: 4px;
|
19538
|
+
}
|
19539
|
+
|
19540
|
+
.v-color-picker__controls {
|
19541
|
+
display: flex;
|
19542
|
+
flex-direction: column;
|
19543
|
+
padding: 16px;
|
19544
|
+
}
|
19545
|
+
|
19546
|
+
.v-color-picker--flat {
|
19547
|
+
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));
|
19548
|
+
}
|
19549
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19550
|
+
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));
|
19513
19551
|
}.v-combobox .v-field .v-text-field__prefix,
|
19514
19552
|
.v-combobox .v-field .v-text-field__suffix,
|
19515
19553
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -19591,26 +19629,37 @@ html.overflow-y-hidden {
|
|
19591
19629
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
19592
19630
|
opacity: var(--v-high-emphasis-opacity);
|
19593
19631
|
transform: rotate(180deg);
|
19594
|
-
}.v-
|
19595
|
-
align-
|
19596
|
-
|
19632
|
+
}.v-data-table-footer {
|
19633
|
+
align-items: center;
|
19634
|
+
display: flex;
|
19635
|
+
flex-wrap: wrap;
|
19636
|
+
justify-content: flex-end;
|
19637
|
+
padding: 8px 4px;
|
19597
19638
|
}
|
19598
|
-
.v-
|
19599
|
-
|
19600
|
-
|
19639
|
+
.v-data-table-footer__items-per-page {
|
19640
|
+
align-items: center;
|
19641
|
+
display: flex;
|
19642
|
+
justify-content: center;
|
19601
19643
|
}
|
19602
|
-
|
19603
|
-
|
19644
|
+
.v-data-table-footer__items-per-page > span {
|
19645
|
+
padding-inline-end: 8px;
|
19646
|
+
}
|
19647
|
+
.v-data-table-footer__items-per-page > .v-select {
|
19648
|
+
width: 90px;
|
19649
|
+
}
|
19650
|
+
.v-data-table-footer__info {
|
19604
19651
|
display: flex;
|
19605
|
-
|
19606
|
-
|
19652
|
+
justify-content: flex-end;
|
19653
|
+
min-width: 116px;
|
19654
|
+
padding: 0 16px;
|
19607
19655
|
}
|
19608
|
-
|
19609
|
-
|
19610
|
-
|
19656
|
+
.v-data-table-footer__paginationz {
|
19657
|
+
align-items: center;
|
19658
|
+
display: flex;
|
19659
|
+
margin-inline-start: 16px;
|
19611
19660
|
}
|
19612
|
-
.v-
|
19613
|
-
|
19661
|
+
.v-data-table-footer__page {
|
19662
|
+
padding: 0 8px;
|
19614
19663
|
}.v-counter {
|
19615
19664
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
19616
19665
|
flex: 0 1 auto;
|
@@ -19803,37 +19852,6 @@ html.overflow-y-hidden {
|
|
19803
19852
|
}
|
19804
19853
|
.v-data-table__td-sort-icon-active {
|
19805
19854
|
color: rgba(var(--v-theme-on-surface));
|
19806
|
-
}.v-data-table-footer {
|
19807
|
-
align-items: center;
|
19808
|
-
display: flex;
|
19809
|
-
flex-wrap: wrap;
|
19810
|
-
justify-content: flex-end;
|
19811
|
-
padding: 8px 4px;
|
19812
|
-
}
|
19813
|
-
.v-data-table-footer__items-per-page {
|
19814
|
-
align-items: center;
|
19815
|
-
display: flex;
|
19816
|
-
justify-content: center;
|
19817
|
-
}
|
19818
|
-
.v-data-table-footer__items-per-page > span {
|
19819
|
-
padding-inline-end: 8px;
|
19820
|
-
}
|
19821
|
-
.v-data-table-footer__items-per-page > .v-select {
|
19822
|
-
width: 90px;
|
19823
|
-
}
|
19824
|
-
.v-data-table-footer__info {
|
19825
|
-
display: flex;
|
19826
|
-
justify-content: flex-end;
|
19827
|
-
min-width: 116px;
|
19828
|
-
padding: 0 16px;
|
19829
|
-
}
|
19830
|
-
.v-data-table-footer__paginationz {
|
19831
|
-
align-items: center;
|
19832
|
-
display: flex;
|
19833
|
-
margin-inline-start: 16px;
|
19834
|
-
}
|
19835
|
-
.v-data-table-footer__page {
|
19836
|
-
padding: 0 8px;
|
19837
19855
|
}.v-date-picker {
|
19838
19856
|
overflow: hidden;
|
19839
19857
|
width: 328px;
|
@@ -20045,6 +20063,56 @@ html.overflow-y-hidden {
|
|
20045
20063
|
}
|
20046
20064
|
.v-date-picker-years__content .v-btn {
|
20047
20065
|
padding-inline: 8px;
|
20066
|
+
}.v-divider {
|
20067
|
+
display: block;
|
20068
|
+
flex: 1 1 100%;
|
20069
|
+
height: 0px;
|
20070
|
+
max-height: 0px;
|
20071
|
+
opacity: var(--v-border-opacity);
|
20072
|
+
transition: inherit;
|
20073
|
+
border-style: solid;
|
20074
|
+
border-width: thin 0 0 0;
|
20075
|
+
}
|
20076
|
+
.v-divider--vertical {
|
20077
|
+
align-self: stretch;
|
20078
|
+
border-width: 0 thin 0 0;
|
20079
|
+
display: inline-flex;
|
20080
|
+
height: auto;
|
20081
|
+
margin-left: -1px;
|
20082
|
+
max-height: 100%;
|
20083
|
+
max-width: 0px;
|
20084
|
+
vertical-align: text-bottom;
|
20085
|
+
width: 0px;
|
20086
|
+
}
|
20087
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
20088
|
+
max-width: calc(100% - 72px);
|
20089
|
+
margin-inline-start: 72px;
|
20090
|
+
}
|
20091
|
+
.v-divider--inset.v-divider--vertical {
|
20092
|
+
margin-bottom: 8px;
|
20093
|
+
margin-top: 8px;
|
20094
|
+
max-height: calc(100% - 16px);
|
20095
|
+
}
|
20096
|
+
|
20097
|
+
.v-divider__content {
|
20098
|
+
padding: 0 16px;
|
20099
|
+
text-wrap: nowrap;
|
20100
|
+
}
|
20101
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
20102
|
+
padding: 4px 0;
|
20103
|
+
}
|
20104
|
+
|
20105
|
+
.v-divider__wrapper {
|
20106
|
+
display: flex;
|
20107
|
+
align-items: center;
|
20108
|
+
justify-content: center;
|
20109
|
+
}
|
20110
|
+
.v-divider__wrapper--vertical {
|
20111
|
+
flex-direction: column;
|
20112
|
+
height: 100%;
|
20113
|
+
}
|
20114
|
+
.v-divider__wrapper--vertical .v-divider {
|
20115
|
+
margin: 0 auto;
|
20048
20116
|
}.v-dialog {
|
20049
20117
|
align-items: center;
|
20050
20118
|
justify-content: center;
|
@@ -20137,123 +20205,6 @@ html.overflow-y-hidden {
|
|
20137
20205
|
-webkit-backface-visibility: hidden;
|
20138
20206
|
backface-visibility: hidden;
|
20139
20207
|
overflow-y: auto;
|
20140
|
-
}.v-divider {
|
20141
|
-
display: block;
|
20142
|
-
flex: 1 1 100%;
|
20143
|
-
height: 0px;
|
20144
|
-
max-height: 0px;
|
20145
|
-
opacity: var(--v-border-opacity);
|
20146
|
-
transition: inherit;
|
20147
|
-
border-style: solid;
|
20148
|
-
border-width: thin 0 0 0;
|
20149
|
-
}
|
20150
|
-
.v-divider--vertical {
|
20151
|
-
align-self: stretch;
|
20152
|
-
border-width: 0 thin 0 0;
|
20153
|
-
display: inline-flex;
|
20154
|
-
height: auto;
|
20155
|
-
margin-left: -1px;
|
20156
|
-
max-height: 100%;
|
20157
|
-
max-width: 0px;
|
20158
|
-
vertical-align: text-bottom;
|
20159
|
-
width: 0px;
|
20160
|
-
}
|
20161
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
20162
|
-
max-width: calc(100% - 72px);
|
20163
|
-
margin-inline-start: 72px;
|
20164
|
-
}
|
20165
|
-
.v-divider--inset.v-divider--vertical {
|
20166
|
-
margin-bottom: 8px;
|
20167
|
-
margin-top: 8px;
|
20168
|
-
max-height: calc(100% - 16px);
|
20169
|
-
}
|
20170
|
-
|
20171
|
-
.v-divider__content {
|
20172
|
-
padding: 0 16px;
|
20173
|
-
text-wrap: nowrap;
|
20174
|
-
}
|
20175
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
20176
|
-
padding: 4px 0;
|
20177
|
-
}
|
20178
|
-
|
20179
|
-
.v-divider__wrapper {
|
20180
|
-
display: flex;
|
20181
|
-
align-items: center;
|
20182
|
-
justify-content: center;
|
20183
|
-
}
|
20184
|
-
.v-divider__wrapper--vertical {
|
20185
|
-
flex-direction: column;
|
20186
|
-
height: 100%;
|
20187
|
-
}
|
20188
|
-
.v-divider__wrapper--vertical .v-divider {
|
20189
|
-
margin: 0 auto;
|
20190
|
-
}.v-empty-state {
|
20191
|
-
align-items: center;
|
20192
|
-
display: flex;
|
20193
|
-
flex-direction: column;
|
20194
|
-
justify-content: center;
|
20195
|
-
min-height: 100%;
|
20196
|
-
padding: 16px;
|
20197
|
-
}
|
20198
|
-
.v-empty-state--start {
|
20199
|
-
align-items: flex-start;
|
20200
|
-
}
|
20201
|
-
.v-empty-state--center {
|
20202
|
-
align-items: center;
|
20203
|
-
}
|
20204
|
-
.v-empty-state--end {
|
20205
|
-
align-items: flex-end;
|
20206
|
-
}
|
20207
|
-
|
20208
|
-
.v-empty-state__media {
|
20209
|
-
text-align: center;
|
20210
|
-
width: 100%;
|
20211
|
-
}
|
20212
|
-
.v-empty-state__media .v-icon {
|
20213
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20214
|
-
}
|
20215
|
-
|
20216
|
-
.v-empty-state__headline {
|
20217
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20218
|
-
font-size: 3.75rem;
|
20219
|
-
font-weight: 300;
|
20220
|
-
line-height: 1;
|
20221
|
-
text-align: center;
|
20222
|
-
margin-bottom: 8px;
|
20223
|
-
}
|
20224
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
20225
|
-
font-size: 2.125rem;
|
20226
|
-
}
|
20227
|
-
|
20228
|
-
.v-empty-state__title {
|
20229
|
-
font-size: 1.25rem;
|
20230
|
-
font-weight: 500;
|
20231
|
-
line-height: 1.6;
|
20232
|
-
margin-bottom: 4px;
|
20233
|
-
text-align: center;
|
20234
|
-
}
|
20235
|
-
|
20236
|
-
.v-empty-state__text {
|
20237
|
-
font-size: 0.875rem;
|
20238
|
-
font-weight: 400;
|
20239
|
-
line-height: 1.425;
|
20240
|
-
padding: 0 16px;
|
20241
|
-
text-align: center;
|
20242
|
-
}
|
20243
|
-
|
20244
|
-
.v-empty-state__content {
|
20245
|
-
padding: 24px 0;
|
20246
|
-
}
|
20247
|
-
|
20248
|
-
.v-empty-state__actions {
|
20249
|
-
display: flex;
|
20250
|
-
gap: 8px;
|
20251
|
-
padding: 16px;
|
20252
|
-
}
|
20253
|
-
|
20254
|
-
.v-empty-state__action-btn.v-btn {
|
20255
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20256
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20257
20208
|
}.v-expansion-panel {
|
20258
20209
|
background-color: rgb(var(--v-theme-surface));
|
20259
20210
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -20464,6 +20415,73 @@ html.overflow-y-hidden {
|
|
20464
20415
|
}
|
20465
20416
|
.v-expansion-panels--tile > .v-expansion-panel {
|
20466
20417
|
border-radius: 0;
|
20418
|
+
}.v-empty-state {
|
20419
|
+
align-items: center;
|
20420
|
+
display: flex;
|
20421
|
+
flex-direction: column;
|
20422
|
+
justify-content: center;
|
20423
|
+
min-height: 100%;
|
20424
|
+
padding: 16px;
|
20425
|
+
}
|
20426
|
+
.v-empty-state--start {
|
20427
|
+
align-items: flex-start;
|
20428
|
+
}
|
20429
|
+
.v-empty-state--center {
|
20430
|
+
align-items: center;
|
20431
|
+
}
|
20432
|
+
.v-empty-state--end {
|
20433
|
+
align-items: flex-end;
|
20434
|
+
}
|
20435
|
+
|
20436
|
+
.v-empty-state__media {
|
20437
|
+
text-align: center;
|
20438
|
+
width: 100%;
|
20439
|
+
}
|
20440
|
+
.v-empty-state__media .v-icon {
|
20441
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20442
|
+
}
|
20443
|
+
|
20444
|
+
.v-empty-state__headline {
|
20445
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20446
|
+
font-size: 3.75rem;
|
20447
|
+
font-weight: 300;
|
20448
|
+
line-height: 1;
|
20449
|
+
text-align: center;
|
20450
|
+
margin-bottom: 8px;
|
20451
|
+
}
|
20452
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
20453
|
+
font-size: 2.125rem;
|
20454
|
+
}
|
20455
|
+
|
20456
|
+
.v-empty-state__title {
|
20457
|
+
font-size: 1.25rem;
|
20458
|
+
font-weight: 500;
|
20459
|
+
line-height: 1.6;
|
20460
|
+
margin-bottom: 4px;
|
20461
|
+
text-align: center;
|
20462
|
+
}
|
20463
|
+
|
20464
|
+
.v-empty-state__text {
|
20465
|
+
font-size: 0.875rem;
|
20466
|
+
font-weight: 400;
|
20467
|
+
line-height: 1.425;
|
20468
|
+
padding: 0 16px;
|
20469
|
+
text-align: center;
|
20470
|
+
}
|
20471
|
+
|
20472
|
+
.v-empty-state__content {
|
20473
|
+
padding: 24px 0;
|
20474
|
+
}
|
20475
|
+
|
20476
|
+
.v-empty-state__actions {
|
20477
|
+
display: flex;
|
20478
|
+
gap: 8px;
|
20479
|
+
padding: 16px;
|
20480
|
+
}
|
20481
|
+
|
20482
|
+
.v-empty-state__action-btn.v-btn {
|
20483
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20484
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20467
20485
|
}.v-fab {
|
20468
20486
|
align-items: center;
|
20469
20487
|
display: inline-flex;
|
@@ -22724,22 +22742,6 @@ textarea.v-field__input::placeholder {
|
|
22724
22742
|
overflow: auto;
|
22725
22743
|
height: 100%;
|
22726
22744
|
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));
|
22727
|
-
}.v-messages {
|
22728
|
-
flex: 1 1 auto;
|
22729
|
-
font-size: 12px;
|
22730
|
-
min-height: 14px;
|
22731
|
-
min-width: 1px;
|
22732
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22733
|
-
position: relative;
|
22734
|
-
}
|
22735
|
-
.v-messages__message {
|
22736
|
-
line-height: 12px;
|
22737
|
-
word-break: break-word;
|
22738
|
-
overflow-wrap: break-word;
|
22739
|
-
word-wrap: break-word;
|
22740
|
-
-webkit-hyphens: auto;
|
22741
|
-
hyphens: auto;
|
22742
|
-
transition-duration: 150ms;
|
22743
22745
|
}.v-navigation-drawer {
|
22744
22746
|
-webkit-overflow-scrolling: touch;
|
22745
22747
|
background: rgb(var(--v-theme-surface));
|
@@ -22898,14 +22900,6 @@ textarea.v-field__input::placeholder {
|
|
22898
22900
|
}
|
22899
22901
|
.v-otp-input__loader .v-progress-linear {
|
22900
22902
|
position: absolute;
|
22901
|
-
}.v-pagination__list {
|
22902
|
-
display: inline-flex;
|
22903
|
-
list-style-type: none;
|
22904
|
-
justify-content: center;
|
22905
|
-
width: 100%;
|
22906
|
-
}
|
22907
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22908
|
-
margin: 0.3rem;
|
22909
22903
|
}.v-overlay-container {
|
22910
22904
|
contain: layout;
|
22911
22905
|
left: 0;
|
@@ -22969,153 +22963,59 @@ html.v-overlay-scroll-blocked {
|
|
22969
22963
|
|
22970
22964
|
.v-overlay--scroll-blocked {
|
22971
22965
|
padding-inline-end: var(--v-scrollbar-offset);
|
22966
|
+
}.v-pagination__list {
|
22967
|
+
display: inline-flex;
|
22968
|
+
list-style-type: none;
|
22969
|
+
justify-content: center;
|
22970
|
+
width: 100%;
|
22971
|
+
}
|
22972
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22973
|
+
margin: 0.3rem;
|
22972
22974
|
}.v-parallax {
|
22973
22975
|
position: relative;
|
22974
22976
|
overflow: hidden;
|
22975
22977
|
}
|
22976
22978
|
.v-parallax--active > .v-img__img {
|
22977
22979
|
will-change: transform;
|
22978
|
-
}.v-progress-
|
22979
|
-
|
22980
|
-
|
22981
|
-
justify-content: center;
|
22980
|
+
}.v-progress-linear {
|
22981
|
+
background: transparent;
|
22982
|
+
overflow: hidden;
|
22982
22983
|
position: relative;
|
22983
|
-
|
22984
|
-
}
|
22985
|
-
.v-progress-circular > svg {
|
22984
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22986
22985
|
width: 100%;
|
22987
|
-
|
22988
|
-
|
22989
|
-
|
22990
|
-
|
22986
|
+
}
|
22987
|
+
.v-progress-linear--rounded {
|
22988
|
+
border-radius: 9999px;
|
22989
|
+
}
|
22990
|
+
|
22991
|
+
.v-progress-linear__background,
|
22992
|
+
.v-progress-linear__buffer {
|
22993
|
+
background: currentColor;
|
22991
22994
|
bottom: 0;
|
22992
22995
|
left: 0;
|
22993
|
-
|
22994
|
-
|
22996
|
+
opacity: var(--v-border-opacity);
|
22997
|
+
position: absolute;
|
22998
|
+
top: 0;
|
22999
|
+
width: 100%;
|
23000
|
+
transition-property: width, left, right;
|
23001
|
+
transition: inherit;
|
22995
23002
|
}
|
22996
23003
|
|
22997
|
-
.v-progress-
|
23004
|
+
.v-progress-linear__content {
|
22998
23005
|
align-items: center;
|
22999
23006
|
display: flex;
|
23007
|
+
height: 100%;
|
23000
23008
|
justify-content: center;
|
23009
|
+
left: 0;
|
23010
|
+
pointer-events: none;
|
23011
|
+
position: absolute;
|
23012
|
+
top: 0;
|
23013
|
+
width: 100%;
|
23001
23014
|
}
|
23002
23015
|
|
23003
|
-
.v-progress-
|
23004
|
-
|
23005
|
-
|
23006
|
-
z-index: 1;
|
23007
|
-
}
|
23008
|
-
|
23009
|
-
.v-progress-circular__overlay {
|
23010
|
-
stroke: currentColor;
|
23011
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23012
|
-
z-index: 2;
|
23013
|
-
}
|
23014
|
-
|
23015
|
-
.v-progress-circular--size-x-small {
|
23016
|
-
height: 16px;
|
23017
|
-
width: 16px;
|
23018
|
-
}
|
23019
|
-
.v-progress-circular--size-small {
|
23020
|
-
height: 24px;
|
23021
|
-
width: 24px;
|
23022
|
-
}
|
23023
|
-
.v-progress-circular--size-default {
|
23024
|
-
height: 32px;
|
23025
|
-
width: 32px;
|
23026
|
-
}
|
23027
|
-
.v-progress-circular--size-large {
|
23028
|
-
height: 48px;
|
23029
|
-
width: 48px;
|
23030
|
-
}
|
23031
|
-
.v-progress-circular--size-x-large {
|
23032
|
-
height: 64px;
|
23033
|
-
width: 64px;
|
23034
|
-
}
|
23035
|
-
|
23036
|
-
.v-progress-circular--indeterminate > svg {
|
23037
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
23038
|
-
transform-origin: center center;
|
23039
|
-
transition: all 0.2s ease-in-out;
|
23040
|
-
}
|
23041
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23042
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23043
|
-
stroke-dasharray: 25, 200;
|
23044
|
-
stroke-dashoffset: 0;
|
23045
|
-
stroke-linecap: round;
|
23046
|
-
transform-origin: center center;
|
23047
|
-
transform: rotate(-90deg);
|
23048
|
-
}
|
23049
|
-
|
23050
|
-
.v-progress-circular--disable-shrink > svg {
|
23051
|
-
animation-duration: 0.7s;
|
23052
|
-
}
|
23053
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23054
|
-
animation: none;
|
23055
|
-
}
|
23056
|
-
|
23057
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23058
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23059
|
-
animation-play-state: paused !important;
|
23060
|
-
}
|
23061
|
-
|
23062
|
-
@keyframes progress-circular-dash {
|
23063
|
-
0% {
|
23064
|
-
stroke-dasharray: 1, 200;
|
23065
|
-
stroke-dashoffset: 0px;
|
23066
|
-
}
|
23067
|
-
50% {
|
23068
|
-
stroke-dasharray: 100, 200;
|
23069
|
-
stroke-dashoffset: -15px;
|
23070
|
-
}
|
23071
|
-
100% {
|
23072
|
-
stroke-dasharray: 100, 200;
|
23073
|
-
stroke-dashoffset: -124px;
|
23074
|
-
}
|
23075
|
-
}
|
23076
|
-
@keyframes progress-circular-rotate {
|
23077
|
-
100% {
|
23078
|
-
transform: rotate(270deg);
|
23079
|
-
}
|
23080
|
-
}.v-progress-linear {
|
23081
|
-
background: transparent;
|
23082
|
-
overflow: hidden;
|
23083
|
-
position: relative;
|
23084
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23085
|
-
width: 100%;
|
23086
|
-
}
|
23087
|
-
.v-progress-linear--rounded {
|
23088
|
-
border-radius: 9999px;
|
23089
|
-
}
|
23090
|
-
|
23091
|
-
.v-progress-linear__background,
|
23092
|
-
.v-progress-linear__buffer {
|
23093
|
-
background: currentColor;
|
23094
|
-
bottom: 0;
|
23095
|
-
left: 0;
|
23096
|
-
opacity: var(--v-border-opacity);
|
23097
|
-
position: absolute;
|
23098
|
-
top: 0;
|
23099
|
-
width: 100%;
|
23100
|
-
transition-property: width, left, right;
|
23101
|
-
transition: inherit;
|
23102
|
-
}
|
23103
|
-
|
23104
|
-
.v-progress-linear__content {
|
23105
|
-
align-items: center;
|
23106
|
-
display: flex;
|
23107
|
-
height: 100%;
|
23108
|
-
justify-content: center;
|
23109
|
-
left: 0;
|
23110
|
-
pointer-events: none;
|
23111
|
-
position: absolute;
|
23112
|
-
top: 0;
|
23113
|
-
width: 100%;
|
23114
|
-
}
|
23115
|
-
|
23116
|
-
.v-progress-linear__determinate,
|
23117
|
-
.v-progress-linear__indeterminate {
|
23118
|
-
background: currentColor;
|
23016
|
+
.v-progress-linear__determinate,
|
23017
|
+
.v-progress-linear__indeterminate {
|
23018
|
+
background: currentColor;
|
23119
23019
|
}
|
23120
23020
|
|
23121
23021
|
.v-progress-linear__determinate {
|
@@ -23288,6 +23188,108 @@ html.v-overlay-scroll-blocked {
|
|
23288
23188
|
0% {
|
23289
23189
|
background-position-x: var(--v-progress-linear-height);
|
23290
23190
|
}
|
23191
|
+
}.v-progress-circular {
|
23192
|
+
align-items: center;
|
23193
|
+
display: inline-flex;
|
23194
|
+
justify-content: center;
|
23195
|
+
position: relative;
|
23196
|
+
vertical-align: middle;
|
23197
|
+
}
|
23198
|
+
.v-progress-circular > svg {
|
23199
|
+
width: 100%;
|
23200
|
+
height: 100%;
|
23201
|
+
margin: auto;
|
23202
|
+
position: absolute;
|
23203
|
+
top: 0;
|
23204
|
+
bottom: 0;
|
23205
|
+
left: 0;
|
23206
|
+
right: 0;
|
23207
|
+
z-index: 0;
|
23208
|
+
}
|
23209
|
+
|
23210
|
+
.v-progress-circular__content {
|
23211
|
+
align-items: center;
|
23212
|
+
display: flex;
|
23213
|
+
justify-content: center;
|
23214
|
+
}
|
23215
|
+
|
23216
|
+
.v-progress-circular__underlay {
|
23217
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23218
|
+
stroke: currentColor;
|
23219
|
+
z-index: 1;
|
23220
|
+
}
|
23221
|
+
|
23222
|
+
.v-progress-circular__overlay {
|
23223
|
+
stroke: currentColor;
|
23224
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23225
|
+
z-index: 2;
|
23226
|
+
}
|
23227
|
+
|
23228
|
+
.v-progress-circular--size-x-small {
|
23229
|
+
height: 16px;
|
23230
|
+
width: 16px;
|
23231
|
+
}
|
23232
|
+
.v-progress-circular--size-small {
|
23233
|
+
height: 24px;
|
23234
|
+
width: 24px;
|
23235
|
+
}
|
23236
|
+
.v-progress-circular--size-default {
|
23237
|
+
height: 32px;
|
23238
|
+
width: 32px;
|
23239
|
+
}
|
23240
|
+
.v-progress-circular--size-large {
|
23241
|
+
height: 48px;
|
23242
|
+
width: 48px;
|
23243
|
+
}
|
23244
|
+
.v-progress-circular--size-x-large {
|
23245
|
+
height: 64px;
|
23246
|
+
width: 64px;
|
23247
|
+
}
|
23248
|
+
|
23249
|
+
.v-progress-circular--indeterminate > svg {
|
23250
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23251
|
+
transform-origin: center center;
|
23252
|
+
transition: all 0.2s ease-in-out;
|
23253
|
+
}
|
23254
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23255
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23256
|
+
stroke-dasharray: 25, 200;
|
23257
|
+
stroke-dashoffset: 0;
|
23258
|
+
stroke-linecap: round;
|
23259
|
+
transform-origin: center center;
|
23260
|
+
transform: rotate(-90deg);
|
23261
|
+
}
|
23262
|
+
|
23263
|
+
.v-progress-circular--disable-shrink > svg {
|
23264
|
+
animation-duration: 0.7s;
|
23265
|
+
}
|
23266
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23267
|
+
animation: none;
|
23268
|
+
}
|
23269
|
+
|
23270
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23271
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23272
|
+
animation-play-state: paused !important;
|
23273
|
+
}
|
23274
|
+
|
23275
|
+
@keyframes progress-circular-dash {
|
23276
|
+
0% {
|
23277
|
+
stroke-dasharray: 1, 200;
|
23278
|
+
stroke-dashoffset: 0px;
|
23279
|
+
}
|
23280
|
+
50% {
|
23281
|
+
stroke-dasharray: 100, 200;
|
23282
|
+
stroke-dashoffset: -15px;
|
23283
|
+
}
|
23284
|
+
100% {
|
23285
|
+
stroke-dasharray: 100, 200;
|
23286
|
+
stroke-dashoffset: -124px;
|
23287
|
+
}
|
23288
|
+
}
|
23289
|
+
@keyframes progress-circular-rotate {
|
23290
|
+
100% {
|
23291
|
+
transform: rotate(270deg);
|
23292
|
+
}
|
23291
23293
|
}.v-radio-group > .v-input__control {
|
23292
23294
|
flex-direction: column;
|
23293
23295
|
}
|
@@ -23900,29 +23902,167 @@ html.v-overlay-scroll-blocked {
|
|
23900
23902
|
.v-slide-group--vertical .v-slide-group__container {
|
23901
23903
|
overflow-x: hidden;
|
23902
23904
|
overflow-y: auto;
|
23903
|
-
}.v-
|
23904
|
-
|
23905
|
+
}.v-snackbar {
|
23906
|
+
justify-content: center;
|
23907
|
+
z-index: 10000;
|
23908
|
+
margin: 8px;
|
23909
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
23910
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
23905
23911
|
}
|
23906
|
-
.v-
|
23907
|
-
|
23912
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
23913
|
+
align-items: flex-end;
|
23908
23914
|
}
|
23909
|
-
.v-
|
23910
|
-
|
23915
|
+
.v-snackbar__wrapper {
|
23916
|
+
align-items: center;
|
23917
|
+
display: flex;
|
23918
|
+
max-width: 672px;
|
23919
|
+
min-height: 48px;
|
23920
|
+
min-width: 344px;
|
23921
|
+
overflow: hidden;
|
23922
|
+
padding: 0;
|
23923
|
+
border-radius: 4px;
|
23911
23924
|
}
|
23912
|
-
.v-
|
23913
|
-
|
23925
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
23926
|
+
background: transparent;
|
23927
|
+
color: inherit;
|
23914
23928
|
}
|
23915
|
-
.v-
|
23916
|
-
|
23929
|
+
.v-snackbar--variant-plain {
|
23930
|
+
opacity: 0.62;
|
23917
23931
|
}
|
23918
|
-
.v-
|
23919
|
-
|
23932
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
23933
|
+
opacity: 1;
|
23920
23934
|
}
|
23921
|
-
.v-
|
23922
|
-
|
23935
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
23936
|
+
display: none;
|
23923
23937
|
}
|
23924
|
-
.v-
|
23925
|
-
|
23938
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
23939
|
+
background: rgb(var(--v-theme-surface-variant));
|
23940
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
23941
|
+
}
|
23942
|
+
.v-snackbar--variant-elevated {
|
23943
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23944
|
+
}
|
23945
|
+
.v-snackbar--variant-flat {
|
23946
|
+
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));
|
23947
|
+
}
|
23948
|
+
.v-snackbar--variant-outlined {
|
23949
|
+
border: thin solid currentColor;
|
23950
|
+
}
|
23951
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
23952
|
+
background: currentColor;
|
23953
|
+
}
|
23954
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
23955
|
+
background: currentColor;
|
23956
|
+
opacity: var(--v-activated-opacity);
|
23957
|
+
border-radius: inherit;
|
23958
|
+
top: 0;
|
23959
|
+
right: 0;
|
23960
|
+
bottom: 0;
|
23961
|
+
left: 0;
|
23962
|
+
pointer-events: none;
|
23963
|
+
}
|
23964
|
+
.v-snackbar .v-snackbar__underlay {
|
23965
|
+
position: absolute;
|
23966
|
+
}
|
23967
|
+
|
23968
|
+
.v-snackbar__content {
|
23969
|
+
flex-grow: 1;
|
23970
|
+
font-size: 0.875rem;
|
23971
|
+
font-weight: 400;
|
23972
|
+
letter-spacing: 0.0178571429em;
|
23973
|
+
line-height: 1.425;
|
23974
|
+
margin-right: auto;
|
23975
|
+
padding: 14px 16px;
|
23976
|
+
text-align: initial;
|
23977
|
+
}
|
23978
|
+
.v-snackbar__actions {
|
23979
|
+
align-items: center;
|
23980
|
+
align-self: center;
|
23981
|
+
display: flex;
|
23982
|
+
margin-inline-end: 8px;
|
23983
|
+
}
|
23984
|
+
.v-snackbar__actions > .v-btn {
|
23985
|
+
padding: 0 8px;
|
23986
|
+
min-width: auto;
|
23987
|
+
}
|
23988
|
+
.v-snackbar__timer {
|
23989
|
+
width: 100%;
|
23990
|
+
position: absolute;
|
23991
|
+
top: 0;
|
23992
|
+
}
|
23993
|
+
.v-snackbar__timer .v-progress-linear {
|
23994
|
+
transition: 0.2s linear;
|
23995
|
+
}
|
23996
|
+
.v-snackbar--absolute {
|
23997
|
+
position: absolute;
|
23998
|
+
z-index: 1;
|
23999
|
+
}
|
24000
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
24001
|
+
min-height: 68px;
|
24002
|
+
}
|
24003
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
24004
|
+
flex-direction: column;
|
24005
|
+
}
|
24006
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
24007
|
+
align-self: flex-end;
|
24008
|
+
margin-bottom: 8px;
|
24009
|
+
}
|
24010
|
+
.v-snackbar--center {
|
24011
|
+
align-items: center;
|
24012
|
+
justify-content: center;
|
24013
|
+
}
|
24014
|
+
.v-snackbar--top {
|
24015
|
+
align-items: flex-start;
|
24016
|
+
}
|
24017
|
+
.v-snackbar--bottom {
|
24018
|
+
align-items: flex-end;
|
24019
|
+
}
|
24020
|
+
.v-snackbar--left, .v-snackbar--start {
|
24021
|
+
justify-content: flex-start;
|
24022
|
+
}
|
24023
|
+
.v-snackbar--right, .v-snackbar--end {
|
24024
|
+
justify-content: flex-end;
|
24025
|
+
}
|
24026
|
+
|
24027
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24028
|
+
transition-duration: 0.15s;
|
24029
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24030
|
+
}
|
24031
|
+
.v-snackbar-transition-enter-active {
|
24032
|
+
transition-property: opacity, transform;
|
24033
|
+
}
|
24034
|
+
.v-snackbar-transition-enter-from {
|
24035
|
+
opacity: 0;
|
24036
|
+
transform: scale(0.8);
|
24037
|
+
}
|
24038
|
+
.v-snackbar-transition-leave-active {
|
24039
|
+
transition-property: opacity;
|
24040
|
+
}
|
24041
|
+
.v-snackbar-transition-leave-to {
|
24042
|
+
opacity: 0;
|
24043
|
+
}.v-speed-dial__content {
|
24044
|
+
gap: 8px;
|
24045
|
+
}
|
24046
|
+
.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 {
|
24047
|
+
flex-direction: row;
|
24048
|
+
}
|
24049
|
+
.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 {
|
24050
|
+
flex-direction: row-reverse;
|
24051
|
+
}
|
24052
|
+
.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 {
|
24053
|
+
flex-direction: column-reverse;
|
24054
|
+
}
|
24055
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24056
|
+
transition-delay: 0s;
|
24057
|
+
}
|
24058
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24059
|
+
transition-delay: 0.05s;
|
24060
|
+
}
|
24061
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24062
|
+
transition-delay: 0.1s;
|
24063
|
+
}
|
24064
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24065
|
+
transition-delay: 0.15s;
|
23926
24066
|
}
|
23927
24067
|
.v-speed-dial__content > *:nth-child(5) {
|
23928
24068
|
transition-delay: 0.2s;
|
@@ -24284,6 +24424,43 @@ html.v-overlay-scroll-blocked {
|
|
24284
24424
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24285
24425
|
border-width: 0;
|
24286
24426
|
}
|
24427
|
+
}.v-system-bar {
|
24428
|
+
align-items: center;
|
24429
|
+
display: flex;
|
24430
|
+
flex: 1 1 auto;
|
24431
|
+
height: 24px;
|
24432
|
+
justify-content: flex-end;
|
24433
|
+
max-width: 100%;
|
24434
|
+
padding-inline: 8px;
|
24435
|
+
position: relative;
|
24436
|
+
text-align: end;
|
24437
|
+
width: 100%;
|
24438
|
+
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));
|
24439
|
+
background: rgba(var(--v-theme-surface-light));
|
24440
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24441
|
+
font-size: 0.75rem;
|
24442
|
+
font-weight: 400;
|
24443
|
+
letter-spacing: 0.0333333333em;
|
24444
|
+
line-height: 1.667;
|
24445
|
+
text-transform: none;
|
24446
|
+
}
|
24447
|
+
.v-system-bar .v-icon {
|
24448
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24449
|
+
}
|
24450
|
+
.v-system-bar--absolute {
|
24451
|
+
position: absolute;
|
24452
|
+
}
|
24453
|
+
.v-system-bar--fixed {
|
24454
|
+
position: fixed;
|
24455
|
+
}
|
24456
|
+
.v-system-bar--rounded {
|
24457
|
+
border-radius: 0;
|
24458
|
+
}
|
24459
|
+
.v-system-bar--window {
|
24460
|
+
height: 32px;
|
24461
|
+
}
|
24462
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24463
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24287
24464
|
}.v-tabs {
|
24288
24465
|
display: flex;
|
24289
24466
|
height: var(--v-tabs-height);
|
@@ -24379,43 +24556,6 @@ html.v-overlay-scroll-blocked {
|
|
24379
24556
|
top: 0;
|
24380
24557
|
height: 100%;
|
24381
24558
|
width: 2px;
|
24382
|
-
}.v-system-bar {
|
24383
|
-
align-items: center;
|
24384
|
-
display: flex;
|
24385
|
-
flex: 1 1 auto;
|
24386
|
-
height: 24px;
|
24387
|
-
justify-content: flex-end;
|
24388
|
-
max-width: 100%;
|
24389
|
-
padding-inline: 8px;
|
24390
|
-
position: relative;
|
24391
|
-
text-align: end;
|
24392
|
-
width: 100%;
|
24393
|
-
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));
|
24394
|
-
background: rgba(var(--v-theme-surface-light));
|
24395
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24396
|
-
font-size: 0.75rem;
|
24397
|
-
font-weight: 400;
|
24398
|
-
letter-spacing: 0.0333333333em;
|
24399
|
-
line-height: 1.667;
|
24400
|
-
text-transform: none;
|
24401
|
-
}
|
24402
|
-
.v-system-bar .v-icon {
|
24403
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24404
|
-
}
|
24405
|
-
.v-system-bar--absolute {
|
24406
|
-
position: absolute;
|
24407
|
-
}
|
24408
|
-
.v-system-bar--fixed {
|
24409
|
-
position: fixed;
|
24410
|
-
}
|
24411
|
-
.v-system-bar--rounded {
|
24412
|
-
border-radius: 0;
|
24413
|
-
}
|
24414
|
-
.v-system-bar--window {
|
24415
|
-
height: 32px;
|
24416
|
-
}
|
24417
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
24418
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24419
24559
|
}.v-table {
|
24420
24560
|
background: rgb(var(--v-theme-surface));
|
24421
24561
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24554,45 +24694,6 @@ html.v-overlay-scroll-blocked {
|
|
24554
24694
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24555
24695
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24556
24696
|
border-top: 0px !important;
|
24557
|
-
}.v-textarea .v-field {
|
24558
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
24559
|
-
}
|
24560
|
-
.v-textarea .v-field__field {
|
24561
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
24562
|
-
}
|
24563
|
-
.v-textarea .v-field__input {
|
24564
|
-
flex: 1 1 auto;
|
24565
|
-
outline: none;
|
24566
|
-
-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));
|
24567
|
-
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));
|
24568
|
-
}
|
24569
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
24570
|
-
visibility: hidden;
|
24571
|
-
position: absolute;
|
24572
|
-
top: 0;
|
24573
|
-
left: 0;
|
24574
|
-
height: 0 !important;
|
24575
|
-
min-height: 0 !important;
|
24576
|
-
pointer-events: none;
|
24577
|
-
}
|
24578
|
-
.v-textarea--no-resize .v-field__input {
|
24579
|
-
resize: none;
|
24580
|
-
}
|
24581
|
-
.v-textarea .v-field--no-label textarea,
|
24582
|
-
.v-textarea .v-field--active textarea {
|
24583
|
-
opacity: 1;
|
24584
|
-
}
|
24585
|
-
.v-textarea textarea {
|
24586
|
-
opacity: 0;
|
24587
|
-
flex: 1;
|
24588
|
-
min-width: 0;
|
24589
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24590
|
-
}
|
24591
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24592
|
-
outline: none;
|
24593
|
-
}
|
24594
|
-
.v-textarea textarea:invalid {
|
24595
|
-
box-shadow: none;
|
24596
24697
|
}/* region BLOCK */
|
24597
24698
|
.v-text-field input {
|
24598
24699
|
color: inherit;
|
@@ -24660,7 +24761,46 @@ html.v-overlay-scroll-blocked {
|
|
24660
24761
|
padding-inline-end: var(--v-field-padding-end);
|
24661
24762
|
}
|
24662
24763
|
|
24663
|
-
/* endregion */.v-
|
24764
|
+
/* endregion */.v-textarea .v-field {
|
24765
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
24766
|
+
}
|
24767
|
+
.v-textarea .v-field__field {
|
24768
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
24769
|
+
}
|
24770
|
+
.v-textarea .v-field__input {
|
24771
|
+
flex: 1 1 auto;
|
24772
|
+
outline: none;
|
24773
|
+
-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));
|
24774
|
+
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));
|
24775
|
+
}
|
24776
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
24777
|
+
visibility: hidden;
|
24778
|
+
position: absolute;
|
24779
|
+
top: 0;
|
24780
|
+
left: 0;
|
24781
|
+
height: 0 !important;
|
24782
|
+
min-height: 0 !important;
|
24783
|
+
pointer-events: none;
|
24784
|
+
}
|
24785
|
+
.v-textarea--no-resize .v-field__input {
|
24786
|
+
resize: none;
|
24787
|
+
}
|
24788
|
+
.v-textarea .v-field--no-label textarea,
|
24789
|
+
.v-textarea .v-field--active textarea {
|
24790
|
+
opacity: 1;
|
24791
|
+
}
|
24792
|
+
.v-textarea textarea {
|
24793
|
+
opacity: 0;
|
24794
|
+
flex: 1;
|
24795
|
+
min-width: 0;
|
24796
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24797
|
+
}
|
24798
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24799
|
+
outline: none;
|
24800
|
+
}
|
24801
|
+
.v-textarea textarea:invalid {
|
24802
|
+
box-shadow: none;
|
24803
|
+
}.v-theme-provider {
|
24664
24804
|
background: rgb(var(--v-theme-background));
|
24665
24805
|
color: rgb(var(--v-theme-on-background));
|
24666
24806
|
}.v-timeline .v-timeline-divider__dot {
|
@@ -25309,162 +25449,44 @@ html.v-overlay-scroll-blocked {
|
|
25309
25449
|
}
|
25310
25450
|
.v-window-y-reverse-transition-leave-to {
|
25311
25451
|
transform: translateY(100%);
|
25312
|
-
}.v-
|
25313
|
-
|
25314
|
-
|
25315
|
-
|
25316
|
-
|
25317
|
-
|
25318
|
-
|
25319
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
25320
|
-
align-items: flex-end;
|
25452
|
+
}.v-messages {
|
25453
|
+
flex: 1 1 auto;
|
25454
|
+
font-size: 12px;
|
25455
|
+
min-height: 14px;
|
25456
|
+
min-width: 1px;
|
25457
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25458
|
+
position: relative;
|
25321
25459
|
}
|
25322
|
-
.v-
|
25323
|
-
|
25460
|
+
.v-messages__message {
|
25461
|
+
line-height: 12px;
|
25462
|
+
word-break: break-word;
|
25463
|
+
overflow-wrap: break-word;
|
25464
|
+
word-wrap: break-word;
|
25465
|
+
-webkit-hyphens: auto;
|
25466
|
+
hyphens: auto;
|
25467
|
+
transition-duration: 150ms;
|
25468
|
+
}.v-color-picker-canvas {
|
25324
25469
|
display: flex;
|
25325
|
-
|
25326
|
-
min-height: 48px;
|
25327
|
-
min-width: 344px;
|
25470
|
+
position: relative;
|
25328
25471
|
overflow: hidden;
|
25329
|
-
|
25330
|
-
|
25331
|
-
}
|
25332
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
25333
|
-
background: transparent;
|
25334
|
-
color: inherit;
|
25335
|
-
}
|
25336
|
-
.v-snackbar--variant-plain {
|
25337
|
-
opacity: 0.62;
|
25338
|
-
}
|
25339
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
25340
|
-
opacity: 1;
|
25341
|
-
}
|
25342
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
25343
|
-
display: none;
|
25344
|
-
}
|
25345
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
25346
|
-
background: rgb(var(--v-theme-surface-variant));
|
25347
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25348
|
-
}
|
25349
|
-
.v-snackbar--variant-elevated {
|
25350
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25351
|
-
}
|
25352
|
-
.v-snackbar--variant-flat {
|
25353
|
-
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));
|
25354
|
-
}
|
25355
|
-
.v-snackbar--variant-outlined {
|
25356
|
-
border: thin solid currentColor;
|
25357
|
-
}
|
25358
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
25359
|
-
background: currentColor;
|
25360
|
-
}
|
25361
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
25362
|
-
background: currentColor;
|
25363
|
-
opacity: var(--v-activated-opacity);
|
25364
|
-
border-radius: inherit;
|
25365
|
-
top: 0;
|
25366
|
-
right: 0;
|
25367
|
-
bottom: 0;
|
25368
|
-
left: 0;
|
25369
|
-
pointer-events: none;
|
25370
|
-
}
|
25371
|
-
.v-snackbar .v-snackbar__underlay {
|
25372
|
-
position: absolute;
|
25373
|
-
}
|
25374
|
-
|
25375
|
-
.v-snackbar__content {
|
25376
|
-
flex-grow: 1;
|
25377
|
-
font-size: 0.875rem;
|
25378
|
-
font-weight: 400;
|
25379
|
-
letter-spacing: 0.0178571429em;
|
25380
|
-
line-height: 1.425;
|
25381
|
-
margin-right: auto;
|
25382
|
-
padding: 14px 16px;
|
25383
|
-
text-align: initial;
|
25384
|
-
}
|
25385
|
-
.v-snackbar__actions {
|
25386
|
-
align-items: center;
|
25387
|
-
align-self: center;
|
25388
|
-
display: flex;
|
25389
|
-
margin-inline-end: 8px;
|
25390
|
-
}
|
25391
|
-
.v-snackbar__actions > .v-btn {
|
25392
|
-
padding: 0 8px;
|
25393
|
-
min-width: auto;
|
25472
|
+
contain: content;
|
25473
|
+
touch-action: none;
|
25394
25474
|
}
|
25395
|
-
.v-
|
25396
|
-
width: 100%;
|
25475
|
+
.v-color-picker-canvas__dot {
|
25397
25476
|
position: absolute;
|
25398
25477
|
top: 0;
|
25478
|
+
left: 0;
|
25479
|
+
width: 15px;
|
25480
|
+
height: 15px;
|
25481
|
+
background: transparent;
|
25482
|
+
border-radius: 50%;
|
25483
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
25399
25484
|
}
|
25400
|
-
.v-
|
25401
|
-
|
25402
|
-
}
|
25403
|
-
.v-snackbar--absolute {
|
25404
|
-
position: absolute;
|
25405
|
-
z-index: 1;
|
25406
|
-
}
|
25407
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
25408
|
-
min-height: 68px;
|
25409
|
-
}
|
25410
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
25411
|
-
flex-direction: column;
|
25412
|
-
}
|
25413
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25414
|
-
align-self: flex-end;
|
25415
|
-
margin-bottom: 8px;
|
25416
|
-
}
|
25417
|
-
.v-snackbar--center {
|
25418
|
-
align-items: center;
|
25419
|
-
justify-content: center;
|
25420
|
-
}
|
25421
|
-
.v-snackbar--top {
|
25422
|
-
align-items: flex-start;
|
25423
|
-
}
|
25424
|
-
.v-snackbar--bottom {
|
25425
|
-
align-items: flex-end;
|
25426
|
-
}
|
25427
|
-
.v-snackbar--left, .v-snackbar--start {
|
25428
|
-
justify-content: flex-start;
|
25429
|
-
}
|
25430
|
-
.v-snackbar--right, .v-snackbar--end {
|
25431
|
-
justify-content: flex-end;
|
25432
|
-
}
|
25433
|
-
|
25434
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
25435
|
-
transition-duration: 0.15s;
|
25436
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25437
|
-
}
|
25438
|
-
.v-snackbar-transition-enter-active {
|
25439
|
-
transition-property: opacity, transform;
|
25440
|
-
}
|
25441
|
-
.v-snackbar-transition-enter-from {
|
25442
|
-
opacity: 0;
|
25443
|
-
transform: scale(0.8);
|
25444
|
-
}
|
25445
|
-
.v-snackbar-transition-leave-active {
|
25446
|
-
transition-property: opacity;
|
25447
|
-
}
|
25448
|
-
.v-snackbar-transition-leave-to {
|
25449
|
-
opacity: 0;
|
25450
|
-
}.v-chip-group {
|
25451
|
-
display: flex;
|
25452
|
-
max-width: 100%;
|
25453
|
-
min-width: 0;
|
25454
|
-
overflow-x: auto;
|
25455
|
-
padding: 4px 0;
|
25456
|
-
}
|
25457
|
-
.v-chip-group .v-chip {
|
25458
|
-
margin: 4px 8px 4px 0;
|
25459
|
-
}
|
25460
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
25461
|
-
opacity: var(--v-activated-opacity);
|
25485
|
+
.v-color-picker-canvas__dot--disabled {
|
25486
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
25462
25487
|
}
|
25463
|
-
|
25464
|
-
|
25465
|
-
white-space: normal;
|
25466
|
-
flex-wrap: wrap;
|
25467
|
-
max-width: 100%;
|
25488
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25489
|
+
will-change: transform;
|
25468
25490
|
}.v-color-picker-edit {
|
25469
25491
|
display: flex;
|
25470
25492
|
margin-top: 24px;
|
@@ -25493,28 +25515,6 @@ html.v-overlay-scroll-blocked {
|
|
25493
25515
|
}
|
25494
25516
|
.v-color-picker-edit__input span {
|
25495
25517
|
font-size: 0.75rem;
|
25496
|
-
}.v-color-picker-canvas {
|
25497
|
-
display: flex;
|
25498
|
-
position: relative;
|
25499
|
-
overflow: hidden;
|
25500
|
-
contain: content;
|
25501
|
-
touch-action: none;
|
25502
|
-
}
|
25503
|
-
.v-color-picker-canvas__dot {
|
25504
|
-
position: absolute;
|
25505
|
-
top: 0;
|
25506
|
-
left: 0;
|
25507
|
-
width: 15px;
|
25508
|
-
height: 15px;
|
25509
|
-
background: transparent;
|
25510
|
-
border-radius: 50%;
|
25511
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
25512
|
-
}
|
25513
|
-
.v-color-picker-canvas__dot--disabled {
|
25514
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
25515
|
-
}
|
25516
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25517
|
-
will-change: transform;
|
25518
25518
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25519
25519
|
background-color: transparent !important;
|
25520
25520
|
}
|