@vuetify/nightly 3.7.4-master.2024-11-14 → 3.7.4-master.2024-11-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3484 -3484
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6328 -6328
- package/dist/vuetify-labs.css +2980 -2976
- package/dist/vuetify-labs.d.ts +3 -7
- package/dist/vuetify-labs.esm.js +19 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1127 -1123
- package/dist/vuetify.d.ts +53 -57
- package/dist/vuetify.esm.js +14 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBadge/VBadge.css +4 -0
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +3 -7
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/index.d.mts +3 -7
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs +4 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-20
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
|
|
17978
17978
|
.v-ripple__animation--out {
|
17979
17979
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17980
17980
|
opacity: 0;
|
17981
|
-
}.v-app-bar {
|
17982
|
-
display: flex;
|
17983
|
-
}
|
17984
|
-
.v-app-bar.v-toolbar {
|
17985
|
-
background: rgb(var(--v-theme-surface));
|
17986
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17987
|
-
}
|
17988
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17989
|
-
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));
|
17990
|
-
}
|
17991
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
17992
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
17993
17981
|
}.v-application {
|
17994
17982
|
display: flex;
|
17995
17983
|
background: rgb(var(--v-theme-background));
|
@@ -18006,6 +17994,18 @@ html.overflow-y-hidden {
|
|
18006
17994
|
min-height: 100vh;
|
18007
17995
|
min-height: 100dvh;
|
18008
17996
|
position: relative;
|
17997
|
+
}.v-app-bar {
|
17998
|
+
display: flex;
|
17999
|
+
}
|
18000
|
+
.v-app-bar.v-toolbar {
|
18001
|
+
background: rgb(var(--v-theme-surface));
|
18002
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18003
|
+
}
|
18004
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18005
|
+
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));
|
18006
|
+
}
|
18007
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18008
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18009
18009
|
}.v-alert {
|
18010
18010
|
display: grid;
|
18011
18011
|
flex: 1 1;
|
@@ -18422,6 +18422,7 @@ html.overflow-y-hidden {
|
|
18422
18422
|
align-items: center;
|
18423
18423
|
display: inline-flex;
|
18424
18424
|
border-radius: 10px;
|
18425
|
+
font-family: "Roboto", sans-serif;
|
18425
18426
|
font-size: 0.75rem;
|
18426
18427
|
font-weight: 500;
|
18427
18428
|
height: 1.25rem;
|
@@ -18439,6 +18440,9 @@ html.overflow-y-hidden {
|
|
18439
18440
|
background: rgb(var(--v-theme-surface-variant));
|
18440
18441
|
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18441
18442
|
}
|
18443
|
+
.v-badge__badge:has(.v-icon) {
|
18444
|
+
padding: 4px 6px;
|
18445
|
+
}
|
18442
18446
|
.v-badge--bordered .v-badge__badge::after {
|
18443
18447
|
border-radius: inherit;
|
18444
18448
|
border-style: solid;
|
@@ -18486,6 +18490,69 @@ html.overflow-y-hidden {
|
|
18486
18490
|
display: inline-flex;
|
18487
18491
|
justify-content: center;
|
18488
18492
|
margin: 0 4px;
|
18493
|
+
}.v-bottom-navigation {
|
18494
|
+
display: flex;
|
18495
|
+
max-width: 100%;
|
18496
|
+
overflow: hidden;
|
18497
|
+
position: absolute;
|
18498
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18499
|
+
}
|
18500
|
+
.v-bottom-navigation {
|
18501
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18502
|
+
border-style: solid;
|
18503
|
+
border-width: 0;
|
18504
|
+
}
|
18505
|
+
.v-bottom-navigation--border {
|
18506
|
+
border-width: thin;
|
18507
|
+
box-shadow: none;
|
18508
|
+
}
|
18509
|
+
.v-bottom-navigation {
|
18510
|
+
border-radius: 0;
|
18511
|
+
}
|
18512
|
+
.v-bottom-navigation {
|
18513
|
+
background: rgb(var(--v-theme-surface));
|
18514
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18515
|
+
}
|
18516
|
+
.v-bottom-navigation--active {
|
18517
|
+
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));
|
18518
|
+
}
|
18519
|
+
|
18520
|
+
.v-bottom-navigation__content {
|
18521
|
+
display: flex;
|
18522
|
+
flex: none;
|
18523
|
+
font-size: 0.75rem;
|
18524
|
+
justify-content: center;
|
18525
|
+
transition: inherit;
|
18526
|
+
width: 100%;
|
18527
|
+
}
|
18528
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18529
|
+
font-size: inherit;
|
18530
|
+
height: 100%;
|
18531
|
+
max-width: 168px;
|
18532
|
+
min-width: 80px;
|
18533
|
+
text-transform: none;
|
18534
|
+
transition: inherit;
|
18535
|
+
width: auto;
|
18536
|
+
}
|
18537
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18538
|
+
border-radius: 0;
|
18539
|
+
}
|
18540
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18541
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18542
|
+
transition: inherit;
|
18543
|
+
}
|
18544
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18545
|
+
font-size: 1.5rem;
|
18546
|
+
}
|
18547
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18548
|
+
flex-grow: 1;
|
18549
|
+
}
|
18550
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18551
|
+
transition: inherit;
|
18552
|
+
opacity: 0;
|
18553
|
+
}
|
18554
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18555
|
+
transform: translateY(0.5rem);
|
18489
18556
|
}.v-banner {
|
18490
18557
|
display: grid;
|
18491
18558
|
flex: 1 1;
|
@@ -18652,69 +18719,63 @@ html.overflow-y-hidden {
|
|
18652
18719
|
}
|
18653
18720
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18654
18721
|
align-self: flex-start;
|
18655
|
-
}.v-
|
18722
|
+
}.v-breadcrumbs {
|
18656
18723
|
display: flex;
|
18657
|
-
|
18658
|
-
|
18659
|
-
|
18660
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18661
|
-
}
|
18662
|
-
.v-bottom-navigation {
|
18663
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18664
|
-
border-style: solid;
|
18665
|
-
border-width: 0;
|
18666
|
-
}
|
18667
|
-
.v-bottom-navigation--border {
|
18668
|
-
border-width: thin;
|
18669
|
-
box-shadow: none;
|
18724
|
+
align-items: center;
|
18725
|
+
line-height: 1.6;
|
18726
|
+
padding: 16px 12px;
|
18670
18727
|
}
|
18671
|
-
.v-
|
18672
|
-
border-radius:
|
18728
|
+
.v-breadcrumbs--rounded {
|
18729
|
+
border-radius: 4px;
|
18673
18730
|
}
|
18674
|
-
.v-
|
18675
|
-
|
18676
|
-
|
18731
|
+
.v-breadcrumbs--density-default {
|
18732
|
+
padding-top: 16px;
|
18733
|
+
padding-bottom: 16px;
|
18677
18734
|
}
|
18678
|
-
|
18679
|
-
|
18735
|
+
|
18736
|
+
.v-breadcrumbs--density-comfortable {
|
18737
|
+
padding-top: 12px;
|
18738
|
+
padding-bottom: 12px;
|
18680
18739
|
}
|
18681
18740
|
|
18682
|
-
.v-
|
18683
|
-
|
18684
|
-
|
18685
|
-
font-size: 0.75rem;
|
18686
|
-
justify-content: center;
|
18687
|
-
transition: inherit;
|
18688
|
-
width: 100%;
|
18741
|
+
.v-breadcrumbs--density-compact {
|
18742
|
+
padding-top: 8px;
|
18743
|
+
padding-bottom: 8px;
|
18689
18744
|
}
|
18690
|
-
|
18691
|
-
|
18692
|
-
|
18693
|
-
|
18694
|
-
min-width: 80px;
|
18695
|
-
text-transform: none;
|
18696
|
-
transition: inherit;
|
18697
|
-
width: auto;
|
18745
|
+
|
18746
|
+
.v-breadcrumbs__prepend {
|
18747
|
+
align-items: center;
|
18748
|
+
display: inline-flex;
|
18698
18749
|
}
|
18699
|
-
|
18700
|
-
|
18750
|
+
|
18751
|
+
.v-breadcrumbs-item {
|
18752
|
+
align-items: center;
|
18753
|
+
color: inherit;
|
18754
|
+
display: inline-flex;
|
18755
|
+
padding: 0 4px;
|
18756
|
+
text-decoration: none;
|
18757
|
+
vertical-align: middle;
|
18701
18758
|
}
|
18702
|
-
.v-
|
18703
|
-
|
18704
|
-
|
18759
|
+
.v-breadcrumbs-item--disabled {
|
18760
|
+
opacity: var(--v-disabled-opacity);
|
18761
|
+
pointer-events: none;
|
18705
18762
|
}
|
18706
|
-
.v-
|
18707
|
-
|
18763
|
+
.v-breadcrumbs-item--link {
|
18764
|
+
color: inherit;
|
18765
|
+
text-decoration: none;
|
18708
18766
|
}
|
18709
|
-
.v-
|
18710
|
-
|
18767
|
+
.v-breadcrumbs-item--link:hover {
|
18768
|
+
text-decoration: underline;
|
18711
18769
|
}
|
18712
|
-
.v-
|
18713
|
-
|
18714
|
-
|
18770
|
+
.v-breadcrumbs-item .v-icon {
|
18771
|
+
font-size: 1rem;
|
18772
|
+
margin-inline: -4px 2px;
|
18715
18773
|
}
|
18716
|
-
|
18717
|
-
|
18774
|
+
|
18775
|
+
.v-breadcrumbs-divider {
|
18776
|
+
display: inline-block;
|
18777
|
+
padding: 0 8px;
|
18778
|
+
vertical-align: middle;
|
18718
18779
|
}.bottom-sheet-transition-enter-from {
|
18719
18780
|
transform: translateY(100%);
|
18720
18781
|
}
|
@@ -19237,122 +19298,49 @@ html.overflow-y-hidden {
|
|
19237
19298
|
}
|
19238
19299
|
.v-btn-group--tile {
|
19239
19300
|
border-radius: 0;
|
19240
|
-
}.v-
|
19241
|
-
display:
|
19242
|
-
|
19243
|
-
|
19244
|
-
|
19301
|
+
}.v-card {
|
19302
|
+
display: block;
|
19303
|
+
overflow: hidden;
|
19304
|
+
overflow-wrap: break-word;
|
19305
|
+
position: relative;
|
19306
|
+
padding: 0;
|
19307
|
+
text-decoration: none;
|
19308
|
+
transition-duration: 0.28s;
|
19309
|
+
transition-property: box-shadow, opacity, background;
|
19310
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19311
|
+
z-index: 0;
|
19245
19312
|
}
|
19246
|
-
.v-
|
19247
|
-
border-
|
19313
|
+
.v-card {
|
19314
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19315
|
+
border-style: solid;
|
19316
|
+
border-width: 0;
|
19248
19317
|
}
|
19249
|
-
.v-
|
19250
|
-
|
19251
|
-
|
19318
|
+
.v-card--border {
|
19319
|
+
border-width: thin;
|
19320
|
+
box-shadow: none;
|
19252
19321
|
}
|
19253
|
-
|
19254
|
-
|
19255
|
-
padding-top: 12px;
|
19256
|
-
padding-bottom: 12px;
|
19322
|
+
.v-card--absolute {
|
19323
|
+
position: absolute;
|
19257
19324
|
}
|
19258
|
-
|
19259
|
-
|
19260
|
-
padding-top: 8px;
|
19261
|
-
padding-bottom: 8px;
|
19325
|
+
.v-card--fixed {
|
19326
|
+
position: fixed;
|
19262
19327
|
}
|
19263
|
-
|
19264
|
-
|
19265
|
-
align-items: center;
|
19266
|
-
display: inline-flex;
|
19328
|
+
.v-card {
|
19329
|
+
border-radius: 4px;
|
19267
19330
|
}
|
19268
|
-
|
19269
|
-
|
19270
|
-
align-items: center;
|
19271
|
-
color: inherit;
|
19272
|
-
display: inline-flex;
|
19273
|
-
padding: 0 4px;
|
19274
|
-
text-decoration: none;
|
19275
|
-
vertical-align: middle;
|
19331
|
+
.v-card:hover > .v-card__overlay {
|
19332
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19276
19333
|
}
|
19277
|
-
.v-
|
19278
|
-
opacity: var(--v-
|
19279
|
-
pointer-events: none;
|
19334
|
+
.v-card:focus-visible > .v-card__overlay {
|
19335
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19280
19336
|
}
|
19281
|
-
|
19282
|
-
|
19283
|
-
|
19337
|
+
@supports not selector(:focus-visible) {
|
19338
|
+
.v-card:focus > .v-card__overlay {
|
19339
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19340
|
+
}
|
19284
19341
|
}
|
19285
|
-
.v-
|
19286
|
-
|
19287
|
-
}
|
19288
|
-
.v-breadcrumbs-item .v-icon {
|
19289
|
-
font-size: 1rem;
|
19290
|
-
margin-inline: -4px 2px;
|
19291
|
-
}
|
19292
|
-
|
19293
|
-
.v-breadcrumbs-divider {
|
19294
|
-
display: inline-block;
|
19295
|
-
padding: 0 8px;
|
19296
|
-
vertical-align: middle;
|
19297
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19298
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19299
|
-
}
|
19300
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19301
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19302
|
-
}
|
19303
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19304
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19305
|
-
}
|
19306
|
-
@supports not selector(:focus-visible) {
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
|
-
}
|
19310
|
-
}
|
19311
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19312
|
-
opacity: 1;
|
19313
|
-
}.v-card {
|
19314
|
-
display: block;
|
19315
|
-
overflow: hidden;
|
19316
|
-
overflow-wrap: break-word;
|
19317
|
-
position: relative;
|
19318
|
-
padding: 0;
|
19319
|
-
text-decoration: none;
|
19320
|
-
transition-duration: 0.28s;
|
19321
|
-
transition-property: box-shadow, opacity, background;
|
19322
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19323
|
-
z-index: 0;
|
19324
|
-
}
|
19325
|
-
.v-card {
|
19326
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19327
|
-
border-style: solid;
|
19328
|
-
border-width: 0;
|
19329
|
-
}
|
19330
|
-
.v-card--border {
|
19331
|
-
border-width: thin;
|
19332
|
-
box-shadow: none;
|
19333
|
-
}
|
19334
|
-
.v-card--absolute {
|
19335
|
-
position: absolute;
|
19336
|
-
}
|
19337
|
-
.v-card--fixed {
|
19338
|
-
position: fixed;
|
19339
|
-
}
|
19340
|
-
.v-card {
|
19341
|
-
border-radius: 4px;
|
19342
|
-
}
|
19343
|
-
.v-card:hover > .v-card__overlay {
|
19344
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19345
|
-
}
|
19346
|
-
.v-card:focus-visible > .v-card__overlay {
|
19347
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19348
|
-
}
|
19349
|
-
@supports not selector(:focus-visible) {
|
19350
|
-
.v-card:focus > .v-card__overlay {
|
19351
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19352
|
-
}
|
19353
|
-
}
|
19354
|
-
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19355
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19342
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19343
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19356
19344
|
}
|
19357
19345
|
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
19358
19346
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
@@ -19683,29 +19671,27 @@ html.overflow-y-hidden {
|
|
19683
19671
|
flex-direction: column;
|
19684
19672
|
height: 100% !important;
|
19685
19673
|
width: 50px;
|
19674
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19675
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19676
|
+
}
|
19677
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19678
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19679
|
+
}
|
19680
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19681
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19682
|
+
}
|
19683
|
+
@supports not selector(:focus-visible) {
|
19684
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19685
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19686
|
+
}
|
19687
|
+
}
|
19688
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19689
|
+
opacity: 1;
|
19686
19690
|
}.v-checkbox.v-input {
|
19687
19691
|
flex: 0 1 auto;
|
19688
19692
|
}
|
19689
19693
|
.v-checkbox .v-selection-control {
|
19690
19694
|
min-height: var(--v-input-control-height);
|
19691
|
-
}.v-chip-group {
|
19692
|
-
display: flex;
|
19693
|
-
max-width: 100%;
|
19694
|
-
min-width: 0;
|
19695
|
-
overflow-x: auto;
|
19696
|
-
padding: 4px 0;
|
19697
|
-
}
|
19698
|
-
.v-chip-group .v-chip {
|
19699
|
-
margin: 4px 8px 4px 0;
|
19700
|
-
}
|
19701
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19702
|
-
opacity: var(--v-activated-opacity);
|
19703
|
-
}
|
19704
|
-
|
19705
|
-
.v-chip-group--column .v-slide-group__content {
|
19706
|
-
white-space: normal;
|
19707
|
-
flex-wrap: wrap;
|
19708
|
-
max-width: 100%;
|
19709
19695
|
}.v-chip {
|
19710
19696
|
align-items: center;
|
19711
19697
|
display: inline-flex;
|
@@ -20124,6 +20110,24 @@ html.overflow-y-hidden {
|
|
20124
20110
|
|
20125
20111
|
.v-chip--label {
|
20126
20112
|
border-radius: 4px;
|
20113
|
+
}.v-chip-group {
|
20114
|
+
display: flex;
|
20115
|
+
max-width: 100%;
|
20116
|
+
min-width: 0;
|
20117
|
+
overflow-x: auto;
|
20118
|
+
padding: 4px 0;
|
20119
|
+
}
|
20120
|
+
.v-chip-group .v-chip {
|
20121
|
+
margin: 4px 8px 4px 0;
|
20122
|
+
}
|
20123
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20124
|
+
opacity: var(--v-activated-opacity);
|
20125
|
+
}
|
20126
|
+
|
20127
|
+
.v-chip-group--column .v-slide-group__content {
|
20128
|
+
white-space: normal;
|
20129
|
+
flex-wrap: wrap;
|
20130
|
+
max-width: 100%;
|
20127
20131
|
}.v-color-picker {
|
20128
20132
|
align-self: flex-start;
|
20129
20133
|
contain: content;
|
@@ -20460,6 +20464,62 @@ html.overflow-y-hidden {
|
|
20460
20464
|
}
|
20461
20465
|
.v-date-picker--show-week {
|
20462
20466
|
width: 368px;
|
20467
|
+
}.v-date-picker-controls {
|
20468
|
+
display: flex;
|
20469
|
+
align-items: center;
|
20470
|
+
justify-content: space-between;
|
20471
|
+
font-size: 0.875rem;
|
20472
|
+
padding-top: 4px;
|
20473
|
+
padding-bottom: 4px;
|
20474
|
+
padding-inline-start: 6px;
|
20475
|
+
padding-inline-end: 12px;
|
20476
|
+
}
|
20477
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20478
|
+
text-transform: none;
|
20479
|
+
font-weight: 400;
|
20480
|
+
line-height: initial;
|
20481
|
+
letter-spacing: initial;
|
20482
|
+
}
|
20483
|
+
.v-date-picker-controls--variant-classic {
|
20484
|
+
padding-inline-start: 12px;
|
20485
|
+
}
|
20486
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20487
|
+
opacity: 0.7;
|
20488
|
+
}
|
20489
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20490
|
+
cursor: pointer;
|
20491
|
+
}
|
20492
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20493
|
+
opacity: 1;
|
20494
|
+
}
|
20495
|
+
.v-date-picker-controls .v-btn:last-child {
|
20496
|
+
margin-inline-start: 4px;
|
20497
|
+
}
|
20498
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20499
|
+
transform: rotate(180deg);
|
20500
|
+
}
|
20501
|
+
|
20502
|
+
.v-date-picker-controls__date {
|
20503
|
+
margin-inline-end: 4px;
|
20504
|
+
}
|
20505
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20506
|
+
margin: auto;
|
20507
|
+
text-align: center;
|
20508
|
+
}
|
20509
|
+
|
20510
|
+
.v-date-picker-controls__month {
|
20511
|
+
display: flex;
|
20512
|
+
}
|
20513
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20514
|
+
flex-direction: row-reverse;
|
20515
|
+
}
|
20516
|
+
|
20517
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20518
|
+
flex: 1 0 auto;
|
20519
|
+
}
|
20520
|
+
|
20521
|
+
.v-date-picker__title {
|
20522
|
+
display: inline-block;
|
20463
20523
|
}.v-date-picker-header {
|
20464
20524
|
align-items: flex-end;
|
20465
20525
|
height: 70px;
|
@@ -20520,62 +20580,25 @@ html.overflow-y-hidden {
|
|
20520
20580
|
.date-picker-header-reverse-transition-leave-to {
|
20521
20581
|
opacity: 0;
|
20522
20582
|
transform: translate(0, 100%);
|
20523
|
-
}.v-date-picker-
|
20524
|
-
|
20525
|
-
align-items: center;
|
20526
|
-
justify-content: space-between;
|
20527
|
-
font-size: 0.875rem;
|
20528
|
-
padding-top: 4px;
|
20529
|
-
padding-bottom: 4px;
|
20530
|
-
padding-inline-start: 6px;
|
20531
|
-
padding-inline-end: 12px;
|
20532
|
-
}
|
20533
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20534
|
-
text-transform: none;
|
20535
|
-
font-weight: 400;
|
20536
|
-
line-height: initial;
|
20537
|
-
letter-spacing: initial;
|
20538
|
-
}
|
20539
|
-
.v-date-picker-controls--variant-classic {
|
20540
|
-
padding-inline-start: 12px;
|
20541
|
-
}
|
20542
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20543
|
-
opacity: 0.7;
|
20544
|
-
}
|
20545
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20546
|
-
cursor: pointer;
|
20547
|
-
}
|
20548
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20549
|
-
opacity: 1;
|
20550
|
-
}
|
20551
|
-
.v-date-picker-controls .v-btn:last-child {
|
20552
|
-
margin-inline-start: 4px;
|
20553
|
-
}
|
20554
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20555
|
-
transform: rotate(180deg);
|
20556
|
-
}
|
20557
|
-
|
20558
|
-
.v-date-picker-controls__date {
|
20559
|
-
margin-inline-end: 4px;
|
20560
|
-
}
|
20561
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20562
|
-
margin: auto;
|
20563
|
-
text-align: center;
|
20564
|
-
}
|
20565
|
-
|
20566
|
-
.v-date-picker-controls__month {
|
20567
|
-
display: flex;
|
20568
|
-
}
|
20569
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20570
|
-
flex-direction: row-reverse;
|
20583
|
+
}.v-date-picker-months {
|
20584
|
+
height: 288px;
|
20571
20585
|
}
|
20572
20586
|
|
20573
|
-
.v-date-picker-
|
20574
|
-
|
20587
|
+
.v-date-picker-months__content {
|
20588
|
+
align-items: center;
|
20589
|
+
display: grid;
|
20590
|
+
flex: 1 1;
|
20591
|
+
height: inherit;
|
20592
|
+
justify-content: space-around;
|
20593
|
+
grid-template-columns: repeat(2, 1fr);
|
20594
|
+
grid-gap: 0px 24px;
|
20595
|
+
padding-inline-start: 36px;
|
20596
|
+
padding-inline-end: 36px;
|
20575
20597
|
}
|
20576
|
-
|
20577
|
-
|
20578
|
-
|
20598
|
+
.v-date-picker-months__content .v-btn {
|
20599
|
+
text-transform: none;
|
20600
|
+
padding-inline-start: 8px;
|
20601
|
+
padding-inline-end: 8px;
|
20579
20602
|
}.v-date-picker-month {
|
20580
20603
|
display: flex;
|
20581
20604
|
justify-content: center;
|
@@ -20631,31 +20654,12 @@ html.overflow-y-hidden {
|
|
20631
20654
|
|
20632
20655
|
.v-date-picker-month__day--hide-adjacent {
|
20633
20656
|
opacity: 0;
|
20634
|
-
}.v-date-picker-
|
20657
|
+
}.v-date-picker-years {
|
20635
20658
|
height: 288px;
|
20659
|
+
overflow-y: scroll;
|
20636
20660
|
}
|
20637
20661
|
|
20638
|
-
.v-date-picker-
|
20639
|
-
align-items: center;
|
20640
|
-
display: grid;
|
20641
|
-
flex: 1 1;
|
20642
|
-
height: inherit;
|
20643
|
-
justify-content: space-around;
|
20644
|
-
grid-template-columns: repeat(2, 1fr);
|
20645
|
-
grid-gap: 0px 24px;
|
20646
|
-
padding-inline-start: 36px;
|
20647
|
-
padding-inline-end: 36px;
|
20648
|
-
}
|
20649
|
-
.v-date-picker-months__content .v-btn {
|
20650
|
-
text-transform: none;
|
20651
|
-
padding-inline-start: 8px;
|
20652
|
-
padding-inline-end: 8px;
|
20653
|
-
}.v-date-picker-years {
|
20654
|
-
height: 288px;
|
20655
|
-
overflow-y: scroll;
|
20656
|
-
}
|
20657
|
-
|
20658
|
-
.v-date-picker-years__content {
|
20662
|
+
.v-date-picker-years__content {
|
20659
20663
|
display: grid;
|
20660
20664
|
flex: 1 1;
|
20661
20665
|
justify-content: space-around;
|
@@ -20880,6 +20884,75 @@ html.overflow-y-hidden {
|
|
20880
20884
|
.v-empty-state__action-btn.v-btn {
|
20881
20885
|
background-color: initial;
|
20882
20886
|
color: initial;
|
20887
|
+
}.v-fab {
|
20888
|
+
align-items: center;
|
20889
|
+
display: inline-flex;
|
20890
|
+
flex: 1 1 auto;
|
20891
|
+
pointer-events: none;
|
20892
|
+
position: relative;
|
20893
|
+
transition-duration: 0.2s;
|
20894
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20895
|
+
vertical-align: middle;
|
20896
|
+
}
|
20897
|
+
.v-fab .v-btn {
|
20898
|
+
pointer-events: auto;
|
20899
|
+
}
|
20900
|
+
.v-fab .v-btn--variant-elevated {
|
20901
|
+
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));
|
20902
|
+
}
|
20903
|
+
.v-fab--app, .v-fab--absolute {
|
20904
|
+
display: flex;
|
20905
|
+
}
|
20906
|
+
.v-fab--start, .v-fab--left {
|
20907
|
+
justify-content: flex-start;
|
20908
|
+
}
|
20909
|
+
.v-fab--center {
|
20910
|
+
align-items: center;
|
20911
|
+
justify-content: center;
|
20912
|
+
}
|
20913
|
+
.v-fab--end, .v-fab--right {
|
20914
|
+
justify-content: flex-end;
|
20915
|
+
}
|
20916
|
+
.v-fab--bottom {
|
20917
|
+
align-items: flex-end;
|
20918
|
+
}
|
20919
|
+
.v-fab--top {
|
20920
|
+
align-items: flex-start;
|
20921
|
+
}
|
20922
|
+
.v-fab--extended .v-btn {
|
20923
|
+
border-radius: 9999px !important;
|
20924
|
+
}
|
20925
|
+
|
20926
|
+
.v-fab__container {
|
20927
|
+
align-self: center;
|
20928
|
+
display: inline-flex;
|
20929
|
+
position: absolute;
|
20930
|
+
vertical-align: middle;
|
20931
|
+
}
|
20932
|
+
.v-fab--app .v-fab__container {
|
20933
|
+
margin: 12px;
|
20934
|
+
}
|
20935
|
+
.v-fab--absolute .v-fab__container {
|
20936
|
+
position: absolute;
|
20937
|
+
z-index: 4;
|
20938
|
+
}
|
20939
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20940
|
+
transform: translateY(-50%);
|
20941
|
+
}
|
20942
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20943
|
+
transform: translateY(50%);
|
20944
|
+
}
|
20945
|
+
.v-fab--top .v-fab__container {
|
20946
|
+
top: 0;
|
20947
|
+
}
|
20948
|
+
.v-fab--bottom .v-fab__container {
|
20949
|
+
bottom: 0;
|
20950
|
+
}
|
20951
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20952
|
+
left: 0;
|
20953
|
+
}
|
20954
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20955
|
+
right: 0;
|
20883
20956
|
}.v-expansion-panel {
|
20884
20957
|
background-color: rgb(var(--v-theme-surface));
|
20885
20958
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21096,75 +21169,71 @@ html.overflow-y-hidden {
|
|
21096
21169
|
}
|
21097
21170
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21098
21171
|
border-radius: 0;
|
21099
|
-
}.v-
|
21100
|
-
|
21101
|
-
|
21102
|
-
|
21103
|
-
pointer-events: none;
|
21104
|
-
position: relative;
|
21105
|
-
transition-duration: 0.2s;
|
21106
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21107
|
-
vertical-align: middle;
|
21172
|
+
}.v-file-input--hide.v-input .v-field,
|
21173
|
+
.v-file-input--hide.v-input .v-input__control,
|
21174
|
+
.v-file-input--hide.v-input .v-input__details {
|
21175
|
+
display: none;
|
21108
21176
|
}
|
21109
|
-
.v-
|
21110
|
-
|
21177
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21178
|
+
grid-area: control;
|
21179
|
+
margin: 0 auto;
|
21111
21180
|
}
|
21112
|
-
.v-
|
21113
|
-
|
21181
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21182
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21183
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21184
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21185
|
+
top: 0px;
|
21114
21186
|
}
|
21115
|
-
.v-
|
21116
|
-
|
21187
|
+
.v-file-input input[type=file] {
|
21188
|
+
height: 100%;
|
21189
|
+
left: 0;
|
21190
|
+
opacity: 0;
|
21191
|
+
position: absolute;
|
21192
|
+
top: 0;
|
21193
|
+
width: 100%;
|
21194
|
+
z-index: 1;
|
21117
21195
|
}
|
21118
|
-
.v-
|
21119
|
-
|
21196
|
+
.v-file-input .v-input__details {
|
21197
|
+
padding-inline: 16px;
|
21120
21198
|
}
|
21121
|
-
.v-
|
21199
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21200
|
+
padding-inline: 0;
|
21201
|
+
}.v-footer {
|
21122
21202
|
align-items: center;
|
21123
|
-
|
21124
|
-
|
21125
|
-
|
21126
|
-
|
21127
|
-
|
21128
|
-
|
21129
|
-
align-items: flex-end;
|
21130
|
-
}
|
21131
|
-
.v-fab--top {
|
21132
|
-
align-items: flex-start;
|
21203
|
+
display: flex;
|
21204
|
+
flex: 1 1 auto;
|
21205
|
+
padding: 8px 16px;
|
21206
|
+
position: relative;
|
21207
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21208
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21133
21209
|
}
|
21134
|
-
.v-
|
21135
|
-
border-
|
21210
|
+
.v-footer {
|
21211
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21212
|
+
border-style: solid;
|
21213
|
+
border-width: 0;
|
21136
21214
|
}
|
21137
|
-
|
21138
|
-
|
21139
|
-
|
21140
|
-
display: inline-flex;
|
21141
|
-
position: absolute;
|
21142
|
-
vertical-align: middle;
|
21215
|
+
.v-footer--border {
|
21216
|
+
border-width: thin;
|
21217
|
+
box-shadow: none;
|
21143
21218
|
}
|
21144
|
-
.v-
|
21145
|
-
|
21219
|
+
.v-footer {
|
21220
|
+
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));
|
21146
21221
|
}
|
21147
|
-
.v-
|
21222
|
+
.v-footer--absolute {
|
21148
21223
|
position: absolute;
|
21149
|
-
z-index: 4;
|
21150
|
-
}
|
21151
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21152
|
-
transform: translateY(-50%);
|
21153
|
-
}
|
21154
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21155
|
-
transform: translateY(50%);
|
21156
21224
|
}
|
21157
|
-
.v-
|
21158
|
-
|
21225
|
+
.v-footer--fixed {
|
21226
|
+
position: fixed;
|
21159
21227
|
}
|
21160
|
-
.v-
|
21161
|
-
|
21228
|
+
.v-footer {
|
21229
|
+
border-radius: 0;
|
21162
21230
|
}
|
21163
|
-
.v-
|
21164
|
-
|
21231
|
+
.v-footer {
|
21232
|
+
background: rgb(var(--v-theme-surface));
|
21233
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21165
21234
|
}
|
21166
|
-
.v-
|
21167
|
-
|
21235
|
+
.v-footer--rounded {
|
21236
|
+
border-radius: 4px;
|
21168
21237
|
}/* region INPUT */
|
21169
21238
|
.v-field {
|
21170
21239
|
display: grid;
|
@@ -21748,72 +21817,7 @@ textarea.v-field__input::placeholder {
|
|
21748
21817
|
opacity: 0;
|
21749
21818
|
}
|
21750
21819
|
|
21751
|
-
/* endregion */.v-
|
21752
|
-
.v-file-input--hide.v-input .v-input__control,
|
21753
|
-
.v-file-input--hide.v-input .v-input__details {
|
21754
|
-
display: none;
|
21755
|
-
}
|
21756
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21757
|
-
grid-area: control;
|
21758
|
-
margin: 0 auto;
|
21759
|
-
}
|
21760
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21761
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21762
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21763
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21764
|
-
top: 0px;
|
21765
|
-
}
|
21766
|
-
.v-file-input input[type=file] {
|
21767
|
-
height: 100%;
|
21768
|
-
left: 0;
|
21769
|
-
opacity: 0;
|
21770
|
-
position: absolute;
|
21771
|
-
top: 0;
|
21772
|
-
width: 100%;
|
21773
|
-
z-index: 1;
|
21774
|
-
}
|
21775
|
-
.v-file-input .v-input__details {
|
21776
|
-
padding-inline: 16px;
|
21777
|
-
}
|
21778
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21779
|
-
padding-inline: 0;
|
21780
|
-
}.v-footer {
|
21781
|
-
align-items: center;
|
21782
|
-
display: flex;
|
21783
|
-
flex: 1 1 auto;
|
21784
|
-
padding: 8px 16px;
|
21785
|
-
position: relative;
|
21786
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21787
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21788
|
-
}
|
21789
|
-
.v-footer {
|
21790
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21791
|
-
border-style: solid;
|
21792
|
-
border-width: 0;
|
21793
|
-
}
|
21794
|
-
.v-footer--border {
|
21795
|
-
border-width: thin;
|
21796
|
-
box-shadow: none;
|
21797
|
-
}
|
21798
|
-
.v-footer {
|
21799
|
-
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));
|
21800
|
-
}
|
21801
|
-
.v-footer--absolute {
|
21802
|
-
position: absolute;
|
21803
|
-
}
|
21804
|
-
.v-footer--fixed {
|
21805
|
-
position: fixed;
|
21806
|
-
}
|
21807
|
-
.v-footer {
|
21808
|
-
border-radius: 0;
|
21809
|
-
}
|
21810
|
-
.v-footer {
|
21811
|
-
background: rgb(var(--v-theme-surface));
|
21812
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21813
|
-
}
|
21814
|
-
.v-footer--rounded {
|
21815
|
-
border-radius: 4px;
|
21816
|
-
}.v-container {
|
21820
|
+
/* endregion */.v-container {
|
21817
21821
|
width: 100%;
|
21818
21822
|
padding: 16px;
|
21819
21823
|
margin-right: auto;
|
@@ -22538,57 +22542,6 @@ textarea.v-field__input::placeholder {
|
|
22538
22542
|
|
22539
22543
|
.v-icon--end {
|
22540
22544
|
margin-inline-start: 8px;
|
22541
|
-
}.v-img {
|
22542
|
-
--v-theme-overlay-multiplier: 3;
|
22543
|
-
z-index: 0;
|
22544
|
-
}
|
22545
|
-
.v-img.v-img--absolute {
|
22546
|
-
height: 100%;
|
22547
|
-
left: 0;
|
22548
|
-
overflow: hidden;
|
22549
|
-
position: absolute;
|
22550
|
-
top: 0;
|
22551
|
-
width: 100%;
|
22552
|
-
z-index: -1;
|
22553
|
-
}
|
22554
|
-
.v-img--booting .v-responsive__sizer {
|
22555
|
-
transition: none;
|
22556
|
-
}
|
22557
|
-
.v-img--rounded {
|
22558
|
-
border-radius: 4px;
|
22559
|
-
}
|
22560
|
-
|
22561
|
-
.v-img__img,
|
22562
|
-
.v-img__picture,
|
22563
|
-
.v-img__gradient,
|
22564
|
-
.v-img__placeholder,
|
22565
|
-
.v-img__error {
|
22566
|
-
z-index: -1;
|
22567
|
-
}
|
22568
|
-
.v-img__img,
|
22569
|
-
.v-img__picture,
|
22570
|
-
.v-img__gradient,
|
22571
|
-
.v-img__placeholder,
|
22572
|
-
.v-img__error {
|
22573
|
-
position: absolute;
|
22574
|
-
top: 0;
|
22575
|
-
left: 0;
|
22576
|
-
width: 100%;
|
22577
|
-
height: 100%;
|
22578
|
-
}
|
22579
|
-
|
22580
|
-
.v-img__img--preload {
|
22581
|
-
filter: blur(4px);
|
22582
|
-
}
|
22583
|
-
.v-img__img--contain {
|
22584
|
-
object-fit: contain;
|
22585
|
-
}
|
22586
|
-
.v-img__img--cover {
|
22587
|
-
object-fit: cover;
|
22588
|
-
}
|
22589
|
-
|
22590
|
-
.v-img__gradient {
|
22591
|
-
background-repeat: no-repeat;
|
22592
22545
|
}.v-infinite-scroll--horizontal {
|
22593
22546
|
display: flex;
|
22594
22547
|
flex-direction: row;
|
@@ -22768,6 +22721,57 @@ textarea.v-field__input::placeholder {
|
|
22768
22721
|
|
22769
22722
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22770
22723
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22724
|
+
}.v-img {
|
22725
|
+
--v-theme-overlay-multiplier: 3;
|
22726
|
+
z-index: 0;
|
22727
|
+
}
|
22728
|
+
.v-img.v-img--absolute {
|
22729
|
+
height: 100%;
|
22730
|
+
left: 0;
|
22731
|
+
overflow: hidden;
|
22732
|
+
position: absolute;
|
22733
|
+
top: 0;
|
22734
|
+
width: 100%;
|
22735
|
+
z-index: -1;
|
22736
|
+
}
|
22737
|
+
.v-img--booting .v-responsive__sizer {
|
22738
|
+
transition: none;
|
22739
|
+
}
|
22740
|
+
.v-img--rounded {
|
22741
|
+
border-radius: 4px;
|
22742
|
+
}
|
22743
|
+
|
22744
|
+
.v-img__img,
|
22745
|
+
.v-img__picture,
|
22746
|
+
.v-img__gradient,
|
22747
|
+
.v-img__placeholder,
|
22748
|
+
.v-img__error {
|
22749
|
+
z-index: -1;
|
22750
|
+
}
|
22751
|
+
.v-img__img,
|
22752
|
+
.v-img__picture,
|
22753
|
+
.v-img__gradient,
|
22754
|
+
.v-img__placeholder,
|
22755
|
+
.v-img__error {
|
22756
|
+
position: absolute;
|
22757
|
+
top: 0;
|
22758
|
+
left: 0;
|
22759
|
+
width: 100%;
|
22760
|
+
height: 100%;
|
22761
|
+
}
|
22762
|
+
|
22763
|
+
.v-img__img--preload {
|
22764
|
+
filter: blur(4px);
|
22765
|
+
}
|
22766
|
+
.v-img__img--contain {
|
22767
|
+
object-fit: contain;
|
22768
|
+
}
|
22769
|
+
.v-img__img--cover {
|
22770
|
+
object-fit: cover;
|
22771
|
+
}
|
22772
|
+
|
22773
|
+
.v-img__gradient {
|
22774
|
+
background-repeat: no-repeat;
|
22771
22775
|
}.v-item-group {
|
22772
22776
|
flex: 0 1 auto;
|
22773
22777
|
max-width: 100%;
|
@@ -23381,25 +23385,6 @@ textarea.v-field__input::placeholder {
|
|
23381
23385
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23382
23386
|
}.v-locale-provider {
|
23383
23387
|
display: contents;
|
23384
|
-
}.v-menu > .v-overlay__content {
|
23385
|
-
display: flex;
|
23386
|
-
flex-direction: column;
|
23387
|
-
}
|
23388
|
-
.v-menu > .v-overlay__content {
|
23389
|
-
border-radius: 4px;
|
23390
|
-
}
|
23391
|
-
.v-menu > .v-overlay__content > .v-card,
|
23392
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23393
|
-
.v-menu > .v-overlay__content > .v-list {
|
23394
|
-
background: rgb(var(--v-theme-surface));
|
23395
|
-
border-radius: inherit;
|
23396
|
-
overflow: auto;
|
23397
|
-
height: 100%;
|
23398
|
-
}
|
23399
|
-
.v-menu > .v-overlay__content > .v-card,
|
23400
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23401
|
-
.v-menu > .v-overlay__content > .v-list {
|
23402
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23403
23388
|
}.v-main {
|
23404
23389
|
flex: 1 0 auto;
|
23405
23390
|
max-width: 100%;
|
@@ -23430,6 +23415,25 @@ textarea.v-field__input::placeholder {
|
|
23430
23415
|
--v-layout-right: 0px;
|
23431
23416
|
--v-layout-top: 0px;
|
23432
23417
|
--v-layout-bottom: 0px;
|
23418
|
+
}.v-menu > .v-overlay__content {
|
23419
|
+
display: flex;
|
23420
|
+
flex-direction: column;
|
23421
|
+
}
|
23422
|
+
.v-menu > .v-overlay__content {
|
23423
|
+
border-radius: 4px;
|
23424
|
+
}
|
23425
|
+
.v-menu > .v-overlay__content > .v-card,
|
23426
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23427
|
+
.v-menu > .v-overlay__content > .v-list {
|
23428
|
+
background: rgb(var(--v-theme-surface));
|
23429
|
+
border-radius: inherit;
|
23430
|
+
overflow: auto;
|
23431
|
+
height: 100%;
|
23432
|
+
}
|
23433
|
+
.v-menu > .v-overlay__content > .v-card,
|
23434
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23435
|
+
.v-menu > .v-overlay__content > .v-list {
|
23436
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23433
23437
|
}.v-messages {
|
23434
23438
|
flex: 1 1 auto;
|
23435
23439
|
font-size: 12px;
|
@@ -23446,6 +23450,64 @@ textarea.v-field__input::placeholder {
|
|
23446
23450
|
-webkit-hyphens: auto;
|
23447
23451
|
hyphens: auto;
|
23448
23452
|
transition-duration: 150ms;
|
23453
|
+
}.v-otp-input {
|
23454
|
+
align-items: center;
|
23455
|
+
display: flex;
|
23456
|
+
justify-content: center;
|
23457
|
+
padding: 0.5rem 0;
|
23458
|
+
position: relative;
|
23459
|
+
}
|
23460
|
+
.v-otp-input {
|
23461
|
+
border-radius: 4px;
|
23462
|
+
}
|
23463
|
+
.v-otp-input .v-field {
|
23464
|
+
height: 100%;
|
23465
|
+
}
|
23466
|
+
|
23467
|
+
.v-otp-input__divider {
|
23468
|
+
margin: 0 8px;
|
23469
|
+
}
|
23470
|
+
|
23471
|
+
.v-otp-input__content {
|
23472
|
+
align-items: center;
|
23473
|
+
display: flex;
|
23474
|
+
gap: 0.5rem;
|
23475
|
+
height: 64px;
|
23476
|
+
padding: 0.5rem;
|
23477
|
+
justify-content: center;
|
23478
|
+
max-width: 320px;
|
23479
|
+
position: relative;
|
23480
|
+
border-radius: inherit;
|
23481
|
+
}
|
23482
|
+
.v-otp-input--divided .v-otp-input__content {
|
23483
|
+
max-width: 360px;
|
23484
|
+
}
|
23485
|
+
|
23486
|
+
.v-otp-input__field {
|
23487
|
+
color: inherit;
|
23488
|
+
font-size: 1.25rem;
|
23489
|
+
height: 100%;
|
23490
|
+
outline: none;
|
23491
|
+
text-align: center;
|
23492
|
+
width: 100%;
|
23493
|
+
}
|
23494
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23495
|
+
-webkit-appearance: none;
|
23496
|
+
margin: 0;
|
23497
|
+
}
|
23498
|
+
.v-otp-input__field[type=number] {
|
23499
|
+
-moz-appearance: textfield;
|
23500
|
+
}
|
23501
|
+
|
23502
|
+
.v-otp-input__loader {
|
23503
|
+
align-items: center;
|
23504
|
+
display: flex;
|
23505
|
+
height: 100%;
|
23506
|
+
justify-content: center;
|
23507
|
+
width: 100%;
|
23508
|
+
}
|
23509
|
+
.v-otp-input__loader .v-progress-linear {
|
23510
|
+
position: absolute;
|
23449
23511
|
}.v-navigation-drawer {
|
23450
23512
|
-webkit-overflow-scrolling: touch;
|
23451
23513
|
background: rgb(var(--v-theme-surface));
|
@@ -23554,117 +23616,45 @@ textarea.v-field__input::placeholder {
|
|
23554
23616
|
.v-navigation-drawer__append {
|
23555
23617
|
flex: none;
|
23556
23618
|
overflow: hidden;
|
23557
|
-
}.v-
|
23558
|
-
|
23559
|
-
|
23560
|
-
|
23561
|
-
|
23562
|
-
|
23619
|
+
}.v-overlay-container {
|
23620
|
+
contain: layout;
|
23621
|
+
left: 0;
|
23622
|
+
pointer-events: none;
|
23623
|
+
position: absolute;
|
23624
|
+
top: 0;
|
23625
|
+
display: contents;
|
23563
23626
|
}
|
23564
|
-
|
23565
|
-
|
23627
|
+
|
23628
|
+
.v-overlay-scroll-blocked {
|
23629
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23566
23630
|
}
|
23567
|
-
.v-
|
23568
|
-
|
23631
|
+
.v-overlay-scroll-blocked:not(html) {
|
23632
|
+
overflow-y: hidden !important;
|
23569
23633
|
}
|
23570
|
-
|
23571
|
-
|
23572
|
-
|
23634
|
+
html.v-overlay-scroll-blocked {
|
23635
|
+
position: fixed;
|
23636
|
+
top: var(--v-body-scroll-y);
|
23637
|
+
left: var(--v-body-scroll-x);
|
23638
|
+
width: 100%;
|
23639
|
+
height: 100%;
|
23573
23640
|
}
|
23574
23641
|
|
23575
|
-
.v-
|
23576
|
-
align-items: center;
|
23577
|
-
display: flex;
|
23578
|
-
gap: 0.5rem;
|
23579
|
-
height: 64px;
|
23580
|
-
padding: 0.5rem;
|
23581
|
-
justify-content: center;
|
23582
|
-
max-width: 320px;
|
23583
|
-
position: relative;
|
23642
|
+
.v-overlay {
|
23584
23643
|
border-radius: inherit;
|
23585
|
-
|
23586
|
-
|
23587
|
-
|
23644
|
+
display: flex;
|
23645
|
+
left: 0;
|
23646
|
+
pointer-events: none;
|
23647
|
+
position: fixed;
|
23648
|
+
top: 0;
|
23649
|
+
bottom: 0;
|
23650
|
+
right: 0;
|
23588
23651
|
}
|
23589
23652
|
|
23590
|
-
.v-
|
23591
|
-
color: inherit;
|
23592
|
-
font-size: 1.25rem;
|
23593
|
-
height: 100%;
|
23653
|
+
.v-overlay__content {
|
23594
23654
|
outline: none;
|
23595
|
-
|
23596
|
-
|
23597
|
-
|
23598
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23599
|
-
-webkit-appearance: none;
|
23600
|
-
margin: 0;
|
23601
|
-
}
|
23602
|
-
.v-otp-input__field[type=number] {
|
23603
|
-
-moz-appearance: textfield;
|
23604
|
-
}
|
23605
|
-
|
23606
|
-
.v-otp-input__loader {
|
23607
|
-
align-items: center;
|
23608
|
-
display: flex;
|
23609
|
-
height: 100%;
|
23610
|
-
justify-content: center;
|
23611
|
-
width: 100%;
|
23612
|
-
}
|
23613
|
-
.v-otp-input__loader .v-progress-linear {
|
23614
|
-
position: absolute;
|
23615
|
-
}.v-pagination__list {
|
23616
|
-
display: inline-flex;
|
23617
|
-
list-style-type: none;
|
23618
|
-
justify-content: center;
|
23619
|
-
width: 100%;
|
23620
|
-
}
|
23621
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23622
|
-
margin: 0.3rem;
|
23623
|
-
}.v-parallax {
|
23624
|
-
position: relative;
|
23625
|
-
overflow: hidden;
|
23626
|
-
}
|
23627
|
-
.v-parallax--active > .v-img__img {
|
23628
|
-
will-change: transform;
|
23629
|
-
}.v-overlay-container {
|
23630
|
-
contain: layout;
|
23631
|
-
left: 0;
|
23632
|
-
pointer-events: none;
|
23633
|
-
position: absolute;
|
23634
|
-
top: 0;
|
23635
|
-
display: contents;
|
23636
|
-
}
|
23637
|
-
|
23638
|
-
.v-overlay-scroll-blocked {
|
23639
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23640
|
-
}
|
23641
|
-
.v-overlay-scroll-blocked:not(html) {
|
23642
|
-
overflow-y: hidden !important;
|
23643
|
-
}
|
23644
|
-
html.v-overlay-scroll-blocked {
|
23645
|
-
position: fixed;
|
23646
|
-
top: var(--v-body-scroll-y);
|
23647
|
-
left: var(--v-body-scroll-x);
|
23648
|
-
width: 100%;
|
23649
|
-
height: 100%;
|
23650
|
-
}
|
23651
|
-
|
23652
|
-
.v-overlay {
|
23653
|
-
border-radius: inherit;
|
23654
|
-
display: flex;
|
23655
|
-
left: 0;
|
23656
|
-
pointer-events: none;
|
23657
|
-
position: fixed;
|
23658
|
-
top: 0;
|
23659
|
-
bottom: 0;
|
23660
|
-
right: 0;
|
23661
|
-
}
|
23662
|
-
|
23663
|
-
.v-overlay__content {
|
23664
|
-
outline: none;
|
23665
|
-
position: absolute;
|
23666
|
-
pointer-events: auto;
|
23667
|
-
contain: layout;
|
23655
|
+
position: absolute;
|
23656
|
+
pointer-events: auto;
|
23657
|
+
contain: layout;
|
23668
23658
|
}
|
23669
23659
|
|
23670
23660
|
.v-overlay__scrim {
|
@@ -23689,6 +23679,20 @@ html.v-overlay-scroll-blocked {
|
|
23689
23679
|
|
23690
23680
|
.v-overlay--scroll-blocked {
|
23691
23681
|
padding-inline-end: var(--v-scrollbar-offset);
|
23682
|
+
}.v-pagination__list {
|
23683
|
+
display: inline-flex;
|
23684
|
+
list-style-type: none;
|
23685
|
+
justify-content: center;
|
23686
|
+
width: 100%;
|
23687
|
+
}
|
23688
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23689
|
+
margin: 0.3rem;
|
23690
|
+
}.v-parallax {
|
23691
|
+
position: relative;
|
23692
|
+
overflow: hidden;
|
23693
|
+
}
|
23694
|
+
.v-parallax--active > .v-img__img {
|
23695
|
+
will-change: transform;
|
23692
23696
|
}.v-progress-linear {
|
23693
23697
|
background: transparent;
|
23694
23698
|
overflow: hidden;
|
@@ -24019,63 +24023,6 @@ html.v-overlay-scroll-blocked {
|
|
24019
24023
|
100% {
|
24020
24024
|
transform: rotate(270deg);
|
24021
24025
|
}
|
24022
|
-
}.v-slider .v-slider__container input {
|
24023
|
-
cursor: default;
|
24024
|
-
padding: 0;
|
24025
|
-
width: 100%;
|
24026
|
-
display: none;
|
24027
|
-
}
|
24028
|
-
.v-slider > .v-input__append,
|
24029
|
-
.v-slider > .v-input__prepend {
|
24030
|
-
padding: 0;
|
24031
|
-
}
|
24032
|
-
|
24033
|
-
.v-slider__container {
|
24034
|
-
position: relative;
|
24035
|
-
min-height: inherit;
|
24036
|
-
width: 100%;
|
24037
|
-
height: 100%;
|
24038
|
-
display: flex;
|
24039
|
-
justify-content: center;
|
24040
|
-
align-items: center;
|
24041
|
-
cursor: pointer;
|
24042
|
-
}
|
24043
|
-
.v-input--disabled .v-slider__container {
|
24044
|
-
opacity: var(--v-disabled-opacity);
|
24045
|
-
}
|
24046
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24047
|
-
color: rgb(var(--v-theme-error));
|
24048
|
-
}
|
24049
|
-
|
24050
|
-
.v-slider.v-input--horizontal {
|
24051
|
-
align-items: center;
|
24052
|
-
margin-inline: 8px 8px;
|
24053
|
-
}
|
24054
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24055
|
-
min-height: 32px;
|
24056
|
-
display: flex;
|
24057
|
-
align-items: center;
|
24058
|
-
}
|
24059
|
-
|
24060
|
-
.v-slider.v-input--vertical {
|
24061
|
-
justify-content: center;
|
24062
|
-
margin-top: 12px;
|
24063
|
-
margin-bottom: 12px;
|
24064
|
-
}
|
24065
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24066
|
-
min-height: 300px;
|
24067
|
-
}
|
24068
|
-
|
24069
|
-
.v-slider.v-input--disabled {
|
24070
|
-
pointer-events: none;
|
24071
|
-
}
|
24072
|
-
|
24073
|
-
.v-slider--has-labels > .v-input__control {
|
24074
|
-
margin-bottom: 4px;
|
24075
|
-
}
|
24076
|
-
|
24077
|
-
.v-slider__label {
|
24078
|
-
margin-inline-end: 12px;
|
24079
24026
|
}.v-radio-group > .v-input__control {
|
24080
24027
|
flex-direction: column;
|
24081
24028
|
}
|
@@ -24141,6 +24088,63 @@ html.v-overlay-scroll-blocked {
|
|
24141
24088
|
opacity: 0;
|
24142
24089
|
position: absolute;
|
24143
24090
|
width: 0;
|
24091
|
+
}.v-slider .v-slider__container input {
|
24092
|
+
cursor: default;
|
24093
|
+
padding: 0;
|
24094
|
+
width: 100%;
|
24095
|
+
display: none;
|
24096
|
+
}
|
24097
|
+
.v-slider > .v-input__append,
|
24098
|
+
.v-slider > .v-input__prepend {
|
24099
|
+
padding: 0;
|
24100
|
+
}
|
24101
|
+
|
24102
|
+
.v-slider__container {
|
24103
|
+
position: relative;
|
24104
|
+
min-height: inherit;
|
24105
|
+
width: 100%;
|
24106
|
+
height: 100%;
|
24107
|
+
display: flex;
|
24108
|
+
justify-content: center;
|
24109
|
+
align-items: center;
|
24110
|
+
cursor: pointer;
|
24111
|
+
}
|
24112
|
+
.v-input--disabled .v-slider__container {
|
24113
|
+
opacity: var(--v-disabled-opacity);
|
24114
|
+
}
|
24115
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24116
|
+
color: rgb(var(--v-theme-error));
|
24117
|
+
}
|
24118
|
+
|
24119
|
+
.v-slider.v-input--horizontal {
|
24120
|
+
align-items: center;
|
24121
|
+
margin-inline: 8px 8px;
|
24122
|
+
}
|
24123
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24124
|
+
min-height: 32px;
|
24125
|
+
display: flex;
|
24126
|
+
align-items: center;
|
24127
|
+
}
|
24128
|
+
|
24129
|
+
.v-slider.v-input--vertical {
|
24130
|
+
justify-content: center;
|
24131
|
+
margin-top: 12px;
|
24132
|
+
margin-bottom: 12px;
|
24133
|
+
}
|
24134
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24135
|
+
min-height: 300px;
|
24136
|
+
}
|
24137
|
+
|
24138
|
+
.v-slider.v-input--disabled {
|
24139
|
+
pointer-events: none;
|
24140
|
+
}
|
24141
|
+
|
24142
|
+
.v-slider--has-labels > .v-input__control {
|
24143
|
+
margin-bottom: 4px;
|
24144
|
+
}
|
24145
|
+
|
24146
|
+
.v-slider__label {
|
24147
|
+
margin-inline-end: 12px;
|
24144
24148
|
}.v-responsive {
|
24145
24149
|
display: flex;
|
24146
24150
|
flex: 1 0 auto;
|
@@ -24322,6 +24326,14 @@ html.v-overlay-scroll-blocked {
|
|
24322
24326
|
}
|
24323
24327
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24324
24328
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24329
|
+
}.v-selection-control-group {
|
24330
|
+
grid-area: control;
|
24331
|
+
display: flex;
|
24332
|
+
flex-direction: column;
|
24333
|
+
}
|
24334
|
+
.v-selection-control-group--inline {
|
24335
|
+
flex-direction: row;
|
24336
|
+
flex-wrap: wrap;
|
24325
24337
|
}.v-sheet {
|
24326
24338
|
display: block;
|
24327
24339
|
}
|
@@ -24358,14 +24370,6 @@ html.v-overlay-scroll-blocked {
|
|
24358
24370
|
}
|
24359
24371
|
.v-sheet--rounded {
|
24360
24372
|
border-radius: 4px;
|
24361
|
-
}.v-selection-control-group {
|
24362
|
-
grid-area: control;
|
24363
|
-
display: flex;
|
24364
|
-
flex-direction: column;
|
24365
|
-
}
|
24366
|
-
.v-selection-control-group--inline {
|
24367
|
-
flex-direction: row;
|
24368
|
-
flex-wrap: wrap;
|
24369
24373
|
}.v-skeleton-loader {
|
24370
24374
|
align-items: center;
|
24371
24375
|
background: rgb(var(--v-theme-surface));
|
@@ -24646,47 +24650,146 @@ html.v-overlay-scroll-blocked {
|
|
24646
24650
|
.v-slide-group--vertical .v-slide-group__container {
|
24647
24651
|
overflow-x: hidden;
|
24648
24652
|
overflow-y: auto;
|
24649
|
-
}.v-
|
24650
|
-
|
24653
|
+
}.v-snackbar {
|
24654
|
+
justify-content: center;
|
24655
|
+
z-index: 10000;
|
24656
|
+
margin: 8px;
|
24657
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24658
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24651
24659
|
}
|
24652
|
-
.v-
|
24653
|
-
|
24660
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24661
|
+
align-items: flex-end;
|
24654
24662
|
}
|
24655
|
-
.v-
|
24656
|
-
|
24663
|
+
.v-snackbar__wrapper {
|
24664
|
+
align-items: center;
|
24665
|
+
display: flex;
|
24666
|
+
max-width: 672px;
|
24667
|
+
min-height: 48px;
|
24668
|
+
min-width: 344px;
|
24669
|
+
overflow: hidden;
|
24670
|
+
padding: 0;
|
24657
24671
|
}
|
24658
|
-
.v-
|
24659
|
-
|
24672
|
+
.v-snackbar__wrapper {
|
24673
|
+
border-radius: 4px;
|
24660
24674
|
}
|
24661
|
-
.v-
|
24662
|
-
|
24675
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24676
|
+
background: transparent;
|
24677
|
+
color: inherit;
|
24663
24678
|
}
|
24664
|
-
.v-
|
24665
|
-
|
24679
|
+
.v-snackbar--variant-plain {
|
24680
|
+
opacity: 0.62;
|
24666
24681
|
}
|
24667
|
-
.v-
|
24668
|
-
|
24682
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
24683
|
+
opacity: 1;
|
24669
24684
|
}
|
24670
|
-
.v-
|
24671
|
-
|
24685
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
24686
|
+
display: none;
|
24672
24687
|
}
|
24673
|
-
.v-
|
24674
|
-
|
24688
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
24689
|
+
background: rgb(var(--v-theme-surface-variant));
|
24690
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24675
24691
|
}
|
24676
|
-
.v-
|
24677
|
-
|
24692
|
+
.v-snackbar--variant-elevated {
|
24693
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24678
24694
|
}
|
24679
|
-
.v-
|
24680
|
-
|
24695
|
+
.v-snackbar--variant-flat {
|
24696
|
+
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));
|
24681
24697
|
}
|
24682
|
-
.v-
|
24683
|
-
|
24698
|
+
.v-snackbar--variant-outlined {
|
24699
|
+
border: thin solid currentColor;
|
24684
24700
|
}
|
24685
|
-
.v-
|
24686
|
-
|
24701
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
24702
|
+
background: currentColor;
|
24687
24703
|
}
|
24688
|
-
.v-
|
24689
|
-
|
24704
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
24705
|
+
background: currentColor;
|
24706
|
+
opacity: var(--v-activated-opacity);
|
24707
|
+
border-radius: inherit;
|
24708
|
+
top: 0;
|
24709
|
+
right: 0;
|
24710
|
+
bottom: 0;
|
24711
|
+
left: 0;
|
24712
|
+
pointer-events: none;
|
24713
|
+
}
|
24714
|
+
.v-snackbar .v-snackbar__underlay {
|
24715
|
+
position: absolute;
|
24716
|
+
}
|
24717
|
+
|
24718
|
+
.v-snackbar__content {
|
24719
|
+
flex-grow: 1;
|
24720
|
+
font-size: 0.875rem;
|
24721
|
+
font-weight: 400;
|
24722
|
+
letter-spacing: 0.0178571429em;
|
24723
|
+
line-height: 1.425;
|
24724
|
+
margin-right: auto;
|
24725
|
+
padding: 14px 16px;
|
24726
|
+
text-align: initial;
|
24727
|
+
}
|
24728
|
+
.v-snackbar__actions {
|
24729
|
+
align-items: center;
|
24730
|
+
align-self: center;
|
24731
|
+
display: flex;
|
24732
|
+
margin-inline-end: 8px;
|
24733
|
+
}
|
24734
|
+
.v-snackbar__actions > .v-btn {
|
24735
|
+
padding: 0 8px;
|
24736
|
+
min-width: auto;
|
24737
|
+
}
|
24738
|
+
.v-snackbar__timer {
|
24739
|
+
width: 100%;
|
24740
|
+
position: absolute;
|
24741
|
+
top: 0;
|
24742
|
+
}
|
24743
|
+
.v-snackbar__timer .v-progress-linear {
|
24744
|
+
transition: 0.2s linear;
|
24745
|
+
}
|
24746
|
+
.v-snackbar--absolute {
|
24747
|
+
position: absolute;
|
24748
|
+
z-index: 1;
|
24749
|
+
}
|
24750
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
24751
|
+
min-height: 68px;
|
24752
|
+
}
|
24753
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
24754
|
+
flex-direction: column;
|
24755
|
+
}
|
24756
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
24757
|
+
align-self: flex-end;
|
24758
|
+
margin-bottom: 8px;
|
24759
|
+
}
|
24760
|
+
.v-snackbar--center {
|
24761
|
+
align-items: center;
|
24762
|
+
justify-content: center;
|
24763
|
+
}
|
24764
|
+
.v-snackbar--top {
|
24765
|
+
align-items: flex-start;
|
24766
|
+
}
|
24767
|
+
.v-snackbar--bottom {
|
24768
|
+
align-items: flex-end;
|
24769
|
+
}
|
24770
|
+
.v-snackbar--left, .v-snackbar--start {
|
24771
|
+
justify-content: flex-start;
|
24772
|
+
}
|
24773
|
+
.v-snackbar--right, .v-snackbar--end {
|
24774
|
+
justify-content: flex-end;
|
24775
|
+
}
|
24776
|
+
|
24777
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24778
|
+
transition-duration: 0.15s;
|
24779
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24780
|
+
}
|
24781
|
+
.v-snackbar-transition-enter-active {
|
24782
|
+
transition-property: opacity, transform;
|
24783
|
+
}
|
24784
|
+
.v-snackbar-transition-enter-from {
|
24785
|
+
opacity: 0;
|
24786
|
+
transform: scale(0.8);
|
24787
|
+
}
|
24788
|
+
.v-snackbar-transition-leave-active {
|
24789
|
+
transition-property: opacity;
|
24790
|
+
}
|
24791
|
+
.v-snackbar-transition-leave-to {
|
24792
|
+
opacity: 0;
|
24690
24793
|
}.v-stepper.v-sheet {
|
24691
24794
|
overflow: hidden;
|
24692
24795
|
}
|
@@ -24862,6 +24965,47 @@ html.v-overlay-scroll-blocked {
|
|
24862
24965
|
left: 0;
|
24863
24966
|
width: 100%;
|
24864
24967
|
height: 100%;
|
24968
|
+
}.v-speed-dial__content {
|
24969
|
+
gap: 8px;
|
24970
|
+
}
|
24971
|
+
.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 {
|
24972
|
+
flex-direction: row;
|
24973
|
+
}
|
24974
|
+
.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 {
|
24975
|
+
flex-direction: row-reverse;
|
24976
|
+
}
|
24977
|
+
.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 {
|
24978
|
+
flex-direction: column-reverse;
|
24979
|
+
}
|
24980
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24981
|
+
transition-delay: 0s;
|
24982
|
+
}
|
24983
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24984
|
+
transition-delay: 0.05s;
|
24985
|
+
}
|
24986
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24987
|
+
transition-delay: 0.1s;
|
24988
|
+
}
|
24989
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24990
|
+
transition-delay: 0.15s;
|
24991
|
+
}
|
24992
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24993
|
+
transition-delay: 0.2s;
|
24994
|
+
}
|
24995
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24996
|
+
transition-delay: 0.25s;
|
24997
|
+
}
|
24998
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24999
|
+
transition-delay: 0.3s;
|
25000
|
+
}
|
25001
|
+
.v-speed-dial__content > *:nth-child(8) {
|
25002
|
+
transition-delay: 0.35s;
|
25003
|
+
}
|
25004
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25005
|
+
transition-delay: 0.4s;
|
25006
|
+
}
|
25007
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25008
|
+
transition-delay: 0.45s;
|
24865
25009
|
}.v-switch .v-label {
|
24866
25010
|
padding-inline-start: 10px;
|
24867
25011
|
}
|
@@ -25182,183 +25326,77 @@ html.v-overlay-scroll-blocked {
|
|
25182
25326
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25183
25327
|
margin-inline-end: 52px;
|
25184
25328
|
}
|
25185
|
-
}
|
25186
|
-
|
25187
|
-
|
25188
|
-
|
25189
|
-
|
25190
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25191
|
-
min-width: 0;
|
25329
|
+
}.v-table {
|
25330
|
+
font-size: 0.875rem;
|
25331
|
+
transition-duration: 0.28s;
|
25332
|
+
transition-property: box-shadow, opacity, background, height;
|
25333
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25192
25334
|
}
|
25193
|
-
.v-
|
25194
|
-
|
25335
|
+
.v-table {
|
25336
|
+
background: rgb(var(--v-theme-surface));
|
25337
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25195
25338
|
}
|
25196
|
-
.v-
|
25197
|
-
|
25339
|
+
.v-table .v-table-divider {
|
25340
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25198
25341
|
}
|
25199
|
-
.v-
|
25200
|
-
|
25342
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
25343
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25201
25344
|
}
|
25202
|
-
.v-
|
25203
|
-
|
25345
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25346
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25347
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25204
25348
|
}
|
25205
|
-
|
25206
|
-
.v-
|
25207
|
-
--v-
|
25349
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25350
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25351
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25208
25352
|
}
|
25209
|
-
|
25210
|
-
|
25211
|
-
padding-inline: 16px;
|
25353
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25354
|
+
position: relative;
|
25212
25355
|
}
|
25213
|
-
.v-
|
25214
|
-
|
25356
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25357
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25358
|
+
pointer-events: none;
|
25215
25359
|
}
|
25216
|
-
|
25217
|
-
|
25218
|
-
|
25219
|
-
|
25360
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25361
|
+
content: "";
|
25362
|
+
position: absolute;
|
25363
|
+
top: 0;
|
25364
|
+
left: 0;
|
25365
|
+
width: 100%;
|
25366
|
+
height: 100%;
|
25220
25367
|
}
|
25221
|
-
.v-
|
25222
|
-
|
25368
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25369
|
+
background: rgb(var(--v-theme-surface));
|
25370
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25371
|
+
z-index: 1;
|
25372
|
+
}
|
25373
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25374
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25375
|
+
background: rgb(var(--v-theme-surface));
|
25376
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25223
25377
|
}
|
25224
25378
|
|
25225
|
-
|
25226
|
-
|
25227
|
-
|
25228
|
-
|
25229
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25230
|
-
cursor: default;
|
25379
|
+
.v-table {
|
25380
|
+
border-radius: inherit;
|
25381
|
+
line-height: 1.5;
|
25382
|
+
max-width: 100%;
|
25231
25383
|
display: flex;
|
25232
|
-
|
25233
|
-
transition: inherit;
|
25234
|
-
white-space: nowrap;
|
25235
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25236
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25237
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25384
|
+
flex-direction: column;
|
25238
25385
|
}
|
25239
|
-
.v-
|
25240
|
-
|
25386
|
+
.v-table > .v-table__wrapper > table {
|
25387
|
+
width: 100%;
|
25388
|
+
border-spacing: 0;
|
25241
25389
|
}
|
25242
|
-
.v-
|
25243
|
-
|
25244
|
-
|
25245
|
-
.v-
|
25246
|
-
|
25247
|
-
|
25248
|
-
|
25249
|
-
|
25250
|
-
|
25251
|
-
|
25252
|
-
/* endregion */.v-textarea .v-field {
|
25253
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25254
|
-
}
|
25255
|
-
.v-textarea .v-field__field {
|
25256
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25257
|
-
}
|
25258
|
-
.v-textarea .v-field__input {
|
25259
|
-
flex: 1 1 auto;
|
25260
|
-
outline: none;
|
25261
|
-
-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));
|
25262
|
-
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));
|
25263
|
-
}
|
25264
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25265
|
-
visibility: hidden;
|
25266
|
-
position: absolute;
|
25267
|
-
top: 0;
|
25268
|
-
left: 0;
|
25269
|
-
height: 0 !important;
|
25270
|
-
min-height: 0 !important;
|
25271
|
-
pointer-events: none;
|
25272
|
-
}
|
25273
|
-
.v-textarea--no-resize .v-field__input {
|
25274
|
-
resize: none;
|
25275
|
-
}
|
25276
|
-
.v-textarea .v-field--no-label textarea,
|
25277
|
-
.v-textarea .v-field--active textarea {
|
25278
|
-
opacity: 1;
|
25279
|
-
}
|
25280
|
-
.v-textarea textarea {
|
25281
|
-
opacity: 0;
|
25282
|
-
flex: 1;
|
25283
|
-
min-width: 0;
|
25284
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25285
|
-
}
|
25286
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25287
|
-
outline: none;
|
25288
|
-
}
|
25289
|
-
.v-textarea textarea:invalid {
|
25290
|
-
box-shadow: none;
|
25291
|
-
}.v-table {
|
25292
|
-
font-size: 0.875rem;
|
25293
|
-
transition-duration: 0.28s;
|
25294
|
-
transition-property: box-shadow, opacity, background, height;
|
25295
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25296
|
-
}
|
25297
|
-
.v-table {
|
25298
|
-
background: rgb(var(--v-theme-surface));
|
25299
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25300
|
-
}
|
25301
|
-
.v-table .v-table-divider {
|
25302
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25303
|
-
}
|
25304
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
25305
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25306
|
-
}
|
25307
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25308
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25309
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25310
|
-
}
|
25311
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25312
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25313
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25314
|
-
}
|
25315
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25316
|
-
position: relative;
|
25317
|
-
}
|
25318
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25319
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25320
|
-
pointer-events: none;
|
25321
|
-
}
|
25322
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25323
|
-
content: "";
|
25324
|
-
position: absolute;
|
25325
|
-
top: 0;
|
25326
|
-
left: 0;
|
25327
|
-
width: 100%;
|
25328
|
-
height: 100%;
|
25329
|
-
}
|
25330
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25331
|
-
background: rgb(var(--v-theme-surface));
|
25332
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25333
|
-
z-index: 1;
|
25334
|
-
}
|
25335
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25336
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25337
|
-
background: rgb(var(--v-theme-surface));
|
25338
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25339
|
-
}
|
25340
|
-
|
25341
|
-
.v-table {
|
25342
|
-
border-radius: inherit;
|
25343
|
-
line-height: 1.5;
|
25344
|
-
max-width: 100%;
|
25345
|
-
display: flex;
|
25346
|
-
flex-direction: column;
|
25347
|
-
}
|
25348
|
-
.v-table > .v-table__wrapper > table {
|
25349
|
-
width: 100%;
|
25350
|
-
border-spacing: 0;
|
25351
|
-
}
|
25352
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25353
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25354
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25355
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25356
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25357
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25358
|
-
padding: 0 16px;
|
25359
|
-
transition-duration: 0.28s;
|
25360
|
-
transition-property: box-shadow, opacity, background, height;
|
25361
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25390
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25391
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25392
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25393
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25394
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25395
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25396
|
+
padding: 0 16px;
|
25397
|
+
transition-duration: 0.28s;
|
25398
|
+
transition-property: box-shadow, opacity, background, height;
|
25399
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25362
25400
|
}
|
25363
25401
|
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25364
25402
|
.v-table > .v-table__wrapper > table > thead > tr > td,
|
@@ -25430,152 +25468,115 @@ html.v-overlay-scroll-blocked {
|
|
25430
25468
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25431
25469
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25432
25470
|
border-top: 0px !important;
|
25433
|
-
}
|
25434
|
-
|
25435
|
-
color:
|
25436
|
-
|
25437
|
-
|
25438
|
-
|
25439
|
-
|
25440
|
-
flex-direction: column;
|
25441
|
-
justify-content: space-between;
|
25442
|
-
max-width: 100%;
|
25443
|
-
position: relative;
|
25444
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25445
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25446
|
-
width: 100%;
|
25471
|
+
}/* region BLOCK */
|
25472
|
+
.v-text-field input {
|
25473
|
+
color: inherit;
|
25474
|
+
opacity: 0;
|
25475
|
+
flex: 1;
|
25476
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25477
|
+
min-width: 0;
|
25447
25478
|
}
|
25448
|
-
.v-
|
25449
|
-
|
25450
|
-
border-style: solid;
|
25451
|
-
border-width: 0;
|
25479
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25480
|
+
outline: none;
|
25452
25481
|
}
|
25453
|
-
.v-
|
25454
|
-
border-width: thin;
|
25482
|
+
.v-text-field input:invalid {
|
25455
25483
|
box-shadow: none;
|
25456
25484
|
}
|
25457
|
-
.v-
|
25458
|
-
|
25459
|
-
}
|
25460
|
-
.v-toolbar {
|
25461
|
-
border-radius: 0;
|
25462
|
-
}
|
25463
|
-
.v-toolbar {
|
25464
|
-
background: rgb(var(--v-theme-surface-light));
|
25465
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25485
|
+
.v-text-field .v-field {
|
25486
|
+
cursor: text;
|
25466
25487
|
}
|
25467
|
-
.v-
|
25468
|
-
|
25488
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25489
|
+
--v-field-padding-start: 6px;
|
25469
25490
|
}
|
25470
|
-
|
25471
|
-
|
25472
|
-
|
25473
|
-
border-end-end-radius: 24px;
|
25491
|
+
|
25492
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25493
|
+
--v-field-padding-end: 0;
|
25474
25494
|
}
|
25475
|
-
|
25476
|
-
|
25495
|
+
|
25496
|
+
.v-text-field .v-input__details {
|
25497
|
+
padding-inline: 16px;
|
25477
25498
|
}
|
25478
|
-
.v-
|
25479
|
-
|
25499
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25500
|
+
padding-inline: 0;
|
25480
25501
|
}
|
25481
|
-
|
25482
|
-
|
25502
|
+
|
25503
|
+
.v-text-field .v-field--no-label input,
|
25504
|
+
.v-text-field .v-field--active input {
|
25505
|
+
opacity: 1;
|
25483
25506
|
}
|
25484
|
-
.v-
|
25485
|
-
|
25507
|
+
.v-text-field .v-field--single-line input {
|
25508
|
+
transition: none;
|
25486
25509
|
}
|
25487
25510
|
|
25488
|
-
|
25489
|
-
|
25511
|
+
/* endregion */
|
25512
|
+
/* region ELEMENTS */
|
25513
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25490
25514
|
align-items: center;
|
25515
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25516
|
+
cursor: default;
|
25491
25517
|
display: flex;
|
25492
|
-
|
25493
|
-
position: relative;
|
25518
|
+
opacity: 0;
|
25494
25519
|
transition: inherit;
|
25495
|
-
|
25496
|
-
|
25497
|
-
|
25498
|
-
|
25499
|
-
overflow: hidden;
|
25520
|
+
white-space: nowrap;
|
25521
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25522
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25523
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25500
25524
|
}
|
25501
|
-
.v-
|
25502
|
-
|
25525
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25526
|
+
opacity: 1;
|
25503
25527
|
}
|
25504
|
-
.v-
|
25505
|
-
|
25528
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25529
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25506
25530
|
}
|
25507
|
-
.v-
|
25508
|
-
|
25531
|
+
.v-text-field__prefix {
|
25532
|
+
padding-inline-start: var(--v-field-padding-start);
|
25509
25533
|
}
|
25510
|
-
.v-
|
25511
|
-
|
25534
|
+
.v-text-field__suffix {
|
25535
|
+
padding-inline-end: var(--v-field-padding-end);
|
25512
25536
|
}
|
25513
25537
|
|
25514
|
-
|
25515
|
-
|
25516
|
-
|
25517
|
-
|
25538
|
+
/* endregion */.v-theme-provider {
|
25539
|
+
background: rgb(var(--v-theme-background));
|
25540
|
+
color: rgb(var(--v-theme-on-background));
|
25541
|
+
}.v-textarea .v-field {
|
25542
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25518
25543
|
}
|
25519
|
-
.v-
|
25544
|
+
.v-textarea .v-field__field {
|
25545
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25546
|
+
}
|
25547
|
+
.v-textarea .v-field__input {
|
25548
|
+
flex: 1 1 auto;
|
25549
|
+
outline: none;
|
25550
|
+
-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));
|
25551
|
+
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));
|
25552
|
+
}
|
25553
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25554
|
+
visibility: hidden;
|
25520
25555
|
position: absolute;
|
25521
25556
|
top: 0;
|
25522
25557
|
left: 0;
|
25523
|
-
|
25524
|
-
height:
|
25525
|
-
|
25526
|
-
|
25527
|
-
.v-toolbar__prepend,
|
25528
|
-
.v-toolbar__append {
|
25529
|
-
align-items: center;
|
25530
|
-
align-self: stretch;
|
25531
|
-
display: flex;
|
25558
|
+
height: 0 !important;
|
25559
|
+
min-height: 0 !important;
|
25560
|
+
pointer-events: none;
|
25532
25561
|
}
|
25533
|
-
|
25534
|
-
|
25535
|
-
margin-inline: 4px auto;
|
25562
|
+
.v-textarea--no-resize .v-field__input {
|
25563
|
+
resize: none;
|
25536
25564
|
}
|
25537
|
-
|
25538
|
-
.v-
|
25539
|
-
|
25565
|
+
.v-textarea .v-field--no-label textarea,
|
25566
|
+
.v-textarea .v-field--active textarea {
|
25567
|
+
opacity: 1;
|
25540
25568
|
}
|
25541
|
-
|
25542
|
-
|
25543
|
-
flex: 1
|
25544
|
-
font-size: 1.25rem;
|
25569
|
+
.v-textarea textarea {
|
25570
|
+
opacity: 0;
|
25571
|
+
flex: 1;
|
25545
25572
|
min-width: 0;
|
25573
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25546
25574
|
}
|
25547
|
-
.v-
|
25548
|
-
|
25549
|
-
font-weight: 400;
|
25550
|
-
letter-spacing: 0;
|
25551
|
-
line-height: 1.75rem;
|
25552
|
-
text-transform: none;
|
25553
|
-
}
|
25554
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
25555
|
-
align-self: flex-end;
|
25556
|
-
padding-bottom: 6px;
|
25557
|
-
}
|
25558
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
25559
|
-
font-size: 1.5rem;
|
25560
|
-
font-weight: 400;
|
25561
|
-
letter-spacing: 0;
|
25562
|
-
line-height: 2.25rem;
|
25563
|
-
text-transform: none;
|
25564
|
-
}
|
25565
|
-
|
25566
|
-
.v-toolbar-title__placeholder {
|
25567
|
-
overflow: hidden;
|
25568
|
-
text-overflow: ellipsis;
|
25569
|
-
white-space: nowrap;
|
25570
|
-
}
|
25571
|
-
|
25572
|
-
.v-toolbar-items {
|
25573
|
-
display: flex;
|
25574
|
-
height: inherit;
|
25575
|
-
align-self: stretch;
|
25575
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25576
|
+
outline: none;
|
25576
25577
|
}
|
25577
|
-
.v-
|
25578
|
-
|
25578
|
+
.v-textarea textarea:invalid {
|
25579
|
+
box-shadow: none;
|
25579
25580
|
}.v-timeline .v-timeline-divider__dot {
|
25580
25581
|
background: rgb(var(--v-theme-surface-light));
|
25581
25582
|
}
|
@@ -25978,22 +25979,165 @@ html.v-overlay-scroll-blocked {
|
|
25978
25979
|
padding-block-start: 0;
|
25979
25980
|
}
|
25980
25981
|
|
25981
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25982
|
-
padding-inline-start: 0;
|
25982
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25983
|
+
padding-inline-start: 0;
|
25984
|
+
}
|
25985
|
+
|
25986
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25987
|
+
display: none;
|
25988
|
+
}
|
25989
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25990
|
+
--v-timeline-line-size-offset: 12px;
|
25991
|
+
}
|
25992
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25993
|
+
padding-block-end: 0;
|
25994
|
+
}
|
25995
|
+
|
25996
|
+
.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 {
|
25997
|
+
padding-inline-end: 0;
|
25998
|
+
}.v-toolbar {
|
25999
|
+
align-items: flex-start;
|
26000
|
+
display: flex;
|
26001
|
+
flex: none;
|
26002
|
+
flex-direction: column;
|
26003
|
+
justify-content: space-between;
|
26004
|
+
max-width: 100%;
|
26005
|
+
position: relative;
|
26006
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26007
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26008
|
+
width: 100%;
|
26009
|
+
}
|
26010
|
+
.v-toolbar {
|
26011
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26012
|
+
border-style: solid;
|
26013
|
+
border-width: 0;
|
26014
|
+
}
|
26015
|
+
.v-toolbar--border {
|
26016
|
+
border-width: thin;
|
26017
|
+
box-shadow: none;
|
26018
|
+
}
|
26019
|
+
.v-toolbar {
|
26020
|
+
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));
|
26021
|
+
}
|
26022
|
+
.v-toolbar {
|
26023
|
+
border-radius: 0;
|
26024
|
+
}
|
26025
|
+
.v-toolbar {
|
26026
|
+
background: rgb(var(--v-theme-surface-light));
|
26027
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26028
|
+
}
|
26029
|
+
.v-toolbar--absolute {
|
26030
|
+
position: absolute;
|
26031
|
+
}
|
26032
|
+
.v-toolbar--collapse {
|
26033
|
+
max-width: 112px;
|
26034
|
+
overflow: hidden;
|
26035
|
+
border-end-end-radius: 24px;
|
26036
|
+
}
|
26037
|
+
.v-toolbar--collapse .v-toolbar-title {
|
26038
|
+
display: none;
|
26039
|
+
}
|
26040
|
+
.v-toolbar--flat {
|
26041
|
+
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));
|
26042
|
+
}
|
26043
|
+
.v-toolbar--floating {
|
26044
|
+
display: inline-flex;
|
26045
|
+
}
|
26046
|
+
.v-toolbar--rounded {
|
26047
|
+
border-radius: 4px;
|
26048
|
+
}
|
26049
|
+
|
26050
|
+
.v-toolbar__content,
|
26051
|
+
.v-toolbar__extension {
|
26052
|
+
align-items: center;
|
26053
|
+
display: flex;
|
26054
|
+
flex: 0 0 auto;
|
26055
|
+
position: relative;
|
26056
|
+
transition: inherit;
|
26057
|
+
width: 100%;
|
26058
|
+
}
|
26059
|
+
|
26060
|
+
.v-toolbar__content {
|
26061
|
+
overflow: hidden;
|
26062
|
+
}
|
26063
|
+
.v-toolbar__content > .v-btn:first-child {
|
26064
|
+
margin-inline-start: 4px;
|
26065
|
+
}
|
26066
|
+
.v-toolbar__content > .v-btn:last-child {
|
26067
|
+
margin-inline-end: 4px;
|
26068
|
+
}
|
26069
|
+
.v-toolbar__content > .v-toolbar-title {
|
26070
|
+
margin-inline-start: 20px;
|
26071
|
+
}
|
26072
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
26073
|
+
align-items: flex-start;
|
26074
|
+
}
|
26075
|
+
|
26076
|
+
.v-toolbar__image {
|
26077
|
+
display: flex;
|
26078
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
26079
|
+
transition-property: opacity;
|
26080
|
+
}
|
26081
|
+
.v-toolbar__image {
|
26082
|
+
position: absolute;
|
26083
|
+
top: 0;
|
26084
|
+
left: 0;
|
26085
|
+
width: 100%;
|
26086
|
+
height: 100%;
|
26087
|
+
}
|
26088
|
+
|
26089
|
+
.v-toolbar__prepend,
|
26090
|
+
.v-toolbar__append {
|
26091
|
+
align-items: center;
|
26092
|
+
align-self: stretch;
|
26093
|
+
display: flex;
|
26094
|
+
}
|
26095
|
+
|
26096
|
+
.v-toolbar__prepend {
|
26097
|
+
margin-inline: 4px auto;
|
26098
|
+
}
|
26099
|
+
|
26100
|
+
.v-toolbar__append {
|
26101
|
+
margin-inline: auto 4px;
|
26102
|
+
}
|
26103
|
+
|
26104
|
+
.v-toolbar-title {
|
26105
|
+
flex: 1 1;
|
26106
|
+
font-size: 1.25rem;
|
26107
|
+
min-width: 0;
|
26108
|
+
}
|
26109
|
+
.v-toolbar-title {
|
26110
|
+
font-size: 1.25rem;
|
26111
|
+
font-weight: 400;
|
26112
|
+
letter-spacing: 0;
|
26113
|
+
line-height: 1.75rem;
|
26114
|
+
text-transform: none;
|
26115
|
+
}
|
26116
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26117
|
+
align-self: flex-end;
|
26118
|
+
padding-bottom: 6px;
|
26119
|
+
}
|
26120
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26121
|
+
font-size: 1.5rem;
|
26122
|
+
font-weight: 400;
|
26123
|
+
letter-spacing: 0;
|
26124
|
+
line-height: 2.25rem;
|
26125
|
+
text-transform: none;
|
26126
|
+
}
|
26127
|
+
|
26128
|
+
.v-toolbar-title__placeholder {
|
26129
|
+
overflow: hidden;
|
26130
|
+
text-overflow: ellipsis;
|
26131
|
+
white-space: nowrap;
|
25983
26132
|
}
|
25984
26133
|
|
25985
|
-
.v-
|
25986
|
-
display:
|
25987
|
-
|
25988
|
-
|
25989
|
-
--v-timeline-line-size-offset: 12px;
|
25990
|
-
}
|
25991
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25992
|
-
padding-block-end: 0;
|
26134
|
+
.v-toolbar-items {
|
26135
|
+
display: flex;
|
26136
|
+
height: inherit;
|
26137
|
+
align-self: stretch;
|
25993
26138
|
}
|
25994
|
-
|
25995
|
-
|
25996
|
-
padding-inline-end: 0;
|
26139
|
+
.v-toolbar-items > .v-btn {
|
26140
|
+
border-radius: 0;
|
25997
26141
|
}.v-tooltip > .v-overlay__content {
|
25998
26142
|
background: rgb(var(--v-theme-surface-variant));
|
25999
26143
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26016,6 +26160,15 @@ html.v-overlay-scroll-blocked {
|
|
26016
26160
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26017
26161
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26018
26162
|
transition-duration: 75ms;
|
26163
|
+
}.v-virtual-scroll {
|
26164
|
+
display: block;
|
26165
|
+
flex: 1 1 auto;
|
26166
|
+
max-width: 100%;
|
26167
|
+
overflow: auto;
|
26168
|
+
position: relative;
|
26169
|
+
}
|
26170
|
+
.v-virtual-scroll__container {
|
26171
|
+
display: block;
|
26019
26172
|
}.v-window {
|
26020
26173
|
overflow: hidden;
|
26021
26174
|
}
|
@@ -26086,155 +26239,6 @@ html.v-overlay-scroll-blocked {
|
|
26086
26239
|
}
|
26087
26240
|
.v-window-y-reverse-transition-leave-to {
|
26088
26241
|
transform: translateY(100%);
|
26089
|
-
}.v-virtual-scroll {
|
26090
|
-
display: block;
|
26091
|
-
flex: 1 1 auto;
|
26092
|
-
max-width: 100%;
|
26093
|
-
overflow: auto;
|
26094
|
-
position: relative;
|
26095
|
-
}
|
26096
|
-
.v-virtual-scroll__container {
|
26097
|
-
display: block;
|
26098
|
-
}.v-snackbar {
|
26099
|
-
justify-content: center;
|
26100
|
-
z-index: 10000;
|
26101
|
-
margin: 8px;
|
26102
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
26103
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
26104
|
-
}
|
26105
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
26106
|
-
align-items: flex-end;
|
26107
|
-
}
|
26108
|
-
.v-snackbar__wrapper {
|
26109
|
-
align-items: center;
|
26110
|
-
display: flex;
|
26111
|
-
max-width: 672px;
|
26112
|
-
min-height: 48px;
|
26113
|
-
min-width: 344px;
|
26114
|
-
overflow: hidden;
|
26115
|
-
padding: 0;
|
26116
|
-
}
|
26117
|
-
.v-snackbar__wrapper {
|
26118
|
-
border-radius: 4px;
|
26119
|
-
}
|
26120
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
26121
|
-
background: transparent;
|
26122
|
-
color: inherit;
|
26123
|
-
}
|
26124
|
-
.v-snackbar--variant-plain {
|
26125
|
-
opacity: 0.62;
|
26126
|
-
}
|
26127
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
26128
|
-
opacity: 1;
|
26129
|
-
}
|
26130
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
26131
|
-
display: none;
|
26132
|
-
}
|
26133
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
26134
|
-
background: rgb(var(--v-theme-surface-variant));
|
26135
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26136
|
-
}
|
26137
|
-
.v-snackbar--variant-elevated {
|
26138
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26139
|
-
}
|
26140
|
-
.v-snackbar--variant-flat {
|
26141
|
-
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));
|
26142
|
-
}
|
26143
|
-
.v-snackbar--variant-outlined {
|
26144
|
-
border: thin solid currentColor;
|
26145
|
-
}
|
26146
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
26147
|
-
background: currentColor;
|
26148
|
-
}
|
26149
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
26150
|
-
background: currentColor;
|
26151
|
-
opacity: var(--v-activated-opacity);
|
26152
|
-
border-radius: inherit;
|
26153
|
-
top: 0;
|
26154
|
-
right: 0;
|
26155
|
-
bottom: 0;
|
26156
|
-
left: 0;
|
26157
|
-
pointer-events: none;
|
26158
|
-
}
|
26159
|
-
.v-snackbar .v-snackbar__underlay {
|
26160
|
-
position: absolute;
|
26161
|
-
}
|
26162
|
-
|
26163
|
-
.v-snackbar__content {
|
26164
|
-
flex-grow: 1;
|
26165
|
-
font-size: 0.875rem;
|
26166
|
-
font-weight: 400;
|
26167
|
-
letter-spacing: 0.0178571429em;
|
26168
|
-
line-height: 1.425;
|
26169
|
-
margin-right: auto;
|
26170
|
-
padding: 14px 16px;
|
26171
|
-
text-align: initial;
|
26172
|
-
}
|
26173
|
-
.v-snackbar__actions {
|
26174
|
-
align-items: center;
|
26175
|
-
align-self: center;
|
26176
|
-
display: flex;
|
26177
|
-
margin-inline-end: 8px;
|
26178
|
-
}
|
26179
|
-
.v-snackbar__actions > .v-btn {
|
26180
|
-
padding: 0 8px;
|
26181
|
-
min-width: auto;
|
26182
|
-
}
|
26183
|
-
.v-snackbar__timer {
|
26184
|
-
width: 100%;
|
26185
|
-
position: absolute;
|
26186
|
-
top: 0;
|
26187
|
-
}
|
26188
|
-
.v-snackbar__timer .v-progress-linear {
|
26189
|
-
transition: 0.2s linear;
|
26190
|
-
}
|
26191
|
-
.v-snackbar--absolute {
|
26192
|
-
position: absolute;
|
26193
|
-
z-index: 1;
|
26194
|
-
}
|
26195
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
26196
|
-
min-height: 68px;
|
26197
|
-
}
|
26198
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
26199
|
-
flex-direction: column;
|
26200
|
-
}
|
26201
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
26202
|
-
align-self: flex-end;
|
26203
|
-
margin-bottom: 8px;
|
26204
|
-
}
|
26205
|
-
.v-snackbar--center {
|
26206
|
-
align-items: center;
|
26207
|
-
justify-content: center;
|
26208
|
-
}
|
26209
|
-
.v-snackbar--top {
|
26210
|
-
align-items: flex-start;
|
26211
|
-
}
|
26212
|
-
.v-snackbar--bottom {
|
26213
|
-
align-items: flex-end;
|
26214
|
-
}
|
26215
|
-
.v-snackbar--left, .v-snackbar--start {
|
26216
|
-
justify-content: flex-start;
|
26217
|
-
}
|
26218
|
-
.v-snackbar--right, .v-snackbar--end {
|
26219
|
-
justify-content: flex-end;
|
26220
|
-
}
|
26221
|
-
|
26222
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
26223
|
-
transition-duration: 0.15s;
|
26224
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26225
|
-
}
|
26226
|
-
.v-snackbar-transition-enter-active {
|
26227
|
-
transition-property: opacity, transform;
|
26228
|
-
}
|
26229
|
-
.v-snackbar-transition-enter-from {
|
26230
|
-
opacity: 0;
|
26231
|
-
transform: scale(0.8);
|
26232
|
-
}
|
26233
|
-
.v-snackbar-transition-leave-active {
|
26234
|
-
transition-property: opacity;
|
26235
|
-
}
|
26236
|
-
.v-snackbar-transition-leave-to {
|
26237
|
-
opacity: 0;
|
26238
26242
|
}.v-color-picker-canvas {
|
26239
26243
|
display: flex;
|
26240
26244
|
position: relative;
|
@@ -26257,41 +26261,6 @@ html.v-overlay-scroll-blocked {
|
|
26257
26261
|
}
|
26258
26262
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26259
26263
|
will-change: transform;
|
26260
|
-
}.v-color-picker-swatches {
|
26261
|
-
overflow-y: auto;
|
26262
|
-
}
|
26263
|
-
.v-color-picker-swatches > div {
|
26264
|
-
display: flex;
|
26265
|
-
flex-wrap: wrap;
|
26266
|
-
justify-content: center;
|
26267
|
-
padding: 8px;
|
26268
|
-
}
|
26269
|
-
|
26270
|
-
.v-color-picker-swatches__swatch {
|
26271
|
-
display: flex;
|
26272
|
-
flex-direction: column;
|
26273
|
-
margin-bottom: 10px;
|
26274
|
-
}
|
26275
|
-
|
26276
|
-
.v-color-picker-swatches__color {
|
26277
|
-
position: relative;
|
26278
|
-
height: 18px;
|
26279
|
-
max-height: 18px;
|
26280
|
-
width: 45px;
|
26281
|
-
margin: 2px 4px;
|
26282
|
-
border-radius: 2px;
|
26283
|
-
-webkit-user-select: none;
|
26284
|
-
user-select: none;
|
26285
|
-
overflow: hidden;
|
26286
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26287
|
-
cursor: pointer;
|
26288
|
-
}
|
26289
|
-
.v-color-picker-swatches__color > div {
|
26290
|
-
display: flex;
|
26291
|
-
align-items: center;
|
26292
|
-
justify-content: center;
|
26293
|
-
width: 100%;
|
26294
|
-
height: 100%;
|
26295
26264
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26296
26265
|
background-color: transparent !important;
|
26297
26266
|
}
|
@@ -26390,6 +26359,41 @@ html.v-overlay-scroll-blocked {
|
|
26390
26359
|
}
|
26391
26360
|
.v-color-picker-edit__input span {
|
26392
26361
|
font-size: 0.75rem;
|
26362
|
+
}.v-color-picker-swatches {
|
26363
|
+
overflow-y: auto;
|
26364
|
+
}
|
26365
|
+
.v-color-picker-swatches > div {
|
26366
|
+
display: flex;
|
26367
|
+
flex-wrap: wrap;
|
26368
|
+
justify-content: center;
|
26369
|
+
padding: 8px;
|
26370
|
+
}
|
26371
|
+
|
26372
|
+
.v-color-picker-swatches__swatch {
|
26373
|
+
display: flex;
|
26374
|
+
flex-direction: column;
|
26375
|
+
margin-bottom: 10px;
|
26376
|
+
}
|
26377
|
+
|
26378
|
+
.v-color-picker-swatches__color {
|
26379
|
+
position: relative;
|
26380
|
+
height: 18px;
|
26381
|
+
max-height: 18px;
|
26382
|
+
width: 45px;
|
26383
|
+
margin: 2px 4px;
|
26384
|
+
border-radius: 2px;
|
26385
|
+
-webkit-user-select: none;
|
26386
|
+
user-select: none;
|
26387
|
+
overflow: hidden;
|
26388
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26389
|
+
cursor: pointer;
|
26390
|
+
}
|
26391
|
+
.v-color-picker-swatches__color > div {
|
26392
|
+
display: flex;
|
26393
|
+
align-items: center;
|
26394
|
+
justify-content: center;
|
26395
|
+
width: 100%;
|
26396
|
+
height: 100%;
|
26393
26397
|
}.v-picker.v-sheet {
|
26394
26398
|
display: grid;
|
26395
26399
|
grid-auto-rows: min-content;
|