@vuetify/nightly 3.6.4-master.2024-05-10 → 3.6.5-master.2024-05-11
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 +2 -12
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +268 -4
- package/dist/json/importMap-labs.json +22 -10
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +81 -0
- package/dist/json/web-types.json +1253 -6
- package/dist/vuetify-labs.css +1684 -1616
- package/dist/vuetify-labs.d.ts +1615 -28
- package/dist/vuetify-labs.esm.js +298 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +298 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1239 -1239
- package/dist/vuetify.d.ts +97 -73
- package/dist/vuetify.esm.js +38 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/index.d.mts +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +82 -27
- package/lib/components/VSlideGroup/index.d.mts +2 -0
- package/lib/components/VStepper/VStepper.mjs +5 -2
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +5 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VTabs/index.d.mts +2 -0
- package/lib/components/VWindow/index.d.mts +2 -0
- package/lib/components/index.d.mts +48 -27
- package/lib/composables/group.mjs +8 -0
- package/lib/composables/group.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -46
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
- package/lib/labs/VStepperVertical/_variables.scss +3 -0
- package/lib/labs/VStepperVertical/index.d.mts +1590 -0
- package/lib/labs/VStepperVertical/index.mjs +4 -0
- package/lib/labs/VStepperVertical/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1599 -20
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.5-master.2024-05-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17595,6 +17595,15 @@ html.overflow-y-hidden {
|
|
17595
17595
|
font-size: 0.9em;
|
17596
17596
|
font-weight: normal;
|
17597
17597
|
padding: 0.2em 0.4em;
|
17598
|
+
}.v-kbd {
|
17599
|
+
background: rgb(var(--v-theme-kbd));
|
17600
|
+
color: rgb(var(--v-theme-on-kbd));
|
17601
|
+
border-radius: 3px;
|
17602
|
+
display: inline;
|
17603
|
+
font-size: 85%;
|
17604
|
+
font-weight: normal;
|
17605
|
+
padding: 0.2em 0.4rem;
|
17606
|
+
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));
|
17598
17607
|
}.v-ripple__container {
|
17599
17608
|
color: inherit;
|
17600
17609
|
border-radius: inherit;
|
@@ -17631,15 +17640,18 @@ html.overflow-y-hidden {
|
|
17631
17640
|
.v-ripple__animation--out {
|
17632
17641
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17633
17642
|
opacity: 0;
|
17634
|
-
}.v-
|
17635
|
-
|
17636
|
-
|
17637
|
-
|
17638
|
-
|
17639
|
-
|
17640
|
-
|
17641
|
-
|
17642
|
-
box-shadow: 0px
|
17643
|
+
}.v-app-bar {
|
17644
|
+
display: flex;
|
17645
|
+
}
|
17646
|
+
.v-app-bar.v-toolbar {
|
17647
|
+
background: rgb(var(--v-theme-surface));
|
17648
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17649
|
+
}
|
17650
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17651
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17652
|
+
}
|
17653
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
17654
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
17643
17655
|
}.v-application {
|
17644
17656
|
display: flex;
|
17645
17657
|
background: rgb(var(--v-theme-background));
|
@@ -17868,18 +17880,6 @@ html.overflow-y-hidden {
|
|
17868
17880
|
text-transform: none;
|
17869
17881
|
word-break: normal;
|
17870
17882
|
word-wrap: break-word;
|
17871
|
-
}.v-app-bar {
|
17872
|
-
display: flex;
|
17873
|
-
}
|
17874
|
-
.v-app-bar.v-toolbar {
|
17875
|
-
background: rgb(var(--v-theme-surface));
|
17876
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17877
|
-
}
|
17878
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17879
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17880
|
-
}
|
17881
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
17882
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
17883
17883
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
17884
17884
|
.v-autocomplete .v-field .v-text-field__suffix,
|
17885
17885
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -18284,38 +18284,6 @@ html.overflow-y-hidden {
|
|
18284
18284
|
display: inline-flex;
|
18285
18285
|
justify-content: center;
|
18286
18286
|
margin: 0 4px;
|
18287
|
-
}.bottom-sheet-transition-enter-from {
|
18288
|
-
transform: translateY(100%);
|
18289
|
-
}
|
18290
|
-
.bottom-sheet-transition-leave-to {
|
18291
|
-
transform: translateY(100%);
|
18292
|
-
}
|
18293
|
-
|
18294
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18295
|
-
align-self: flex-end;
|
18296
|
-
border-radius: 0;
|
18297
|
-
flex: 0 1 auto;
|
18298
|
-
left: 0;
|
18299
|
-
right: 0;
|
18300
|
-
margin-inline: 0;
|
18301
|
-
margin-bottom: 0;
|
18302
|
-
transition-duration: 0.2s;
|
18303
|
-
width: 100%;
|
18304
|
-
max-width: 100%;
|
18305
|
-
overflow: visible;
|
18306
|
-
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));
|
18307
|
-
}
|
18308
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18309
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18310
|
-
border-radius: 0;
|
18311
|
-
}
|
18312
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18313
|
-
max-width: none;
|
18314
|
-
}
|
18315
|
-
@media (min-width: 600px) {
|
18316
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18317
|
-
max-width: 70%;
|
18318
|
-
}
|
18319
18287
|
}.v-bottom-navigation {
|
18320
18288
|
display: flex;
|
18321
18289
|
max-width: 100%;
|
@@ -18371,6 +18339,95 @@ html.overflow-y-hidden {
|
|
18371
18339
|
}
|
18372
18340
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18373
18341
|
transform: translateY(0.5rem);
|
18342
|
+
}.bottom-sheet-transition-enter-from {
|
18343
|
+
transform: translateY(100%);
|
18344
|
+
}
|
18345
|
+
.bottom-sheet-transition-leave-to {
|
18346
|
+
transform: translateY(100%);
|
18347
|
+
}
|
18348
|
+
|
18349
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18350
|
+
align-self: flex-end;
|
18351
|
+
border-radius: 0;
|
18352
|
+
flex: 0 1 auto;
|
18353
|
+
left: 0;
|
18354
|
+
right: 0;
|
18355
|
+
margin-inline: 0;
|
18356
|
+
margin-bottom: 0;
|
18357
|
+
transition-duration: 0.2s;
|
18358
|
+
width: 100%;
|
18359
|
+
max-width: 100%;
|
18360
|
+
overflow: visible;
|
18361
|
+
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));
|
18362
|
+
}
|
18363
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18364
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18365
|
+
border-radius: 0;
|
18366
|
+
}
|
18367
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18368
|
+
max-width: none;
|
18369
|
+
}
|
18370
|
+
@media (min-width: 600px) {
|
18371
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18372
|
+
max-width: 70%;
|
18373
|
+
}
|
18374
|
+
}.v-breadcrumbs {
|
18375
|
+
display: flex;
|
18376
|
+
align-items: center;
|
18377
|
+
line-height: 1.6;
|
18378
|
+
padding: 16px 12px;
|
18379
|
+
}
|
18380
|
+
.v-breadcrumbs--rounded {
|
18381
|
+
border-radius: 4px;
|
18382
|
+
}
|
18383
|
+
.v-breadcrumbs--density-default {
|
18384
|
+
padding-top: 16px;
|
18385
|
+
padding-bottom: 16px;
|
18386
|
+
}
|
18387
|
+
|
18388
|
+
.v-breadcrumbs--density-comfortable {
|
18389
|
+
padding-top: 12px;
|
18390
|
+
padding-bottom: 12px;
|
18391
|
+
}
|
18392
|
+
|
18393
|
+
.v-breadcrumbs--density-compact {
|
18394
|
+
padding-top: 8px;
|
18395
|
+
padding-bottom: 8px;
|
18396
|
+
}
|
18397
|
+
|
18398
|
+
.v-breadcrumbs__prepend {
|
18399
|
+
align-items: center;
|
18400
|
+
display: inline-flex;
|
18401
|
+
}
|
18402
|
+
|
18403
|
+
.v-breadcrumbs-item {
|
18404
|
+
align-items: center;
|
18405
|
+
color: inherit;
|
18406
|
+
display: inline-flex;
|
18407
|
+
padding: 0 4px;
|
18408
|
+
text-decoration: none;
|
18409
|
+
vertical-align: middle;
|
18410
|
+
}
|
18411
|
+
.v-breadcrumbs-item--disabled {
|
18412
|
+
opacity: var(--v-disabled-opacity);
|
18413
|
+
pointer-events: none;
|
18414
|
+
}
|
18415
|
+
.v-breadcrumbs-item--link {
|
18416
|
+
color: inherit;
|
18417
|
+
text-decoration: none;
|
18418
|
+
}
|
18419
|
+
.v-breadcrumbs-item--link:hover {
|
18420
|
+
text-decoration: underline;
|
18421
|
+
}
|
18422
|
+
.v-breadcrumbs-item .v-icon {
|
18423
|
+
font-size: 1rem;
|
18424
|
+
margin-inline: -4px 2px;
|
18425
|
+
}
|
18426
|
+
|
18427
|
+
.v-breadcrumbs-divider {
|
18428
|
+
display: inline-block;
|
18429
|
+
padding: 0 8px;
|
18430
|
+
vertical-align: middle;
|
18374
18431
|
}.v-btn {
|
18375
18432
|
align-items: center;
|
18376
18433
|
border-radius: 4px;
|
@@ -18783,223 +18840,34 @@ html.overflow-y-hidden {
|
|
18783
18840
|
}
|
18784
18841
|
.v-pagination__item--is-active .v-btn__overlay {
|
18785
18842
|
opacity: var(--v-border-opacity);
|
18786
|
-
}.v-
|
18787
|
-
display:
|
18788
|
-
align-items: center;
|
18789
|
-
line-height: 1.6;
|
18790
|
-
padding: 16px 12px;
|
18791
|
-
}
|
18792
|
-
.v-breadcrumbs--rounded {
|
18793
|
-
border-radius: 4px;
|
18794
|
-
}
|
18795
|
-
.v-breadcrumbs--density-default {
|
18796
|
-
padding-top: 16px;
|
18797
|
-
padding-bottom: 16px;
|
18798
|
-
}
|
18799
|
-
|
18800
|
-
.v-breadcrumbs--density-comfortable {
|
18801
|
-
padding-top: 12px;
|
18802
|
-
padding-bottom: 12px;
|
18803
|
-
}
|
18804
|
-
|
18805
|
-
.v-breadcrumbs--density-compact {
|
18806
|
-
padding-top: 8px;
|
18807
|
-
padding-bottom: 8px;
|
18808
|
-
}
|
18809
|
-
|
18810
|
-
.v-breadcrumbs__prepend {
|
18811
|
-
align-items: center;
|
18812
|
-
display: inline-flex;
|
18813
|
-
}
|
18814
|
-
|
18815
|
-
.v-breadcrumbs-item {
|
18816
|
-
align-items: center;
|
18817
|
-
color: inherit;
|
18818
|
-
display: inline-flex;
|
18819
|
-
padding: 0 4px;
|
18820
|
-
text-decoration: none;
|
18821
|
-
vertical-align: middle;
|
18822
|
-
}
|
18823
|
-
.v-breadcrumbs-item--disabled {
|
18824
|
-
opacity: var(--v-disabled-opacity);
|
18825
|
-
pointer-events: none;
|
18826
|
-
}
|
18827
|
-
.v-breadcrumbs-item--link {
|
18828
|
-
color: inherit;
|
18829
|
-
text-decoration: none;
|
18830
|
-
}
|
18831
|
-
.v-breadcrumbs-item--link:hover {
|
18832
|
-
text-decoration: underline;
|
18833
|
-
}
|
18834
|
-
.v-breadcrumbs-item .v-icon {
|
18835
|
-
font-size: 1rem;
|
18836
|
-
margin-inline: -4px 2px;
|
18837
|
-
}
|
18838
|
-
|
18839
|
-
.v-breadcrumbs-divider {
|
18840
|
-
display: inline-block;
|
18841
|
-
padding: 0 8px;
|
18842
|
-
vertical-align: middle;
|
18843
|
-
}.v-btn-group {
|
18844
|
-
display: inline-flex;
|
18845
|
-
flex-wrap: nowrap;
|
18846
|
-
max-width: 100%;
|
18847
|
-
min-width: 0;
|
18843
|
+
}.v-card {
|
18844
|
+
display: block;
|
18848
18845
|
overflow: hidden;
|
18849
|
-
|
18846
|
+
overflow-wrap: break-word;
|
18847
|
+
position: relative;
|
18848
|
+
padding: 0;
|
18849
|
+
text-decoration: none;
|
18850
|
+
transition-duration: 0.28s;
|
18851
|
+
transition-property: box-shadow, opacity, background;
|
18852
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18853
|
+
z-index: 0;
|
18850
18854
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18851
18855
|
border-style: solid;
|
18852
18856
|
border-width: 0;
|
18853
|
-
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));
|
18854
18857
|
border-radius: 4px;
|
18855
|
-
background: transparent;
|
18856
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18857
18858
|
}
|
18858
|
-
.v-
|
18859
|
+
.v-card--border {
|
18859
18860
|
border-width: thin;
|
18860
18861
|
box-shadow: none;
|
18861
18862
|
}
|
18862
|
-
.v-
|
18863
|
-
|
18863
|
+
.v-card--absolute {
|
18864
|
+
position: absolute;
|
18864
18865
|
}
|
18865
|
-
|
18866
|
-
|
18867
|
-
height: 40px;
|
18866
|
+
.v-card--fixed {
|
18867
|
+
position: fixed;
|
18868
18868
|
}
|
18869
|
-
|
18870
|
-
|
18871
|
-
height: 36px;
|
18872
|
-
}
|
18873
|
-
|
18874
|
-
.v-btn-group .v-btn {
|
18875
|
-
border-radius: 0;
|
18876
|
-
border-color: inherit;
|
18877
|
-
}
|
18878
|
-
.v-btn-group .v-btn:not(:last-child) {
|
18879
|
-
border-inline-end: none;
|
18880
|
-
}
|
18881
|
-
.v-btn-group .v-btn:not(:first-child) {
|
18882
|
-
border-inline-start: none;
|
18883
|
-
}
|
18884
|
-
.v-btn-group .v-btn:first-child {
|
18885
|
-
border-start-start-radius: inherit;
|
18886
|
-
border-end-start-radius: inherit;
|
18887
|
-
}
|
18888
|
-
.v-btn-group .v-btn:last-child {
|
18889
|
-
border-start-end-radius: inherit;
|
18890
|
-
border-end-end-radius: inherit;
|
18891
|
-
}
|
18892
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
18893
|
-
border-inline-end-width: thin;
|
18894
|
-
border-inline-end-style: solid;
|
18895
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18896
|
-
}
|
18897
|
-
.v-btn-group--tile {
|
18898
|
-
border-radius: 0;
|
18899
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18900
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18901
|
-
}
|
18902
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18903
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18904
|
-
}
|
18905
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18906
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18907
|
-
}
|
18908
|
-
@supports not selector(:focus-visible) {
|
18909
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18910
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18911
|
-
}
|
18912
|
-
}.v-carousel {
|
18913
|
-
overflow: hidden;
|
18914
|
-
position: relative;
|
18915
|
-
width: 100%;
|
18916
|
-
}
|
18917
|
-
.v-carousel__controls {
|
18918
|
-
align-items: center;
|
18919
|
-
bottom: 0;
|
18920
|
-
display: flex;
|
18921
|
-
height: 50px;
|
18922
|
-
justify-content: center;
|
18923
|
-
list-style-type: none;
|
18924
|
-
position: absolute;
|
18925
|
-
width: 100%;
|
18926
|
-
z-index: 1;
|
18927
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
18928
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
18929
|
-
}
|
18930
|
-
.v-carousel__controls > .v-item-group {
|
18931
|
-
flex: 0 1 auto;
|
18932
|
-
}
|
18933
|
-
.v-carousel__controls__item {
|
18934
|
-
margin: 0 8px;
|
18935
|
-
}
|
18936
|
-
.v-carousel__controls__item .v-icon {
|
18937
|
-
opacity: 0.5;
|
18938
|
-
}
|
18939
|
-
.v-carousel__controls__item--active .v-icon {
|
18940
|
-
opacity: 1;
|
18941
|
-
vertical-align: middle;
|
18942
|
-
}
|
18943
|
-
.v-carousel__controls__item:hover {
|
18944
|
-
background: none;
|
18945
|
-
}
|
18946
|
-
.v-carousel__controls__item:hover .v-icon {
|
18947
|
-
opacity: 0.8;
|
18948
|
-
}
|
18949
|
-
|
18950
|
-
.v-carousel__progress {
|
18951
|
-
margin: 0;
|
18952
|
-
position: absolute;
|
18953
|
-
bottom: 0;
|
18954
|
-
left: 0;
|
18955
|
-
right: 0;
|
18956
|
-
}
|
18957
|
-
|
18958
|
-
.v-carousel-item {
|
18959
|
-
display: block;
|
18960
|
-
height: inherit;
|
18961
|
-
text-decoration: none;
|
18962
|
-
}
|
18963
|
-
.v-carousel-item > .v-img {
|
18964
|
-
height: inherit;
|
18965
|
-
}
|
18966
|
-
|
18967
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
18968
|
-
background: transparent;
|
18969
|
-
}
|
18970
|
-
|
18971
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
18972
|
-
flex-direction: column;
|
18973
|
-
height: 100% !important;
|
18974
|
-
width: 50px;
|
18975
|
-
}.v-card {
|
18976
|
-
display: block;
|
18977
|
-
overflow: hidden;
|
18978
|
-
overflow-wrap: break-word;
|
18979
|
-
position: relative;
|
18980
|
-
padding: 0;
|
18981
|
-
text-decoration: none;
|
18982
|
-
transition-duration: 0.28s;
|
18983
|
-
transition-property: box-shadow, opacity, background;
|
18984
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18985
|
-
z-index: 0;
|
18986
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18987
|
-
border-style: solid;
|
18988
|
-
border-width: 0;
|
18989
|
-
border-radius: 4px;
|
18990
|
-
}
|
18991
|
-
.v-card--border {
|
18992
|
-
border-width: thin;
|
18993
|
-
box-shadow: none;
|
18994
|
-
}
|
18995
|
-
.v-card--absolute {
|
18996
|
-
position: absolute;
|
18997
|
-
}
|
18998
|
-
.v-card--fixed {
|
18999
|
-
position: fixed;
|
19000
|
-
}
|
19001
|
-
.v-card:hover > .v-card__overlay {
|
19002
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
18869
|
+
.v-card:hover > .v-card__overlay {
|
18870
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19003
18871
|
}
|
19004
18872
|
.v-card:focus-visible > .v-card__overlay {
|
19005
18873
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
@@ -19271,107 +19139,244 @@ html.overflow-y-hidden {
|
|
19271
19139
|
pointer-events: none;
|
19272
19140
|
opacity: 0;
|
19273
19141
|
transition: opacity 0.2s ease-in-out;
|
19274
|
-
}.v-
|
19275
|
-
align-items: center;
|
19142
|
+
}.v-btn-group {
|
19276
19143
|
display: inline-flex;
|
19277
|
-
|
19144
|
+
flex-wrap: nowrap;
|
19278
19145
|
max-width: 100%;
|
19279
19146
|
min-width: 0;
|
19280
19147
|
overflow: hidden;
|
19281
|
-
position: relative;
|
19282
|
-
text-decoration: none;
|
19283
|
-
white-space: nowrap;
|
19284
19148
|
vertical-align: middle;
|
19285
19149
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19286
19150
|
border-style: solid;
|
19287
19151
|
border-width: 0;
|
19288
|
-
|
19289
|
-
|
19290
|
-
|
19291
|
-
--v-
|
19292
|
-
}
|
19293
|
-
.v-chip.v-chip--size-x-small {
|
19294
|
-
--v-chip-size: 0.625rem;
|
19295
|
-
--v-chip-height: 20px;
|
19296
|
-
font-size: 0.625rem;
|
19297
|
-
padding: 0 8px;
|
19298
|
-
}
|
19299
|
-
.v-chip.v-chip--size-x-small .v-avatar {
|
19300
|
-
--v-avatar-height: 14px;
|
19301
|
-
}
|
19302
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19303
|
-
--v-avatar-height: 20px;
|
19152
|
+
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));
|
19153
|
+
border-radius: 4px;
|
19154
|
+
background: transparent;
|
19155
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19304
19156
|
}
|
19305
|
-
|
19306
|
-
|
19307
|
-
|
19308
|
-
margin-inline-end: 4px;
|
19157
|
+
.v-btn-group--border {
|
19158
|
+
border-width: thin;
|
19159
|
+
box-shadow: none;
|
19309
19160
|
}
|
19310
|
-
.v-
|
19311
|
-
|
19161
|
+
.v-btn-group--density-default.v-btn-group {
|
19162
|
+
height: 48px;
|
19312
19163
|
}
|
19313
19164
|
|
19314
|
-
.v-
|
19315
|
-
|
19316
|
-
margin-inline-end: -5.6px;
|
19317
|
-
}
|
19318
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
19319
|
-
margin-inline-end: -8px;
|
19165
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19166
|
+
height: 40px;
|
19320
19167
|
}
|
19321
19168
|
|
19322
|
-
.v-
|
19323
|
-
|
19169
|
+
.v-btn-group--density-compact.v-btn-group {
|
19170
|
+
height: 36px;
|
19324
19171
|
}
|
19325
19172
|
|
19326
|
-
.v-
|
19327
|
-
|
19328
|
-
|
19329
|
-
margin-inline-end: 4px;
|
19173
|
+
.v-btn-group .v-btn {
|
19174
|
+
border-radius: 0;
|
19175
|
+
border-color: inherit;
|
19330
19176
|
}
|
19331
|
-
.v-
|
19332
|
-
|
19333
|
-
margin-inline-start: 4px;
|
19334
|
-
margin-inline-end: -4px;
|
19177
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19178
|
+
border-inline-end: none;
|
19335
19179
|
}
|
19336
|
-
.v-
|
19337
|
-
|
19338
|
-
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19339
|
-
margin-inline-start: 8px;
|
19180
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19181
|
+
border-inline-start: none;
|
19340
19182
|
}
|
19341
|
-
|
19342
|
-
|
19343
|
-
|
19344
|
-
--v-chip-height: 26px;
|
19345
|
-
font-size: 0.75rem;
|
19346
|
-
padding: 0 10px;
|
19183
|
+
.v-btn-group .v-btn:first-child {
|
19184
|
+
border-start-start-radius: inherit;
|
19185
|
+
border-end-start-radius: inherit;
|
19347
19186
|
}
|
19348
|
-
.v-
|
19349
|
-
|
19187
|
+
.v-btn-group .v-btn:last-child {
|
19188
|
+
border-start-end-radius: inherit;
|
19189
|
+
border-end-end-radius: inherit;
|
19350
19190
|
}
|
19351
|
-
.v-
|
19352
|
-
|
19191
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19192
|
+
border-inline-end-width: thin;
|
19193
|
+
border-inline-end-style: solid;
|
19194
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19353
19195
|
}
|
19354
|
-
|
19355
|
-
|
19356
|
-
|
19357
|
-
|
19196
|
+
.v-btn-group--tile {
|
19197
|
+
border-radius: 0;
|
19198
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19199
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19358
19200
|
}
|
19359
|
-
.v-
|
19360
|
-
|
19201
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19202
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19361
19203
|
}
|
19362
|
-
|
19363
|
-
|
19364
|
-
margin-inline-start: 5px;
|
19365
|
-
margin-inline-end: -7px;
|
19204
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19205
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19366
19206
|
}
|
19367
|
-
|
19368
|
-
|
19207
|
+
@supports not selector(:focus-visible) {
|
19208
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19209
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19210
|
+
}
|
19211
|
+
}.v-checkbox.v-input {
|
19212
|
+
flex: 0 1 auto;
|
19369
19213
|
}
|
19370
|
-
|
19371
|
-
|
19372
|
-
|
19214
|
+
.v-checkbox .v-selection-control {
|
19215
|
+
min-height: var(--v-input-control-height);
|
19216
|
+
}.v-carousel {
|
19217
|
+
overflow: hidden;
|
19218
|
+
position: relative;
|
19219
|
+
width: 100%;
|
19373
19220
|
}
|
19374
|
-
|
19221
|
+
.v-carousel__controls {
|
19222
|
+
align-items: center;
|
19223
|
+
bottom: 0;
|
19224
|
+
display: flex;
|
19225
|
+
height: 50px;
|
19226
|
+
justify-content: center;
|
19227
|
+
list-style-type: none;
|
19228
|
+
position: absolute;
|
19229
|
+
width: 100%;
|
19230
|
+
z-index: 1;
|
19231
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19232
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19233
|
+
}
|
19234
|
+
.v-carousel__controls > .v-item-group {
|
19235
|
+
flex: 0 1 auto;
|
19236
|
+
}
|
19237
|
+
.v-carousel__controls__item {
|
19238
|
+
margin: 0 8px;
|
19239
|
+
}
|
19240
|
+
.v-carousel__controls__item .v-icon {
|
19241
|
+
opacity: 0.5;
|
19242
|
+
}
|
19243
|
+
.v-carousel__controls__item--active .v-icon {
|
19244
|
+
opacity: 1;
|
19245
|
+
vertical-align: middle;
|
19246
|
+
}
|
19247
|
+
.v-carousel__controls__item:hover {
|
19248
|
+
background: none;
|
19249
|
+
}
|
19250
|
+
.v-carousel__controls__item:hover .v-icon {
|
19251
|
+
opacity: 0.8;
|
19252
|
+
}
|
19253
|
+
|
19254
|
+
.v-carousel__progress {
|
19255
|
+
margin: 0;
|
19256
|
+
position: absolute;
|
19257
|
+
bottom: 0;
|
19258
|
+
left: 0;
|
19259
|
+
right: 0;
|
19260
|
+
}
|
19261
|
+
|
19262
|
+
.v-carousel-item {
|
19263
|
+
display: block;
|
19264
|
+
height: inherit;
|
19265
|
+
text-decoration: none;
|
19266
|
+
}
|
19267
|
+
.v-carousel-item > .v-img {
|
19268
|
+
height: inherit;
|
19269
|
+
}
|
19270
|
+
|
19271
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19272
|
+
background: transparent;
|
19273
|
+
}
|
19274
|
+
|
19275
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19276
|
+
flex-direction: column;
|
19277
|
+
height: 100% !important;
|
19278
|
+
width: 50px;
|
19279
|
+
}.v-chip {
|
19280
|
+
align-items: center;
|
19281
|
+
display: inline-flex;
|
19282
|
+
font-weight: 400;
|
19283
|
+
max-width: 100%;
|
19284
|
+
min-width: 0;
|
19285
|
+
overflow: hidden;
|
19286
|
+
position: relative;
|
19287
|
+
text-decoration: none;
|
19288
|
+
white-space: nowrap;
|
19289
|
+
vertical-align: middle;
|
19290
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19291
|
+
border-style: solid;
|
19292
|
+
border-width: 0;
|
19293
|
+
border-radius: 9999px;
|
19294
|
+
}
|
19295
|
+
.v-chip .v-icon {
|
19296
|
+
--v-icon-size-multiplier: 0.8571428571;
|
19297
|
+
}
|
19298
|
+
.v-chip.v-chip--size-x-small {
|
19299
|
+
--v-chip-size: 0.625rem;
|
19300
|
+
--v-chip-height: 20px;
|
19301
|
+
font-size: 0.625rem;
|
19302
|
+
padding: 0 8px;
|
19303
|
+
}
|
19304
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
19305
|
+
--v-avatar-height: 14px;
|
19306
|
+
}
|
19307
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19308
|
+
--v-avatar-height: 20px;
|
19309
|
+
}
|
19310
|
+
|
19311
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
19312
|
+
margin-inline-start: -5.6px;
|
19313
|
+
margin-inline-end: 4px;
|
19314
|
+
}
|
19315
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
19316
|
+
margin-inline-start: -8px;
|
19317
|
+
}
|
19318
|
+
|
19319
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
19320
|
+
margin-inline-start: 4px;
|
19321
|
+
margin-inline-end: -5.6px;
|
19322
|
+
}
|
19323
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
19324
|
+
margin-inline-end: -8px;
|
19325
|
+
}
|
19326
|
+
|
19327
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
19328
|
+
margin-inline-start: 12px;
|
19329
|
+
}
|
19330
|
+
|
19331
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
19332
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
19333
|
+
margin-inline-start: -4px;
|
19334
|
+
margin-inline-end: 4px;
|
19335
|
+
}
|
19336
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
19337
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
19338
|
+
margin-inline-start: 4px;
|
19339
|
+
margin-inline-end: -4px;
|
19340
|
+
}
|
19341
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
19342
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
19343
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19344
|
+
margin-inline-start: 8px;
|
19345
|
+
}
|
19346
|
+
|
19347
|
+
.v-chip.v-chip--size-small {
|
19348
|
+
--v-chip-size: 0.75rem;
|
19349
|
+
--v-chip-height: 26px;
|
19350
|
+
font-size: 0.75rem;
|
19351
|
+
padding: 0 10px;
|
19352
|
+
}
|
19353
|
+
.v-chip.v-chip--size-small .v-avatar {
|
19354
|
+
--v-avatar-height: 20px;
|
19355
|
+
}
|
19356
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
19357
|
+
--v-avatar-height: 26px;
|
19358
|
+
}
|
19359
|
+
|
19360
|
+
.v-chip.v-chip--size-small .v-avatar--start {
|
19361
|
+
margin-inline-start: -7px;
|
19362
|
+
margin-inline-end: 5px;
|
19363
|
+
}
|
19364
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
19365
|
+
margin-inline-start: -10px;
|
19366
|
+
}
|
19367
|
+
|
19368
|
+
.v-chip.v-chip--size-small .v-avatar--end {
|
19369
|
+
margin-inline-start: 5px;
|
19370
|
+
margin-inline-end: -7px;
|
19371
|
+
}
|
19372
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
19373
|
+
margin-inline-end: -10px;
|
19374
|
+
}
|
19375
|
+
|
19376
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
|
19377
|
+
margin-inline-start: 15px;
|
19378
|
+
}
|
19379
|
+
|
19375
19380
|
.v-chip.v-chip--size-small .v-icon--start,
|
19376
19381
|
.v-chip.v-chip--size-small .v-chip__filter {
|
19377
19382
|
margin-inline-start: -5px;
|
@@ -19683,11 +19688,6 @@ html.overflow-y-hidden {
|
|
19683
19688
|
|
19684
19689
|
.v-chip--label {
|
19685
19690
|
border-radius: 4px;
|
19686
|
-
}.v-checkbox.v-input {
|
19687
|
-
flex: 0 1 auto;
|
19688
|
-
}
|
19689
|
-
.v-checkbox .v-selection-control {
|
19690
|
-
min-height: var(--v-input-control-height);
|
19691
19691
|
}.v-chip-group {
|
19692
19692
|
display: flex;
|
19693
19693
|
max-width: 100%;
|
@@ -20484,225 +20484,68 @@ html.overflow-y-hidden {
|
|
20484
20484
|
flex: 0 1 auto;
|
20485
20485
|
font-size: 12px;
|
20486
20486
|
transition-duration: 150ms;
|
20487
|
-
}.v-
|
20488
|
-
|
20487
|
+
}.v-date-picker {
|
20488
|
+
overflow: hidden;
|
20489
|
+
width: 328px;
|
20489
20490
|
}
|
20490
|
-
|
20491
|
-
|
20492
|
-
|
20493
|
-
|
20494
|
-
|
20491
|
+
.v-date-picker--show-week {
|
20492
|
+
width: 368px;
|
20493
|
+
}.v-date-picker-controls {
|
20494
|
+
display: flex;
|
20495
|
+
align-items: center;
|
20496
|
+
justify-content: space-between;
|
20497
|
+
font-size: 0.875rem;
|
20498
|
+
padding-top: 4px;
|
20499
|
+
padding-bottom: 4px;
|
20500
|
+
padding-inline-start: 6px;
|
20501
|
+
padding-inline-end: 12px;
|
20495
20502
|
}
|
20496
|
-
|
20497
|
-
|
20498
|
-
|
20503
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20504
|
+
text-transform: none;
|
20505
|
+
font-weight: 400;
|
20506
|
+
line-height: initial;
|
20507
|
+
letter-spacing: initial;
|
20499
20508
|
}
|
20500
|
-
.v-
|
20509
|
+
.v-date-picker-controls--variant-classic {
|
20510
|
+
padding-inline-start: 12px;
|
20511
|
+
}
|
20512
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20513
|
+
opacity: 0.7;
|
20514
|
+
}
|
20515
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20501
20516
|
cursor: pointer;
|
20502
20517
|
}
|
20503
|
-
|
20504
|
-
|
20505
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
20506
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
20507
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
20508
|
-
text-align: end;
|
20518
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20519
|
+
opacity: 1;
|
20509
20520
|
}
|
20510
|
-
.v-
|
20511
|
-
|
20512
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20513
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
20514
|
-
flex-direction: row-reverse;
|
20521
|
+
.v-date-picker-controls .v-btn:last-child {
|
20522
|
+
margin-inline-start: 4px;
|
20515
20523
|
}
|
20516
|
-
.v-
|
20517
|
-
|
20518
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
20519
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
20520
|
-
text-align: center;
|
20524
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20525
|
+
transform: rotate(180deg);
|
20521
20526
|
}
|
20522
|
-
|
20523
|
-
.v-
|
20524
|
-
|
20525
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
20526
|
-
justify-content: center;
|
20527
|
+
|
20528
|
+
.v-date-picker-controls__date {
|
20529
|
+
margin-inline-end: 4px;
|
20527
20530
|
}
|
20528
|
-
.v-
|
20529
|
-
|
20530
|
-
|
20531
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
20532
|
-
padding: 0 8px;
|
20531
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20532
|
+
margin: auto;
|
20533
|
+
text-align: center;
|
20533
20534
|
}
|
20534
|
-
|
20535
|
-
.v-
|
20536
|
-
|
20537
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
20538
|
-
text-overflow: ellipsis;
|
20539
|
-
text-wrap: nowrap;
|
20540
|
-
overflow: hidden;
|
20535
|
+
|
20536
|
+
.v-date-picker-controls__month {
|
20537
|
+
display: flex;
|
20541
20538
|
}
|
20542
|
-
.v-
|
20543
|
-
|
20544
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
20545
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
20546
|
-
display: contents;
|
20547
|
-
}
|
20548
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
20549
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
20550
|
-
align-items: center;
|
20551
|
-
}
|
20552
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
20553
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
20554
|
-
position: sticky;
|
20555
|
-
}
|
20556
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
20557
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
20558
|
-
cursor: pointer;
|
20559
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20560
|
-
}
|
20561
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
20562
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
20563
|
-
opacity: 0;
|
20564
|
-
}
|
20565
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
20566
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
20567
|
-
opacity: 0.5;
|
20568
|
-
}
|
20569
|
-
|
20570
|
-
.v-data-table-column--fixed,
|
20571
|
-
.v-data-table__th--sticky {
|
20572
|
-
background: rgb(var(--v-theme-surface));
|
20573
|
-
position: sticky !important;
|
20574
|
-
left: 0;
|
20575
|
-
z-index: 1;
|
20576
|
-
}
|
20577
|
-
|
20578
|
-
.v-data-table-column--last-fixed {
|
20579
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20580
|
-
}
|
20581
|
-
|
20582
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
20583
|
-
z-index: 2;
|
20584
|
-
}
|
20585
|
-
|
20586
|
-
.v-data-table-group-header-row td {
|
20587
|
-
background: rgba(var(--v-theme-surface));
|
20588
|
-
color: rgba(var(--v-theme-on-surface));
|
20589
|
-
}
|
20590
|
-
.v-data-table-group-header-row td > span {
|
20591
|
-
padding-left: 5px;
|
20592
|
-
}
|
20593
|
-
|
20594
|
-
.v-data-table--loading .v-data-table__td {
|
20595
|
-
opacity: var(--v-disabled-opacity);
|
20596
|
-
}
|
20597
|
-
|
20598
|
-
.v-data-table-group-header-row__column {
|
20599
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
20600
|
-
}
|
20601
|
-
|
20602
|
-
.v-data-table-header__content {
|
20603
|
-
display: flex;
|
20604
|
-
align-items: center;
|
20605
|
-
}
|
20606
|
-
|
20607
|
-
.v-data-table-header__sort-badge {
|
20608
|
-
display: inline-flex;
|
20609
|
-
justify-content: center;
|
20610
|
-
align-items: center;
|
20611
|
-
font-size: 0.875rem;
|
20612
|
-
padding: 4px;
|
20613
|
-
border-radius: 50%;
|
20614
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
20615
|
-
min-width: 20px;
|
20616
|
-
min-height: 20px;
|
20617
|
-
width: 20px;
|
20618
|
-
height: 20px;
|
20619
|
-
}
|
20620
|
-
|
20621
|
-
.v-data-table-progress > th {
|
20622
|
-
border: none !important;
|
20623
|
-
height: auto !important;
|
20624
|
-
padding: 0 !important;
|
20625
|
-
}
|
20626
|
-
|
20627
|
-
.v-data-table-progress__loader {
|
20628
|
-
position: relative;
|
20629
|
-
}
|
20630
|
-
|
20631
|
-
.v-data-table-rows-loading,
|
20632
|
-
.v-data-table-rows-no-data {
|
20633
|
-
text-align: center;
|
20634
|
-
}
|
20635
|
-
|
20636
|
-
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
20637
|
-
grid-template-columns: 0;
|
20638
|
-
justify-content: center;
|
20639
|
-
}
|
20640
|
-
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
20641
|
-
grid-template-columns: 0;
|
20642
|
-
justify-content: end;
|
20643
|
-
}
|
20644
|
-
.v-data-table__tr--mobile > td {
|
20645
|
-
align-items: center;
|
20646
|
-
column-gap: 4px;
|
20647
|
-
display: grid;
|
20648
|
-
grid-template-columns: repeat(2, 1fr);
|
20649
|
-
min-height: var(--v-table-row-height);
|
20650
|
-
}
|
20651
|
-
.v-data-table__tr--mobile > td:not(:last-child) {
|
20652
|
-
border-bottom: 0 !important;
|
20539
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20540
|
+
flex-direction: row-reverse;
|
20653
20541
|
}
|
20654
20542
|
|
20655
|
-
.v-
|
20656
|
-
|
20657
|
-
text-align: left;
|
20658
|
-
}
|
20659
|
-
|
20660
|
-
.v-data-table__td-value {
|
20661
|
-
text-align: right;
|
20543
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20544
|
+
flex: 1 0 auto;
|
20662
20545
|
}
|
20663
20546
|
|
20664
|
-
.v-
|
20665
|
-
|
20666
|
-
}
|
20667
|
-
.v-data-table__td-sort-icon-active {
|
20668
|
-
color: rgba(var(--v-theme-on-surface));
|
20669
|
-
}.v-data-table-footer {
|
20670
|
-
align-items: center;
|
20671
|
-
display: flex;
|
20672
|
-
flex-wrap: wrap;
|
20673
|
-
justify-content: flex-end;
|
20674
|
-
padding: 8px 4px;
|
20675
|
-
}
|
20676
|
-
.v-data-table-footer__items-per-page {
|
20677
|
-
align-items: center;
|
20678
|
-
display: flex;
|
20679
|
-
justify-content: center;
|
20680
|
-
}
|
20681
|
-
.v-data-table-footer__items-per-page > span {
|
20682
|
-
padding-inline-end: 8px;
|
20683
|
-
}
|
20684
|
-
.v-data-table-footer__items-per-page > .v-select {
|
20685
|
-
width: 90px;
|
20686
|
-
}
|
20687
|
-
.v-data-table-footer__info {
|
20688
|
-
display: flex;
|
20689
|
-
justify-content: flex-end;
|
20690
|
-
min-width: 116px;
|
20691
|
-
padding: 0 16px;
|
20692
|
-
}
|
20693
|
-
.v-data-table-footer__paginationz {
|
20694
|
-
align-items: center;
|
20695
|
-
display: flex;
|
20696
|
-
margin-inline-start: 16px;
|
20697
|
-
}
|
20698
|
-
.v-data-table-footer__page {
|
20699
|
-
padding: 0 8px;
|
20700
|
-
}.v-date-picker {
|
20701
|
-
overflow: hidden;
|
20702
|
-
width: 328px;
|
20703
|
-
}
|
20704
|
-
.v-date-picker--show-week {
|
20705
|
-
width: 368px;
|
20547
|
+
.v-date-picker__title {
|
20548
|
+
display: inline-block;
|
20706
20549
|
}.v-date-picker-header {
|
20707
20550
|
align-items: flex-end;
|
20708
20551
|
height: 70px;
|
@@ -20763,62 +20606,6 @@ html.overflow-y-hidden {
|
|
20763
20606
|
.date-picker-header-reverse-transition-leave-to {
|
20764
20607
|
opacity: 0;
|
20765
20608
|
transform: translate(0, 100%);
|
20766
|
-
}.v-date-picker-controls {
|
20767
|
-
display: flex;
|
20768
|
-
align-items: center;
|
20769
|
-
justify-content: space-between;
|
20770
|
-
font-size: 0.875rem;
|
20771
|
-
padding-top: 4px;
|
20772
|
-
padding-bottom: 4px;
|
20773
|
-
padding-inline-start: 6px;
|
20774
|
-
padding-inline-end: 12px;
|
20775
|
-
}
|
20776
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20777
|
-
text-transform: none;
|
20778
|
-
font-weight: 400;
|
20779
|
-
line-height: initial;
|
20780
|
-
letter-spacing: initial;
|
20781
|
-
}
|
20782
|
-
.v-date-picker-controls--variant-classic {
|
20783
|
-
padding-inline-start: 12px;
|
20784
|
-
}
|
20785
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20786
|
-
opacity: 0.7;
|
20787
|
-
}
|
20788
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20789
|
-
cursor: pointer;
|
20790
|
-
}
|
20791
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20792
|
-
opacity: 1;
|
20793
|
-
}
|
20794
|
-
.v-date-picker-controls .v-btn:last-child {
|
20795
|
-
margin-inline-start: 4px;
|
20796
|
-
}
|
20797
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20798
|
-
transform: rotate(180deg);
|
20799
|
-
}
|
20800
|
-
|
20801
|
-
.v-date-picker-controls__date {
|
20802
|
-
margin-inline-end: 4px;
|
20803
|
-
}
|
20804
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20805
|
-
margin: auto;
|
20806
|
-
text-align: center;
|
20807
|
-
}
|
20808
|
-
|
20809
|
-
.v-date-picker-controls__month {
|
20810
|
-
display: flex;
|
20811
|
-
}
|
20812
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20813
|
-
flex-direction: row-reverse;
|
20814
|
-
}
|
20815
|
-
|
20816
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20817
|
-
flex: 1 0 auto;
|
20818
|
-
}
|
20819
|
-
|
20820
|
-
.v-date-picker__title {
|
20821
|
-
display: inline-block;
|
20822
20609
|
}.v-date-picker-month {
|
20823
20610
|
display: flex;
|
20824
20611
|
justify-content: center;
|
@@ -20872,42 +20659,255 @@ html.overflow-y-hidden {
|
|
20872
20659
|
opacity: 0.5;
|
20873
20660
|
}
|
20874
20661
|
|
20875
|
-
.v-date-picker-month__day--hide-adjacent {
|
20876
|
-
opacity: 0;
|
20877
|
-
}.v-date-picker-months {
|
20878
|
-
height: 288px;
|
20662
|
+
.v-date-picker-month__day--hide-adjacent {
|
20663
|
+
opacity: 0;
|
20664
|
+
}.v-date-picker-months {
|
20665
|
+
height: 288px;
|
20666
|
+
}
|
20667
|
+
|
20668
|
+
.v-date-picker-months__content {
|
20669
|
+
align-items: center;
|
20670
|
+
display: grid;
|
20671
|
+
flex: 1 1;
|
20672
|
+
height: inherit;
|
20673
|
+
justify-content: space-around;
|
20674
|
+
grid-template-columns: repeat(2, 1fr);
|
20675
|
+
grid-gap: 0px 24px;
|
20676
|
+
padding-inline-start: 36px;
|
20677
|
+
padding-inline-end: 36px;
|
20678
|
+
}
|
20679
|
+
.v-date-picker-months__content .v-btn {
|
20680
|
+
text-transform: none;
|
20681
|
+
padding-inline-start: 8px;
|
20682
|
+
padding-inline-end: 8px;
|
20683
|
+
}.v-date-picker-years {
|
20684
|
+
height: 288px;
|
20685
|
+
overflow-y: scroll;
|
20686
|
+
}
|
20687
|
+
|
20688
|
+
.v-date-picker-years__content {
|
20689
|
+
display: grid;
|
20690
|
+
flex: 1 1;
|
20691
|
+
justify-content: space-around;
|
20692
|
+
grid-template-columns: repeat(3, 1fr);
|
20693
|
+
gap: 8px 24px;
|
20694
|
+
padding-inline: 32px;
|
20695
|
+
}
|
20696
|
+
.v-date-picker-years__content .v-btn {
|
20697
|
+
padding-inline: 8px;
|
20698
|
+
}.v-data-table {
|
20699
|
+
width: 100%;
|
20700
|
+
}
|
20701
|
+
|
20702
|
+
.v-data-table__table {
|
20703
|
+
width: 100%;
|
20704
|
+
border-collapse: separate;
|
20705
|
+
border-spacing: 0;
|
20706
|
+
}
|
20707
|
+
|
20708
|
+
.v-data-table__tr--focus {
|
20709
|
+
border: 1px dotted black;
|
20710
|
+
}
|
20711
|
+
.v-data-table__tr--clickable {
|
20712
|
+
cursor: pointer;
|
20713
|
+
}
|
20714
|
+
|
20715
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
20716
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
20717
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
20718
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
20719
|
+
text-align: end;
|
20720
|
+
}
|
20721
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20722
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
20723
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20724
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
20725
|
+
flex-direction: row-reverse;
|
20726
|
+
}
|
20727
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
20728
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
20729
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
20730
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
20731
|
+
text-align: center;
|
20732
|
+
}
|
20733
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
20734
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
20735
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
20736
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
20737
|
+
justify-content: center;
|
20738
|
+
}
|
20739
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
20740
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
20741
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
20742
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
20743
|
+
padding: 0 8px;
|
20744
|
+
}
|
20745
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
20746
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
20747
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
20748
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
20749
|
+
text-overflow: ellipsis;
|
20750
|
+
text-wrap: nowrap;
|
20751
|
+
overflow: hidden;
|
20752
|
+
}
|
20753
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
20754
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
20755
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
20756
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
20757
|
+
display: contents;
|
20758
|
+
}
|
20759
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
20760
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
20761
|
+
align-items: center;
|
20762
|
+
}
|
20763
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
20764
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
20765
|
+
position: sticky;
|
20766
|
+
}
|
20767
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
20768
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
20769
|
+
cursor: pointer;
|
20770
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20771
|
+
}
|
20772
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
20773
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
20774
|
+
opacity: 0;
|
20775
|
+
}
|
20776
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
20777
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
20778
|
+
opacity: 0.5;
|
20779
|
+
}
|
20780
|
+
|
20781
|
+
.v-data-table-column--fixed,
|
20782
|
+
.v-data-table__th--sticky {
|
20783
|
+
background: rgb(var(--v-theme-surface));
|
20784
|
+
position: sticky !important;
|
20785
|
+
left: 0;
|
20786
|
+
z-index: 1;
|
20787
|
+
}
|
20788
|
+
|
20789
|
+
.v-data-table-column--last-fixed {
|
20790
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20791
|
+
}
|
20792
|
+
|
20793
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
20794
|
+
z-index: 2;
|
20795
|
+
}
|
20796
|
+
|
20797
|
+
.v-data-table-group-header-row td {
|
20798
|
+
background: rgba(var(--v-theme-surface));
|
20799
|
+
color: rgba(var(--v-theme-on-surface));
|
20800
|
+
}
|
20801
|
+
.v-data-table-group-header-row td > span {
|
20802
|
+
padding-left: 5px;
|
20803
|
+
}
|
20804
|
+
|
20805
|
+
.v-data-table--loading .v-data-table__td {
|
20806
|
+
opacity: var(--v-disabled-opacity);
|
20807
|
+
}
|
20808
|
+
|
20809
|
+
.v-data-table-group-header-row__column {
|
20810
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
20811
|
+
}
|
20812
|
+
|
20813
|
+
.v-data-table-header__content {
|
20814
|
+
display: flex;
|
20815
|
+
align-items: center;
|
20816
|
+
}
|
20817
|
+
|
20818
|
+
.v-data-table-header__sort-badge {
|
20819
|
+
display: inline-flex;
|
20820
|
+
justify-content: center;
|
20821
|
+
align-items: center;
|
20822
|
+
font-size: 0.875rem;
|
20823
|
+
padding: 4px;
|
20824
|
+
border-radius: 50%;
|
20825
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
20826
|
+
min-width: 20px;
|
20827
|
+
min-height: 20px;
|
20828
|
+
width: 20px;
|
20829
|
+
height: 20px;
|
20830
|
+
}
|
20831
|
+
|
20832
|
+
.v-data-table-progress > th {
|
20833
|
+
border: none !important;
|
20834
|
+
height: auto !important;
|
20835
|
+
padding: 0 !important;
|
20836
|
+
}
|
20837
|
+
|
20838
|
+
.v-data-table-progress__loader {
|
20839
|
+
position: relative;
|
20840
|
+
}
|
20841
|
+
|
20842
|
+
.v-data-table-rows-loading,
|
20843
|
+
.v-data-table-rows-no-data {
|
20844
|
+
text-align: center;
|
20845
|
+
}
|
20846
|
+
|
20847
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
20848
|
+
grid-template-columns: 0;
|
20849
|
+
justify-content: center;
|
20850
|
+
}
|
20851
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
20852
|
+
grid-template-columns: 0;
|
20853
|
+
justify-content: end;
|
20854
|
+
}
|
20855
|
+
.v-data-table__tr--mobile > td {
|
20856
|
+
align-items: center;
|
20857
|
+
column-gap: 4px;
|
20858
|
+
display: grid;
|
20859
|
+
grid-template-columns: repeat(2, 1fr);
|
20860
|
+
min-height: var(--v-table-row-height);
|
20861
|
+
}
|
20862
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
20863
|
+
border-bottom: 0 !important;
|
20864
|
+
}
|
20865
|
+
|
20866
|
+
.v-data-table__td-title {
|
20867
|
+
font-weight: 500;
|
20868
|
+
text-align: left;
|
20869
|
+
}
|
20870
|
+
|
20871
|
+
.v-data-table__td-value {
|
20872
|
+
text-align: right;
|
20879
20873
|
}
|
20880
20874
|
|
20881
|
-
.v-
|
20875
|
+
.v-data-table__td-sort-icon {
|
20876
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
20877
|
+
}
|
20878
|
+
.v-data-table__td-sort-icon-active {
|
20879
|
+
color: rgba(var(--v-theme-on-surface));
|
20880
|
+
}.v-data-table-footer {
|
20882
20881
|
align-items: center;
|
20883
|
-
display:
|
20884
|
-
flex:
|
20885
|
-
|
20886
|
-
|
20887
|
-
grid-template-columns: repeat(2, 1fr);
|
20888
|
-
grid-gap: 0px 24px;
|
20889
|
-
padding-inline-start: 36px;
|
20890
|
-
padding-inline-end: 36px;
|
20882
|
+
display: flex;
|
20883
|
+
flex-wrap: wrap;
|
20884
|
+
justify-content: flex-end;
|
20885
|
+
padding: 8px 4px;
|
20891
20886
|
}
|
20892
|
-
.v-
|
20893
|
-
|
20894
|
-
|
20887
|
+
.v-data-table-footer__items-per-page {
|
20888
|
+
align-items: center;
|
20889
|
+
display: flex;
|
20890
|
+
justify-content: center;
|
20891
|
+
}
|
20892
|
+
.v-data-table-footer__items-per-page > span {
|
20895
20893
|
padding-inline-end: 8px;
|
20896
|
-
}.v-date-picker-years {
|
20897
|
-
height: 288px;
|
20898
|
-
overflow-y: scroll;
|
20899
20894
|
}
|
20900
|
-
|
20901
|
-
|
20902
|
-
display: grid;
|
20903
|
-
flex: 1 1;
|
20904
|
-
justify-content: space-around;
|
20905
|
-
grid-template-columns: repeat(3, 1fr);
|
20906
|
-
gap: 8px 24px;
|
20907
|
-
padding-inline: 32px;
|
20895
|
+
.v-data-table-footer__items-per-page > .v-select {
|
20896
|
+
width: 90px;
|
20908
20897
|
}
|
20909
|
-
.v-
|
20910
|
-
|
20898
|
+
.v-data-table-footer__info {
|
20899
|
+
display: flex;
|
20900
|
+
justify-content: flex-end;
|
20901
|
+
min-width: 116px;
|
20902
|
+
padding: 0 16px;
|
20903
|
+
}
|
20904
|
+
.v-data-table-footer__paginationz {
|
20905
|
+
align-items: center;
|
20906
|
+
display: flex;
|
20907
|
+
margin-inline-start: 16px;
|
20908
|
+
}
|
20909
|
+
.v-data-table-footer__page {
|
20910
|
+
padding: 0 8px;
|
20911
20911
|
}.v-dialog {
|
20912
20912
|
align-items: center;
|
20913
20913
|
justify-content: center;
|
@@ -22075,42 +22075,6 @@ textarea.v-field__input::placeholder {
|
|
22075
22075
|
|
22076
22076
|
.v-icon--end {
|
22077
22077
|
margin-inline-start: 8px;
|
22078
|
-
}.v-img {
|
22079
|
-
--v-theme-overlay-multiplier: 3;
|
22080
|
-
z-index: 0;
|
22081
|
-
}
|
22082
|
-
.v-img--booting .v-responsive__sizer {
|
22083
|
-
transition: none;
|
22084
|
-
}
|
22085
|
-
.v-img--rounded {
|
22086
|
-
border-radius: 4px;
|
22087
|
-
}
|
22088
|
-
|
22089
|
-
.v-img__img,
|
22090
|
-
.v-img__picture,
|
22091
|
-
.v-img__gradient,
|
22092
|
-
.v-img__placeholder,
|
22093
|
-
.v-img__error {
|
22094
|
-
z-index: -1;
|
22095
|
-
position: absolute;
|
22096
|
-
top: 0;
|
22097
|
-
left: 0;
|
22098
|
-
width: 100%;
|
22099
|
-
height: 100%;
|
22100
|
-
}
|
22101
|
-
|
22102
|
-
.v-img__img--preload {
|
22103
|
-
filter: blur(4px);
|
22104
|
-
}
|
22105
|
-
.v-img__img--contain {
|
22106
|
-
object-fit: contain;
|
22107
|
-
}
|
22108
|
-
.v-img__img--cover {
|
22109
|
-
object-fit: cover;
|
22110
|
-
}
|
22111
|
-
|
22112
|
-
.v-img__gradient {
|
22113
|
-
background-repeat: no-repeat;
|
22114
22078
|
}.v-infinite-scroll--horizontal {
|
22115
22079
|
display: flex;
|
22116
22080
|
flex-direction: row;
|
@@ -22278,6 +22242,42 @@ textarea.v-field__input::placeholder {
|
|
22278
22242
|
|
22279
22243
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22280
22244
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22245
|
+
}.v-img {
|
22246
|
+
--v-theme-overlay-multiplier: 3;
|
22247
|
+
z-index: 0;
|
22248
|
+
}
|
22249
|
+
.v-img--booting .v-responsive__sizer {
|
22250
|
+
transition: none;
|
22251
|
+
}
|
22252
|
+
.v-img--rounded {
|
22253
|
+
border-radius: 4px;
|
22254
|
+
}
|
22255
|
+
|
22256
|
+
.v-img__img,
|
22257
|
+
.v-img__picture,
|
22258
|
+
.v-img__gradient,
|
22259
|
+
.v-img__placeholder,
|
22260
|
+
.v-img__error {
|
22261
|
+
z-index: -1;
|
22262
|
+
position: absolute;
|
22263
|
+
top: 0;
|
22264
|
+
left: 0;
|
22265
|
+
width: 100%;
|
22266
|
+
height: 100%;
|
22267
|
+
}
|
22268
|
+
|
22269
|
+
.v-img__img--preload {
|
22270
|
+
filter: blur(4px);
|
22271
|
+
}
|
22272
|
+
.v-img__img--contain {
|
22273
|
+
object-fit: contain;
|
22274
|
+
}
|
22275
|
+
.v-img__img--cover {
|
22276
|
+
object-fit: cover;
|
22277
|
+
}
|
22278
|
+
|
22279
|
+
.v-img__gradient {
|
22280
|
+
background-repeat: no-repeat;
|
22281
22281
|
}.v-item-group {
|
22282
22282
|
flex: 0 1 auto;
|
22283
22283
|
max-width: 100%;
|
@@ -22298,13 +22298,6 @@ textarea.v-field__input::placeholder {
|
|
22298
22298
|
|
22299
22299
|
.v-label--clickable {
|
22300
22300
|
cursor: pointer;
|
22301
|
-
}.v-layout-item {
|
22302
|
-
position: absolute;
|
22303
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22304
|
-
}
|
22305
|
-
|
22306
|
-
.v-layout-item--absolute {
|
22307
|
-
position: absolute;
|
22308
22301
|
}.v-layout {
|
22309
22302
|
--v-scrollbar-offset: 0px;
|
22310
22303
|
display: flex;
|
@@ -22313,6 +22306,13 @@ textarea.v-field__input::placeholder {
|
|
22313
22306
|
.v-layout--full-height {
|
22314
22307
|
--v-scrollbar-offset: inherit;
|
22315
22308
|
height: 100%;
|
22309
|
+
}.v-layout-item {
|
22310
|
+
position: absolute;
|
22311
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22312
|
+
}
|
22313
|
+
|
22314
|
+
.v-layout-item--absolute {
|
22315
|
+
position: absolute;
|
22316
22316
|
}.v-list {
|
22317
22317
|
overflow: auto;
|
22318
22318
|
padding: 8px 0;
|
@@ -22870,8 +22870,37 @@ textarea.v-field__input::placeholder {
|
|
22870
22870
|
}
|
22871
22871
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
22872
22872
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22873
|
+
}.v-menu > .v-overlay__content {
|
22874
|
+
display: flex;
|
22875
|
+
flex-direction: column;
|
22876
|
+
border-radius: 4px;
|
22877
|
+
}
|
22878
|
+
.v-menu > .v-overlay__content > .v-card,
|
22879
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22880
|
+
.v-menu > .v-overlay__content > .v-list {
|
22881
|
+
background: rgb(var(--v-theme-surface));
|
22882
|
+
border-radius: inherit;
|
22883
|
+
overflow: auto;
|
22884
|
+
height: 100%;
|
22885
|
+
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));
|
22873
22886
|
}.v-locale-provider {
|
22874
22887
|
display: contents;
|
22888
|
+
}.v-messages {
|
22889
|
+
flex: 1 1 auto;
|
22890
|
+
font-size: 12px;
|
22891
|
+
min-height: 14px;
|
22892
|
+
min-width: 1px;
|
22893
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22894
|
+
position: relative;
|
22895
|
+
}
|
22896
|
+
.v-messages__message {
|
22897
|
+
line-height: 12px;
|
22898
|
+
word-break: break-word;
|
22899
|
+
overflow-wrap: break-word;
|
22900
|
+
word-wrap: break-word;
|
22901
|
+
-webkit-hyphens: auto;
|
22902
|
+
hyphens: auto;
|
22903
|
+
transition-duration: 150ms;
|
22875
22904
|
}.v-main {
|
22876
22905
|
flex: 1 0 auto;
|
22877
22906
|
max-width: 100%;
|
@@ -22900,35 +22929,6 @@ textarea.v-field__input::placeholder {
|
|
22900
22929
|
--v-layout-right: 0px;
|
22901
22930
|
--v-layout-top: 0px;
|
22902
22931
|
--v-layout-bottom: 0px;
|
22903
|
-
}.v-messages {
|
22904
|
-
flex: 1 1 auto;
|
22905
|
-
font-size: 12px;
|
22906
|
-
min-height: 14px;
|
22907
|
-
min-width: 1px;
|
22908
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22909
|
-
position: relative;
|
22910
|
-
}
|
22911
|
-
.v-messages__message {
|
22912
|
-
line-height: 12px;
|
22913
|
-
word-break: break-word;
|
22914
|
-
overflow-wrap: break-word;
|
22915
|
-
word-wrap: break-word;
|
22916
|
-
-webkit-hyphens: auto;
|
22917
|
-
hyphens: auto;
|
22918
|
-
transition-duration: 150ms;
|
22919
|
-
}.v-menu > .v-overlay__content {
|
22920
|
-
display: flex;
|
22921
|
-
flex-direction: column;
|
22922
|
-
border-radius: 4px;
|
22923
|
-
}
|
22924
|
-
.v-menu > .v-overlay__content > .v-card,
|
22925
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
22926
|
-
.v-menu > .v-overlay__content > .v-list {
|
22927
|
-
background: rgb(var(--v-theme-surface));
|
22928
|
-
border-radius: inherit;
|
22929
|
-
overflow: auto;
|
22930
|
-
height: 100%;
|
22931
|
-
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));
|
22932
22932
|
}.v-navigation-drawer {
|
22933
22933
|
-webkit-overflow-scrolling: touch;
|
22934
22934
|
background: rgb(var(--v-theme-surface));
|
@@ -23260,12 +23260,6 @@ html.v-overlay-scroll-blocked {
|
|
23260
23260
|
100% {
|
23261
23261
|
transform: rotate(270deg);
|
23262
23262
|
}
|
23263
|
-
}.v-parallax {
|
23264
|
-
position: relative;
|
23265
|
-
overflow: hidden;
|
23266
|
-
}
|
23267
|
-
.v-parallax--active > .v-img__img {
|
23268
|
-
will-change: transform;
|
23269
23263
|
}.v-progress-linear {
|
23270
23264
|
background: transparent;
|
23271
23265
|
overflow: hidden;
|
@@ -23477,6 +23471,12 @@ html.v-overlay-scroll-blocked {
|
|
23477
23471
|
0% {
|
23478
23472
|
background-position-x: var(--v-progress-linear-height);
|
23479
23473
|
}
|
23474
|
+
}.v-parallax {
|
23475
|
+
position: relative;
|
23476
|
+
overflow: hidden;
|
23477
|
+
}
|
23478
|
+
.v-parallax--active > .v-img__img {
|
23479
|
+
will-change: transform;
|
23480
23480
|
}.v-radio-group > .v-input__control {
|
23481
23481
|
flex-direction: column;
|
23482
23482
|
}
|
@@ -23529,77 +23529,49 @@ html.v-overlay-scroll-blocked {
|
|
23529
23529
|
|
23530
23530
|
.v-slider.v-input--vertical {
|
23531
23531
|
justify-content: center;
|
23532
|
-
margin-top: 12px;
|
23533
|
-
margin-bottom: 12px;
|
23534
|
-
}
|
23535
|
-
.v-slider.v-input--vertical > .v-input__control {
|
23536
|
-
min-height: 300px;
|
23537
|
-
}
|
23538
|
-
|
23539
|
-
.v-slider.v-input--disabled {
|
23540
|
-
pointer-events: none;
|
23541
|
-
}
|
23542
|
-
|
23543
|
-
.v-slider--has-labels > .v-input__control {
|
23544
|
-
margin-bottom: 4px;
|
23545
|
-
}
|
23546
|
-
|
23547
|
-
.v-slider__label {
|
23548
|
-
margin-inline-end: 12px;
|
23549
|
-
}.v-rating {
|
23550
|
-
max-width: 100%;
|
23551
|
-
display: inline-flex;
|
23552
|
-
white-space: nowrap;
|
23553
|
-
}
|
23554
|
-
.v-rating--readonly {
|
23555
|
-
pointer-events: none;
|
23556
|
-
}
|
23557
|
-
|
23558
|
-
.v-rating__wrapper {
|
23559
|
-
align-items: center;
|
23560
|
-
display: inline-flex;
|
23561
|
-
flex-direction: column;
|
23562
|
-
}
|
23563
|
-
.v-rating__wrapper--bottom {
|
23564
|
-
flex-direction: column-reverse;
|
23565
|
-
}
|
23566
|
-
|
23567
|
-
.v-rating__item {
|
23568
|
-
display: inline-flex;
|
23569
|
-
position: relative;
|
23532
|
+
margin-top: 12px;
|
23533
|
+
margin-bottom: 12px;
|
23570
23534
|
}
|
23571
|
-
.v-
|
23572
|
-
|
23535
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23536
|
+
min-height: 300px;
|
23573
23537
|
}
|
23574
|
-
|
23575
|
-
|
23538
|
+
|
23539
|
+
.v-slider.v-input--disabled {
|
23540
|
+
pointer-events: none;
|
23576
23541
|
}
|
23577
|
-
|
23578
|
-
|
23542
|
+
|
23543
|
+
.v-slider--has-labels > .v-input__control {
|
23544
|
+
margin-bottom: 4px;
|
23579
23545
|
}
|
23580
|
-
|
23581
|
-
|
23582
|
-
|
23546
|
+
|
23547
|
+
.v-slider__label {
|
23548
|
+
margin-inline-end: 12px;
|
23549
|
+
}.v-responsive {
|
23550
|
+
display: flex;
|
23551
|
+
flex: 1 0 auto;
|
23552
|
+
max-height: 100%;
|
23553
|
+
max-width: 100%;
|
23554
|
+
overflow: hidden;
|
23555
|
+
position: relative;
|
23583
23556
|
}
|
23584
|
-
.v-
|
23585
|
-
|
23557
|
+
.v-responsive--inline {
|
23558
|
+
display: inline-flex;
|
23559
|
+
flex: 0 0 auto;
|
23586
23560
|
}
|
23587
|
-
|
23588
|
-
|
23589
|
-
|
23590
|
-
-
|
23591
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23592
|
-
z-index: 1;
|
23561
|
+
|
23562
|
+
.v-responsive__content {
|
23563
|
+
flex: 1 0 0px;
|
23564
|
+
max-width: 100%;
|
23593
23565
|
}
|
23594
|
-
|
23595
|
-
|
23566
|
+
|
23567
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23568
|
+
margin-inline-start: -100%;
|
23596
23569
|
}
|
23597
23570
|
|
23598
|
-
.v-
|
23599
|
-
|
23600
|
-
|
23601
|
-
|
23602
|
-
width: 0;
|
23571
|
+
.v-responsive__sizer {
|
23572
|
+
flex: 1 0 0px;
|
23573
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23574
|
+
pointer-events: none;
|
23603
23575
|
}.v-select .v-field .v-text-field__prefix,
|
23604
23576
|
.v-select .v-field .v-text-field__suffix,
|
23605
23577
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -23648,32 +23620,6 @@ html.v-overlay-scroll-blocked {
|
|
23648
23620
|
.v-select--active-menu .v-select__menu-icon {
|
23649
23621
|
opacity: var(--v-high-emphasis-opacity);
|
23650
23622
|
transform: rotate(180deg);
|
23651
|
-
}.v-responsive {
|
23652
|
-
display: flex;
|
23653
|
-
flex: 1 0 auto;
|
23654
|
-
max-height: 100%;
|
23655
|
-
max-width: 100%;
|
23656
|
-
overflow: hidden;
|
23657
|
-
position: relative;
|
23658
|
-
}
|
23659
|
-
.v-responsive--inline {
|
23660
|
-
display: inline-flex;
|
23661
|
-
flex: 0 0 auto;
|
23662
|
-
}
|
23663
|
-
|
23664
|
-
.v-responsive__content {
|
23665
|
-
flex: 1 0 0px;
|
23666
|
-
max-width: 100%;
|
23667
|
-
}
|
23668
|
-
|
23669
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
23670
|
-
margin-inline-start: -100%;
|
23671
|
-
}
|
23672
|
-
|
23673
|
-
.v-responsive__sizer {
|
23674
|
-
flex: 1 0 0px;
|
23675
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23676
|
-
pointer-events: none;
|
23677
23623
|
}.v-selection-control {
|
23678
23624
|
align-items: center;
|
23679
23625
|
contain: layout;
|
@@ -23811,6 +23757,60 @@ html.v-overlay-scroll-blocked {
|
|
23811
23757
|
}
|
23812
23758
|
.v-sheet--rounded {
|
23813
23759
|
border-radius: 4px;
|
23760
|
+
}.v-rating {
|
23761
|
+
max-width: 100%;
|
23762
|
+
display: inline-flex;
|
23763
|
+
white-space: nowrap;
|
23764
|
+
}
|
23765
|
+
.v-rating--readonly {
|
23766
|
+
pointer-events: none;
|
23767
|
+
}
|
23768
|
+
|
23769
|
+
.v-rating__wrapper {
|
23770
|
+
align-items: center;
|
23771
|
+
display: inline-flex;
|
23772
|
+
flex-direction: column;
|
23773
|
+
}
|
23774
|
+
.v-rating__wrapper--bottom {
|
23775
|
+
flex-direction: column-reverse;
|
23776
|
+
}
|
23777
|
+
|
23778
|
+
.v-rating__item {
|
23779
|
+
display: inline-flex;
|
23780
|
+
position: relative;
|
23781
|
+
}
|
23782
|
+
.v-rating__item label {
|
23783
|
+
cursor: pointer;
|
23784
|
+
}
|
23785
|
+
.v-rating__item .v-btn--variant-plain {
|
23786
|
+
opacity: 1;
|
23787
|
+
}
|
23788
|
+
.v-rating__item .v-btn {
|
23789
|
+
transition-property: transform;
|
23790
|
+
}
|
23791
|
+
.v-rating__item .v-btn .v-icon {
|
23792
|
+
transition: inherit;
|
23793
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23794
|
+
}
|
23795
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23796
|
+
transform: scale(1.25);
|
23797
|
+
}
|
23798
|
+
.v-rating__item--half {
|
23799
|
+
overflow: hidden;
|
23800
|
+
position: absolute;
|
23801
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23802
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23803
|
+
z-index: 1;
|
23804
|
+
}
|
23805
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23806
|
+
opacity: 0;
|
23807
|
+
}
|
23808
|
+
|
23809
|
+
.v-rating__hidden {
|
23810
|
+
height: 0;
|
23811
|
+
opacity: 0;
|
23812
|
+
position: absolute;
|
23813
|
+
width: 0;
|
23814
23814
|
}.v-skeleton-loader {
|
23815
23815
|
align-items: center;
|
23816
23816
|
background: rgb(var(--v-theme-surface));
|
@@ -24187,87 +24187,250 @@ html.v-overlay-scroll-blocked {
|
|
24187
24187
|
.v-snackbar--multi-line .v-snackbar__wrapper {
|
24188
24188
|
min-height: 68px;
|
24189
24189
|
}
|
24190
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
24191
|
-
flex-direction: column;
|
24190
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
24191
|
+
flex-direction: column;
|
24192
|
+
}
|
24193
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
24194
|
+
align-self: flex-end;
|
24195
|
+
margin-bottom: 8px;
|
24196
|
+
}
|
24197
|
+
.v-snackbar--center {
|
24198
|
+
align-items: center;
|
24199
|
+
justify-content: center;
|
24200
|
+
}
|
24201
|
+
.v-snackbar--top {
|
24202
|
+
align-items: flex-start;
|
24203
|
+
}
|
24204
|
+
.v-snackbar--bottom {
|
24205
|
+
align-items: flex-end;
|
24206
|
+
}
|
24207
|
+
.v-snackbar--left, .v-snackbar--start {
|
24208
|
+
justify-content: flex-start;
|
24209
|
+
}
|
24210
|
+
.v-snackbar--right, .v-snackbar--end {
|
24211
|
+
justify-content: flex-end;
|
24212
|
+
}
|
24213
|
+
|
24214
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24215
|
+
transition-duration: 0.15s;
|
24216
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24217
|
+
}
|
24218
|
+
.v-snackbar-transition-enter-active {
|
24219
|
+
transition-property: opacity, transform;
|
24220
|
+
}
|
24221
|
+
.v-snackbar-transition-enter-from {
|
24222
|
+
opacity: 0;
|
24223
|
+
transform: scale(0.8);
|
24224
|
+
}
|
24225
|
+
.v-snackbar-transition-leave-active {
|
24226
|
+
transition-property: opacity;
|
24227
|
+
}
|
24228
|
+
.v-snackbar-transition-leave-to {
|
24229
|
+
opacity: 0;
|
24230
|
+
}.v-speed-dial__content {
|
24231
|
+
gap: 8px;
|
24232
|
+
}
|
24233
|
+
.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 {
|
24234
|
+
flex-direction: row;
|
24235
|
+
}
|
24236
|
+
.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 {
|
24237
|
+
flex-direction: row-reverse;
|
24238
|
+
}
|
24239
|
+
.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 {
|
24240
|
+
flex-direction: column-reverse;
|
24241
|
+
}
|
24242
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24243
|
+
transition-delay: 0s;
|
24244
|
+
}
|
24245
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24246
|
+
transition-delay: 0.05s;
|
24247
|
+
}
|
24248
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24249
|
+
transition-delay: 0.1s;
|
24250
|
+
}
|
24251
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24252
|
+
transition-delay: 0.15s;
|
24253
|
+
}
|
24254
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24255
|
+
transition-delay: 0.2s;
|
24256
|
+
}
|
24257
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24258
|
+
transition-delay: 0.25s;
|
24259
|
+
}
|
24260
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24261
|
+
transition-delay: 0.3s;
|
24262
|
+
}
|
24263
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24264
|
+
transition-delay: 0.35s;
|
24265
|
+
}
|
24266
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24267
|
+
transition-delay: 0.4s;
|
24268
|
+
}
|
24269
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24270
|
+
transition-delay: 0.45s;
|
24271
|
+
}.v-stepper.v-sheet {
|
24272
|
+
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));
|
24273
|
+
border-radius: 4px;
|
24274
|
+
overflow: hidden;
|
24275
|
+
}
|
24276
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24277
|
+
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));
|
24278
|
+
}
|
24279
|
+
|
24280
|
+
.v-stepper-header {
|
24281
|
+
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));
|
24282
|
+
align-items: center;
|
24283
|
+
display: flex;
|
24284
|
+
position: relative;
|
24285
|
+
overflow-x: auto;
|
24286
|
+
justify-content: space-between;
|
24287
|
+
z-index: 1;
|
24288
|
+
}
|
24289
|
+
.v-stepper-header .v-divider {
|
24290
|
+
margin: 0 -16px;
|
24291
|
+
}
|
24292
|
+
.v-stepper-header .v-divider:last-child {
|
24293
|
+
margin-inline-end: 0;
|
24294
|
+
}
|
24295
|
+
.v-stepper-header .v-divider:first-child {
|
24296
|
+
margin-inline-start: 0;
|
24297
|
+
}
|
24298
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24299
|
+
height: auto;
|
24300
|
+
}
|
24301
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24302
|
+
align-self: flex-start;
|
24303
|
+
margin: 35px -67px 0;
|
24304
|
+
}
|
24305
|
+
|
24306
|
+
.v-stepper-window {
|
24307
|
+
margin: 1.5rem;
|
24308
|
+
}
|
24309
|
+
|
24310
|
+
.v-stepper-actions {
|
24311
|
+
display: flex;
|
24312
|
+
align-items: center;
|
24313
|
+
justify-content: space-between;
|
24314
|
+
padding: 1rem;
|
24192
24315
|
}
|
24193
|
-
.v-
|
24194
|
-
|
24195
|
-
margin-bottom: 8px;
|
24316
|
+
.v-stepper .v-stepper-actions {
|
24317
|
+
padding: 0 1.5rem 1rem;
|
24196
24318
|
}
|
24197
|
-
.v-
|
24319
|
+
.v-stepper-window-item .v-stepper-actions {
|
24320
|
+
padding: 1.5rem 0 0;
|
24321
|
+
}.v-stepper-item {
|
24198
24322
|
align-items: center;
|
24199
|
-
|
24323
|
+
align-self: stretch;
|
24324
|
+
display: inline-flex;
|
24325
|
+
flex: none;
|
24326
|
+
outline: none;
|
24327
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24328
|
+
padding: 1.5rem;
|
24329
|
+
position: relative;
|
24330
|
+
transition-duration: 0.2s;
|
24331
|
+
transition-property: opacity;
|
24332
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24200
24333
|
}
|
24201
|
-
.v-
|
24202
|
-
|
24334
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24335
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24203
24336
|
}
|
24204
|
-
.v-
|
24205
|
-
|
24337
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24338
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24206
24339
|
}
|
24207
|
-
|
24208
|
-
|
24340
|
+
@supports not selector(:focus-visible) {
|
24341
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24342
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24343
|
+
}
|
24209
24344
|
}
|
24210
|
-
.v-
|
24211
|
-
|
24345
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24346
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24212
24347
|
}
|
24213
|
-
|
24214
|
-
|
24215
|
-
transition-duration: 0.15s;
|
24216
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24348
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
24349
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
24217
24350
|
}
|
24218
|
-
.v-
|
24219
|
-
|
24351
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
24352
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24220
24353
|
}
|
24221
|
-
|
24222
|
-
|
24223
|
-
|
24354
|
+
@supports not selector(:focus-visible) {
|
24355
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
24356
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24357
|
+
}
|
24224
24358
|
}
|
24225
|
-
.v-
|
24226
|
-
|
24359
|
+
.v-stepper--non-linear .v-stepper-item {
|
24360
|
+
opacity: var(--v-high-emphasis-opacity);
|
24227
24361
|
}
|
24228
|
-
.v-
|
24229
|
-
opacity:
|
24230
|
-
}.v-speed-dial__content {
|
24231
|
-
gap: 8px;
|
24362
|
+
.v-stepper-item--selected {
|
24363
|
+
opacity: 1;
|
24232
24364
|
}
|
24233
|
-
.v-
|
24234
|
-
|
24365
|
+
.v-stepper-item--error {
|
24366
|
+
color: rgb(var(--v-theme-error));
|
24235
24367
|
}
|
24236
|
-
.v-
|
24237
|
-
|
24368
|
+
.v-stepper-item--disabled {
|
24369
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24370
|
+
pointer-events: none;
|
24238
24371
|
}
|
24239
|
-
.v-
|
24240
|
-
flex-direction: column
|
24372
|
+
.v-stepper--alt-labels .v-stepper-item {
|
24373
|
+
flex-direction: column;
|
24374
|
+
justify-content: flex-start;
|
24375
|
+
align-items: center;
|
24376
|
+
flex-basis: 175px;
|
24241
24377
|
}
|
24242
|
-
|
24243
|
-
|
24378
|
+
|
24379
|
+
.v-stepper-item__avatar.v-avatar {
|
24380
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24381
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24382
|
+
font-size: 0.75rem;
|
24383
|
+
margin-inline-end: 8px;
|
24244
24384
|
}
|
24245
|
-
.v-
|
24246
|
-
|
24385
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
24386
|
+
font-size: 0.875rem;
|
24247
24387
|
}
|
24248
|
-
.v-
|
24249
|
-
|
24388
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24389
|
+
background: rgb(var(--v-theme-surface-variant));
|
24250
24390
|
}
|
24251
|
-
.v-
|
24252
|
-
|
24391
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24392
|
+
background: rgb(var(--v-theme-error));
|
24253
24393
|
}
|
24254
|
-
.v-
|
24255
|
-
|
24394
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24395
|
+
margin-bottom: 16px;
|
24396
|
+
margin-inline-end: 0;
|
24256
24397
|
}
|
24257
|
-
|
24258
|
-
|
24398
|
+
|
24399
|
+
.v-stepper-item__title {
|
24400
|
+
line-height: 1;
|
24259
24401
|
}
|
24260
|
-
.v-
|
24261
|
-
|
24402
|
+
.v-stepper--mobile .v-stepper-item__title {
|
24403
|
+
display: none;
|
24262
24404
|
}
|
24263
|
-
|
24264
|
-
|
24405
|
+
|
24406
|
+
.v-stepper-item__subtitle {
|
24407
|
+
font-size: 0.75rem;
|
24408
|
+
text-align: left;
|
24409
|
+
line-height: 1;
|
24410
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24265
24411
|
}
|
24266
|
-
.v-
|
24267
|
-
|
24412
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24413
|
+
text-align: center;
|
24268
24414
|
}
|
24269
|
-
.v-
|
24270
|
-
|
24415
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24416
|
+
display: none;
|
24417
|
+
}
|
24418
|
+
|
24419
|
+
.v-stepper-item__overlay {
|
24420
|
+
background-color: currentColor;
|
24421
|
+
border-radius: inherit;
|
24422
|
+
opacity: 0;
|
24423
|
+
transition: opacity 0.2s ease-in-out;
|
24424
|
+
}
|
24425
|
+
|
24426
|
+
.v-stepper-item__overlay,
|
24427
|
+
.v-stepper-item__underlay {
|
24428
|
+
position: absolute;
|
24429
|
+
top: 0;
|
24430
|
+
left: 0;
|
24431
|
+
width: 100%;
|
24432
|
+
height: 100%;
|
24433
|
+
pointer-events: none;
|
24271
24434
|
}.v-switch .v-label {
|
24272
24435
|
padding-inline-start: 10px;
|
24273
24436
|
}
|
@@ -24404,169 +24567,138 @@ html.v-overlay-scroll-blocked {
|
|
24404
24567
|
}
|
24405
24568
|
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24406
24569
|
transform: rotate(-90deg);
|
24407
|
-
}.v-
|
24408
|
-
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));
|
24409
|
-
border-radius: 4px;
|
24410
|
-
overflow: hidden;
|
24411
|
-
}
|
24412
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24413
|
-
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));
|
24414
|
-
}
|
24415
|
-
|
24416
|
-
.v-stepper-header {
|
24417
|
-
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));
|
24570
|
+
}.v-system-bar {
|
24418
24571
|
align-items: center;
|
24419
24572
|
display: flex;
|
24573
|
+
flex: 1 1 auto;
|
24574
|
+
height: 24px;
|
24575
|
+
justify-content: flex-end;
|
24576
|
+
max-width: 100%;
|
24577
|
+
padding-inline: 8px;
|
24420
24578
|
position: relative;
|
24421
|
-
|
24422
|
-
|
24423
|
-
|
24424
|
-
|
24425
|
-
|
24426
|
-
|
24427
|
-
|
24428
|
-
|
24429
|
-
|
24430
|
-
|
24431
|
-
.v-stepper-header .v-divider:first-child {
|
24432
|
-
margin-inline-start: 0;
|
24433
|
-
}
|
24434
|
-
.v-stepper--alt-labels .v-stepper-header {
|
24435
|
-
height: auto;
|
24436
|
-
}
|
24437
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24438
|
-
align-self: flex-start;
|
24439
|
-
margin: 35px -67px 0;
|
24440
|
-
}
|
24441
|
-
|
24442
|
-
.v-stepper-window {
|
24443
|
-
margin: 1.5rem;
|
24444
|
-
}
|
24445
|
-
|
24446
|
-
.v-stepper-actions {
|
24447
|
-
display: flex;
|
24448
|
-
align-items: center;
|
24449
|
-
justify-content: space-between;
|
24450
|
-
padding: 1rem;
|
24451
|
-
}
|
24452
|
-
.v-stepper .v-stepper-actions {
|
24453
|
-
padding: 0 1.5rem 1rem;
|
24579
|
+
text-align: end;
|
24580
|
+
width: 100%;
|
24581
|
+
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));
|
24582
|
+
background: rgba(var(--v-theme-surface-light));
|
24583
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24584
|
+
font-size: 0.75rem;
|
24585
|
+
font-weight: 400;
|
24586
|
+
letter-spacing: 0.0333333333em;
|
24587
|
+
line-height: 1.667;
|
24588
|
+
text-transform: none;
|
24454
24589
|
}
|
24455
|
-
.v-
|
24456
|
-
padding: 1.5rem 0 0;
|
24457
|
-
}.v-stepper-item {
|
24458
|
-
align-items: center;
|
24459
|
-
align-self: stretch;
|
24460
|
-
display: inline-flex;
|
24461
|
-
flex: none;
|
24462
|
-
outline: none;
|
24590
|
+
.v-system-bar .v-icon {
|
24463
24591
|
opacity: var(--v-medium-emphasis-opacity);
|
24464
|
-
padding: 1.5rem;
|
24465
|
-
position: relative;
|
24466
|
-
transition-duration: 0.2s;
|
24467
|
-
transition-property: opacity;
|
24468
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24469
24592
|
}
|
24470
|
-
.v-
|
24471
|
-
|
24593
|
+
.v-system-bar--absolute {
|
24594
|
+
position: absolute;
|
24472
24595
|
}
|
24473
|
-
.v-
|
24474
|
-
|
24596
|
+
.v-system-bar--fixed {
|
24597
|
+
position: fixed;
|
24475
24598
|
}
|
24476
|
-
|
24477
|
-
|
24478
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24479
|
-
}
|
24599
|
+
.v-system-bar--rounded {
|
24600
|
+
border-radius: 0;
|
24480
24601
|
}
|
24481
|
-
.v-
|
24482
|
-
|
24602
|
+
.v-system-bar--window {
|
24603
|
+
height: 32px;
|
24483
24604
|
}
|
24484
|
-
.v-
|
24485
|
-
|
24605
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24606
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24607
|
+
}.v-tab.v-tab.v-btn {
|
24608
|
+
height: var(--v-tabs-height);
|
24609
|
+
border-radius: 0;
|
24610
|
+
min-width: 90px;
|
24486
24611
|
}
|
24487
|
-
.v-
|
24488
|
-
|
24612
|
+
.v-slide-group--horizontal .v-tab {
|
24613
|
+
max-width: 360px;
|
24489
24614
|
}
|
24490
|
-
|
24491
|
-
|
24492
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24493
|
-
}
|
24615
|
+
.v-slide-group--vertical .v-tab {
|
24616
|
+
justify-content: start;
|
24494
24617
|
}
|
24495
|
-
|
24496
|
-
|
24618
|
+
|
24619
|
+
.v-tab__slider {
|
24620
|
+
position: absolute;
|
24621
|
+
bottom: 0;
|
24622
|
+
left: 0;
|
24623
|
+
height: 2px;
|
24624
|
+
width: 100%;
|
24625
|
+
background: currentColor;
|
24626
|
+
pointer-events: none;
|
24627
|
+
opacity: 0;
|
24497
24628
|
}
|
24498
|
-
.v-
|
24629
|
+
.v-tab--selected .v-tab__slider {
|
24499
24630
|
opacity: 1;
|
24500
24631
|
}
|
24501
|
-
.v-
|
24502
|
-
|
24632
|
+
.v-slide-group--vertical .v-tab__slider {
|
24633
|
+
top: 0;
|
24634
|
+
height: 100%;
|
24635
|
+
width: 2px;
|
24636
|
+
}.v-tabs {
|
24637
|
+
display: flex;
|
24638
|
+
height: var(--v-tabs-height);
|
24503
24639
|
}
|
24504
|
-
.v-
|
24505
|
-
|
24506
|
-
pointer-events: none;
|
24640
|
+
.v-tabs--density-default {
|
24641
|
+
--v-tabs-height: 48px;
|
24507
24642
|
}
|
24508
|
-
.v-
|
24509
|
-
|
24510
|
-
justify-content: flex-start;
|
24511
|
-
align-items: center;
|
24512
|
-
flex-basis: 175px;
|
24643
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24644
|
+
--v-tabs-height: 72px;
|
24513
24645
|
}
|
24514
24646
|
|
24515
|
-
.v-
|
24516
|
-
|
24517
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24518
|
-
font-size: 0.75rem;
|
24519
|
-
margin-inline-end: 8px;
|
24520
|
-
}
|
24521
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
24522
|
-
font-size: 0.875rem;
|
24647
|
+
.v-tabs--density-comfortable {
|
24648
|
+
--v-tabs-height: 44px;
|
24523
24649
|
}
|
24524
|
-
.v-
|
24525
|
-
|
24650
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24651
|
+
--v-tabs-height: 68px;
|
24526
24652
|
}
|
24527
|
-
|
24528
|
-
|
24653
|
+
|
24654
|
+
.v-tabs--density-compact {
|
24655
|
+
--v-tabs-height: 36px;
|
24529
24656
|
}
|
24530
|
-
.v-
|
24531
|
-
|
24532
|
-
margin-inline-end: 0;
|
24657
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24658
|
+
--v-tabs-height: 60px;
|
24533
24659
|
}
|
24534
24660
|
|
24535
|
-
.v-
|
24536
|
-
|
24661
|
+
.v-tabs.v-slide-group--vertical {
|
24662
|
+
height: auto;
|
24663
|
+
flex: none;
|
24664
|
+
--v-tabs-height: 48px;
|
24537
24665
|
}
|
24538
|
-
|
24539
|
-
|
24666
|
+
|
24667
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24668
|
+
margin-inline-start: 42px;
|
24540
24669
|
}
|
24541
24670
|
|
24542
|
-
.v-
|
24543
|
-
|
24544
|
-
|
24545
|
-
line-height: 1;
|
24546
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24671
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24672
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24673
|
+
margin-inline-end: auto;
|
24547
24674
|
}
|
24548
|
-
.v-
|
24549
|
-
|
24675
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24676
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24677
|
+
margin-inline-start: auto;
|
24550
24678
|
}
|
24551
|
-
|
24552
|
-
|
24679
|
+
|
24680
|
+
.v-tabs--grow {
|
24681
|
+
flex-grow: 1;
|
24682
|
+
}
|
24683
|
+
.v-tabs--grow .v-tab {
|
24684
|
+
flex: 1 0 auto;
|
24685
|
+
max-width: none;
|
24553
24686
|
}
|
24554
24687
|
|
24555
|
-
.v-
|
24556
|
-
|
24557
|
-
|
24558
|
-
|
24559
|
-
|
24688
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24689
|
+
margin-inline-start: auto;
|
24690
|
+
}
|
24691
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24692
|
+
margin-inline-end: 0;
|
24560
24693
|
}
|
24561
24694
|
|
24562
|
-
.
|
24563
|
-
.v-
|
24564
|
-
|
24565
|
-
|
24566
|
-
|
24567
|
-
|
24568
|
-
|
24569
|
-
pointer-events: none;
|
24695
|
+
@media (max-width: 1279.98px) {
|
24696
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24697
|
+
margin-inline-start: 52px;
|
24698
|
+
}
|
24699
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24700
|
+
margin-inline-end: 52px;
|
24701
|
+
}
|
24570
24702
|
}.v-table {
|
24571
24703
|
background: rgb(var(--v-theme-surface));
|
24572
24704
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24705,43 +24837,45 @@ html.v-overlay-scroll-blocked {
|
|
24705
24837
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24706
24838
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24707
24839
|
border-top: 0px !important;
|
24708
|
-
}.v-
|
24709
|
-
|
24710
|
-
display: flex;
|
24711
|
-
flex: 1 1 auto;
|
24712
|
-
height: 24px;
|
24713
|
-
justify-content: flex-end;
|
24714
|
-
max-width: 100%;
|
24715
|
-
padding-inline: 8px;
|
24716
|
-
position: relative;
|
24717
|
-
text-align: end;
|
24718
|
-
width: 100%;
|
24719
|
-
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));
|
24720
|
-
background: rgba(var(--v-theme-surface-light));
|
24721
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24722
|
-
font-size: 0.75rem;
|
24723
|
-
font-weight: 400;
|
24724
|
-
letter-spacing: 0.0333333333em;
|
24725
|
-
line-height: 1.667;
|
24726
|
-
text-transform: none;
|
24840
|
+
}.v-textarea .v-field {
|
24841
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
24727
24842
|
}
|
24728
|
-
.v-
|
24729
|
-
|
24843
|
+
.v-textarea .v-field__field {
|
24844
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
24730
24845
|
}
|
24731
|
-
.v-
|
24846
|
+
.v-textarea .v-field__input {
|
24847
|
+
flex: 1 1 auto;
|
24848
|
+
outline: none;
|
24849
|
+
-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));
|
24850
|
+
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));
|
24851
|
+
}
|
24852
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
24853
|
+
visibility: hidden;
|
24732
24854
|
position: absolute;
|
24855
|
+
top: 0;
|
24856
|
+
left: 0;
|
24857
|
+
height: 0 !important;
|
24858
|
+
min-height: 0 !important;
|
24859
|
+
pointer-events: none;
|
24733
24860
|
}
|
24734
|
-
.v-
|
24735
|
-
|
24861
|
+
.v-textarea--no-resize .v-field__input {
|
24862
|
+
resize: none;
|
24736
24863
|
}
|
24737
|
-
.v-
|
24738
|
-
|
24864
|
+
.v-textarea .v-field--no-label textarea,
|
24865
|
+
.v-textarea .v-field--active textarea {
|
24866
|
+
opacity: 1;
|
24739
24867
|
}
|
24740
|
-
.v-
|
24741
|
-
|
24868
|
+
.v-textarea textarea {
|
24869
|
+
opacity: 0;
|
24870
|
+
flex: 1;
|
24871
|
+
min-width: 0;
|
24872
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24742
24873
|
}
|
24743
|
-
.v-
|
24744
|
-
|
24874
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24875
|
+
outline: none;
|
24876
|
+
}
|
24877
|
+
.v-textarea textarea:invalid {
|
24878
|
+
box-shadow: none;
|
24745
24879
|
}/* region BLOCK */
|
24746
24880
|
.v-text-field input {
|
24747
24881
|
color: inherit;
|
@@ -24809,46 +24943,7 @@ html.v-overlay-scroll-blocked {
|
|
24809
24943
|
padding-inline-end: var(--v-field-padding-end);
|
24810
24944
|
}
|
24811
24945
|
|
24812
|
-
/* endregion */.v-
|
24813
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
24814
|
-
}
|
24815
|
-
.v-textarea .v-field__field {
|
24816
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
24817
|
-
}
|
24818
|
-
.v-textarea .v-field__input {
|
24819
|
-
flex: 1 1 auto;
|
24820
|
-
outline: none;
|
24821
|
-
-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));
|
24822
|
-
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));
|
24823
|
-
}
|
24824
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
24825
|
-
visibility: hidden;
|
24826
|
-
position: absolute;
|
24827
|
-
top: 0;
|
24828
|
-
left: 0;
|
24829
|
-
height: 0 !important;
|
24830
|
-
min-height: 0 !important;
|
24831
|
-
pointer-events: none;
|
24832
|
-
}
|
24833
|
-
.v-textarea--no-resize .v-field__input {
|
24834
|
-
resize: none;
|
24835
|
-
}
|
24836
|
-
.v-textarea .v-field--no-label textarea,
|
24837
|
-
.v-textarea .v-field--active textarea {
|
24838
|
-
opacity: 1;
|
24839
|
-
}
|
24840
|
-
.v-textarea textarea {
|
24841
|
-
opacity: 0;
|
24842
|
-
flex: 1;
|
24843
|
-
min-width: 0;
|
24844
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24845
|
-
}
|
24846
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24847
|
-
outline: none;
|
24848
|
-
}
|
24849
|
-
.v-textarea textarea:invalid {
|
24850
|
-
box-shadow: none;
|
24851
|
-
}.v-timeline .v-timeline-divider__dot {
|
24946
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
24852
24947
|
background: rgb(var(--v-theme-surface-light));
|
24853
24948
|
}
|
24854
24949
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25256,39 +25351,14 @@ html.v-overlay-scroll-blocked {
|
|
25256
25351
|
display: none;
|
25257
25352
|
}
|
25258
25353
|
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25259
|
-
--v-timeline-line-size-offset: 12px;
|
25260
|
-
}
|
25261
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25262
|
-
padding-block-end: 0;
|
25263
|
-
}
|
25264
|
-
|
25265
|
-
.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 {
|
25266
|
-
padding-inline-end: 0;
|
25267
|
-
}.v-theme-provider {
|
25268
|
-
background: rgb(var(--v-theme-background));
|
25269
|
-
color: rgb(var(--v-theme-on-background));
|
25270
|
-
}.v-tooltip > .v-overlay__content {
|
25271
|
-
background: rgb(var(--v-theme-surface-variant));
|
25272
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25273
|
-
border-radius: 4px;
|
25274
|
-
font-size: 0.875rem;
|
25275
|
-
line-height: 1.6;
|
25276
|
-
display: inline-block;
|
25277
|
-
padding: 5px 16px;
|
25278
|
-
text-transform: initial;
|
25279
|
-
width: auto;
|
25280
|
-
opacity: 1;
|
25281
|
-
pointer-events: none;
|
25282
|
-
transition-property: opacity, transform;
|
25283
|
-
overflow-wrap: break-word;
|
25284
|
-
}
|
25285
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25286
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25287
|
-
transition-duration: 150ms;
|
25354
|
+
--v-timeline-line-size-offset: 12px;
|
25288
25355
|
}
|
25289
|
-
.v-
|
25290
|
-
|
25291
|
-
|
25356
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25357
|
+
padding-block-end: 0;
|
25358
|
+
}
|
25359
|
+
|
25360
|
+
.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 {
|
25361
|
+
padding-inline-end: 0;
|
25292
25362
|
}.v-toolbar {
|
25293
25363
|
align-items: flex-start;
|
25294
25364
|
display: flex;
|
@@ -25418,6 +25488,31 @@ html.v-overlay-scroll-blocked {
|
|
25418
25488
|
}
|
25419
25489
|
.v-toolbar-items > .v-btn {
|
25420
25490
|
border-radius: 0;
|
25491
|
+
}.v-theme-provider {
|
25492
|
+
background: rgb(var(--v-theme-background));
|
25493
|
+
color: rgb(var(--v-theme-on-background));
|
25494
|
+
}.v-tooltip > .v-overlay__content {
|
25495
|
+
background: rgb(var(--v-theme-surface-variant));
|
25496
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25497
|
+
border-radius: 4px;
|
25498
|
+
font-size: 0.875rem;
|
25499
|
+
line-height: 1.6;
|
25500
|
+
display: inline-block;
|
25501
|
+
padding: 5px 16px;
|
25502
|
+
text-transform: initial;
|
25503
|
+
width: auto;
|
25504
|
+
opacity: 1;
|
25505
|
+
pointer-events: none;
|
25506
|
+
transition-property: opacity, transform;
|
25507
|
+
overflow-wrap: break-word;
|
25508
|
+
}
|
25509
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25510
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25511
|
+
transition-duration: 150ms;
|
25512
|
+
}
|
25513
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25514
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25515
|
+
transition-duration: 75ms;
|
25421
25516
|
}.v-virtual-scroll {
|
25422
25517
|
display: block;
|
25423
25518
|
flex: 1 1 auto;
|
@@ -25497,101 +25592,6 @@ html.v-overlay-scroll-blocked {
|
|
25497
25592
|
}
|
25498
25593
|
.v-window-y-reverse-transition-leave-to {
|
25499
25594
|
transform: translateY(100%);
|
25500
|
-
}.v-tab.v-tab.v-btn {
|
25501
|
-
height: var(--v-tabs-height);
|
25502
|
-
border-radius: 0;
|
25503
|
-
min-width: 90px;
|
25504
|
-
}
|
25505
|
-
.v-slide-group--horizontal .v-tab {
|
25506
|
-
max-width: 360px;
|
25507
|
-
}
|
25508
|
-
.v-slide-group--vertical .v-tab {
|
25509
|
-
justify-content: start;
|
25510
|
-
}
|
25511
|
-
|
25512
|
-
.v-tab__slider {
|
25513
|
-
position: absolute;
|
25514
|
-
bottom: 0;
|
25515
|
-
left: 0;
|
25516
|
-
height: 2px;
|
25517
|
-
width: 100%;
|
25518
|
-
background: currentColor;
|
25519
|
-
pointer-events: none;
|
25520
|
-
opacity: 0;
|
25521
|
-
}
|
25522
|
-
.v-tab--selected .v-tab__slider {
|
25523
|
-
opacity: 1;
|
25524
|
-
}
|
25525
|
-
.v-slide-group--vertical .v-tab__slider {
|
25526
|
-
top: 0;
|
25527
|
-
height: 100%;
|
25528
|
-
width: 2px;
|
25529
|
-
}.v-tabs {
|
25530
|
-
display: flex;
|
25531
|
-
height: var(--v-tabs-height);
|
25532
|
-
}
|
25533
|
-
.v-tabs--density-default {
|
25534
|
-
--v-tabs-height: 48px;
|
25535
|
-
}
|
25536
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25537
|
-
--v-tabs-height: 72px;
|
25538
|
-
}
|
25539
|
-
|
25540
|
-
.v-tabs--density-comfortable {
|
25541
|
-
--v-tabs-height: 44px;
|
25542
|
-
}
|
25543
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25544
|
-
--v-tabs-height: 68px;
|
25545
|
-
}
|
25546
|
-
|
25547
|
-
.v-tabs--density-compact {
|
25548
|
-
--v-tabs-height: 36px;
|
25549
|
-
}
|
25550
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25551
|
-
--v-tabs-height: 60px;
|
25552
|
-
}
|
25553
|
-
|
25554
|
-
.v-tabs.v-slide-group--vertical {
|
25555
|
-
height: auto;
|
25556
|
-
flex: none;
|
25557
|
-
--v-tabs-height: 48px;
|
25558
|
-
}
|
25559
|
-
|
25560
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25561
|
-
margin-inline-start: 42px;
|
25562
|
-
}
|
25563
|
-
|
25564
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25565
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25566
|
-
margin-inline-end: auto;
|
25567
|
-
}
|
25568
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25569
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25570
|
-
margin-inline-start: auto;
|
25571
|
-
}
|
25572
|
-
|
25573
|
-
.v-tabs--grow {
|
25574
|
-
flex-grow: 1;
|
25575
|
-
}
|
25576
|
-
.v-tabs--grow .v-tab {
|
25577
|
-
flex: 1 0 auto;
|
25578
|
-
max-width: none;
|
25579
|
-
}
|
25580
|
-
|
25581
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25582
|
-
margin-inline-start: auto;
|
25583
|
-
}
|
25584
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25585
|
-
margin-inline-end: 0;
|
25586
|
-
}
|
25587
|
-
|
25588
|
-
@media (max-width: 1279.98px) {
|
25589
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25590
|
-
margin-inline-start: 52px;
|
25591
|
-
}
|
25592
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25593
|
-
margin-inline-end: 52px;
|
25594
|
-
}
|
25595
25595
|
}.v-color-picker-canvas {
|
25596
25596
|
display: flex;
|
25597
25597
|
position: relative;
|
@@ -25614,6 +25614,69 @@ html.v-overlay-scroll-blocked {
|
|
25614
25614
|
}
|
25615
25615
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25616
25616
|
will-change: transform;
|
25617
|
+
}.v-color-picker-edit {
|
25618
|
+
display: flex;
|
25619
|
+
margin-top: 24px;
|
25620
|
+
}
|
25621
|
+
|
25622
|
+
.v-color-picker-edit__input {
|
25623
|
+
width: 100%;
|
25624
|
+
display: flex;
|
25625
|
+
flex-wrap: wrap;
|
25626
|
+
justify-content: center;
|
25627
|
+
text-align: center;
|
25628
|
+
}
|
25629
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25630
|
+
margin-inline-end: 8px;
|
25631
|
+
}
|
25632
|
+
.v-color-picker-edit__input input {
|
25633
|
+
border-radius: 4px;
|
25634
|
+
margin-bottom: 8px;
|
25635
|
+
min-width: 0;
|
25636
|
+
outline: none;
|
25637
|
+
text-align: center;
|
25638
|
+
width: 100%;
|
25639
|
+
height: 32px;
|
25640
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25641
|
+
color: rgba(var(--v-theme-on-surface));
|
25642
|
+
}
|
25643
|
+
.v-color-picker-edit__input span {
|
25644
|
+
font-size: 0.75rem;
|
25645
|
+
}.v-color-picker-swatches {
|
25646
|
+
overflow-y: auto;
|
25647
|
+
}
|
25648
|
+
.v-color-picker-swatches > div {
|
25649
|
+
display: flex;
|
25650
|
+
flex-wrap: wrap;
|
25651
|
+
justify-content: center;
|
25652
|
+
padding: 8px;
|
25653
|
+
}
|
25654
|
+
|
25655
|
+
.v-color-picker-swatches__swatch {
|
25656
|
+
display: flex;
|
25657
|
+
flex-direction: column;
|
25658
|
+
margin-bottom: 10px;
|
25659
|
+
}
|
25660
|
+
|
25661
|
+
.v-color-picker-swatches__color {
|
25662
|
+
position: relative;
|
25663
|
+
height: 18px;
|
25664
|
+
max-height: 18px;
|
25665
|
+
width: 45px;
|
25666
|
+
margin: 2px 4px;
|
25667
|
+
border-radius: 2px;
|
25668
|
+
-webkit-user-select: none;
|
25669
|
+
user-select: none;
|
25670
|
+
overflow: hidden;
|
25671
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25672
|
+
cursor: pointer;
|
25673
|
+
}
|
25674
|
+
.v-color-picker-swatches__color > div {
|
25675
|
+
display: flex;
|
25676
|
+
align-items: center;
|
25677
|
+
justify-content: center;
|
25678
|
+
width: 100%;
|
25679
|
+
height: 100%;
|
25617
25680
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25618
25681
|
background-color: transparent !important;
|
25619
25682
|
}
|
@@ -25684,69 +25747,6 @@ html.v-overlay-scroll-blocked {
|
|
25684
25747
|
.v-color-picker-preview__eye-dropper {
|
25685
25748
|
position: relative;
|
25686
25749
|
margin-right: 12px;
|
25687
|
-
}.v-color-picker-edit {
|
25688
|
-
display: flex;
|
25689
|
-
margin-top: 24px;
|
25690
|
-
}
|
25691
|
-
|
25692
|
-
.v-color-picker-edit__input {
|
25693
|
-
width: 100%;
|
25694
|
-
display: flex;
|
25695
|
-
flex-wrap: wrap;
|
25696
|
-
justify-content: center;
|
25697
|
-
text-align: center;
|
25698
|
-
}
|
25699
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25700
|
-
margin-inline-end: 8px;
|
25701
|
-
}
|
25702
|
-
.v-color-picker-edit__input input {
|
25703
|
-
border-radius: 4px;
|
25704
|
-
margin-bottom: 8px;
|
25705
|
-
min-width: 0;
|
25706
|
-
outline: none;
|
25707
|
-
text-align: center;
|
25708
|
-
width: 100%;
|
25709
|
-
height: 32px;
|
25710
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25711
|
-
color: rgba(var(--v-theme-on-surface));
|
25712
|
-
}
|
25713
|
-
.v-color-picker-edit__input span {
|
25714
|
-
font-size: 0.75rem;
|
25715
|
-
}.v-color-picker-swatches {
|
25716
|
-
overflow-y: auto;
|
25717
|
-
}
|
25718
|
-
.v-color-picker-swatches > div {
|
25719
|
-
display: flex;
|
25720
|
-
flex-wrap: wrap;
|
25721
|
-
justify-content: center;
|
25722
|
-
padding: 8px;
|
25723
|
-
}
|
25724
|
-
|
25725
|
-
.v-color-picker-swatches__swatch {
|
25726
|
-
display: flex;
|
25727
|
-
flex-direction: column;
|
25728
|
-
margin-bottom: 10px;
|
25729
|
-
}
|
25730
|
-
|
25731
|
-
.v-color-picker-swatches__color {
|
25732
|
-
position: relative;
|
25733
|
-
height: 18px;
|
25734
|
-
max-height: 18px;
|
25735
|
-
width: 45px;
|
25736
|
-
margin: 2px 4px;
|
25737
|
-
border-radius: 2px;
|
25738
|
-
-webkit-user-select: none;
|
25739
|
-
user-select: none;
|
25740
|
-
overflow: hidden;
|
25741
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25742
|
-
cursor: pointer;
|
25743
|
-
}
|
25744
|
-
.v-color-picker-swatches__color > div {
|
25745
|
-
display: flex;
|
25746
|
-
align-items: center;
|
25747
|
-
justify-content: center;
|
25748
|
-
width: 100%;
|
25749
|
-
height: 100%;
|
25750
25750
|
}.v-picker.v-sheet {
|
25751
25751
|
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));
|
25752
25752
|
border-radius: 4px;
|