@vuetify/nightly 3.7.2-master.2024-10-11 → 3.7.2-master.2024-10-15
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/importMap-labs.json +10 -10
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2166 -2166
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2614 -2614
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.2-master.2024-10-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18297,144 +18297,6 @@ html.overflow-y-hidden {
|
|
18297
18297
|
}
|
18298
18298
|
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
18299
18299
|
border-bottom: none;
|
18300
|
-
}.v-time-picker.v-picker {
|
18301
|
-
padding: 24px;
|
18302
|
-
width: 328px;
|
18303
|
-
}
|
18304
|
-
.v-time-picker.v-picker .v-picker-title {
|
18305
|
-
padding: 0;
|
18306
|
-
margin-bottom: 20px;
|
18307
|
-
}.v-time-picker-clock {
|
18308
|
-
background: rgb(var(--v-theme-background));
|
18309
|
-
color: rgb(var(--v-theme-on-background));
|
18310
|
-
}
|
18311
|
-
.v-time-picker-clock:after {
|
18312
|
-
color: rgb(var(--v-theme-primary));
|
18313
|
-
}
|
18314
|
-
.v-time-picker-clock .v-time-picker-clock__item--active {
|
18315
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
18316
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
18317
|
-
}
|
18318
|
-
|
18319
|
-
.v-time-picker-clock {
|
18320
|
-
margin: 0 auto;
|
18321
|
-
background: rgb(var(--v-theme-surface-light));
|
18322
|
-
border-radius: 50%;
|
18323
|
-
position: relative;
|
18324
|
-
transition: none;
|
18325
|
-
-webkit-user-select: none;
|
18326
|
-
user-select: none;
|
18327
|
-
height: 256px;
|
18328
|
-
width: 256px;
|
18329
|
-
flex: 1 0 auto;
|
18330
|
-
}
|
18331
|
-
.v-time-picker-clock__container {
|
18332
|
-
display: flex;
|
18333
|
-
flex-direction: column;
|
18334
|
-
flex-basis: 290px;
|
18335
|
-
justify-content: center;
|
18336
|
-
padding: 10px;
|
18337
|
-
}
|
18338
|
-
.v-time-picker-clock__hand {
|
18339
|
-
background-color: currentColor;
|
18340
|
-
height: calc(50% - 4px);
|
18341
|
-
width: 2px;
|
18342
|
-
bottom: 50%;
|
18343
|
-
left: calc(50% - 1px);
|
18344
|
-
transform-origin: center bottom;
|
18345
|
-
position: absolute;
|
18346
|
-
will-change: transform;
|
18347
|
-
z-index: 1;
|
18348
|
-
}
|
18349
|
-
.v-time-picker-clock__hand:before {
|
18350
|
-
background: transparent;
|
18351
|
-
border-width: 2px;
|
18352
|
-
border-style: solid;
|
18353
|
-
border-color: currentColor;
|
18354
|
-
border-radius: 100%;
|
18355
|
-
width: 10px;
|
18356
|
-
height: 10px;
|
18357
|
-
content: "";
|
18358
|
-
position: absolute;
|
18359
|
-
top: -4px;
|
18360
|
-
left: 50%;
|
18361
|
-
transform: translate(-50%, -50%);
|
18362
|
-
}
|
18363
|
-
.v-time-picker-clock__hand:after {
|
18364
|
-
content: "";
|
18365
|
-
position: absolute;
|
18366
|
-
height: 8px;
|
18367
|
-
width: 8px;
|
18368
|
-
top: 100%;
|
18369
|
-
left: 50%;
|
18370
|
-
border-radius: 100%;
|
18371
|
-
background-color: currentColor;
|
18372
|
-
transform: translate(-50%, -50%);
|
18373
|
-
}
|
18374
|
-
.v-time-picker-clock__hand--inner:after {
|
18375
|
-
height: 14px;
|
18376
|
-
}
|
18377
|
-
.v-time-picker-clock--readonly {
|
18378
|
-
pointer-events: none;
|
18379
|
-
}
|
18380
|
-
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
18381
|
-
opacity: var(--v-disabled-opacity);
|
18382
|
-
}
|
18383
|
-
|
18384
|
-
.v-picker--full-width .v-time-picker-clock__container {
|
18385
|
-
max-width: 290px;
|
18386
|
-
}
|
18387
|
-
|
18388
|
-
.v-time-picker-clock__inner {
|
18389
|
-
position: absolute;
|
18390
|
-
bottom: 27px;
|
18391
|
-
left: 27px;
|
18392
|
-
right: 27px;
|
18393
|
-
top: 27px;
|
18394
|
-
}
|
18395
|
-
|
18396
|
-
.v-time-picker-clock__item {
|
18397
|
-
align-items: center;
|
18398
|
-
border-radius: 100%;
|
18399
|
-
cursor: default;
|
18400
|
-
display: flex;
|
18401
|
-
font-size: 16px;
|
18402
|
-
justify-content: center;
|
18403
|
-
height: 40px;
|
18404
|
-
position: absolute;
|
18405
|
-
text-align: center;
|
18406
|
-
width: 40px;
|
18407
|
-
-webkit-user-select: none;
|
18408
|
-
user-select: none;
|
18409
|
-
transform: translate(-50%, -50%);
|
18410
|
-
}
|
18411
|
-
.v-time-picker-clock__item > span {
|
18412
|
-
z-index: 1;
|
18413
|
-
}
|
18414
|
-
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
18415
|
-
content: "";
|
18416
|
-
border-radius: 100%;
|
18417
|
-
position: absolute;
|
18418
|
-
top: 50%;
|
18419
|
-
left: 50%;
|
18420
|
-
height: 14px;
|
18421
|
-
width: 14px;
|
18422
|
-
transform: translate(-50%, -50%);
|
18423
|
-
}
|
18424
|
-
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
18425
|
-
height: 40px;
|
18426
|
-
width: 40px;
|
18427
|
-
}
|
18428
|
-
.v-time-picker-clock__item--active {
|
18429
|
-
cursor: default;
|
18430
|
-
z-index: 2;
|
18431
|
-
}
|
18432
|
-
.v-time-picker-clock__item--disabled {
|
18433
|
-
pointer-events: none;
|
18434
|
-
}
|
18435
|
-
|
18436
|
-
.v-picker--landscape .v-time-picker-clock__container {
|
18437
|
-
flex-direction: row;
|
18438
18300
|
}.v-calendar-month__day {
|
18439
18301
|
position: relative;
|
18440
18302
|
display: flex;
|
@@ -18498,205 +18360,64 @@ html.overflow-y-hidden {
|
|
18498
18360
|
|
18499
18361
|
.v-calendar-weekly__day-alldayevents-container {
|
18500
18362
|
min-height: 24px;
|
18501
|
-
}.v-
|
18502
|
-
|
18503
|
-
|
18504
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18505
|
-
-webkit-appearance: none;
|
18506
|
-
}
|
18507
|
-
.v-number-input .v-field {
|
18508
|
-
padding-inline-end: 0;
|
18509
|
-
padding-inline-start: 0;
|
18510
|
-
}
|
18511
|
-
.v-number-input--inset .v-divider {
|
18512
|
-
height: 55%;
|
18513
|
-
width: 55%;
|
18514
|
-
align-self: center;
|
18515
|
-
}
|
18516
|
-
.v-number-input--split .v-field__input {
|
18517
|
-
text-align: center;
|
18518
|
-
}
|
18519
|
-
.v-number-input--stacked .v-number-input__control {
|
18520
|
-
flex-direction: column-reverse;
|
18521
|
-
}
|
18522
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
18523
|
-
flex: 1;
|
18363
|
+
}.v-pull-to-refresh {
|
18364
|
+
overflow: hidden;
|
18365
|
+
position: relative;
|
18524
18366
|
}
|
18525
|
-
.v-
|
18526
|
-
|
18367
|
+
.v-pull-to-refresh__pull-down {
|
18368
|
+
position: absolute;
|
18369
|
+
width: 100%;
|
18370
|
+
transition: top 0.3s ease-out;
|
18527
18371
|
}
|
18528
|
-
.v-
|
18529
|
-
|
18530
|
-
padding-inline: 0;
|
18372
|
+
.v-pull-to-refresh__pull-down--touching {
|
18373
|
+
transition: none;
|
18531
18374
|
}
|
18532
|
-
.v-
|
18375
|
+
.v-pull-to-refresh__pull-down-default {
|
18533
18376
|
display: flex;
|
18377
|
+
width: 100%;
|
18534
18378
|
height: 100%;
|
18535
|
-
}
|
18536
|
-
.v-number-input__control .v-btn {
|
18537
|
-
background-color: transparent;
|
18538
|
-
border-radius: 0;
|
18539
|
-
}.v-time-picker-controls {
|
18540
|
-
display: flex;
|
18541
|
-
align-items: center;
|
18542
18379
|
justify-content: center;
|
18543
|
-
|
18544
|
-
padding-
|
18545
|
-
padding-bottom: 4px;
|
18546
|
-
margin-bottom: 36px;
|
18547
|
-
}
|
18548
|
-
.v-time-picker-controls__text {
|
18549
|
-
padding-bottom: 12px;
|
18380
|
+
align-items: flex-end;
|
18381
|
+
padding-bottom: 10px;
|
18550
18382
|
}
|
18551
|
-
.v-
|
18552
|
-
|
18553
|
-
|
18554
|
-
direction: ltr;
|
18555
|
-
justify-content: center;
|
18383
|
+
.v-pull-to-refresh__scroll-container {
|
18384
|
+
position: relative;
|
18385
|
+
transition: top 0.3s ease-out;
|
18556
18386
|
}
|
18557
|
-
.v-
|
18558
|
-
|
18559
|
-
|
18560
|
-
|
18387
|
+
.v-pull-to-refresh__scroll-container--touching {
|
18388
|
+
transition: none;
|
18389
|
+
}.v-picker.v-sheet {
|
18390
|
+
display: grid;
|
18391
|
+
grid-auto-rows: min-content;
|
18392
|
+
grid-template-areas: "title" "header" "body";
|
18393
|
+
overflow: hidden;
|
18561
18394
|
}
|
18562
|
-
.v-
|
18563
|
-
|
18395
|
+
.v-picker.v-sheet {
|
18396
|
+
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));
|
18564
18397
|
}
|
18565
|
-
.v-
|
18566
|
-
|
18567
|
-
height: 80px;
|
18398
|
+
.v-picker.v-sheet {
|
18399
|
+
border-radius: 4px;
|
18568
18400
|
}
|
18569
|
-
.v-
|
18570
|
-
|
18571
|
-
height: 80px;
|
18572
|
-
font-size: 40px;
|
18401
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
18402
|
+
grid-template-areas: "title" "header" "body" "actions";
|
18573
18403
|
}
|
18574
|
-
|
18575
|
-
|
18576
|
-
|
18577
|
-
|
18578
|
-
|
18404
|
+
|
18405
|
+
.v-picker__body {
|
18406
|
+
grid-area: body;
|
18407
|
+
overflow: hidden;
|
18408
|
+
position: relative;
|
18579
18409
|
}
|
18580
|
-
|
18581
|
-
|
18582
|
-
|
18410
|
+
|
18411
|
+
.v-picker__header {
|
18412
|
+
grid-area: header;
|
18583
18413
|
}
|
18584
18414
|
|
18585
|
-
.v-
|
18586
|
-
|
18587
|
-
|
18415
|
+
.v-picker__actions {
|
18416
|
+
grid-area: actions;
|
18417
|
+
padding: 0 12px 12px;
|
18588
18418
|
display: flex;
|
18589
|
-
|
18590
|
-
|
18591
|
-
text-transform: uppercase;
|
18592
|
-
}
|
18593
|
-
.v-time-picker-controls__ampm--readonly {
|
18594
|
-
pointer-events: none;
|
18595
|
-
}
|
18596
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18597
|
-
opacity: 0.6;
|
18598
|
-
}
|
18599
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18600
|
-
font-size: 18px;
|
18601
|
-
padding: 0 8px;
|
18602
|
-
min-width: 52px;
|
18603
|
-
height: 40px;
|
18604
|
-
}
|
18605
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
18606
|
-
border-radius: 4px 4px 0 0;
|
18607
|
-
border: 1px solid;
|
18608
|
-
}
|
18609
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
18610
|
-
border-radius: 0 0 4px 4px;
|
18611
|
-
border: 1px solid;
|
18612
|
-
border-top: none;
|
18613
|
-
}
|
18614
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
18615
|
-
background: rgb(var(--v-theme-primary));
|
18616
|
-
}
|
18617
|
-
|
18618
|
-
.v-picker__title--landscape .v-time-picker-controls {
|
18619
|
-
flex-direction: column;
|
18620
|
-
justify-content: center;
|
18621
|
-
height: 100%;
|
18622
|
-
}
|
18623
|
-
.v-picker__title--landscape .v-time-picker-controls__time {
|
18624
|
-
text-align: right;
|
18625
|
-
}
|
18626
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
18627
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
18628
|
-
height: 55px;
|
18629
|
-
font-size: 55px;
|
18630
|
-
}
|
18631
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
18632
|
-
margin: 16px 0 0;
|
18633
|
-
align-self: initial;
|
18634
|
-
text-align: center;
|
18635
|
-
}
|
18636
|
-
|
18637
|
-
.v-picker--time .v-picker__title--landscape {
|
18638
|
-
padding: 0;
|
18639
|
-
}
|
18640
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18641
|
-
text-align: center;
|
18642
|
-
}.v-pull-to-refresh {
|
18643
|
-
overflow: hidden;
|
18644
|
-
position: relative;
|
18645
|
-
}
|
18646
|
-
.v-pull-to-refresh__pull-down {
|
18647
|
-
position: absolute;
|
18648
|
-
width: 100%;
|
18649
|
-
transition: top 0.3s ease-out;
|
18650
|
-
}
|
18651
|
-
.v-pull-to-refresh__pull-down--touching {
|
18652
|
-
transition: none;
|
18653
|
-
}
|
18654
|
-
.v-pull-to-refresh__pull-down-default {
|
18655
|
-
display: flex;
|
18656
|
-
width: 100%;
|
18657
|
-
height: 100%;
|
18658
|
-
justify-content: center;
|
18659
|
-
align-items: flex-end;
|
18660
|
-
padding-bottom: 10px;
|
18661
|
-
}
|
18662
|
-
.v-pull-to-refresh__scroll-container {
|
18663
|
-
position: relative;
|
18664
|
-
transition: top 0.3s ease-out;
|
18665
|
-
}
|
18666
|
-
.v-pull-to-refresh__scroll-container--touching {
|
18667
|
-
transition: none;
|
18668
|
-
}.v-picker.v-sheet {
|
18669
|
-
display: grid;
|
18670
|
-
grid-auto-rows: min-content;
|
18671
|
-
grid-template-areas: "title" "header" "body";
|
18672
|
-
overflow: hidden;
|
18673
|
-
}
|
18674
|
-
.v-picker.v-sheet {
|
18675
|
-
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));
|
18676
|
-
}
|
18677
|
-
.v-picker.v-sheet {
|
18678
|
-
border-radius: 4px;
|
18679
|
-
}
|
18680
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
18681
|
-
grid-template-areas: "title" "header" "body" "actions";
|
18682
|
-
}
|
18683
|
-
|
18684
|
-
.v-picker__body {
|
18685
|
-
grid-area: body;
|
18686
|
-
overflow: hidden;
|
18687
|
-
position: relative;
|
18688
|
-
}
|
18689
|
-
|
18690
|
-
.v-picker__header {
|
18691
|
-
grid-area: header;
|
18692
|
-
}
|
18693
|
-
|
18694
|
-
.v-picker__actions {
|
18695
|
-
grid-area: actions;
|
18696
|
-
padding: 0 12px 12px;
|
18697
|
-
display: flex;
|
18698
|
-
align-items: center;
|
18699
|
-
justify-content: flex-end;
|
18419
|
+
align-items: center;
|
18420
|
+
justify-content: flex-end;
|
18700
18421
|
}
|
18701
18422
|
.v-picker__actions .v-btn {
|
18702
18423
|
min-width: 48px;
|
@@ -18790,6 +18511,51 @@ html.overflow-y-hidden {
|
|
18790
18511
|
justify-content: flex-end;
|
18791
18512
|
padding: 24px 0 0;
|
18792
18513
|
flex-direction: row-reverse;
|
18514
|
+
}.v-number-input input[type=number] {
|
18515
|
+
-moz-appearance: textfield;
|
18516
|
+
}
|
18517
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18518
|
+
-webkit-appearance: none;
|
18519
|
+
}
|
18520
|
+
.v-number-input .v-field {
|
18521
|
+
padding-inline-end: 0;
|
18522
|
+
padding-inline-start: 0;
|
18523
|
+
}
|
18524
|
+
.v-number-input--inset .v-divider {
|
18525
|
+
height: 55%;
|
18526
|
+
width: 55%;
|
18527
|
+
align-self: center;
|
18528
|
+
}
|
18529
|
+
.v-number-input--split .v-field__input {
|
18530
|
+
text-align: center;
|
18531
|
+
}
|
18532
|
+
.v-number-input--stacked .v-number-input__control {
|
18533
|
+
flex-direction: column-reverse;
|
18534
|
+
}
|
18535
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
18536
|
+
flex: 1;
|
18537
|
+
}
|
18538
|
+
.v-number-input--hide-input .v-field {
|
18539
|
+
flex: none;
|
18540
|
+
}
|
18541
|
+
.v-number-input--hide-input .v-field__input {
|
18542
|
+
width: 0;
|
18543
|
+
padding-inline: 0;
|
18544
|
+
}
|
18545
|
+
.v-number-input__control {
|
18546
|
+
display: flex;
|
18547
|
+
height: 100%;
|
18548
|
+
}
|
18549
|
+
.v-number-input__control .v-btn {
|
18550
|
+
background-color: transparent;
|
18551
|
+
border-radius: 0;
|
18552
|
+
}.v-time-picker.v-picker {
|
18553
|
+
padding: 24px;
|
18554
|
+
width: 328px;
|
18555
|
+
}
|
18556
|
+
.v-time-picker.v-picker .v-picker-title {
|
18557
|
+
padding: 0;
|
18558
|
+
margin-bottom: 20px;
|
18793
18559
|
}.v-treeview-item.v-treeview-item--filtered {
|
18794
18560
|
display: none;
|
18795
18561
|
}
|
@@ -18806,153 +18572,268 @@ html.overflow-y-hidden {
|
|
18806
18572
|
}
|
18807
18573
|
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18808
18574
|
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18809
|
-
}.v-
|
18810
|
-
display: flex;
|
18575
|
+
}.v-time-picker-clock {
|
18811
18576
|
background: rgb(var(--v-theme-background));
|
18812
|
-
color:
|
18577
|
+
color: rgb(var(--v-theme-on-background));
|
18578
|
+
}
|
18579
|
+
.v-time-picker-clock:after {
|
18580
|
+
color: rgb(var(--v-theme-primary));
|
18581
|
+
}
|
18582
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
18583
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
18584
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
18813
18585
|
}
|
18814
18586
|
|
18815
|
-
.v-
|
18816
|
-
|
18817
|
-
|
18818
|
-
|
18819
|
-
flex-direction: column;
|
18820
|
-
flex: 1 1 auto;
|
18821
|
-
max-width: 100%;
|
18822
|
-
min-height: 100vh;
|
18823
|
-
min-height: 100dvh;
|
18587
|
+
.v-time-picker-clock {
|
18588
|
+
margin: 0 auto;
|
18589
|
+
background: rgb(var(--v-theme-surface-light));
|
18590
|
+
border-radius: 50%;
|
18824
18591
|
position: relative;
|
18825
|
-
|
18826
|
-
|
18592
|
+
transition: none;
|
18593
|
+
-webkit-user-select: none;
|
18594
|
+
user-select: none;
|
18595
|
+
height: 256px;
|
18596
|
+
width: 256px;
|
18597
|
+
flex: 1 0 auto;
|
18827
18598
|
}
|
18828
|
-
.
|
18829
|
-
|
18599
|
+
.v-time-picker-clock__container {
|
18600
|
+
display: flex;
|
18601
|
+
flex-direction: column;
|
18602
|
+
flex-basis: 290px;
|
18603
|
+
justify-content: center;
|
18604
|
+
padding: 10px;
|
18830
18605
|
}
|
18831
|
-
|
18832
|
-
|
18833
|
-
|
18834
|
-
|
18835
|
-
|
18836
|
-
left:
|
18837
|
-
|
18838
|
-
|
18839
|
-
|
18840
|
-
|
18841
|
-
width: 100%;
|
18842
|
-
max-width: 100%;
|
18843
|
-
overflow: visible;
|
18606
|
+
.v-time-picker-clock__hand {
|
18607
|
+
background-color: currentColor;
|
18608
|
+
height: calc(50% - 4px);
|
18609
|
+
width: 2px;
|
18610
|
+
bottom: 50%;
|
18611
|
+
left: calc(50% - 1px);
|
18612
|
+
transform-origin: center bottom;
|
18613
|
+
position: absolute;
|
18614
|
+
will-change: transform;
|
18615
|
+
z-index: 1;
|
18844
18616
|
}
|
18845
|
-
.v-
|
18846
|
-
|
18617
|
+
.v-time-picker-clock__hand:before {
|
18618
|
+
background: transparent;
|
18619
|
+
border-width: 2px;
|
18620
|
+
border-style: solid;
|
18621
|
+
border-color: currentColor;
|
18622
|
+
border-radius: 100%;
|
18623
|
+
width: 10px;
|
18624
|
+
height: 10px;
|
18625
|
+
content: "";
|
18626
|
+
position: absolute;
|
18627
|
+
top: -4px;
|
18628
|
+
left: 50%;
|
18629
|
+
transform: translate(-50%, -50%);
|
18847
18630
|
}
|
18848
|
-
.v-
|
18849
|
-
|
18850
|
-
|
18631
|
+
.v-time-picker-clock__hand:after {
|
18632
|
+
content: "";
|
18633
|
+
position: absolute;
|
18634
|
+
height: 8px;
|
18635
|
+
width: 8px;
|
18636
|
+
top: 100%;
|
18637
|
+
left: 50%;
|
18638
|
+
border-radius: 100%;
|
18639
|
+
background-color: currentColor;
|
18640
|
+
transform: translate(-50%, -50%);
|
18851
18641
|
}
|
18852
|
-
.v-
|
18853
|
-
|
18642
|
+
.v-time-picker-clock__hand--inner:after {
|
18643
|
+
height: 14px;
|
18854
18644
|
}
|
18855
|
-
|
18856
|
-
|
18857
|
-
max-width: 70%;
|
18858
|
-
}
|
18859
|
-
}.v-app-bar {
|
18860
|
-
display: flex;
|
18645
|
+
.v-time-picker-clock--readonly {
|
18646
|
+
pointer-events: none;
|
18861
18647
|
}
|
18862
|
-
.v-
|
18863
|
-
|
18864
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18648
|
+
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
18649
|
+
opacity: var(--v-disabled-opacity);
|
18865
18650
|
}
|
18866
|
-
|
18867
|
-
|
18651
|
+
|
18652
|
+
.v-picker--full-width .v-time-picker-clock__container {
|
18653
|
+
max-width: 290px;
|
18868
18654
|
}
|
18869
|
-
|
18870
|
-
|
18871
|
-
|
18872
|
-
|
18873
|
-
|
18874
|
-
|
18655
|
+
|
18656
|
+
.v-time-picker-clock__inner {
|
18657
|
+
position: absolute;
|
18658
|
+
bottom: 27px;
|
18659
|
+
left: 27px;
|
18660
|
+
right: 27px;
|
18661
|
+
top: 27px;
|
18875
18662
|
}
|
18876
|
-
|
18877
|
-
|
18663
|
+
|
18664
|
+
.v-time-picker-clock__item {
|
18665
|
+
align-items: center;
|
18666
|
+
border-radius: 100%;
|
18667
|
+
cursor: default;
|
18668
|
+
display: flex;
|
18669
|
+
font-size: 16px;
|
18670
|
+
justify-content: center;
|
18671
|
+
height: 40px;
|
18672
|
+
position: absolute;
|
18673
|
+
text-align: center;
|
18674
|
+
width: 40px;
|
18675
|
+
-webkit-user-select: none;
|
18676
|
+
user-select: none;
|
18677
|
+
transform: translate(-50%, -50%);
|
18878
18678
|
}
|
18879
|
-
.v-
|
18880
|
-
|
18679
|
+
.v-time-picker-clock__item > span {
|
18680
|
+
z-index: 1;
|
18881
18681
|
}
|
18882
|
-
.v-
|
18883
|
-
|
18682
|
+
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
18683
|
+
content: "";
|
18684
|
+
border-radius: 100%;
|
18685
|
+
position: absolute;
|
18686
|
+
top: 50%;
|
18687
|
+
left: 50%;
|
18688
|
+
height: 14px;
|
18689
|
+
width: 14px;
|
18690
|
+
transform: translate(-50%, -50%);
|
18884
18691
|
}
|
18885
|
-
.v-
|
18886
|
-
|
18692
|
+
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
18693
|
+
height: 40px;
|
18694
|
+
width: 40px;
|
18887
18695
|
}
|
18888
|
-
.v-
|
18889
|
-
|
18890
|
-
|
18696
|
+
.v-time-picker-clock__item--active {
|
18697
|
+
cursor: default;
|
18698
|
+
z-index: 2;
|
18699
|
+
}
|
18700
|
+
.v-time-picker-clock__item--disabled {
|
18701
|
+
pointer-events: none;
|
18702
|
+
}
|
18703
|
+
|
18704
|
+
.v-picker--landscape .v-time-picker-clock__container {
|
18705
|
+
flex-direction: row;
|
18706
|
+
}.v-time-picker-controls {
|
18707
|
+
display: flex;
|
18708
|
+
align-items: center;
|
18709
|
+
justify-content: center;
|
18710
|
+
font-size: 0.875rem;
|
18711
|
+
padding-top: 4px;
|
18712
|
+
padding-bottom: 4px;
|
18713
|
+
margin-bottom: 36px;
|
18714
|
+
}
|
18715
|
+
.v-time-picker-controls__text {
|
18716
|
+
padding-bottom: 12px;
|
18717
|
+
}
|
18718
|
+
.v-time-picker-controls__time {
|
18719
|
+
display: flex;
|
18891
18720
|
white-space: nowrap;
|
18721
|
+
direction: ltr;
|
18722
|
+
justify-content: center;
|
18723
|
+
}
|
18724
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
18725
|
+
width: 96px;
|
18726
|
+
height: 80px;
|
18727
|
+
font-size: 56px;
|
18728
|
+
}
|
18729
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
18730
|
+
background: rgb(var(--v-theme-primary));
|
18731
|
+
}
|
18732
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18733
|
+
width: 96px;
|
18734
|
+
height: 80px;
|
18735
|
+
}
|
18736
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18737
|
+
width: 64px;
|
18738
|
+
height: 80px;
|
18739
|
+
font-size: 40px;
|
18740
|
+
}
|
18741
|
+
.v-time-picker-controls__time__separator {
|
18742
|
+
font-size: 56px;
|
18743
|
+
height: 80px;
|
18744
|
+
width: 24px;
|
18745
|
+
text-align: center;
|
18746
|
+
}
|
18747
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
18748
|
+
height: 80px;
|
18749
|
+
font-size: 56px;
|
18892
18750
|
}
|
18893
18751
|
|
18894
|
-
.v-
|
18895
|
-
|
18752
|
+
.v-time-picker-controls__ampm {
|
18753
|
+
margin-left: 12px;
|
18754
|
+
align-self: flex-end;
|
18755
|
+
display: flex;
|
18756
|
+
flex-direction: column;
|
18757
|
+
font-size: 18px;
|
18758
|
+
text-transform: uppercase;
|
18896
18759
|
}
|
18897
|
-
.v-
|
18898
|
-
|
18760
|
+
.v-time-picker-controls__ampm--readonly {
|
18761
|
+
pointer-events: none;
|
18899
18762
|
}
|
18900
|
-
.v-
|
18901
|
-
|
18763
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
18764
|
+
opacity: 0.6;
|
18902
18765
|
}
|
18903
|
-
.v-
|
18904
|
-
|
18766
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
18767
|
+
font-size: 18px;
|
18768
|
+
padding: 0 8px;
|
18769
|
+
min-width: 52px;
|
18770
|
+
height: 40px;
|
18905
18771
|
}
|
18906
|
-
.v-
|
18907
|
-
|
18908
|
-
|
18909
|
-
height: 1.5rem;
|
18910
|
-
letter-spacing: inherit;
|
18911
|
-
line-height: inherit;
|
18912
|
-
max-width: calc(100% - 2px - 2px);
|
18772
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
18773
|
+
border-radius: 4px 4px 0 0;
|
18774
|
+
border: 1px solid;
|
18913
18775
|
}
|
18914
|
-
.v-
|
18915
|
-
|
18776
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
18777
|
+
border-radius: 0 0 4px 4px;
|
18778
|
+
border: 1px solid;
|
18779
|
+
border-top: none;
|
18916
18780
|
}
|
18917
|
-
.v-
|
18918
|
-
|
18919
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18920
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18921
|
-
top: 0px;
|
18781
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
18782
|
+
background: rgb(var(--v-theme-primary));
|
18922
18783
|
}
|
18923
|
-
|
18924
|
-
|
18784
|
+
|
18785
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
18786
|
+
flex-direction: column;
|
18787
|
+
justify-content: center;
|
18788
|
+
height: 100%;
|
18925
18789
|
}
|
18926
|
-
.v-
|
18927
|
-
|
18790
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
18791
|
+
text-align: right;
|
18928
18792
|
}
|
18929
|
-
.v-
|
18930
|
-
|
18793
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
18794
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
18795
|
+
height: 55px;
|
18796
|
+
font-size: 55px;
|
18931
18797
|
}
|
18932
|
-
.v-
|
18933
|
-
|
18934
|
-
|
18935
|
-
|
18936
|
-
right: 0;
|
18937
|
-
width: 100%;
|
18938
|
-
padding-inline: inherit;
|
18798
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
18799
|
+
margin: 16px 0 0;
|
18800
|
+
align-self: initial;
|
18801
|
+
text-align: center;
|
18939
18802
|
}
|
18940
|
-
|
18941
|
-
|
18803
|
+
|
18804
|
+
.v-picker--time .v-picker__title--landscape {
|
18805
|
+
padding: 0;
|
18942
18806
|
}
|
18943
|
-
.v-
|
18944
|
-
|
18807
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18808
|
+
text-align: center;
|
18809
|
+
}.v-app-bar {
|
18810
|
+
display: flex;
|
18945
18811
|
}
|
18946
|
-
.v-
|
18947
|
-
|
18812
|
+
.v-app-bar.v-toolbar {
|
18813
|
+
background: rgb(var(--v-theme-surface));
|
18814
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18948
18815
|
}
|
18949
|
-
.v-
|
18950
|
-
|
18951
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18816
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18817
|
+
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));
|
18952
18818
|
}
|
18953
|
-
.v-
|
18954
|
-
|
18955
|
-
|
18819
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18820
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18821
|
+
}.v-application {
|
18822
|
+
display: flex;
|
18823
|
+
background: rgb(var(--v-theme-background));
|
18824
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18825
|
+
}
|
18826
|
+
|
18827
|
+
.v-application__wrap {
|
18828
|
+
-webkit-backface-visibility: hidden;
|
18829
|
+
backface-visibility: hidden;
|
18830
|
+
display: flex;
|
18831
|
+
flex-direction: column;
|
18832
|
+
flex: 1 1 auto;
|
18833
|
+
max-width: 100%;
|
18834
|
+
min-height: 100vh;
|
18835
|
+
min-height: 100dvh;
|
18836
|
+
position: relative;
|
18956
18837
|
}.v-avatar {
|
18957
18838
|
flex: none;
|
18958
18839
|
align-items: center;
|
@@ -19275,27 +19156,100 @@ html.overflow-y-hidden {
|
|
19275
19156
|
text-transform: none;
|
19276
19157
|
word-break: normal;
|
19277
19158
|
word-wrap: break-word;
|
19278
|
-
}.v-
|
19279
|
-
display:
|
19280
|
-
|
19281
|
-
overflow: hidden;
|
19282
|
-
position: absolute;
|
19283
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19284
|
-
}
|
19285
|
-
.v-bottom-navigation {
|
19286
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19287
|
-
border-style: solid;
|
19288
|
-
border-width: 0;
|
19289
|
-
}
|
19290
|
-
.v-bottom-navigation--border {
|
19291
|
-
border-width: thin;
|
19292
|
-
box-shadow: none;
|
19293
|
-
}
|
19294
|
-
.v-bottom-navigation {
|
19295
|
-
border-radius: 0;
|
19159
|
+
}.v-badge {
|
19160
|
+
display: inline-block;
|
19161
|
+
line-height: 1;
|
19296
19162
|
}
|
19297
|
-
|
19298
|
-
|
19163
|
+
|
19164
|
+
.v-badge__badge {
|
19165
|
+
align-items: center;
|
19166
|
+
display: inline-flex;
|
19167
|
+
border-radius: 10px;
|
19168
|
+
font-size: 0.75rem;
|
19169
|
+
font-weight: 500;
|
19170
|
+
height: 1.25rem;
|
19171
|
+
justify-content: center;
|
19172
|
+
min-width: 20px;
|
19173
|
+
padding: 4px 6px;
|
19174
|
+
pointer-events: auto;
|
19175
|
+
position: absolute;
|
19176
|
+
text-align: center;
|
19177
|
+
text-indent: 0;
|
19178
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19179
|
+
white-space: nowrap;
|
19180
|
+
}
|
19181
|
+
.v-badge__badge {
|
19182
|
+
background: rgb(var(--v-theme-surface-variant));
|
19183
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19184
|
+
}
|
19185
|
+
.v-badge--bordered .v-badge__badge::after {
|
19186
|
+
border-radius: inherit;
|
19187
|
+
border-style: solid;
|
19188
|
+
border-width: 2px;
|
19189
|
+
bottom: 0;
|
19190
|
+
color: rgb(var(--v-theme-background));
|
19191
|
+
content: "";
|
19192
|
+
left: 0;
|
19193
|
+
position: absolute;
|
19194
|
+
right: 0;
|
19195
|
+
top: 0;
|
19196
|
+
transform: scale(1.05);
|
19197
|
+
}
|
19198
|
+
.v-badge--dot .v-badge__badge {
|
19199
|
+
border-radius: 4.5px;
|
19200
|
+
height: 9px;
|
19201
|
+
min-width: 0;
|
19202
|
+
padding: 0;
|
19203
|
+
width: 9px;
|
19204
|
+
}
|
19205
|
+
.v-badge--dot .v-badge__badge::after {
|
19206
|
+
border-width: 1.5px;
|
19207
|
+
}
|
19208
|
+
.v-badge--inline .v-badge__badge {
|
19209
|
+
position: relative;
|
19210
|
+
vertical-align: middle;
|
19211
|
+
}
|
19212
|
+
.v-badge__badge .v-icon {
|
19213
|
+
color: inherit;
|
19214
|
+
font-size: 0.75rem;
|
19215
|
+
margin: 0 -2px;
|
19216
|
+
}
|
19217
|
+
.v-badge__badge img,
|
19218
|
+
.v-badge__badge .v-img {
|
19219
|
+
height: 100%;
|
19220
|
+
width: 100%;
|
19221
|
+
}
|
19222
|
+
|
19223
|
+
.v-badge__wrapper {
|
19224
|
+
display: flex;
|
19225
|
+
position: relative;
|
19226
|
+
}
|
19227
|
+
.v-badge--inline .v-badge__wrapper {
|
19228
|
+
align-items: center;
|
19229
|
+
display: inline-flex;
|
19230
|
+
justify-content: center;
|
19231
|
+
margin: 0 4px;
|
19232
|
+
}.v-bottom-navigation {
|
19233
|
+
display: flex;
|
19234
|
+
max-width: 100%;
|
19235
|
+
overflow: hidden;
|
19236
|
+
position: absolute;
|
19237
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19238
|
+
}
|
19239
|
+
.v-bottom-navigation {
|
19240
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19241
|
+
border-style: solid;
|
19242
|
+
border-width: 0;
|
19243
|
+
}
|
19244
|
+
.v-bottom-navigation--border {
|
19245
|
+
border-width: thin;
|
19246
|
+
box-shadow: none;
|
19247
|
+
}
|
19248
|
+
.v-bottom-navigation {
|
19249
|
+
border-radius: 0;
|
19250
|
+
}
|
19251
|
+
.v-bottom-navigation {
|
19252
|
+
background: rgb(var(--v-theme-surface));
|
19299
19253
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19300
19254
|
}
|
19301
19255
|
.v-bottom-navigation--active {
|
@@ -19338,6 +19292,91 @@ html.overflow-y-hidden {
|
|
19338
19292
|
}
|
19339
19293
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
19340
19294
|
transform: translateY(0.5rem);
|
19295
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
19296
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
19297
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
19298
|
+
cursor: text;
|
19299
|
+
}
|
19300
|
+
.v-autocomplete .v-field .v-field__input > input {
|
19301
|
+
flex: 1 1;
|
19302
|
+
}
|
19303
|
+
.v-autocomplete .v-field input {
|
19304
|
+
min-width: 64px;
|
19305
|
+
}
|
19306
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
19307
|
+
min-width: 0;
|
19308
|
+
}
|
19309
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
19310
|
+
margin-inline-end: 2px;
|
19311
|
+
}
|
19312
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
19313
|
+
overflow: hidden;
|
19314
|
+
text-overflow: ellipsis;
|
19315
|
+
white-space: nowrap;
|
19316
|
+
}
|
19317
|
+
|
19318
|
+
.v-autocomplete__content {
|
19319
|
+
overflow: hidden;
|
19320
|
+
}
|
19321
|
+
.v-autocomplete__content {
|
19322
|
+
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));
|
19323
|
+
}
|
19324
|
+
.v-autocomplete__content {
|
19325
|
+
border-radius: 4px;
|
19326
|
+
}
|
19327
|
+
.v-autocomplete__mask {
|
19328
|
+
background: rgb(var(--v-theme-surface-light));
|
19329
|
+
}
|
19330
|
+
.v-autocomplete__selection {
|
19331
|
+
display: inline-flex;
|
19332
|
+
align-items: center;
|
19333
|
+
height: 1.5rem;
|
19334
|
+
letter-spacing: inherit;
|
19335
|
+
line-height: inherit;
|
19336
|
+
max-width: calc(100% - 2px - 2px);
|
19337
|
+
}
|
19338
|
+
.v-autocomplete__selection:first-child {
|
19339
|
+
margin-inline-start: 0;
|
19340
|
+
}
|
19341
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
19342
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
19343
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
19344
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
19345
|
+
top: 0px;
|
19346
|
+
}
|
19347
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
19348
|
+
opacity: var(--v-medium-emphasis-opacity);
|
19349
|
+
}
|
19350
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
19351
|
+
opacity: 1;
|
19352
|
+
}
|
19353
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
19354
|
+
caret-color: transparent;
|
19355
|
+
}
|
19356
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
19357
|
+
flex: 1 1;
|
19358
|
+
position: absolute;
|
19359
|
+
left: 0;
|
19360
|
+
right: 0;
|
19361
|
+
width: 100%;
|
19362
|
+
padding-inline: inherit;
|
19363
|
+
}
|
19364
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
19365
|
+
transition: none;
|
19366
|
+
}
|
19367
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
19368
|
+
opacity: 0;
|
19369
|
+
}
|
19370
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
19371
|
+
opacity: 0;
|
19372
|
+
}
|
19373
|
+
.v-autocomplete__menu-icon {
|
19374
|
+
margin-inline-start: 4px;
|
19375
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
19376
|
+
}
|
19377
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
19378
|
+
opacity: var(--v-high-emphasis-opacity);
|
19379
|
+
transform: rotate(180deg);
|
19341
19380
|
}.v-banner {
|
19342
19381
|
display: grid;
|
19343
19382
|
flex: 1 1;
|
@@ -19504,157 +19543,70 @@ html.overflow-y-hidden {
|
|
19504
19543
|
}
|
19505
19544
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
19506
19545
|
align-self: flex-start;
|
19507
|
-
}.
|
19508
|
-
|
19509
|
-
|
19546
|
+
}.bottom-sheet-transition-enter-from {
|
19547
|
+
transform: translateY(100%);
|
19548
|
+
}
|
19549
|
+
.bottom-sheet-transition-leave-to {
|
19550
|
+
transform: translateY(100%);
|
19551
|
+
}
|
19552
|
+
|
19553
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19554
|
+
align-self: flex-end;
|
19555
|
+
border-radius: 0;
|
19556
|
+
flex: 0 1 auto;
|
19557
|
+
left: 0;
|
19558
|
+
right: 0;
|
19559
|
+
margin-inline: 0;
|
19560
|
+
margin-bottom: 0;
|
19561
|
+
transition-duration: 0.2s;
|
19562
|
+
width: 100%;
|
19510
19563
|
max-width: 100%;
|
19511
|
-
|
19512
|
-
overflow: hidden;
|
19513
|
-
vertical-align: middle;
|
19564
|
+
overflow: visible;
|
19514
19565
|
}
|
19515
|
-
.v-
|
19516
|
-
|
19517
|
-
border-style: solid;
|
19518
|
-
border-width: 0;
|
19566
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19567
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19519
19568
|
}
|
19520
|
-
.v-
|
19521
|
-
|
19522
|
-
|
19569
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19570
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19571
|
+
border-radius: 0;
|
19523
19572
|
}
|
19524
|
-
.v-
|
19525
|
-
|
19573
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19574
|
+
max-width: none;
|
19526
19575
|
}
|
19527
|
-
|
19576
|
+
@media (min-width: 600px) {
|
19577
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19578
|
+
max-width: 70%;
|
19579
|
+
}
|
19580
|
+
}.v-btn {
|
19581
|
+
align-items: center;
|
19528
19582
|
border-radius: 4px;
|
19583
|
+
display: inline-grid;
|
19584
|
+
grid-template-areas: "prepend content append";
|
19585
|
+
grid-template-columns: max-content auto max-content;
|
19586
|
+
font-weight: 500;
|
19587
|
+
justify-content: center;
|
19588
|
+
letter-spacing: 0.0892857143em;
|
19589
|
+
line-height: normal;
|
19590
|
+
max-width: 100%;
|
19591
|
+
outline: none;
|
19592
|
+
position: relative;
|
19593
|
+
text-decoration: none;
|
19594
|
+
text-indent: 0.0892857143em;
|
19595
|
+
text-transform: uppercase;
|
19596
|
+
transition-property: box-shadow, transform, opacity, background;
|
19597
|
+
transition-duration: 0.28s;
|
19598
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19599
|
+
-webkit-user-select: none;
|
19600
|
+
user-select: none;
|
19601
|
+
vertical-align: middle;
|
19602
|
+
flex-shrink: 0;
|
19529
19603
|
}
|
19530
|
-
.v-btn-
|
19531
|
-
|
19532
|
-
|
19533
|
-
|
19534
|
-
|
19535
|
-
|
19536
|
-
}
|
19537
|
-
|
19538
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19539
|
-
height: 40px;
|
19540
|
-
}
|
19541
|
-
|
19542
|
-
.v-btn-group--density-compact.v-btn-group {
|
19543
|
-
height: 36px;
|
19544
|
-
}
|
19545
|
-
|
19546
|
-
.v-btn-group .v-btn {
|
19547
|
-
border-radius: 0;
|
19548
|
-
border-color: inherit;
|
19549
|
-
}
|
19550
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19551
|
-
border-inline-end: none;
|
19552
|
-
}
|
19553
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19554
|
-
border-inline-start: none;
|
19555
|
-
}
|
19556
|
-
.v-btn-group .v-btn:first-child {
|
19557
|
-
border-start-start-radius: inherit;
|
19558
|
-
border-end-start-radius: inherit;
|
19559
|
-
}
|
19560
|
-
.v-btn-group .v-btn:last-child {
|
19561
|
-
border-start-end-radius: inherit;
|
19562
|
-
border-end-end-radius: inherit;
|
19563
|
-
}
|
19564
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19565
|
-
border-inline-end-width: thin;
|
19566
|
-
border-inline-end-style: solid;
|
19567
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19568
|
-
}
|
19569
|
-
.v-btn-group--tile {
|
19570
|
-
border-radius: 0;
|
19571
|
-
}.v-breadcrumbs {
|
19572
|
-
display: flex;
|
19573
|
-
align-items: center;
|
19574
|
-
line-height: 1.6;
|
19575
|
-
padding: 16px 12px;
|
19576
|
-
}
|
19577
|
-
.v-breadcrumbs--rounded {
|
19578
|
-
border-radius: 4px;
|
19579
|
-
}
|
19580
|
-
.v-breadcrumbs--density-default {
|
19581
|
-
padding-top: 16px;
|
19582
|
-
padding-bottom: 16px;
|
19583
|
-
}
|
19584
|
-
|
19585
|
-
.v-breadcrumbs--density-comfortable {
|
19586
|
-
padding-top: 12px;
|
19587
|
-
padding-bottom: 12px;
|
19588
|
-
}
|
19589
|
-
|
19590
|
-
.v-breadcrumbs--density-compact {
|
19591
|
-
padding-top: 8px;
|
19592
|
-
padding-bottom: 8px;
|
19593
|
-
}
|
19594
|
-
|
19595
|
-
.v-breadcrumbs__prepend {
|
19596
|
-
align-items: center;
|
19597
|
-
display: inline-flex;
|
19598
|
-
}
|
19599
|
-
|
19600
|
-
.v-breadcrumbs-item {
|
19601
|
-
align-items: center;
|
19602
|
-
color: inherit;
|
19603
|
-
display: inline-flex;
|
19604
|
-
padding: 0 4px;
|
19605
|
-
text-decoration: none;
|
19606
|
-
vertical-align: middle;
|
19607
|
-
}
|
19608
|
-
.v-breadcrumbs-item--disabled {
|
19609
|
-
opacity: var(--v-disabled-opacity);
|
19610
|
-
pointer-events: none;
|
19611
|
-
}
|
19612
|
-
.v-breadcrumbs-item--link {
|
19613
|
-
color: inherit;
|
19614
|
-
text-decoration: none;
|
19615
|
-
}
|
19616
|
-
.v-breadcrumbs-item--link:hover {
|
19617
|
-
text-decoration: underline;
|
19618
|
-
}
|
19619
|
-
.v-breadcrumbs-item .v-icon {
|
19620
|
-
font-size: 1rem;
|
19621
|
-
margin-inline: -4px 2px;
|
19622
|
-
}
|
19623
|
-
|
19624
|
-
.v-breadcrumbs-divider {
|
19625
|
-
display: inline-block;
|
19626
|
-
padding: 0 8px;
|
19627
|
-
vertical-align: middle;
|
19628
|
-
}.v-btn {
|
19629
|
-
align-items: center;
|
19630
|
-
border-radius: 4px;
|
19631
|
-
display: inline-grid;
|
19632
|
-
grid-template-areas: "prepend content append";
|
19633
|
-
grid-template-columns: max-content auto max-content;
|
19634
|
-
font-weight: 500;
|
19635
|
-
justify-content: center;
|
19636
|
-
letter-spacing: 0.0892857143em;
|
19637
|
-
line-height: normal;
|
19638
|
-
max-width: 100%;
|
19639
|
-
outline: none;
|
19640
|
-
position: relative;
|
19641
|
-
text-decoration: none;
|
19642
|
-
text-indent: 0.0892857143em;
|
19643
|
-
text-transform: uppercase;
|
19644
|
-
transition-property: box-shadow, transform, opacity, background;
|
19645
|
-
transition-duration: 0.28s;
|
19646
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19647
|
-
-webkit-user-select: none;
|
19648
|
-
user-select: none;
|
19649
|
-
vertical-align: middle;
|
19650
|
-
flex-shrink: 0;
|
19651
|
-
}
|
19652
|
-
.v-btn--size-x-small {
|
19653
|
-
--v-btn-size: 0.625rem;
|
19654
|
-
--v-btn-height: 20px;
|
19655
|
-
font-size: var(--v-btn-size);
|
19656
|
-
min-width: 36px;
|
19657
|
-
padding: 0 8px;
|
19604
|
+
.v-btn--size-x-small {
|
19605
|
+
--v-btn-size: 0.625rem;
|
19606
|
+
--v-btn-height: 20px;
|
19607
|
+
font-size: var(--v-btn-size);
|
19608
|
+
min-width: 36px;
|
19609
|
+
padding: 0 8px;
|
19658
19610
|
}
|
19659
19611
|
|
19660
19612
|
.v-btn--size-small {
|
@@ -20049,84 +20001,70 @@ html.overflow-y-hidden {
|
|
20049
20001
|
}
|
20050
20002
|
.v-pagination__item--is-active .v-btn__overlay {
|
20051
20003
|
opacity: var(--v-border-opacity);
|
20052
|
-
}.v-
|
20004
|
+
}.v-btn-group {
|
20005
|
+
display: inline-flex;
|
20006
|
+
flex-wrap: nowrap;
|
20007
|
+
max-width: 100%;
|
20008
|
+
min-width: 0;
|
20053
20009
|
overflow: hidden;
|
20054
|
-
|
20055
|
-
width: 100%;
|
20056
|
-
}
|
20057
|
-
.v-carousel__controls {
|
20058
|
-
align-items: center;
|
20059
|
-
bottom: 0;
|
20060
|
-
display: flex;
|
20061
|
-
height: 50px;
|
20062
|
-
justify-content: center;
|
20063
|
-
list-style-type: none;
|
20064
|
-
position: absolute;
|
20065
|
-
width: 100%;
|
20066
|
-
z-index: 1;
|
20010
|
+
vertical-align: middle;
|
20067
20011
|
}
|
20068
|
-
.v-
|
20069
|
-
|
20070
|
-
|
20012
|
+
.v-btn-group {
|
20013
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20014
|
+
border-style: solid;
|
20015
|
+
border-width: 0;
|
20071
20016
|
}
|
20072
|
-
.v-
|
20073
|
-
|
20017
|
+
.v-btn-group--border {
|
20018
|
+
border-width: thin;
|
20019
|
+
box-shadow: none;
|
20074
20020
|
}
|
20075
|
-
.v-
|
20076
|
-
|
20021
|
+
.v-btn-group {
|
20022
|
+
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));
|
20077
20023
|
}
|
20078
|
-
.v-
|
20079
|
-
|
20024
|
+
.v-btn-group {
|
20025
|
+
border-radius: 4px;
|
20080
20026
|
}
|
20081
|
-
.v-
|
20082
|
-
|
20083
|
-
|
20027
|
+
.v-btn-group {
|
20028
|
+
background: transparent;
|
20029
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20084
20030
|
}
|
20085
|
-
.v-
|
20086
|
-
|
20031
|
+
.v-btn-group--density-default.v-btn-group {
|
20032
|
+
height: 48px;
|
20087
20033
|
}
|
20088
|
-
|
20089
|
-
|
20034
|
+
|
20035
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
20036
|
+
height: 40px;
|
20090
20037
|
}
|
20091
20038
|
|
20092
|
-
.v-
|
20093
|
-
|
20094
|
-
position: absolute;
|
20095
|
-
bottom: 0;
|
20096
|
-
left: 0;
|
20097
|
-
right: 0;
|
20039
|
+
.v-btn-group--density-compact.v-btn-group {
|
20040
|
+
height: 36px;
|
20098
20041
|
}
|
20099
20042
|
|
20100
|
-
.v-
|
20101
|
-
|
20102
|
-
|
20103
|
-
text-decoration: none;
|
20043
|
+
.v-btn-group .v-btn {
|
20044
|
+
border-radius: 0;
|
20045
|
+
border-color: inherit;
|
20104
20046
|
}
|
20105
|
-
.v-
|
20106
|
-
|
20047
|
+
.v-btn-group .v-btn:not(:last-child) {
|
20048
|
+
border-inline-end: none;
|
20107
20049
|
}
|
20108
|
-
|
20109
|
-
|
20110
|
-
background: transparent;
|
20050
|
+
.v-btn-group .v-btn:not(:first-child) {
|
20051
|
+
border-inline-start: none;
|
20111
20052
|
}
|
20112
|
-
|
20113
|
-
|
20114
|
-
|
20115
|
-
height: 100% !important;
|
20116
|
-
width: 50px;
|
20117
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20118
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20053
|
+
.v-btn-group .v-btn:first-child {
|
20054
|
+
border-start-start-radius: inherit;
|
20055
|
+
border-end-start-radius: inherit;
|
20119
20056
|
}
|
20120
|
-
.v-btn-
|
20121
|
-
|
20057
|
+
.v-btn-group .v-btn:last-child {
|
20058
|
+
border-start-end-radius: inherit;
|
20059
|
+
border-end-end-radius: inherit;
|
20122
20060
|
}
|
20123
|
-
.v-btn-
|
20124
|
-
|
20061
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
20062
|
+
border-inline-end-width: thin;
|
20063
|
+
border-inline-end-style: solid;
|
20064
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20125
20065
|
}
|
20126
|
-
|
20127
|
-
|
20128
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20129
|
-
}
|
20066
|
+
.v-btn-group--tile {
|
20067
|
+
border-radius: 0;
|
20130
20068
|
}.v-card {
|
20131
20069
|
display: block;
|
20132
20070
|
overflow: hidden;
|
@@ -20440,46 +20378,141 @@ html.overflow-y-hidden {
|
|
20440
20378
|
}
|
20441
20379
|
.v-checkbox .v-selection-control {
|
20442
20380
|
min-height: var(--v-input-control-height);
|
20443
|
-
}.v-
|
20444
|
-
|
20445
|
-
|
20446
|
-
|
20447
|
-
|
20448
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20381
|
+
}.v-breadcrumbs {
|
20382
|
+
display: flex;
|
20383
|
+
align-items: center;
|
20384
|
+
line-height: 1.6;
|
20385
|
+
padding: 16px 12px;
|
20449
20386
|
}
|
20450
|
-
.v-
|
20387
|
+
.v-breadcrumbs--rounded {
|
20451
20388
|
border-radius: 4px;
|
20452
20389
|
}
|
20390
|
+
.v-breadcrumbs--density-default {
|
20391
|
+
padding-top: 16px;
|
20392
|
+
padding-bottom: 16px;
|
20393
|
+
}
|
20453
20394
|
|
20454
|
-
.v-
|
20455
|
-
|
20456
|
-
|
20457
|
-
padding: 16px;
|
20395
|
+
.v-breadcrumbs--density-comfortable {
|
20396
|
+
padding-top: 12px;
|
20397
|
+
padding-bottom: 12px;
|
20458
20398
|
}
|
20459
20399
|
|
20460
|
-
.v-
|
20461
|
-
|
20400
|
+
.v-breadcrumbs--density-compact {
|
20401
|
+
padding-top: 8px;
|
20402
|
+
padding-bottom: 8px;
|
20462
20403
|
}
|
20463
|
-
|
20464
|
-
|
20465
|
-
|
20404
|
+
|
20405
|
+
.v-breadcrumbs__prepend {
|
20406
|
+
align-items: center;
|
20407
|
+
display: inline-flex;
|
20408
|
+
}
|
20409
|
+
|
20410
|
+
.v-breadcrumbs-item {
|
20411
|
+
align-items: center;
|
20412
|
+
color: inherit;
|
20413
|
+
display: inline-flex;
|
20414
|
+
padding: 0 4px;
|
20415
|
+
text-decoration: none;
|
20416
|
+
vertical-align: middle;
|
20417
|
+
}
|
20418
|
+
.v-breadcrumbs-item--disabled {
|
20419
|
+
opacity: var(--v-disabled-opacity);
|
20420
|
+
pointer-events: none;
|
20421
|
+
}
|
20422
|
+
.v-breadcrumbs-item--link {
|
20423
|
+
color: inherit;
|
20424
|
+
text-decoration: none;
|
20425
|
+
}
|
20426
|
+
.v-breadcrumbs-item--link:hover {
|
20427
|
+
text-decoration: underline;
|
20428
|
+
}
|
20429
|
+
.v-breadcrumbs-item .v-icon {
|
20430
|
+
font-size: 1rem;
|
20431
|
+
margin-inline: -4px 2px;
|
20432
|
+
}
|
20433
|
+
|
20434
|
+
.v-breadcrumbs-divider {
|
20435
|
+
display: inline-block;
|
20436
|
+
padding: 0 8px;
|
20437
|
+
vertical-align: middle;
|
20438
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20439
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20440
|
+
}
|
20441
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
20442
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20443
|
+
}
|
20444
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
20445
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20446
|
+
}
|
20447
|
+
@supports not selector(:focus-visible) {
|
20448
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
20449
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20450
|
+
}
|
20451
|
+
}.v-carousel {
|
20452
|
+
overflow: hidden;
|
20453
|
+
position: relative;
|
20454
|
+
width: 100%;
|
20455
|
+
}
|
20456
|
+
.v-carousel__controls {
|
20457
|
+
align-items: center;
|
20458
|
+
bottom: 0;
|
20466
20459
|
display: flex;
|
20467
|
-
|
20468
|
-
|
20469
|
-
|
20470
|
-
|
20460
|
+
height: 50px;
|
20461
|
+
justify-content: center;
|
20462
|
+
list-style-type: none;
|
20463
|
+
position: absolute;
|
20464
|
+
width: 100%;
|
20465
|
+
z-index: 1;
|
20471
20466
|
}
|
20472
|
-
.v-
|
20473
|
-
|
20467
|
+
.v-carousel__controls {
|
20468
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20469
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20474
20470
|
}
|
20475
|
-
.v-
|
20476
|
-
|
20471
|
+
.v-carousel__controls > .v-item-group {
|
20472
|
+
flex: 0 1 auto;
|
20473
|
+
}
|
20474
|
+
.v-carousel__controls__item {
|
20475
|
+
margin: 0 8px;
|
20476
|
+
}
|
20477
|
+
.v-carousel__controls__item .v-icon {
|
20478
|
+
opacity: 0.5;
|
20479
|
+
}
|
20480
|
+
.v-carousel__controls__item--active .v-icon {
|
20481
|
+
opacity: 1;
|
20482
|
+
vertical-align: middle;
|
20483
|
+
}
|
20484
|
+
.v-carousel__controls__item:hover {
|
20485
|
+
background: none;
|
20486
|
+
}
|
20487
|
+
.v-carousel__controls__item:hover .v-icon {
|
20488
|
+
opacity: 0.8;
|
20477
20489
|
}
|
20478
20490
|
|
20479
|
-
.v-
|
20480
|
-
|
20481
|
-
|
20482
|
-
|
20491
|
+
.v-carousel__progress {
|
20492
|
+
margin: 0;
|
20493
|
+
position: absolute;
|
20494
|
+
bottom: 0;
|
20495
|
+
left: 0;
|
20496
|
+
right: 0;
|
20497
|
+
}
|
20498
|
+
|
20499
|
+
.v-carousel-item {
|
20500
|
+
display: block;
|
20501
|
+
height: inherit;
|
20502
|
+
text-decoration: none;
|
20503
|
+
}
|
20504
|
+
.v-carousel-item > .v-img {
|
20505
|
+
height: inherit;
|
20506
|
+
}
|
20507
|
+
|
20508
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20509
|
+
background: transparent;
|
20510
|
+
}
|
20511
|
+
|
20512
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20513
|
+
flex-direction: column;
|
20514
|
+
height: 100% !important;
|
20515
|
+
width: 50px;
|
20483
20516
|
}.v-chip {
|
20484
20517
|
align-items: center;
|
20485
20518
|
display: inline-flex;
|
@@ -20898,11 +20931,46 @@ html.overflow-y-hidden {
|
|
20898
20931
|
|
20899
20932
|
.v-chip--label {
|
20900
20933
|
border-radius: 4px;
|
20901
|
-
}.v-
|
20902
|
-
|
20903
|
-
|
20904
|
-
|
20905
|
-
|
20934
|
+
}.v-color-picker {
|
20935
|
+
align-self: flex-start;
|
20936
|
+
contain: content;
|
20937
|
+
}
|
20938
|
+
.v-color-picker.v-sheet {
|
20939
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20940
|
+
}
|
20941
|
+
.v-color-picker.v-sheet {
|
20942
|
+
border-radius: 4px;
|
20943
|
+
}
|
20944
|
+
|
20945
|
+
.v-color-picker__controls {
|
20946
|
+
display: flex;
|
20947
|
+
flex-direction: column;
|
20948
|
+
padding: 16px;
|
20949
|
+
}
|
20950
|
+
|
20951
|
+
.v-color-picker--flat {
|
20952
|
+
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));
|
20953
|
+
}
|
20954
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20955
|
+
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));
|
20956
|
+
}.v-chip-group {
|
20957
|
+
display: flex;
|
20958
|
+
max-width: 100%;
|
20959
|
+
min-width: 0;
|
20960
|
+
overflow-x: auto;
|
20961
|
+
padding: 4px 0;
|
20962
|
+
}
|
20963
|
+
.v-chip-group .v-chip {
|
20964
|
+
margin: 4px 8px 4px 0;
|
20965
|
+
}
|
20966
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20967
|
+
opacity: var(--v-activated-opacity);
|
20968
|
+
}
|
20969
|
+
|
20970
|
+
.v-chip-group--column .v-slide-group__content {
|
20971
|
+
white-space: normal;
|
20972
|
+
flex-wrap: wrap;
|
20973
|
+
max-width: 100%;
|
20906
20974
|
}.v-container {
|
20907
20975
|
width: 100%;
|
20908
20976
|
padding: 16px;
|
@@ -21660,37 +21728,11 @@ html.overflow-y-hidden {
|
|
21660
21728
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
21661
21729
|
opacity: var(--v-high-emphasis-opacity);
|
21662
21730
|
transform: rotate(180deg);
|
21663
|
-
}.v-
|
21664
|
-
|
21665
|
-
|
21666
|
-
|
21667
|
-
|
21668
|
-
padding: 8px 4px;
|
21669
|
-
}
|
21670
|
-
.v-data-table-footer__items-per-page {
|
21671
|
-
align-items: center;
|
21672
|
-
display: flex;
|
21673
|
-
justify-content: center;
|
21674
|
-
}
|
21675
|
-
.v-data-table-footer__items-per-page > span {
|
21676
|
-
padding-inline-end: 8px;
|
21677
|
-
}
|
21678
|
-
.v-data-table-footer__items-per-page > .v-select {
|
21679
|
-
width: 90px;
|
21680
|
-
}
|
21681
|
-
.v-data-table-footer__info {
|
21682
|
-
display: flex;
|
21683
|
-
justify-content: flex-end;
|
21684
|
-
min-width: 116px;
|
21685
|
-
padding: 0 16px;
|
21686
|
-
}
|
21687
|
-
.v-data-table-footer__paginationz {
|
21688
|
-
align-items: center;
|
21689
|
-
display: flex;
|
21690
|
-
margin-inline-start: 16px;
|
21691
|
-
}
|
21692
|
-
.v-data-table-footer__page {
|
21693
|
-
padding: 0 8px;
|
21731
|
+
}.v-counter {
|
21732
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21733
|
+
flex: 0 1 auto;
|
21734
|
+
font-size: 12px;
|
21735
|
+
transition-duration: 150ms;
|
21694
21736
|
}.v-data-table {
|
21695
21737
|
width: 100%;
|
21696
21738
|
}
|
@@ -21878,77 +21920,46 @@ html.overflow-y-hidden {
|
|
21878
21920
|
}
|
21879
21921
|
.v-data-table__td-sort-icon-active {
|
21880
21922
|
color: rgba(var(--v-theme-on-surface));
|
21881
|
-
}.v-
|
21923
|
+
}.v-data-table-footer {
|
21924
|
+
align-items: center;
|
21882
21925
|
display: flex;
|
21926
|
+
flex-wrap: wrap;
|
21927
|
+
justify-content: flex-end;
|
21928
|
+
padding: 8px 4px;
|
21929
|
+
}
|
21930
|
+
.v-data-table-footer__items-per-page {
|
21883
21931
|
align-items: center;
|
21884
|
-
|
21885
|
-
|
21886
|
-
padding-top: 4px;
|
21887
|
-
padding-bottom: 4px;
|
21888
|
-
padding-inline-start: 6px;
|
21889
|
-
padding-inline-end: 12px;
|
21932
|
+
display: flex;
|
21933
|
+
justify-content: center;
|
21890
21934
|
}
|
21891
|
-
.v-
|
21892
|
-
|
21893
|
-
font-weight: 400;
|
21894
|
-
line-height: initial;
|
21895
|
-
letter-spacing: initial;
|
21935
|
+
.v-data-table-footer__items-per-page > span {
|
21936
|
+
padding-inline-end: 8px;
|
21896
21937
|
}
|
21897
|
-
.v-
|
21898
|
-
|
21938
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21939
|
+
width: 90px;
|
21899
21940
|
}
|
21900
|
-
.v-
|
21901
|
-
|
21941
|
+
.v-data-table-footer__info {
|
21942
|
+
display: flex;
|
21943
|
+
justify-content: flex-end;
|
21944
|
+
min-width: 116px;
|
21945
|
+
padding: 0 16px;
|
21902
21946
|
}
|
21903
|
-
.v-
|
21904
|
-
|
21947
|
+
.v-data-table-footer__paginationz {
|
21948
|
+
align-items: center;
|
21949
|
+
display: flex;
|
21950
|
+
margin-inline-start: 16px;
|
21905
21951
|
}
|
21906
|
-
.v-
|
21907
|
-
|
21908
|
-
}
|
21909
|
-
|
21910
|
-
|
21911
|
-
|
21912
|
-
|
21913
|
-
|
21914
|
-
|
21915
|
-
|
21916
|
-
|
21917
|
-
margin-inline-end: 4px;
|
21918
|
-
}
|
21919
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21920
|
-
margin: auto;
|
21921
|
-
text-align: center;
|
21922
|
-
}
|
21923
|
-
|
21924
|
-
.v-date-picker-controls__month {
|
21925
|
-
display: flex;
|
21926
|
-
}
|
21927
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21928
|
-
flex-direction: row-reverse;
|
21929
|
-
}
|
21930
|
-
|
21931
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21932
|
-
flex: 1 0 auto;
|
21933
|
-
}
|
21934
|
-
|
21935
|
-
.v-date-picker__title {
|
21936
|
-
display: inline-block;
|
21937
|
-
}.v-date-picker {
|
21938
|
-
overflow: hidden;
|
21939
|
-
width: 328px;
|
21940
|
-
}
|
21941
|
-
.v-date-picker--show-week {
|
21942
|
-
width: 368px;
|
21943
|
-
}.v-date-picker-header {
|
21944
|
-
align-items: flex-end;
|
21945
|
-
height: 70px;
|
21946
|
-
display: grid;
|
21947
|
-
grid-template-areas: "prepend content append";
|
21948
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21949
|
-
overflow: hidden;
|
21950
|
-
padding-inline: 24px 12px;
|
21951
|
-
padding-bottom: 12px;
|
21952
|
+
.v-data-table-footer__page {
|
21953
|
+
padding: 0 8px;
|
21954
|
+
}.v-date-picker-header {
|
21955
|
+
align-items: flex-end;
|
21956
|
+
height: 70px;
|
21957
|
+
display: grid;
|
21958
|
+
grid-template-areas: "prepend content append";
|
21959
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21960
|
+
overflow: hidden;
|
21961
|
+
padding-inline: 24px 12px;
|
21962
|
+
padding-bottom: 12px;
|
21952
21963
|
}
|
21953
21964
|
|
21954
21965
|
.v-date-picker-header__append {
|
@@ -22000,6 +22011,68 @@ html.overflow-y-hidden {
|
|
22000
22011
|
.date-picker-header-reverse-transition-leave-to {
|
22001
22012
|
opacity: 0;
|
22002
22013
|
transform: translate(0, 100%);
|
22014
|
+
}.v-date-picker {
|
22015
|
+
overflow: hidden;
|
22016
|
+
width: 328px;
|
22017
|
+
}
|
22018
|
+
.v-date-picker--show-week {
|
22019
|
+
width: 368px;
|
22020
|
+
}.v-date-picker-controls {
|
22021
|
+
display: flex;
|
22022
|
+
align-items: center;
|
22023
|
+
justify-content: space-between;
|
22024
|
+
font-size: 0.875rem;
|
22025
|
+
padding-top: 4px;
|
22026
|
+
padding-bottom: 4px;
|
22027
|
+
padding-inline-start: 6px;
|
22028
|
+
padding-inline-end: 12px;
|
22029
|
+
}
|
22030
|
+
.v-date-picker-controls > .v-btn:first-child {
|
22031
|
+
text-transform: none;
|
22032
|
+
font-weight: 400;
|
22033
|
+
line-height: initial;
|
22034
|
+
letter-spacing: initial;
|
22035
|
+
}
|
22036
|
+
.v-date-picker-controls--variant-classic {
|
22037
|
+
padding-inline-start: 12px;
|
22038
|
+
}
|
22039
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
22040
|
+
opacity: 0.7;
|
22041
|
+
}
|
22042
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
22043
|
+
cursor: pointer;
|
22044
|
+
}
|
22045
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
22046
|
+
opacity: 1;
|
22047
|
+
}
|
22048
|
+
.v-date-picker-controls .v-btn:last-child {
|
22049
|
+
margin-inline-start: 4px;
|
22050
|
+
}
|
22051
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
22052
|
+
transform: rotate(180deg);
|
22053
|
+
}
|
22054
|
+
|
22055
|
+
.v-date-picker-controls__date {
|
22056
|
+
margin-inline-end: 4px;
|
22057
|
+
}
|
22058
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
22059
|
+
margin: auto;
|
22060
|
+
text-align: center;
|
22061
|
+
}
|
22062
|
+
|
22063
|
+
.v-date-picker-controls__month {
|
22064
|
+
display: flex;
|
22065
|
+
}
|
22066
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
22067
|
+
flex-direction: row-reverse;
|
22068
|
+
}
|
22069
|
+
|
22070
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
22071
|
+
flex: 1 0 auto;
|
22072
|
+
}
|
22073
|
+
|
22074
|
+
.v-date-picker__title {
|
22075
|
+
display: inline-block;
|
22003
22076
|
}.v-date-picker-month {
|
22004
22077
|
display: flex;
|
22005
22078
|
justify-content: center;
|
@@ -22055,6 +22128,21 @@ html.overflow-y-hidden {
|
|
22055
22128
|
|
22056
22129
|
.v-date-picker-month__day--hide-adjacent {
|
22057
22130
|
opacity: 0;
|
22131
|
+
}.v-date-picker-years {
|
22132
|
+
height: 288px;
|
22133
|
+
overflow-y: scroll;
|
22134
|
+
}
|
22135
|
+
|
22136
|
+
.v-date-picker-years__content {
|
22137
|
+
display: grid;
|
22138
|
+
flex: 1 1;
|
22139
|
+
justify-content: space-around;
|
22140
|
+
grid-template-columns: repeat(3, 1fr);
|
22141
|
+
gap: 8px 24px;
|
22142
|
+
padding-inline: 32px;
|
22143
|
+
}
|
22144
|
+
.v-date-picker-years__content .v-btn {
|
22145
|
+
padding-inline: 8px;
|
22058
22146
|
}.v-date-picker-months {
|
22059
22147
|
height: 288px;
|
22060
22148
|
}
|
@@ -22074,21 +22162,6 @@ html.overflow-y-hidden {
|
|
22074
22162
|
text-transform: none;
|
22075
22163
|
padding-inline-start: 8px;
|
22076
22164
|
padding-inline-end: 8px;
|
22077
|
-
}.v-date-picker-years {
|
22078
|
-
height: 288px;
|
22079
|
-
overflow-y: scroll;
|
22080
|
-
}
|
22081
|
-
|
22082
|
-
.v-date-picker-years__content {
|
22083
|
-
display: grid;
|
22084
|
-
flex: 1 1;
|
22085
|
-
justify-content: space-around;
|
22086
|
-
grid-template-columns: repeat(3, 1fr);
|
22087
|
-
gap: 8px 24px;
|
22088
|
-
padding-inline: 32px;
|
22089
|
-
}
|
22090
|
-
.v-date-picker-years__content .v-btn {
|
22091
|
-
padding-inline: 8px;
|
22092
22165
|
}.v-dialog {
|
22093
22166
|
align-items: center;
|
22094
22167
|
justify-content: center;
|
@@ -22189,58 +22262,73 @@ html.overflow-y-hidden {
|
|
22189
22262
|
-webkit-backface-visibility: hidden;
|
22190
22263
|
backface-visibility: hidden;
|
22191
22264
|
overflow-y: auto;
|
22192
|
-
}.v-
|
22193
|
-
|
22194
|
-
|
22195
|
-
|
22196
|
-
|
22197
|
-
|
22198
|
-
|
22265
|
+
}.v-empty-state {
|
22266
|
+
align-items: center;
|
22267
|
+
display: flex;
|
22268
|
+
flex-direction: column;
|
22269
|
+
justify-content: center;
|
22270
|
+
min-height: 100%;
|
22271
|
+
padding: 16px;
|
22199
22272
|
}
|
22200
|
-
.v-
|
22201
|
-
|
22202
|
-
border-width: thin 0 0 0;
|
22273
|
+
.v-empty-state--start {
|
22274
|
+
align-items: flex-start;
|
22203
22275
|
}
|
22204
|
-
.v-
|
22205
|
-
align-
|
22206
|
-
border-width: 0 thin 0 0;
|
22207
|
-
display: inline-flex;
|
22208
|
-
height: auto;
|
22209
|
-
margin-left: -1px;
|
22210
|
-
max-height: 100%;
|
22211
|
-
max-width: 0px;
|
22212
|
-
vertical-align: text-bottom;
|
22213
|
-
width: 0px;
|
22276
|
+
.v-empty-state--center {
|
22277
|
+
align-items: center;
|
22214
22278
|
}
|
22215
|
-
.v-
|
22216
|
-
|
22217
|
-
margin-inline-start: 72px;
|
22279
|
+
.v-empty-state--end {
|
22280
|
+
align-items: flex-end;
|
22218
22281
|
}
|
22219
|
-
|
22282
|
+
|
22283
|
+
.v-empty-state__media {
|
22284
|
+
text-align: center;
|
22285
|
+
width: 100%;
|
22286
|
+
}
|
22287
|
+
.v-empty-state__media .v-icon {
|
22288
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22289
|
+
}
|
22290
|
+
|
22291
|
+
.v-empty-state__headline {
|
22292
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22293
|
+
font-size: 3.75rem;
|
22294
|
+
font-weight: 300;
|
22295
|
+
line-height: 1;
|
22296
|
+
text-align: center;
|
22220
22297
|
margin-bottom: 8px;
|
22221
|
-
|
22222
|
-
|
22298
|
+
}
|
22299
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
22300
|
+
font-size: 2.125rem;
|
22223
22301
|
}
|
22224
22302
|
|
22225
|
-
.v-
|
22303
|
+
.v-empty-state__title {
|
22304
|
+
font-size: 1.25rem;
|
22305
|
+
font-weight: 500;
|
22306
|
+
line-height: 1.6;
|
22307
|
+
margin-bottom: 4px;
|
22308
|
+
text-align: center;
|
22309
|
+
}
|
22310
|
+
|
22311
|
+
.v-empty-state__text {
|
22312
|
+
font-size: 0.875rem;
|
22313
|
+
font-weight: 400;
|
22314
|
+
line-height: 1.425;
|
22226
22315
|
padding: 0 16px;
|
22227
|
-
text-
|
22316
|
+
text-align: center;
|
22228
22317
|
}
|
22229
|
-
|
22230
|
-
|
22318
|
+
|
22319
|
+
.v-empty-state__content {
|
22320
|
+
padding: 24px 0;
|
22231
22321
|
}
|
22232
22322
|
|
22233
|
-
.v-
|
22323
|
+
.v-empty-state__actions {
|
22234
22324
|
display: flex;
|
22235
|
-
|
22236
|
-
|
22237
|
-
}
|
22238
|
-
.v-divider__wrapper--vertical {
|
22239
|
-
flex-direction: column;
|
22240
|
-
height: 100%;
|
22325
|
+
gap: 8px;
|
22326
|
+
padding: 16px;
|
22241
22327
|
}
|
22242
|
-
|
22243
|
-
|
22328
|
+
|
22329
|
+
.v-empty-state__action-btn.v-btn {
|
22330
|
+
background-color: initial;
|
22331
|
+
color: initial;
|
22244
22332
|
}.v-expansion-panel {
|
22245
22333
|
background-color: rgb(var(--v-theme-surface));
|
22246
22334
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -22457,73 +22545,87 @@ html.overflow-y-hidden {
|
|
22457
22545
|
}
|
22458
22546
|
.v-expansion-panels--tile > .v-expansion-panel {
|
22459
22547
|
border-radius: 0;
|
22460
|
-
}.v-
|
22461
|
-
|
22462
|
-
|
22463
|
-
|
22464
|
-
|
22465
|
-
|
22466
|
-
|
22467
|
-
}
|
22468
|
-
.v-empty-state--start {
|
22469
|
-
align-items: flex-start;
|
22470
|
-
}
|
22471
|
-
.v-empty-state--center {
|
22472
|
-
align-items: center;
|
22548
|
+
}.v-divider {
|
22549
|
+
display: block;
|
22550
|
+
flex: 1 1 100%;
|
22551
|
+
height: 0px;
|
22552
|
+
max-height: 0px;
|
22553
|
+
opacity: var(--v-border-opacity);
|
22554
|
+
transition: inherit;
|
22473
22555
|
}
|
22474
|
-
.v-
|
22475
|
-
|
22556
|
+
.v-divider {
|
22557
|
+
border-style: solid;
|
22558
|
+
border-width: thin 0 0 0;
|
22476
22559
|
}
|
22477
|
-
|
22478
|
-
|
22479
|
-
|
22480
|
-
|
22560
|
+
.v-divider--vertical {
|
22561
|
+
align-self: stretch;
|
22562
|
+
border-width: 0 thin 0 0;
|
22563
|
+
display: inline-flex;
|
22564
|
+
height: auto;
|
22565
|
+
margin-left: -1px;
|
22566
|
+
max-height: 100%;
|
22567
|
+
max-width: 0px;
|
22568
|
+
vertical-align: text-bottom;
|
22569
|
+
width: 0px;
|
22481
22570
|
}
|
22482
|
-
.v-
|
22483
|
-
|
22571
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
22572
|
+
max-width: calc(100% - 72px);
|
22573
|
+
margin-inline-start: 72px;
|
22484
22574
|
}
|
22485
|
-
|
22486
|
-
.v-empty-state__headline {
|
22487
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22488
|
-
font-size: 3.75rem;
|
22489
|
-
font-weight: 300;
|
22490
|
-
line-height: 1;
|
22491
|
-
text-align: center;
|
22575
|
+
.v-divider--inset.v-divider--vertical {
|
22492
22576
|
margin-bottom: 8px;
|
22493
|
-
|
22494
|
-
|
22495
|
-
font-size: 2.125rem;
|
22496
|
-
}
|
22497
|
-
|
22498
|
-
.v-empty-state__title {
|
22499
|
-
font-size: 1.25rem;
|
22500
|
-
font-weight: 500;
|
22501
|
-
line-height: 1.6;
|
22502
|
-
margin-bottom: 4px;
|
22503
|
-
text-align: center;
|
22577
|
+
margin-top: 8px;
|
22578
|
+
max-height: calc(100% - 16px);
|
22504
22579
|
}
|
22505
22580
|
|
22506
|
-
.v-
|
22507
|
-
font-size: 0.875rem;
|
22508
|
-
font-weight: 400;
|
22509
|
-
line-height: 1.425;
|
22581
|
+
.v-divider__content {
|
22510
22582
|
padding: 0 16px;
|
22511
|
-
text-
|
22583
|
+
text-wrap: nowrap;
|
22512
22584
|
}
|
22513
|
-
|
22514
|
-
|
22515
|
-
padding: 24px 0;
|
22585
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
22586
|
+
padding: 4px 0;
|
22516
22587
|
}
|
22517
22588
|
|
22518
|
-
.v-
|
22589
|
+
.v-divider__wrapper {
|
22519
22590
|
display: flex;
|
22520
|
-
|
22521
|
-
|
22591
|
+
align-items: center;
|
22592
|
+
justify-content: center;
|
22522
22593
|
}
|
22523
|
-
|
22524
|
-
|
22525
|
-
|
22526
|
-
|
22594
|
+
.v-divider__wrapper--vertical {
|
22595
|
+
flex-direction: column;
|
22596
|
+
height: 100%;
|
22597
|
+
}
|
22598
|
+
.v-divider__wrapper--vertical .v-divider {
|
22599
|
+
margin: 0 auto;
|
22600
|
+
}.v-file-input--hide.v-input .v-field,
|
22601
|
+
.v-file-input--hide.v-input .v-input__control,
|
22602
|
+
.v-file-input--hide.v-input .v-input__details {
|
22603
|
+
display: none;
|
22604
|
+
}
|
22605
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22606
|
+
grid-area: control;
|
22607
|
+
margin: 0 auto;
|
22608
|
+
}
|
22609
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22610
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22611
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22612
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22613
|
+
top: 0px;
|
22614
|
+
}
|
22615
|
+
.v-file-input input[type=file] {
|
22616
|
+
height: 100%;
|
22617
|
+
left: 0;
|
22618
|
+
opacity: 0;
|
22619
|
+
position: absolute;
|
22620
|
+
top: 0;
|
22621
|
+
width: 100%;
|
22622
|
+
z-index: 1;
|
22623
|
+
}
|
22624
|
+
.v-file-input .v-input__details {
|
22625
|
+
padding-inline: 16px;
|
22626
|
+
}
|
22627
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22628
|
+
padding-inline: 0;
|
22527
22629
|
}.v-fab {
|
22528
22630
|
align-items: center;
|
22529
22631
|
display: inline-flex;
|
@@ -22593,35 +22695,42 @@ html.overflow-y-hidden {
|
|
22593
22695
|
}
|
22594
22696
|
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22595
22697
|
right: 0;
|
22596
|
-
}.v-
|
22597
|
-
|
22598
|
-
|
22599
|
-
|
22698
|
+
}.v-footer {
|
22699
|
+
align-items: center;
|
22700
|
+
display: flex;
|
22701
|
+
flex: 1 1 auto;
|
22702
|
+
padding: 8px 16px;
|
22703
|
+
position: relative;
|
22704
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22705
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22600
22706
|
}
|
22601
|
-
.v-
|
22602
|
-
|
22603
|
-
|
22707
|
+
.v-footer {
|
22708
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22709
|
+
border-style: solid;
|
22710
|
+
border-width: 0;
|
22604
22711
|
}
|
22605
|
-
.v-
|
22606
|
-
|
22607
|
-
|
22608
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22609
|
-
top: 0px;
|
22712
|
+
.v-footer--border {
|
22713
|
+
border-width: thin;
|
22714
|
+
box-shadow: none;
|
22610
22715
|
}
|
22611
|
-
.v-
|
22612
|
-
|
22613
|
-
|
22614
|
-
|
22716
|
+
.v-footer {
|
22717
|
+
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));
|
22718
|
+
}
|
22719
|
+
.v-footer--absolute {
|
22615
22720
|
position: absolute;
|
22616
|
-
top: 0;
|
22617
|
-
width: 100%;
|
22618
|
-
z-index: 1;
|
22619
22721
|
}
|
22620
|
-
.v-
|
22621
|
-
|
22722
|
+
.v-footer--fixed {
|
22723
|
+
position: fixed;
|
22622
22724
|
}
|
22623
|
-
.v-
|
22624
|
-
|
22725
|
+
.v-footer {
|
22726
|
+
border-radius: 0;
|
22727
|
+
}
|
22728
|
+
.v-footer {
|
22729
|
+
background: rgb(var(--v-theme-surface));
|
22730
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22731
|
+
}
|
22732
|
+
.v-footer--rounded {
|
22733
|
+
border-radius: 4px;
|
22625
22734
|
}/* region INPUT */
|
22626
22735
|
.v-field {
|
22627
22736
|
display: grid;
|
@@ -23205,43 +23314,7 @@ textarea.v-field__input::placeholder {
|
|
23205
23314
|
opacity: 0;
|
23206
23315
|
}
|
23207
23316
|
|
23208
|
-
/* endregion */.v-
|
23209
|
-
align-items: center;
|
23210
|
-
display: flex;
|
23211
|
-
flex: 1 1 auto;
|
23212
|
-
padding: 8px 16px;
|
23213
|
-
position: relative;
|
23214
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23215
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
23216
|
-
}
|
23217
|
-
.v-footer {
|
23218
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23219
|
-
border-style: solid;
|
23220
|
-
border-width: 0;
|
23221
|
-
}
|
23222
|
-
.v-footer--border {
|
23223
|
-
border-width: thin;
|
23224
|
-
box-shadow: none;
|
23225
|
-
}
|
23226
|
-
.v-footer {
|
23227
|
-
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));
|
23228
|
-
}
|
23229
|
-
.v-footer--absolute {
|
23230
|
-
position: absolute;
|
23231
|
-
}
|
23232
|
-
.v-footer--fixed {
|
23233
|
-
position: fixed;
|
23234
|
-
}
|
23235
|
-
.v-footer {
|
23236
|
-
border-radius: 0;
|
23237
|
-
}
|
23238
|
-
.v-footer {
|
23239
|
-
background: rgb(var(--v-theme-surface));
|
23240
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23241
|
-
}
|
23242
|
-
.v-footer--rounded {
|
23243
|
-
border-radius: 4px;
|
23244
|
-
}.v-icon {
|
23317
|
+
/* endregion */.v-icon {
|
23245
23318
|
--v-icon-size-multiplier: 1;
|
23246
23319
|
align-items: center;
|
23247
23320
|
display: inline-flex;
|
@@ -23294,229 +23367,51 @@ textarea.v-field__input::placeholder {
|
|
23294
23367
|
|
23295
23368
|
.v-icon--end {
|
23296
23369
|
margin-inline-start: 8px;
|
23297
|
-
}.v-
|
23298
|
-
|
23299
|
-
|
23300
|
-
|
23301
|
-
|
23302
|
-
|
23303
|
-
|
23370
|
+
}.v-label {
|
23371
|
+
align-items: center;
|
23372
|
+
color: inherit;
|
23373
|
+
display: inline-flex;
|
23374
|
+
font-size: 1rem;
|
23375
|
+
letter-spacing: 0.009375em;
|
23376
|
+
min-width: 0;
|
23377
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23304
23378
|
overflow: hidden;
|
23305
|
-
|
23306
|
-
|
23307
|
-
width: 100%;
|
23308
|
-
z-index: -1;
|
23379
|
+
text-overflow: ellipsis;
|
23380
|
+
white-space: nowrap;
|
23309
23381
|
}
|
23310
|
-
|
23311
|
-
|
23382
|
+
|
23383
|
+
.v-label--clickable {
|
23384
|
+
cursor: pointer;
|
23385
|
+
}.v-infinite-scroll--horizontal {
|
23386
|
+
display: flex;
|
23387
|
+
flex-direction: row;
|
23388
|
+
overflow-x: auto;
|
23312
23389
|
}
|
23313
|
-
.v-
|
23314
|
-
|
23390
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
23391
|
+
height: 100%;
|
23392
|
+
width: var(--v-infinite-margin-size, 1px);
|
23315
23393
|
}
|
23316
23394
|
|
23317
|
-
.v-
|
23318
|
-
|
23319
|
-
|
23320
|
-
|
23321
|
-
.v-img__error {
|
23322
|
-
z-index: -1;
|
23395
|
+
.v-infinite-scroll--vertical {
|
23396
|
+
display: flex;
|
23397
|
+
flex-direction: column;
|
23398
|
+
overflow-y: auto;
|
23323
23399
|
}
|
23324
|
-
.v-
|
23325
|
-
|
23326
|
-
.v-img__gradient,
|
23327
|
-
.v-img__placeholder,
|
23328
|
-
.v-img__error {
|
23329
|
-
position: absolute;
|
23330
|
-
top: 0;
|
23331
|
-
left: 0;
|
23400
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
23401
|
+
height: 1px;
|
23332
23402
|
width: 100%;
|
23333
|
-
height: 100%;
|
23334
23403
|
}
|
23335
23404
|
|
23336
|
-
.v-
|
23337
|
-
|
23405
|
+
.v-infinite-scroll-intersect {
|
23406
|
+
pointer-events: none;
|
23407
|
+
margin-top: var(--v-infinite-margin);
|
23408
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
23338
23409
|
}
|
23339
|
-
.v-
|
23340
|
-
|
23410
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
23411
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
23341
23412
|
}
|
23342
|
-
.v-
|
23343
|
-
|
23344
|
-
}
|
23345
|
-
|
23346
|
-
.v-img__gradient {
|
23347
|
-
background-repeat: no-repeat;
|
23348
|
-
}.v-input {
|
23349
|
-
display: grid;
|
23350
|
-
flex: 1 1 auto;
|
23351
|
-
font-size: 1rem;
|
23352
|
-
font-weight: 400;
|
23353
|
-
line-height: 1.5;
|
23354
|
-
}
|
23355
|
-
.v-input--disabled {
|
23356
|
-
pointer-events: none;
|
23357
|
-
}
|
23358
|
-
.v-input--density-default {
|
23359
|
-
--v-input-control-height: 56px;
|
23360
|
-
--v-input-padding-top: 16px;
|
23361
|
-
}
|
23362
|
-
|
23363
|
-
.v-input--density-comfortable {
|
23364
|
-
--v-input-control-height: 48px;
|
23365
|
-
--v-input-padding-top: 12px;
|
23366
|
-
}
|
23367
|
-
|
23368
|
-
.v-input--density-compact {
|
23369
|
-
--v-input-control-height: 40px;
|
23370
|
-
--v-input-padding-top: 8px;
|
23371
|
-
}
|
23372
|
-
|
23373
|
-
.v-input--vertical {
|
23374
|
-
grid-template-areas: "append" "control" "prepend";
|
23375
|
-
grid-template-rows: max-content auto max-content;
|
23376
|
-
grid-template-columns: min-content;
|
23377
|
-
}
|
23378
|
-
.v-input--vertical .v-input__prepend {
|
23379
|
-
margin-block-start: 16px;
|
23380
|
-
}
|
23381
|
-
.v-input--vertical .v-input__append {
|
23382
|
-
margin-block-end: 16px;
|
23383
|
-
}
|
23384
|
-
|
23385
|
-
.v-input--horizontal {
|
23386
|
-
grid-template-areas: "prepend control append" "a messages b";
|
23387
|
-
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
23388
|
-
grid-template-rows: auto auto;
|
23389
|
-
}
|
23390
|
-
.v-input--horizontal .v-input__prepend {
|
23391
|
-
margin-inline-end: 16px;
|
23392
|
-
}
|
23393
|
-
.v-input--horizontal .v-input__append {
|
23394
|
-
margin-inline-start: 16px;
|
23395
|
-
}
|
23396
|
-
|
23397
|
-
.v-input__details {
|
23398
|
-
align-items: flex-end;
|
23399
|
-
display: flex;
|
23400
|
-
font-size: 0.75rem;
|
23401
|
-
font-weight: 400;
|
23402
|
-
grid-area: messages;
|
23403
|
-
letter-spacing: 0.0333333333em;
|
23404
|
-
line-height: normal;
|
23405
|
-
min-height: 22px;
|
23406
|
-
padding-top: 6px;
|
23407
|
-
overflow: hidden;
|
23408
|
-
justify-content: space-between;
|
23409
|
-
}
|
23410
|
-
|
23411
|
-
.v-input__details > .v-icon,
|
23412
|
-
.v-input__prepend > .v-icon,
|
23413
|
-
.v-input__append > .v-icon {
|
23414
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23415
|
-
}
|
23416
|
-
.v-input--disabled .v-input__details > .v-icon,
|
23417
|
-
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
|
23418
|
-
.v-input--error .v-input__details .v-messages,
|
23419
|
-
.v-input--disabled .v-input__prepend > .v-icon,
|
23420
|
-
.v-input--disabled .v-input__prepend .v-messages,
|
23421
|
-
.v-input--error .v-input__prepend > .v-icon,
|
23422
|
-
.v-input--error .v-input__prepend .v-messages,
|
23423
|
-
.v-input--disabled .v-input__append > .v-icon,
|
23424
|
-
.v-input--disabled .v-input__append .v-messages,
|
23425
|
-
.v-input--error .v-input__append > .v-icon,
|
23426
|
-
.v-input--error .v-input__append .v-messages {
|
23427
|
-
opacity: 1;
|
23428
|
-
}
|
23429
|
-
.v-input--disabled .v-input__details,
|
23430
|
-
.v-input--disabled .v-input__prepend,
|
23431
|
-
.v-input--disabled .v-input__append {
|
23432
|
-
opacity: var(--v-disabled-opacity);
|
23433
|
-
}
|
23434
|
-
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
|
23435
|
-
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
|
23436
|
-
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
|
23437
|
-
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
|
23438
|
-
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
|
23439
|
-
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
|
23440
|
-
color: rgb(var(--v-theme-error));
|
23441
|
-
}
|
23442
|
-
|
23443
|
-
.v-input__prepend,
|
23444
|
-
.v-input__append {
|
23445
|
-
display: flex;
|
23446
|
-
align-items: flex-start;
|
23447
|
-
padding-top: var(--v-input-padding-top);
|
23448
|
-
}
|
23449
|
-
.v-input--center-affix .v-input__prepend,
|
23450
|
-
.v-input--center-affix .v-input__append {
|
23451
|
-
align-items: center;
|
23452
|
-
padding-top: 0;
|
23453
|
-
}
|
23454
|
-
|
23455
|
-
.v-input__prepend {
|
23456
|
-
grid-area: prepend;
|
23457
|
-
}
|
23458
|
-
|
23459
|
-
.v-input__append {
|
23460
|
-
grid-area: append;
|
23461
|
-
}
|
23462
|
-
|
23463
|
-
.v-input__control {
|
23464
|
-
display: flex;
|
23465
|
-
grid-area: control;
|
23466
|
-
}
|
23467
|
-
|
23468
|
-
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
|
23469
|
-
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
|
23470
|
-
-webkit-appearance: none;
|
23471
|
-
margin: 0;
|
23472
|
-
}
|
23473
|
-
.v-input--hide-spin-buttons input[type=number] {
|
23474
|
-
-moz-appearance: textfield;
|
23475
|
-
}
|
23476
|
-
.v-input--plain-underlined .v-input__prepend,
|
23477
|
-
.v-input--plain-underlined .v-input__append {
|
23478
|
-
align-items: flex-start;
|
23479
|
-
}
|
23480
|
-
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
23481
|
-
padding-top: calc(var(--v-input-padding-top) + 4px);
|
23482
|
-
}
|
23483
|
-
|
23484
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
23485
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
23486
|
-
}
|
23487
|
-
|
23488
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
23489
|
-
padding-top: calc(var(--v-input-padding-top) + 0px);
|
23490
|
-
}.v-infinite-scroll--horizontal {
|
23491
|
-
display: flex;
|
23492
|
-
flex-direction: row;
|
23493
|
-
overflow-x: auto;
|
23494
|
-
}
|
23495
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
23496
|
-
height: 100%;
|
23497
|
-
width: var(--v-infinite-margin-size, 1px);
|
23498
|
-
}
|
23499
|
-
|
23500
|
-
.v-infinite-scroll--vertical {
|
23501
|
-
display: flex;
|
23502
|
-
flex-direction: column;
|
23503
|
-
overflow-y: auto;
|
23504
|
-
}
|
23505
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
23506
|
-
height: 1px;
|
23507
|
-
width: 100%;
|
23508
|
-
}
|
23509
|
-
|
23510
|
-
.v-infinite-scroll-intersect {
|
23511
|
-
pointer-events: none;
|
23512
|
-
margin-top: var(--v-infinite-margin);
|
23513
|
-
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
23514
|
-
}
|
23515
|
-
.v-infinite-scroll-intersect:nth-child(2) {
|
23516
|
-
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
23517
|
-
}
|
23518
|
-
.v-infinite-scroll-intersect:nth-last-child(2) {
|
23519
|
-
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
23413
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
23414
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
23520
23415
|
}
|
23521
23416
|
|
23522
23417
|
.v-infinite-scroll__side {
|
@@ -23524,60 +23419,6 @@ textarea.v-field__input::placeholder {
|
|
23524
23419
|
display: flex;
|
23525
23420
|
justify-content: center;
|
23526
23421
|
padding: 8px;
|
23527
|
-
}.v-item-group {
|
23528
|
-
flex: 0 1 auto;
|
23529
|
-
max-width: 100%;
|
23530
|
-
position: relative;
|
23531
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23532
|
-
}.v-layout {
|
23533
|
-
--v-scrollbar-offset: 0px;
|
23534
|
-
display: flex;
|
23535
|
-
flex: 1 1 auto;
|
23536
|
-
}
|
23537
|
-
.v-layout--full-height {
|
23538
|
-
--v-scrollbar-offset: inherit;
|
23539
|
-
height: 100%;
|
23540
|
-
}.v-layout-item {
|
23541
|
-
position: absolute;
|
23542
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23543
|
-
}
|
23544
|
-
|
23545
|
-
.v-layout-item--absolute {
|
23546
|
-
position: absolute;
|
23547
|
-
}.v-label {
|
23548
|
-
align-items: center;
|
23549
|
-
color: inherit;
|
23550
|
-
display: inline-flex;
|
23551
|
-
font-size: 1rem;
|
23552
|
-
letter-spacing: 0.009375em;
|
23553
|
-
min-width: 0;
|
23554
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23555
|
-
overflow: hidden;
|
23556
|
-
text-overflow: ellipsis;
|
23557
|
-
white-space: nowrap;
|
23558
|
-
}
|
23559
|
-
|
23560
|
-
.v-label--clickable {
|
23561
|
-
cursor: pointer;
|
23562
|
-
}.v-menu > .v-overlay__content {
|
23563
|
-
display: flex;
|
23564
|
-
flex-direction: column;
|
23565
|
-
}
|
23566
|
-
.v-menu > .v-overlay__content {
|
23567
|
-
border-radius: 4px;
|
23568
|
-
}
|
23569
|
-
.v-menu > .v-overlay__content > .v-card,
|
23570
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23571
|
-
.v-menu > .v-overlay__content > .v-list {
|
23572
|
-
background: rgb(var(--v-theme-surface));
|
23573
|
-
border-radius: inherit;
|
23574
|
-
overflow: auto;
|
23575
|
-
height: 100%;
|
23576
|
-
}
|
23577
|
-
.v-menu > .v-overlay__content > .v-card,
|
23578
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23579
|
-
.v-menu > .v-overlay__content > .v-list {
|
23580
|
-
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));
|
23581
23422
|
}.v-list {
|
23582
23423
|
overflow: auto;
|
23583
23424
|
padding: 8px 0;
|
@@ -23687,28 +23528,77 @@ textarea.v-field__input::placeholder {
|
|
23687
23528
|
right: 0;
|
23688
23529
|
top: 0;
|
23689
23530
|
transition: opacity 0.2s ease-in-out;
|
23690
|
-
}.v-
|
23691
|
-
|
23692
|
-
|
23693
|
-
align-items: center;
|
23694
|
-
display: grid;
|
23695
|
-
flex: none;
|
23696
|
-
grid-template-areas: "prepend content append";
|
23697
|
-
grid-template-columns: max-content 1fr auto;
|
23698
|
-
outline: none;
|
23699
|
-
max-width: 100%;
|
23700
|
-
padding: 4px 16px;
|
23701
|
-
position: relative;
|
23702
|
-
text-decoration: none;
|
23531
|
+
}.v-img {
|
23532
|
+
--v-theme-overlay-multiplier: 3;
|
23533
|
+
z-index: 0;
|
23703
23534
|
}
|
23704
|
-
.v-
|
23705
|
-
|
23706
|
-
|
23707
|
-
|
23535
|
+
.v-img.v-img--absolute {
|
23536
|
+
height: 100%;
|
23537
|
+
left: 0;
|
23538
|
+
overflow: hidden;
|
23539
|
+
position: absolute;
|
23540
|
+
top: 0;
|
23541
|
+
width: 100%;
|
23542
|
+
z-index: -1;
|
23708
23543
|
}
|
23709
|
-
.v-
|
23710
|
-
|
23711
|
-
|
23544
|
+
.v-img--booting .v-responsive__sizer {
|
23545
|
+
transition: none;
|
23546
|
+
}
|
23547
|
+
.v-img--rounded {
|
23548
|
+
border-radius: 4px;
|
23549
|
+
}
|
23550
|
+
|
23551
|
+
.v-img__img,
|
23552
|
+
.v-img__picture,
|
23553
|
+
.v-img__gradient,
|
23554
|
+
.v-img__placeholder,
|
23555
|
+
.v-img__error {
|
23556
|
+
z-index: -1;
|
23557
|
+
}
|
23558
|
+
.v-img__img,
|
23559
|
+
.v-img__picture,
|
23560
|
+
.v-img__gradient,
|
23561
|
+
.v-img__placeholder,
|
23562
|
+
.v-img__error {
|
23563
|
+
position: absolute;
|
23564
|
+
top: 0;
|
23565
|
+
left: 0;
|
23566
|
+
width: 100%;
|
23567
|
+
height: 100%;
|
23568
|
+
}
|
23569
|
+
|
23570
|
+
.v-img__img--preload {
|
23571
|
+
filter: blur(4px);
|
23572
|
+
}
|
23573
|
+
.v-img__img--contain {
|
23574
|
+
object-fit: contain;
|
23575
|
+
}
|
23576
|
+
.v-img__img--cover {
|
23577
|
+
object-fit: cover;
|
23578
|
+
}
|
23579
|
+
|
23580
|
+
.v-img__gradient {
|
23581
|
+
background-repeat: no-repeat;
|
23582
|
+
}.v-list-item {
|
23583
|
+
align-items: center;
|
23584
|
+
display: grid;
|
23585
|
+
flex: none;
|
23586
|
+
grid-template-areas: "prepend content append";
|
23587
|
+
grid-template-columns: max-content 1fr auto;
|
23588
|
+
outline: none;
|
23589
|
+
max-width: 100%;
|
23590
|
+
padding: 4px 16px;
|
23591
|
+
position: relative;
|
23592
|
+
text-decoration: none;
|
23593
|
+
}
|
23594
|
+
.v-list-item {
|
23595
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23596
|
+
border-style: solid;
|
23597
|
+
border-width: 0;
|
23598
|
+
}
|
23599
|
+
.v-list-item--border {
|
23600
|
+
border-width: thin;
|
23601
|
+
box-shadow: none;
|
23712
23602
|
}
|
23713
23603
|
.v-list-item:hover > .v-list-item__overlay {
|
23714
23604
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
@@ -24155,6 +24045,189 @@ textarea.v-field__input::placeholder {
|
|
24155
24045
|
}
|
24156
24046
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
24157
24047
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24048
|
+
}.v-layout {
|
24049
|
+
--v-scrollbar-offset: 0px;
|
24050
|
+
display: flex;
|
24051
|
+
flex: 1 1 auto;
|
24052
|
+
}
|
24053
|
+
.v-layout--full-height {
|
24054
|
+
--v-scrollbar-offset: inherit;
|
24055
|
+
height: 100%;
|
24056
|
+
}.v-layout-item {
|
24057
|
+
position: absolute;
|
24058
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24059
|
+
}
|
24060
|
+
|
24061
|
+
.v-layout-item--absolute {
|
24062
|
+
position: absolute;
|
24063
|
+
}.v-input {
|
24064
|
+
display: grid;
|
24065
|
+
flex: 1 1 auto;
|
24066
|
+
font-size: 1rem;
|
24067
|
+
font-weight: 400;
|
24068
|
+
line-height: 1.5;
|
24069
|
+
}
|
24070
|
+
.v-input--disabled {
|
24071
|
+
pointer-events: none;
|
24072
|
+
}
|
24073
|
+
.v-input--density-default {
|
24074
|
+
--v-input-control-height: 56px;
|
24075
|
+
--v-input-padding-top: 16px;
|
24076
|
+
}
|
24077
|
+
|
24078
|
+
.v-input--density-comfortable {
|
24079
|
+
--v-input-control-height: 48px;
|
24080
|
+
--v-input-padding-top: 12px;
|
24081
|
+
}
|
24082
|
+
|
24083
|
+
.v-input--density-compact {
|
24084
|
+
--v-input-control-height: 40px;
|
24085
|
+
--v-input-padding-top: 8px;
|
24086
|
+
}
|
24087
|
+
|
24088
|
+
.v-input--vertical {
|
24089
|
+
grid-template-areas: "append" "control" "prepend";
|
24090
|
+
grid-template-rows: max-content auto max-content;
|
24091
|
+
grid-template-columns: min-content;
|
24092
|
+
}
|
24093
|
+
.v-input--vertical .v-input__prepend {
|
24094
|
+
margin-block-start: 16px;
|
24095
|
+
}
|
24096
|
+
.v-input--vertical .v-input__append {
|
24097
|
+
margin-block-end: 16px;
|
24098
|
+
}
|
24099
|
+
|
24100
|
+
.v-input--horizontal {
|
24101
|
+
grid-template-areas: "prepend control append" "a messages b";
|
24102
|
+
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
24103
|
+
grid-template-rows: auto auto;
|
24104
|
+
}
|
24105
|
+
.v-input--horizontal .v-input__prepend {
|
24106
|
+
margin-inline-end: 16px;
|
24107
|
+
}
|
24108
|
+
.v-input--horizontal .v-input__append {
|
24109
|
+
margin-inline-start: 16px;
|
24110
|
+
}
|
24111
|
+
|
24112
|
+
.v-input__details {
|
24113
|
+
align-items: flex-end;
|
24114
|
+
display: flex;
|
24115
|
+
font-size: 0.75rem;
|
24116
|
+
font-weight: 400;
|
24117
|
+
grid-area: messages;
|
24118
|
+
letter-spacing: 0.0333333333em;
|
24119
|
+
line-height: normal;
|
24120
|
+
min-height: 22px;
|
24121
|
+
padding-top: 6px;
|
24122
|
+
overflow: hidden;
|
24123
|
+
justify-content: space-between;
|
24124
|
+
}
|
24125
|
+
|
24126
|
+
.v-input__details > .v-icon,
|
24127
|
+
.v-input__prepend > .v-icon,
|
24128
|
+
.v-input__append > .v-icon {
|
24129
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24130
|
+
}
|
24131
|
+
.v-input--disabled .v-input__details > .v-icon,
|
24132
|
+
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
|
24133
|
+
.v-input--error .v-input__details .v-messages,
|
24134
|
+
.v-input--disabled .v-input__prepend > .v-icon,
|
24135
|
+
.v-input--disabled .v-input__prepend .v-messages,
|
24136
|
+
.v-input--error .v-input__prepend > .v-icon,
|
24137
|
+
.v-input--error .v-input__prepend .v-messages,
|
24138
|
+
.v-input--disabled .v-input__append > .v-icon,
|
24139
|
+
.v-input--disabled .v-input__append .v-messages,
|
24140
|
+
.v-input--error .v-input__append > .v-icon,
|
24141
|
+
.v-input--error .v-input__append .v-messages {
|
24142
|
+
opacity: 1;
|
24143
|
+
}
|
24144
|
+
.v-input--disabled .v-input__details,
|
24145
|
+
.v-input--disabled .v-input__prepend,
|
24146
|
+
.v-input--disabled .v-input__append {
|
24147
|
+
opacity: var(--v-disabled-opacity);
|
24148
|
+
}
|
24149
|
+
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
|
24150
|
+
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
|
24151
|
+
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
|
24152
|
+
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
|
24153
|
+
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
|
24154
|
+
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
|
24155
|
+
color: rgb(var(--v-theme-error));
|
24156
|
+
}
|
24157
|
+
|
24158
|
+
.v-input__prepend,
|
24159
|
+
.v-input__append {
|
24160
|
+
display: flex;
|
24161
|
+
align-items: flex-start;
|
24162
|
+
padding-top: var(--v-input-padding-top);
|
24163
|
+
}
|
24164
|
+
.v-input--center-affix .v-input__prepend,
|
24165
|
+
.v-input--center-affix .v-input__append {
|
24166
|
+
align-items: center;
|
24167
|
+
padding-top: 0;
|
24168
|
+
}
|
24169
|
+
|
24170
|
+
.v-input__prepend {
|
24171
|
+
grid-area: prepend;
|
24172
|
+
}
|
24173
|
+
|
24174
|
+
.v-input__append {
|
24175
|
+
grid-area: append;
|
24176
|
+
}
|
24177
|
+
|
24178
|
+
.v-input__control {
|
24179
|
+
display: flex;
|
24180
|
+
grid-area: control;
|
24181
|
+
}
|
24182
|
+
|
24183
|
+
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
|
24184
|
+
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
|
24185
|
+
-webkit-appearance: none;
|
24186
|
+
margin: 0;
|
24187
|
+
}
|
24188
|
+
.v-input--hide-spin-buttons input[type=number] {
|
24189
|
+
-moz-appearance: textfield;
|
24190
|
+
}
|
24191
|
+
.v-input--plain-underlined .v-input__prepend,
|
24192
|
+
.v-input--plain-underlined .v-input__append {
|
24193
|
+
align-items: flex-start;
|
24194
|
+
}
|
24195
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
24196
|
+
padding-top: calc(var(--v-input-padding-top) + 4px);
|
24197
|
+
}
|
24198
|
+
|
24199
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
24200
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
24201
|
+
}
|
24202
|
+
|
24203
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
24204
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
24205
|
+
}.v-item-group {
|
24206
|
+
flex: 0 1 auto;
|
24207
|
+
max-width: 100%;
|
24208
|
+
position: relative;
|
24209
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24210
|
+
}.v-menu > .v-overlay__content {
|
24211
|
+
display: flex;
|
24212
|
+
flex-direction: column;
|
24213
|
+
}
|
24214
|
+
.v-menu > .v-overlay__content {
|
24215
|
+
border-radius: 4px;
|
24216
|
+
}
|
24217
|
+
.v-menu > .v-overlay__content > .v-card,
|
24218
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
24219
|
+
.v-menu > .v-overlay__content > .v-list {
|
24220
|
+
background: rgb(var(--v-theme-surface));
|
24221
|
+
border-radius: inherit;
|
24222
|
+
overflow: auto;
|
24223
|
+
height: 100%;
|
24224
|
+
}
|
24225
|
+
.v-menu > .v-overlay__content > .v-card,
|
24226
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
24227
|
+
.v-menu > .v-overlay__content > .v-list {
|
24228
|
+
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));
|
24229
|
+
}.v-locale-provider {
|
24230
|
+
display: contents;
|
24158
24231
|
}.v-main {
|
24159
24232
|
flex: 1 0 auto;
|
24160
24233
|
max-width: 100%;
|
@@ -24293,6 +24366,14 @@ textarea.v-field__input::placeholder {
|
|
24293
24366
|
.v-navigation-drawer__append {
|
24294
24367
|
flex: none;
|
24295
24368
|
overflow: hidden;
|
24369
|
+
}.v-pagination__list {
|
24370
|
+
display: inline-flex;
|
24371
|
+
list-style-type: none;
|
24372
|
+
justify-content: center;
|
24373
|
+
width: 100%;
|
24374
|
+
}
|
24375
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
24376
|
+
margin: 0.3rem;
|
24296
24377
|
}.v-overlay-container {
|
24297
24378
|
contain: layout;
|
24298
24379
|
left: 0;
|
@@ -24356,36 +24437,6 @@ html.v-overlay-scroll-blocked {
|
|
24356
24437
|
|
24357
24438
|
.v-overlay--scroll-blocked {
|
24358
24439
|
padding-inline-end: var(--v-scrollbar-offset);
|
24359
|
-
}.v-messages {
|
24360
|
-
flex: 1 1 auto;
|
24361
|
-
font-size: 12px;
|
24362
|
-
min-height: 14px;
|
24363
|
-
min-width: 1px;
|
24364
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24365
|
-
position: relative;
|
24366
|
-
}
|
24367
|
-
.v-messages__message {
|
24368
|
-
line-height: 12px;
|
24369
|
-
word-break: break-word;
|
24370
|
-
overflow-wrap: break-word;
|
24371
|
-
word-wrap: break-word;
|
24372
|
-
-webkit-hyphens: auto;
|
24373
|
-
hyphens: auto;
|
24374
|
-
transition-duration: 150ms;
|
24375
|
-
}.v-parallax {
|
24376
|
-
position: relative;
|
24377
|
-
overflow: hidden;
|
24378
|
-
}
|
24379
|
-
.v-parallax--active > .v-img__img {
|
24380
|
-
will-change: transform;
|
24381
|
-
}.v-pagination__list {
|
24382
|
-
display: inline-flex;
|
24383
|
-
list-style-type: none;
|
24384
|
-
justify-content: center;
|
24385
|
-
width: 100%;
|
24386
|
-
}
|
24387
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
24388
|
-
margin: 0.3rem;
|
24389
24440
|
}.v-otp-input {
|
24390
24441
|
align-items: center;
|
24391
24442
|
display: flex;
|
@@ -24444,6 +24495,22 @@ html.v-overlay-scroll-blocked {
|
|
24444
24495
|
}
|
24445
24496
|
.v-otp-input__loader .v-progress-linear {
|
24446
24497
|
position: absolute;
|
24498
|
+
}.v-messages {
|
24499
|
+
flex: 1 1 auto;
|
24500
|
+
font-size: 12px;
|
24501
|
+
min-height: 14px;
|
24502
|
+
min-width: 1px;
|
24503
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24504
|
+
position: relative;
|
24505
|
+
}
|
24506
|
+
.v-messages__message {
|
24507
|
+
line-height: 12px;
|
24508
|
+
word-break: break-word;
|
24509
|
+
overflow-wrap: break-word;
|
24510
|
+
word-wrap: break-word;
|
24511
|
+
-webkit-hyphens: auto;
|
24512
|
+
hyphens: auto;
|
24513
|
+
transition-duration: 150ms;
|
24447
24514
|
}.v-progress-circular {
|
24448
24515
|
align-items: center;
|
24449
24516
|
display: inline-flex;
|
@@ -24546,6 +24613,69 @@ html.v-overlay-scroll-blocked {
|
|
24546
24613
|
100% {
|
24547
24614
|
transform: rotate(270deg);
|
24548
24615
|
}
|
24616
|
+
}.v-parallax {
|
24617
|
+
position: relative;
|
24618
|
+
overflow: hidden;
|
24619
|
+
}
|
24620
|
+
.v-parallax--active > .v-img__img {
|
24621
|
+
will-change: transform;
|
24622
|
+
}.v-slider .v-slider__container input {
|
24623
|
+
cursor: default;
|
24624
|
+
padding: 0;
|
24625
|
+
width: 100%;
|
24626
|
+
display: none;
|
24627
|
+
}
|
24628
|
+
.v-slider > .v-input__append,
|
24629
|
+
.v-slider > .v-input__prepend {
|
24630
|
+
padding: 0;
|
24631
|
+
}
|
24632
|
+
|
24633
|
+
.v-slider__container {
|
24634
|
+
position: relative;
|
24635
|
+
min-height: inherit;
|
24636
|
+
width: 100%;
|
24637
|
+
height: 100%;
|
24638
|
+
display: flex;
|
24639
|
+
justify-content: center;
|
24640
|
+
align-items: center;
|
24641
|
+
cursor: pointer;
|
24642
|
+
}
|
24643
|
+
.v-input--disabled .v-slider__container {
|
24644
|
+
opacity: var(--v-disabled-opacity);
|
24645
|
+
}
|
24646
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24647
|
+
color: rgb(var(--v-theme-error));
|
24648
|
+
}
|
24649
|
+
|
24650
|
+
.v-slider.v-input--horizontal {
|
24651
|
+
align-items: center;
|
24652
|
+
margin-inline: 8px 8px;
|
24653
|
+
}
|
24654
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24655
|
+
min-height: 32px;
|
24656
|
+
display: flex;
|
24657
|
+
align-items: center;
|
24658
|
+
}
|
24659
|
+
|
24660
|
+
.v-slider.v-input--vertical {
|
24661
|
+
justify-content: center;
|
24662
|
+
margin-top: 12px;
|
24663
|
+
margin-bottom: 12px;
|
24664
|
+
}
|
24665
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24666
|
+
min-height: 300px;
|
24667
|
+
}
|
24668
|
+
|
24669
|
+
.v-slider.v-input--disabled {
|
24670
|
+
pointer-events: none;
|
24671
|
+
}
|
24672
|
+
|
24673
|
+
.v-slider--has-labels > .v-input__control {
|
24674
|
+
margin-bottom: 4px;
|
24675
|
+
}
|
24676
|
+
|
24677
|
+
.v-slider__label {
|
24678
|
+
margin-inline-end: 12px;
|
24549
24679
|
}.v-progress-linear {
|
24550
24680
|
background: transparent;
|
24551
24681
|
overflow: hidden;
|
@@ -24774,63 +24904,6 @@ html.v-overlay-scroll-blocked {
|
|
24774
24904
|
0% {
|
24775
24905
|
background-position-x: var(--v-progress-linear-height);
|
24776
24906
|
}
|
24777
|
-
}.v-slider .v-slider__container input {
|
24778
|
-
cursor: default;
|
24779
|
-
padding: 0;
|
24780
|
-
width: 100%;
|
24781
|
-
display: none;
|
24782
|
-
}
|
24783
|
-
.v-slider > .v-input__append,
|
24784
|
-
.v-slider > .v-input__prepend {
|
24785
|
-
padding: 0;
|
24786
|
-
}
|
24787
|
-
|
24788
|
-
.v-slider__container {
|
24789
|
-
position: relative;
|
24790
|
-
min-height: inherit;
|
24791
|
-
width: 100%;
|
24792
|
-
height: 100%;
|
24793
|
-
display: flex;
|
24794
|
-
justify-content: center;
|
24795
|
-
align-items: center;
|
24796
|
-
cursor: pointer;
|
24797
|
-
}
|
24798
|
-
.v-input--disabled .v-slider__container {
|
24799
|
-
opacity: var(--v-disabled-opacity);
|
24800
|
-
}
|
24801
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24802
|
-
color: rgb(var(--v-theme-error));
|
24803
|
-
}
|
24804
|
-
|
24805
|
-
.v-slider.v-input--horizontal {
|
24806
|
-
align-items: center;
|
24807
|
-
margin-inline: 8px 8px;
|
24808
|
-
}
|
24809
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24810
|
-
min-height: 32px;
|
24811
|
-
display: flex;
|
24812
|
-
align-items: center;
|
24813
|
-
}
|
24814
|
-
|
24815
|
-
.v-slider.v-input--vertical {
|
24816
|
-
justify-content: center;
|
24817
|
-
margin-top: 12px;
|
24818
|
-
margin-bottom: 12px;
|
24819
|
-
}
|
24820
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24821
|
-
min-height: 300px;
|
24822
|
-
}
|
24823
|
-
|
24824
|
-
.v-slider.v-input--disabled {
|
24825
|
-
pointer-events: none;
|
24826
|
-
}
|
24827
|
-
|
24828
|
-
.v-slider--has-labels > .v-input__control {
|
24829
|
-
margin-bottom: 4px;
|
24830
|
-
}
|
24831
|
-
|
24832
|
-
.v-slider__label {
|
24833
|
-
margin-inline-end: 12px;
|
24834
24907
|
}.v-radio-group > .v-input__control {
|
24835
24908
|
flex-direction: column;
|
24836
24909
|
}
|
@@ -24948,32 +25021,6 @@ html.v-overlay-scroll-blocked {
|
|
24948
25021
|
.v-select--active-menu .v-select__menu-icon {
|
24949
25022
|
opacity: var(--v-high-emphasis-opacity);
|
24950
25023
|
transform: rotate(180deg);
|
24951
|
-
}.v-responsive {
|
24952
|
-
display: flex;
|
24953
|
-
flex: 1 0 auto;
|
24954
|
-
max-height: 100%;
|
24955
|
-
max-width: 100%;
|
24956
|
-
overflow: hidden;
|
24957
|
-
position: relative;
|
24958
|
-
}
|
24959
|
-
.v-responsive--inline {
|
24960
|
-
display: inline-flex;
|
24961
|
-
flex: 0 0 auto;
|
24962
|
-
}
|
24963
|
-
|
24964
|
-
.v-responsive__content {
|
24965
|
-
flex: 1 0 0px;
|
24966
|
-
max-width: 100%;
|
24967
|
-
}
|
24968
|
-
|
24969
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24970
|
-
margin-inline-start: -100%;
|
24971
|
-
}
|
24972
|
-
|
24973
|
-
.v-responsive__sizer {
|
24974
|
-
flex: 1 0 0px;
|
24975
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24976
|
-
pointer-events: none;
|
24977
25024
|
}.v-selection-control-group {
|
24978
25025
|
grid-area: control;
|
24979
25026
|
display: flex;
|
@@ -24982,6 +25029,42 @@ html.v-overlay-scroll-blocked {
|
|
24982
25029
|
.v-selection-control-group--inline {
|
24983
25030
|
flex-direction: row;
|
24984
25031
|
flex-wrap: wrap;
|
25032
|
+
}.v-sheet {
|
25033
|
+
display: block;
|
25034
|
+
}
|
25035
|
+
.v-sheet {
|
25036
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25037
|
+
border-style: solid;
|
25038
|
+
border-width: 0;
|
25039
|
+
}
|
25040
|
+
.v-sheet--border {
|
25041
|
+
border-width: thin;
|
25042
|
+
box-shadow: none;
|
25043
|
+
}
|
25044
|
+
.v-sheet {
|
25045
|
+
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));
|
25046
|
+
}
|
25047
|
+
.v-sheet--absolute {
|
25048
|
+
position: absolute;
|
25049
|
+
}
|
25050
|
+
.v-sheet--fixed {
|
25051
|
+
position: fixed;
|
25052
|
+
}
|
25053
|
+
.v-sheet--relative {
|
25054
|
+
position: relative;
|
25055
|
+
}
|
25056
|
+
.v-sheet--sticky {
|
25057
|
+
position: sticky;
|
25058
|
+
}
|
25059
|
+
.v-sheet {
|
25060
|
+
border-radius: 0;
|
25061
|
+
}
|
25062
|
+
.v-sheet {
|
25063
|
+
background: rgb(var(--v-theme-surface));
|
25064
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25065
|
+
}
|
25066
|
+
.v-sheet--rounded {
|
25067
|
+
border-radius: 4px;
|
24985
25068
|
}.v-selection-control {
|
24986
25069
|
align-items: center;
|
24987
25070
|
contain: layout;
|
@@ -25085,212 +25168,17 @@ html.v-overlay-scroll-blocked {
|
|
25085
25168
|
}
|
25086
25169
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
25087
25170
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25088
|
-
}.v-
|
25089
|
-
display: flex;
|
25090
|
-
overflow: hidden;
|
25091
|
-
}
|
25092
|
-
|
25093
|
-
.v-slide-group__next,
|
25094
|
-
.v-slide-group__prev {
|
25171
|
+
}.v-skeleton-loader {
|
25095
25172
|
align-items: center;
|
25173
|
+
background: rgb(var(--v-theme-surface));
|
25174
|
+
border-radius: 4px;
|
25096
25175
|
display: flex;
|
25097
|
-
flex:
|
25098
|
-
justify-content: center;
|
25099
|
-
min-width: 52px;
|
25100
|
-
cursor: pointer;
|
25101
|
-
}
|
25102
|
-
.v-slide-group__next--disabled,
|
25103
|
-
.v-slide-group__prev--disabled {
|
25104
|
-
pointer-events: none;
|
25105
|
-
opacity: var(--v-disabled-opacity);
|
25106
|
-
}
|
25107
|
-
|
25108
|
-
.v-slide-group__content {
|
25109
|
-
display: flex;
|
25110
|
-
flex: 1 0 auto;
|
25176
|
+
flex-wrap: wrap;
|
25111
25177
|
position: relative;
|
25112
|
-
|
25113
|
-
white-space: nowrap;
|
25178
|
+
vertical-align: top;
|
25114
25179
|
}
|
25115
|
-
.v-
|
25116
|
-
|
25117
|
-
}
|
25118
|
-
|
25119
|
-
.v-slide-group__container {
|
25120
|
-
contain: content;
|
25121
|
-
display: flex;
|
25122
|
-
flex: 1 1 auto;
|
25123
|
-
overflow-x: auto;
|
25124
|
-
overflow-y: hidden;
|
25125
|
-
scrollbar-width: none;
|
25126
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
25127
|
-
}
|
25128
|
-
.v-slide-group__container::-webkit-scrollbar {
|
25129
|
-
display: none;
|
25130
|
-
}
|
25131
|
-
|
25132
|
-
.v-slide-group--vertical {
|
25133
|
-
max-height: inherit;
|
25134
|
-
}
|
25135
|
-
.v-slide-group--vertical,
|
25136
|
-
.v-slide-group--vertical .v-slide-group__container,
|
25137
|
-
.v-slide-group--vertical .v-slide-group__content {
|
25138
|
-
flex-direction: column;
|
25139
|
-
}
|
25140
|
-
.v-slide-group--vertical .v-slide-group__container {
|
25141
|
-
overflow-x: hidden;
|
25142
|
-
overflow-y: auto;
|
25143
|
-
}.v-snackbar {
|
25144
|
-
justify-content: center;
|
25145
|
-
z-index: 10000;
|
25146
|
-
margin: 8px;
|
25147
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
25148
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
25149
|
-
}
|
25150
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
25151
|
-
align-items: flex-end;
|
25152
|
-
}
|
25153
|
-
.v-snackbar__wrapper {
|
25154
|
-
align-items: center;
|
25155
|
-
display: flex;
|
25156
|
-
max-width: 672px;
|
25157
|
-
min-height: 48px;
|
25158
|
-
min-width: 344px;
|
25159
|
-
overflow: hidden;
|
25160
|
-
padding: 0;
|
25161
|
-
}
|
25162
|
-
.v-snackbar__wrapper {
|
25163
|
-
border-radius: 4px;
|
25164
|
-
}
|
25165
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
25166
|
-
background: transparent;
|
25167
|
-
color: inherit;
|
25168
|
-
}
|
25169
|
-
.v-snackbar--variant-plain {
|
25170
|
-
opacity: 0.62;
|
25171
|
-
}
|
25172
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
25173
|
-
opacity: 1;
|
25174
|
-
}
|
25175
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
25176
|
-
display: none;
|
25177
|
-
}
|
25178
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
25179
|
-
background: rgb(var(--v-theme-surface-variant));
|
25180
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25181
|
-
}
|
25182
|
-
.v-snackbar--variant-elevated {
|
25183
|
-
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));
|
25184
|
-
}
|
25185
|
-
.v-snackbar--variant-flat {
|
25186
|
-
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));
|
25187
|
-
}
|
25188
|
-
.v-snackbar--variant-outlined {
|
25189
|
-
border: thin solid currentColor;
|
25190
|
-
}
|
25191
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
25192
|
-
background: currentColor;
|
25193
|
-
}
|
25194
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
25195
|
-
background: currentColor;
|
25196
|
-
opacity: var(--v-activated-opacity);
|
25197
|
-
border-radius: inherit;
|
25198
|
-
top: 0;
|
25199
|
-
right: 0;
|
25200
|
-
bottom: 0;
|
25201
|
-
left: 0;
|
25202
|
-
pointer-events: none;
|
25203
|
-
}
|
25204
|
-
.v-snackbar .v-snackbar__underlay {
|
25205
|
-
position: absolute;
|
25206
|
-
}
|
25207
|
-
|
25208
|
-
.v-snackbar__content {
|
25209
|
-
flex-grow: 1;
|
25210
|
-
font-size: 0.875rem;
|
25211
|
-
font-weight: 400;
|
25212
|
-
letter-spacing: 0.0178571429em;
|
25213
|
-
line-height: 1.425;
|
25214
|
-
margin-right: auto;
|
25215
|
-
padding: 14px 16px;
|
25216
|
-
text-align: initial;
|
25217
|
-
}
|
25218
|
-
.v-snackbar__actions {
|
25219
|
-
align-items: center;
|
25220
|
-
align-self: center;
|
25221
|
-
display: flex;
|
25222
|
-
margin-inline-end: 8px;
|
25223
|
-
}
|
25224
|
-
.v-snackbar__actions > .v-btn {
|
25225
|
-
padding: 0 8px;
|
25226
|
-
min-width: auto;
|
25227
|
-
}
|
25228
|
-
.v-snackbar__timer {
|
25229
|
-
width: 100%;
|
25230
|
-
position: absolute;
|
25231
|
-
top: 0;
|
25232
|
-
}
|
25233
|
-
.v-snackbar__timer .v-progress-linear {
|
25234
|
-
transition: 0.2s linear;
|
25235
|
-
}
|
25236
|
-
.v-snackbar--absolute {
|
25237
|
-
position: absolute;
|
25238
|
-
z-index: 1;
|
25239
|
-
}
|
25240
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
25241
|
-
min-height: 68px;
|
25242
|
-
}
|
25243
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
25244
|
-
flex-direction: column;
|
25245
|
-
}
|
25246
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25247
|
-
align-self: flex-end;
|
25248
|
-
margin-bottom: 8px;
|
25249
|
-
}
|
25250
|
-
.v-snackbar--center {
|
25251
|
-
align-items: center;
|
25252
|
-
justify-content: center;
|
25253
|
-
}
|
25254
|
-
.v-snackbar--top {
|
25255
|
-
align-items: flex-start;
|
25256
|
-
}
|
25257
|
-
.v-snackbar--bottom {
|
25258
|
-
align-items: flex-end;
|
25259
|
-
}
|
25260
|
-
.v-snackbar--left, .v-snackbar--start {
|
25261
|
-
justify-content: flex-start;
|
25262
|
-
}
|
25263
|
-
.v-snackbar--right, .v-snackbar--end {
|
25264
|
-
justify-content: flex-end;
|
25265
|
-
}
|
25266
|
-
|
25267
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
25268
|
-
transition-duration: 0.15s;
|
25269
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25270
|
-
}
|
25271
|
-
.v-snackbar-transition-enter-active {
|
25272
|
-
transition-property: opacity, transform;
|
25273
|
-
}
|
25274
|
-
.v-snackbar-transition-enter-from {
|
25275
|
-
opacity: 0;
|
25276
|
-
transform: scale(0.8);
|
25277
|
-
}
|
25278
|
-
.v-snackbar-transition-leave-active {
|
25279
|
-
transition-property: opacity;
|
25280
|
-
}
|
25281
|
-
.v-snackbar-transition-leave-to {
|
25282
|
-
opacity: 0;
|
25283
|
-
}.v-skeleton-loader {
|
25284
|
-
align-items: center;
|
25285
|
-
background: rgb(var(--v-theme-surface));
|
25286
|
-
border-radius: 4px;
|
25287
|
-
display: flex;
|
25288
|
-
flex-wrap: wrap;
|
25289
|
-
position: relative;
|
25290
|
-
vertical-align: top;
|
25291
|
-
}
|
25292
|
-
.v-skeleton-loader__actions {
|
25293
|
-
justify-content: end;
|
25180
|
+
.v-skeleton-loader__actions {
|
25181
|
+
justify-content: end;
|
25294
25182
|
}
|
25295
25183
|
.v-skeleton-loader .v-skeleton-loader__ossein {
|
25296
25184
|
height: 100%;
|
@@ -25505,53 +25393,238 @@ html.v-overlay-scroll-blocked {
|
|
25505
25393
|
100% {
|
25506
25394
|
transform: translateX(100%);
|
25507
25395
|
}
|
25508
|
-
}.v-
|
25509
|
-
display:
|
25510
|
-
|
25511
|
-
|
25512
|
-
|
25513
|
-
|
25514
|
-
|
25515
|
-
}
|
25516
|
-
.v-sheet--border {
|
25517
|
-
border-width: thin;
|
25518
|
-
box-shadow: none;
|
25519
|
-
}
|
25520
|
-
.v-sheet {
|
25521
|
-
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));
|
25396
|
+
}.v-responsive {
|
25397
|
+
display: flex;
|
25398
|
+
flex: 1 0 auto;
|
25399
|
+
max-height: 100%;
|
25400
|
+
max-width: 100%;
|
25401
|
+
overflow: hidden;
|
25402
|
+
position: relative;
|
25522
25403
|
}
|
25523
|
-
.v-
|
25524
|
-
|
25404
|
+
.v-responsive--inline {
|
25405
|
+
display: inline-flex;
|
25406
|
+
flex: 0 0 auto;
|
25525
25407
|
}
|
25526
|
-
|
25527
|
-
|
25408
|
+
|
25409
|
+
.v-responsive__content {
|
25410
|
+
flex: 1 0 0px;
|
25411
|
+
max-width: 100%;
|
25528
25412
|
}
|
25529
|
-
|
25530
|
-
|
25413
|
+
|
25414
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
25415
|
+
margin-inline-start: -100%;
|
25531
25416
|
}
|
25532
|
-
|
25533
|
-
|
25417
|
+
|
25418
|
+
.v-responsive__sizer {
|
25419
|
+
flex: 1 0 0px;
|
25420
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25421
|
+
pointer-events: none;
|
25422
|
+
}.v-snackbar {
|
25423
|
+
justify-content: center;
|
25424
|
+
z-index: 10000;
|
25425
|
+
margin: 8px;
|
25426
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
25427
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
25534
25428
|
}
|
25535
|
-
.v-
|
25536
|
-
|
25429
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
25430
|
+
align-items: flex-end;
|
25537
25431
|
}
|
25538
|
-
.v-
|
25539
|
-
|
25540
|
-
|
25432
|
+
.v-snackbar__wrapper {
|
25433
|
+
align-items: center;
|
25434
|
+
display: flex;
|
25435
|
+
max-width: 672px;
|
25436
|
+
min-height: 48px;
|
25437
|
+
min-width: 344px;
|
25438
|
+
overflow: hidden;
|
25439
|
+
padding: 0;
|
25541
25440
|
}
|
25542
|
-
.v-
|
25441
|
+
.v-snackbar__wrapper {
|
25543
25442
|
border-radius: 4px;
|
25544
|
-
}.v-speed-dial__content {
|
25545
|
-
gap: 8px;
|
25546
25443
|
}
|
25547
|
-
.v-
|
25548
|
-
|
25444
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
25445
|
+
background: transparent;
|
25446
|
+
color: inherit;
|
25549
25447
|
}
|
25550
|
-
.v-
|
25551
|
-
|
25448
|
+
.v-snackbar--variant-plain {
|
25449
|
+
opacity: 0.62;
|
25552
25450
|
}
|
25553
|
-
.v-
|
25554
|
-
|
25451
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
25452
|
+
opacity: 1;
|
25453
|
+
}
|
25454
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
25455
|
+
display: none;
|
25456
|
+
}
|
25457
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
25458
|
+
background: rgb(var(--v-theme-surface-variant));
|
25459
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25460
|
+
}
|
25461
|
+
.v-snackbar--variant-elevated {
|
25462
|
+
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));
|
25463
|
+
}
|
25464
|
+
.v-snackbar--variant-flat {
|
25465
|
+
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));
|
25466
|
+
}
|
25467
|
+
.v-snackbar--variant-outlined {
|
25468
|
+
border: thin solid currentColor;
|
25469
|
+
}
|
25470
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
25471
|
+
background: currentColor;
|
25472
|
+
}
|
25473
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
25474
|
+
background: currentColor;
|
25475
|
+
opacity: var(--v-activated-opacity);
|
25476
|
+
border-radius: inherit;
|
25477
|
+
top: 0;
|
25478
|
+
right: 0;
|
25479
|
+
bottom: 0;
|
25480
|
+
left: 0;
|
25481
|
+
pointer-events: none;
|
25482
|
+
}
|
25483
|
+
.v-snackbar .v-snackbar__underlay {
|
25484
|
+
position: absolute;
|
25485
|
+
}
|
25486
|
+
|
25487
|
+
.v-snackbar__content {
|
25488
|
+
flex-grow: 1;
|
25489
|
+
font-size: 0.875rem;
|
25490
|
+
font-weight: 400;
|
25491
|
+
letter-spacing: 0.0178571429em;
|
25492
|
+
line-height: 1.425;
|
25493
|
+
margin-right: auto;
|
25494
|
+
padding: 14px 16px;
|
25495
|
+
text-align: initial;
|
25496
|
+
}
|
25497
|
+
.v-snackbar__actions {
|
25498
|
+
align-items: center;
|
25499
|
+
align-self: center;
|
25500
|
+
display: flex;
|
25501
|
+
margin-inline-end: 8px;
|
25502
|
+
}
|
25503
|
+
.v-snackbar__actions > .v-btn {
|
25504
|
+
padding: 0 8px;
|
25505
|
+
min-width: auto;
|
25506
|
+
}
|
25507
|
+
.v-snackbar__timer {
|
25508
|
+
width: 100%;
|
25509
|
+
position: absolute;
|
25510
|
+
top: 0;
|
25511
|
+
}
|
25512
|
+
.v-snackbar__timer .v-progress-linear {
|
25513
|
+
transition: 0.2s linear;
|
25514
|
+
}
|
25515
|
+
.v-snackbar--absolute {
|
25516
|
+
position: absolute;
|
25517
|
+
z-index: 1;
|
25518
|
+
}
|
25519
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
25520
|
+
min-height: 68px;
|
25521
|
+
}
|
25522
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
25523
|
+
flex-direction: column;
|
25524
|
+
}
|
25525
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25526
|
+
align-self: flex-end;
|
25527
|
+
margin-bottom: 8px;
|
25528
|
+
}
|
25529
|
+
.v-snackbar--center {
|
25530
|
+
align-items: center;
|
25531
|
+
justify-content: center;
|
25532
|
+
}
|
25533
|
+
.v-snackbar--top {
|
25534
|
+
align-items: flex-start;
|
25535
|
+
}
|
25536
|
+
.v-snackbar--bottom {
|
25537
|
+
align-items: flex-end;
|
25538
|
+
}
|
25539
|
+
.v-snackbar--left, .v-snackbar--start {
|
25540
|
+
justify-content: flex-start;
|
25541
|
+
}
|
25542
|
+
.v-snackbar--right, .v-snackbar--end {
|
25543
|
+
justify-content: flex-end;
|
25544
|
+
}
|
25545
|
+
|
25546
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
25547
|
+
transition-duration: 0.15s;
|
25548
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25549
|
+
}
|
25550
|
+
.v-snackbar-transition-enter-active {
|
25551
|
+
transition-property: opacity, transform;
|
25552
|
+
}
|
25553
|
+
.v-snackbar-transition-enter-from {
|
25554
|
+
opacity: 0;
|
25555
|
+
transform: scale(0.8);
|
25556
|
+
}
|
25557
|
+
.v-snackbar-transition-leave-active {
|
25558
|
+
transition-property: opacity;
|
25559
|
+
}
|
25560
|
+
.v-snackbar-transition-leave-to {
|
25561
|
+
opacity: 0;
|
25562
|
+
}.v-slide-group {
|
25563
|
+
display: flex;
|
25564
|
+
overflow: hidden;
|
25565
|
+
}
|
25566
|
+
|
25567
|
+
.v-slide-group__next,
|
25568
|
+
.v-slide-group__prev {
|
25569
|
+
align-items: center;
|
25570
|
+
display: flex;
|
25571
|
+
flex: 0 1 52px;
|
25572
|
+
justify-content: center;
|
25573
|
+
min-width: 52px;
|
25574
|
+
cursor: pointer;
|
25575
|
+
}
|
25576
|
+
.v-slide-group__next--disabled,
|
25577
|
+
.v-slide-group__prev--disabled {
|
25578
|
+
pointer-events: none;
|
25579
|
+
opacity: var(--v-disabled-opacity);
|
25580
|
+
}
|
25581
|
+
|
25582
|
+
.v-slide-group__content {
|
25583
|
+
display: flex;
|
25584
|
+
flex: 1 0 auto;
|
25585
|
+
position: relative;
|
25586
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
25587
|
+
white-space: nowrap;
|
25588
|
+
}
|
25589
|
+
.v-slide-group__content > * {
|
25590
|
+
white-space: initial;
|
25591
|
+
}
|
25592
|
+
|
25593
|
+
.v-slide-group__container {
|
25594
|
+
contain: content;
|
25595
|
+
display: flex;
|
25596
|
+
flex: 1 1 auto;
|
25597
|
+
overflow-x: auto;
|
25598
|
+
overflow-y: hidden;
|
25599
|
+
scrollbar-width: none;
|
25600
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
25601
|
+
}
|
25602
|
+
.v-slide-group__container::-webkit-scrollbar {
|
25603
|
+
display: none;
|
25604
|
+
}
|
25605
|
+
|
25606
|
+
.v-slide-group--vertical {
|
25607
|
+
max-height: inherit;
|
25608
|
+
}
|
25609
|
+
.v-slide-group--vertical,
|
25610
|
+
.v-slide-group--vertical .v-slide-group__container,
|
25611
|
+
.v-slide-group--vertical .v-slide-group__content {
|
25612
|
+
flex-direction: column;
|
25613
|
+
}
|
25614
|
+
.v-slide-group--vertical .v-slide-group__container {
|
25615
|
+
overflow-x: hidden;
|
25616
|
+
overflow-y: auto;
|
25617
|
+
}.v-speed-dial__content {
|
25618
|
+
gap: 8px;
|
25619
|
+
}
|
25620
|
+
.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 {
|
25621
|
+
flex-direction: row;
|
25622
|
+
}
|
25623
|
+
.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 {
|
25624
|
+
flex-direction: row-reverse;
|
25625
|
+
}
|
25626
|
+
.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 {
|
25627
|
+
flex-direction: column-reverse;
|
25555
25628
|
}
|
25556
25629
|
.v-speed-dial__content > *:nth-child(1) {
|
25557
25630
|
transition-delay: 0s;
|
@@ -25577,11 +25650,324 @@ html.v-overlay-scroll-blocked {
|
|
25577
25650
|
.v-speed-dial__content > *:nth-child(8) {
|
25578
25651
|
transition-delay: 0.35s;
|
25579
25652
|
}
|
25580
|
-
.v-speed-dial__content > *:nth-child(9) {
|
25581
|
-
transition-delay: 0.4s;
|
25653
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25654
|
+
transition-delay: 0.4s;
|
25655
|
+
}
|
25656
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25657
|
+
transition-delay: 0.45s;
|
25658
|
+
}.v-stepper.v-sheet {
|
25659
|
+
overflow: hidden;
|
25660
|
+
}
|
25661
|
+
.v-stepper.v-sheet {
|
25662
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25663
|
+
}
|
25664
|
+
.v-stepper.v-sheet {
|
25665
|
+
border-radius: 4px;
|
25666
|
+
}
|
25667
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
25668
|
+
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));
|
25669
|
+
}
|
25670
|
+
|
25671
|
+
.v-stepper-header {
|
25672
|
+
align-items: center;
|
25673
|
+
display: flex;
|
25674
|
+
position: relative;
|
25675
|
+
overflow-x: auto;
|
25676
|
+
justify-content: space-between;
|
25677
|
+
z-index: 1;
|
25678
|
+
}
|
25679
|
+
.v-stepper-header {
|
25680
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25681
|
+
}
|
25682
|
+
.v-stepper-header .v-divider {
|
25683
|
+
margin: 0 -16px;
|
25684
|
+
}
|
25685
|
+
.v-stepper-header .v-divider:last-child {
|
25686
|
+
margin-inline-end: 0;
|
25687
|
+
}
|
25688
|
+
.v-stepper-header .v-divider:first-child {
|
25689
|
+
margin-inline-start: 0;
|
25690
|
+
}
|
25691
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25692
|
+
height: auto;
|
25693
|
+
}
|
25694
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25695
|
+
align-self: flex-start;
|
25696
|
+
margin: 35px -67px 0;
|
25697
|
+
}
|
25698
|
+
|
25699
|
+
.v-stepper-window {
|
25700
|
+
margin: 1.5rem;
|
25701
|
+
}
|
25702
|
+
|
25703
|
+
.v-stepper-actions {
|
25704
|
+
display: flex;
|
25705
|
+
align-items: center;
|
25706
|
+
justify-content: space-between;
|
25707
|
+
padding: 1rem;
|
25708
|
+
}
|
25709
|
+
.v-stepper .v-stepper-actions {
|
25710
|
+
padding: 0 1.5rem 1rem;
|
25711
|
+
}
|
25712
|
+
.v-stepper-window-item .v-stepper-actions {
|
25713
|
+
padding: 1.5rem 0 0;
|
25714
|
+
}.v-stepper-item {
|
25715
|
+
align-items: center;
|
25716
|
+
align-self: stretch;
|
25717
|
+
display: inline-flex;
|
25718
|
+
flex: none;
|
25719
|
+
outline: none;
|
25720
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25721
|
+
padding: 1.5rem;
|
25722
|
+
position: relative;
|
25723
|
+
transition-duration: 0.2s;
|
25724
|
+
transition-property: opacity;
|
25725
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25726
|
+
}
|
25727
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25728
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25729
|
+
}
|
25730
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25731
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25732
|
+
}
|
25733
|
+
@supports not selector(:focus-visible) {
|
25734
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25735
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25736
|
+
}
|
25737
|
+
}
|
25738
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25739
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25740
|
+
}
|
25741
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25742
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25743
|
+
}
|
25744
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
25745
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25746
|
+
}
|
25747
|
+
@supports not selector(:focus-visible) {
|
25748
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25749
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25750
|
+
}
|
25751
|
+
}
|
25752
|
+
.v-stepper--non-linear .v-stepper-item {
|
25753
|
+
opacity: var(--v-high-emphasis-opacity);
|
25754
|
+
}
|
25755
|
+
.v-stepper-item--selected {
|
25756
|
+
opacity: 1;
|
25757
|
+
}
|
25758
|
+
.v-stepper-item--error {
|
25759
|
+
color: rgb(var(--v-theme-error));
|
25760
|
+
}
|
25761
|
+
.v-stepper-item--disabled {
|
25762
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25763
|
+
pointer-events: none;
|
25764
|
+
}
|
25765
|
+
.v-stepper--alt-labels .v-stepper-item {
|
25766
|
+
flex-direction: column;
|
25767
|
+
justify-content: flex-start;
|
25768
|
+
align-items: center;
|
25769
|
+
flex-basis: 175px;
|
25770
|
+
}
|
25771
|
+
|
25772
|
+
.v-stepper-item__avatar.v-avatar {
|
25773
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25774
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25775
|
+
font-size: 0.75rem;
|
25776
|
+
margin-inline-end: 8px;
|
25777
|
+
}
|
25778
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
25779
|
+
margin-inline-end: 0;
|
25780
|
+
}
|
25781
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
25782
|
+
font-size: 0.875rem;
|
25783
|
+
}
|
25784
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
25785
|
+
background: rgb(var(--v-theme-surface-variant));
|
25786
|
+
}
|
25787
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
25788
|
+
background: rgb(var(--v-theme-error));
|
25789
|
+
}
|
25790
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25791
|
+
margin-bottom: 16px;
|
25792
|
+
margin-inline-end: 0;
|
25793
|
+
}
|
25794
|
+
|
25795
|
+
.v-stepper-item__title {
|
25796
|
+
line-height: 1;
|
25797
|
+
}
|
25798
|
+
.v-stepper--mobile .v-stepper-item__title {
|
25799
|
+
display: none;
|
25800
|
+
}
|
25801
|
+
|
25802
|
+
.v-stepper-item__subtitle {
|
25803
|
+
font-size: 0.75rem;
|
25804
|
+
text-align: left;
|
25805
|
+
line-height: 1;
|
25806
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25807
|
+
}
|
25808
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25809
|
+
text-align: center;
|
25810
|
+
}
|
25811
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
25812
|
+
display: none;
|
25813
|
+
}
|
25814
|
+
|
25815
|
+
.v-stepper-item__overlay {
|
25816
|
+
background-color: currentColor;
|
25817
|
+
border-radius: inherit;
|
25818
|
+
opacity: 0;
|
25819
|
+
transition: opacity 0.2s ease-in-out;
|
25820
|
+
}
|
25821
|
+
|
25822
|
+
.v-stepper-item__overlay,
|
25823
|
+
.v-stepper-item__underlay {
|
25824
|
+
pointer-events: none;
|
25825
|
+
}
|
25826
|
+
.v-stepper-item__overlay,
|
25827
|
+
.v-stepper-item__underlay {
|
25828
|
+
position: absolute;
|
25829
|
+
top: 0;
|
25830
|
+
left: 0;
|
25831
|
+
width: 100%;
|
25832
|
+
height: 100%;
|
25833
|
+
}.v-system-bar {
|
25834
|
+
align-items: center;
|
25835
|
+
display: flex;
|
25836
|
+
flex: 1 1 auto;
|
25837
|
+
height: 24px;
|
25838
|
+
justify-content: flex-end;
|
25839
|
+
max-width: 100%;
|
25840
|
+
padding-inline: 8px;
|
25841
|
+
position: relative;
|
25842
|
+
text-align: end;
|
25843
|
+
width: 100%;
|
25844
|
+
}
|
25845
|
+
.v-system-bar .v-icon {
|
25846
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25847
|
+
}
|
25848
|
+
.v-system-bar {
|
25849
|
+
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));
|
25850
|
+
}
|
25851
|
+
.v-system-bar--absolute {
|
25852
|
+
position: absolute;
|
25853
|
+
}
|
25854
|
+
.v-system-bar--fixed {
|
25855
|
+
position: fixed;
|
25856
|
+
}
|
25857
|
+
.v-system-bar {
|
25858
|
+
background: rgba(var(--v-theme-surface-light));
|
25859
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25860
|
+
}
|
25861
|
+
.v-system-bar {
|
25862
|
+
font-size: 0.75rem;
|
25863
|
+
font-weight: 400;
|
25864
|
+
letter-spacing: 0.0333333333em;
|
25865
|
+
line-height: 1.667;
|
25866
|
+
text-transform: none;
|
25867
|
+
}
|
25868
|
+
.v-system-bar--rounded {
|
25869
|
+
border-radius: 0;
|
25870
|
+
}
|
25871
|
+
.v-system-bar--window {
|
25872
|
+
height: 32px;
|
25873
|
+
}
|
25874
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25875
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25876
|
+
}.v-tab.v-tab.v-btn {
|
25877
|
+
height: var(--v-tabs-height);
|
25878
|
+
border-radius: 0;
|
25879
|
+
min-width: 90px;
|
25880
|
+
}
|
25881
|
+
.v-slide-group--horizontal .v-tab {
|
25882
|
+
max-width: 360px;
|
25883
|
+
}
|
25884
|
+
.v-slide-group--vertical .v-tab {
|
25885
|
+
justify-content: start;
|
25886
|
+
}
|
25887
|
+
|
25888
|
+
.v-tab__slider {
|
25889
|
+
position: absolute;
|
25890
|
+
bottom: 0;
|
25891
|
+
left: 0;
|
25892
|
+
height: 2px;
|
25893
|
+
width: 100%;
|
25894
|
+
background: currentColor;
|
25895
|
+
pointer-events: none;
|
25896
|
+
opacity: 0;
|
25897
|
+
}
|
25898
|
+
.v-tab--selected .v-tab__slider {
|
25899
|
+
opacity: 1;
|
25900
|
+
}
|
25901
|
+
.v-slide-group--vertical .v-tab__slider {
|
25902
|
+
top: 0;
|
25903
|
+
height: 100%;
|
25904
|
+
width: 2px;
|
25905
|
+
}.v-tabs {
|
25906
|
+
display: flex;
|
25907
|
+
height: var(--v-tabs-height);
|
25908
|
+
}
|
25909
|
+
.v-tabs--density-default {
|
25910
|
+
--v-tabs-height: 48px;
|
25911
|
+
}
|
25912
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25913
|
+
--v-tabs-height: 72px;
|
25914
|
+
}
|
25915
|
+
|
25916
|
+
.v-tabs--density-comfortable {
|
25917
|
+
--v-tabs-height: 44px;
|
25918
|
+
}
|
25919
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25920
|
+
--v-tabs-height: 68px;
|
25921
|
+
}
|
25922
|
+
|
25923
|
+
.v-tabs--density-compact {
|
25924
|
+
--v-tabs-height: 36px;
|
25925
|
+
}
|
25926
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25927
|
+
--v-tabs-height: 60px;
|
25928
|
+
}
|
25929
|
+
|
25930
|
+
.v-tabs.v-slide-group--vertical {
|
25931
|
+
height: auto;
|
25932
|
+
flex: none;
|
25933
|
+
--v-tabs-height: 48px;
|
25934
|
+
}
|
25935
|
+
|
25936
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25937
|
+
margin-inline-start: 42px;
|
25938
|
+
}
|
25939
|
+
|
25940
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25941
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25942
|
+
margin-inline-end: auto;
|
25943
|
+
}
|
25944
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25945
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25946
|
+
margin-inline-start: auto;
|
25947
|
+
}
|
25948
|
+
|
25949
|
+
.v-tabs--grow {
|
25950
|
+
flex-grow: 1;
|
25951
|
+
}
|
25952
|
+
.v-tabs--grow .v-tab {
|
25953
|
+
flex: 1 0 auto;
|
25954
|
+
max-width: none;
|
25955
|
+
}
|
25956
|
+
|
25957
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25958
|
+
margin-inline-start: auto;
|
25959
|
+
}
|
25960
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25961
|
+
margin-inline-end: 0;
|
25582
25962
|
}
|
25583
|
-
|
25584
|
-
|
25963
|
+
|
25964
|
+
@media (max-width: 1279.98px) {
|
25965
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25966
|
+
margin-inline-start: 52px;
|
25967
|
+
}
|
25968
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25969
|
+
margin-inline-end: 52px;
|
25970
|
+
}
|
25585
25971
|
}.v-table {
|
25586
25972
|
font-size: 0.875rem;
|
25587
25973
|
transition-duration: 0.28s;
|
@@ -25724,49 +26110,6 @@ html.v-overlay-scroll-blocked {
|
|
25724
26110
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25725
26111
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25726
26112
|
border-top: 0px !important;
|
25727
|
-
}.v-system-bar {
|
25728
|
-
align-items: center;
|
25729
|
-
display: flex;
|
25730
|
-
flex: 1 1 auto;
|
25731
|
-
height: 24px;
|
25732
|
-
justify-content: flex-end;
|
25733
|
-
max-width: 100%;
|
25734
|
-
padding-inline: 8px;
|
25735
|
-
position: relative;
|
25736
|
-
text-align: end;
|
25737
|
-
width: 100%;
|
25738
|
-
}
|
25739
|
-
.v-system-bar .v-icon {
|
25740
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25741
|
-
}
|
25742
|
-
.v-system-bar {
|
25743
|
-
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));
|
25744
|
-
}
|
25745
|
-
.v-system-bar--absolute {
|
25746
|
-
position: absolute;
|
25747
|
-
}
|
25748
|
-
.v-system-bar--fixed {
|
25749
|
-
position: fixed;
|
25750
|
-
}
|
25751
|
-
.v-system-bar {
|
25752
|
-
background: rgba(var(--v-theme-surface-light));
|
25753
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25754
|
-
}
|
25755
|
-
.v-system-bar {
|
25756
|
-
font-size: 0.75rem;
|
25757
|
-
font-weight: 400;
|
25758
|
-
letter-spacing: 0.0333333333em;
|
25759
|
-
line-height: 1.667;
|
25760
|
-
text-transform: none;
|
25761
|
-
}
|
25762
|
-
.v-system-bar--rounded {
|
25763
|
-
border-radius: 0;
|
25764
|
-
}
|
25765
|
-
.v-system-bar--window {
|
25766
|
-
height: 32px;
|
25767
|
-
}
|
25768
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25769
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25770
26113
|
}.v-switch .v-label {
|
25771
26114
|
padding-inline-start: 10px;
|
25772
26115
|
}
|
@@ -25885,245 +26228,109 @@ html.v-overlay-scroll-blocked {
|
|
25885
26228
|
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25886
26229
|
transform: translateX(10px);
|
25887
26230
|
}
|
25888
|
-
|
25889
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25890
|
-
transform: translateX(-10px);
|
25891
|
-
}
|
25892
|
-
|
25893
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25894
|
-
transform: scale(0.8);
|
25895
|
-
}
|
25896
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25897
|
-
transform: scale(0.75);
|
25898
|
-
box-shadow: none;
|
25899
|
-
}
|
25900
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25901
|
-
width: auto;
|
25902
|
-
}
|
25903
|
-
.v-switch.v-input--vertical .v-label {
|
25904
|
-
min-width: max-content;
|
25905
|
-
}
|
25906
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25907
|
-
transform: rotate(-90deg);
|
25908
|
-
}
|
25909
|
-
|
25910
|
-
@media (forced-colors: active) {
|
25911
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
25912
|
-
color: currentColor;
|
25913
|
-
}
|
25914
|
-
.v-switch .v-switch__thumb {
|
25915
|
-
background-color: buttontext;
|
25916
|
-
}
|
25917
|
-
.v-switch .v-switch__track,
|
25918
|
-
.v-switch .v-switch__thumb {
|
25919
|
-
border: 1px solid;
|
25920
|
-
color: buttontext;
|
25921
|
-
}
|
25922
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25923
|
-
background-color: highlight;
|
25924
|
-
}
|
25925
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25926
|
-
background-color: highlight;
|
25927
|
-
}
|
25928
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25929
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25930
|
-
color: highlight;
|
25931
|
-
}
|
25932
|
-
.v-switch.v-switch--inset .v-switch__track {
|
25933
|
-
border-width: 2px;
|
25934
|
-
}
|
25935
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25936
|
-
background-color: highlighttext;
|
25937
|
-
color: highlighttext;
|
25938
|
-
}
|
25939
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25940
|
-
background-color: graytext;
|
25941
|
-
}
|
25942
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25943
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25944
|
-
color: graytext;
|
25945
|
-
}
|
25946
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25947
|
-
background-color: canvas;
|
25948
|
-
}
|
25949
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25950
|
-
border-width: 0;
|
25951
|
-
}
|
25952
|
-
}.v-stepper.v-sheet {
|
25953
|
-
overflow: hidden;
|
25954
|
-
}
|
25955
|
-
.v-stepper.v-sheet {
|
25956
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25957
|
-
}
|
25958
|
-
.v-stepper.v-sheet {
|
25959
|
-
border-radius: 4px;
|
25960
|
-
}
|
25961
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
25962
|
-
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));
|
25963
|
-
}
|
25964
|
-
|
25965
|
-
.v-stepper-header {
|
25966
|
-
align-items: center;
|
25967
|
-
display: flex;
|
25968
|
-
position: relative;
|
25969
|
-
overflow-x: auto;
|
25970
|
-
justify-content: space-between;
|
25971
|
-
z-index: 1;
|
25972
|
-
}
|
25973
|
-
.v-stepper-header {
|
25974
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25975
|
-
}
|
25976
|
-
.v-stepper-header .v-divider {
|
25977
|
-
margin: 0 -16px;
|
25978
|
-
}
|
25979
|
-
.v-stepper-header .v-divider:last-child {
|
25980
|
-
margin-inline-end: 0;
|
25981
|
-
}
|
25982
|
-
.v-stepper-header .v-divider:first-child {
|
25983
|
-
margin-inline-start: 0;
|
25984
|
-
}
|
25985
|
-
.v-stepper--alt-labels .v-stepper-header {
|
25986
|
-
height: auto;
|
25987
|
-
}
|
25988
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25989
|
-
align-self: flex-start;
|
25990
|
-
margin: 35px -67px 0;
|
25991
|
-
}
|
25992
|
-
|
25993
|
-
.v-stepper-window {
|
25994
|
-
margin: 1.5rem;
|
25995
|
-
}
|
25996
|
-
|
25997
|
-
.v-stepper-actions {
|
25998
|
-
display: flex;
|
25999
|
-
align-items: center;
|
26000
|
-
justify-content: space-between;
|
26001
|
-
padding: 1rem;
|
26002
|
-
}
|
26003
|
-
.v-stepper .v-stepper-actions {
|
26004
|
-
padding: 0 1.5rem 1rem;
|
26005
|
-
}
|
26006
|
-
.v-stepper-window-item .v-stepper-actions {
|
26007
|
-
padding: 1.5rem 0 0;
|
26008
|
-
}.v-stepper-item {
|
26009
|
-
align-items: center;
|
26010
|
-
align-self: stretch;
|
26011
|
-
display: inline-flex;
|
26012
|
-
flex: none;
|
26013
|
-
outline: none;
|
26014
|
-
opacity: var(--v-medium-emphasis-opacity);
|
26015
|
-
padding: 1.5rem;
|
26016
|
-
position: relative;
|
26017
|
-
transition-duration: 0.2s;
|
26018
|
-
transition-property: opacity;
|
26019
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
26020
|
-
}
|
26021
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
26022
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
26023
|
-
}
|
26024
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
26025
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
26026
|
-
}
|
26027
|
-
@supports not selector(:focus-visible) {
|
26028
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
26029
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
26030
|
-
}
|
26031
|
-
}
|
26032
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
26033
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
26034
|
-
}
|
26035
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
26036
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
26037
|
-
}
|
26038
|
-
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
26039
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26040
|
-
}
|
26041
|
-
@supports not selector(:focus-visible) {
|
26042
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
26043
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26044
|
-
}
|
26045
|
-
}
|
26046
|
-
.v-stepper--non-linear .v-stepper-item {
|
26047
|
-
opacity: var(--v-high-emphasis-opacity);
|
26048
|
-
}
|
26049
|
-
.v-stepper-item--selected {
|
26050
|
-
opacity: 1;
|
26051
|
-
}
|
26052
|
-
.v-stepper-item--error {
|
26053
|
-
color: rgb(var(--v-theme-error));
|
26054
|
-
}
|
26055
|
-
.v-stepper-item--disabled {
|
26056
|
-
opacity: var(--v-medium-emphasis-opacity);
|
26057
|
-
pointer-events: none;
|
26058
|
-
}
|
26059
|
-
.v-stepper--alt-labels .v-stepper-item {
|
26060
|
-
flex-direction: column;
|
26061
|
-
justify-content: flex-start;
|
26062
|
-
align-items: center;
|
26063
|
-
flex-basis: 175px;
|
26064
|
-
}
|
26065
|
-
|
26066
|
-
.v-stepper-item__avatar.v-avatar {
|
26067
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
26068
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26069
|
-
font-size: 0.75rem;
|
26070
|
-
margin-inline-end: 8px;
|
26071
|
-
}
|
26072
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
26073
|
-
margin-inline-end: 0;
|
26074
|
-
}
|
26075
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
26076
|
-
font-size: 0.875rem;
|
26077
|
-
}
|
26078
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
26079
|
-
background: rgb(var(--v-theme-surface-variant));
|
26080
|
-
}
|
26081
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
26082
|
-
background: rgb(var(--v-theme-error));
|
26083
|
-
}
|
26084
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
26085
|
-
margin-bottom: 16px;
|
26086
|
-
margin-inline-end: 0;
|
26231
|
+
|
26232
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
26233
|
+
transform: translateX(-10px);
|
26087
26234
|
}
|
26088
26235
|
|
26089
|
-
.v-
|
26090
|
-
|
26236
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
26237
|
+
transform: scale(0.8);
|
26091
26238
|
}
|
26092
|
-
.v-
|
26093
|
-
|
26239
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
26240
|
+
transform: scale(0.75);
|
26241
|
+
box-shadow: none;
|
26094
26242
|
}
|
26095
|
-
|
26096
|
-
|
26097
|
-
font-size: 0.75rem;
|
26098
|
-
text-align: left;
|
26099
|
-
line-height: 1;
|
26100
|
-
opacity: var(--v-medium-emphasis-opacity);
|
26243
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
26244
|
+
width: auto;
|
26101
26245
|
}
|
26102
|
-
.v-
|
26103
|
-
|
26246
|
+
.v-switch.v-input--vertical .v-label {
|
26247
|
+
min-width: max-content;
|
26104
26248
|
}
|
26105
|
-
.v-
|
26106
|
-
|
26249
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
26250
|
+
transform: rotate(-90deg);
|
26107
26251
|
}
|
26108
26252
|
|
26109
|
-
|
26110
|
-
|
26111
|
-
|
26112
|
-
|
26113
|
-
|
26253
|
+
@media (forced-colors: active) {
|
26254
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
26255
|
+
color: currentColor;
|
26256
|
+
}
|
26257
|
+
.v-switch .v-switch__thumb {
|
26258
|
+
background-color: buttontext;
|
26259
|
+
}
|
26260
|
+
.v-switch .v-switch__track,
|
26261
|
+
.v-switch .v-switch__thumb {
|
26262
|
+
border: 1px solid;
|
26263
|
+
color: buttontext;
|
26264
|
+
}
|
26265
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26266
|
+
background-color: highlight;
|
26267
|
+
}
|
26268
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
26269
|
+
background-color: highlight;
|
26270
|
+
}
|
26271
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
26272
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26273
|
+
color: highlight;
|
26274
|
+
}
|
26275
|
+
.v-switch.v-switch--inset .v-switch__track {
|
26276
|
+
border-width: 2px;
|
26277
|
+
}
|
26278
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26279
|
+
background-color: highlighttext;
|
26280
|
+
color: highlighttext;
|
26281
|
+
}
|
26282
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
26283
|
+
background-color: graytext;
|
26284
|
+
}
|
26285
|
+
.v-switch.v-input--disabled .v-switch__track,
|
26286
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
26287
|
+
color: graytext;
|
26288
|
+
}
|
26289
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
26290
|
+
background-color: canvas;
|
26291
|
+
}
|
26292
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
26293
|
+
border-width: 0;
|
26294
|
+
}
|
26295
|
+
}.v-textarea .v-field {
|
26296
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
26114
26297
|
}
|
26115
|
-
|
26116
|
-
|
26117
|
-
.v-stepper-item__underlay {
|
26118
|
-
pointer-events: none;
|
26298
|
+
.v-textarea .v-field__field {
|
26299
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
26119
26300
|
}
|
26120
|
-
.v-
|
26121
|
-
|
26301
|
+
.v-textarea .v-field__input {
|
26302
|
+
flex: 1 1 auto;
|
26303
|
+
outline: none;
|
26304
|
+
-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));
|
26305
|
+
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));
|
26306
|
+
}
|
26307
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
26308
|
+
visibility: hidden;
|
26122
26309
|
position: absolute;
|
26123
26310
|
top: 0;
|
26124
26311
|
left: 0;
|
26125
|
-
|
26126
|
-
height:
|
26312
|
+
height: 0 !important;
|
26313
|
+
min-height: 0 !important;
|
26314
|
+
pointer-events: none;
|
26315
|
+
}
|
26316
|
+
.v-textarea--no-resize .v-field__input {
|
26317
|
+
resize: none;
|
26318
|
+
}
|
26319
|
+
.v-textarea .v-field--no-label textarea,
|
26320
|
+
.v-textarea .v-field--active textarea {
|
26321
|
+
opacity: 1;
|
26322
|
+
}
|
26323
|
+
.v-textarea textarea {
|
26324
|
+
opacity: 0;
|
26325
|
+
flex: 1;
|
26326
|
+
min-width: 0;
|
26327
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26328
|
+
}
|
26329
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
26330
|
+
outline: none;
|
26331
|
+
}
|
26332
|
+
.v-textarea textarea:invalid {
|
26333
|
+
box-shadow: none;
|
26127
26334
|
}/* region BLOCK */
|
26128
26335
|
.v-text-field input {
|
26129
26336
|
color: inherit;
|
@@ -26191,45 +26398,9 @@ html.v-overlay-scroll-blocked {
|
|
26191
26398
|
padding-inline-end: var(--v-field-padding-end);
|
26192
26399
|
}
|
26193
26400
|
|
26194
|
-
/* endregion */.v-
|
26195
|
-
|
26196
|
-
|
26197
|
-
.v-textarea .v-field__field {
|
26198
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
26199
|
-
}
|
26200
|
-
.v-textarea .v-field__input {
|
26201
|
-
flex: 1 1 auto;
|
26202
|
-
outline: none;
|
26203
|
-
-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));
|
26204
|
-
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));
|
26205
|
-
}
|
26206
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
26207
|
-
visibility: hidden;
|
26208
|
-
position: absolute;
|
26209
|
-
top: 0;
|
26210
|
-
left: 0;
|
26211
|
-
height: 0 !important;
|
26212
|
-
min-height: 0 !important;
|
26213
|
-
pointer-events: none;
|
26214
|
-
}
|
26215
|
-
.v-textarea--no-resize .v-field__input {
|
26216
|
-
resize: none;
|
26217
|
-
}
|
26218
|
-
.v-textarea .v-field--no-label textarea,
|
26219
|
-
.v-textarea .v-field--active textarea {
|
26220
|
-
opacity: 1;
|
26221
|
-
}
|
26222
|
-
.v-textarea textarea {
|
26223
|
-
opacity: 0;
|
26224
|
-
flex: 1;
|
26225
|
-
min-width: 0;
|
26226
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26227
|
-
}
|
26228
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
26229
|
-
outline: none;
|
26230
|
-
}
|
26231
|
-
.v-textarea textarea:invalid {
|
26232
|
-
box-shadow: none;
|
26401
|
+
/* endregion */.v-theme-provider {
|
26402
|
+
background: rgb(var(--v-theme-background));
|
26403
|
+
color: rgb(var(--v-theme-on-background));
|
26233
26404
|
}.v-toolbar {
|
26234
26405
|
align-items: flex-start;
|
26235
26406
|
display: flex;
|
@@ -26323,154 +26494,56 @@ html.v-overlay-scroll-blocked {
|
|
26323
26494
|
|
26324
26495
|
.v-toolbar__prepend,
|
26325
26496
|
.v-toolbar__append {
|
26326
|
-
align-items: center;
|
26327
|
-
align-self: stretch;
|
26328
|
-
display: flex;
|
26329
|
-
}
|
26330
|
-
|
26331
|
-
.v-toolbar__prepend {
|
26332
|
-
margin-inline: 4px auto;
|
26333
|
-
}
|
26334
|
-
|
26335
|
-
.v-toolbar__append {
|
26336
|
-
margin-inline: auto 4px;
|
26337
|
-
}
|
26338
|
-
|
26339
|
-
.v-toolbar-title {
|
26340
|
-
flex: 1 1;
|
26341
|
-
font-size: 1.25rem;
|
26342
|
-
min-width: 0;
|
26343
|
-
}
|
26344
|
-
.v-toolbar-title {
|
26345
|
-
font-size: 1.25rem;
|
26346
|
-
font-weight: 400;
|
26347
|
-
letter-spacing: 0;
|
26348
|
-
line-height: 1.75rem;
|
26349
|
-
text-transform: none;
|
26350
|
-
}
|
26351
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
26352
|
-
align-self: flex-end;
|
26353
|
-
padding-bottom: 6px;
|
26354
|
-
}
|
26355
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
26356
|
-
font-size: 1.5rem;
|
26357
|
-
font-weight: 400;
|
26358
|
-
letter-spacing: 0;
|
26359
|
-
line-height: 2.25rem;
|
26360
|
-
text-transform: none;
|
26361
|
-
}
|
26362
|
-
|
26363
|
-
.v-toolbar-title__placeholder {
|
26364
|
-
overflow: hidden;
|
26365
|
-
text-overflow: ellipsis;
|
26366
|
-
white-space: nowrap;
|
26367
|
-
}
|
26368
|
-
|
26369
|
-
.v-toolbar-items {
|
26370
|
-
display: flex;
|
26371
|
-
height: inherit;
|
26372
|
-
align-self: stretch;
|
26373
|
-
}
|
26374
|
-
.v-toolbar-items > .v-btn {
|
26375
|
-
border-radius: 0;
|
26376
|
-
}.v-tabs {
|
26377
|
-
display: flex;
|
26378
|
-
height: var(--v-tabs-height);
|
26379
|
-
}
|
26380
|
-
.v-tabs--density-default {
|
26381
|
-
--v-tabs-height: 48px;
|
26382
|
-
}
|
26383
|
-
.v-tabs--density-default.v-tabs--stacked {
|
26384
|
-
--v-tabs-height: 72px;
|
26385
|
-
}
|
26386
|
-
|
26387
|
-
.v-tabs--density-comfortable {
|
26388
|
-
--v-tabs-height: 44px;
|
26389
|
-
}
|
26390
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
26391
|
-
--v-tabs-height: 68px;
|
26392
|
-
}
|
26393
|
-
|
26394
|
-
.v-tabs--density-compact {
|
26395
|
-
--v-tabs-height: 36px;
|
26396
|
-
}
|
26397
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
26398
|
-
--v-tabs-height: 60px;
|
26399
|
-
}
|
26400
|
-
|
26401
|
-
.v-tabs.v-slide-group--vertical {
|
26402
|
-
height: auto;
|
26403
|
-
flex: none;
|
26404
|
-
--v-tabs-height: 48px;
|
26405
|
-
}
|
26406
|
-
|
26407
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
26408
|
-
margin-inline-start: 42px;
|
26409
|
-
}
|
26410
|
-
|
26411
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
26412
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
26413
|
-
margin-inline-end: auto;
|
26414
|
-
}
|
26415
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
26416
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
26417
|
-
margin-inline-start: auto;
|
26418
|
-
}
|
26419
|
-
|
26420
|
-
.v-tabs--grow {
|
26421
|
-
flex-grow: 1;
|
26422
|
-
}
|
26423
|
-
.v-tabs--grow .v-tab {
|
26424
|
-
flex: 1 0 auto;
|
26425
|
-
max-width: none;
|
26497
|
+
align-items: center;
|
26498
|
+
align-self: stretch;
|
26499
|
+
display: flex;
|
26426
26500
|
}
|
26427
26501
|
|
26428
|
-
.v-
|
26429
|
-
margin-inline
|
26502
|
+
.v-toolbar__prepend {
|
26503
|
+
margin-inline: 4px auto;
|
26430
26504
|
}
|
26431
|
-
|
26432
|
-
|
26505
|
+
|
26506
|
+
.v-toolbar__append {
|
26507
|
+
margin-inline: auto 4px;
|
26433
26508
|
}
|
26434
26509
|
|
26435
|
-
|
26436
|
-
|
26437
|
-
|
26438
|
-
|
26439
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
26440
|
-
margin-inline-end: 52px;
|
26441
|
-
}
|
26442
|
-
}.v-tab.v-tab.v-btn {
|
26443
|
-
height: var(--v-tabs-height);
|
26444
|
-
border-radius: 0;
|
26445
|
-
min-width: 90px;
|
26510
|
+
.v-toolbar-title {
|
26511
|
+
flex: 1 1;
|
26512
|
+
font-size: 1.25rem;
|
26513
|
+
min-width: 0;
|
26446
26514
|
}
|
26447
|
-
.v-
|
26448
|
-
|
26515
|
+
.v-toolbar-title {
|
26516
|
+
font-size: 1.25rem;
|
26517
|
+
font-weight: 400;
|
26518
|
+
letter-spacing: 0;
|
26519
|
+
line-height: 1.75rem;
|
26520
|
+
text-transform: none;
|
26449
26521
|
}
|
26450
|
-
.v-
|
26451
|
-
|
26522
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26523
|
+
align-self: flex-end;
|
26524
|
+
padding-bottom: 6px;
|
26525
|
+
}
|
26526
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26527
|
+
font-size: 1.5rem;
|
26528
|
+
font-weight: 400;
|
26529
|
+
letter-spacing: 0;
|
26530
|
+
line-height: 2.25rem;
|
26531
|
+
text-transform: none;
|
26452
26532
|
}
|
26453
26533
|
|
26454
|
-
.v-
|
26455
|
-
|
26456
|
-
|
26457
|
-
|
26458
|
-
height: 2px;
|
26459
|
-
width: 100%;
|
26460
|
-
background: currentColor;
|
26461
|
-
pointer-events: none;
|
26462
|
-
opacity: 0;
|
26534
|
+
.v-toolbar-title__placeholder {
|
26535
|
+
overflow: hidden;
|
26536
|
+
text-overflow: ellipsis;
|
26537
|
+
white-space: nowrap;
|
26463
26538
|
}
|
26464
|
-
|
26465
|
-
|
26539
|
+
|
26540
|
+
.v-toolbar-items {
|
26541
|
+
display: flex;
|
26542
|
+
height: inherit;
|
26543
|
+
align-self: stretch;
|
26466
26544
|
}
|
26467
|
-
.v-
|
26468
|
-
|
26469
|
-
height: 100%;
|
26470
|
-
width: 2px;
|
26471
|
-
}.v-theme-provider {
|
26472
|
-
background: rgb(var(--v-theme-background));
|
26473
|
-
color: rgb(var(--v-theme-on-background));
|
26545
|
+
.v-toolbar-items > .v-btn {
|
26546
|
+
border-radius: 0;
|
26474
26547
|
}.v-timeline .v-timeline-divider__dot {
|
26475
26548
|
background: rgb(var(--v-theme-surface-light));
|
26476
26549
|
}
|
@@ -26990,79 +27063,76 @@ html.v-overlay-scroll-blocked {
|
|
26990
27063
|
}
|
26991
27064
|
.v-virtual-scroll__container {
|
26992
27065
|
display: block;
|
26993
|
-
}.v-
|
26994
|
-
|
26995
|
-
line-height: 1;
|
27066
|
+
}.v-color-picker-preview__alpha .v-slider-track__background {
|
27067
|
+
background-color: transparent !important;
|
26996
27068
|
}
|
26997
|
-
|
26998
|
-
|
26999
|
-
align-items: center;
|
27000
|
-
display: inline-flex;
|
27001
|
-
border-radius: 10px;
|
27002
|
-
font-size: 0.75rem;
|
27003
|
-
font-weight: 500;
|
27004
|
-
height: 1.25rem;
|
27005
|
-
justify-content: center;
|
27006
|
-
min-width: 20px;
|
27007
|
-
padding: 4px 6px;
|
27008
|
-
pointer-events: auto;
|
27009
|
-
position: absolute;
|
27010
|
-
text-align: center;
|
27011
|
-
text-indent: 0;
|
27012
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
27013
|
-
white-space: nowrap;
|
27069
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
27070
|
+
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
27014
27071
|
}
|
27015
|
-
|
27016
|
-
|
27017
|
-
|
27072
|
+
|
27073
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
27074
|
+
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
27018
27075
|
}
|
27019
|
-
|
27020
|
-
|
27021
|
-
border-style: solid;
|
27022
|
-
border-width: 2px;
|
27023
|
-
bottom: 0;
|
27024
|
-
color: rgb(var(--v-theme-background));
|
27076
|
+
|
27077
|
+
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
27025
27078
|
content: "";
|
27079
|
+
z-index: -1;
|
27026
27080
|
left: 0;
|
27027
|
-
position: absolute;
|
27028
|
-
right: 0;
|
27029
27081
|
top: 0;
|
27030
|
-
|
27031
|
-
|
27032
|
-
|
27033
|
-
|
27034
|
-
|
27035
|
-
min-width: 0;
|
27036
|
-
padding: 0;
|
27037
|
-
width: 9px;
|
27082
|
+
width: 100%;
|
27083
|
+
height: 100%;
|
27084
|
+
position: absolute;
|
27085
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27086
|
+
border-radius: inherit;
|
27038
27087
|
}
|
27039
|
-
|
27040
|
-
|
27088
|
+
|
27089
|
+
.v-color-picker-preview__sliders {
|
27090
|
+
display: flex;
|
27091
|
+
flex: 1 0 auto;
|
27092
|
+
flex-direction: column;
|
27093
|
+
padding-inline-end: 16px;
|
27041
27094
|
}
|
27042
|
-
|
27095
|
+
|
27096
|
+
.v-color-picker-preview__dot {
|
27043
27097
|
position: relative;
|
27044
|
-
|
27045
|
-
|
27046
|
-
|
27047
|
-
|
27048
|
-
|
27049
|
-
margin:
|
27098
|
+
height: 30px;
|
27099
|
+
width: 30px;
|
27100
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27101
|
+
border-radius: 50%;
|
27102
|
+
overflow: hidden;
|
27103
|
+
margin-inline-end: 24px;
|
27050
27104
|
}
|
27051
|
-
.v-
|
27052
|
-
.v-badge__badge .v-img {
|
27053
|
-
height: 100%;
|
27105
|
+
.v-color-picker-preview__dot > div {
|
27054
27106
|
width: 100%;
|
27107
|
+
height: 100%;
|
27055
27108
|
}
|
27056
27109
|
|
27057
|
-
.v-
|
27058
|
-
|
27110
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
27111
|
+
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
27112
|
+
}
|
27113
|
+
|
27114
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
27115
|
+
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
27116
|
+
}
|
27117
|
+
|
27118
|
+
.v-color-picker-preview__track {
|
27059
27119
|
position: relative;
|
27120
|
+
width: 100%;
|
27121
|
+
margin: 0 !important;
|
27060
27122
|
}
|
27061
|
-
.v-
|
27123
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
27124
|
+
display: none;
|
27125
|
+
}
|
27126
|
+
|
27127
|
+
.v-color-picker-preview {
|
27062
27128
|
align-items: center;
|
27063
|
-
display:
|
27064
|
-
|
27065
|
-
|
27129
|
+
display: flex;
|
27130
|
+
margin-bottom: 0;
|
27131
|
+
}
|
27132
|
+
|
27133
|
+
.v-color-picker-preview__eye-dropper {
|
27134
|
+
position: relative;
|
27135
|
+
margin-right: 12px;
|
27066
27136
|
}.v-color-picker-edit {
|
27067
27137
|
display: flex;
|
27068
27138
|
margin-top: 24px;
|
@@ -27148,76 +27218,6 @@ html.v-overlay-scroll-blocked {
|
|
27148
27218
|
justify-content: center;
|
27149
27219
|
width: 100%;
|
27150
27220
|
height: 100%;
|
27151
|
-
}.v-color-picker-preview__alpha .v-slider-track__background {
|
27152
|
-
background-color: transparent !important;
|
27153
|
-
}
|
27154
|
-
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
27155
|
-
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
27156
|
-
}
|
27157
|
-
|
27158
|
-
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
27159
|
-
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
27160
|
-
}
|
27161
|
-
|
27162
|
-
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
27163
|
-
content: "";
|
27164
|
-
z-index: -1;
|
27165
|
-
left: 0;
|
27166
|
-
top: 0;
|
27167
|
-
width: 100%;
|
27168
|
-
height: 100%;
|
27169
|
-
position: absolute;
|
27170
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27171
|
-
border-radius: inherit;
|
27172
|
-
}
|
27173
|
-
|
27174
|
-
.v-color-picker-preview__sliders {
|
27175
|
-
display: flex;
|
27176
|
-
flex: 1 0 auto;
|
27177
|
-
flex-direction: column;
|
27178
|
-
padding-inline-end: 16px;
|
27179
|
-
}
|
27180
|
-
|
27181
|
-
.v-color-picker-preview__dot {
|
27182
|
-
position: relative;
|
27183
|
-
height: 30px;
|
27184
|
-
width: 30px;
|
27185
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27186
|
-
border-radius: 50%;
|
27187
|
-
overflow: hidden;
|
27188
|
-
margin-inline-end: 24px;
|
27189
|
-
}
|
27190
|
-
.v-color-picker-preview__dot > div {
|
27191
|
-
width: 100%;
|
27192
|
-
height: 100%;
|
27193
|
-
}
|
27194
|
-
|
27195
|
-
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
27196
|
-
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
27197
|
-
}
|
27198
|
-
|
27199
|
-
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
27200
|
-
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
27201
|
-
}
|
27202
|
-
|
27203
|
-
.v-color-picker-preview__track {
|
27204
|
-
position: relative;
|
27205
|
-
width: 100%;
|
27206
|
-
margin: 0 !important;
|
27207
|
-
}
|
27208
|
-
.v-color-picker-preview__track .v-slider-track__fill {
|
27209
|
-
display: none;
|
27210
|
-
}
|
27211
|
-
|
27212
|
-
.v-color-picker-preview {
|
27213
|
-
align-items: center;
|
27214
|
-
display: flex;
|
27215
|
-
margin-bottom: 0;
|
27216
|
-
}
|
27217
|
-
|
27218
|
-
.v-color-picker-preview__eye-dropper {
|
27219
|
-
position: relative;
|
27220
|
-
margin-right: 12px;
|
27221
27221
|
}.v-slider-track__background {
|
27222
27222
|
background-color: rgb(var(--v-theme-surface-variant));
|
27223
27223
|
}
|