@vuetify/nightly 3.9.3-dev.2025-08-01 → 3.9.3-dev.2025-08-02
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 +6 -3
- package/dist/json/attributes.json +3605 -3605
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +6688 -6676
- package/dist/vuetify-labs.cjs +10 -7
- package/dist/vuetify-labs.css +4938 -4938
- package/dist/vuetify-labs.d.ts +62 -61
- package/dist/vuetify-labs.esm.js +10 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2054 -2054
- package/dist/vuetify.d.ts +62 -61
- package/dist/vuetify.esm.js +10 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +1 -0
- package/lib/components/VDataIterator/VDataIterator.js +1 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.3-dev.2025-08-
|
2
|
+
* Vuetify v3.9.3-dev.2025-08-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17921,48 +17921,6 @@ html.overflow-y-hidden {
|
|
17921
17921
|
.v-locale--is-ltr .float-print-start {
|
17922
17922
|
float: left !important;
|
17923
17923
|
}
|
17924
|
-
}.v-ripple__container {
|
17925
|
-
color: inherit;
|
17926
|
-
border-radius: inherit;
|
17927
|
-
position: absolute;
|
17928
|
-
width: 100%;
|
17929
|
-
height: 100%;
|
17930
|
-
left: 0;
|
17931
|
-
top: 0;
|
17932
|
-
overflow: hidden;
|
17933
|
-
z-index: 0;
|
17934
|
-
pointer-events: none;
|
17935
|
-
contain: strict;
|
17936
|
-
}
|
17937
|
-
.v-ripple__animation {
|
17938
|
-
color: inherit;
|
17939
|
-
position: absolute;
|
17940
|
-
top: 0;
|
17941
|
-
left: 0;
|
17942
|
-
border-radius: 50%;
|
17943
|
-
background: currentColor;
|
17944
|
-
opacity: 0;
|
17945
|
-
pointer-events: none;
|
17946
|
-
overflow: hidden;
|
17947
|
-
will-change: transform, opacity;
|
17948
|
-
}
|
17949
|
-
.v-ripple__animation--enter {
|
17950
|
-
transition: none;
|
17951
|
-
opacity: 0;
|
17952
|
-
}
|
17953
|
-
.v-ripple__animation--in {
|
17954
|
-
transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
|
17955
|
-
opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
|
17956
|
-
}
|
17957
|
-
@media (prefers-reduced-motion: reduce) {
|
17958
|
-
.v-ripple__animation--in {
|
17959
|
-
transition-property: opacity;
|
17960
|
-
transition-duration: 0.1s;
|
17961
|
-
}
|
17962
|
-
}
|
17963
|
-
.v-ripple__animation--out {
|
17964
|
-
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17965
|
-
opacity: 0;
|
17966
17924
|
}.v-code {
|
17967
17925
|
background-color: rgb(var(--v-theme-code));
|
17968
17926
|
color: rgb(var(--v-theme-on-code));
|
@@ -18005,34 +17963,48 @@ html.overflow-y-hidden {
|
|
18005
17963
|
}
|
18006
17964
|
.v-kbd {
|
18007
17965
|
border-radius: 4px;
|
18008
|
-
}.v-
|
18009
|
-
|
17966
|
+
}.v-ripple__container {
|
17967
|
+
color: inherit;
|
17968
|
+
border-radius: inherit;
|
17969
|
+
position: absolute;
|
17970
|
+
width: 100%;
|
17971
|
+
height: 100%;
|
17972
|
+
left: 0;
|
17973
|
+
top: 0;
|
17974
|
+
overflow: hidden;
|
17975
|
+
z-index: 0;
|
17976
|
+
pointer-events: none;
|
17977
|
+
contain: strict;
|
18010
17978
|
}
|
18011
|
-
.v-
|
18012
|
-
|
18013
|
-
|
17979
|
+
.v-ripple__animation {
|
17980
|
+
color: inherit;
|
17981
|
+
position: absolute;
|
17982
|
+
top: 0;
|
17983
|
+
left: 0;
|
17984
|
+
border-radius: 50%;
|
17985
|
+
background: currentColor;
|
17986
|
+
opacity: 0;
|
17987
|
+
pointer-events: none;
|
17988
|
+
overflow: hidden;
|
17989
|
+
will-change: transform, opacity;
|
18014
17990
|
}
|
18015
|
-
.v-
|
18016
|
-
|
17991
|
+
.v-ripple__animation--enter {
|
17992
|
+
transition: none;
|
17993
|
+
opacity: 0;
|
18017
17994
|
}
|
18018
|
-
.v-
|
18019
|
-
|
18020
|
-
|
18021
|
-
display: flex;
|
18022
|
-
background: rgb(var(--v-theme-background));
|
18023
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17995
|
+
.v-ripple__animation--in {
|
17996
|
+
transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
|
17997
|
+
opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
|
18024
17998
|
}
|
18025
|
-
|
18026
|
-
.v-
|
18027
|
-
|
18028
|
-
|
18029
|
-
|
18030
|
-
|
18031
|
-
|
18032
|
-
|
18033
|
-
|
18034
|
-
min-height: 100dvh;
|
18035
|
-
position: relative;
|
17999
|
+
@media (prefers-reduced-motion: reduce) {
|
18000
|
+
.v-ripple__animation--in {
|
18001
|
+
transition-property: opacity;
|
18002
|
+
transition-duration: 0.1s;
|
18003
|
+
}
|
18004
|
+
}
|
18005
|
+
.v-ripple__animation--out {
|
18006
|
+
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
18007
|
+
opacity: 0;
|
18036
18008
|
}.v-alert {
|
18037
18009
|
display: grid;
|
18038
18010
|
flex: 1 1;
|
@@ -18338,6 +18310,22 @@ html.overflow-y-hidden {
|
|
18338
18310
|
}
|
18339
18311
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18340
18312
|
transform: rotate(180deg);
|
18313
|
+
}.v-application {
|
18314
|
+
display: flex;
|
18315
|
+
background: rgb(var(--v-theme-background));
|
18316
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18317
|
+
}
|
18318
|
+
|
18319
|
+
.v-application__wrap {
|
18320
|
+
-webkit-backface-visibility: hidden;
|
18321
|
+
backface-visibility: hidden;
|
18322
|
+
display: flex;
|
18323
|
+
flex-direction: column;
|
18324
|
+
flex: 1 1 auto;
|
18325
|
+
max-width: 100%;
|
18326
|
+
min-height: 100vh;
|
18327
|
+
min-height: 100dvh;
|
18328
|
+
position: relative;
|
18341
18329
|
}.v-avatar {
|
18342
18330
|
flex: none;
|
18343
18331
|
align-items: center;
|
@@ -18687,6 +18675,63 @@ html.overflow-y-hidden {
|
|
18687
18675
|
}
|
18688
18676
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18689
18677
|
align-self: flex-start;
|
18678
|
+
}.v-breadcrumbs {
|
18679
|
+
display: flex;
|
18680
|
+
align-items: center;
|
18681
|
+
line-height: 1.6;
|
18682
|
+
padding: 16px 12px;
|
18683
|
+
}
|
18684
|
+
.v-breadcrumbs--rounded {
|
18685
|
+
border-radius: 4px;
|
18686
|
+
}
|
18687
|
+
.v-breadcrumbs--density-default {
|
18688
|
+
padding-top: 16px;
|
18689
|
+
padding-bottom: 16px;
|
18690
|
+
}
|
18691
|
+
|
18692
|
+
.v-breadcrumbs--density-comfortable {
|
18693
|
+
padding-top: 12px;
|
18694
|
+
padding-bottom: 12px;
|
18695
|
+
}
|
18696
|
+
|
18697
|
+
.v-breadcrumbs--density-compact {
|
18698
|
+
padding-top: 8px;
|
18699
|
+
padding-bottom: 8px;
|
18700
|
+
}
|
18701
|
+
|
18702
|
+
.v-breadcrumbs__prepend {
|
18703
|
+
align-items: center;
|
18704
|
+
display: inline-flex;
|
18705
|
+
}
|
18706
|
+
|
18707
|
+
.v-breadcrumbs-item {
|
18708
|
+
align-items: center;
|
18709
|
+
color: inherit;
|
18710
|
+
display: inline-flex;
|
18711
|
+
padding: 0 4px;
|
18712
|
+
text-decoration: none;
|
18713
|
+
vertical-align: middle;
|
18714
|
+
}
|
18715
|
+
.v-breadcrumbs-item--disabled {
|
18716
|
+
opacity: var(--v-disabled-opacity);
|
18717
|
+
pointer-events: none;
|
18718
|
+
}
|
18719
|
+
.v-breadcrumbs-item--link {
|
18720
|
+
color: inherit;
|
18721
|
+
text-decoration: none;
|
18722
|
+
}
|
18723
|
+
.v-breadcrumbs-item--link:hover {
|
18724
|
+
text-decoration: underline;
|
18725
|
+
}
|
18726
|
+
.v-breadcrumbs-item .v-icon {
|
18727
|
+
font-size: 1rem;
|
18728
|
+
margin-inline: -4px 2px;
|
18729
|
+
}
|
18730
|
+
|
18731
|
+
.v-breadcrumbs-divider {
|
18732
|
+
display: inline-block;
|
18733
|
+
padding: 0 8px;
|
18734
|
+
vertical-align: middle;
|
18690
18735
|
}.v-bottom-navigation {
|
18691
18736
|
display: flex;
|
18692
18737
|
max-width: 100%;
|
@@ -18751,63 +18796,6 @@ html.overflow-y-hidden {
|
|
18751
18796
|
}
|
18752
18797
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18753
18798
|
transform: translateY(0.5rem);
|
18754
|
-
}.v-breadcrumbs {
|
18755
|
-
display: flex;
|
18756
|
-
align-items: center;
|
18757
|
-
line-height: 1.6;
|
18758
|
-
padding: 16px 12px;
|
18759
|
-
}
|
18760
|
-
.v-breadcrumbs--rounded {
|
18761
|
-
border-radius: 4px;
|
18762
|
-
}
|
18763
|
-
.v-breadcrumbs--density-default {
|
18764
|
-
padding-top: 16px;
|
18765
|
-
padding-bottom: 16px;
|
18766
|
-
}
|
18767
|
-
|
18768
|
-
.v-breadcrumbs--density-comfortable {
|
18769
|
-
padding-top: 12px;
|
18770
|
-
padding-bottom: 12px;
|
18771
|
-
}
|
18772
|
-
|
18773
|
-
.v-breadcrumbs--density-compact {
|
18774
|
-
padding-top: 8px;
|
18775
|
-
padding-bottom: 8px;
|
18776
|
-
}
|
18777
|
-
|
18778
|
-
.v-breadcrumbs__prepend {
|
18779
|
-
align-items: center;
|
18780
|
-
display: inline-flex;
|
18781
|
-
}
|
18782
|
-
|
18783
|
-
.v-breadcrumbs-item {
|
18784
|
-
align-items: center;
|
18785
|
-
color: inherit;
|
18786
|
-
display: inline-flex;
|
18787
|
-
padding: 0 4px;
|
18788
|
-
text-decoration: none;
|
18789
|
-
vertical-align: middle;
|
18790
|
-
}
|
18791
|
-
.v-breadcrumbs-item--disabled {
|
18792
|
-
opacity: var(--v-disabled-opacity);
|
18793
|
-
pointer-events: none;
|
18794
|
-
}
|
18795
|
-
.v-breadcrumbs-item--link {
|
18796
|
-
color: inherit;
|
18797
|
-
text-decoration: none;
|
18798
|
-
}
|
18799
|
-
.v-breadcrumbs-item--link:hover {
|
18800
|
-
text-decoration: underline;
|
18801
|
-
}
|
18802
|
-
.v-breadcrumbs-item .v-icon {
|
18803
|
-
font-size: 1rem;
|
18804
|
-
margin-inline: -4px 2px;
|
18805
|
-
}
|
18806
|
-
|
18807
|
-
.v-breadcrumbs-divider {
|
18808
|
-
display: inline-block;
|
18809
|
-
padding: 0 8px;
|
18810
|
-
vertical-align: middle;
|
18811
18799
|
}.bottom-sheet-transition-enter-from {
|
18812
18800
|
transform: translateY(100%);
|
18813
18801
|
}
|
@@ -18847,6 +18835,18 @@ html.overflow-y-hidden {
|
|
18847
18835
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
18848
18836
|
max-width: 70%;
|
18849
18837
|
}
|
18838
|
+
}.v-app-bar {
|
18839
|
+
display: flex;
|
18840
|
+
}
|
18841
|
+
.v-app-bar.v-toolbar {
|
18842
|
+
background: rgb(var(--v-theme-surface));
|
18843
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18844
|
+
}
|
18845
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18846
|
+
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));
|
18847
|
+
}
|
18848
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18849
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18850
18850
|
}.v-btn {
|
18851
18851
|
align-items: center;
|
18852
18852
|
border-radius: 4px;
|
@@ -19309,30 +19309,14 @@ html.overflow-y-hidden {
|
|
19309
19309
|
}
|
19310
19310
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19311
19311
|
opacity: var(--v-border-opacity);
|
19312
|
-
}.v-btn-
|
19313
|
-
|
19314
|
-
|
19315
|
-
|
19316
|
-
|
19317
|
-
|
19318
|
-
|
19319
|
-
|
19320
|
-
}
|
19321
|
-
@supports not selector(:focus-visible) {
|
19322
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19323
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19324
|
-
}
|
19325
|
-
}
|
19326
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19327
|
-
opacity: 1;
|
19328
|
-
}.v-btn-group {
|
19329
|
-
display: inline-flex;
|
19330
|
-
flex-wrap: nowrap;
|
19331
|
-
max-width: 100%;
|
19332
|
-
min-width: 0;
|
19333
|
-
overflow-y: hidden;
|
19334
|
-
overflow-x: auto;
|
19335
|
-
vertical-align: middle;
|
19312
|
+
}.v-btn-group {
|
19313
|
+
display: inline-flex;
|
19314
|
+
flex-wrap: nowrap;
|
19315
|
+
max-width: 100%;
|
19316
|
+
min-width: 0;
|
19317
|
+
overflow-y: hidden;
|
19318
|
+
overflow-x: auto;
|
19319
|
+
vertical-align: middle;
|
19336
19320
|
}
|
19337
19321
|
.v-btn-group {
|
19338
19322
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -19413,11 +19397,86 @@ html.overflow-y-hidden {
|
|
19413
19397
|
border-block-end-width: thin;
|
19414
19398
|
border-block-end-style: solid;
|
19415
19399
|
border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19416
|
-
}.v-
|
19400
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19401
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19402
|
+
}
|
19403
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19404
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19405
|
+
}
|
19406
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19407
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19408
|
+
}
|
19409
|
+
@supports not selector(:focus-visible) {
|
19410
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19411
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19412
|
+
}
|
19413
|
+
}
|
19414
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19415
|
+
opacity: 1;
|
19416
|
+
}.v-carousel {
|
19417
|
+
overflow: hidden;
|
19418
|
+
position: relative;
|
19419
|
+
width: 100%;
|
19420
|
+
}
|
19421
|
+
.v-carousel__controls {
|
19422
|
+
align-items: center;
|
19423
|
+
bottom: 0;
|
19424
|
+
display: flex;
|
19425
|
+
height: 50px;
|
19426
|
+
justify-content: center;
|
19427
|
+
list-style-type: none;
|
19428
|
+
position: absolute;
|
19429
|
+
width: 100%;
|
19430
|
+
z-index: 1;
|
19431
|
+
}
|
19432
|
+
.v-carousel__controls {
|
19433
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19434
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19435
|
+
}
|
19436
|
+
.v-carousel__controls > .v-item-group {
|
19417
19437
|
flex: 0 1 auto;
|
19418
19438
|
}
|
19419
|
-
.v-
|
19420
|
-
|
19439
|
+
.v-carousel__controls__item {
|
19440
|
+
margin: 0 8px;
|
19441
|
+
}
|
19442
|
+
.v-carousel__controls__item .v-icon {
|
19443
|
+
opacity: 0.5;
|
19444
|
+
}
|
19445
|
+
.v-carousel__controls__item--active .v-icon {
|
19446
|
+
opacity: 1;
|
19447
|
+
vertical-align: middle;
|
19448
|
+
}
|
19449
|
+
.v-carousel__controls__item:hover {
|
19450
|
+
background: none;
|
19451
|
+
}
|
19452
|
+
.v-carousel__controls__item:hover .v-icon {
|
19453
|
+
opacity: 0.8;
|
19454
|
+
}
|
19455
|
+
|
19456
|
+
.v-carousel__progress {
|
19457
|
+
margin: 0;
|
19458
|
+
bottom: 0;
|
19459
|
+
left: 0;
|
19460
|
+
right: 0;
|
19461
|
+
}
|
19462
|
+
|
19463
|
+
.v-carousel-item {
|
19464
|
+
display: block;
|
19465
|
+
height: inherit;
|
19466
|
+
text-decoration: none;
|
19467
|
+
}
|
19468
|
+
.v-carousel-item > .v-img {
|
19469
|
+
height: inherit;
|
19470
|
+
}
|
19471
|
+
|
19472
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19473
|
+
background: transparent;
|
19474
|
+
}
|
19475
|
+
|
19476
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19477
|
+
flex-direction: column;
|
19478
|
+
height: 100% !important;
|
19479
|
+
width: 50px;
|
19421
19480
|
}.v-card {
|
19422
19481
|
display: block;
|
19423
19482
|
overflow: hidden;
|
@@ -19726,6 +19785,24 @@ html.overflow-y-hidden {
|
|
19726
19785
|
pointer-events: none;
|
19727
19786
|
opacity: 0;
|
19728
19787
|
transition: opacity 0.2s ease-in-out;
|
19788
|
+
}.v-chip-group {
|
19789
|
+
display: flex;
|
19790
|
+
max-width: 100%;
|
19791
|
+
min-width: 0;
|
19792
|
+
overflow-x: auto;
|
19793
|
+
padding: 4px 0;
|
19794
|
+
}
|
19795
|
+
.v-chip-group .v-chip {
|
19796
|
+
margin: 4px 8px 4px 0;
|
19797
|
+
}
|
19798
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19799
|
+
opacity: var(--v-activated-opacity);
|
19800
|
+
}
|
19801
|
+
|
19802
|
+
.v-chip-group--column .v-slide-group__content {
|
19803
|
+
white-space: normal;
|
19804
|
+
flex-wrap: wrap;
|
19805
|
+
max-width: 100%;
|
19729
19806
|
}.v-chip {
|
19730
19807
|
align-items: center;
|
19731
19808
|
display: inline-flex;
|
@@ -20144,838 +20221,202 @@ html.overflow-y-hidden {
|
|
20144
20221
|
|
20145
20222
|
.v-chip--label {
|
20146
20223
|
border-radius: 4px;
|
20147
|
-
}.v-
|
20148
|
-
|
20149
|
-
|
20224
|
+
}.v-checkbox.v-input {
|
20225
|
+
flex: 0 1 auto;
|
20226
|
+
}
|
20227
|
+
.v-checkbox .v-selection-control {
|
20228
|
+
min-height: var(--v-input-control-height);
|
20229
|
+
}.v-container {
|
20150
20230
|
width: 100%;
|
20231
|
+
padding: 16px;
|
20232
|
+
margin-right: auto;
|
20233
|
+
margin-left: auto;
|
20151
20234
|
}
|
20152
|
-
|
20235
|
+
@media (min-width: 960px) {
|
20236
|
+
.v-container {
|
20237
|
+
max-width: 900px;
|
20238
|
+
}
|
20239
|
+
}
|
20240
|
+
@media (min-width: 1280px) {
|
20241
|
+
.v-container {
|
20242
|
+
max-width: 1200px;
|
20243
|
+
}
|
20244
|
+
}
|
20245
|
+
@media (min-width: 1920px) {
|
20246
|
+
.v-container {
|
20247
|
+
max-width: 1800px;
|
20248
|
+
}
|
20249
|
+
}
|
20250
|
+
@media (min-width: 2560px) {
|
20251
|
+
.v-container {
|
20252
|
+
max-width: 2400px;
|
20253
|
+
}
|
20254
|
+
}
|
20255
|
+
.v-container--fluid {
|
20256
|
+
max-width: 100%;
|
20257
|
+
}
|
20258
|
+
.v-container.fill-height {
|
20153
20259
|
align-items: center;
|
20154
|
-
bottom: 0;
|
20155
20260
|
display: flex;
|
20156
|
-
|
20157
|
-
justify-content: center;
|
20158
|
-
list-style-type: none;
|
20159
|
-
position: absolute;
|
20160
|
-
width: 100%;
|
20161
|
-
z-index: 1;
|
20261
|
+
flex-wrap: wrap;
|
20162
20262
|
}
|
20163
|
-
|
20164
|
-
|
20165
|
-
|
20263
|
+
|
20264
|
+
.v-row {
|
20265
|
+
display: flex;
|
20266
|
+
flex-wrap: wrap;
|
20267
|
+
flex: 1 1 auto;
|
20268
|
+
margin: -12px;
|
20166
20269
|
}
|
20167
|
-
.v-
|
20168
|
-
|
20270
|
+
.v-row + .v-row {
|
20271
|
+
margin-top: 12px;
|
20169
20272
|
}
|
20170
|
-
.v-
|
20171
|
-
margin:
|
20273
|
+
.v-row + .v-row--dense {
|
20274
|
+
margin-top: 4px;
|
20172
20275
|
}
|
20173
|
-
.v-
|
20174
|
-
|
20276
|
+
.v-row--dense {
|
20277
|
+
margin: -4px;
|
20175
20278
|
}
|
20176
|
-
.v-
|
20177
|
-
|
20178
|
-
|
20279
|
+
.v-row--dense > .v-col,
|
20280
|
+
.v-row--dense > [class*=v-col-] {
|
20281
|
+
padding: 4px;
|
20179
20282
|
}
|
20180
|
-
.v-
|
20181
|
-
|
20283
|
+
.v-row.v-row--no-gutters {
|
20284
|
+
margin: 0;
|
20182
20285
|
}
|
20183
|
-
.v-
|
20184
|
-
|
20286
|
+
.v-row.v-row--no-gutters > .v-col,
|
20287
|
+
.v-row.v-row--no-gutters > [class*=v-col-] {
|
20288
|
+
padding: 0;
|
20185
20289
|
}
|
20186
20290
|
|
20187
|
-
.v-
|
20188
|
-
|
20189
|
-
bottom: 0;
|
20190
|
-
left: 0;
|
20191
|
-
right: 0;
|
20291
|
+
.v-spacer {
|
20292
|
+
flex-grow: 1;
|
20192
20293
|
}
|
20193
20294
|
|
20194
|
-
.v-
|
20195
|
-
|
20196
|
-
|
20197
|
-
|
20198
|
-
|
20199
|
-
.v-
|
20200
|
-
|
20295
|
+
.v-col-xxl,
|
20296
|
+
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
20297
|
+
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
20298
|
+
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
20299
|
+
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
20300
|
+
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
20301
|
+
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
20302
|
+
width: 100%;
|
20303
|
+
padding: 12px;
|
20201
20304
|
}
|
20202
20305
|
|
20203
|
-
.v-
|
20204
|
-
|
20306
|
+
.v-col {
|
20307
|
+
flex-basis: 0;
|
20308
|
+
flex-grow: 1;
|
20309
|
+
max-width: 100%;
|
20205
20310
|
}
|
20206
20311
|
|
20207
|
-
.v-
|
20208
|
-
flex
|
20209
|
-
|
20210
|
-
width: 50px;
|
20211
|
-
}.v-chip-group {
|
20212
|
-
display: flex;
|
20312
|
+
.v-col-auto {
|
20313
|
+
flex: 0 0 auto;
|
20314
|
+
width: auto;
|
20213
20315
|
max-width: 100%;
|
20214
|
-
min-width: 0;
|
20215
|
-
overflow-x: auto;
|
20216
|
-
padding: 4px 0;
|
20217
20316
|
}
|
20218
|
-
|
20219
|
-
|
20317
|
+
|
20318
|
+
.v-col-1 {
|
20319
|
+
flex: 0 0 8.3333333333%;
|
20320
|
+
max-width: 8.3333333333%;
|
20220
20321
|
}
|
20221
|
-
|
20222
|
-
|
20322
|
+
|
20323
|
+
.v-col-2 {
|
20324
|
+
flex: 0 0 16.6666666667%;
|
20325
|
+
max-width: 16.6666666667%;
|
20223
20326
|
}
|
20224
20327
|
|
20225
|
-
.v-
|
20226
|
-
|
20227
|
-
|
20228
|
-
max-width: 100%;
|
20229
|
-
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20230
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20231
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20232
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20233
|
-
top: 0px;
|
20234
|
-
}
|
20235
|
-
.v-combobox .v-field .v-text-field__prefix,
|
20236
|
-
.v-combobox .v-field .v-text-field__suffix,
|
20237
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20238
|
-
cursor: text;
|
20239
|
-
}
|
20240
|
-
.v-combobox .v-field .v-field__input > input {
|
20241
|
-
flex: 1 1;
|
20242
|
-
}
|
20243
|
-
.v-combobox .v-field input {
|
20244
|
-
min-width: 64px;
|
20245
|
-
}
|
20246
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
20247
|
-
min-width: 0;
|
20248
|
-
}
|
20249
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
20250
|
-
margin-inline-end: 2px;
|
20251
|
-
}
|
20252
|
-
.v-combobox .v-combobox__selection-text {
|
20253
|
-
overflow: hidden;
|
20254
|
-
text-overflow: ellipsis;
|
20255
|
-
white-space: nowrap;
|
20328
|
+
.v-col-3 {
|
20329
|
+
flex: 0 0 25%;
|
20330
|
+
max-width: 25%;
|
20256
20331
|
}
|
20257
20332
|
|
20258
|
-
.v-
|
20259
|
-
|
20260
|
-
|
20261
|
-
.v-combobox__content {
|
20262
|
-
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));
|
20263
|
-
}
|
20264
|
-
.v-combobox__content {
|
20265
|
-
border-radius: 4px;
|
20266
|
-
}
|
20267
|
-
.v-combobox__mask {
|
20268
|
-
background: rgb(var(--v-theme-surface-light));
|
20269
|
-
}
|
20270
|
-
.v-combobox__selection {
|
20271
|
-
display: inline-flex;
|
20272
|
-
align-items: center;
|
20273
|
-
height: 1.5rem;
|
20274
|
-
letter-spacing: inherit;
|
20275
|
-
line-height: inherit;
|
20276
|
-
max-width: calc(100% - 2px - 2px);
|
20277
|
-
}
|
20278
|
-
.v-combobox__selection:first-child {
|
20279
|
-
margin-inline-start: 0;
|
20280
|
-
}
|
20281
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
20282
|
-
opacity: var(--v-medium-emphasis-opacity);
|
20283
|
-
}
|
20284
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20285
|
-
opacity: 1;
|
20286
|
-
}
|
20287
|
-
.v-combobox--selecting-index .v-field__input > input {
|
20288
|
-
caret-color: transparent;
|
20289
|
-
}
|
20290
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20291
|
-
flex: 1 1;
|
20292
|
-
position: absolute;
|
20293
|
-
left: 0;
|
20294
|
-
right: 0;
|
20295
|
-
width: 100%;
|
20296
|
-
padding-inline: inherit;
|
20297
|
-
}
|
20298
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20299
|
-
transition: none;
|
20300
|
-
}
|
20301
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20302
|
-
opacity: 0;
|
20303
|
-
}
|
20304
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20305
|
-
opacity: 0;
|
20306
|
-
}
|
20307
|
-
.v-combobox__menu-icon {
|
20308
|
-
margin-inline-start: 4px;
|
20309
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20310
|
-
}
|
20311
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
20312
|
-
transform: rotate(180deg);
|
20313
|
-
}.v-color-picker {
|
20314
|
-
align-self: flex-start;
|
20315
|
-
contain: content;
|
20316
|
-
width: 300px;
|
20317
|
-
}
|
20318
|
-
.v-color-picker.v-sheet.v-picker {
|
20319
|
-
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));
|
20320
|
-
}
|
20321
|
-
.v-color-picker.v-sheet.v-picker {
|
20322
|
-
border-radius: 4px;
|
20333
|
+
.v-col-4 {
|
20334
|
+
flex: 0 0 33.3333333333%;
|
20335
|
+
max-width: 33.3333333333%;
|
20323
20336
|
}
|
20324
20337
|
|
20325
|
-
.v-
|
20326
|
-
|
20327
|
-
|
20328
|
-
padding: 16px;
|
20329
|
-
width: 100%;
|
20338
|
+
.v-col-5 {
|
20339
|
+
flex: 0 0 41.6666666667%;
|
20340
|
+
max-width: 41.6666666667%;
|
20330
20341
|
}
|
20331
20342
|
|
20332
|
-
.v-
|
20333
|
-
|
20334
|
-
|
20335
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20336
|
-
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));
|
20337
|
-
}.v-counter {
|
20338
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20339
|
-
flex: 0 1 auto;
|
20340
|
-
font-size: 12px;
|
20341
|
-
transition-duration: 150ms;
|
20342
|
-
}.v-data-table-footer {
|
20343
|
-
align-items: center;
|
20344
|
-
display: flex;
|
20345
|
-
flex-wrap: wrap;
|
20346
|
-
justify-content: flex-end;
|
20347
|
-
padding: 8px 4px;
|
20343
|
+
.v-col-6 {
|
20344
|
+
flex: 0 0 50%;
|
20345
|
+
max-width: 50%;
|
20348
20346
|
}
|
20349
|
-
|
20350
|
-
|
20351
|
-
|
20352
|
-
|
20347
|
+
|
20348
|
+
.v-col-7 {
|
20349
|
+
flex: 0 0 58.3333333333%;
|
20350
|
+
max-width: 58.3333333333%;
|
20353
20351
|
}
|
20354
|
-
|
20355
|
-
|
20352
|
+
|
20353
|
+
.v-col-8 {
|
20354
|
+
flex: 0 0 66.6666666667%;
|
20355
|
+
max-width: 66.6666666667%;
|
20356
20356
|
}
|
20357
|
-
|
20358
|
-
|
20357
|
+
|
20358
|
+
.v-col-9 {
|
20359
|
+
flex: 0 0 75%;
|
20360
|
+
max-width: 75%;
|
20359
20361
|
}
|
20360
|
-
|
20361
|
-
|
20362
|
-
|
20363
|
-
|
20364
|
-
padding: 0 16px;
|
20362
|
+
|
20363
|
+
.v-col-10 {
|
20364
|
+
flex: 0 0 83.3333333333%;
|
20365
|
+
max-width: 83.3333333333%;
|
20365
20366
|
}
|
20366
|
-
|
20367
|
-
|
20368
|
-
|
20369
|
-
|
20367
|
+
|
20368
|
+
.v-col-11 {
|
20369
|
+
flex: 0 0 91.6666666667%;
|
20370
|
+
max-width: 91.6666666667%;
|
20370
20371
|
}
|
20371
|
-
|
20372
|
-
|
20373
|
-
|
20374
|
-
width: 100%;
|
20372
|
+
|
20373
|
+
.v-col-12 {
|
20374
|
+
flex: 0 0 100%;
|
20375
|
+
max-width: 100%;
|
20375
20376
|
}
|
20376
20377
|
|
20377
|
-
.
|
20378
|
-
|
20379
|
-
border-collapse: separate;
|
20380
|
-
border-spacing: 0;
|
20378
|
+
.offset-1 {
|
20379
|
+
margin-inline-start: 8.3333333333%;
|
20381
20380
|
}
|
20382
20381
|
|
20383
|
-
.
|
20384
|
-
|
20382
|
+
.offset-2 {
|
20383
|
+
margin-inline-start: 16.6666666667%;
|
20385
20384
|
}
|
20386
|
-
|
20387
|
-
|
20385
|
+
|
20386
|
+
.offset-3 {
|
20387
|
+
margin-inline-start: 25%;
|
20388
20388
|
}
|
20389
20389
|
|
20390
|
-
.
|
20391
|
-
|
20392
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
20393
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
20394
|
-
text-align: end;
|
20390
|
+
.offset-4 {
|
20391
|
+
margin-inline-start: 33.3333333333%;
|
20395
20392
|
}
|
20396
|
-
|
20397
|
-
.
|
20398
|
-
|
20399
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
20400
|
-
flex-direction: row-reverse;
|
20393
|
+
|
20394
|
+
.offset-5 {
|
20395
|
+
margin-inline-start: 41.6666666667%;
|
20401
20396
|
}
|
20402
|
-
|
20403
|
-
.
|
20404
|
-
|
20405
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
20406
|
-
text-align: center;
|
20397
|
+
|
20398
|
+
.offset-6 {
|
20399
|
+
margin-inline-start: 50%;
|
20407
20400
|
}
|
20408
|
-
|
20409
|
-
.
|
20410
|
-
|
20411
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
20412
|
-
justify-content: center;
|
20401
|
+
|
20402
|
+
.offset-7 {
|
20403
|
+
margin-inline-start: 58.3333333333%;
|
20413
20404
|
}
|
20414
|
-
|
20415
|
-
.
|
20416
|
-
|
20417
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
20418
|
-
padding: 0 8px;
|
20405
|
+
|
20406
|
+
.offset-8 {
|
20407
|
+
margin-inline-start: 66.6666666667%;
|
20419
20408
|
}
|
20420
|
-
|
20421
|
-
.
|
20422
|
-
|
20423
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
|
20424
|
-
padding: 0;
|
20409
|
+
|
20410
|
+
.offset-9 {
|
20411
|
+
margin-inline-start: 75%;
|
20425
20412
|
}
|
20426
|
-
|
20427
|
-
.
|
20428
|
-
|
20429
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
20430
|
-
text-overflow: ellipsis;
|
20431
|
-
text-wrap: nowrap;
|
20432
|
-
overflow: hidden;
|
20413
|
+
|
20414
|
+
.offset-10 {
|
20415
|
+
margin-inline-start: 83.3333333333%;
|
20433
20416
|
}
|
20434
|
-
|
20435
|
-
.
|
20436
|
-
|
20437
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
20438
|
-
display: contents;
|
20439
|
-
}
|
20440
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
20441
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
20442
|
-
align-items: center;
|
20443
|
-
}
|
20444
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
20445
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
20446
|
-
position: sticky;
|
20447
|
-
}
|
20448
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
20449
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
|
20450
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
|
20451
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
|
20452
|
-
cursor: pointer;
|
20453
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20454
|
-
}
|
20455
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
20456
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
20457
|
-
opacity: 0;
|
20458
|
-
}
|
20459
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,
|
20460
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
20461
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon {
|
20462
|
-
opacity: 0.5;
|
20463
|
-
}
|
20464
|
-
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
20465
|
-
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
20466
|
-
height: -moz-fit-content;
|
20467
|
-
height: fit-content;
|
20468
|
-
}
|
20469
|
-
|
20470
|
-
.v-data-table-column--fixed,
|
20471
|
-
.v-data-table-column--fixed-end,
|
20472
|
-
.v-data-table__th--sticky {
|
20473
|
-
background: rgb(var(--v-theme-surface));
|
20474
|
-
position: sticky !important;
|
20475
|
-
left: 0;
|
20476
|
-
z-index: 1;
|
20477
|
-
}
|
20478
|
-
|
20479
|
-
.v-data-table-column--fixed-end {
|
20480
|
-
left: unset;
|
20481
|
-
right: 0;
|
20482
|
-
}
|
20483
|
-
|
20484
|
-
.v-data-table-column--last-fixed {
|
20485
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20486
|
-
}
|
20487
|
-
|
20488
|
-
.v-data-table-column--first-fixed-end {
|
20489
|
-
border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20490
|
-
}
|
20491
|
-
|
20492
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
|
20493
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
|
20494
|
-
z-index: 2;
|
20495
|
-
}
|
20496
|
-
|
20497
|
-
.v-data-table-group-header-row td {
|
20498
|
-
background: rgba(var(--v-theme-surface));
|
20499
|
-
color: rgba(var(--v-theme-on-surface));
|
20500
|
-
}
|
20501
|
-
.v-data-table-group-header-row td > span {
|
20502
|
-
padding-left: 5px;
|
20503
|
-
}
|
20504
|
-
|
20505
|
-
.v-data-table--loading .v-data-table__td {
|
20506
|
-
opacity: var(--v-disabled-opacity);
|
20507
|
-
}
|
20508
|
-
|
20509
|
-
.v-data-table-group-header-row__column {
|
20510
|
-
padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
20511
|
-
}
|
20512
|
-
|
20513
|
-
.v-data-table-header__content {
|
20514
|
-
display: flex;
|
20515
|
-
align-items: center;
|
20516
|
-
}
|
20517
|
-
|
20518
|
-
.v-data-table-header__sort-badge {
|
20519
|
-
display: inline-flex;
|
20520
|
-
justify-content: center;
|
20521
|
-
align-items: center;
|
20522
|
-
font-size: 0.875rem;
|
20523
|
-
padding: 4px;
|
20524
|
-
border-radius: 50%;
|
20525
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
20526
|
-
min-width: 20px;
|
20527
|
-
min-height: 20px;
|
20528
|
-
width: 20px;
|
20529
|
-
height: 20px;
|
20530
|
-
}
|
20531
|
-
|
20532
|
-
.v-data-table-progress > th {
|
20533
|
-
border: none !important;
|
20534
|
-
height: auto !important;
|
20535
|
-
padding: 0 !important;
|
20536
|
-
}
|
20537
|
-
|
20538
|
-
.v-data-table-progress__loader {
|
20539
|
-
position: relative;
|
20540
|
-
}
|
20541
|
-
|
20542
|
-
.v-data-table-rows-loading,
|
20543
|
-
.v-data-table-rows-no-data {
|
20544
|
-
text-align: center;
|
20545
|
-
}
|
20546
|
-
|
20547
|
-
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
20548
|
-
grid-template-columns: auto;
|
20549
|
-
justify-content: center;
|
20550
|
-
}
|
20551
|
-
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
20552
|
-
grid-template-columns: 0;
|
20553
|
-
justify-content: end;
|
20554
|
-
}
|
20555
|
-
.v-data-table__tr--mobile > td {
|
20556
|
-
align-items: center;
|
20557
|
-
column-gap: 4px;
|
20558
|
-
display: grid;
|
20559
|
-
grid-template-columns: repeat(2, 1fr);
|
20560
|
-
min-height: var(--v-table-row-height);
|
20561
|
-
}
|
20562
|
-
.v-data-table__tr--mobile > td:not(:last-child) {
|
20563
|
-
border-bottom: 0 !important;
|
20564
|
-
}
|
20565
|
-
|
20566
|
-
.v-data-table__td-title {
|
20567
|
-
font-weight: 500;
|
20568
|
-
text-align: start;
|
20569
|
-
}
|
20570
|
-
|
20571
|
-
.v-data-table__td-value {
|
20572
|
-
text-align: end;
|
20573
|
-
}
|
20574
|
-
|
20575
|
-
.v-data-table__td-sort-icon {
|
20576
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
20577
|
-
}
|
20578
|
-
.v-data-table__td-sort-icon-active {
|
20579
|
-
color: rgba(var(--v-theme-on-surface));
|
20580
|
-
}.v-date-picker {
|
20581
|
-
overflow: hidden;
|
20582
|
-
width: 328px;
|
20583
|
-
}
|
20584
|
-
.v-date-picker--show-week {
|
20585
|
-
width: 368px;
|
20586
|
-
}.v-date-picker-controls {
|
20587
|
-
display: flex;
|
20588
|
-
align-items: center;
|
20589
|
-
justify-content: space-between;
|
20590
|
-
font-size: 0.875rem;
|
20591
|
-
height: var(--v-date-picker-controls-height, 56px);
|
20592
|
-
padding-top: 4px;
|
20593
|
-
padding-bottom: 4px;
|
20594
|
-
padding-inline-start: 6px;
|
20595
|
-
padding-inline-end: 12px;
|
20596
|
-
flex: 1;
|
20597
|
-
}
|
20598
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20599
|
-
text-transform: none;
|
20600
|
-
font-weight: 400;
|
20601
|
-
line-height: initial;
|
20602
|
-
letter-spacing: initial;
|
20603
|
-
}
|
20604
|
-
.v-date-picker-controls--variant-classic {
|
20605
|
-
padding-inline-start: 12px;
|
20606
|
-
}
|
20607
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20608
|
-
opacity: 0.7;
|
20609
|
-
}
|
20610
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20611
|
-
cursor: pointer;
|
20612
|
-
}
|
20613
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20614
|
-
opacity: 1;
|
20615
|
-
}
|
20616
|
-
.v-date-picker-controls .v-btn:last-child {
|
20617
|
-
margin-inline-start: 4px;
|
20618
|
-
}
|
20619
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20620
|
-
transform: rotate(180deg);
|
20621
|
-
}
|
20622
|
-
|
20623
|
-
.v-date-picker-controls__date {
|
20624
|
-
margin-inline-end: 4px;
|
20625
|
-
}
|
20626
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20627
|
-
margin: auto;
|
20628
|
-
text-align: center;
|
20629
|
-
}
|
20630
|
-
|
20631
|
-
.v-date-picker-controls__month {
|
20632
|
-
display: flex;
|
20633
|
-
}
|
20634
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20635
|
-
flex-direction: row-reverse;
|
20636
|
-
}
|
20637
|
-
|
20638
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20639
|
-
flex: 1 0 auto;
|
20640
|
-
}
|
20641
|
-
|
20642
|
-
.v-date-picker__title {
|
20643
|
-
display: inline-block;
|
20644
|
-
}.v-date-picker-month {
|
20645
|
-
display: flex;
|
20646
|
-
justify-content: center;
|
20647
|
-
padding: 0 12px 8px;
|
20648
|
-
--v-date-picker-month-day-diff: 4px;
|
20649
|
-
}
|
20650
|
-
|
20651
|
-
.v-date-picker-month__weeks {
|
20652
|
-
display: flex;
|
20653
|
-
flex-direction: column;
|
20654
|
-
column-gap: 4px;
|
20655
|
-
font-size: 0.875rem;
|
20656
|
-
}
|
20657
|
-
|
20658
|
-
.v-date-picker-month__weekday {
|
20659
|
-
font-size: 0.875rem;
|
20660
|
-
}
|
20661
|
-
|
20662
|
-
.v-date-picker-month__days {
|
20663
|
-
display: grid;
|
20664
|
-
grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
|
20665
|
-
column-gap: 4px;
|
20666
|
-
}
|
20667
|
-
|
20668
|
-
.v-date-picker-month__day {
|
20669
|
-
align-items: center;
|
20670
|
-
display: flex;
|
20671
|
-
justify-content: center;
|
20672
|
-
position: relative;
|
20673
|
-
height: 40px;
|
20674
|
-
width: 40px;
|
20675
|
-
}
|
20676
|
-
.v-date-picker-month__day--selected .v-btn {
|
20677
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20678
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20679
|
-
}
|
20680
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20681
|
-
--v-btn-height: 24px;
|
20682
|
-
--v-btn-size: 0.875rem;
|
20683
|
-
}
|
20684
|
-
.v-date-picker-month__day--week {
|
20685
|
-
font-size: var(--v-btn-size);
|
20686
|
-
}
|
20687
|
-
|
20688
|
-
.v-date-picker-month__day--adjacent {
|
20689
|
-
opacity: 0.5;
|
20690
|
-
}
|
20691
|
-
|
20692
|
-
.v-date-picker-month__day--hide-adjacent {
|
20693
|
-
opacity: 0;
|
20694
|
-
}.v-date-picker-months {
|
20695
|
-
height: 288px;
|
20696
|
-
}
|
20697
|
-
|
20698
|
-
.v-date-picker-months__content {
|
20699
|
-
align-items: center;
|
20700
|
-
display: grid;
|
20701
|
-
flex: 1 1;
|
20702
|
-
height: inherit;
|
20703
|
-
justify-content: space-around;
|
20704
|
-
grid-template-columns: repeat(2, 1fr);
|
20705
|
-
grid-gap: 0px 24px;
|
20706
|
-
padding-inline-start: 36px;
|
20707
|
-
padding-inline-end: 36px;
|
20708
|
-
}
|
20709
|
-
.v-date-picker-months__content .v-btn {
|
20710
|
-
text-transform: none;
|
20711
|
-
padding-inline-start: 8px;
|
20712
|
-
padding-inline-end: 8px;
|
20713
|
-
}.v-date-picker-header {
|
20714
|
-
align-items: flex-end;
|
20715
|
-
height: 70px;
|
20716
|
-
display: grid;
|
20717
|
-
grid-template-areas: "prepend content append";
|
20718
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20719
|
-
overflow: hidden;
|
20720
|
-
padding-inline: 24px 12px;
|
20721
|
-
padding-bottom: 12px;
|
20722
|
-
}
|
20723
|
-
|
20724
|
-
.v-date-picker-header__append {
|
20725
|
-
grid-area: append;
|
20726
|
-
}
|
20727
|
-
|
20728
|
-
.v-date-picker-header__prepend {
|
20729
|
-
grid-area: prepend;
|
20730
|
-
padding-inline-start: 8px;
|
20731
|
-
}
|
20732
|
-
|
20733
|
-
.v-date-picker-header__content {
|
20734
|
-
align-items: center;
|
20735
|
-
display: inline-flex;
|
20736
|
-
font-size: 32px;
|
20737
|
-
line-height: 40px;
|
20738
|
-
grid-area: content;
|
20739
|
-
justify-content: space-between;
|
20740
|
-
}
|
20741
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20742
|
-
cursor: pointer;
|
20743
|
-
}
|
20744
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20745
|
-
opacity: 0.7;
|
20746
|
-
}
|
20747
|
-
|
20748
|
-
.date-picker-header-transition-enter-active,
|
20749
|
-
.date-picker-header-reverse-transition-enter-active {
|
20750
|
-
transition-duration: 0.3s;
|
20751
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20752
|
-
}
|
20753
|
-
.date-picker-header-transition-leave-active,
|
20754
|
-
.date-picker-header-reverse-transition-leave-active {
|
20755
|
-
transition-duration: 0.3s;
|
20756
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20757
|
-
}
|
20758
|
-
|
20759
|
-
.date-picker-header-transition-enter-from {
|
20760
|
-
transform: translate(0, 100%);
|
20761
|
-
}
|
20762
|
-
.date-picker-header-transition-leave-to {
|
20763
|
-
opacity: 0;
|
20764
|
-
transform: translate(0, -100%);
|
20765
|
-
}
|
20766
|
-
|
20767
|
-
.date-picker-header-reverse-transition-enter-from {
|
20768
|
-
transform: translate(0, -100%);
|
20769
|
-
}
|
20770
|
-
.date-picker-header-reverse-transition-leave-to {
|
20771
|
-
opacity: 0;
|
20772
|
-
transform: translate(0, 100%);
|
20773
|
-
}.v-date-picker-years {
|
20774
|
-
height: 288px;
|
20775
|
-
overflow-y: scroll;
|
20776
|
-
}
|
20777
|
-
|
20778
|
-
.v-date-picker-years__content {
|
20779
|
-
display: grid;
|
20780
|
-
flex: 1 1;
|
20781
|
-
justify-content: space-around;
|
20782
|
-
grid-template-columns: repeat(3, 1fr);
|
20783
|
-
gap: 8px 24px;
|
20784
|
-
padding-inline: 32px;
|
20785
|
-
}
|
20786
|
-
.v-date-picker-years__content .v-btn {
|
20787
|
-
padding-inline: 8px;
|
20788
|
-
}.v-container {
|
20789
|
-
width: 100%;
|
20790
|
-
padding: 16px;
|
20791
|
-
margin-right: auto;
|
20792
|
-
margin-left: auto;
|
20793
|
-
}
|
20794
|
-
@media (min-width: 960px) {
|
20795
|
-
.v-container {
|
20796
|
-
max-width: 900px;
|
20797
|
-
}
|
20798
|
-
}
|
20799
|
-
@media (min-width: 1280px) {
|
20800
|
-
.v-container {
|
20801
|
-
max-width: 1200px;
|
20802
|
-
}
|
20803
|
-
}
|
20804
|
-
@media (min-width: 1920px) {
|
20805
|
-
.v-container {
|
20806
|
-
max-width: 1800px;
|
20807
|
-
}
|
20808
|
-
}
|
20809
|
-
@media (min-width: 2560px) {
|
20810
|
-
.v-container {
|
20811
|
-
max-width: 2400px;
|
20812
|
-
}
|
20813
|
-
}
|
20814
|
-
.v-container--fluid {
|
20815
|
-
max-width: 100%;
|
20816
|
-
}
|
20817
|
-
.v-container.fill-height {
|
20818
|
-
align-items: center;
|
20819
|
-
display: flex;
|
20820
|
-
flex-wrap: wrap;
|
20821
|
-
}
|
20822
|
-
|
20823
|
-
.v-row {
|
20824
|
-
display: flex;
|
20825
|
-
flex-wrap: wrap;
|
20826
|
-
flex: 1 1 auto;
|
20827
|
-
margin: -12px;
|
20828
|
-
}
|
20829
|
-
.v-row + .v-row {
|
20830
|
-
margin-top: 12px;
|
20831
|
-
}
|
20832
|
-
.v-row + .v-row--dense {
|
20833
|
-
margin-top: 4px;
|
20834
|
-
}
|
20835
|
-
.v-row--dense {
|
20836
|
-
margin: -4px;
|
20837
|
-
}
|
20838
|
-
.v-row--dense > .v-col,
|
20839
|
-
.v-row--dense > [class*=v-col-] {
|
20840
|
-
padding: 4px;
|
20841
|
-
}
|
20842
|
-
.v-row.v-row--no-gutters {
|
20843
|
-
margin: 0;
|
20844
|
-
}
|
20845
|
-
.v-row.v-row--no-gutters > .v-col,
|
20846
|
-
.v-row.v-row--no-gutters > [class*=v-col-] {
|
20847
|
-
padding: 0;
|
20848
|
-
}
|
20849
|
-
|
20850
|
-
.v-spacer {
|
20851
|
-
flex-grow: 1;
|
20852
|
-
}
|
20853
|
-
|
20854
|
-
.v-col-xxl,
|
20855
|
-
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
20856
|
-
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
20857
|
-
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
20858
|
-
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
20859
|
-
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
20860
|
-
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
20861
|
-
width: 100%;
|
20862
|
-
padding: 12px;
|
20863
|
-
}
|
20864
|
-
|
20865
|
-
.v-col {
|
20866
|
-
flex-basis: 0;
|
20867
|
-
flex-grow: 1;
|
20868
|
-
max-width: 100%;
|
20869
|
-
}
|
20870
|
-
|
20871
|
-
.v-col-auto {
|
20872
|
-
flex: 0 0 auto;
|
20873
|
-
width: auto;
|
20874
|
-
max-width: 100%;
|
20875
|
-
}
|
20876
|
-
|
20877
|
-
.v-col-1 {
|
20878
|
-
flex: 0 0 8.3333333333%;
|
20879
|
-
max-width: 8.3333333333%;
|
20880
|
-
}
|
20881
|
-
|
20882
|
-
.v-col-2 {
|
20883
|
-
flex: 0 0 16.6666666667%;
|
20884
|
-
max-width: 16.6666666667%;
|
20885
|
-
}
|
20886
|
-
|
20887
|
-
.v-col-3 {
|
20888
|
-
flex: 0 0 25%;
|
20889
|
-
max-width: 25%;
|
20890
|
-
}
|
20891
|
-
|
20892
|
-
.v-col-4 {
|
20893
|
-
flex: 0 0 33.3333333333%;
|
20894
|
-
max-width: 33.3333333333%;
|
20895
|
-
}
|
20896
|
-
|
20897
|
-
.v-col-5 {
|
20898
|
-
flex: 0 0 41.6666666667%;
|
20899
|
-
max-width: 41.6666666667%;
|
20900
|
-
}
|
20901
|
-
|
20902
|
-
.v-col-6 {
|
20903
|
-
flex: 0 0 50%;
|
20904
|
-
max-width: 50%;
|
20905
|
-
}
|
20906
|
-
|
20907
|
-
.v-col-7 {
|
20908
|
-
flex: 0 0 58.3333333333%;
|
20909
|
-
max-width: 58.3333333333%;
|
20910
|
-
}
|
20911
|
-
|
20912
|
-
.v-col-8 {
|
20913
|
-
flex: 0 0 66.6666666667%;
|
20914
|
-
max-width: 66.6666666667%;
|
20915
|
-
}
|
20916
|
-
|
20917
|
-
.v-col-9 {
|
20918
|
-
flex: 0 0 75%;
|
20919
|
-
max-width: 75%;
|
20920
|
-
}
|
20921
|
-
|
20922
|
-
.v-col-10 {
|
20923
|
-
flex: 0 0 83.3333333333%;
|
20924
|
-
max-width: 83.3333333333%;
|
20925
|
-
}
|
20926
|
-
|
20927
|
-
.v-col-11 {
|
20928
|
-
flex: 0 0 91.6666666667%;
|
20929
|
-
max-width: 91.6666666667%;
|
20930
|
-
}
|
20931
|
-
|
20932
|
-
.v-col-12 {
|
20933
|
-
flex: 0 0 100%;
|
20934
|
-
max-width: 100%;
|
20935
|
-
}
|
20936
|
-
|
20937
|
-
.offset-1 {
|
20938
|
-
margin-inline-start: 8.3333333333%;
|
20939
|
-
}
|
20940
|
-
|
20941
|
-
.offset-2 {
|
20942
|
-
margin-inline-start: 16.6666666667%;
|
20943
|
-
}
|
20944
|
-
|
20945
|
-
.offset-3 {
|
20946
|
-
margin-inline-start: 25%;
|
20947
|
-
}
|
20948
|
-
|
20949
|
-
.offset-4 {
|
20950
|
-
margin-inline-start: 33.3333333333%;
|
20951
|
-
}
|
20952
|
-
|
20953
|
-
.offset-5 {
|
20954
|
-
margin-inline-start: 41.6666666667%;
|
20955
|
-
}
|
20956
|
-
|
20957
|
-
.offset-6 {
|
20958
|
-
margin-inline-start: 50%;
|
20959
|
-
}
|
20960
|
-
|
20961
|
-
.offset-7 {
|
20962
|
-
margin-inline-start: 58.3333333333%;
|
20963
|
-
}
|
20964
|
-
|
20965
|
-
.offset-8 {
|
20966
|
-
margin-inline-start: 66.6666666667%;
|
20967
|
-
}
|
20968
|
-
|
20969
|
-
.offset-9 {
|
20970
|
-
margin-inline-start: 75%;
|
20971
|
-
}
|
20972
|
-
|
20973
|
-
.offset-10 {
|
20974
|
-
margin-inline-start: 83.3333333333%;
|
20975
|
-
}
|
20976
|
-
|
20977
|
-
.offset-11 {
|
20978
|
-
margin-inline-start: 91.6666666667%;
|
20417
|
+
|
20418
|
+
.offset-11 {
|
20419
|
+
margin-inline-start: 91.6666666667%;
|
20979
20420
|
}
|
20980
20421
|
|
20981
20422
|
@media (min-width: 600px) {
|
@@ -21457,172 +20898,560 @@ html.overflow-y-hidden {
|
|
21457
20898
|
.offset-xxl-11 {
|
21458
20899
|
margin-inline-start: 91.6666666667%;
|
21459
20900
|
}
|
21460
|
-
}.v-
|
20901
|
+
}.v-color-picker {
|
20902
|
+
align-self: flex-start;
|
20903
|
+
contain: content;
|
20904
|
+
width: 300px;
|
20905
|
+
}
|
20906
|
+
.v-color-picker.v-sheet.v-picker {
|
20907
|
+
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));
|
20908
|
+
}
|
20909
|
+
.v-color-picker.v-sheet.v-picker {
|
20910
|
+
border-radius: 4px;
|
20911
|
+
}
|
20912
|
+
|
20913
|
+
.v-color-picker__controls {
|
20914
|
+
display: flex;
|
20915
|
+
flex-direction: column;
|
20916
|
+
padding: 16px;
|
20917
|
+
width: 100%;
|
20918
|
+
}
|
20919
|
+
|
20920
|
+
.v-color-picker--flat {
|
20921
|
+
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));
|
20922
|
+
}
|
20923
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20924
|
+
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));
|
20925
|
+
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20926
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20927
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20928
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20929
|
+
top: 0px;
|
20930
|
+
}
|
20931
|
+
.v-combobox .v-field .v-text-field__prefix,
|
20932
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20933
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20934
|
+
cursor: text;
|
20935
|
+
}
|
20936
|
+
.v-combobox .v-field .v-field__input > input {
|
20937
|
+
flex: 1 1;
|
20938
|
+
}
|
20939
|
+
.v-combobox .v-field input {
|
20940
|
+
min-width: 64px;
|
20941
|
+
}
|
20942
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
20943
|
+
min-width: 0;
|
20944
|
+
}
|
20945
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
20946
|
+
margin-inline-end: 2px;
|
20947
|
+
}
|
20948
|
+
.v-combobox .v-combobox__selection-text {
|
20949
|
+
overflow: hidden;
|
20950
|
+
text-overflow: ellipsis;
|
20951
|
+
white-space: nowrap;
|
20952
|
+
}
|
20953
|
+
|
20954
|
+
.v-combobox__content {
|
20955
|
+
overflow: hidden;
|
20956
|
+
}
|
20957
|
+
.v-combobox__content {
|
20958
|
+
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));
|
20959
|
+
}
|
20960
|
+
.v-combobox__content {
|
20961
|
+
border-radius: 4px;
|
20962
|
+
}
|
20963
|
+
.v-combobox__mask {
|
20964
|
+
background: rgb(var(--v-theme-surface-light));
|
20965
|
+
}
|
20966
|
+
.v-combobox__selection {
|
20967
|
+
display: inline-flex;
|
20968
|
+
align-items: center;
|
20969
|
+
height: 1.5rem;
|
20970
|
+
letter-spacing: inherit;
|
20971
|
+
line-height: inherit;
|
20972
|
+
max-width: calc(100% - 2px - 2px);
|
20973
|
+
}
|
20974
|
+
.v-combobox__selection:first-child {
|
20975
|
+
margin-inline-start: 0;
|
20976
|
+
}
|
20977
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
20978
|
+
opacity: var(--v-medium-emphasis-opacity);
|
20979
|
+
}
|
20980
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20981
|
+
opacity: 1;
|
20982
|
+
}
|
20983
|
+
.v-combobox--selecting-index .v-field__input > input {
|
20984
|
+
caret-color: transparent;
|
20985
|
+
}
|
20986
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20987
|
+
flex: 1 1;
|
20988
|
+
position: absolute;
|
20989
|
+
left: 0;
|
20990
|
+
right: 0;
|
20991
|
+
width: 100%;
|
20992
|
+
padding-inline: inherit;
|
20993
|
+
}
|
20994
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20995
|
+
transition: none;
|
20996
|
+
}
|
20997
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20998
|
+
opacity: 0;
|
20999
|
+
}
|
21000
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
21001
|
+
opacity: 0;
|
21002
|
+
}
|
21003
|
+
.v-combobox__menu-icon {
|
21004
|
+
margin-inline-start: 4px;
|
21005
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21006
|
+
}
|
21007
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
21008
|
+
transform: rotate(180deg);
|
21009
|
+
}.v-data-table {
|
21010
|
+
width: 100%;
|
21011
|
+
}
|
21012
|
+
|
21013
|
+
.v-data-table__table {
|
21014
|
+
width: 100%;
|
21015
|
+
border-collapse: separate;
|
21016
|
+
border-spacing: 0;
|
21017
|
+
}
|
21018
|
+
|
21019
|
+
.v-data-table__tr--focus {
|
21020
|
+
border: 1px dotted black;
|
21021
|
+
}
|
21022
|
+
.v-data-table__tr--clickable {
|
21023
|
+
cursor: pointer;
|
21024
|
+
}
|
21025
|
+
|
21026
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21027
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21028
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21029
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21030
|
+
text-align: end;
|
21031
|
+
}
|
21032
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21033
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
21034
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21035
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
21036
|
+
flex-direction: row-reverse;
|
21037
|
+
}
|
21038
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
21039
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
21040
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
21041
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
21042
|
+
text-align: center;
|
21043
|
+
}
|
21044
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21045
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
21046
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21047
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
21048
|
+
justify-content: center;
|
21049
|
+
}
|
21050
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
21051
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
21052
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
21053
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
21054
|
+
padding: 0 8px;
|
21055
|
+
}
|
21056
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
|
21057
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
|
21058
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
|
21059
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
|
21060
|
+
padding: 0;
|
21061
|
+
}
|
21062
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
21063
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
21064
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
21065
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
21066
|
+
text-overflow: ellipsis;
|
21067
|
+
text-wrap: nowrap;
|
21068
|
+
overflow: hidden;
|
21069
|
+
}
|
21070
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21071
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
21072
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21073
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
21074
|
+
display: contents;
|
21075
|
+
}
|
21076
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
21077
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
21078
|
+
align-items: center;
|
21079
|
+
}
|
21080
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
21081
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
21082
|
+
position: sticky;
|
21083
|
+
}
|
21084
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
21085
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
|
21086
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
|
21087
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
|
21088
|
+
cursor: pointer;
|
21089
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21090
|
+
}
|
21091
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
21092
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
21093
|
+
opacity: 0;
|
21094
|
+
}
|
21095
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,
|
21096
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
21097
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon {
|
21098
|
+
opacity: 0.5;
|
21099
|
+
}
|
21100
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
21101
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
21102
|
+
height: -moz-fit-content;
|
21103
|
+
height: fit-content;
|
21104
|
+
}
|
21105
|
+
|
21106
|
+
.v-data-table-column--fixed,
|
21107
|
+
.v-data-table-column--fixed-end,
|
21108
|
+
.v-data-table__th--sticky {
|
21109
|
+
background: rgb(var(--v-theme-surface));
|
21110
|
+
position: sticky !important;
|
21111
|
+
left: 0;
|
21112
|
+
z-index: 1;
|
21113
|
+
}
|
21114
|
+
|
21115
|
+
.v-data-table-column--fixed-end {
|
21116
|
+
left: unset;
|
21117
|
+
right: 0;
|
21118
|
+
}
|
21119
|
+
|
21120
|
+
.v-data-table-column--last-fixed {
|
21121
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
21122
|
+
}
|
21123
|
+
|
21124
|
+
.v-data-table-column--first-fixed-end {
|
21125
|
+
border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
21126
|
+
}
|
21127
|
+
|
21128
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
|
21129
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
|
21130
|
+
z-index: 2;
|
21131
|
+
}
|
21132
|
+
|
21133
|
+
.v-data-table-group-header-row td {
|
21134
|
+
background: rgba(var(--v-theme-surface));
|
21135
|
+
color: rgba(var(--v-theme-on-surface));
|
21136
|
+
}
|
21137
|
+
.v-data-table-group-header-row td > span {
|
21138
|
+
padding-left: 5px;
|
21139
|
+
}
|
21140
|
+
|
21141
|
+
.v-data-table--loading .v-data-table__td {
|
21142
|
+
opacity: var(--v-disabled-opacity);
|
21143
|
+
}
|
21144
|
+
|
21145
|
+
.v-data-table-group-header-row__column {
|
21146
|
+
padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
21147
|
+
}
|
21148
|
+
|
21149
|
+
.v-data-table-header__content {
|
21150
|
+
display: flex;
|
21461
21151
|
align-items: center;
|
21152
|
+
}
|
21153
|
+
|
21154
|
+
.v-data-table-header__sort-badge {
|
21155
|
+
display: inline-flex;
|
21462
21156
|
justify-content: center;
|
21463
|
-
|
21157
|
+
align-items: center;
|
21158
|
+
font-size: 0.875rem;
|
21159
|
+
padding: 4px;
|
21160
|
+
border-radius: 50%;
|
21161
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
21162
|
+
min-width: 20px;
|
21163
|
+
min-height: 20px;
|
21164
|
+
width: 20px;
|
21165
|
+
height: 20px;
|
21464
21166
|
}
|
21465
|
-
|
21466
|
-
|
21467
|
-
|
21468
|
-
|
21469
|
-
|
21167
|
+
|
21168
|
+
.v-data-table-progress > th {
|
21169
|
+
border: none !important;
|
21170
|
+
height: auto !important;
|
21171
|
+
padding: 0 !important;
|
21470
21172
|
}
|
21471
|
-
|
21472
|
-
.v-
|
21473
|
-
|
21474
|
-
flex-direction: column;
|
21475
|
-
min-height: 0;
|
21173
|
+
|
21174
|
+
.v-data-table-progress__loader {
|
21175
|
+
position: relative;
|
21476
21176
|
}
|
21477
|
-
|
21478
|
-
.v-
|
21479
|
-
.v-
|
21480
|
-
|
21481
|
-
--v-scrollbar-offset: 0px;
|
21482
|
-
border-radius: 4px;
|
21483
|
-
overflow-y: auto;
|
21484
|
-
flex: 1 1 100%;
|
21177
|
+
|
21178
|
+
.v-data-table-rows-loading,
|
21179
|
+
.v-data-table-rows-no-data {
|
21180
|
+
text-align: center;
|
21485
21181
|
}
|
21486
|
-
|
21487
|
-
.v-
|
21488
|
-
|
21489
|
-
|
21490
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21182
|
+
|
21183
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
21184
|
+
grid-template-columns: auto;
|
21185
|
+
justify-content: center;
|
21491
21186
|
}
|
21492
|
-
.v-
|
21493
|
-
|
21187
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
21188
|
+
grid-template-columns: 0;
|
21189
|
+
justify-content: end;
|
21190
|
+
}
|
21191
|
+
.v-data-table__tr--mobile > td {
|
21192
|
+
align-items: center;
|
21193
|
+
column-gap: 4px;
|
21194
|
+
display: grid;
|
21195
|
+
grid-template-columns: repeat(2, 1fr);
|
21196
|
+
min-height: var(--v-table-row-height);
|
21197
|
+
}
|
21198
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
21199
|
+
border-bottom: 0 !important;
|
21200
|
+
}
|
21201
|
+
|
21202
|
+
.v-data-table__td-title {
|
21203
|
+
font-weight: 500;
|
21204
|
+
text-align: start;
|
21205
|
+
}
|
21206
|
+
|
21207
|
+
.v-data-table__td-value {
|
21208
|
+
text-align: end;
|
21209
|
+
}
|
21210
|
+
|
21211
|
+
.v-data-table__td-sort-icon {
|
21212
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
21213
|
+
}
|
21214
|
+
.v-data-table__td-sort-icon-active {
|
21215
|
+
color: rgba(var(--v-theme-on-surface));
|
21216
|
+
}.v-data-table-footer {
|
21217
|
+
align-items: center;
|
21494
21218
|
display: flex;
|
21495
|
-
flex-
|
21219
|
+
flex-wrap: wrap;
|
21220
|
+
justify-content: flex-end;
|
21221
|
+
padding: 8px 4px;
|
21496
21222
|
}
|
21497
|
-
.v-
|
21498
|
-
|
21499
|
-
|
21223
|
+
.v-data-table-footer__items-per-page {
|
21224
|
+
align-items: center;
|
21225
|
+
display: flex;
|
21226
|
+
justify-content: center;
|
21500
21227
|
}
|
21501
|
-
.v-
|
21502
|
-
|
21503
|
-
padding-top: 0;
|
21228
|
+
.v-data-table-footer__items-per-page > span {
|
21229
|
+
padding-inline-end: 8px;
|
21504
21230
|
}
|
21505
|
-
.v-
|
21506
|
-
|
21507
|
-
font-size: inherit;
|
21508
|
-
letter-spacing: 0.03125em;
|
21509
|
-
line-height: inherit;
|
21510
|
-
padding: 16px 24px 24px;
|
21231
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21232
|
+
width: 90px;
|
21511
21233
|
}
|
21512
|
-
.v-
|
21513
|
-
|
21234
|
+
.v-data-table-footer__info {
|
21235
|
+
display: flex;
|
21514
21236
|
justify-content: flex-end;
|
21237
|
+
min-width: 116px;
|
21238
|
+
padding: 0 16px;
|
21239
|
+
}
|
21240
|
+
.v-data-table-footer__paginationz {
|
21241
|
+
align-items: center;
|
21242
|
+
display: flex;
|
21243
|
+
margin-inline-start: 16px;
|
21244
|
+
}
|
21245
|
+
.v-data-table-footer__page {
|
21246
|
+
padding: 0 8px;
|
21247
|
+
}.v-date-picker {
|
21248
|
+
overflow: hidden;
|
21249
|
+
width: 328px;
|
21250
|
+
}
|
21251
|
+
.v-date-picker--show-week {
|
21252
|
+
width: 368px;
|
21253
|
+
}.v-date-picker-header {
|
21254
|
+
align-items: flex-end;
|
21255
|
+
height: 70px;
|
21256
|
+
display: grid;
|
21257
|
+
grid-template-areas: "prepend content append";
|
21258
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21259
|
+
overflow: hidden;
|
21260
|
+
padding-inline: 24px 12px;
|
21261
|
+
padding-bottom: 12px;
|
21515
21262
|
}
|
21516
21263
|
|
21517
|
-
.v-
|
21518
|
-
|
21264
|
+
.v-date-picker-header__append {
|
21265
|
+
grid-area: append;
|
21519
21266
|
}
|
21520
|
-
|
21521
|
-
|
21522
|
-
|
21523
|
-
padding:
|
21524
|
-
width: 100%;
|
21525
|
-
height: 100%;
|
21526
|
-
max-width: 100%;
|
21527
|
-
max-height: 100%;
|
21528
|
-
overflow-y: auto;
|
21529
|
-
top: 0;
|
21530
|
-
left: 0;
|
21267
|
+
|
21268
|
+
.v-date-picker-header__prepend {
|
21269
|
+
grid-area: prepend;
|
21270
|
+
padding-inline-start: 8px;
|
21531
21271
|
}
|
21532
|
-
|
21533
|
-
.v-
|
21534
|
-
|
21535
|
-
|
21536
|
-
|
21537
|
-
|
21538
|
-
|
21272
|
+
|
21273
|
+
.v-date-picker-header__content {
|
21274
|
+
align-items: center;
|
21275
|
+
display: inline-flex;
|
21276
|
+
font-size: 32px;
|
21277
|
+
line-height: 40px;
|
21278
|
+
grid-area: content;
|
21279
|
+
justify-content: space-between;
|
21280
|
+
}
|
21281
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21282
|
+
cursor: pointer;
|
21283
|
+
}
|
21284
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21285
|
+
opacity: 0.7;
|
21286
|
+
}
|
21287
|
+
|
21288
|
+
.date-picker-header-transition-enter-active,
|
21289
|
+
.date-picker-header-reverse-transition-enter-active {
|
21290
|
+
transition-duration: 0.3s;
|
21291
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21292
|
+
}
|
21293
|
+
.date-picker-header-transition-leave-active,
|
21294
|
+
.date-picker-header-reverse-transition-leave-active {
|
21295
|
+
transition-duration: 0.3s;
|
21296
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21297
|
+
}
|
21298
|
+
|
21299
|
+
.date-picker-header-transition-enter-from {
|
21300
|
+
transform: translate(0, 100%);
|
21301
|
+
}
|
21302
|
+
.date-picker-header-transition-leave-to {
|
21303
|
+
opacity: 0;
|
21304
|
+
transform: translate(0, -100%);
|
21305
|
+
}
|
21306
|
+
|
21307
|
+
.date-picker-header-reverse-transition-enter-from {
|
21308
|
+
transform: translate(0, -100%);
|
21309
|
+
}
|
21310
|
+
.date-picker-header-reverse-transition-leave-to {
|
21311
|
+
opacity: 0;
|
21312
|
+
transform: translate(0, 100%);
|
21313
|
+
}.v-date-picker-controls {
|
21314
|
+
display: flex;
|
21315
|
+
align-items: center;
|
21316
|
+
justify-content: space-between;
|
21317
|
+
font-size: 0.875rem;
|
21318
|
+
height: var(--v-date-picker-controls-height, 56px);
|
21319
|
+
padding-top: 4px;
|
21320
|
+
padding-bottom: 4px;
|
21321
|
+
padding-inline-start: 6px;
|
21322
|
+
padding-inline-end: 12px;
|
21323
|
+
flex: 1;
|
21324
|
+
}
|
21325
|
+
.v-date-picker-controls > .v-btn:first-child {
|
21326
|
+
text-transform: none;
|
21327
|
+
font-weight: 400;
|
21328
|
+
line-height: initial;
|
21329
|
+
letter-spacing: initial;
|
21330
|
+
}
|
21331
|
+
.v-date-picker-controls--variant-classic {
|
21332
|
+
padding-inline-start: 12px;
|
21333
|
+
}
|
21334
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21335
|
+
opacity: 0.7;
|
21336
|
+
}
|
21337
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21338
|
+
cursor: pointer;
|
21339
|
+
}
|
21340
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21341
|
+
opacity: 1;
|
21342
|
+
}
|
21343
|
+
.v-date-picker-controls .v-btn:last-child {
|
21344
|
+
margin-inline-start: 4px;
|
21345
|
+
}
|
21346
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21347
|
+
transform: rotate(180deg);
|
21539
21348
|
}
|
21540
21349
|
|
21541
|
-
.v-
|
21542
|
-
|
21543
|
-
max-height: 100%;
|
21544
|
-
max-width: 100%;
|
21350
|
+
.v-date-picker-controls__date {
|
21351
|
+
margin-inline-end: 4px;
|
21545
21352
|
}
|
21546
|
-
.v-
|
21547
|
-
|
21548
|
-
|
21549
|
-
|
21353
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21354
|
+
margin: auto;
|
21355
|
+
text-align: center;
|
21356
|
+
}
|
21357
|
+
|
21358
|
+
.v-date-picker-controls__month {
|
21550
21359
|
display: flex;
|
21551
|
-
flex: 1 1 100%;
|
21552
|
-
flex-direction: column;
|
21553
21360
|
}
|
21554
|
-
.v-
|
21555
|
-
|
21556
|
-
|
21557
|
-
|
21558
|
-
|
21559
|
-
|
21560
|
-
|
21361
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21362
|
+
flex-direction: row-reverse;
|
21363
|
+
}
|
21364
|
+
|
21365
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21366
|
+
flex: 1 0 auto;
|
21367
|
+
}
|
21368
|
+
|
21369
|
+
.v-date-picker__title {
|
21370
|
+
display: inline-block;
|
21371
|
+
}.v-date-picker-month {
|
21561
21372
|
display: flex;
|
21562
|
-
flex-direction: column;
|
21563
21373
|
justify-content: center;
|
21564
|
-
|
21565
|
-
|
21374
|
+
padding: 0 12px 8px;
|
21375
|
+
--v-date-picker-month-day-diff: 4px;
|
21566
21376
|
}
|
21567
|
-
|
21568
|
-
|
21377
|
+
|
21378
|
+
.v-date-picker-month__weeks {
|
21379
|
+
display: flex;
|
21380
|
+
flex-direction: column;
|
21381
|
+
column-gap: 4px;
|
21382
|
+
font-size: 0.875rem;
|
21569
21383
|
}
|
21570
|
-
|
21571
|
-
|
21384
|
+
|
21385
|
+
.v-date-picker-month__weekday {
|
21386
|
+
font-size: 0.875rem;
|
21572
21387
|
}
|
21573
|
-
|
21574
|
-
|
21388
|
+
|
21389
|
+
.v-date-picker-month__days {
|
21390
|
+
display: grid;
|
21391
|
+
grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
|
21392
|
+
column-gap: 4px;
|
21575
21393
|
}
|
21576
21394
|
|
21577
|
-
.v-
|
21578
|
-
|
21579
|
-
|
21395
|
+
.v-date-picker-month__day {
|
21396
|
+
align-items: center;
|
21397
|
+
display: flex;
|
21398
|
+
justify-content: center;
|
21399
|
+
position: relative;
|
21400
|
+
height: 40px;
|
21401
|
+
width: 40px;
|
21580
21402
|
}
|
21581
|
-
.v-
|
21582
|
-
color:
|
21403
|
+
.v-date-picker-month__day--selected .v-btn {
|
21404
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21405
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21583
21406
|
}
|
21584
|
-
|
21585
|
-
|
21586
|
-
|
21587
|
-
font-size: 3.75rem;
|
21588
|
-
font-weight: 300;
|
21589
|
-
line-height: 1;
|
21590
|
-
text-align: center;
|
21591
|
-
margin-bottom: 8px;
|
21407
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21408
|
+
--v-btn-height: 24px;
|
21409
|
+
--v-btn-size: 0.875rem;
|
21592
21410
|
}
|
21593
|
-
.v-
|
21594
|
-
font-size:
|
21411
|
+
.v-date-picker-month__day--week {
|
21412
|
+
font-size: var(--v-btn-size);
|
21595
21413
|
}
|
21596
21414
|
|
21597
|
-
.v-
|
21598
|
-
|
21599
|
-
font-weight: 500;
|
21600
|
-
line-height: 1.6;
|
21601
|
-
margin-bottom: 4px;
|
21602
|
-
text-align: center;
|
21415
|
+
.v-date-picker-month__day--adjacent {
|
21416
|
+
opacity: 0.5;
|
21603
21417
|
}
|
21604
21418
|
|
21605
|
-
.v-
|
21606
|
-
|
21607
|
-
|
21608
|
-
|
21609
|
-
|
21610
|
-
text-align: center;
|
21419
|
+
.v-date-picker-month__day--hide-adjacent {
|
21420
|
+
opacity: 0;
|
21421
|
+
}.v-date-picker-years {
|
21422
|
+
height: 288px;
|
21423
|
+
overflow-y: scroll;
|
21611
21424
|
}
|
21612
21425
|
|
21613
|
-
.v-
|
21614
|
-
|
21426
|
+
.v-date-picker-years__content {
|
21427
|
+
display: grid;
|
21428
|
+
flex: 1 1;
|
21429
|
+
justify-content: space-around;
|
21430
|
+
grid-template-columns: repeat(3, 1fr);
|
21431
|
+
gap: 8px 24px;
|
21432
|
+
padding-inline: 32px;
|
21615
21433
|
}
|
21616
|
-
|
21617
|
-
|
21618
|
-
|
21619
|
-
|
21620
|
-
padding: 16px;
|
21434
|
+
.v-date-picker-years__content .v-btn {
|
21435
|
+
padding-inline: 8px;
|
21436
|
+
}.v-date-picker-months {
|
21437
|
+
height: 288px;
|
21621
21438
|
}
|
21622
21439
|
|
21623
|
-
.v-
|
21624
|
-
|
21625
|
-
|
21440
|
+
.v-date-picker-months__content {
|
21441
|
+
align-items: center;
|
21442
|
+
display: grid;
|
21443
|
+
flex: 1 1;
|
21444
|
+
height: inherit;
|
21445
|
+
justify-content: space-around;
|
21446
|
+
grid-template-columns: repeat(2, 1fr);
|
21447
|
+
grid-gap: 0px 24px;
|
21448
|
+
padding-inline-start: 36px;
|
21449
|
+
padding-inline-end: 36px;
|
21450
|
+
}
|
21451
|
+
.v-date-picker-months__content .v-btn {
|
21452
|
+
text-transform: none;
|
21453
|
+
padding-inline-start: 8px;
|
21454
|
+
padding-inline-end: 8px;
|
21626
21455
|
}.v-divider {
|
21627
21456
|
display: block;
|
21628
21457
|
flex: 1 1 100%;
|
@@ -21675,79 +21504,105 @@ html.overflow-y-hidden {
|
|
21675
21504
|
}
|
21676
21505
|
.v-divider__wrapper--vertical .v-divider {
|
21677
21506
|
margin: 0 auto;
|
21678
|
-
}.v-
|
21507
|
+
}.v-dialog {
|
21679
21508
|
align-items: center;
|
21680
|
-
|
21681
|
-
|
21682
|
-
pointer-events: none;
|
21683
|
-
position: relative;
|
21684
|
-
transition-duration: 0.2s;
|
21685
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21686
|
-
vertical-align: middle;
|
21687
|
-
}
|
21688
|
-
.v-fab .v-btn {
|
21689
|
-
pointer-events: auto;
|
21509
|
+
justify-content: center;
|
21510
|
+
margin: auto;
|
21690
21511
|
}
|
21691
|
-
.v-
|
21692
|
-
|
21512
|
+
.v-dialog > .v-overlay__content {
|
21513
|
+
max-height: calc(100% - 48px);
|
21514
|
+
width: calc(100% - 48px);
|
21515
|
+
max-width: calc(100% - 48px);
|
21516
|
+
margin: 24px;
|
21693
21517
|
}
|
21694
|
-
.v-
|
21518
|
+
.v-dialog > .v-overlay__content,
|
21519
|
+
.v-dialog > .v-overlay__content > form {
|
21695
21520
|
display: flex;
|
21521
|
+
flex-direction: column;
|
21522
|
+
min-height: 0;
|
21696
21523
|
}
|
21697
|
-
.v-
|
21698
|
-
|
21699
|
-
|
21524
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21525
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21526
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21527
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21528
|
+
--v-scrollbar-offset: 0px;
|
21529
|
+
border-radius: 4px;
|
21530
|
+
overflow-y: auto;
|
21531
|
+
flex: 1 1 100%;
|
21700
21532
|
}
|
21701
|
-
.v-
|
21702
|
-
|
21533
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21534
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21535
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21536
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21537
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21703
21538
|
}
|
21704
|
-
.v-
|
21705
|
-
|
21706
|
-
|
21539
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21540
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21541
|
+
display: flex;
|
21542
|
+
flex-direction: column;
|
21707
21543
|
}
|
21708
|
-
.v-
|
21709
|
-
|
21544
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21545
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21546
|
+
padding: 16px 24px;
|
21710
21547
|
}
|
21711
|
-
.v-
|
21712
|
-
|
21548
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21549
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21550
|
+
padding-top: 0;
|
21713
21551
|
}
|
21714
|
-
.v-
|
21715
|
-
|
21552
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21553
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21554
|
+
font-size: inherit;
|
21555
|
+
letter-spacing: 0.03125em;
|
21556
|
+
line-height: inherit;
|
21557
|
+
padding: 16px 24px 24px;
|
21716
21558
|
}
|
21717
|
-
.v-
|
21718
|
-
|
21559
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21560
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21561
|
+
justify-content: flex-end;
|
21719
21562
|
}
|
21720
21563
|
|
21721
|
-
.v-
|
21722
|
-
|
21723
|
-
display: inline-flex;
|
21724
|
-
vertical-align: middle;
|
21725
|
-
}
|
21726
|
-
.v-fab--app .v-fab__container {
|
21727
|
-
margin: 12px;
|
21728
|
-
position: fixed;
|
21729
|
-
}
|
21730
|
-
.v-fab--absolute .v-fab__container {
|
21731
|
-
position: absolute;
|
21732
|
-
z-index: 4;
|
21733
|
-
}
|
21734
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21735
|
-
transform: translateY(-50%);
|
21736
|
-
}
|
21737
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21738
|
-
transform: translateY(50%);
|
21564
|
+
.v-dialog--fullscreen {
|
21565
|
+
--v-scrollbar-offset: 0px;
|
21739
21566
|
}
|
21740
|
-
.v-
|
21567
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21568
|
+
border-radius: 0;
|
21569
|
+
margin: 0;
|
21570
|
+
padding: 0;
|
21571
|
+
width: 100%;
|
21572
|
+
height: 100%;
|
21573
|
+
max-width: 100%;
|
21574
|
+
max-height: 100%;
|
21575
|
+
overflow-y: auto;
|
21741
21576
|
top: 0;
|
21577
|
+
left: 0;
|
21578
|
+
}
|
21579
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21580
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21581
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21582
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21583
|
+
min-height: 100%;
|
21584
|
+
min-width: 100%;
|
21585
|
+
border-radius: 0;
|
21742
21586
|
}
|
21743
|
-
|
21744
|
-
|
21587
|
+
|
21588
|
+
.v-dialog--scrollable > .v-overlay__content > form,
|
21589
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21590
|
+
max-height: 100%;
|
21591
|
+
max-width: 100%;
|
21745
21592
|
}
|
21746
|
-
.v-
|
21747
|
-
|
21593
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21594
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21595
|
+
.v-dialog--scrollable > .v-overlay__content > form,
|
21596
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21597
|
+
display: flex;
|
21598
|
+
flex: 1 1 100%;
|
21599
|
+
flex-direction: column;
|
21748
21600
|
}
|
21749
|
-
.v-
|
21750
|
-
|
21601
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21602
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21603
|
+
-webkit-backface-visibility: hidden;
|
21604
|
+
backface-visibility: hidden;
|
21605
|
+
overflow-y: auto;
|
21751
21606
|
}.v-expansion-panel {
|
21752
21607
|
background-color: rgb(var(--v-theme-surface));
|
21753
21608
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21973,6 +21828,146 @@ html.overflow-y-hidden {
|
|
21973
21828
|
}
|
21974
21829
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21975
21830
|
border-radius: 0;
|
21831
|
+
}.v-empty-state {
|
21832
|
+
align-items: center;
|
21833
|
+
display: flex;
|
21834
|
+
flex-direction: column;
|
21835
|
+
justify-content: center;
|
21836
|
+
min-height: 100%;
|
21837
|
+
padding: 16px;
|
21838
|
+
}
|
21839
|
+
.v-empty-state--start {
|
21840
|
+
align-items: flex-start;
|
21841
|
+
}
|
21842
|
+
.v-empty-state--center {
|
21843
|
+
align-items: center;
|
21844
|
+
}
|
21845
|
+
.v-empty-state--end {
|
21846
|
+
align-items: flex-end;
|
21847
|
+
}
|
21848
|
+
|
21849
|
+
.v-empty-state__media {
|
21850
|
+
text-align: center;
|
21851
|
+
width: 100%;
|
21852
|
+
}
|
21853
|
+
.v-empty-state__media .v-icon {
|
21854
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21855
|
+
}
|
21856
|
+
|
21857
|
+
.v-empty-state__headline {
|
21858
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21859
|
+
font-size: 3.75rem;
|
21860
|
+
font-weight: 300;
|
21861
|
+
line-height: 1;
|
21862
|
+
text-align: center;
|
21863
|
+
margin-bottom: 8px;
|
21864
|
+
}
|
21865
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21866
|
+
font-size: 2.125rem;
|
21867
|
+
}
|
21868
|
+
|
21869
|
+
.v-empty-state__title {
|
21870
|
+
font-size: 1.25rem;
|
21871
|
+
font-weight: 500;
|
21872
|
+
line-height: 1.6;
|
21873
|
+
margin-bottom: 4px;
|
21874
|
+
text-align: center;
|
21875
|
+
}
|
21876
|
+
|
21877
|
+
.v-empty-state__text {
|
21878
|
+
font-size: 0.875rem;
|
21879
|
+
font-weight: 400;
|
21880
|
+
line-height: 1.425;
|
21881
|
+
padding: 0 16px;
|
21882
|
+
text-align: center;
|
21883
|
+
}
|
21884
|
+
|
21885
|
+
.v-empty-state__content {
|
21886
|
+
padding: 24px 0;
|
21887
|
+
}
|
21888
|
+
|
21889
|
+
.v-empty-state__actions {
|
21890
|
+
display: flex;
|
21891
|
+
gap: 8px;
|
21892
|
+
padding: 16px;
|
21893
|
+
}
|
21894
|
+
|
21895
|
+
.v-empty-state__action-btn.v-btn {
|
21896
|
+
background-color: initial;
|
21897
|
+
color: initial;
|
21898
|
+
}.v-fab {
|
21899
|
+
align-items: center;
|
21900
|
+
display: inline-flex;
|
21901
|
+
flex: 1 1 auto;
|
21902
|
+
pointer-events: none;
|
21903
|
+
position: relative;
|
21904
|
+
transition-duration: 0.2s;
|
21905
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21906
|
+
vertical-align: middle;
|
21907
|
+
}
|
21908
|
+
.v-fab .v-btn {
|
21909
|
+
pointer-events: auto;
|
21910
|
+
}
|
21911
|
+
.v-fab .v-btn--variant-elevated {
|
21912
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21913
|
+
}
|
21914
|
+
.v-fab--app, .v-fab--absolute {
|
21915
|
+
display: flex;
|
21916
|
+
}
|
21917
|
+
.v-fab--absolute {
|
21918
|
+
position: absolute;
|
21919
|
+
inset: 0;
|
21920
|
+
}
|
21921
|
+
.v-fab--start, .v-fab--left {
|
21922
|
+
justify-content: flex-start;
|
21923
|
+
}
|
21924
|
+
.v-fab--center {
|
21925
|
+
align-items: center;
|
21926
|
+
justify-content: center;
|
21927
|
+
}
|
21928
|
+
.v-fab--end, .v-fab--right {
|
21929
|
+
justify-content: flex-end;
|
21930
|
+
}
|
21931
|
+
.v-fab--bottom {
|
21932
|
+
align-items: flex-end;
|
21933
|
+
}
|
21934
|
+
.v-fab--top {
|
21935
|
+
align-items: flex-start;
|
21936
|
+
}
|
21937
|
+
.v-fab--extended .v-btn {
|
21938
|
+
border-radius: 9999px !important;
|
21939
|
+
}
|
21940
|
+
|
21941
|
+
.v-fab__container {
|
21942
|
+
align-self: center;
|
21943
|
+
display: inline-flex;
|
21944
|
+
vertical-align: middle;
|
21945
|
+
}
|
21946
|
+
.v-fab--app .v-fab__container {
|
21947
|
+
margin: 12px;
|
21948
|
+
position: fixed;
|
21949
|
+
}
|
21950
|
+
.v-fab--absolute .v-fab__container {
|
21951
|
+
position: absolute;
|
21952
|
+
z-index: 4;
|
21953
|
+
}
|
21954
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21955
|
+
transform: translateY(-50%);
|
21956
|
+
}
|
21957
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21958
|
+
transform: translateY(50%);
|
21959
|
+
}
|
21960
|
+
.v-fab--top .v-fab__container {
|
21961
|
+
top: 0;
|
21962
|
+
}
|
21963
|
+
.v-fab--bottom .v-fab__container {
|
21964
|
+
bottom: 0;
|
21965
|
+
}
|
21966
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21967
|
+
left: 0;
|
21968
|
+
}
|
21969
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21970
|
+
right: 0;
|
21976
21971
|
}/* region INPUT */
|
21977
21972
|
.v-field {
|
21978
21973
|
display: grid;
|
@@ -22578,7 +22573,42 @@ textarea.v-field__input::placeholder {
|
|
22578
22573
|
opacity: 0;
|
22579
22574
|
}
|
22580
22575
|
|
22581
|
-
/* endregion */.v-
|
22576
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
22577
|
+
.v-file-input--hide.v-input .v-input__control,
|
22578
|
+
.v-file-input--hide.v-input .v-input__details {
|
22579
|
+
display: none;
|
22580
|
+
}
|
22581
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22582
|
+
grid-area: control;
|
22583
|
+
margin: 0 auto;
|
22584
|
+
}
|
22585
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22586
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22587
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22588
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22589
|
+
top: 0px;
|
22590
|
+
}
|
22591
|
+
.v-file-input .v-field__input {
|
22592
|
+
word-break: break-word;
|
22593
|
+
}
|
22594
|
+
.v-file-input input[type=file] {
|
22595
|
+
height: 100%;
|
22596
|
+
left: 0;
|
22597
|
+
opacity: 0;
|
22598
|
+
position: absolute;
|
22599
|
+
top: 0;
|
22600
|
+
width: 100%;
|
22601
|
+
z-index: 0;
|
22602
|
+
}
|
22603
|
+
.v-file-input--dragging input[type=file] {
|
22604
|
+
z-index: 1;
|
22605
|
+
}
|
22606
|
+
.v-file-input .v-input__details {
|
22607
|
+
padding-inline: 16px;
|
22608
|
+
}
|
22609
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22610
|
+
padding-inline: 0;
|
22611
|
+
}.v-footer {
|
22582
22612
|
align-items: center;
|
22583
22613
|
display: flex;
|
22584
22614
|
flex: 1 1 auto;
|
@@ -22614,41 +22644,57 @@ textarea.v-field__input::placeholder {
|
|
22614
22644
|
}
|
22615
22645
|
.v-footer--rounded {
|
22616
22646
|
border-radius: 4px;
|
22617
|
-
}.v-
|
22618
|
-
|
22619
|
-
|
22620
|
-
display: none;
|
22647
|
+
}.v-img {
|
22648
|
+
--v-theme-overlay-multiplier: 3;
|
22649
|
+
z-index: 0;
|
22621
22650
|
}
|
22622
|
-
.v-
|
22623
|
-
|
22624
|
-
|
22651
|
+
.v-img.v-img--absolute {
|
22652
|
+
height: 100%;
|
22653
|
+
left: 0;
|
22654
|
+
overflow: hidden;
|
22655
|
+
position: absolute;
|
22656
|
+
top: 0;
|
22657
|
+
width: 100%;
|
22658
|
+
z-index: -1;
|
22625
22659
|
}
|
22626
|
-
.v-
|
22627
|
-
|
22628
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22629
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22630
|
-
top: 0px;
|
22660
|
+
.v-img--booting .v-responsive__sizer {
|
22661
|
+
transition: none;
|
22631
22662
|
}
|
22632
|
-
.v-
|
22633
|
-
|
22663
|
+
.v-img--rounded {
|
22664
|
+
border-radius: 4px;
|
22634
22665
|
}
|
22635
|
-
|
22636
|
-
|
22637
|
-
|
22638
|
-
|
22666
|
+
|
22667
|
+
.v-img__img,
|
22668
|
+
.v-img__picture,
|
22669
|
+
.v-img__gradient,
|
22670
|
+
.v-img__placeholder,
|
22671
|
+
.v-img__error {
|
22672
|
+
z-index: -1;
|
22673
|
+
}
|
22674
|
+
.v-img__img,
|
22675
|
+
.v-img__picture,
|
22676
|
+
.v-img__gradient,
|
22677
|
+
.v-img__placeholder,
|
22678
|
+
.v-img__error {
|
22639
22679
|
position: absolute;
|
22640
22680
|
top: 0;
|
22681
|
+
left: 0;
|
22641
22682
|
width: 100%;
|
22642
|
-
|
22683
|
+
height: 100%;
|
22643
22684
|
}
|
22644
|
-
|
22645
|
-
|
22685
|
+
|
22686
|
+
.v-img__img--preload {
|
22687
|
+
filter: blur(4px);
|
22646
22688
|
}
|
22647
|
-
.v-
|
22648
|
-
|
22689
|
+
.v-img__img--contain {
|
22690
|
+
object-fit: contain;
|
22649
22691
|
}
|
22650
|
-
.v-
|
22651
|
-
|
22692
|
+
.v-img__img--cover {
|
22693
|
+
object-fit: cover;
|
22694
|
+
}
|
22695
|
+
|
22696
|
+
.v-img__gradient {
|
22697
|
+
background-repeat: no-repeat;
|
22652
22698
|
}.v-icon {
|
22653
22699
|
--v-icon-size-multiplier: 1;
|
22654
22700
|
align-items: center;
|
@@ -22703,57 +22749,6 @@ textarea.v-field__input::placeholder {
|
|
22703
22749
|
|
22704
22750
|
.v-icon--end {
|
22705
22751
|
margin-inline-start: 8px;
|
22706
|
-
}.v-img {
|
22707
|
-
--v-theme-overlay-multiplier: 3;
|
22708
|
-
z-index: 0;
|
22709
|
-
}
|
22710
|
-
.v-img.v-img--absolute {
|
22711
|
-
height: 100%;
|
22712
|
-
left: 0;
|
22713
|
-
overflow: hidden;
|
22714
|
-
position: absolute;
|
22715
|
-
top: 0;
|
22716
|
-
width: 100%;
|
22717
|
-
z-index: -1;
|
22718
|
-
}
|
22719
|
-
.v-img--booting .v-responsive__sizer {
|
22720
|
-
transition: none;
|
22721
|
-
}
|
22722
|
-
.v-img--rounded {
|
22723
|
-
border-radius: 4px;
|
22724
|
-
}
|
22725
|
-
|
22726
|
-
.v-img__img,
|
22727
|
-
.v-img__picture,
|
22728
|
-
.v-img__gradient,
|
22729
|
-
.v-img__placeholder,
|
22730
|
-
.v-img__error {
|
22731
|
-
z-index: -1;
|
22732
|
-
}
|
22733
|
-
.v-img__img,
|
22734
|
-
.v-img__picture,
|
22735
|
-
.v-img__gradient,
|
22736
|
-
.v-img__placeholder,
|
22737
|
-
.v-img__error {
|
22738
|
-
position: absolute;
|
22739
|
-
top: 0;
|
22740
|
-
left: 0;
|
22741
|
-
width: 100%;
|
22742
|
-
height: 100%;
|
22743
|
-
}
|
22744
|
-
|
22745
|
-
.v-img__img--preload {
|
22746
|
-
filter: blur(4px);
|
22747
|
-
}
|
22748
|
-
.v-img__img--contain {
|
22749
|
-
object-fit: contain;
|
22750
|
-
}
|
22751
|
-
.v-img__img--cover {
|
22752
|
-
object-fit: cover;
|
22753
|
-
}
|
22754
|
-
|
22755
|
-
.v-img__gradient {
|
22756
|
-
background-repeat: no-repeat;
|
22757
22752
|
}.v-infinite-scroll--horizontal {
|
22758
22753
|
display: flex;
|
22759
22754
|
flex-direction: row;
|
@@ -22791,11 +22786,6 @@ textarea.v-field__input::placeholder {
|
|
22791
22786
|
display: flex;
|
22792
22787
|
justify-content: center;
|
22793
22788
|
padding: 8px;
|
22794
|
-
}.v-item-group {
|
22795
|
-
flex: 0 1 auto;
|
22796
|
-
max-width: 100%;
|
22797
|
-
position: relative;
|
22798
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22799
22789
|
}.v-input {
|
22800
22790
|
display: grid;
|
22801
22791
|
flex: 1 1 auto;
|
@@ -22943,6 +22933,11 @@ textarea.v-field__input::placeholder {
|
|
22943
22933
|
|
22944
22934
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22945
22935
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22936
|
+
}.v-item-group {
|
22937
|
+
flex: 0 1 auto;
|
22938
|
+
max-width: 100%;
|
22939
|
+
position: relative;
|
22940
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22946
22941
|
}.v-label {
|
22947
22942
|
align-items: center;
|
22948
22943
|
color: inherit;
|
@@ -22958,115 +22953,6 @@ textarea.v-field__input::placeholder {
|
|
22958
22953
|
|
22959
22954
|
.v-label--clickable {
|
22960
22955
|
cursor: pointer;
|
22961
|
-
}.v-list {
|
22962
|
-
overflow: auto;
|
22963
|
-
padding: 8px 0;
|
22964
|
-
position: relative;
|
22965
|
-
outline: none;
|
22966
|
-
}
|
22967
|
-
.v-list {
|
22968
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22969
|
-
border-style: solid;
|
22970
|
-
border-width: 0;
|
22971
|
-
}
|
22972
|
-
.v-list--border {
|
22973
|
-
border-width: thin;
|
22974
|
-
box-shadow: none;
|
22975
|
-
}
|
22976
|
-
.v-list {
|
22977
|
-
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));
|
22978
|
-
}
|
22979
|
-
.v-list {
|
22980
|
-
border-radius: 0;
|
22981
|
-
}
|
22982
|
-
.v-list {
|
22983
|
-
background: rgba(var(--v-theme-surface));
|
22984
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22985
|
-
}
|
22986
|
-
.v-list--disabled {
|
22987
|
-
pointer-events: none;
|
22988
|
-
-webkit-user-select: none;
|
22989
|
-
user-select: none;
|
22990
|
-
}
|
22991
|
-
.v-list--nav {
|
22992
|
-
padding-inline: 8px;
|
22993
|
-
}
|
22994
|
-
.v-list--rounded {
|
22995
|
-
border-radius: 4px;
|
22996
|
-
}
|
22997
|
-
.v-list--subheader {
|
22998
|
-
padding-top: 0;
|
22999
|
-
}
|
23000
|
-
|
23001
|
-
.v-list-img {
|
23002
|
-
border-radius: inherit;
|
23003
|
-
display: flex;
|
23004
|
-
height: 100%;
|
23005
|
-
left: 0;
|
23006
|
-
overflow: hidden;
|
23007
|
-
position: absolute;
|
23008
|
-
top: 0;
|
23009
|
-
width: 100%;
|
23010
|
-
z-index: -1;
|
23011
|
-
}
|
23012
|
-
|
23013
|
-
.v-list-subheader {
|
23014
|
-
align-items: center;
|
23015
|
-
background: inherit;
|
23016
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23017
|
-
display: flex;
|
23018
|
-
font-size: 0.875rem;
|
23019
|
-
font-weight: 400;
|
23020
|
-
line-height: 1.375rem;
|
23021
|
-
padding-inline-end: 16px;
|
23022
|
-
min-height: 40px;
|
23023
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23024
|
-
}
|
23025
|
-
.v-list-subheader__text {
|
23026
|
-
overflow: hidden;
|
23027
|
-
text-overflow: ellipsis;
|
23028
|
-
white-space: nowrap;
|
23029
|
-
}
|
23030
|
-
.v-list--density-default .v-list-subheader {
|
23031
|
-
min-height: 40px;
|
23032
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23033
|
-
}
|
23034
|
-
|
23035
|
-
.v-list--density-comfortable .v-list-subheader {
|
23036
|
-
min-height: 36px;
|
23037
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23038
|
-
}
|
23039
|
-
|
23040
|
-
.v-list--density-compact .v-list-subheader {
|
23041
|
-
min-height: 32px;
|
23042
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23043
|
-
}
|
23044
|
-
|
23045
|
-
.v-list-subheader--inset {
|
23046
|
-
--indent-padding: 56px;
|
23047
|
-
}
|
23048
|
-
.v-list--nav .v-list-subheader {
|
23049
|
-
font-size: 0.75rem;
|
23050
|
-
}
|
23051
|
-
.v-list-subheader--sticky {
|
23052
|
-
background: inherit;
|
23053
|
-
left: 0;
|
23054
|
-
position: sticky;
|
23055
|
-
top: 0;
|
23056
|
-
z-index: 1;
|
23057
|
-
}
|
23058
|
-
|
23059
|
-
.v-list__overlay {
|
23060
|
-
background-color: currentColor;
|
23061
|
-
border-radius: inherit;
|
23062
|
-
bottom: 0;
|
23063
|
-
left: 0;
|
23064
|
-
opacity: 0;
|
23065
|
-
pointer-events: none;
|
23066
|
-
position: absolute;
|
23067
|
-
right: 0;
|
23068
|
-
top: 0;
|
23069
|
-
transition: opacity 0.2s ease-in-out;
|
23070
22956
|
}.v-list-item {
|
23071
22957
|
align-items: center;
|
23072
22958
|
display: grid;
|
@@ -23515,42 +23401,136 @@ textarea.v-field__input::placeholder {
|
|
23515
23401
|
.v-list-group--fluid {
|
23516
23402
|
--list-indent-size: 0px;
|
23517
23403
|
}
|
23518
|
-
.v-list-group--prepend {
|
23519
|
-
--parent-padding: calc(var(--indent-padding) + var(--prepend-width));
|
23404
|
+
.v-list-group--prepend {
|
23405
|
+
--parent-padding: calc(var(--indent-padding) + var(--prepend-width));
|
23406
|
+
}
|
23407
|
+
.v-list-group--fluid.v-list-group--prepend {
|
23408
|
+
--parent-padding: var(--indent-padding);
|
23409
|
+
}
|
23410
|
+
|
23411
|
+
.v-list-group__items {
|
23412
|
+
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
23413
|
+
min-width: min-content;
|
23414
|
+
}
|
23415
|
+
|
23416
|
+
.v-list-group__items .v-list-item {
|
23417
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23418
|
+
}
|
23419
|
+
|
23420
|
+
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23421
|
+
opacity: 0;
|
23422
|
+
}
|
23423
|
+
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23424
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23425
|
+
}.v-list {
|
23426
|
+
overflow: auto;
|
23427
|
+
padding: 8px 0;
|
23428
|
+
position: relative;
|
23429
|
+
outline: none;
|
23430
|
+
}
|
23431
|
+
.v-list {
|
23432
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23433
|
+
border-style: solid;
|
23434
|
+
border-width: 0;
|
23435
|
+
}
|
23436
|
+
.v-list--border {
|
23437
|
+
border-width: thin;
|
23438
|
+
box-shadow: none;
|
23439
|
+
}
|
23440
|
+
.v-list {
|
23441
|
+
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));
|
23442
|
+
}
|
23443
|
+
.v-list {
|
23444
|
+
border-radius: 0;
|
23445
|
+
}
|
23446
|
+
.v-list {
|
23447
|
+
background: rgba(var(--v-theme-surface));
|
23448
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23449
|
+
}
|
23450
|
+
.v-list--disabled {
|
23451
|
+
pointer-events: none;
|
23452
|
+
-webkit-user-select: none;
|
23453
|
+
user-select: none;
|
23454
|
+
}
|
23455
|
+
.v-list--nav {
|
23456
|
+
padding-inline: 8px;
|
23457
|
+
}
|
23458
|
+
.v-list--rounded {
|
23459
|
+
border-radius: 4px;
|
23460
|
+
}
|
23461
|
+
.v-list--subheader {
|
23462
|
+
padding-top: 0;
|
23463
|
+
}
|
23464
|
+
|
23465
|
+
.v-list-img {
|
23466
|
+
border-radius: inherit;
|
23467
|
+
display: flex;
|
23468
|
+
height: 100%;
|
23469
|
+
left: 0;
|
23470
|
+
overflow: hidden;
|
23471
|
+
position: absolute;
|
23472
|
+
top: 0;
|
23473
|
+
width: 100%;
|
23474
|
+
z-index: -1;
|
23475
|
+
}
|
23476
|
+
|
23477
|
+
.v-list-subheader {
|
23478
|
+
align-items: center;
|
23479
|
+
background: inherit;
|
23480
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23481
|
+
display: flex;
|
23482
|
+
font-size: 0.875rem;
|
23483
|
+
font-weight: 400;
|
23484
|
+
line-height: 1.375rem;
|
23485
|
+
padding-inline-end: 16px;
|
23486
|
+
min-height: 40px;
|
23487
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23488
|
+
}
|
23489
|
+
.v-list-subheader__text {
|
23490
|
+
overflow: hidden;
|
23491
|
+
text-overflow: ellipsis;
|
23492
|
+
white-space: nowrap;
|
23520
23493
|
}
|
23521
|
-
.v-list-
|
23522
|
-
|
23494
|
+
.v-list--density-default .v-list-subheader {
|
23495
|
+
min-height: 40px;
|
23496
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23523
23497
|
}
|
23524
23498
|
|
23525
|
-
.v-list-
|
23526
|
-
|
23527
|
-
|
23499
|
+
.v-list--density-comfortable .v-list-subheader {
|
23500
|
+
min-height: 36px;
|
23501
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23528
23502
|
}
|
23529
23503
|
|
23530
|
-
.v-list-
|
23504
|
+
.v-list--density-compact .v-list-subheader {
|
23505
|
+
min-height: 32px;
|
23531
23506
|
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23532
23507
|
}
|
23533
23508
|
|
23534
|
-
.v-list-
|
23535
|
-
|
23509
|
+
.v-list-subheader--inset {
|
23510
|
+
--indent-padding: 56px;
|
23536
23511
|
}
|
23537
|
-
.v-list
|
23538
|
-
|
23539
|
-
}.v-layout {
|
23540
|
-
--v-scrollbar-offset: 0px;
|
23541
|
-
display: flex;
|
23542
|
-
flex: 1 1 auto;
|
23512
|
+
.v-list--nav .v-list-subheader {
|
23513
|
+
font-size: 0.75rem;
|
23543
23514
|
}
|
23544
|
-
.v-
|
23545
|
-
|
23546
|
-
|
23547
|
-
|
23548
|
-
|
23549
|
-
|
23515
|
+
.v-list-subheader--sticky {
|
23516
|
+
background: inherit;
|
23517
|
+
left: 0;
|
23518
|
+
position: sticky;
|
23519
|
+
top: 0;
|
23520
|
+
z-index: 1;
|
23550
23521
|
}
|
23551
23522
|
|
23552
|
-
.v-
|
23523
|
+
.v-list__overlay {
|
23524
|
+
background-color: currentColor;
|
23525
|
+
border-radius: inherit;
|
23526
|
+
bottom: 0;
|
23527
|
+
left: 0;
|
23528
|
+
opacity: 0;
|
23529
|
+
pointer-events: none;
|
23553
23530
|
position: absolute;
|
23531
|
+
right: 0;
|
23532
|
+
top: 0;
|
23533
|
+
transition: opacity 0.2s ease-in-out;
|
23554
23534
|
}.v-locale-provider {
|
23555
23535
|
display: contents;
|
23556
23536
|
}.v-main {
|
@@ -23789,6 +23769,64 @@ textarea.v-field__input::placeholder {
|
|
23789
23769
|
.v-number-input__control .v-btn {
|
23790
23770
|
background-color: transparent;
|
23791
23771
|
border-radius: 0;
|
23772
|
+
}.v-otp-input {
|
23773
|
+
align-items: center;
|
23774
|
+
display: flex;
|
23775
|
+
justify-content: center;
|
23776
|
+
padding: 0.5rem 0;
|
23777
|
+
position: relative;
|
23778
|
+
}
|
23779
|
+
.v-otp-input {
|
23780
|
+
border-radius: 4px;
|
23781
|
+
}
|
23782
|
+
.v-otp-input .v-field {
|
23783
|
+
height: 100%;
|
23784
|
+
}
|
23785
|
+
|
23786
|
+
.v-otp-input__divider {
|
23787
|
+
margin: 0 8px;
|
23788
|
+
}
|
23789
|
+
|
23790
|
+
.v-otp-input__content {
|
23791
|
+
align-items: center;
|
23792
|
+
display: flex;
|
23793
|
+
gap: 0.5rem;
|
23794
|
+
height: 64px;
|
23795
|
+
padding: 0.5rem;
|
23796
|
+
justify-content: center;
|
23797
|
+
max-width: 320px;
|
23798
|
+
position: relative;
|
23799
|
+
border-radius: inherit;
|
23800
|
+
}
|
23801
|
+
.v-otp-input--divided .v-otp-input__content {
|
23802
|
+
max-width: 360px;
|
23803
|
+
}
|
23804
|
+
|
23805
|
+
.v-otp-input__field {
|
23806
|
+
color: inherit;
|
23807
|
+
font-size: 1.25rem;
|
23808
|
+
height: 100%;
|
23809
|
+
outline: none;
|
23810
|
+
text-align: center;
|
23811
|
+
width: 100%;
|
23812
|
+
}
|
23813
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23814
|
+
-webkit-appearance: none;
|
23815
|
+
margin: 0;
|
23816
|
+
}
|
23817
|
+
.v-otp-input__field[type=number] {
|
23818
|
+
-moz-appearance: textfield;
|
23819
|
+
}
|
23820
|
+
|
23821
|
+
.v-otp-input__loader {
|
23822
|
+
align-items: center;
|
23823
|
+
display: flex;
|
23824
|
+
height: 100%;
|
23825
|
+
justify-content: center;
|
23826
|
+
width: 100%;
|
23827
|
+
}
|
23828
|
+
.v-otp-input__loader .v-progress-linear {
|
23829
|
+
position: absolute;
|
23792
23830
|
}.v-pagination__list {
|
23793
23831
|
display: inline-flex;
|
23794
23832
|
list-style-type: none;
|
@@ -24202,6 +24240,18 @@ html.v-overlay-scroll-blocked {
|
|
24202
24240
|
0% {
|
24203
24241
|
background-position-x: var(--v-progress-linear-height);
|
24204
24242
|
}
|
24243
|
+
}.v-radio-group > .v-input__control {
|
24244
|
+
flex-direction: column;
|
24245
|
+
}
|
24246
|
+
.v-radio-group > .v-input__control > .v-label {
|
24247
|
+
margin-inline-start: 16px;
|
24248
|
+
}
|
24249
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24250
|
+
padding-inline-start: 6px;
|
24251
|
+
margin-top: 8px;
|
24252
|
+
}
|
24253
|
+
.v-radio-group .v-input__details {
|
24254
|
+
padding-inline: 16px;
|
24205
24255
|
}.v-slider .v-slider__container input {
|
24206
24256
|
cursor: default;
|
24207
24257
|
padding: 0;
|
@@ -24259,133 +24309,32 @@ html.v-overlay-scroll-blocked {
|
|
24259
24309
|
|
24260
24310
|
.v-slider__label {
|
24261
24311
|
margin-inline-end: 12px;
|
24262
|
-
}.v-
|
24263
|
-
flex-direction: column;
|
24264
|
-
}
|
24265
|
-
.v-radio-group > .v-input__control > .v-label {
|
24266
|
-
margin-inline-start: 16px;
|
24267
|
-
}
|
24268
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24269
|
-
padding-inline-start: 6px;
|
24270
|
-
margin-top: 8px;
|
24271
|
-
}
|
24272
|
-
.v-radio-group .v-input__details {
|
24273
|
-
padding-inline: 16px;
|
24274
|
-
}.v-otp-input {
|
24275
|
-
align-items: center;
|
24276
|
-
display: flex;
|
24277
|
-
justify-content: center;
|
24278
|
-
padding: 0.5rem 0;
|
24279
|
-
position: relative;
|
24280
|
-
}
|
24281
|
-
.v-otp-input {
|
24282
|
-
border-radius: 4px;
|
24283
|
-
}
|
24284
|
-
.v-otp-input .v-field {
|
24285
|
-
height: 100%;
|
24286
|
-
}
|
24287
|
-
|
24288
|
-
.v-otp-input__divider {
|
24289
|
-
margin: 0 8px;
|
24290
|
-
}
|
24291
|
-
|
24292
|
-
.v-otp-input__content {
|
24293
|
-
align-items: center;
|
24294
|
-
display: flex;
|
24295
|
-
gap: 0.5rem;
|
24296
|
-
height: 64px;
|
24297
|
-
padding: 0.5rem;
|
24298
|
-
justify-content: center;
|
24299
|
-
max-width: 320px;
|
24300
|
-
position: relative;
|
24301
|
-
border-radius: inherit;
|
24302
|
-
}
|
24303
|
-
.v-otp-input--divided .v-otp-input__content {
|
24304
|
-
max-width: 360px;
|
24305
|
-
}
|
24306
|
-
|
24307
|
-
.v-otp-input__field {
|
24308
|
-
color: inherit;
|
24309
|
-
font-size: 1.25rem;
|
24310
|
-
height: 100%;
|
24311
|
-
outline: none;
|
24312
|
-
text-align: center;
|
24313
|
-
width: 100%;
|
24314
|
-
}
|
24315
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
24316
|
-
-webkit-appearance: none;
|
24317
|
-
margin: 0;
|
24318
|
-
}
|
24319
|
-
.v-otp-input__field[type=number] {
|
24320
|
-
-moz-appearance: textfield;
|
24321
|
-
}
|
24322
|
-
|
24323
|
-
.v-otp-input__loader {
|
24324
|
-
align-items: center;
|
24312
|
+
}.v-responsive {
|
24325
24313
|
display: flex;
|
24326
|
-
|
24327
|
-
|
24328
|
-
width: 100%;
|
24329
|
-
}
|
24330
|
-
.v-otp-input__loader .v-progress-linear {
|
24331
|
-
position: absolute;
|
24332
|
-
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
24333
|
-
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
24334
|
-
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
24335
|
-
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
24336
|
-
top: 0px;
|
24337
|
-
}
|
24338
|
-
.v-select .v-field .v-text-field__prefix,
|
24339
|
-
.v-select .v-field .v-text-field__suffix,
|
24340
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24341
|
-
cursor: pointer;
|
24342
|
-
}
|
24343
|
-
.v-select .v-field .v-field__input > input {
|
24344
|
-
align-self: flex-start;
|
24345
|
-
opacity: 1;
|
24346
|
-
flex: 0 0;
|
24347
|
-
position: absolute;
|
24348
|
-
width: 100%;
|
24349
|
-
transition: none;
|
24350
|
-
pointer-events: none;
|
24351
|
-
caret-color: transparent;
|
24352
|
-
}
|
24353
|
-
.v-select .v-field--dirty .v-select__selection {
|
24354
|
-
margin-inline-end: 2px;
|
24355
|
-
}
|
24356
|
-
.v-select .v-select__selection-text {
|
24357
|
-
overflow: hidden;
|
24358
|
-
text-overflow: ellipsis;
|
24359
|
-
white-space: nowrap;
|
24360
|
-
}
|
24361
|
-
.v-select__content {
|
24362
|
-
overflow: hidden;
|
24363
|
-
}
|
24364
|
-
.v-select__content {
|
24365
|
-
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));
|
24366
|
-
}
|
24367
|
-
.v-select__content {
|
24368
|
-
border-radius: 4px;
|
24369
|
-
}
|
24370
|
-
.v-select__selection {
|
24371
|
-
display: inline-flex;
|
24372
|
-
align-items: center;
|
24373
|
-
letter-spacing: inherit;
|
24374
|
-
line-height: inherit;
|
24314
|
+
flex: 1 0 auto;
|
24315
|
+
max-height: 100%;
|
24375
24316
|
max-width: 100%;
|
24317
|
+
overflow: hidden;
|
24318
|
+
position: relative;
|
24376
24319
|
}
|
24377
|
-
.v-
|
24378
|
-
|
24379
|
-
|
24380
|
-
.v-select--selected .v-field .v-field__input > input {
|
24381
|
-
opacity: 0;
|
24320
|
+
.v-responsive--inline {
|
24321
|
+
display: inline-flex;
|
24322
|
+
flex: 0 0 auto;
|
24382
24323
|
}
|
24383
|
-
|
24384
|
-
|
24385
|
-
|
24324
|
+
|
24325
|
+
.v-responsive__content {
|
24326
|
+
flex: 1 0 0px;
|
24327
|
+
max-width: 100%;
|
24386
24328
|
}
|
24387
|
-
|
24388
|
-
|
24329
|
+
|
24330
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24331
|
+
margin-inline-start: -100%;
|
24332
|
+
}
|
24333
|
+
|
24334
|
+
.v-responsive__sizer {
|
24335
|
+
flex: 1 0 0px;
|
24336
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24337
|
+
pointer-events: none;
|
24389
24338
|
}.v-rating {
|
24390
24339
|
max-width: 100%;
|
24391
24340
|
display: inline-flex;
|
@@ -24439,32 +24388,63 @@ html.v-overlay-scroll-blocked {
|
|
24439
24388
|
opacity: 0;
|
24440
24389
|
position: absolute;
|
24441
24390
|
width: 0;
|
24442
|
-
}.v-
|
24443
|
-
|
24444
|
-
|
24445
|
-
|
24446
|
-
|
24391
|
+
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
24392
|
+
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
24393
|
+
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
24394
|
+
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
24395
|
+
top: 0px;
|
24396
|
+
}
|
24397
|
+
.v-select .v-field .v-text-field__prefix,
|
24398
|
+
.v-select .v-field .v-text-field__suffix,
|
24399
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24400
|
+
cursor: pointer;
|
24401
|
+
}
|
24402
|
+
.v-select .v-field .v-field__input > input {
|
24403
|
+
align-self: flex-start;
|
24404
|
+
opacity: 1;
|
24405
|
+
flex: 0 0;
|
24406
|
+
position: absolute;
|
24407
|
+
width: 100%;
|
24408
|
+
transition: none;
|
24409
|
+
pointer-events: none;
|
24410
|
+
caret-color: transparent;
|
24411
|
+
}
|
24412
|
+
.v-select .v-field--dirty .v-select__selection {
|
24413
|
+
margin-inline-end: 2px;
|
24414
|
+
}
|
24415
|
+
.v-select .v-select__selection-text {
|
24447
24416
|
overflow: hidden;
|
24448
|
-
|
24417
|
+
text-overflow: ellipsis;
|
24418
|
+
white-space: nowrap;
|
24449
24419
|
}
|
24450
|
-
.v-
|
24451
|
-
|
24452
|
-
flex: 0 0 auto;
|
24420
|
+
.v-select__content {
|
24421
|
+
overflow: hidden;
|
24453
24422
|
}
|
24454
|
-
|
24455
|
-
.v-
|
24456
|
-
|
24423
|
+
.v-select__content {
|
24424
|
+
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));
|
24425
|
+
}
|
24426
|
+
.v-select__content {
|
24427
|
+
border-radius: 4px;
|
24428
|
+
}
|
24429
|
+
.v-select__selection {
|
24430
|
+
display: inline-flex;
|
24431
|
+
align-items: center;
|
24432
|
+
letter-spacing: inherit;
|
24433
|
+
line-height: inherit;
|
24457
24434
|
max-width: 100%;
|
24458
24435
|
}
|
24459
|
-
|
24460
|
-
|
24461
|
-
margin-inline-start: -100%;
|
24436
|
+
.v-select .v-select__selection:first-child {
|
24437
|
+
margin-inline-start: 0;
|
24462
24438
|
}
|
24463
|
-
|
24464
|
-
|
24465
|
-
|
24466
|
-
|
24467
|
-
|
24439
|
+
.v-select--selected .v-field .v-field__input > input {
|
24440
|
+
opacity: 0;
|
24441
|
+
}
|
24442
|
+
.v-select__menu-icon {
|
24443
|
+
margin-inline-start: 4px;
|
24444
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24445
|
+
}
|
24446
|
+
.v-select--active-menu .v-select__menu-icon {
|
24447
|
+
transform: rotate(180deg);
|
24468
24448
|
}.v-selection-control {
|
24469
24449
|
align-items: center;
|
24470
24450
|
contain: layout;
|
@@ -24574,42 +24554,6 @@ html.v-overlay-scroll-blocked {
|
|
24574
24554
|
.v-selection-control-group--inline {
|
24575
24555
|
flex-direction: row;
|
24576
24556
|
flex-wrap: wrap;
|
24577
|
-
}.v-sheet {
|
24578
|
-
display: block;
|
24579
|
-
}
|
24580
|
-
.v-sheet {
|
24581
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24582
|
-
border-style: solid;
|
24583
|
-
border-width: 0;
|
24584
|
-
}
|
24585
|
-
.v-sheet--border {
|
24586
|
-
border-width: thin;
|
24587
|
-
box-shadow: none;
|
24588
|
-
}
|
24589
|
-
.v-sheet {
|
24590
|
-
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));
|
24591
|
-
}
|
24592
|
-
.v-sheet--absolute {
|
24593
|
-
position: absolute;
|
24594
|
-
}
|
24595
|
-
.v-sheet--fixed {
|
24596
|
-
position: fixed;
|
24597
|
-
}
|
24598
|
-
.v-sheet--relative {
|
24599
|
-
position: relative;
|
24600
|
-
}
|
24601
|
-
.v-sheet--sticky {
|
24602
|
-
position: sticky;
|
24603
|
-
}
|
24604
|
-
.v-sheet {
|
24605
|
-
border-radius: 0;
|
24606
|
-
}
|
24607
|
-
.v-sheet {
|
24608
|
-
background: rgb(var(--v-theme-surface));
|
24609
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24610
|
-
}
|
24611
|
-
.v-sheet--rounded {
|
24612
|
-
border-radius: 4px;
|
24613
24557
|
}.v-skeleton-loader {
|
24614
24558
|
align-items: center;
|
24615
24559
|
background: rgb(var(--v-theme-surface));
|
@@ -24835,6 +24779,97 @@ html.v-overlay-scroll-blocked {
|
|
24835
24779
|
100% {
|
24836
24780
|
transform: translateX(100%);
|
24837
24781
|
}
|
24782
|
+
}.v-sheet {
|
24783
|
+
display: block;
|
24784
|
+
}
|
24785
|
+
.v-sheet {
|
24786
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24787
|
+
border-style: solid;
|
24788
|
+
border-width: 0;
|
24789
|
+
}
|
24790
|
+
.v-sheet--border {
|
24791
|
+
border-width: thin;
|
24792
|
+
box-shadow: none;
|
24793
|
+
}
|
24794
|
+
.v-sheet {
|
24795
|
+
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));
|
24796
|
+
}
|
24797
|
+
.v-sheet--absolute {
|
24798
|
+
position: absolute;
|
24799
|
+
}
|
24800
|
+
.v-sheet--fixed {
|
24801
|
+
position: fixed;
|
24802
|
+
}
|
24803
|
+
.v-sheet--relative {
|
24804
|
+
position: relative;
|
24805
|
+
}
|
24806
|
+
.v-sheet--sticky {
|
24807
|
+
position: sticky;
|
24808
|
+
}
|
24809
|
+
.v-sheet {
|
24810
|
+
border-radius: 0;
|
24811
|
+
}
|
24812
|
+
.v-sheet {
|
24813
|
+
background: rgb(var(--v-theme-surface));
|
24814
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24815
|
+
}
|
24816
|
+
.v-sheet--rounded {
|
24817
|
+
border-radius: 4px;
|
24818
|
+
}.v-slide-group {
|
24819
|
+
display: flex;
|
24820
|
+
overflow: hidden;
|
24821
|
+
}
|
24822
|
+
|
24823
|
+
.v-slide-group__next,
|
24824
|
+
.v-slide-group__prev {
|
24825
|
+
align-items: center;
|
24826
|
+
display: flex;
|
24827
|
+
flex: 0 1 52px;
|
24828
|
+
justify-content: center;
|
24829
|
+
min-width: 52px;
|
24830
|
+
cursor: pointer;
|
24831
|
+
}
|
24832
|
+
.v-slide-group__next--disabled,
|
24833
|
+
.v-slide-group__prev--disabled {
|
24834
|
+
pointer-events: none;
|
24835
|
+
opacity: var(--v-disabled-opacity);
|
24836
|
+
}
|
24837
|
+
|
24838
|
+
.v-slide-group__content {
|
24839
|
+
display: flex;
|
24840
|
+
flex: 1 0 auto;
|
24841
|
+
position: relative;
|
24842
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24843
|
+
white-space: nowrap;
|
24844
|
+
}
|
24845
|
+
.v-slide-group__content > * {
|
24846
|
+
white-space: initial;
|
24847
|
+
}
|
24848
|
+
|
24849
|
+
.v-slide-group__container {
|
24850
|
+
contain: content;
|
24851
|
+
display: flex;
|
24852
|
+
flex: 1 1 auto;
|
24853
|
+
overflow-x: auto;
|
24854
|
+
overflow-y: hidden;
|
24855
|
+
scrollbar-width: none;
|
24856
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24857
|
+
}
|
24858
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24859
|
+
display: none;
|
24860
|
+
}
|
24861
|
+
|
24862
|
+
.v-slide-group--vertical {
|
24863
|
+
max-height: inherit;
|
24864
|
+
}
|
24865
|
+
.v-slide-group--vertical,
|
24866
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24867
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24868
|
+
flex-direction: column;
|
24869
|
+
}
|
24870
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24871
|
+
overflow-x: hidden;
|
24872
|
+
overflow-y: auto;
|
24838
24873
|
}.v-snackbar {
|
24839
24874
|
justify-content: center;
|
24840
24875
|
z-index: 10000;
|
@@ -24980,61 +25015,47 @@ html.v-overlay-scroll-blocked {
|
|
24980
25015
|
}
|
24981
25016
|
.v-snackbar-transition-leave-to {
|
24982
25017
|
opacity: 0;
|
24983
|
-
}.v-
|
24984
|
-
|
24985
|
-
overflow: hidden;
|
25018
|
+
}.v-speed-dial__content {
|
25019
|
+
gap: 8px;
|
24986
25020
|
}
|
24987
|
-
|
24988
|
-
|
24989
|
-
.v-slide-group__prev {
|
24990
|
-
align-items: center;
|
24991
|
-
display: flex;
|
24992
|
-
flex: 0 1 52px;
|
24993
|
-
justify-content: center;
|
24994
|
-
min-width: 52px;
|
24995
|
-
cursor: pointer;
|
25021
|
+
.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 {
|
25022
|
+
flex-direction: row;
|
24996
25023
|
}
|
24997
|
-
.v-
|
24998
|
-
|
24999
|
-
pointer-events: none;
|
25000
|
-
opacity: var(--v-disabled-opacity);
|
25024
|
+
.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 {
|
25025
|
+
flex-direction: row-reverse;
|
25001
25026
|
}
|
25002
|
-
|
25003
|
-
|
25004
|
-
|
25005
|
-
|
25006
|
-
|
25007
|
-
|
25008
|
-
|
25027
|
+
.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 {
|
25028
|
+
flex-direction: column-reverse;
|
25029
|
+
}
|
25030
|
+
.v-speed-dial__content > *:nth-child(1) {
|
25031
|
+
transition-delay: 0.001s;
|
25032
|
+
}
|
25033
|
+
.v-speed-dial__content > *:nth-child(2) {
|
25034
|
+
transition-delay: 0.05s;
|
25009
25035
|
}
|
25010
|
-
.v-
|
25011
|
-
|
25036
|
+
.v-speed-dial__content > *:nth-child(3) {
|
25037
|
+
transition-delay: 0.1s;
|
25012
25038
|
}
|
25013
|
-
|
25014
|
-
|
25015
|
-
contain: content;
|
25016
|
-
display: flex;
|
25017
|
-
flex: 1 1 auto;
|
25018
|
-
overflow-x: auto;
|
25019
|
-
overflow-y: hidden;
|
25020
|
-
scrollbar-width: none;
|
25021
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
25039
|
+
.v-speed-dial__content > *:nth-child(4) {
|
25040
|
+
transition-delay: 0.15s;
|
25022
25041
|
}
|
25023
|
-
.v-
|
25024
|
-
|
25042
|
+
.v-speed-dial__content > *:nth-child(5) {
|
25043
|
+
transition-delay: 0.2s;
|
25025
25044
|
}
|
25026
|
-
|
25027
|
-
|
25028
|
-
max-height: inherit;
|
25045
|
+
.v-speed-dial__content > *:nth-child(6) {
|
25046
|
+
transition-delay: 0.25s;
|
25029
25047
|
}
|
25030
|
-
.v-
|
25031
|
-
|
25032
|
-
.v-slide-group--vertical .v-slide-group__content {
|
25033
|
-
flex-direction: column;
|
25048
|
+
.v-speed-dial__content > *:nth-child(7) {
|
25049
|
+
transition-delay: 0.3s;
|
25034
25050
|
}
|
25035
|
-
.v-
|
25036
|
-
|
25037
|
-
|
25051
|
+
.v-speed-dial__content > *:nth-child(8) {
|
25052
|
+
transition-delay: 0.35s;
|
25053
|
+
}
|
25054
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25055
|
+
transition-delay: 0.4s;
|
25056
|
+
}
|
25057
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25058
|
+
transition-delay: 0.45s;
|
25038
25059
|
}.v-stepper.v-sheet {
|
25039
25060
|
overflow: hidden;
|
25040
25061
|
}
|
@@ -25392,6 +25413,49 @@ html.v-overlay-scroll-blocked {
|
|
25392
25413
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25393
25414
|
border-width: 0;
|
25394
25415
|
}
|
25416
|
+
}.v-system-bar {
|
25417
|
+
align-items: center;
|
25418
|
+
display: flex;
|
25419
|
+
flex: 1 1 auto;
|
25420
|
+
height: 24px;
|
25421
|
+
justify-content: flex-end;
|
25422
|
+
max-width: 100%;
|
25423
|
+
padding-inline: 8px;
|
25424
|
+
position: relative;
|
25425
|
+
text-align: end;
|
25426
|
+
width: 100%;
|
25427
|
+
}
|
25428
|
+
.v-system-bar .v-icon {
|
25429
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25430
|
+
}
|
25431
|
+
.v-system-bar {
|
25432
|
+
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));
|
25433
|
+
}
|
25434
|
+
.v-system-bar--absolute {
|
25435
|
+
position: absolute;
|
25436
|
+
}
|
25437
|
+
.v-system-bar--fixed {
|
25438
|
+
position: fixed;
|
25439
|
+
}
|
25440
|
+
.v-system-bar {
|
25441
|
+
background: rgba(var(--v-theme-surface-light));
|
25442
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25443
|
+
}
|
25444
|
+
.v-system-bar {
|
25445
|
+
font-size: 0.75rem;
|
25446
|
+
font-weight: 400;
|
25447
|
+
letter-spacing: 0.0333333333em;
|
25448
|
+
line-height: 1.667;
|
25449
|
+
text-transform: none;
|
25450
|
+
}
|
25451
|
+
.v-system-bar--rounded {
|
25452
|
+
border-radius: 0;
|
25453
|
+
}
|
25454
|
+
.v-system-bar--window {
|
25455
|
+
height: 32px;
|
25456
|
+
}
|
25457
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25458
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25395
25459
|
}.v-tab.v-tab.v-btn {
|
25396
25460
|
height: var(--v-tabs-height);
|
25397
25461
|
border-radius: 0;
|
@@ -25483,178 +25547,11 @@ html.v-overlay-scroll-blocked {
|
|
25483
25547
|
@media (max-width: 1279.98px) {
|
25484
25548
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25485
25549
|
margin-inline-start: 52px;
|
25486
|
-
}
|
25487
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25488
|
-
margin-inline-end: 52px;
|
25489
|
-
}
|
25490
|
-
}.v-
|
25491
|
-
align-items: center;
|
25492
|
-
display: flex;
|
25493
|
-
flex: 1 1 auto;
|
25494
|
-
height: 24px;
|
25495
|
-
justify-content: flex-end;
|
25496
|
-
max-width: 100%;
|
25497
|
-
padding-inline: 8px;
|
25498
|
-
position: relative;
|
25499
|
-
text-align: end;
|
25500
|
-
width: 100%;
|
25501
|
-
}
|
25502
|
-
.v-system-bar .v-icon {
|
25503
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25504
|
-
}
|
25505
|
-
.v-system-bar {
|
25506
|
-
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));
|
25507
|
-
}
|
25508
|
-
.v-system-bar--absolute {
|
25509
|
-
position: absolute;
|
25510
|
-
}
|
25511
|
-
.v-system-bar--fixed {
|
25512
|
-
position: fixed;
|
25513
|
-
}
|
25514
|
-
.v-system-bar {
|
25515
|
-
background: rgba(var(--v-theme-surface-light));
|
25516
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25517
|
-
}
|
25518
|
-
.v-system-bar {
|
25519
|
-
font-size: 0.75rem;
|
25520
|
-
font-weight: 400;
|
25521
|
-
letter-spacing: 0.0333333333em;
|
25522
|
-
line-height: 1.667;
|
25523
|
-
text-transform: none;
|
25524
|
-
}
|
25525
|
-
.v-system-bar--rounded {
|
25526
|
-
border-radius: 0;
|
25527
|
-
}
|
25528
|
-
.v-system-bar--window {
|
25529
|
-
height: 32px;
|
25530
|
-
}
|
25531
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25532
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25533
|
-
}.v-textarea .v-field {
|
25534
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25535
|
-
}
|
25536
|
-
.v-textarea .v-field__field {
|
25537
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25538
|
-
}
|
25539
|
-
.v-textarea .v-field__input {
|
25540
|
-
flex: 1 1 auto;
|
25541
|
-
outline: none;
|
25542
|
-
-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));
|
25543
|
-
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));
|
25544
|
-
}
|
25545
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25546
|
-
visibility: hidden;
|
25547
|
-
position: absolute;
|
25548
|
-
top: 0;
|
25549
|
-
left: 0;
|
25550
|
-
height: 0 !important;
|
25551
|
-
min-height: 0 !important;
|
25552
|
-
pointer-events: none;
|
25553
|
-
}
|
25554
|
-
.v-textarea--no-resize .v-field__input {
|
25555
|
-
resize: none;
|
25556
|
-
}
|
25557
|
-
.v-textarea .v-field--no-label textarea,
|
25558
|
-
.v-textarea .v-field--active textarea {
|
25559
|
-
opacity: 1;
|
25560
|
-
}
|
25561
|
-
.v-textarea textarea {
|
25562
|
-
opacity: 0;
|
25563
|
-
flex: 1;
|
25564
|
-
min-width: 0;
|
25565
|
-
height: 100%;
|
25566
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25567
|
-
}
|
25568
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25569
|
-
outline: none;
|
25570
|
-
}
|
25571
|
-
.v-textarea textarea:invalid {
|
25572
|
-
box-shadow: none;
|
25573
|
-
}/* region BLOCK */
|
25574
|
-
.v-text-field input {
|
25575
|
-
color: inherit;
|
25576
|
-
opacity: 0;
|
25577
|
-
flex: 1;
|
25578
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25579
|
-
min-width: 0;
|
25580
|
-
}
|
25581
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25582
|
-
outline: none;
|
25583
|
-
}
|
25584
|
-
.v-text-field input:invalid {
|
25585
|
-
box-shadow: none;
|
25586
|
-
}
|
25587
|
-
.v-text-field .v-field {
|
25588
|
-
cursor: text;
|
25589
|
-
}
|
25590
|
-
.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
|
25591
|
-
--v-field-padding-start: 6px;
|
25592
|
-
}
|
25593
|
-
|
25594
|
-
.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
|
25595
|
-
--v-field-padding-end: 0;
|
25596
|
-
}
|
25597
|
-
|
25598
|
-
.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
|
25599
|
-
--v-field-padding-end: 6px;
|
25600
|
-
}
|
25601
|
-
|
25602
|
-
.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
|
25603
|
-
--v-field-padding-start: 0;
|
25604
|
-
}
|
25605
|
-
|
25606
|
-
.v-text-field .v-input__details {
|
25607
|
-
padding-inline: 16px;
|
25608
|
-
}
|
25609
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25610
|
-
padding-inline: 0;
|
25611
|
-
}
|
25612
|
-
|
25613
|
-
.v-text-field .v-field--no-label input,
|
25614
|
-
.v-text-field .v-field--active input {
|
25615
|
-
opacity: 1;
|
25616
|
-
}
|
25617
|
-
.v-text-field .v-field--single-line input {
|
25618
|
-
transition: none;
|
25619
|
-
}
|
25620
|
-
|
25621
|
-
/* endregion */
|
25622
|
-
/* region ELEMENTS */
|
25623
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25624
|
-
align-items: center;
|
25625
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25626
|
-
cursor: default;
|
25627
|
-
display: flex;
|
25628
|
-
opacity: 0;
|
25629
|
-
transition: inherit;
|
25630
|
-
white-space: nowrap;
|
25631
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25632
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25633
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25634
|
-
}
|
25635
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25636
|
-
opacity: 1;
|
25637
|
-
}
|
25638
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25639
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25640
|
-
}
|
25641
|
-
.v-field:not(.v-field--reverse) .v-text-field__prefix {
|
25642
|
-
padding-inline-start: var(--v-field-padding-start);
|
25643
|
-
}
|
25644
|
-
|
25645
|
-
.v-field.v-field--reverse .v-text-field__prefix {
|
25646
|
-
padding-inline-end: var(--v-field-padding-end);
|
25647
|
-
}
|
25648
|
-
|
25649
|
-
.v-field:not(.v-field--reverse) .v-text-field__suffix {
|
25650
|
-
padding-inline-end: var(--v-field-padding-end);
|
25651
|
-
}
|
25652
|
-
|
25653
|
-
.v-field.v-field--reverse .v-text-field__suffix {
|
25654
|
-
padding-inline-start: var(--v-field-padding-start);
|
25655
|
-
}
|
25656
|
-
|
25657
|
-
/* endregion */.v-table {
|
25550
|
+
}
|
25551
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25552
|
+
margin-inline-end: 52px;
|
25553
|
+
}
|
25554
|
+
}.v-table {
|
25658
25555
|
font-size: 0.875rem;
|
25659
25556
|
transition-duration: 0.28s;
|
25660
25557
|
transition-property: box-shadow, opacity, background, height;
|
@@ -25798,50 +25695,287 @@ html.v-overlay-scroll-blocked {
|
|
25798
25695
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25799
25696
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25800
25697
|
border-top: 0px !important;
|
25698
|
+
}/* region BLOCK */
|
25699
|
+
.v-text-field input {
|
25700
|
+
color: inherit;
|
25701
|
+
opacity: 0;
|
25702
|
+
flex: 1;
|
25703
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25704
|
+
min-width: 0;
|
25705
|
+
}
|
25706
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25707
|
+
outline: none;
|
25708
|
+
}
|
25709
|
+
.v-text-field input:invalid {
|
25710
|
+
box-shadow: none;
|
25711
|
+
}
|
25712
|
+
.v-text-field .v-field {
|
25713
|
+
cursor: text;
|
25714
|
+
}
|
25715
|
+
.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
|
25716
|
+
--v-field-padding-start: 6px;
|
25717
|
+
}
|
25718
|
+
|
25719
|
+
.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
|
25720
|
+
--v-field-padding-end: 0;
|
25721
|
+
}
|
25722
|
+
|
25723
|
+
.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
|
25724
|
+
--v-field-padding-end: 6px;
|
25725
|
+
}
|
25726
|
+
|
25727
|
+
.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
|
25728
|
+
--v-field-padding-start: 0;
|
25729
|
+
}
|
25730
|
+
|
25731
|
+
.v-text-field .v-input__details {
|
25732
|
+
padding-inline: 16px;
|
25733
|
+
}
|
25734
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25735
|
+
padding-inline: 0;
|
25736
|
+
}
|
25737
|
+
|
25738
|
+
.v-text-field .v-field--no-label input,
|
25739
|
+
.v-text-field .v-field--active input {
|
25740
|
+
opacity: 1;
|
25741
|
+
}
|
25742
|
+
.v-text-field .v-field--single-line input {
|
25743
|
+
transition: none;
|
25744
|
+
}
|
25745
|
+
|
25746
|
+
/* endregion */
|
25747
|
+
/* region ELEMENTS */
|
25748
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25749
|
+
align-items: center;
|
25750
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25751
|
+
cursor: default;
|
25752
|
+
display: flex;
|
25753
|
+
opacity: 0;
|
25754
|
+
transition: inherit;
|
25755
|
+
white-space: nowrap;
|
25756
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25757
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25758
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25759
|
+
}
|
25760
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25761
|
+
opacity: 1;
|
25762
|
+
}
|
25763
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25764
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25765
|
+
}
|
25766
|
+
.v-field:not(.v-field--reverse) .v-text-field__prefix {
|
25767
|
+
padding-inline-start: var(--v-field-padding-start);
|
25768
|
+
}
|
25769
|
+
|
25770
|
+
.v-field.v-field--reverse .v-text-field__prefix {
|
25771
|
+
padding-inline-end: var(--v-field-padding-end);
|
25772
|
+
}
|
25773
|
+
|
25774
|
+
.v-field:not(.v-field--reverse) .v-text-field__suffix {
|
25775
|
+
padding-inline-end: var(--v-field-padding-end);
|
25776
|
+
}
|
25777
|
+
|
25778
|
+
.v-field.v-field--reverse .v-text-field__suffix {
|
25779
|
+
padding-inline-start: var(--v-field-padding-start);
|
25780
|
+
}
|
25781
|
+
|
25782
|
+
/* endregion */.v-textarea .v-field {
|
25783
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25784
|
+
}
|
25785
|
+
.v-textarea .v-field__field {
|
25786
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25787
|
+
}
|
25788
|
+
.v-textarea .v-field__input {
|
25789
|
+
flex: 1 1 auto;
|
25790
|
+
outline: none;
|
25791
|
+
-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));
|
25792
|
+
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));
|
25793
|
+
}
|
25794
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25795
|
+
visibility: hidden;
|
25796
|
+
position: absolute;
|
25797
|
+
top: 0;
|
25798
|
+
left: 0;
|
25799
|
+
height: 0 !important;
|
25800
|
+
min-height: 0 !important;
|
25801
|
+
pointer-events: none;
|
25802
|
+
}
|
25803
|
+
.v-textarea--no-resize .v-field__input {
|
25804
|
+
resize: none;
|
25805
|
+
}
|
25806
|
+
.v-textarea .v-field--no-label textarea,
|
25807
|
+
.v-textarea .v-field--active textarea {
|
25808
|
+
opacity: 1;
|
25809
|
+
}
|
25810
|
+
.v-textarea textarea {
|
25811
|
+
opacity: 0;
|
25812
|
+
flex: 1;
|
25813
|
+
min-width: 0;
|
25814
|
+
height: 100%;
|
25815
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25816
|
+
}
|
25817
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25818
|
+
outline: none;
|
25819
|
+
}
|
25820
|
+
.v-textarea textarea:invalid {
|
25821
|
+
box-shadow: none;
|
25822
|
+
}.v-counter {
|
25823
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25824
|
+
flex: 0 1 auto;
|
25825
|
+
font-size: 12px;
|
25826
|
+
transition-duration: 150ms;
|
25801
25827
|
}.v-theme-provider {
|
25802
25828
|
background: rgb(var(--v-theme-background));
|
25803
25829
|
color: rgb(var(--v-theme-on-background));
|
25804
|
-
}.v-
|
25805
|
-
|
25830
|
+
}.v-toolbar {
|
25831
|
+
align-items: flex-start;
|
25832
|
+
display: flex;
|
25833
|
+
flex: none;
|
25834
|
+
flex-direction: column;
|
25835
|
+
justify-content: space-between;
|
25836
|
+
max-width: 100%;
|
25837
|
+
position: relative;
|
25838
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25839
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25840
|
+
width: 100%;
|
25806
25841
|
}
|
25807
|
-
|
25808
|
-
|
25842
|
+
@media (prefers-reduced-motion: reduce) {
|
25843
|
+
.v-toolbar {
|
25844
|
+
transition-property: box-shadow;
|
25845
|
+
}
|
25809
25846
|
}
|
25810
|
-
.v-
|
25811
|
-
|
25847
|
+
.v-toolbar {
|
25848
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25849
|
+
border-style: solid;
|
25850
|
+
border-width: 0;
|
25812
25851
|
}
|
25813
|
-
.v-
|
25814
|
-
|
25852
|
+
.v-toolbar--border {
|
25853
|
+
border-width: thin;
|
25854
|
+
box-shadow: none;
|
25815
25855
|
}
|
25816
|
-
.v-
|
25817
|
-
|
25856
|
+
.v-toolbar {
|
25857
|
+
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));
|
25818
25858
|
}
|
25819
|
-
.v-
|
25820
|
-
|
25859
|
+
.v-toolbar {
|
25860
|
+
border-radius: 0;
|
25821
25861
|
}
|
25822
|
-
.v-
|
25823
|
-
|
25862
|
+
.v-toolbar {
|
25863
|
+
background: rgb(var(--v-theme-surface-light));
|
25864
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25824
25865
|
}
|
25825
|
-
.v-
|
25826
|
-
|
25866
|
+
.v-toolbar--absolute {
|
25867
|
+
position: absolute;
|
25868
|
+
}
|
25869
|
+
.v-toolbar--collapse {
|
25870
|
+
max-width: 112px;
|
25871
|
+
overflow: hidden;
|
25872
|
+
border-end-end-radius: 24px;
|
25873
|
+
}
|
25874
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25875
|
+
display: none;
|
25876
|
+
}
|
25877
|
+
.v-toolbar--flat {
|
25878
|
+
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));
|
25879
|
+
}
|
25880
|
+
.v-toolbar--floating {
|
25881
|
+
display: inline-flex;
|
25882
|
+
width: auto;
|
25883
|
+
}
|
25884
|
+
.v-toolbar--rounded {
|
25885
|
+
border-radius: 4px;
|
25886
|
+
}
|
25887
|
+
|
25888
|
+
.v-toolbar__content,
|
25889
|
+
.v-toolbar__extension {
|
25890
|
+
align-items: center;
|
25891
|
+
display: flex;
|
25892
|
+
flex: 0 0 auto;
|
25893
|
+
position: relative;
|
25894
|
+
transition: inherit;
|
25895
|
+
width: 100%;
|
25896
|
+
}
|
25897
|
+
|
25898
|
+
.v-toolbar__content {
|
25899
|
+
overflow: hidden;
|
25900
|
+
}
|
25901
|
+
.v-toolbar__content > .v-btn:first-child {
|
25902
|
+
margin-inline-start: 4px;
|
25903
|
+
}
|
25904
|
+
.v-toolbar__content > .v-btn:last-child {
|
25905
|
+
margin-inline-end: 4px;
|
25906
|
+
}
|
25907
|
+
.v-toolbar__content > .v-toolbar-title {
|
25908
|
+
margin-inline-start: 20px;
|
25909
|
+
}
|
25910
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25911
|
+
align-items: flex-start;
|
25912
|
+
}
|
25913
|
+
|
25914
|
+
.v-toolbar__image {
|
25915
|
+
display: flex;
|
25916
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25917
|
+
transition-property: opacity;
|
25918
|
+
}
|
25919
|
+
.v-toolbar__image {
|
25920
|
+
position: absolute;
|
25921
|
+
top: 0;
|
25922
|
+
left: 0;
|
25923
|
+
width: 100%;
|
25924
|
+
height: 100%;
|
25925
|
+
}
|
25926
|
+
|
25927
|
+
.v-toolbar__prepend,
|
25928
|
+
.v-toolbar__append {
|
25929
|
+
align-items: center;
|
25930
|
+
align-self: stretch;
|
25931
|
+
display: flex;
|
25932
|
+
}
|
25933
|
+
|
25934
|
+
.v-toolbar__prepend {
|
25935
|
+
margin-inline: 4px auto;
|
25936
|
+
}
|
25937
|
+
|
25938
|
+
.v-toolbar__append {
|
25939
|
+
margin-inline: auto 4px;
|
25940
|
+
}
|
25941
|
+
|
25942
|
+
.v-toolbar-title {
|
25943
|
+
flex: 1 1;
|
25944
|
+
font-size: 1.25rem;
|
25945
|
+
min-width: 0;
|
25827
25946
|
}
|
25828
|
-
.v-
|
25829
|
-
|
25947
|
+
.v-toolbar-title {
|
25948
|
+
font-size: 1.25rem;
|
25949
|
+
font-weight: 400;
|
25950
|
+
letter-spacing: 0;
|
25951
|
+
line-height: 1.75rem;
|
25952
|
+
text-transform: none;
|
25830
25953
|
}
|
25831
|
-
.v-
|
25832
|
-
|
25954
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25955
|
+
align-self: flex-end;
|
25956
|
+
padding-bottom: 6px;
|
25833
25957
|
}
|
25834
|
-
.v-
|
25835
|
-
|
25958
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25959
|
+
font-size: 1.5rem;
|
25960
|
+
font-weight: 400;
|
25961
|
+
letter-spacing: 0;
|
25962
|
+
line-height: 2.25rem;
|
25963
|
+
text-transform: none;
|
25836
25964
|
}
|
25837
|
-
|
25838
|
-
|
25965
|
+
|
25966
|
+
.v-toolbar-title__placeholder {
|
25967
|
+
overflow: hidden;
|
25968
|
+
text-overflow: ellipsis;
|
25969
|
+
white-space: nowrap;
|
25839
25970
|
}
|
25840
|
-
|
25841
|
-
|
25971
|
+
|
25972
|
+
.v-toolbar-items {
|
25973
|
+
display: flex;
|
25974
|
+
height: inherit;
|
25975
|
+
align-self: stretch;
|
25842
25976
|
}
|
25843
|
-
.v-
|
25844
|
-
|
25977
|
+
.v-toolbar-items > .v-btn {
|
25978
|
+
border-radius: 0;
|
25845
25979
|
}.v-timeline .v-timeline-divider__dot {
|
25846
25980
|
background: rgb(var(--v-theme-surface-light));
|
25847
25981
|
}
|
@@ -26269,6 +26403,32 @@ html.v-overlay-scroll-blocked {
|
|
26269
26403
|
|
26270
26404
|
.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 {
|
26271
26405
|
padding-inline-end: 0;
|
26406
|
+
}.v-tooltip > .v-overlay__content {
|
26407
|
+
background: rgb(var(--v-theme-surface-variant));
|
26408
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26409
|
+
border-radius: 4px;
|
26410
|
+
font-size: 0.875rem;
|
26411
|
+
line-height: 1.6;
|
26412
|
+
display: inline-block;
|
26413
|
+
padding: 5px 16px;
|
26414
|
+
text-transform: initial;
|
26415
|
+
width: auto;
|
26416
|
+
opacity: 1;
|
26417
|
+
transition-property: opacity, transform;
|
26418
|
+
overflow-wrap: break-word;
|
26419
|
+
}
|
26420
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26421
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26422
|
+
transition-duration: 150ms;
|
26423
|
+
}
|
26424
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26425
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26426
|
+
transition-duration: 75ms;
|
26427
|
+
}
|
26428
|
+
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
|
26429
|
+
pointer-events: none;
|
26430
|
+
}.v-time-picker.v-picker {
|
26431
|
+
min-width: 328px;
|
26272
26432
|
}.v-time-picker-clock {
|
26273
26433
|
background: rgb(var(--v-theme-background));
|
26274
26434
|
color: rgb(var(--v-theme-on-background));
|
@@ -26395,300 +26555,116 @@ html.v-overlay-scroll-blocked {
|
|
26395
26555
|
cursor: default;
|
26396
26556
|
z-index: 2;
|
26397
26557
|
}
|
26398
|
-
.v-time-picker-clock__item--disabled {
|
26399
|
-
pointer-events: none;
|
26400
|
-
}
|
26401
|
-
|
26402
|
-
.v-picker--landscape .v-time-picker-clock__container {
|
26403
|
-
flex-direction: row;
|
26404
|
-
}.v-time-picker.v-picker {
|
26405
|
-
min-width: 328px;
|
26406
|
-
}.v-time-picker-controls {
|
26407
|
-
display: flex;
|
26408
|
-
align-items: center;
|
26409
|
-
justify-content: center;
|
26410
|
-
font-size: 0.875rem;
|
26411
|
-
padding-top: 4px;
|
26412
|
-
padding-bottom: 4px;
|
26413
|
-
margin-inline: 24px;
|
26414
|
-
margin-bottom: 18px;
|
26415
|
-
}
|
26416
|
-
.v-time-picker-controls__text {
|
26417
|
-
padding-bottom: 12px;
|
26418
|
-
}
|
26419
|
-
.v-time-picker-controls__time {
|
26420
|
-
display: flex;
|
26421
|
-
white-space: nowrap;
|
26422
|
-
direction: ltr;
|
26423
|
-
justify-content: center;
|
26424
|
-
}
|
26425
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
26426
|
-
width: 96px;
|
26427
|
-
height: 80px;
|
26428
|
-
font-size: 56px;
|
26429
|
-
}
|
26430
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
26431
|
-
background: rgb(var(--v-theme-primary));
|
26432
|
-
}
|
26433
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
26434
|
-
width: 96px;
|
26435
|
-
height: 80px;
|
26436
|
-
}
|
26437
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
26438
|
-
width: 64px;
|
26439
|
-
height: 80px;
|
26440
|
-
font-size: 40px;
|
26441
|
-
}
|
26442
|
-
.v-time-picker-controls__time__separator {
|
26443
|
-
font-size: 56px;
|
26444
|
-
height: 80px;
|
26445
|
-
width: 24px;
|
26446
|
-
text-align: center;
|
26447
|
-
}
|
26448
|
-
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
26449
|
-
height: 80px;
|
26450
|
-
font-size: 56px;
|
26451
|
-
}
|
26452
|
-
|
26453
|
-
.v-time-picker-controls__ampm {
|
26454
|
-
margin-left: 12px;
|
26455
|
-
align-self: flex-end;
|
26456
|
-
display: flex;
|
26457
|
-
flex-direction: column;
|
26458
|
-
font-size: 18px;
|
26459
|
-
text-transform: uppercase;
|
26460
|
-
}
|
26461
|
-
.v-time-picker-controls__ampm--readonly {
|
26462
|
-
pointer-events: none;
|
26463
|
-
}
|
26464
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
26465
|
-
opacity: 0.6;
|
26466
|
-
}
|
26467
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
26468
|
-
font-size: 18px;
|
26469
|
-
padding: 0 8px;
|
26470
|
-
min-width: 52px;
|
26471
|
-
height: 40px;
|
26472
|
-
}
|
26473
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
26474
|
-
border-radius: 4px 4px 0 0;
|
26475
|
-
border: 1px solid;
|
26476
|
-
}
|
26477
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
26478
|
-
border-radius: 0 0 4px 4px;
|
26479
|
-
border: 1px solid;
|
26480
|
-
border-top: none;
|
26481
|
-
}
|
26482
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
26483
|
-
background: rgb(var(--v-theme-primary));
|
26484
|
-
}
|
26485
|
-
|
26486
|
-
.v-picker__title--landscape .v-time-picker-controls {
|
26487
|
-
flex-direction: column;
|
26488
|
-
justify-content: center;
|
26489
|
-
height: 100%;
|
26490
|
-
}
|
26491
|
-
.v-picker__title--landscape .v-time-picker-controls__time {
|
26492
|
-
text-align: right;
|
26493
|
-
}
|
26494
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
26495
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
26496
|
-
height: 55px;
|
26497
|
-
font-size: 55px;
|
26498
|
-
}
|
26499
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
26500
|
-
margin: 16px 0 0;
|
26501
|
-
align-self: initial;
|
26502
|
-
text-align: center;
|
26503
|
-
}
|
26504
|
-
|
26505
|
-
.v-picker--time .v-picker__title--landscape {
|
26506
|
-
padding: 0;
|
26507
|
-
}
|
26508
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
26509
|
-
text-align: center;
|
26510
|
-
}.v-tooltip > .v-overlay__content {
|
26511
|
-
background: rgb(var(--v-theme-surface-variant));
|
26512
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26513
|
-
border-radius: 4px;
|
26514
|
-
font-size: 0.875rem;
|
26515
|
-
line-height: 1.6;
|
26516
|
-
display: inline-block;
|
26517
|
-
padding: 5px 16px;
|
26518
|
-
text-transform: initial;
|
26519
|
-
width: auto;
|
26520
|
-
opacity: 1;
|
26521
|
-
transition-property: opacity, transform;
|
26522
|
-
overflow-wrap: break-word;
|
26523
|
-
}
|
26524
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26525
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26526
|
-
transition-duration: 150ms;
|
26527
|
-
}
|
26528
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26529
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26530
|
-
transition-duration: 75ms;
|
26531
|
-
}
|
26532
|
-
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
|
26533
|
-
pointer-events: none;
|
26534
|
-
}.v-toolbar {
|
26535
|
-
align-items: flex-start;
|
26536
|
-
display: flex;
|
26537
|
-
flex: none;
|
26538
|
-
flex-direction: column;
|
26539
|
-
justify-content: space-between;
|
26540
|
-
max-width: 100%;
|
26541
|
-
position: relative;
|
26542
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26543
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26544
|
-
width: 100%;
|
26545
|
-
}
|
26546
|
-
@media (prefers-reduced-motion: reduce) {
|
26547
|
-
.v-toolbar {
|
26548
|
-
transition-property: box-shadow;
|
26549
|
-
}
|
26550
|
-
}
|
26551
|
-
.v-toolbar {
|
26552
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26553
|
-
border-style: solid;
|
26554
|
-
border-width: 0;
|
26555
|
-
}
|
26556
|
-
.v-toolbar--border {
|
26557
|
-
border-width: thin;
|
26558
|
-
box-shadow: none;
|
26559
|
-
}
|
26560
|
-
.v-toolbar {
|
26561
|
-
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));
|
26562
|
-
}
|
26563
|
-
.v-toolbar {
|
26564
|
-
border-radius: 0;
|
26565
|
-
}
|
26566
|
-
.v-toolbar {
|
26567
|
-
background: rgb(var(--v-theme-surface-light));
|
26568
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26569
|
-
}
|
26570
|
-
.v-toolbar--absolute {
|
26571
|
-
position: absolute;
|
26572
|
-
}
|
26573
|
-
.v-toolbar--collapse {
|
26574
|
-
max-width: 112px;
|
26575
|
-
overflow: hidden;
|
26576
|
-
border-end-end-radius: 24px;
|
26577
|
-
}
|
26578
|
-
.v-toolbar--collapse .v-toolbar-title {
|
26579
|
-
display: none;
|
26580
|
-
}
|
26581
|
-
.v-toolbar--flat {
|
26582
|
-
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));
|
26583
|
-
}
|
26584
|
-
.v-toolbar--floating {
|
26585
|
-
display: inline-flex;
|
26586
|
-
width: auto;
|
26587
|
-
}
|
26588
|
-
.v-toolbar--rounded {
|
26589
|
-
border-radius: 4px;
|
26558
|
+
.v-time-picker-clock__item--disabled {
|
26559
|
+
pointer-events: none;
|
26590
26560
|
}
|
26591
26561
|
|
26592
|
-
.v-
|
26593
|
-
|
26594
|
-
|
26562
|
+
.v-picker--landscape .v-time-picker-clock__container {
|
26563
|
+
flex-direction: row;
|
26564
|
+
}.v-time-picker-controls {
|
26595
26565
|
display: flex;
|
26596
|
-
|
26597
|
-
|
26598
|
-
|
26599
|
-
|
26566
|
+
align-items: center;
|
26567
|
+
justify-content: center;
|
26568
|
+
font-size: 0.875rem;
|
26569
|
+
padding-top: 4px;
|
26570
|
+
padding-bottom: 4px;
|
26571
|
+
margin-inline: 24px;
|
26572
|
+
margin-bottom: 18px;
|
26600
26573
|
}
|
26601
|
-
|
26602
|
-
|
26603
|
-
overflow: hidden;
|
26574
|
+
.v-time-picker-controls__text {
|
26575
|
+
padding-bottom: 12px;
|
26604
26576
|
}
|
26605
|
-
.v-
|
26606
|
-
|
26577
|
+
.v-time-picker-controls__time {
|
26578
|
+
display: flex;
|
26579
|
+
white-space: nowrap;
|
26580
|
+
direction: ltr;
|
26581
|
+
justify-content: center;
|
26607
26582
|
}
|
26608
|
-
.v-
|
26609
|
-
|
26583
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
26584
|
+
width: 96px;
|
26585
|
+
height: 80px;
|
26586
|
+
font-size: 56px;
|
26610
26587
|
}
|
26611
|
-
.v-
|
26612
|
-
|
26588
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
26589
|
+
background: rgb(var(--v-theme-primary));
|
26613
26590
|
}
|
26614
|
-
.v-
|
26615
|
-
|
26591
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
26592
|
+
width: 96px;
|
26593
|
+
height: 80px;
|
26616
26594
|
}
|
26617
|
-
|
26618
|
-
|
26619
|
-
|
26620
|
-
|
26621
|
-
transition-property: opacity;
|
26595
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
26596
|
+
width: 64px;
|
26597
|
+
height: 80px;
|
26598
|
+
font-size: 40px;
|
26622
26599
|
}
|
26623
|
-
.v-
|
26624
|
-
|
26625
|
-
|
26626
|
-
|
26627
|
-
|
26628
|
-
|
26600
|
+
.v-time-picker-controls__time__separator {
|
26601
|
+
font-size: 56px;
|
26602
|
+
height: 80px;
|
26603
|
+
width: 24px;
|
26604
|
+
text-align: center;
|
26605
|
+
}
|
26606
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
26607
|
+
height: 80px;
|
26608
|
+
font-size: 56px;
|
26629
26609
|
}
|
26630
26610
|
|
26631
|
-
.v-
|
26632
|
-
|
26633
|
-
align-
|
26634
|
-
align-self: stretch;
|
26611
|
+
.v-time-picker-controls__ampm {
|
26612
|
+
margin-left: 12px;
|
26613
|
+
align-self: flex-end;
|
26635
26614
|
display: flex;
|
26615
|
+
flex-direction: column;
|
26616
|
+
font-size: 18px;
|
26617
|
+
text-transform: uppercase;
|
26636
26618
|
}
|
26637
|
-
|
26638
|
-
|
26639
|
-
margin-inline: 4px auto;
|
26619
|
+
.v-time-picker-controls__ampm--readonly {
|
26620
|
+
pointer-events: none;
|
26640
26621
|
}
|
26641
|
-
|
26642
|
-
.
|
26643
|
-
margin-inline: auto 4px;
|
26622
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
26623
|
+
opacity: 0.6;
|
26644
26624
|
}
|
26645
|
-
|
26646
|
-
|
26647
|
-
|
26648
|
-
|
26649
|
-
|
26625
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
26626
|
+
font-size: 18px;
|
26627
|
+
padding: 0 8px;
|
26628
|
+
min-width: 52px;
|
26629
|
+
height: 40px;
|
26650
26630
|
}
|
26651
|
-
.v-
|
26652
|
-
|
26653
|
-
|
26654
|
-
letter-spacing: 0;
|
26655
|
-
line-height: 1.75rem;
|
26656
|
-
text-transform: none;
|
26631
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
26632
|
+
border-radius: 4px 4px 0 0;
|
26633
|
+
border: 1px solid;
|
26657
26634
|
}
|
26658
|
-
.v-
|
26659
|
-
|
26660
|
-
|
26635
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
26636
|
+
border-radius: 0 0 4px 4px;
|
26637
|
+
border: 1px solid;
|
26638
|
+
border-top: none;
|
26661
26639
|
}
|
26662
|
-
.v-
|
26663
|
-
|
26664
|
-
font-weight: 400;
|
26665
|
-
letter-spacing: 0;
|
26666
|
-
line-height: 2.25rem;
|
26667
|
-
text-transform: none;
|
26640
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
26641
|
+
background: rgb(var(--v-theme-primary));
|
26668
26642
|
}
|
26669
26643
|
|
26670
|
-
.v-
|
26671
|
-
|
26672
|
-
|
26673
|
-
|
26644
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
26645
|
+
flex-direction: column;
|
26646
|
+
justify-content: center;
|
26647
|
+
height: 100%;
|
26674
26648
|
}
|
26675
|
-
|
26676
|
-
|
26677
|
-
display: flex;
|
26678
|
-
height: inherit;
|
26679
|
-
align-self: stretch;
|
26649
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
26650
|
+
text-align: right;
|
26680
26651
|
}
|
26681
|
-
.v-
|
26682
|
-
|
26683
|
-
|
26684
|
-
|
26685
|
-
flex: 1 1 auto;
|
26686
|
-
max-width: 100%;
|
26687
|
-
overflow: auto;
|
26688
|
-
position: relative;
|
26652
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
26653
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
26654
|
+
height: 55px;
|
26655
|
+
font-size: 55px;
|
26689
26656
|
}
|
26690
|
-
.v-
|
26691
|
-
|
26657
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
26658
|
+
margin: 16px 0 0;
|
26659
|
+
align-self: initial;
|
26660
|
+
text-align: center;
|
26661
|
+
}
|
26662
|
+
|
26663
|
+
.v-picker--time .v-picker__title--landscape {
|
26664
|
+
padding: 0;
|
26665
|
+
}
|
26666
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
26667
|
+
text-align: center;
|
26692
26668
|
}.v-treeview-item {
|
26693
26669
|
--list-indent-size: 28px;
|
26694
26670
|
}
|
@@ -26778,6 +26754,15 @@ html.v-overlay-scroll-blocked {
|
|
26778
26754
|
}
|
26779
26755
|
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
26780
26756
|
padding-inline-start: calc(var(--indent-padding)) !important;
|
26757
|
+
}.v-virtual-scroll {
|
26758
|
+
display: block;
|
26759
|
+
flex: 1 1 auto;
|
26760
|
+
max-width: 100%;
|
26761
|
+
overflow: auto;
|
26762
|
+
position: relative;
|
26763
|
+
}
|
26764
|
+
.v-virtual-scroll__container {
|
26765
|
+
display: block;
|
26781
26766
|
}.v-window {
|
26782
26767
|
overflow: hidden;
|
26783
26768
|
}
|
@@ -26899,6 +26884,21 @@ html.v-overlay-scroll-blocked {
|
|
26899
26884
|
}
|
26900
26885
|
.v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
|
26901
26886
|
opacity: 0;
|
26887
|
+
}.v-layout-item {
|
26888
|
+
position: absolute;
|
26889
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26890
|
+
}
|
26891
|
+
|
26892
|
+
.v-layout-item--absolute {
|
26893
|
+
position: absolute;
|
26894
|
+
}.v-layout {
|
26895
|
+
--v-scrollbar-offset: 0px;
|
26896
|
+
display: flex;
|
26897
|
+
flex: 1 1 auto;
|
26898
|
+
}
|
26899
|
+
.v-layout--full-height {
|
26900
|
+
--v-scrollbar-offset: inherit;
|
26901
|
+
height: 100%;
|
26902
26902
|
}.v-color-picker-canvas {
|
26903
26903
|
display: flex;
|
26904
26904
|
position: relative;
|
@@ -26991,6 +26991,39 @@ html.v-overlay-scroll-blocked {
|
|
26991
26991
|
.v-color-picker-preview__eye-dropper {
|
26992
26992
|
position: relative;
|
26993
26993
|
margin-right: 12px;
|
26994
|
+
}.v-color-picker-edit {
|
26995
|
+
display: flex;
|
26996
|
+
margin-top: 24px;
|
26997
|
+
}
|
26998
|
+
|
26999
|
+
.v-color-picker-edit__input {
|
27000
|
+
width: 100%;
|
27001
|
+
display: flex;
|
27002
|
+
flex-wrap: wrap;
|
27003
|
+
justify-content: center;
|
27004
|
+
text-align: center;
|
27005
|
+
}
|
27006
|
+
.v-color-picker-edit__input > input::-webkit-outer-spin-button,
|
27007
|
+
.v-color-picker-edit__input > input::-webkit-inner-spin-button {
|
27008
|
+
-webkit-appearance: none;
|
27009
|
+
margin: 0;
|
27010
|
+
}
|
27011
|
+
.v-color-picker-edit__input:not(:last-child) {
|
27012
|
+
margin-inline-end: 8px;
|
27013
|
+
}
|
27014
|
+
.v-color-picker-edit__input input {
|
27015
|
+
border-radius: 4px;
|
27016
|
+
margin-bottom: 8px;
|
27017
|
+
min-width: 0;
|
27018
|
+
outline: none;
|
27019
|
+
text-align: center;
|
27020
|
+
width: 100%;
|
27021
|
+
height: 32px;
|
27022
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
27023
|
+
color: rgba(var(--v-theme-on-surface));
|
27024
|
+
}
|
27025
|
+
.v-color-picker-edit__input span {
|
27026
|
+
font-size: 0.75rem;
|
26994
27027
|
}.v-color-picker-swatches {
|
26995
27028
|
overflow-y: auto;
|
26996
27029
|
}
|
@@ -27026,39 +27059,6 @@ html.v-overlay-scroll-blocked {
|
|
27026
27059
|
justify-content: center;
|
27027
27060
|
width: 100%;
|
27028
27061
|
height: 100%;
|
27029
|
-
}.v-color-picker-edit {
|
27030
|
-
display: flex;
|
27031
|
-
margin-top: 24px;
|
27032
|
-
}
|
27033
|
-
|
27034
|
-
.v-color-picker-edit__input {
|
27035
|
-
width: 100%;
|
27036
|
-
display: flex;
|
27037
|
-
flex-wrap: wrap;
|
27038
|
-
justify-content: center;
|
27039
|
-
text-align: center;
|
27040
|
-
}
|
27041
|
-
.v-color-picker-edit__input > input::-webkit-outer-spin-button,
|
27042
|
-
.v-color-picker-edit__input > input::-webkit-inner-spin-button {
|
27043
|
-
-webkit-appearance: none;
|
27044
|
-
margin: 0;
|
27045
|
-
}
|
27046
|
-
.v-color-picker-edit__input:not(:last-child) {
|
27047
|
-
margin-inline-end: 8px;
|
27048
|
-
}
|
27049
|
-
.v-color-picker-edit__input input {
|
27050
|
-
border-radius: 4px;
|
27051
|
-
margin-bottom: 8px;
|
27052
|
-
min-width: 0;
|
27053
|
-
outline: none;
|
27054
|
-
text-align: center;
|
27055
|
-
width: 100%;
|
27056
|
-
height: 32px;
|
27057
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
27058
|
-
color: rgba(var(--v-theme-on-surface));
|
27059
|
-
}
|
27060
|
-
.v-color-picker-edit__input span {
|
27061
|
-
font-size: 0.75rem;
|
27062
27062
|
}.v-picker.v-sheet {
|
27063
27063
|
display: grid;
|
27064
27064
|
grid-auto-rows: min-content;
|