@vuetify/nightly 3.5.9-dev.2024-03-26 → 3.5.9-dev.2024-03-30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -2
- package/dist/json/attributes.json +43 -7
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +101 -14
- package/dist/vuetify-labs.css +2027 -2025
- package/dist/vuetify-labs.d.ts +130 -19
- package/dist/vuetify-labs.esm.js +162 -138
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +162 -138
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +336 -334
- package/dist/vuetify.d.ts +163 -52
- package/dist/vuetify.esm.js +162 -138
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +162 -138
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +189 -189
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +64 -42
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +60 -0
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +130 -19
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VPicker/VPicker.css +2 -0
- package/lib/labs/VPicker/VPicker.sass +2 -0
- package/lib/styles/generic/_transitions.scss +4 -4
- package/lib/styles/main.css +4 -4
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.9-dev.2024-03-
|
|
2
|
+
* Vuetify v3.5.9-dev.2024-03-30
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2719,10 +2719,10 @@ progress {
|
|
|
2719
2719
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2720
2720
|
}
|
|
2721
2721
|
.picker-transition-enter-from {
|
|
2722
|
-
transform: translate(0
|
|
2722
|
+
transform: translate(100%, 0);
|
|
2723
2723
|
}
|
|
2724
2724
|
.picker-transition-leave-to {
|
|
2725
|
-
transform: translate(
|
|
2725
|
+
transform: translate(-100%, 0);
|
|
2726
2726
|
}
|
|
2727
2727
|
|
|
2728
2728
|
.picker-reverse-transition-enter-active {
|
|
@@ -2739,10 +2739,10 @@ progress {
|
|
|
2739
2739
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2740
2740
|
}
|
|
2741
2741
|
.picker-reverse-transition-enter-from {
|
|
2742
|
-
transform: translate(
|
|
2742
|
+
transform: translate(-100%, 0);
|
|
2743
2743
|
}
|
|
2744
2744
|
.picker-reverse-transition-leave-to {
|
|
2745
|
-
transform: translate(0
|
|
2745
|
+
transform: translate(100%, 0);
|
|
2746
2746
|
}
|
|
2747
2747
|
|
|
2748
2748
|
.expand-transition-enter-active {
|
|
@@ -17045,48 +17045,51 @@ html.overflow-y-hidden {
|
|
|
17045
17045
|
font-weight: normal;
|
|
17046
17046
|
padding: 0.2em 0.4rem;
|
|
17047
17047
|
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));
|
|
17048
|
-
}.v-calendar-
|
|
17048
|
+
}.v-calendar-day {
|
|
17049
|
+
position: relative;
|
|
17050
|
+
display: flex;
|
|
17051
|
+
flex-direction: column;
|
|
17052
|
+
}
|
|
17053
|
+
|
|
17054
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17049
17055
|
display: grid;
|
|
17050
|
-
grid-template-columns: 48px 8px 1fr;
|
|
17051
|
-
border-right: thin solid #e0e0e0;
|
|
17052
17056
|
}
|
|
17053
|
-
.v-calendar-
|
|
17054
|
-
|
|
17055
|
-
border-right: thin solid #e0e0e0;
|
|
17057
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17058
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17056
17059
|
}
|
|
17057
|
-
.v-calendar-
|
|
17058
|
-
|
|
17059
|
-
border-bottom: thin solid #e0e0e0;
|
|
17060
|
-
position: absolute;
|
|
17061
|
-
width: 100%;
|
|
17062
|
-
margin-top: -1px;
|
|
17063
|
-
z-index: 3;
|
|
17064
|
-
pointer-events: none;
|
|
17060
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17061
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17065
17062
|
}
|
|
17066
|
-
.v-calendar-
|
|
17067
|
-
|
|
17068
|
-
text-align: center;
|
|
17069
|
-
position: relative;
|
|
17070
|
-
top: -8px;
|
|
17063
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17064
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17071
17065
|
}
|
|
17072
|
-
.v-calendar-
|
|
17073
|
-
|
|
17066
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17067
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17074
17068
|
}
|
|
17075
|
-
.v-calendar-
|
|
17076
|
-
|
|
17069
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17070
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17077
17071
|
}
|
|
17078
|
-
|
|
17079
|
-
|
|
17080
|
-
display: grid;
|
|
17081
|
-
grid-template-columns: 1fr;
|
|
17082
|
-
border-right: thin solid #e0e0e0;
|
|
17072
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17073
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17083
17074
|
}
|
|
17084
|
-
.v-calendar-
|
|
17085
|
-
|
|
17086
|
-
border-bottom: thin solid #e0e0e0;
|
|
17075
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17076
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17087
17077
|
}
|
|
17088
|
-
.v-calendar-
|
|
17089
|
-
|
|
17078
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17079
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17080
|
+
}.v-calendar-header {
|
|
17081
|
+
align-items: center;
|
|
17082
|
+
display: flex;
|
|
17083
|
+
min-height: 64px;
|
|
17084
|
+
}
|
|
17085
|
+
|
|
17086
|
+
.v-calendar-header__today {
|
|
17087
|
+
margin-inline-end: 24px;
|
|
17088
|
+
}
|
|
17089
|
+
|
|
17090
|
+
.v-calendar-header__title {
|
|
17091
|
+
font-size: 1.5rem;
|
|
17092
|
+
margin-inline-start: 24px;
|
|
17090
17093
|
}.v-calendar-weekly {
|
|
17091
17094
|
width: 100%;
|
|
17092
17095
|
height: 100%;
|
|
@@ -17310,124 +17313,48 @@ html.overflow-y-hidden {
|
|
|
17310
17313
|
}
|
|
17311
17314
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17312
17315
|
border-right: none;
|
|
17313
|
-
}.v-calendar-
|
|
17314
|
-
align-items: center;
|
|
17315
|
-
display: flex;
|
|
17316
|
-
min-height: 64px;
|
|
17317
|
-
}
|
|
17318
|
-
|
|
17319
|
-
.v-calendar-header__today {
|
|
17320
|
-
margin-inline-end: 24px;
|
|
17321
|
-
}
|
|
17322
|
-
|
|
17323
|
-
.v-calendar-header__title {
|
|
17324
|
-
font-size: 1.5rem;
|
|
17325
|
-
margin-inline-start: 24px;
|
|
17326
|
-
}.v-calendar-day {
|
|
17327
|
-
position: relative;
|
|
17328
|
-
display: flex;
|
|
17329
|
-
flex-direction: column;
|
|
17330
|
-
}
|
|
17331
|
-
|
|
17332
|
-
.v-calendar-weekly .v-calendar__container {
|
|
17316
|
+
}.v-calendar-day__row-with-label {
|
|
17333
17317
|
display: grid;
|
|
17318
|
+
grid-template-columns: 48px 8px 1fr;
|
|
17319
|
+
border-right: thin solid #e0e0e0;
|
|
17334
17320
|
}
|
|
17335
|
-
.v-calendar-
|
|
17336
|
-
grid-template-columns: repeat(7, 1fr);
|
|
17337
|
-
}
|
|
17338
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17339
|
-
grid-template-columns: repeat(6, 1fr);
|
|
17340
|
-
}
|
|
17341
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17342
|
-
grid-template-columns: repeat(5, 1fr);
|
|
17343
|
-
}
|
|
17344
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17345
|
-
grid-template-columns: repeat(4, 1fr);
|
|
17346
|
-
}
|
|
17347
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17348
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17349
|
-
}
|
|
17350
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17351
|
-
grid-template-columns: repeat(2, 1fr);
|
|
17352
|
-
}
|
|
17353
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17354
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17355
|
-
}
|
|
17356
|
-
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17357
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17358
|
-
}.v-fab {
|
|
17359
|
-
align-items: center;
|
|
17360
|
-
display: inline-flex;
|
|
17361
|
-
flex: 1 1 auto;
|
|
17362
|
-
pointer-events: none;
|
|
17321
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
|
17363
17322
|
position: relative;
|
|
17364
|
-
|
|
17365
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17366
|
-
vertical-align: middle;
|
|
17367
|
-
}
|
|
17368
|
-
.v-fab .v-btn {
|
|
17369
|
-
pointer-events: auto;
|
|
17370
|
-
}
|
|
17371
|
-
.v-fab .v-btn--variant-elevated {
|
|
17372
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17373
|
-
}
|
|
17374
|
-
.v-fab--app, .v-fab--absolute {
|
|
17375
|
-
display: flex;
|
|
17376
|
-
}
|
|
17377
|
-
.v-fab--start, .v-fab--left {
|
|
17378
|
-
justify-content: flex-start;
|
|
17379
|
-
}
|
|
17380
|
-
.v-fab--center {
|
|
17381
|
-
align-items: center;
|
|
17382
|
-
justify-content: center;
|
|
17383
|
-
}
|
|
17384
|
-
.v-fab--end, .v-fab--right {
|
|
17385
|
-
justify-content: flex-end;
|
|
17386
|
-
}
|
|
17387
|
-
.v-fab--bottom {
|
|
17388
|
-
align-items: flex-end;
|
|
17389
|
-
}
|
|
17390
|
-
.v-fab--top {
|
|
17391
|
-
align-items: flex-start;
|
|
17392
|
-
}
|
|
17393
|
-
.v-fab--extended .v-btn {
|
|
17394
|
-
border-radius: 9999px !important;
|
|
17395
|
-
}
|
|
17396
|
-
|
|
17397
|
-
.v-fab__container {
|
|
17398
|
-
align-self: center;
|
|
17399
|
-
display: inline-flex;
|
|
17400
|
-
vertical-align: middle;
|
|
17401
|
-
}
|
|
17402
|
-
.v-fab--app .v-fab__container {
|
|
17403
|
-
margin: 12px;
|
|
17323
|
+
border-right: thin solid #e0e0e0;
|
|
17404
17324
|
}
|
|
17405
|
-
.v-
|
|
17325
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
|
17326
|
+
content: "";
|
|
17327
|
+
border-bottom: thin solid #e0e0e0;
|
|
17406
17328
|
position: absolute;
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17410
|
-
|
|
17329
|
+
width: 100%;
|
|
17330
|
+
margin-top: -1px;
|
|
17331
|
+
z-index: 3;
|
|
17332
|
+
pointer-events: none;
|
|
17411
17333
|
}
|
|
17412
|
-
.v-
|
|
17413
|
-
|
|
17334
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
|
17335
|
+
font-size: 10px;
|
|
17336
|
+
text-align: center;
|
|
17337
|
+
position: relative;
|
|
17338
|
+
top: -8px;
|
|
17414
17339
|
}
|
|
17415
|
-
.v-
|
|
17416
|
-
|
|
17340
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
|
17341
|
+
border-bottom: thin solid #e0e0e0;
|
|
17417
17342
|
}
|
|
17418
|
-
.v-
|
|
17419
|
-
bottom:
|
|
17343
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
|
17344
|
+
border-bottom: none;
|
|
17420
17345
|
}
|
|
17421
|
-
|
|
17422
|
-
|
|
17346
|
+
|
|
17347
|
+
.v-calendar-day__row-without-label {
|
|
17348
|
+
display: grid;
|
|
17349
|
+
grid-template-columns: 1fr;
|
|
17350
|
+
border-right: thin solid #e0e0e0;
|
|
17423
17351
|
}
|
|
17424
|
-
.v-
|
|
17425
|
-
right: 0;
|
|
17426
|
-
}.v-calendar-internal-event {
|
|
17352
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
|
17427
17353
|
overflow: hidden;
|
|
17428
|
-
|
|
17429
|
-
|
|
17430
|
-
|
|
17354
|
+
border-bottom: thin solid #e0e0e0;
|
|
17355
|
+
}
|
|
17356
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
|
17357
|
+
border-bottom: none;
|
|
17431
17358
|
}.v-calendar-month__day {
|
|
17432
17359
|
position: relative;
|
|
17433
17360
|
display: flex;
|
|
@@ -17491,6 +17418,11 @@ html.overflow-y-hidden {
|
|
|
17491
17418
|
|
|
17492
17419
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17493
17420
|
min-height: 24px;
|
|
17421
|
+
}.v-calendar-internal-event {
|
|
17422
|
+
overflow: hidden;
|
|
17423
|
+
padding: 4px;
|
|
17424
|
+
text-overflow: ellipsis;
|
|
17425
|
+
white-space: nowrap;
|
|
17494
17426
|
}.v-empty-state {
|
|
17495
17427
|
align-items: center;
|
|
17496
17428
|
display: flex;
|
|
@@ -17549,37 +17481,105 @@ html.overflow-y-hidden {
|
|
|
17549
17481
|
.v-empty-state__action-btn.v-btn {
|
|
17550
17482
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
17551
17483
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
17552
|
-
}.v-
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
|
|
17557
|
-
|
|
17558
|
-
|
|
17559
|
-
|
|
17560
|
-
|
|
17561
|
-
}
|
|
17562
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
|
17563
|
-
grid-template-areas: "title" "header" "body" "actions";
|
|
17484
|
+
}.v-fab {
|
|
17485
|
+
align-items: center;
|
|
17486
|
+
display: inline-flex;
|
|
17487
|
+
flex: 1 1 auto;
|
|
17488
|
+
pointer-events: none;
|
|
17489
|
+
position: relative;
|
|
17490
|
+
transition-duration: 0.2s;
|
|
17491
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17492
|
+
vertical-align: middle;
|
|
17564
17493
|
}
|
|
17565
|
-
|
|
17566
|
-
|
|
17567
|
-
grid-area: body;
|
|
17494
|
+
.v-fab .v-btn {
|
|
17495
|
+
pointer-events: auto;
|
|
17568
17496
|
}
|
|
17569
|
-
|
|
17570
|
-
.v-
|
|
17571
|
-
grid-area: header;
|
|
17497
|
+
.v-fab .v-btn--variant-elevated {
|
|
17498
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17572
17499
|
}
|
|
17573
|
-
|
|
17574
|
-
.v-picker__actions {
|
|
17575
|
-
grid-area: actions;
|
|
17576
|
-
padding: 0 12px 12px;
|
|
17500
|
+
.v-fab--app, .v-fab--absolute {
|
|
17577
17501
|
display: flex;
|
|
17578
|
-
align-items: center;
|
|
17579
|
-
justify-content: flex-end;
|
|
17580
17502
|
}
|
|
17581
|
-
.v-
|
|
17582
|
-
|
|
17503
|
+
.v-fab--start, .v-fab--left {
|
|
17504
|
+
justify-content: flex-start;
|
|
17505
|
+
}
|
|
17506
|
+
.v-fab--center {
|
|
17507
|
+
align-items: center;
|
|
17508
|
+
justify-content: center;
|
|
17509
|
+
}
|
|
17510
|
+
.v-fab--end, .v-fab--right {
|
|
17511
|
+
justify-content: flex-end;
|
|
17512
|
+
}
|
|
17513
|
+
.v-fab--bottom {
|
|
17514
|
+
align-items: flex-end;
|
|
17515
|
+
}
|
|
17516
|
+
.v-fab--top {
|
|
17517
|
+
align-items: flex-start;
|
|
17518
|
+
}
|
|
17519
|
+
.v-fab--extended .v-btn {
|
|
17520
|
+
border-radius: 9999px !important;
|
|
17521
|
+
}
|
|
17522
|
+
|
|
17523
|
+
.v-fab__container {
|
|
17524
|
+
align-self: center;
|
|
17525
|
+
display: inline-flex;
|
|
17526
|
+
vertical-align: middle;
|
|
17527
|
+
}
|
|
17528
|
+
.v-fab--app .v-fab__container {
|
|
17529
|
+
margin: 12px;
|
|
17530
|
+
}
|
|
17531
|
+
.v-fab--absolute .v-fab__container {
|
|
17532
|
+
position: absolute;
|
|
17533
|
+
z-index: 4;
|
|
17534
|
+
}
|
|
17535
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
17536
|
+
transform: translateY(-50%);
|
|
17537
|
+
}
|
|
17538
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
17539
|
+
transform: translateY(50%);
|
|
17540
|
+
}
|
|
17541
|
+
.v-fab--top .v-fab__container {
|
|
17542
|
+
top: 0;
|
|
17543
|
+
}
|
|
17544
|
+
.v-fab--bottom .v-fab__container {
|
|
17545
|
+
bottom: 0;
|
|
17546
|
+
}
|
|
17547
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
17548
|
+
left: 0;
|
|
17549
|
+
}
|
|
17550
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
17551
|
+
right: 0;
|
|
17552
|
+
}.v-picker.v-sheet {
|
|
17553
|
+
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));
|
|
17554
|
+
border-radius: 4px;
|
|
17555
|
+
display: grid;
|
|
17556
|
+
grid-auto-rows: min-content;
|
|
17557
|
+
grid-template-areas: "title" "header" "body";
|
|
17558
|
+
overflow: hidden;
|
|
17559
|
+
}
|
|
17560
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
|
17561
|
+
grid-template-areas: "title" "header" "body" "actions";
|
|
17562
|
+
}
|
|
17563
|
+
|
|
17564
|
+
.v-picker__body {
|
|
17565
|
+
grid-area: body;
|
|
17566
|
+
overflow: hidden;
|
|
17567
|
+
position: relative;
|
|
17568
|
+
}
|
|
17569
|
+
|
|
17570
|
+
.v-picker__header {
|
|
17571
|
+
grid-area: header;
|
|
17572
|
+
}
|
|
17573
|
+
|
|
17574
|
+
.v-picker__actions {
|
|
17575
|
+
grid-area: actions;
|
|
17576
|
+
padding: 0 12px 12px;
|
|
17577
|
+
display: flex;
|
|
17578
|
+
align-items: center;
|
|
17579
|
+
justify-content: flex-end;
|
|
17580
|
+
}
|
|
17581
|
+
.v-picker__actions .v-btn {
|
|
17582
|
+
min-width: 48px;
|
|
17583
17583
|
}
|
|
17584
17584
|
.v-picker__actions .v-btn:not(:last-child) {
|
|
17585
17585
|
margin-inline-end: 8px;
|
|
@@ -17602,6 +17602,8 @@ html.overflow-y-hidden {
|
|
|
17602
17602
|
padding-bottom: 16px;
|
|
17603
17603
|
font-weight: 400;
|
|
17604
17604
|
letter-spacing: 0.1666666667em;
|
|
17605
|
+
}.v-speed-dial__content {
|
|
17606
|
+
gap: 8px;
|
|
17605
17607
|
}.v-treeview-item--filtered {
|
|
17606
17608
|
display: none;
|
|
17607
17609
|
}
|
|
@@ -17856,87 +17858,6 @@ html.overflow-y-hidden {
|
|
|
17856
17858
|
text-transform: none;
|
|
17857
17859
|
word-break: normal;
|
|
17858
17860
|
word-wrap: break-word;
|
|
17859
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17860
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17861
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17862
|
-
cursor: text;
|
|
17863
|
-
}
|
|
17864
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17865
|
-
flex: 1 1;
|
|
17866
|
-
}
|
|
17867
|
-
.v-autocomplete .v-field input {
|
|
17868
|
-
min-width: 64px;
|
|
17869
|
-
}
|
|
17870
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17871
|
-
min-width: 0;
|
|
17872
|
-
}
|
|
17873
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17874
|
-
margin-inline-end: 2px;
|
|
17875
|
-
}
|
|
17876
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17877
|
-
overflow: hidden;
|
|
17878
|
-
text-overflow: ellipsis;
|
|
17879
|
-
white-space: nowrap;
|
|
17880
|
-
}
|
|
17881
|
-
|
|
17882
|
-
.v-autocomplete__content {
|
|
17883
|
-
overflow: hidden;
|
|
17884
|
-
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));
|
|
17885
|
-
border-radius: 4px;
|
|
17886
|
-
}
|
|
17887
|
-
.v-autocomplete__mask {
|
|
17888
|
-
background: rgb(var(--v-theme-surface-light));
|
|
17889
|
-
}
|
|
17890
|
-
.v-autocomplete__selection {
|
|
17891
|
-
display: inline-flex;
|
|
17892
|
-
align-items: center;
|
|
17893
|
-
height: 1.5rem;
|
|
17894
|
-
letter-spacing: inherit;
|
|
17895
|
-
line-height: inherit;
|
|
17896
|
-
max-width: calc(100% - 2px - 2px);
|
|
17897
|
-
}
|
|
17898
|
-
.v-autocomplete__selection:first-child {
|
|
17899
|
-
margin-inline-start: 0;
|
|
17900
|
-
}
|
|
17901
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17902
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17903
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17904
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17905
|
-
top: 0px;
|
|
17906
|
-
}
|
|
17907
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17908
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17909
|
-
}
|
|
17910
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17911
|
-
opacity: 1;
|
|
17912
|
-
}
|
|
17913
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17914
|
-
caret-color: transparent;
|
|
17915
|
-
}
|
|
17916
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
17917
|
-
flex: 1 1;
|
|
17918
|
-
position: absolute;
|
|
17919
|
-
left: 0;
|
|
17920
|
-
right: 0;
|
|
17921
|
-
width: 100%;
|
|
17922
|
-
padding-inline: inherit;
|
|
17923
|
-
}
|
|
17924
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17925
|
-
transition: none;
|
|
17926
|
-
}
|
|
17927
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17928
|
-
opacity: 0;
|
|
17929
|
-
}
|
|
17930
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
17931
|
-
opacity: 0;
|
|
17932
|
-
}
|
|
17933
|
-
.v-autocomplete__menu-icon {
|
|
17934
|
-
margin-inline-start: 4px;
|
|
17935
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17936
|
-
}
|
|
17937
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17938
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17939
|
-
transform: rotate(180deg);
|
|
17940
17861
|
}.v-avatar {
|
|
17941
17862
|
flex: none;
|
|
17942
17863
|
align-items: center;
|
|
@@ -18024,91 +17945,101 @@ html.overflow-y-hidden {
|
|
|
18024
17945
|
.v-avatar .v-img {
|
|
18025
17946
|
height: 100%;
|
|
18026
17947
|
width: 100%;
|
|
18027
|
-
}.v-
|
|
18028
|
-
|
|
18029
|
-
|
|
17948
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17949
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17950
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17951
|
+
cursor: text;
|
|
18030
17952
|
}
|
|
18031
|
-
|
|
18032
|
-
|
|
18033
|
-
align-items: center;
|
|
18034
|
-
display: inline-flex;
|
|
18035
|
-
border-radius: 10px;
|
|
18036
|
-
font-size: 0.75rem;
|
|
18037
|
-
font-weight: 500;
|
|
18038
|
-
height: 1.25rem;
|
|
18039
|
-
justify-content: center;
|
|
18040
|
-
min-width: 20px;
|
|
18041
|
-
padding: 4px 6px;
|
|
18042
|
-
pointer-events: auto;
|
|
18043
|
-
position: absolute;
|
|
18044
|
-
text-align: center;
|
|
18045
|
-
text-indent: 0;
|
|
18046
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18047
|
-
white-space: nowrap;
|
|
18048
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18049
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17953
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17954
|
+
flex: 1 1;
|
|
18050
17955
|
}
|
|
18051
|
-
.v-
|
|
18052
|
-
|
|
18053
|
-
border-style: solid;
|
|
18054
|
-
border-width: 2px;
|
|
18055
|
-
bottom: 0;
|
|
18056
|
-
color: rgb(var(--v-theme-background));
|
|
18057
|
-
content: "";
|
|
18058
|
-
left: 0;
|
|
18059
|
-
position: absolute;
|
|
18060
|
-
right: 0;
|
|
18061
|
-
top: 0;
|
|
18062
|
-
transform: scale(1.05);
|
|
17956
|
+
.v-autocomplete .v-field input {
|
|
17957
|
+
min-width: 64px;
|
|
18063
17958
|
}
|
|
18064
|
-
.v-
|
|
18065
|
-
border-radius: 4.5px;
|
|
18066
|
-
height: 9px;
|
|
17959
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18067
17960
|
min-width: 0;
|
|
18068
|
-
padding: 0;
|
|
18069
|
-
width: 9px;
|
|
18070
|
-
}
|
|
18071
|
-
.v-badge--dot .v-badge__badge::after {
|
|
18072
|
-
border-width: 1.5px;
|
|
18073
|
-
}
|
|
18074
|
-
.v-badge--inline .v-badge__badge {
|
|
18075
|
-
position: relative;
|
|
18076
|
-
vertical-align: middle;
|
|
18077
17961
|
}
|
|
18078
|
-
.v-
|
|
18079
|
-
|
|
18080
|
-
font-size: 0.75rem;
|
|
18081
|
-
margin: 0 -2px;
|
|
17962
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17963
|
+
margin-inline-end: 2px;
|
|
18082
17964
|
}
|
|
18083
|
-
.v-
|
|
18084
|
-
|
|
18085
|
-
|
|
18086
|
-
|
|
17965
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17966
|
+
overflow: hidden;
|
|
17967
|
+
text-overflow: ellipsis;
|
|
17968
|
+
white-space: nowrap;
|
|
18087
17969
|
}
|
|
18088
17970
|
|
|
18089
|
-
.v-
|
|
18090
|
-
display: flex;
|
|
18091
|
-
position: relative;
|
|
18092
|
-
}
|
|
18093
|
-
.v-badge--inline .v-badge__wrapper {
|
|
18094
|
-
align-items: center;
|
|
18095
|
-
display: inline-flex;
|
|
18096
|
-
justify-content: center;
|
|
18097
|
-
margin: 0 4px;
|
|
18098
|
-
}.v-bottom-navigation {
|
|
18099
|
-
display: flex;
|
|
18100
|
-
max-width: 100%;
|
|
17971
|
+
.v-autocomplete__content {
|
|
18101
17972
|
overflow: hidden;
|
|
18102
|
-
|
|
18103
|
-
|
|
18104
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18105
|
-
border-style: solid;
|
|
18106
|
-
border-width: 0;
|
|
18107
|
-
border-radius: 0;
|
|
18108
|
-
background: rgb(var(--v-theme-surface));
|
|
18109
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17973
|
+
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));
|
|
17974
|
+
border-radius: 4px;
|
|
18110
17975
|
}
|
|
18111
|
-
.v-
|
|
17976
|
+
.v-autocomplete__mask {
|
|
17977
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17978
|
+
}
|
|
17979
|
+
.v-autocomplete__selection {
|
|
17980
|
+
display: inline-flex;
|
|
17981
|
+
align-items: center;
|
|
17982
|
+
height: 1.5rem;
|
|
17983
|
+
letter-spacing: inherit;
|
|
17984
|
+
line-height: inherit;
|
|
17985
|
+
max-width: calc(100% - 2px - 2px);
|
|
17986
|
+
}
|
|
17987
|
+
.v-autocomplete__selection:first-child {
|
|
17988
|
+
margin-inline-start: 0;
|
|
17989
|
+
}
|
|
17990
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17991
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17992
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17993
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17994
|
+
top: 0px;
|
|
17995
|
+
}
|
|
17996
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17997
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17998
|
+
}
|
|
17999
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18000
|
+
opacity: 1;
|
|
18001
|
+
}
|
|
18002
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18003
|
+
caret-color: transparent;
|
|
18004
|
+
}
|
|
18005
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18006
|
+
flex: 1 1;
|
|
18007
|
+
position: absolute;
|
|
18008
|
+
left: 0;
|
|
18009
|
+
right: 0;
|
|
18010
|
+
width: 100%;
|
|
18011
|
+
padding-inline: inherit;
|
|
18012
|
+
}
|
|
18013
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18014
|
+
transition: none;
|
|
18015
|
+
}
|
|
18016
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18017
|
+
opacity: 0;
|
|
18018
|
+
}
|
|
18019
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18020
|
+
opacity: 0;
|
|
18021
|
+
}
|
|
18022
|
+
.v-autocomplete__menu-icon {
|
|
18023
|
+
margin-inline-start: 4px;
|
|
18024
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18025
|
+
}
|
|
18026
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18027
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18028
|
+
transform: rotate(180deg);
|
|
18029
|
+
}.v-bottom-navigation {
|
|
18030
|
+
display: flex;
|
|
18031
|
+
max-width: 100%;
|
|
18032
|
+
overflow: hidden;
|
|
18033
|
+
position: absolute;
|
|
18034
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18035
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18036
|
+
border-style: solid;
|
|
18037
|
+
border-width: 0;
|
|
18038
|
+
border-radius: 0;
|
|
18039
|
+
background: rgb(var(--v-theme-surface));
|
|
18040
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18041
|
+
}
|
|
18042
|
+
.v-bottom-navigation--border {
|
|
18112
18043
|
border-width: thin;
|
|
18113
18044
|
box-shadow: none;
|
|
18114
18045
|
}
|
|
@@ -18150,6 +18081,77 @@ html.overflow-y-hidden {
|
|
|
18150
18081
|
}
|
|
18151
18082
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18152
18083
|
transform: translateY(0.5rem);
|
|
18084
|
+
}.v-badge {
|
|
18085
|
+
display: inline-block;
|
|
18086
|
+
line-height: 1;
|
|
18087
|
+
}
|
|
18088
|
+
|
|
18089
|
+
.v-badge__badge {
|
|
18090
|
+
align-items: center;
|
|
18091
|
+
display: inline-flex;
|
|
18092
|
+
border-radius: 10px;
|
|
18093
|
+
font-size: 0.75rem;
|
|
18094
|
+
font-weight: 500;
|
|
18095
|
+
height: 1.25rem;
|
|
18096
|
+
justify-content: center;
|
|
18097
|
+
min-width: 20px;
|
|
18098
|
+
padding: 4px 6px;
|
|
18099
|
+
pointer-events: auto;
|
|
18100
|
+
position: absolute;
|
|
18101
|
+
text-align: center;
|
|
18102
|
+
text-indent: 0;
|
|
18103
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18104
|
+
white-space: nowrap;
|
|
18105
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18106
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18107
|
+
}
|
|
18108
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18109
|
+
border-radius: inherit;
|
|
18110
|
+
border-style: solid;
|
|
18111
|
+
border-width: 2px;
|
|
18112
|
+
bottom: 0;
|
|
18113
|
+
color: rgb(var(--v-theme-background));
|
|
18114
|
+
content: "";
|
|
18115
|
+
left: 0;
|
|
18116
|
+
position: absolute;
|
|
18117
|
+
right: 0;
|
|
18118
|
+
top: 0;
|
|
18119
|
+
transform: scale(1.05);
|
|
18120
|
+
}
|
|
18121
|
+
.v-badge--dot .v-badge__badge {
|
|
18122
|
+
border-radius: 4.5px;
|
|
18123
|
+
height: 9px;
|
|
18124
|
+
min-width: 0;
|
|
18125
|
+
padding: 0;
|
|
18126
|
+
width: 9px;
|
|
18127
|
+
}
|
|
18128
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18129
|
+
border-width: 1.5px;
|
|
18130
|
+
}
|
|
18131
|
+
.v-badge--inline .v-badge__badge {
|
|
18132
|
+
position: relative;
|
|
18133
|
+
vertical-align: middle;
|
|
18134
|
+
}
|
|
18135
|
+
.v-badge__badge .v-icon {
|
|
18136
|
+
color: inherit;
|
|
18137
|
+
font-size: 0.75rem;
|
|
18138
|
+
margin: 0 -2px;
|
|
18139
|
+
}
|
|
18140
|
+
.v-badge__badge img,
|
|
18141
|
+
.v-badge__badge .v-img {
|
|
18142
|
+
height: 100%;
|
|
18143
|
+
width: 100%;
|
|
18144
|
+
}
|
|
18145
|
+
|
|
18146
|
+
.v-badge__wrapper {
|
|
18147
|
+
display: flex;
|
|
18148
|
+
position: relative;
|
|
18149
|
+
}
|
|
18150
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18151
|
+
align-items: center;
|
|
18152
|
+
display: inline-flex;
|
|
18153
|
+
justify-content: center;
|
|
18154
|
+
margin: 0 4px;
|
|
18153
18155
|
}.v-banner {
|
|
18154
18156
|
display: grid;
|
|
18155
18157
|
flex: 1 1;
|
|
@@ -18364,19 +18366,6 @@ html.overflow-y-hidden {
|
|
|
18364
18366
|
display: inline-block;
|
|
18365
18367
|
padding: 0 8px;
|
|
18366
18368
|
vertical-align: middle;
|
|
18367
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18368
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18369
|
-
}
|
|
18370
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18371
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18372
|
-
}
|
|
18373
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18374
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18375
|
-
}
|
|
18376
|
-
@supports not selector(:focus-visible) {
|
|
18377
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18378
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18379
|
-
}
|
|
18380
18369
|
}.bottom-sheet-transition-enter-from {
|
|
18381
18370
|
transform: translateY(100%);
|
|
18382
18371
|
}
|
|
@@ -18873,69 +18862,6 @@ html.overflow-y-hidden {
|
|
|
18873
18862
|
}
|
|
18874
18863
|
.v-checkbox .v-selection-control {
|
|
18875
18864
|
min-height: var(--v-input-control-height);
|
|
18876
|
-
}.v-carousel {
|
|
18877
|
-
overflow: hidden;
|
|
18878
|
-
position: relative;
|
|
18879
|
-
width: 100%;
|
|
18880
|
-
}
|
|
18881
|
-
.v-carousel__controls {
|
|
18882
|
-
align-items: center;
|
|
18883
|
-
bottom: 0;
|
|
18884
|
-
display: flex;
|
|
18885
|
-
height: 50px;
|
|
18886
|
-
justify-content: center;
|
|
18887
|
-
list-style-type: none;
|
|
18888
|
-
position: absolute;
|
|
18889
|
-
width: 100%;
|
|
18890
|
-
z-index: 1;
|
|
18891
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18892
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18893
|
-
}
|
|
18894
|
-
.v-carousel__controls > .v-item-group {
|
|
18895
|
-
flex: 0 1 auto;
|
|
18896
|
-
}
|
|
18897
|
-
.v-carousel__controls__item {
|
|
18898
|
-
margin: 0 8px;
|
|
18899
|
-
}
|
|
18900
|
-
.v-carousel__controls__item .v-icon {
|
|
18901
|
-
opacity: 0.5;
|
|
18902
|
-
}
|
|
18903
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18904
|
-
opacity: 1;
|
|
18905
|
-
vertical-align: middle;
|
|
18906
|
-
}
|
|
18907
|
-
.v-carousel__controls__item:hover {
|
|
18908
|
-
background: none;
|
|
18909
|
-
}
|
|
18910
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18911
|
-
opacity: 0.8;
|
|
18912
|
-
}
|
|
18913
|
-
|
|
18914
|
-
.v-carousel__progress {
|
|
18915
|
-
margin: 0;
|
|
18916
|
-
position: absolute;
|
|
18917
|
-
bottom: 0;
|
|
18918
|
-
left: 0;
|
|
18919
|
-
right: 0;
|
|
18920
|
-
}
|
|
18921
|
-
|
|
18922
|
-
.v-carousel-item {
|
|
18923
|
-
display: block;
|
|
18924
|
-
height: inherit;
|
|
18925
|
-
text-decoration: none;
|
|
18926
|
-
}
|
|
18927
|
-
.v-carousel-item > .v-img {
|
|
18928
|
-
height: inherit;
|
|
18929
|
-
}
|
|
18930
|
-
|
|
18931
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18932
|
-
background: transparent;
|
|
18933
|
-
}
|
|
18934
|
-
|
|
18935
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18936
|
-
flex-direction: column;
|
|
18937
|
-
height: 100% !important;
|
|
18938
|
-
width: 50px;
|
|
18939
18865
|
}.v-chip-group {
|
|
18940
18866
|
display: flex;
|
|
18941
18867
|
max-width: 100%;
|
|
@@ -18954,6 +18880,19 @@ html.overflow-y-hidden {
|
|
|
18954
18880
|
white-space: normal;
|
|
18955
18881
|
flex-wrap: wrap;
|
|
18956
18882
|
max-width: 100%;
|
|
18883
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18884
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18885
|
+
}
|
|
18886
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18887
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18888
|
+
}
|
|
18889
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18890
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18891
|
+
}
|
|
18892
|
+
@supports not selector(:focus-visible) {
|
|
18893
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18894
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18895
|
+
}
|
|
18957
18896
|
}.v-card {
|
|
18958
18897
|
display: block;
|
|
18959
18898
|
overflow: hidden;
|
|
@@ -19250,26 +19189,6 @@ html.overflow-y-hidden {
|
|
|
19250
19189
|
pointer-events: none;
|
|
19251
19190
|
opacity: 0;
|
|
19252
19191
|
transition: opacity 0.2s ease-in-out;
|
|
19253
|
-
}.v-color-picker {
|
|
19254
|
-
align-self: flex-start;
|
|
19255
|
-
contain: content;
|
|
19256
|
-
}
|
|
19257
|
-
.v-color-picker.v-sheet {
|
|
19258
|
-
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));
|
|
19259
|
-
border-radius: 4px;
|
|
19260
|
-
}
|
|
19261
|
-
|
|
19262
|
-
.v-color-picker__controls {
|
|
19263
|
-
display: flex;
|
|
19264
|
-
flex-direction: column;
|
|
19265
|
-
padding: 16px;
|
|
19266
|
-
}
|
|
19267
|
-
|
|
19268
|
-
.v-color-picker--flat {
|
|
19269
|
-
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));
|
|
19270
|
-
}
|
|
19271
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19272
|
-
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));
|
|
19273
19192
|
}.v-chip {
|
|
19274
19193
|
align-items: center;
|
|
19275
19194
|
display: inline-flex;
|
|
@@ -19677,11 +19596,155 @@ html.overflow-y-hidden {
|
|
|
19677
19596
|
|
|
19678
19597
|
.v-chip--label {
|
|
19679
19598
|
border-radius: 4px;
|
|
19680
|
-
}.v-
|
|
19681
|
-
|
|
19682
|
-
|
|
19683
|
-
|
|
19684
|
-
|
|
19599
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
19600
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
19601
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
19602
|
+
cursor: text;
|
|
19603
|
+
}
|
|
19604
|
+
.v-combobox .v-field .v-field__input > input {
|
|
19605
|
+
flex: 1 1;
|
|
19606
|
+
}
|
|
19607
|
+
.v-combobox .v-field input {
|
|
19608
|
+
min-width: 64px;
|
|
19609
|
+
}
|
|
19610
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
19611
|
+
min-width: 0;
|
|
19612
|
+
}
|
|
19613
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
19614
|
+
margin-inline-end: 2px;
|
|
19615
|
+
}
|
|
19616
|
+
.v-combobox .v-combobox__selection-text {
|
|
19617
|
+
overflow: hidden;
|
|
19618
|
+
text-overflow: ellipsis;
|
|
19619
|
+
white-space: nowrap;
|
|
19620
|
+
}
|
|
19621
|
+
|
|
19622
|
+
.v-combobox__content {
|
|
19623
|
+
overflow: hidden;
|
|
19624
|
+
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));
|
|
19625
|
+
border-radius: 4px;
|
|
19626
|
+
}
|
|
19627
|
+
.v-combobox__mask {
|
|
19628
|
+
background: rgb(var(--v-theme-surface-light));
|
|
19629
|
+
}
|
|
19630
|
+
.v-combobox__selection {
|
|
19631
|
+
display: inline-flex;
|
|
19632
|
+
align-items: center;
|
|
19633
|
+
height: 1.5rem;
|
|
19634
|
+
letter-spacing: inherit;
|
|
19635
|
+
line-height: inherit;
|
|
19636
|
+
max-width: calc(100% - 2px - 2px);
|
|
19637
|
+
}
|
|
19638
|
+
.v-combobox__selection:first-child {
|
|
19639
|
+
margin-inline-start: 0;
|
|
19640
|
+
}
|
|
19641
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
19642
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
19643
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
19644
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
19645
|
+
top: 0px;
|
|
19646
|
+
}
|
|
19647
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
19648
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
19649
|
+
}
|
|
19650
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
19651
|
+
opacity: 1;
|
|
19652
|
+
}
|
|
19653
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
19654
|
+
caret-color: transparent;
|
|
19655
|
+
}
|
|
19656
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
19657
|
+
flex: 1 1;
|
|
19658
|
+
position: absolute;
|
|
19659
|
+
left: 0;
|
|
19660
|
+
right: 0;
|
|
19661
|
+
width: 100%;
|
|
19662
|
+
padding-inline: inherit;
|
|
19663
|
+
}
|
|
19664
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
19665
|
+
transition: none;
|
|
19666
|
+
}
|
|
19667
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
19668
|
+
opacity: 0;
|
|
19669
|
+
}
|
|
19670
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
19671
|
+
opacity: 0;
|
|
19672
|
+
}
|
|
19673
|
+
.v-combobox__menu-icon {
|
|
19674
|
+
margin-inline-start: 4px;
|
|
19675
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19676
|
+
}
|
|
19677
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19678
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
19679
|
+
transform: rotate(180deg);
|
|
19680
|
+
}.v-carousel {
|
|
19681
|
+
overflow: hidden;
|
|
19682
|
+
position: relative;
|
|
19683
|
+
width: 100%;
|
|
19684
|
+
}
|
|
19685
|
+
.v-carousel__controls {
|
|
19686
|
+
align-items: center;
|
|
19687
|
+
bottom: 0;
|
|
19688
|
+
display: flex;
|
|
19689
|
+
height: 50px;
|
|
19690
|
+
justify-content: center;
|
|
19691
|
+
list-style-type: none;
|
|
19692
|
+
position: absolute;
|
|
19693
|
+
width: 100%;
|
|
19694
|
+
z-index: 1;
|
|
19695
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19696
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19697
|
+
}
|
|
19698
|
+
.v-carousel__controls > .v-item-group {
|
|
19699
|
+
flex: 0 1 auto;
|
|
19700
|
+
}
|
|
19701
|
+
.v-carousel__controls__item {
|
|
19702
|
+
margin: 0 8px;
|
|
19703
|
+
}
|
|
19704
|
+
.v-carousel__controls__item .v-icon {
|
|
19705
|
+
opacity: 0.5;
|
|
19706
|
+
}
|
|
19707
|
+
.v-carousel__controls__item--active .v-icon {
|
|
19708
|
+
opacity: 1;
|
|
19709
|
+
vertical-align: middle;
|
|
19710
|
+
}
|
|
19711
|
+
.v-carousel__controls__item:hover {
|
|
19712
|
+
background: none;
|
|
19713
|
+
}
|
|
19714
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
19715
|
+
opacity: 0.8;
|
|
19716
|
+
}
|
|
19717
|
+
|
|
19718
|
+
.v-carousel__progress {
|
|
19719
|
+
margin: 0;
|
|
19720
|
+
position: absolute;
|
|
19721
|
+
bottom: 0;
|
|
19722
|
+
left: 0;
|
|
19723
|
+
right: 0;
|
|
19724
|
+
}
|
|
19725
|
+
|
|
19726
|
+
.v-carousel-item {
|
|
19727
|
+
display: block;
|
|
19728
|
+
height: inherit;
|
|
19729
|
+
text-decoration: none;
|
|
19730
|
+
}
|
|
19731
|
+
.v-carousel-item > .v-img {
|
|
19732
|
+
height: inherit;
|
|
19733
|
+
}
|
|
19734
|
+
|
|
19735
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19736
|
+
background: transparent;
|
|
19737
|
+
}
|
|
19738
|
+
|
|
19739
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19740
|
+
flex-direction: column;
|
|
19741
|
+
height: 100% !important;
|
|
19742
|
+
width: 50px;
|
|
19743
|
+
}.v-container {
|
|
19744
|
+
width: 100%;
|
|
19745
|
+
padding: 16px;
|
|
19746
|
+
margin-right: auto;
|
|
19747
|
+
margin-left: auto;
|
|
19685
19748
|
}
|
|
19686
19749
|
@media (min-width: 960px) {
|
|
19687
19750
|
.v-container {
|
|
@@ -20349,172 +20412,81 @@ html.overflow-y-hidden {
|
|
|
20349
20412
|
.offset-xxl-11 {
|
|
20350
20413
|
margin-inline-start: 91.6666666667%;
|
|
20351
20414
|
}
|
|
20352
|
-
}.v-
|
|
20353
|
-
|
|
20354
|
-
|
|
20355
|
-
|
|
20356
|
-
|
|
20357
|
-
.v-
|
|
20358
|
-
|
|
20415
|
+
}.v-counter {
|
|
20416
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20417
|
+
flex: 0 1 auto;
|
|
20418
|
+
font-size: 12px;
|
|
20419
|
+
transition-duration: 150ms;
|
|
20420
|
+
}.v-color-picker {
|
|
20421
|
+
align-self: flex-start;
|
|
20422
|
+
contain: content;
|
|
20359
20423
|
}
|
|
20360
|
-
.v-
|
|
20361
|
-
|
|
20424
|
+
.v-color-picker.v-sheet {
|
|
20425
|
+
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));
|
|
20426
|
+
border-radius: 4px;
|
|
20362
20427
|
}
|
|
20363
|
-
|
|
20364
|
-
|
|
20428
|
+
|
|
20429
|
+
.v-color-picker__controls {
|
|
20430
|
+
display: flex;
|
|
20431
|
+
flex-direction: column;
|
|
20432
|
+
padding: 16px;
|
|
20365
20433
|
}
|
|
20366
|
-
|
|
20367
|
-
|
|
20434
|
+
|
|
20435
|
+
.v-color-picker--flat {
|
|
20436
|
+
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));
|
|
20368
20437
|
}
|
|
20369
|
-
.v-
|
|
20370
|
-
|
|
20371
|
-
|
|
20372
|
-
|
|
20438
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20439
|
+
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));
|
|
20440
|
+
}.v-data-table {
|
|
20441
|
+
width: 100%;
|
|
20373
20442
|
}
|
|
20374
20443
|
|
|
20375
|
-
.v-
|
|
20376
|
-
|
|
20377
|
-
|
|
20378
|
-
border-
|
|
20444
|
+
.v-data-table__table {
|
|
20445
|
+
width: 100%;
|
|
20446
|
+
border-collapse: separate;
|
|
20447
|
+
border-spacing: 0;
|
|
20379
20448
|
}
|
|
20380
|
-
|
|
20381
|
-
|
|
20449
|
+
|
|
20450
|
+
.v-data-table__tr--focus {
|
|
20451
|
+
border: 1px dotted black;
|
|
20382
20452
|
}
|
|
20383
|
-
.v-
|
|
20384
|
-
|
|
20385
|
-
align-items: center;
|
|
20386
|
-
height: 1.5rem;
|
|
20387
|
-
letter-spacing: inherit;
|
|
20388
|
-
line-height: inherit;
|
|
20389
|
-
max-width: calc(100% - 2px - 2px);
|
|
20453
|
+
.v-data-table__tr--clickable {
|
|
20454
|
+
cursor: pointer;
|
|
20390
20455
|
}
|
|
20391
|
-
|
|
20392
|
-
|
|
20456
|
+
|
|
20457
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
20458
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
20459
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
20460
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
20461
|
+
text-align: end;
|
|
20393
20462
|
}
|
|
20394
|
-
.v-
|
|
20395
|
-
.v-
|
|
20396
|
-
.v-
|
|
20397
|
-
.v-
|
|
20398
|
-
|
|
20463
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20464
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
20465
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20466
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
20467
|
+
flex-direction: row-reverse;
|
|
20399
20468
|
}
|
|
20400
|
-
.v-
|
|
20401
|
-
|
|
20469
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
20470
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
20471
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
20472
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
20473
|
+
text-align: center;
|
|
20402
20474
|
}
|
|
20403
|
-
.v-
|
|
20404
|
-
|
|
20475
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20476
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
20477
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20478
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
20479
|
+
justify-content: center;
|
|
20405
20480
|
}
|
|
20406
|
-
.v-
|
|
20407
|
-
|
|
20481
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
20482
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
20483
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
20484
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
20485
|
+
padding: 0 8px;
|
|
20408
20486
|
}
|
|
20409
|
-
.v-
|
|
20410
|
-
|
|
20411
|
-
|
|
20412
|
-
left: 0;
|
|
20413
|
-
right: 0;
|
|
20414
|
-
width: 100%;
|
|
20415
|
-
padding-inline: inherit;
|
|
20416
|
-
}
|
|
20417
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
20418
|
-
transition: none;
|
|
20419
|
-
}
|
|
20420
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
20421
|
-
opacity: 0;
|
|
20422
|
-
}
|
|
20423
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
20424
|
-
opacity: 0;
|
|
20425
|
-
}
|
|
20426
|
-
.v-combobox__menu-icon {
|
|
20427
|
-
margin-inline-start: 4px;
|
|
20428
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20429
|
-
}
|
|
20430
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20431
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
20432
|
-
transform: rotate(180deg);
|
|
20433
|
-
}.v-data-table-footer {
|
|
20434
|
-
display: flex;
|
|
20435
|
-
align-items: center;
|
|
20436
|
-
flex-wrap: wrap;
|
|
20437
|
-
padding: 4px;
|
|
20438
|
-
justify-content: flex-end;
|
|
20439
|
-
}
|
|
20440
|
-
|
|
20441
|
-
.v-data-table-footer__items-per-page {
|
|
20442
|
-
display: flex;
|
|
20443
|
-
align-items: center;
|
|
20444
|
-
justify-content: center;
|
|
20445
|
-
}
|
|
20446
|
-
.v-data-table-footer__items-per-page > span {
|
|
20447
|
-
padding-inline-end: 8px;
|
|
20448
|
-
}
|
|
20449
|
-
.v-data-table-footer__items-per-page > .v-select {
|
|
20450
|
-
width: 90px;
|
|
20451
|
-
}
|
|
20452
|
-
|
|
20453
|
-
.v-data-table-footer__info {
|
|
20454
|
-
display: flex;
|
|
20455
|
-
justify-content: flex-end;
|
|
20456
|
-
min-width: 116px;
|
|
20457
|
-
padding: 0 16px;
|
|
20458
|
-
}
|
|
20459
|
-
|
|
20460
|
-
.v-data-table-footer__pagination {
|
|
20461
|
-
display: flex;
|
|
20462
|
-
align-items: center;
|
|
20463
|
-
margin-inline-start: 16px;
|
|
20464
|
-
}
|
|
20465
|
-
|
|
20466
|
-
.v-data-table-footer__page {
|
|
20467
|
-
padding: 0 8px;
|
|
20468
|
-
}.v-data-table {
|
|
20469
|
-
width: 100%;
|
|
20470
|
-
}
|
|
20471
|
-
|
|
20472
|
-
.v-data-table__table {
|
|
20473
|
-
width: 100%;
|
|
20474
|
-
border-collapse: separate;
|
|
20475
|
-
border-spacing: 0;
|
|
20476
|
-
}
|
|
20477
|
-
|
|
20478
|
-
.v-data-table__tr--focus {
|
|
20479
|
-
border: 1px dotted black;
|
|
20480
|
-
}
|
|
20481
|
-
.v-data-table__tr--clickable {
|
|
20482
|
-
cursor: pointer;
|
|
20483
|
-
}
|
|
20484
|
-
|
|
20485
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
20486
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
20487
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
20488
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
20489
|
-
text-align: end;
|
|
20490
|
-
}
|
|
20491
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20492
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
20493
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
20494
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
20495
|
-
flex-direction: row-reverse;
|
|
20496
|
-
}
|
|
20497
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
20498
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
20499
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
20500
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
20501
|
-
text-align: center;
|
|
20502
|
-
}
|
|
20503
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20504
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
20505
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
20506
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
20507
|
-
justify-content: center;
|
|
20508
|
-
}
|
|
20509
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
20510
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
20511
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
20512
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
20513
|
-
padding: 0 8px;
|
|
20514
|
-
}
|
|
20515
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
20516
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
20517
|
-
align-items: center;
|
|
20487
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
20488
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
20489
|
+
align-items: center;
|
|
20518
20490
|
}
|
|
20519
20491
|
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
20520
20492
|
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
@@ -20598,96 +20570,47 @@ html.overflow-y-hidden {
|
|
|
20598
20570
|
.v-data-table-rows-loading,
|
|
20599
20571
|
.v-data-table-rows-no-data {
|
|
20600
20572
|
text-align: center;
|
|
20601
|
-
}.v-
|
|
20602
|
-
|
|
20603
|
-
|
|
20604
|
-
|
|
20605
|
-
|
|
20606
|
-
|
|
20607
|
-
align-items: flex-end;
|
|
20608
|
-
height: 70px;
|
|
20609
|
-
display: grid;
|
|
20610
|
-
grid-template-areas: "prepend content append";
|
|
20611
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20612
|
-
overflow: hidden;
|
|
20613
|
-
padding-inline: 24px 12px;
|
|
20614
|
-
padding-bottom: 12px;
|
|
20615
|
-
}
|
|
20616
|
-
|
|
20617
|
-
.v-date-picker-header__append {
|
|
20618
|
-
grid-area: append;
|
|
20619
|
-
}
|
|
20620
|
-
|
|
20621
|
-
.v-date-picker-header__prepend {
|
|
20622
|
-
grid-area: prepend;
|
|
20623
|
-
padding-inline-start: 8px;
|
|
20573
|
+
}.v-data-table-footer {
|
|
20574
|
+
display: flex;
|
|
20575
|
+
align-items: center;
|
|
20576
|
+
flex-wrap: wrap;
|
|
20577
|
+
padding: 4px;
|
|
20578
|
+
justify-content: flex-end;
|
|
20624
20579
|
}
|
|
20625
20580
|
|
|
20626
|
-
.v-
|
|
20581
|
+
.v-data-table-footer__items-per-page {
|
|
20582
|
+
display: flex;
|
|
20627
20583
|
align-items: center;
|
|
20628
|
-
|
|
20629
|
-
font-size: 32px;
|
|
20630
|
-
line-height: 40px;
|
|
20631
|
-
grid-area: content;
|
|
20632
|
-
justify-content: space-between;
|
|
20584
|
+
justify-content: center;
|
|
20633
20585
|
}
|
|
20634
|
-
.v-
|
|
20635
|
-
|
|
20586
|
+
.v-data-table-footer__items-per-page > span {
|
|
20587
|
+
padding-inline-end: 8px;
|
|
20636
20588
|
}
|
|
20637
|
-
.v-
|
|
20638
|
-
|
|
20589
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20590
|
+
width: 90px;
|
|
20639
20591
|
}
|
|
20640
20592
|
|
|
20641
|
-
.
|
|
20642
|
-
|
|
20643
|
-
|
|
20644
|
-
|
|
20645
|
-
|
|
20646
|
-
.date-picker-header-transition-leave-active,
|
|
20647
|
-
.date-picker-header-reverse-transition-leave-active {
|
|
20648
|
-
transition-duration: 0.3s;
|
|
20649
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20593
|
+
.v-data-table-footer__info {
|
|
20594
|
+
display: flex;
|
|
20595
|
+
justify-content: flex-end;
|
|
20596
|
+
min-width: 116px;
|
|
20597
|
+
padding: 0 16px;
|
|
20650
20598
|
}
|
|
20651
20599
|
|
|
20652
|
-
.
|
|
20653
|
-
|
|
20654
|
-
|
|
20655
|
-
|
|
20656
|
-
opacity: 0;
|
|
20657
|
-
transform: translate(0, -100%);
|
|
20600
|
+
.v-data-table-footer__pagination {
|
|
20601
|
+
display: flex;
|
|
20602
|
+
align-items: center;
|
|
20603
|
+
margin-inline-start: 16px;
|
|
20658
20604
|
}
|
|
20659
20605
|
|
|
20660
|
-
.
|
|
20661
|
-
|
|
20662
|
-
}
|
|
20663
|
-
.date-picker-header-reverse-transition-leave-to {
|
|
20664
|
-
opacity: 0;
|
|
20665
|
-
transform: translate(0, 100%);
|
|
20606
|
+
.v-data-table-footer__page {
|
|
20607
|
+
padding: 0 8px;
|
|
20666
20608
|
}.v-date-picker {
|
|
20667
20609
|
overflow: hidden;
|
|
20668
20610
|
width: 328px;
|
|
20669
20611
|
}
|
|
20670
20612
|
.v-date-picker--show-week {
|
|
20671
20613
|
width: 368px;
|
|
20672
|
-
}.v-date-picker-months {
|
|
20673
|
-
height: 288px;
|
|
20674
|
-
}
|
|
20675
|
-
|
|
20676
|
-
.v-date-picker-months__content {
|
|
20677
|
-
align-items: center;
|
|
20678
|
-
display: grid;
|
|
20679
|
-
flex: 1 1;
|
|
20680
|
-
height: inherit;
|
|
20681
|
-
justify-content: space-around;
|
|
20682
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20683
|
-
grid-gap: 0px 24px;
|
|
20684
|
-
padding-inline-start: 36px;
|
|
20685
|
-
padding-inline-end: 36px;
|
|
20686
|
-
}
|
|
20687
|
-
.v-date-picker-months__content .v-btn {
|
|
20688
|
-
text-transform: none;
|
|
20689
|
-
padding-inline-start: 8px;
|
|
20690
|
-
padding-inline-end: 8px;
|
|
20691
20614
|
}.v-date-picker-controls {
|
|
20692
20615
|
display: flex;
|
|
20693
20616
|
align-items: center;
|
|
@@ -20744,61 +20667,66 @@ html.overflow-y-hidden {
|
|
|
20744
20667
|
|
|
20745
20668
|
.v-date-picker__title {
|
|
20746
20669
|
display: inline-block;
|
|
20747
|
-
}.v-date-picker-
|
|
20748
|
-
|
|
20749
|
-
|
|
20750
|
-
padding: 0 12px 8px;
|
|
20751
|
-
--v-date-picker-month-day-diff: 4px;
|
|
20752
|
-
}
|
|
20753
|
-
|
|
20754
|
-
.v-date-picker-month__weeks {
|
|
20670
|
+
}.v-date-picker-header {
|
|
20671
|
+
align-items: flex-end;
|
|
20672
|
+
height: 70px;
|
|
20755
20673
|
display: grid;
|
|
20756
|
-
grid-template-
|
|
20757
|
-
|
|
20758
|
-
|
|
20759
|
-
|
|
20760
|
-
|
|
20761
|
-
grid-row-gap: 0;
|
|
20674
|
+
grid-template-areas: "prepend content append";
|
|
20675
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20676
|
+
overflow: hidden;
|
|
20677
|
+
padding-inline: 24px 12px;
|
|
20678
|
+
padding-bottom: 12px;
|
|
20762
20679
|
}
|
|
20763
20680
|
|
|
20764
|
-
.v-date-picker-
|
|
20765
|
-
|
|
20681
|
+
.v-date-picker-header__append {
|
|
20682
|
+
grid-area: append;
|
|
20766
20683
|
}
|
|
20767
20684
|
|
|
20768
|
-
.v-date-picker-
|
|
20769
|
-
|
|
20770
|
-
|
|
20771
|
-
column-gap: 4px;
|
|
20772
|
-
flex: 1 1;
|
|
20773
|
-
justify-content: space-around;
|
|
20685
|
+
.v-date-picker-header__prepend {
|
|
20686
|
+
grid-area: prepend;
|
|
20687
|
+
padding-inline-start: 8px;
|
|
20774
20688
|
}
|
|
20775
20689
|
|
|
20776
|
-
.v-date-picker-
|
|
20690
|
+
.v-date-picker-header__content {
|
|
20777
20691
|
align-items: center;
|
|
20778
|
-
display: flex;
|
|
20779
|
-
|
|
20780
|
-
|
|
20781
|
-
|
|
20782
|
-
|
|
20692
|
+
display: inline-flex;
|
|
20693
|
+
font-size: 32px;
|
|
20694
|
+
line-height: 40px;
|
|
20695
|
+
grid-area: content;
|
|
20696
|
+
justify-content: space-between;
|
|
20783
20697
|
}
|
|
20784
|
-
.v-date-picker-
|
|
20785
|
-
|
|
20786
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20698
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20699
|
+
cursor: pointer;
|
|
20787
20700
|
}
|
|
20788
|
-
.v-date-picker-
|
|
20789
|
-
|
|
20790
|
-
--v-btn-size: 0.85rem;
|
|
20701
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20702
|
+
opacity: 0.7;
|
|
20791
20703
|
}
|
|
20792
|
-
|
|
20793
|
-
|
|
20704
|
+
|
|
20705
|
+
.date-picker-header-transition-enter-active,
|
|
20706
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
20707
|
+
transition-duration: 0.3s;
|
|
20708
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20709
|
+
}
|
|
20710
|
+
.date-picker-header-transition-leave-active,
|
|
20711
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
20712
|
+
transition-duration: 0.3s;
|
|
20713
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20794
20714
|
}
|
|
20795
20715
|
|
|
20796
|
-
.
|
|
20797
|
-
|
|
20716
|
+
.date-picker-header-transition-enter-from {
|
|
20717
|
+
transform: translate(0, 100%);
|
|
20718
|
+
}
|
|
20719
|
+
.date-picker-header-transition-leave-to {
|
|
20720
|
+
opacity: 0;
|
|
20721
|
+
transform: translate(0, -100%);
|
|
20798
20722
|
}
|
|
20799
20723
|
|
|
20800
|
-
.
|
|
20724
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
20725
|
+
transform: translate(0, -100%);
|
|
20726
|
+
}
|
|
20727
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
20801
20728
|
opacity: 0;
|
|
20729
|
+
transform: translate(0, 100%);
|
|
20802
20730
|
}.v-date-picker-years {
|
|
20803
20731
|
height: 288px;
|
|
20804
20732
|
overflow-y: scroll;
|
|
@@ -20814,35 +20742,80 @@ html.overflow-y-hidden {
|
|
|
20814
20742
|
}
|
|
20815
20743
|
.v-date-picker-years__content .v-btn {
|
|
20816
20744
|
padding-inline: 8px;
|
|
20817
|
-
}.v-
|
|
20818
|
-
display:
|
|
20819
|
-
|
|
20820
|
-
|
|
20821
|
-
|
|
20822
|
-
opacity: var(--v-border-opacity);
|
|
20823
|
-
transition: inherit;
|
|
20824
|
-
border-style: solid;
|
|
20825
|
-
border-width: thin 0 0 0;
|
|
20745
|
+
}.v-date-picker-month {
|
|
20746
|
+
display: flex;
|
|
20747
|
+
justify-content: center;
|
|
20748
|
+
padding: 0 12px 8px;
|
|
20749
|
+
--v-date-picker-month-day-diff: 4px;
|
|
20826
20750
|
}
|
|
20827
|
-
|
|
20828
|
-
|
|
20829
|
-
|
|
20830
|
-
|
|
20831
|
-
|
|
20832
|
-
|
|
20833
|
-
max-height: 100%;
|
|
20834
|
-
max-width: 0px;
|
|
20835
|
-
vertical-align: text-bottom;
|
|
20836
|
-
width: 0px;
|
|
20751
|
+
|
|
20752
|
+
.v-date-picker-month__weeks {
|
|
20753
|
+
display: grid;
|
|
20754
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20755
|
+
column-gap: 4px;
|
|
20756
|
+
font-size: 0.85rem;
|
|
20837
20757
|
}
|
|
20838
|
-
.v-
|
|
20839
|
-
|
|
20840
|
-
margin-inline-start: 72px;
|
|
20758
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20759
|
+
grid-row-gap: 0;
|
|
20841
20760
|
}
|
|
20842
|
-
|
|
20843
|
-
|
|
20844
|
-
|
|
20845
|
-
|
|
20761
|
+
|
|
20762
|
+
.v-date-picker-month__weekday {
|
|
20763
|
+
font-size: 0.85rem;
|
|
20764
|
+
}
|
|
20765
|
+
|
|
20766
|
+
.v-date-picker-month__days {
|
|
20767
|
+
display: grid;
|
|
20768
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20769
|
+
column-gap: 4px;
|
|
20770
|
+
flex: 1 1;
|
|
20771
|
+
justify-content: space-around;
|
|
20772
|
+
}
|
|
20773
|
+
|
|
20774
|
+
.v-date-picker-month__day {
|
|
20775
|
+
align-items: center;
|
|
20776
|
+
display: flex;
|
|
20777
|
+
justify-content: center;
|
|
20778
|
+
position: relative;
|
|
20779
|
+
height: 40px;
|
|
20780
|
+
width: 40px;
|
|
20781
|
+
}
|
|
20782
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
20783
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20784
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20785
|
+
}
|
|
20786
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
20787
|
+
--v-btn-height: 24px;
|
|
20788
|
+
--v-btn-size: 0.85rem;
|
|
20789
|
+
}
|
|
20790
|
+
.v-date-picker-month__day--week {
|
|
20791
|
+
font-size: var(--v-btn-size);
|
|
20792
|
+
}
|
|
20793
|
+
|
|
20794
|
+
.v-date-picker-month__day--adjacent {
|
|
20795
|
+
opacity: 0.5;
|
|
20796
|
+
}
|
|
20797
|
+
|
|
20798
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
20799
|
+
opacity: 0;
|
|
20800
|
+
}.v-date-picker-months {
|
|
20801
|
+
height: 288px;
|
|
20802
|
+
}
|
|
20803
|
+
|
|
20804
|
+
.v-date-picker-months__content {
|
|
20805
|
+
align-items: center;
|
|
20806
|
+
display: grid;
|
|
20807
|
+
flex: 1 1;
|
|
20808
|
+
height: inherit;
|
|
20809
|
+
justify-content: space-around;
|
|
20810
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20811
|
+
grid-gap: 0px 24px;
|
|
20812
|
+
padding-inline-start: 36px;
|
|
20813
|
+
padding-inline-end: 36px;
|
|
20814
|
+
}
|
|
20815
|
+
.v-date-picker-months__content .v-btn {
|
|
20816
|
+
text-transform: none;
|
|
20817
|
+
padding-inline-start: 8px;
|
|
20818
|
+
padding-inline-end: 8px;
|
|
20846
20819
|
}.v-dialog {
|
|
20847
20820
|
align-items: center;
|
|
20848
20821
|
justify-content: center;
|
|
@@ -20931,307 +20904,98 @@ html.overflow-y-hidden {
|
|
|
20931
20904
|
-webkit-backface-visibility: hidden;
|
|
20932
20905
|
backface-visibility: hidden;
|
|
20933
20906
|
overflow-y: auto;
|
|
20934
|
-
}.v-
|
|
20935
|
-
|
|
20936
|
-
|
|
20937
|
-
|
|
20938
|
-
|
|
20939
|
-
|
|
20907
|
+
}.v-divider {
|
|
20908
|
+
display: block;
|
|
20909
|
+
flex: 1 1 100%;
|
|
20910
|
+
height: 0px;
|
|
20911
|
+
max-height: 0px;
|
|
20912
|
+
opacity: var(--v-border-opacity);
|
|
20913
|
+
transition: inherit;
|
|
20914
|
+
border-style: solid;
|
|
20915
|
+
border-width: thin 0 0 0;
|
|
20940
20916
|
}
|
|
20941
|
-
.v-
|
|
20942
|
-
|
|
20917
|
+
.v-divider--vertical {
|
|
20918
|
+
align-self: stretch;
|
|
20919
|
+
border-width: 0 thin 0 0;
|
|
20920
|
+
display: inline-flex;
|
|
20921
|
+
height: inherit;
|
|
20922
|
+
margin-left: -1px;
|
|
20923
|
+
max-height: 100%;
|
|
20924
|
+
max-width: 0px;
|
|
20925
|
+
vertical-align: text-bottom;
|
|
20926
|
+
width: 0px;
|
|
20943
20927
|
}
|
|
20944
|
-
.v-
|
|
20945
|
-
|
|
20928
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20929
|
+
max-width: calc(100% - 72px);
|
|
20930
|
+
margin-inline-start: 72px;
|
|
20946
20931
|
}
|
|
20947
|
-
|
|
20948
|
-
|
|
20949
|
-
|
|
20950
|
-
|
|
20951
|
-
|
|
20952
|
-
|
|
20953
|
-
|
|
20954
|
-
|
|
20932
|
+
.v-divider--inset.v-divider--vertical {
|
|
20933
|
+
margin-bottom: 8px;
|
|
20934
|
+
margin-top: 8px;
|
|
20935
|
+
max-height: calc(100% - 16px);
|
|
20936
|
+
}/* region INPUT */
|
|
20937
|
+
.v-field {
|
|
20938
|
+
display: grid;
|
|
20939
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
|
20940
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
20941
|
+
font-size: 16px;
|
|
20942
|
+
letter-spacing: 0.009375em;
|
|
20943
|
+
max-width: 100%;
|
|
20944
|
+
border-radius: 4px;
|
|
20945
|
+
contain: layout;
|
|
20946
|
+
flex: 1 0;
|
|
20947
|
+
grid-area: control;
|
|
20955
20948
|
position: relative;
|
|
20956
|
-
|
|
20949
|
+
--v-field-padding-start: 16px;
|
|
20950
|
+
--v-field-padding-end: 16px;
|
|
20951
|
+
--v-field-padding-top: 8px;
|
|
20952
|
+
--v-field-padding-bottom: 4px;
|
|
20953
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
20954
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
20957
20955
|
}
|
|
20958
|
-
.v-
|
|
20959
|
-
|
|
20960
|
-
|
|
20956
|
+
.v-field--disabled {
|
|
20957
|
+
opacity: var(--v-disabled-opacity);
|
|
20958
|
+
pointer-events: none;
|
|
20961
20959
|
}
|
|
20962
|
-
.v-
|
|
20963
|
-
|
|
20964
|
-
border-top-right-radius: 0 !important;
|
|
20960
|
+
.v-field .v-chip {
|
|
20961
|
+
--v-chip-height: 24px;
|
|
20965
20962
|
}
|
|
20966
|
-
|
|
20967
|
-
|
|
20968
|
-
|
|
20963
|
+
|
|
20964
|
+
/* endregion */
|
|
20965
|
+
/* region MODIFIERS */
|
|
20966
|
+
.v-field--prepended {
|
|
20967
|
+
padding-inline-start: 12px;
|
|
20969
20968
|
}
|
|
20970
|
-
.v-
|
|
20971
|
-
|
|
20972
|
-
border-top-right-radius: 0 !important;
|
|
20969
|
+
.v-field--appended {
|
|
20970
|
+
padding-inline-end: 12px;
|
|
20973
20971
|
}
|
|
20974
|
-
.v-
|
|
20975
|
-
|
|
20976
|
-
border-
|
|
20972
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
|
20973
|
+
background: rgb(var(--v-theme-surface));
|
|
20974
|
+
border-color: transparent;
|
|
20975
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20976
|
+
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));
|
|
20977
20977
|
}
|
|
20978
|
-
.v-
|
|
20979
|
-
|
|
20980
|
-
border-
|
|
20978
|
+
.v-field--variant-solo-inverted {
|
|
20979
|
+
background: rgb(var(--v-theme-surface));
|
|
20980
|
+
border-color: transparent;
|
|
20981
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20982
|
+
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));
|
|
20981
20983
|
}
|
|
20982
|
-
.v-
|
|
20983
|
-
|
|
20984
|
-
border-bottom-right-radius: initial;
|
|
20984
|
+
.v-field--variant-solo-inverted.v-field--focused {
|
|
20985
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20985
20986
|
}
|
|
20986
|
-
.v-
|
|
20987
|
-
border-radius: 0
|
|
20987
|
+
.v-field--variant-filled {
|
|
20988
|
+
border-bottom-left-radius: 0;
|
|
20989
|
+
border-bottom-right-radius: 0;
|
|
20988
20990
|
}
|
|
20989
|
-
.v-
|
|
20990
|
-
|
|
20991
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
20992
|
+
--v-input-control-height: 56px;
|
|
20993
|
+
--v-field-padding-bottom: 4px;
|
|
20991
20994
|
}
|
|
20992
20995
|
|
|
20993
|
-
.v-
|
|
20994
|
-
|
|
20995
|
-
|
|
20996
|
-
position: relative;
|
|
20997
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
20998
|
-
transition-property: margin-top, border-radius, border, max-width;
|
|
20999
|
-
border-radius: 4px;
|
|
21000
|
-
}
|
|
21001
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
21002
|
-
border-top-style: solid;
|
|
21003
|
-
border-top-width: thin;
|
|
21004
|
-
content: "";
|
|
21005
|
-
left: 0;
|
|
21006
|
-
position: absolute;
|
|
21007
|
-
right: 0;
|
|
21008
|
-
top: 0;
|
|
21009
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21010
|
-
}
|
|
21011
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21012
|
-
pointer-events: none;
|
|
21013
|
-
}
|
|
21014
|
-
.v-expansion-panel--active:not(:first-child),
|
|
21015
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
|
21016
|
-
margin-top: 16px;
|
|
21017
|
-
}
|
|
21018
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
|
21019
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
21020
|
-
opacity: 0;
|
|
21021
|
-
}
|
|
21022
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
21023
|
-
border-bottom-left-radius: 0;
|
|
21024
|
-
border-bottom-right-radius: 0;
|
|
21025
|
-
}
|
|
21026
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
21027
|
-
min-height: 64px;
|
|
21028
|
-
}
|
|
21029
|
-
|
|
21030
|
-
.v-expansion-panel__shadow {
|
|
21031
|
-
position: absolute;
|
|
21032
|
-
top: 0;
|
|
21033
|
-
left: 0;
|
|
21034
|
-
width: 100%;
|
|
21035
|
-
height: 100%;
|
|
21036
|
-
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));
|
|
21037
|
-
border-radius: inherit;
|
|
21038
|
-
z-index: -1;
|
|
21039
|
-
}
|
|
21040
|
-
|
|
21041
|
-
.v-expansion-panel-title {
|
|
21042
|
-
align-items: center;
|
|
21043
|
-
text-align: start;
|
|
21044
|
-
border-radius: inherit;
|
|
21045
|
-
display: flex;
|
|
21046
|
-
font-size: 0.9375rem;
|
|
21047
|
-
line-height: 1;
|
|
21048
|
-
min-height: 48px;
|
|
21049
|
-
outline: none;
|
|
21050
|
-
padding: 16px 24px;
|
|
21051
|
-
position: relative;
|
|
21052
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21053
|
-
width: 100%;
|
|
21054
|
-
justify-content: space-between;
|
|
21055
|
-
}
|
|
21056
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
21057
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21058
|
-
}
|
|
21059
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
21060
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21061
|
-
}
|
|
21062
|
-
@supports not selector(:focus-visible) {
|
|
21063
|
-
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
21064
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21065
|
-
}
|
|
21066
|
-
}
|
|
21067
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
|
21068
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
21069
|
-
}
|
|
21070
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
|
21071
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21072
|
-
}
|
|
21073
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
|
21074
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21075
|
-
}
|
|
21076
|
-
@supports not selector(:focus-visible) {
|
|
21077
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
|
21078
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21079
|
-
}
|
|
21080
|
-
}
|
|
21081
|
-
|
|
21082
|
-
.v-expansion-panel-title__overlay {
|
|
21083
|
-
position: absolute;
|
|
21084
|
-
top: 0;
|
|
21085
|
-
left: 0;
|
|
21086
|
-
width: 100%;
|
|
21087
|
-
height: 100%;
|
|
21088
|
-
background-color: currentColor;
|
|
21089
|
-
border-radius: inherit;
|
|
21090
|
-
opacity: 0;
|
|
21091
|
-
}
|
|
21092
|
-
|
|
21093
|
-
.v-expansion-panel-title__icon {
|
|
21094
|
-
display: inline-flex;
|
|
21095
|
-
margin-bottom: -4px;
|
|
21096
|
-
margin-top: -4px;
|
|
21097
|
-
-webkit-user-select: none;
|
|
21098
|
-
user-select: none;
|
|
21099
|
-
margin-inline-start: auto;
|
|
21100
|
-
}
|
|
21101
|
-
|
|
21102
|
-
.v-expansion-panel-text {
|
|
21103
|
-
display: flex;
|
|
21104
|
-
}
|
|
21105
|
-
.v-expansion-panel-text__wrapper {
|
|
21106
|
-
padding: 8px 24px 16px;
|
|
21107
|
-
flex: 1 1 auto;
|
|
21108
|
-
max-width: 100%;
|
|
21109
|
-
}
|
|
21110
|
-
|
|
21111
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
21112
|
-
margin-top: 0;
|
|
21113
|
-
}
|
|
21114
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
21115
|
-
opacity: 1;
|
|
21116
|
-
}
|
|
21117
|
-
|
|
21118
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
21119
|
-
max-width: calc(100% - 32px);
|
|
21120
|
-
}
|
|
21121
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
21122
|
-
max-width: calc(100% + 16px);
|
|
21123
|
-
}
|
|
21124
|
-
|
|
21125
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
21126
|
-
max-width: 100%;
|
|
21127
|
-
}
|
|
21128
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
21129
|
-
max-width: calc(100% - 32px);
|
|
21130
|
-
}
|
|
21131
|
-
|
|
21132
|
-
.v-expansion-panels--flat > .v-expansion-panel::after {
|
|
21133
|
-
border-top: none;
|
|
21134
|
-
}
|
|
21135
|
-
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
|
21136
|
-
display: none;
|
|
21137
|
-
}
|
|
21138
|
-
|
|
21139
|
-
.v-expansion-panels--tile {
|
|
21140
|
-
border-radius: 0;
|
|
21141
|
-
}
|
|
21142
|
-
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21143
|
-
border-radius: 0;
|
|
21144
|
-
}.v-footer {
|
|
21145
|
-
align-items: center;
|
|
21146
|
-
display: flex;
|
|
21147
|
-
flex: 1 1 auto;
|
|
21148
|
-
padding: 8px 16px;
|
|
21149
|
-
position: relative;
|
|
21150
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21151
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21152
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21153
|
-
border-style: solid;
|
|
21154
|
-
border-width: 0;
|
|
21155
|
-
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));
|
|
21156
|
-
border-radius: 0;
|
|
21157
|
-
background: rgb(var(--v-theme-surface));
|
|
21158
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21159
|
-
}
|
|
21160
|
-
.v-footer--border {
|
|
21161
|
-
border-width: thin;
|
|
21162
|
-
box-shadow: none;
|
|
21163
|
-
}
|
|
21164
|
-
.v-footer--absolute {
|
|
21165
|
-
position: absolute;
|
|
21166
|
-
}
|
|
21167
|
-
.v-footer--fixed {
|
|
21168
|
-
position: fixed;
|
|
21169
|
-
}
|
|
21170
|
-
.v-footer--rounded {
|
|
21171
|
-
border-radius: 4px;
|
|
21172
|
-
}/* region INPUT */
|
|
21173
|
-
.v-field {
|
|
21174
|
-
display: grid;
|
|
21175
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
|
21176
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
21177
|
-
font-size: 16px;
|
|
21178
|
-
letter-spacing: 0.009375em;
|
|
21179
|
-
max-width: 100%;
|
|
21180
|
-
border-radius: 4px;
|
|
21181
|
-
contain: layout;
|
|
21182
|
-
flex: 1 0;
|
|
21183
|
-
grid-area: control;
|
|
21184
|
-
position: relative;
|
|
21185
|
-
--v-field-padding-start: 16px;
|
|
21186
|
-
--v-field-padding-end: 16px;
|
|
21187
|
-
--v-field-padding-top: 8px;
|
|
21188
|
-
--v-field-padding-bottom: 4px;
|
|
21189
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
21190
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
21191
|
-
}
|
|
21192
|
-
.v-field--disabled {
|
|
21193
|
-
opacity: var(--v-disabled-opacity);
|
|
21194
|
-
pointer-events: none;
|
|
21195
|
-
}
|
|
21196
|
-
.v-field .v-chip {
|
|
21197
|
-
--v-chip-height: 24px;
|
|
21198
|
-
}
|
|
21199
|
-
|
|
21200
|
-
/* endregion */
|
|
21201
|
-
/* region MODIFIERS */
|
|
21202
|
-
.v-field--prepended {
|
|
21203
|
-
padding-inline-start: 12px;
|
|
21204
|
-
}
|
|
21205
|
-
.v-field--appended {
|
|
21206
|
-
padding-inline-end: 12px;
|
|
21207
|
-
}
|
|
21208
|
-
.v-field--variant-solo, .v-field--variant-solo-filled {
|
|
21209
|
-
background: rgb(var(--v-theme-surface));
|
|
21210
|
-
border-color: transparent;
|
|
21211
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21212
|
-
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));
|
|
21213
|
-
}
|
|
21214
|
-
.v-field--variant-solo-inverted {
|
|
21215
|
-
background: rgb(var(--v-theme-surface));
|
|
21216
|
-
border-color: transparent;
|
|
21217
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21218
|
-
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));
|
|
21219
|
-
}
|
|
21220
|
-
.v-field--variant-solo-inverted.v-field--focused {
|
|
21221
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
21222
|
-
}
|
|
21223
|
-
.v-field--variant-filled {
|
|
21224
|
-
border-bottom-left-radius: 0;
|
|
21225
|
-
border-bottom-right-radius: 0;
|
|
21226
|
-
}
|
|
21227
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
21228
|
-
--v-input-control-height: 56px;
|
|
21229
|
-
--v-field-padding-bottom: 4px;
|
|
21230
|
-
}
|
|
21231
|
-
|
|
21232
|
-
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
21233
|
-
--v-input-control-height: 48px;
|
|
21234
|
-
--v-field-padding-bottom: 0px;
|
|
20996
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
20997
|
+
--v-input-control-height: 48px;
|
|
20998
|
+
--v-field-padding-bottom: 0px;
|
|
21235
20999
|
}
|
|
21236
21000
|
|
|
21237
21001
|
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
@@ -21737,178 +21501,405 @@ textarea.v-field__input::placeholder {
|
|
|
21737
21501
|
opacity: 0;
|
|
21738
21502
|
}
|
|
21739
21503
|
|
|
21740
|
-
/* endregion */.v-
|
|
21741
|
-
|
|
21742
|
-
|
|
21743
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21744
|
-
top: 0px;
|
|
21504
|
+
/* endregion */.v-expansion-panel {
|
|
21505
|
+
background-color: rgb(var(--v-theme-surface));
|
|
21506
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21745
21507
|
}
|
|
21746
|
-
.v-
|
|
21747
|
-
|
|
21748
|
-
left: 0;
|
|
21749
|
-
opacity: 0;
|
|
21750
|
-
position: absolute;
|
|
21751
|
-
top: 0;
|
|
21752
|
-
width: 100%;
|
|
21753
|
-
z-index: 1;
|
|
21508
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21509
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21754
21510
|
}
|
|
21755
|
-
.v-
|
|
21756
|
-
|
|
21511
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21512
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
21757
21513
|
}
|
|
21758
|
-
.v-
|
|
21759
|
-
|
|
21760
|
-
}
|
|
21761
|
-
|
|
21762
|
-
|
|
21763
|
-
display:
|
|
21764
|
-
|
|
21765
|
-
height: 1em;
|
|
21514
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
21515
|
+
opacity: 0.4615384615;
|
|
21516
|
+
}
|
|
21517
|
+
|
|
21518
|
+
.v-expansion-panels {
|
|
21519
|
+
display: flex;
|
|
21520
|
+
flex-wrap: wrap;
|
|
21766
21521
|
justify-content: center;
|
|
21767
|
-
|
|
21768
|
-
|
|
21522
|
+
list-style-type: none;
|
|
21523
|
+
padding: 0;
|
|
21524
|
+
width: 100%;
|
|
21769
21525
|
position: relative;
|
|
21770
|
-
|
|
21771
|
-
text-align: center;
|
|
21772
|
-
-webkit-user-select: none;
|
|
21773
|
-
user-select: none;
|
|
21774
|
-
vertical-align: middle;
|
|
21775
|
-
width: 1em;
|
|
21776
|
-
min-width: 1em;
|
|
21526
|
+
z-index: 1;
|
|
21777
21527
|
}
|
|
21778
|
-
.v-
|
|
21779
|
-
|
|
21528
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21529
|
+
border-bottom-left-radius: 0 !important;
|
|
21530
|
+
border-bottom-right-radius: 0 !important;
|
|
21780
21531
|
}
|
|
21781
|
-
.v-
|
|
21782
|
-
|
|
21532
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21533
|
+
border-top-left-radius: 0 !important;
|
|
21534
|
+
border-top-right-radius: 0 !important;
|
|
21783
21535
|
}
|
|
21784
|
-
.v-
|
|
21785
|
-
|
|
21536
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21537
|
+
border-bottom-left-radius: 0 !important;
|
|
21538
|
+
border-bottom-right-radius: 0 !important;
|
|
21786
21539
|
}
|
|
21787
|
-
.v-
|
|
21788
|
-
|
|
21540
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21541
|
+
border-top-left-radius: 0 !important;
|
|
21542
|
+
border-top-right-radius: 0 !important;
|
|
21789
21543
|
}
|
|
21790
|
-
.v-
|
|
21791
|
-
|
|
21544
|
+
.v-expansion-panels--variant-accordion > :first-child {
|
|
21545
|
+
border-bottom-left-radius: 0 !important;
|
|
21546
|
+
border-bottom-right-radius: 0 !important;
|
|
21792
21547
|
}
|
|
21793
|
-
.v-
|
|
21794
|
-
|
|
21548
|
+
.v-expansion-panels--variant-accordion > :last-child {
|
|
21549
|
+
border-top-left-radius: 0 !important;
|
|
21550
|
+
border-top-right-radius: 0 !important;
|
|
21795
21551
|
}
|
|
21796
|
-
|
|
21797
|
-
|
|
21798
|
-
|
|
21799
|
-
width: 100%;
|
|
21800
|
-
height: 100%;
|
|
21552
|
+
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
|
|
21553
|
+
border-bottom-left-radius: initial;
|
|
21554
|
+
border-bottom-right-radius: initial;
|
|
21801
21555
|
}
|
|
21802
|
-
|
|
21803
|
-
|
|
21804
|
-
|
|
21556
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
21557
|
+
border-radius: 0 !important;
|
|
21558
|
+
}
|
|
21559
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
21560
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
21805
21561
|
}
|
|
21806
21562
|
|
|
21807
|
-
.v-
|
|
21808
|
-
|
|
21809
|
-
|
|
21810
|
-
|
|
21811
|
-
|
|
21563
|
+
.v-expansion-panel {
|
|
21564
|
+
flex: 1 0 100%;
|
|
21565
|
+
max-width: 100%;
|
|
21566
|
+
position: relative;
|
|
21567
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
21568
|
+
transition-property: margin-top, border-radius, border, max-width;
|
|
21569
|
+
border-radius: 4px;
|
|
21812
21570
|
}
|
|
21813
|
-
.v-
|
|
21814
|
-
|
|
21571
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21572
|
+
border-top-style: solid;
|
|
21573
|
+
border-top-width: thin;
|
|
21574
|
+
content: "";
|
|
21575
|
+
left: 0;
|
|
21576
|
+
position: absolute;
|
|
21577
|
+
right: 0;
|
|
21578
|
+
top: 0;
|
|
21579
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21815
21580
|
}
|
|
21816
|
-
.v-
|
|
21817
|
-
|
|
21581
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21582
|
+
pointer-events: none;
|
|
21583
|
+
}
|
|
21584
|
+
.v-expansion-panel--active:not(:first-child),
|
|
21585
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
|
21586
|
+
margin-top: 16px;
|
|
21587
|
+
}
|
|
21588
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
|
21589
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
21590
|
+
opacity: 0;
|
|
21591
|
+
}
|
|
21592
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
21593
|
+
border-bottom-left-radius: 0;
|
|
21594
|
+
border-bottom-right-radius: 0;
|
|
21595
|
+
}
|
|
21596
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
21597
|
+
min-height: 64px;
|
|
21818
21598
|
}
|
|
21819
21599
|
|
|
21820
|
-
.v-
|
|
21821
|
-
.v-img__picture,
|
|
21822
|
-
.v-img__gradient,
|
|
21823
|
-
.v-img__placeholder,
|
|
21824
|
-
.v-img__error {
|
|
21825
|
-
z-index: -1;
|
|
21600
|
+
.v-expansion-panel__shadow {
|
|
21826
21601
|
position: absolute;
|
|
21827
21602
|
top: 0;
|
|
21828
21603
|
left: 0;
|
|
21829
21604
|
width: 100%;
|
|
21830
21605
|
height: 100%;
|
|
21606
|
+
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));
|
|
21607
|
+
border-radius: inherit;
|
|
21608
|
+
z-index: -1;
|
|
21831
21609
|
}
|
|
21832
21610
|
|
|
21833
|
-
.v-
|
|
21834
|
-
|
|
21611
|
+
.v-expansion-panel-title {
|
|
21612
|
+
align-items: center;
|
|
21613
|
+
text-align: start;
|
|
21614
|
+
border-radius: inherit;
|
|
21615
|
+
display: flex;
|
|
21616
|
+
font-size: 0.9375rem;
|
|
21617
|
+
line-height: 1;
|
|
21618
|
+
min-height: 48px;
|
|
21619
|
+
outline: none;
|
|
21620
|
+
padding: 16px 24px;
|
|
21621
|
+
position: relative;
|
|
21622
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21623
|
+
width: 100%;
|
|
21624
|
+
justify-content: space-between;
|
|
21835
21625
|
}
|
|
21836
|
-
.v-
|
|
21837
|
-
|
|
21626
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
21627
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21838
21628
|
}
|
|
21839
|
-
.v-
|
|
21840
|
-
|
|
21629
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
21630
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21841
21631
|
}
|
|
21842
|
-
|
|
21843
|
-
.v-
|
|
21844
|
-
|
|
21845
|
-
}
|
|
21846
|
-
display: grid;
|
|
21847
|
-
flex: 1 1 auto;
|
|
21848
|
-
font-size: 1rem;
|
|
21849
|
-
font-weight: 400;
|
|
21850
|
-
line-height: 1.5;
|
|
21632
|
+
@supports not selector(:focus-visible) {
|
|
21633
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
21634
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21635
|
+
}
|
|
21851
21636
|
}
|
|
21852
|
-
.v-
|
|
21853
|
-
|
|
21637
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
|
21638
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
21854
21639
|
}
|
|
21855
|
-
.v-
|
|
21856
|
-
--v-
|
|
21857
|
-
|
|
21640
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
|
21641
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21642
|
+
}
|
|
21643
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
|
21644
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21645
|
+
}
|
|
21646
|
+
@supports not selector(:focus-visible) {
|
|
21647
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
|
21648
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21649
|
+
}
|
|
21858
21650
|
}
|
|
21859
21651
|
|
|
21860
|
-
.v-
|
|
21861
|
-
|
|
21862
|
-
|
|
21652
|
+
.v-expansion-panel-title__overlay {
|
|
21653
|
+
position: absolute;
|
|
21654
|
+
top: 0;
|
|
21655
|
+
left: 0;
|
|
21656
|
+
width: 100%;
|
|
21657
|
+
height: 100%;
|
|
21658
|
+
background-color: currentColor;
|
|
21659
|
+
border-radius: inherit;
|
|
21660
|
+
opacity: 0;
|
|
21863
21661
|
}
|
|
21864
21662
|
|
|
21865
|
-
.v-
|
|
21866
|
-
|
|
21867
|
-
|
|
21663
|
+
.v-expansion-panel-title__icon {
|
|
21664
|
+
display: inline-flex;
|
|
21665
|
+
margin-bottom: -4px;
|
|
21666
|
+
margin-top: -4px;
|
|
21667
|
+
-webkit-user-select: none;
|
|
21668
|
+
user-select: none;
|
|
21669
|
+
margin-inline-start: auto;
|
|
21868
21670
|
}
|
|
21869
21671
|
|
|
21870
|
-
.v-
|
|
21871
|
-
|
|
21872
|
-
grid-template-rows: max-content auto max-content;
|
|
21873
|
-
grid-template-columns: min-content;
|
|
21672
|
+
.v-expansion-panel-text {
|
|
21673
|
+
display: flex;
|
|
21874
21674
|
}
|
|
21875
|
-
.v-
|
|
21876
|
-
|
|
21675
|
+
.v-expansion-panel-text__wrapper {
|
|
21676
|
+
padding: 8px 24px 16px;
|
|
21677
|
+
flex: 1 1 auto;
|
|
21678
|
+
max-width: 100%;
|
|
21877
21679
|
}
|
|
21878
|
-
|
|
21879
|
-
|
|
21680
|
+
|
|
21681
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
21682
|
+
margin-top: 0;
|
|
21683
|
+
}
|
|
21684
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
21685
|
+
opacity: 1;
|
|
21880
21686
|
}
|
|
21881
21687
|
|
|
21882
|
-
.v-
|
|
21883
|
-
|
|
21884
|
-
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
|
21885
|
-
grid-template-rows: auto auto;
|
|
21688
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
21689
|
+
max-width: calc(100% - 32px);
|
|
21886
21690
|
}
|
|
21887
|
-
.v-
|
|
21888
|
-
|
|
21691
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
21692
|
+
max-width: calc(100% + 16px);
|
|
21889
21693
|
}
|
|
21890
|
-
|
|
21891
|
-
|
|
21694
|
+
|
|
21695
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
21696
|
+
max-width: 100%;
|
|
21697
|
+
}
|
|
21698
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
21699
|
+
max-width: calc(100% - 32px);
|
|
21892
21700
|
}
|
|
21893
21701
|
|
|
21894
|
-
.v-
|
|
21895
|
-
|
|
21896
|
-
|
|
21897
|
-
|
|
21898
|
-
|
|
21899
|
-
grid-area: messages;
|
|
21900
|
-
letter-spacing: 0.0333333333em;
|
|
21901
|
-
line-height: normal;
|
|
21902
|
-
min-height: 22px;
|
|
21903
|
-
padding-top: 6px;
|
|
21904
|
-
overflow: hidden;
|
|
21905
|
-
justify-content: space-between;
|
|
21702
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
|
21703
|
+
border-top: none;
|
|
21704
|
+
}
|
|
21705
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
|
21706
|
+
display: none;
|
|
21906
21707
|
}
|
|
21907
21708
|
|
|
21908
|
-
.v-
|
|
21909
|
-
|
|
21910
|
-
|
|
21911
|
-
|
|
21709
|
+
.v-expansion-panels--tile {
|
|
21710
|
+
border-radius: 0;
|
|
21711
|
+
}
|
|
21712
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21713
|
+
border-radius: 0;
|
|
21714
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21715
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21716
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21717
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21718
|
+
top: 0px;
|
|
21719
|
+
}
|
|
21720
|
+
.v-file-input input[type=file] {
|
|
21721
|
+
height: 100%;
|
|
21722
|
+
left: 0;
|
|
21723
|
+
opacity: 0;
|
|
21724
|
+
position: absolute;
|
|
21725
|
+
top: 0;
|
|
21726
|
+
width: 100%;
|
|
21727
|
+
z-index: 1;
|
|
21728
|
+
}
|
|
21729
|
+
.v-file-input .v-input__details {
|
|
21730
|
+
padding-inline: 16px;
|
|
21731
|
+
}
|
|
21732
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21733
|
+
padding-inline: 0;
|
|
21734
|
+
}.v-footer {
|
|
21735
|
+
align-items: center;
|
|
21736
|
+
display: flex;
|
|
21737
|
+
flex: 1 1 auto;
|
|
21738
|
+
padding: 8px 16px;
|
|
21739
|
+
position: relative;
|
|
21740
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21741
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21742
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21743
|
+
border-style: solid;
|
|
21744
|
+
border-width: 0;
|
|
21745
|
+
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));
|
|
21746
|
+
border-radius: 0;
|
|
21747
|
+
background: rgb(var(--v-theme-surface));
|
|
21748
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21749
|
+
}
|
|
21750
|
+
.v-footer--border {
|
|
21751
|
+
border-width: thin;
|
|
21752
|
+
box-shadow: none;
|
|
21753
|
+
}
|
|
21754
|
+
.v-footer--absolute {
|
|
21755
|
+
position: absolute;
|
|
21756
|
+
}
|
|
21757
|
+
.v-footer--fixed {
|
|
21758
|
+
position: fixed;
|
|
21759
|
+
}
|
|
21760
|
+
.v-footer--rounded {
|
|
21761
|
+
border-radius: 4px;
|
|
21762
|
+
}.v-icon {
|
|
21763
|
+
--v-icon-size-multiplier: 1;
|
|
21764
|
+
align-items: center;
|
|
21765
|
+
display: inline-flex;
|
|
21766
|
+
font-feature-settings: "liga";
|
|
21767
|
+
height: 1em;
|
|
21768
|
+
justify-content: center;
|
|
21769
|
+
letter-spacing: normal;
|
|
21770
|
+
line-height: 1;
|
|
21771
|
+
position: relative;
|
|
21772
|
+
text-indent: 0;
|
|
21773
|
+
text-align: center;
|
|
21774
|
+
-webkit-user-select: none;
|
|
21775
|
+
user-select: none;
|
|
21776
|
+
vertical-align: middle;
|
|
21777
|
+
width: 1em;
|
|
21778
|
+
min-width: 1em;
|
|
21779
|
+
}
|
|
21780
|
+
.v-icon--clickable {
|
|
21781
|
+
cursor: pointer;
|
|
21782
|
+
}
|
|
21783
|
+
.v-icon--size-x-small {
|
|
21784
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
21785
|
+
}
|
|
21786
|
+
.v-icon--size-small {
|
|
21787
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
|
21788
|
+
}
|
|
21789
|
+
.v-icon--size-default {
|
|
21790
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
|
21791
|
+
}
|
|
21792
|
+
.v-icon--size-large {
|
|
21793
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
|
21794
|
+
}
|
|
21795
|
+
.v-icon--size-x-large {
|
|
21796
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
|
21797
|
+
}
|
|
21798
|
+
|
|
21799
|
+
.v-icon__svg {
|
|
21800
|
+
fill: currentColor;
|
|
21801
|
+
width: 100%;
|
|
21802
|
+
height: 100%;
|
|
21803
|
+
}
|
|
21804
|
+
|
|
21805
|
+
.v-icon--start {
|
|
21806
|
+
margin-inline-end: 8px;
|
|
21807
|
+
}
|
|
21808
|
+
|
|
21809
|
+
.v-icon--end {
|
|
21810
|
+
margin-inline-start: 8px;
|
|
21811
|
+
}.v-infinite-scroll--horizontal {
|
|
21812
|
+
display: flex;
|
|
21813
|
+
flex-direction: row;
|
|
21814
|
+
overflow-x: auto;
|
|
21815
|
+
}
|
|
21816
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21817
|
+
height: 100%;
|
|
21818
|
+
width: 1px;
|
|
21819
|
+
}
|
|
21820
|
+
|
|
21821
|
+
.v-infinite-scroll--vertical {
|
|
21822
|
+
display: flex;
|
|
21823
|
+
flex-direction: column;
|
|
21824
|
+
overflow-y: auto;
|
|
21825
|
+
}
|
|
21826
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21827
|
+
height: 1px;
|
|
21828
|
+
width: 100%;
|
|
21829
|
+
}
|
|
21830
|
+
|
|
21831
|
+
.v-infinite-scroll__side {
|
|
21832
|
+
align-items: center;
|
|
21833
|
+
display: flex;
|
|
21834
|
+
justify-content: center;
|
|
21835
|
+
padding: 8px;
|
|
21836
|
+
}.v-input {
|
|
21837
|
+
display: grid;
|
|
21838
|
+
flex: 1 1 auto;
|
|
21839
|
+
font-size: 1rem;
|
|
21840
|
+
font-weight: 400;
|
|
21841
|
+
line-height: 1.5;
|
|
21842
|
+
}
|
|
21843
|
+
.v-input--disabled {
|
|
21844
|
+
pointer-events: none;
|
|
21845
|
+
}
|
|
21846
|
+
.v-input--density-default {
|
|
21847
|
+
--v-input-control-height: 56px;
|
|
21848
|
+
--v-input-padding-top: 16px;
|
|
21849
|
+
}
|
|
21850
|
+
|
|
21851
|
+
.v-input--density-comfortable {
|
|
21852
|
+
--v-input-control-height: 48px;
|
|
21853
|
+
--v-input-padding-top: 12px;
|
|
21854
|
+
}
|
|
21855
|
+
|
|
21856
|
+
.v-input--density-compact {
|
|
21857
|
+
--v-input-control-height: 40px;
|
|
21858
|
+
--v-input-padding-top: 8px;
|
|
21859
|
+
}
|
|
21860
|
+
|
|
21861
|
+
.v-input--vertical {
|
|
21862
|
+
grid-template-areas: "append" "control" "prepend";
|
|
21863
|
+
grid-template-rows: max-content auto max-content;
|
|
21864
|
+
grid-template-columns: min-content;
|
|
21865
|
+
}
|
|
21866
|
+
.v-input--vertical .v-input__prepend {
|
|
21867
|
+
margin-block-start: 16px;
|
|
21868
|
+
}
|
|
21869
|
+
.v-input--vertical .v-input__append {
|
|
21870
|
+
margin-block-end: 16px;
|
|
21871
|
+
}
|
|
21872
|
+
|
|
21873
|
+
.v-input--horizontal {
|
|
21874
|
+
grid-template-areas: "prepend control append" "a messages b";
|
|
21875
|
+
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
|
21876
|
+
grid-template-rows: auto auto;
|
|
21877
|
+
}
|
|
21878
|
+
.v-input--horizontal .v-input__prepend {
|
|
21879
|
+
margin-inline-end: 16px;
|
|
21880
|
+
}
|
|
21881
|
+
.v-input--horizontal .v-input__append {
|
|
21882
|
+
margin-inline-start: 16px;
|
|
21883
|
+
}
|
|
21884
|
+
|
|
21885
|
+
.v-input__details {
|
|
21886
|
+
align-items: flex-end;
|
|
21887
|
+
display: flex;
|
|
21888
|
+
font-size: 0.75rem;
|
|
21889
|
+
font-weight: 400;
|
|
21890
|
+
grid-area: messages;
|
|
21891
|
+
letter-spacing: 0.0333333333em;
|
|
21892
|
+
line-height: normal;
|
|
21893
|
+
min-height: 22px;
|
|
21894
|
+
padding-top: 6px;
|
|
21895
|
+
overflow: hidden;
|
|
21896
|
+
justify-content: space-between;
|
|
21897
|
+
}
|
|
21898
|
+
|
|
21899
|
+
.v-input__details > .v-icon,
|
|
21900
|
+
.v-input__prepend > .v-icon,
|
|
21901
|
+
.v-input__append > .v-icon {
|
|
21902
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21912
21903
|
}
|
|
21913
21904
|
.v-input--disabled .v-input__details > .v-icon,
|
|
21914
21905
|
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
|
|
@@ -21984,36 +21975,6 @@ textarea.v-field__input::placeholder {
|
|
|
21984
21975
|
|
|
21985
21976
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21986
21977
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21987
|
-
}.v-item-group {
|
|
21988
|
-
flex: 0 1 auto;
|
|
21989
|
-
max-width: 100%;
|
|
21990
|
-
position: relative;
|
|
21991
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21992
|
-
}.v-infinite-scroll--horizontal {
|
|
21993
|
-
display: flex;
|
|
21994
|
-
flex-direction: row;
|
|
21995
|
-
overflow-x: auto;
|
|
21996
|
-
}
|
|
21997
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21998
|
-
height: 100%;
|
|
21999
|
-
width: 1px;
|
|
22000
|
-
}
|
|
22001
|
-
|
|
22002
|
-
.v-infinite-scroll--vertical {
|
|
22003
|
-
display: flex;
|
|
22004
|
-
flex-direction: column;
|
|
22005
|
-
overflow-y: auto;
|
|
22006
|
-
}
|
|
22007
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
22008
|
-
height: 1px;
|
|
22009
|
-
width: 100%;
|
|
22010
|
-
}
|
|
22011
|
-
|
|
22012
|
-
.v-infinite-scroll__side {
|
|
22013
|
-
align-items: center;
|
|
22014
|
-
display: flex;
|
|
22015
|
-
justify-content: center;
|
|
22016
|
-
padding: 8px;
|
|
22017
21978
|
}.v-label {
|
|
22018
21979
|
align-items: center;
|
|
22019
21980
|
color: inherit;
|
|
@@ -22029,31 +21990,72 @@ textarea.v-field__input::placeholder {
|
|
|
22029
21990
|
|
|
22030
21991
|
.v-label--clickable {
|
|
22031
21992
|
cursor: pointer;
|
|
22032
|
-
}.v-
|
|
22033
|
-
--v-
|
|
22034
|
-
|
|
22035
|
-
flex: 1 1 auto;
|
|
21993
|
+
}.v-img {
|
|
21994
|
+
--v-theme-overlay-multiplier: 3;
|
|
21995
|
+
z-index: 0;
|
|
22036
21996
|
}
|
|
22037
|
-
.v-
|
|
22038
|
-
|
|
22039
|
-
|
|
22040
|
-
|
|
22041
|
-
|
|
22042
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21997
|
+
.v-img--booting .v-responsive__sizer {
|
|
21998
|
+
transition: none;
|
|
21999
|
+
}
|
|
22000
|
+
.v-img--rounded {
|
|
22001
|
+
border-radius: 4px;
|
|
22043
22002
|
}
|
|
22044
22003
|
|
|
22045
|
-
.v-
|
|
22004
|
+
.v-img__img,
|
|
22005
|
+
.v-img__picture,
|
|
22006
|
+
.v-img__gradient,
|
|
22007
|
+
.v-img__placeholder,
|
|
22008
|
+
.v-img__error {
|
|
22009
|
+
z-index: -1;
|
|
22046
22010
|
position: absolute;
|
|
22047
|
-
|
|
22048
|
-
|
|
22049
|
-
|
|
22050
|
-
|
|
22051
|
-
|
|
22052
|
-
|
|
22053
|
-
|
|
22054
|
-
|
|
22055
|
-
|
|
22056
|
-
|
|
22011
|
+
top: 0;
|
|
22012
|
+
left: 0;
|
|
22013
|
+
width: 100%;
|
|
22014
|
+
height: 100%;
|
|
22015
|
+
}
|
|
22016
|
+
|
|
22017
|
+
.v-img__img--preload {
|
|
22018
|
+
filter: blur(4px);
|
|
22019
|
+
}
|
|
22020
|
+
.v-img__img--contain {
|
|
22021
|
+
object-fit: contain;
|
|
22022
|
+
}
|
|
22023
|
+
.v-img__img--cover {
|
|
22024
|
+
object-fit: cover;
|
|
22025
|
+
}
|
|
22026
|
+
|
|
22027
|
+
.v-img__gradient {
|
|
22028
|
+
background-repeat: no-repeat;
|
|
22029
|
+
}.v-item-group {
|
|
22030
|
+
flex: 0 1 auto;
|
|
22031
|
+
max-width: 100%;
|
|
22032
|
+
position: relative;
|
|
22033
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22034
|
+
}.v-layout {
|
|
22035
|
+
--v-scrollbar-offset: 0px;
|
|
22036
|
+
display: flex;
|
|
22037
|
+
flex: 1 1 auto;
|
|
22038
|
+
}
|
|
22039
|
+
.v-layout--full-height {
|
|
22040
|
+
--v-scrollbar-offset: inherit;
|
|
22041
|
+
height: 100%;
|
|
22042
|
+
}.v-layout-item {
|
|
22043
|
+
position: absolute;
|
|
22044
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22045
|
+
}
|
|
22046
|
+
|
|
22047
|
+
.v-layout-item--absolute {
|
|
22048
|
+
position: absolute;
|
|
22049
|
+
}.v-list {
|
|
22050
|
+
overflow: auto;
|
|
22051
|
+
padding: 8px 0;
|
|
22052
|
+
position: relative;
|
|
22053
|
+
outline: none;
|
|
22054
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22055
|
+
border-style: solid;
|
|
22056
|
+
border-width: 0;
|
|
22057
|
+
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));
|
|
22058
|
+
border-radius: 0;
|
|
22057
22059
|
background: rgba(var(--v-theme-surface));
|
|
22058
22060
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22059
22061
|
}
|
|
@@ -22598,22 +22600,19 @@ textarea.v-field__input::placeholder {
|
|
|
22598
22600
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22599
22601
|
}.v-locale-provider {
|
|
22600
22602
|
display: contents;
|
|
22601
|
-
}.v-
|
|
22602
|
-
|
|
22603
|
-
|
|
22604
|
-
|
|
22605
|
-
min-width: 1px;
|
|
22606
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22607
|
-
position: relative;
|
|
22603
|
+
}.v-menu > .v-overlay__content {
|
|
22604
|
+
display: flex;
|
|
22605
|
+
flex-direction: column;
|
|
22606
|
+
border-radius: 4px;
|
|
22608
22607
|
}
|
|
22609
|
-
.v-
|
|
22610
|
-
|
|
22611
|
-
|
|
22612
|
-
|
|
22613
|
-
|
|
22614
|
-
|
|
22615
|
-
|
|
22616
|
-
|
|
22608
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22609
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22610
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22611
|
+
background: rgb(var(--v-theme-surface));
|
|
22612
|
+
border-radius: inherit;
|
|
22613
|
+
overflow: auto;
|
|
22614
|
+
height: 100%;
|
|
22615
|
+
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));
|
|
22617
22616
|
}.v-navigation-drawer {
|
|
22618
22617
|
-webkit-overflow-scrolling: touch;
|
|
22619
22618
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22740,19 +22739,22 @@ textarea.v-field__input::placeholder {
|
|
|
22740
22739
|
--v-layout-right: 0px;
|
|
22741
22740
|
--v-layout-top: 0px;
|
|
22742
22741
|
--v-layout-bottom: 0px;
|
|
22743
|
-
}.v-
|
|
22744
|
-
|
|
22745
|
-
|
|
22746
|
-
|
|
22742
|
+
}.v-messages {
|
|
22743
|
+
flex: 1 1 auto;
|
|
22744
|
+
font-size: 12px;
|
|
22745
|
+
min-height: 14px;
|
|
22746
|
+
min-width: 1px;
|
|
22747
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22748
|
+
position: relative;
|
|
22747
22749
|
}
|
|
22748
|
-
.v-
|
|
22749
|
-
|
|
22750
|
-
|
|
22751
|
-
|
|
22752
|
-
|
|
22753
|
-
|
|
22754
|
-
|
|
22755
|
-
|
|
22750
|
+
.v-messages__message {
|
|
22751
|
+
line-height: 12px;
|
|
22752
|
+
word-break: break-word;
|
|
22753
|
+
overflow-wrap: break-word;
|
|
22754
|
+
word-wrap: break-word;
|
|
22755
|
+
-webkit-hyphens: auto;
|
|
22756
|
+
hyphens: auto;
|
|
22757
|
+
transition-duration: 150ms;
|
|
22756
22758
|
}.v-overlay-container {
|
|
22757
22759
|
contain: layout;
|
|
22758
22760
|
left: 0;
|
|
@@ -22872,6 +22874,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22872
22874
|
}
|
|
22873
22875
|
.v-otp-input__loader .v-progress-linear {
|
|
22874
22876
|
position: absolute;
|
|
22877
|
+
}.v-pagination__list {
|
|
22878
|
+
display: inline-flex;
|
|
22879
|
+
list-style-type: none;
|
|
22880
|
+
justify-content: center;
|
|
22881
|
+
width: 100%;
|
|
22882
|
+
}
|
|
22883
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22884
|
+
margin: 0.3rem;
|
|
22875
22885
|
}.v-parallax {
|
|
22876
22886
|
position: relative;
|
|
22877
22887
|
overflow: hidden;
|
|
@@ -22980,14 +22990,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22980
22990
|
100% {
|
|
22981
22991
|
transform: rotate(270deg);
|
|
22982
22992
|
}
|
|
22983
|
-
}.v-pagination__list {
|
|
22984
|
-
display: inline-flex;
|
|
22985
|
-
list-style-type: none;
|
|
22986
|
-
justify-content: center;
|
|
22987
|
-
width: 100%;
|
|
22988
|
-
}
|
|
22989
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22990
|
-
margin: 0.3rem;
|
|
22991
22993
|
}.v-progress-linear {
|
|
22992
22994
|
background: transparent;
|
|
22993
22995
|
overflow: hidden;
|
|
@@ -23198,6 +23200,89 @@ html.v-overlay-scroll-blocked {
|
|
|
23198
23200
|
0% {
|
|
23199
23201
|
background-position-x: var(--v-progress-linear-height);
|
|
23200
23202
|
}
|
|
23203
|
+
}.v-slider .v-slider__container input {
|
|
23204
|
+
cursor: default;
|
|
23205
|
+
padding: 0;
|
|
23206
|
+
width: 100%;
|
|
23207
|
+
display: none;
|
|
23208
|
+
}
|
|
23209
|
+
.v-slider > .v-input__append,
|
|
23210
|
+
.v-slider > .v-input__prepend {
|
|
23211
|
+
padding: 0;
|
|
23212
|
+
}
|
|
23213
|
+
|
|
23214
|
+
.v-slider__container {
|
|
23215
|
+
position: relative;
|
|
23216
|
+
min-height: inherit;
|
|
23217
|
+
width: 100%;
|
|
23218
|
+
height: 100%;
|
|
23219
|
+
display: flex;
|
|
23220
|
+
justify-content: center;
|
|
23221
|
+
align-items: center;
|
|
23222
|
+
cursor: pointer;
|
|
23223
|
+
}
|
|
23224
|
+
.v-input--disabled .v-slider__container {
|
|
23225
|
+
opacity: var(--v-disabled-opacity);
|
|
23226
|
+
}
|
|
23227
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23228
|
+
color: rgb(var(--v-theme-error));
|
|
23229
|
+
}
|
|
23230
|
+
|
|
23231
|
+
.v-slider.v-input--horizontal {
|
|
23232
|
+
align-items: center;
|
|
23233
|
+
margin-inline: 8px 8px;
|
|
23234
|
+
}
|
|
23235
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
23236
|
+
min-height: 32px;
|
|
23237
|
+
display: flex;
|
|
23238
|
+
align-items: center;
|
|
23239
|
+
}
|
|
23240
|
+
|
|
23241
|
+
.v-slider.v-input--vertical {
|
|
23242
|
+
justify-content: center;
|
|
23243
|
+
margin-top: 12px;
|
|
23244
|
+
margin-bottom: 12px;
|
|
23245
|
+
}
|
|
23246
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23247
|
+
min-height: 300px;
|
|
23248
|
+
}
|
|
23249
|
+
|
|
23250
|
+
.v-slider.v-input--disabled {
|
|
23251
|
+
pointer-events: none;
|
|
23252
|
+
}
|
|
23253
|
+
|
|
23254
|
+
.v-slider--has-labels > .v-input__control {
|
|
23255
|
+
margin-bottom: 4px;
|
|
23256
|
+
}
|
|
23257
|
+
|
|
23258
|
+
.v-slider__label {
|
|
23259
|
+
margin-inline-end: 12px;
|
|
23260
|
+
}.v-responsive {
|
|
23261
|
+
display: flex;
|
|
23262
|
+
flex: 1 0 auto;
|
|
23263
|
+
max-height: 100%;
|
|
23264
|
+
max-width: 100%;
|
|
23265
|
+
overflow: hidden;
|
|
23266
|
+
position: relative;
|
|
23267
|
+
}
|
|
23268
|
+
.v-responsive--inline {
|
|
23269
|
+
display: inline-flex;
|
|
23270
|
+
flex: 0 0 auto;
|
|
23271
|
+
}
|
|
23272
|
+
|
|
23273
|
+
.v-responsive__content {
|
|
23274
|
+
flex: 1 0 0px;
|
|
23275
|
+
max-width: 100%;
|
|
23276
|
+
}
|
|
23277
|
+
|
|
23278
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
23279
|
+
margin-inline-start: -100%;
|
|
23280
|
+
}
|
|
23281
|
+
|
|
23282
|
+
.v-responsive__sizer {
|
|
23283
|
+
flex: 1 0 0px;
|
|
23284
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23285
|
+
pointer-events: none;
|
|
23201
23286
|
}.v-radio-group > .v-input__control {
|
|
23202
23287
|
flex-direction: column;
|
|
23203
23288
|
}
|
|
@@ -23264,133 +23349,50 @@ html.v-overlay-scroll-blocked {
|
|
|
23264
23349
|
opacity: 0;
|
|
23265
23350
|
position: absolute;
|
|
23266
23351
|
width: 0;
|
|
23267
|
-
}.v-
|
|
23352
|
+
}.v-selection-control {
|
|
23353
|
+
align-items: center;
|
|
23354
|
+
contain: layout;
|
|
23268
23355
|
display: flex;
|
|
23269
|
-
flex: 1 0
|
|
23270
|
-
|
|
23271
|
-
max-width: 100%;
|
|
23272
|
-
overflow: hidden;
|
|
23356
|
+
flex: 1 0;
|
|
23357
|
+
grid-area: control;
|
|
23273
23358
|
position: relative;
|
|
23359
|
+
-webkit-user-select: none;
|
|
23360
|
+
user-select: none;
|
|
23274
23361
|
}
|
|
23275
|
-
.v-
|
|
23362
|
+
.v-selection-control .v-label {
|
|
23363
|
+
white-space: normal;
|
|
23364
|
+
word-break: break-word;
|
|
23365
|
+
height: 100%;
|
|
23366
|
+
}
|
|
23367
|
+
.v-selection-control--disabled {
|
|
23368
|
+
opacity: var(--v-disabled-opacity);
|
|
23369
|
+
pointer-events: none;
|
|
23370
|
+
}
|
|
23371
|
+
.v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
|
|
23372
|
+
opacity: 1;
|
|
23373
|
+
}
|
|
23374
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
|
|
23375
|
+
color: rgb(var(--v-theme-error));
|
|
23376
|
+
}
|
|
23377
|
+
.v-selection-control--inline {
|
|
23276
23378
|
display: inline-flex;
|
|
23277
23379
|
flex: 0 0 auto;
|
|
23278
|
-
|
|
23279
|
-
|
|
23280
|
-
.v-responsive__content {
|
|
23281
|
-
flex: 1 0 0px;
|
|
23380
|
+
min-width: 0;
|
|
23282
23381
|
max-width: 100%;
|
|
23283
23382
|
}
|
|
23383
|
+
.v-selection-control--inline .v-label {
|
|
23384
|
+
width: auto;
|
|
23385
|
+
}
|
|
23386
|
+
.v-selection-control--density-default {
|
|
23387
|
+
--v-selection-control-size: 40px;
|
|
23388
|
+
}
|
|
23284
23389
|
|
|
23285
|
-
.v-
|
|
23286
|
-
|
|
23390
|
+
.v-selection-control--density-comfortable {
|
|
23391
|
+
--v-selection-control-size: 36px;
|
|
23287
23392
|
}
|
|
23288
23393
|
|
|
23289
|
-
.v-
|
|
23290
|
-
|
|
23291
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23292
|
-
pointer-events: none;
|
|
23293
|
-
}.v-slider .v-slider__container input {
|
|
23294
|
-
cursor: default;
|
|
23295
|
-
padding: 0;
|
|
23296
|
-
width: 100%;
|
|
23297
|
-
display: none;
|
|
23298
|
-
}
|
|
23299
|
-
.v-slider > .v-input__append,
|
|
23300
|
-
.v-slider > .v-input__prepend {
|
|
23301
|
-
padding: 0;
|
|
23302
|
-
}
|
|
23303
|
-
|
|
23304
|
-
.v-slider__container {
|
|
23305
|
-
position: relative;
|
|
23306
|
-
min-height: inherit;
|
|
23307
|
-
width: 100%;
|
|
23308
|
-
height: 100%;
|
|
23309
|
-
display: flex;
|
|
23310
|
-
justify-content: center;
|
|
23311
|
-
align-items: center;
|
|
23312
|
-
cursor: pointer;
|
|
23313
|
-
}
|
|
23314
|
-
.v-input--disabled .v-slider__container {
|
|
23315
|
-
opacity: var(--v-disabled-opacity);
|
|
23316
|
-
}
|
|
23317
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23318
|
-
color: rgb(var(--v-theme-error));
|
|
23319
|
-
}
|
|
23320
|
-
|
|
23321
|
-
.v-slider.v-input--horizontal {
|
|
23322
|
-
align-items: center;
|
|
23323
|
-
margin-inline: 8px 8px;
|
|
23324
|
-
}
|
|
23325
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23326
|
-
min-height: 32px;
|
|
23327
|
-
display: flex;
|
|
23328
|
-
align-items: center;
|
|
23329
|
-
}
|
|
23330
|
-
|
|
23331
|
-
.v-slider.v-input--vertical {
|
|
23332
|
-
justify-content: center;
|
|
23333
|
-
margin-top: 12px;
|
|
23334
|
-
margin-bottom: 12px;
|
|
23335
|
-
}
|
|
23336
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
23337
|
-
min-height: 300px;
|
|
23338
|
-
}
|
|
23339
|
-
|
|
23340
|
-
.v-slider.v-input--disabled {
|
|
23341
|
-
pointer-events: none;
|
|
23342
|
-
}
|
|
23343
|
-
|
|
23344
|
-
.v-slider--has-labels > .v-input__control {
|
|
23345
|
-
margin-bottom: 4px;
|
|
23346
|
-
}
|
|
23347
|
-
|
|
23348
|
-
.v-slider__label {
|
|
23349
|
-
margin-inline-end: 12px;
|
|
23350
|
-
}.v-selection-control {
|
|
23351
|
-
align-items: center;
|
|
23352
|
-
contain: layout;
|
|
23353
|
-
display: flex;
|
|
23354
|
-
flex: 1 0;
|
|
23355
|
-
grid-area: control;
|
|
23356
|
-
position: relative;
|
|
23357
|
-
-webkit-user-select: none;
|
|
23358
|
-
user-select: none;
|
|
23359
|
-
}
|
|
23360
|
-
.v-selection-control .v-label {
|
|
23361
|
-
white-space: normal;
|
|
23362
|
-
word-break: break-word;
|
|
23363
|
-
height: 100%;
|
|
23364
|
-
}
|
|
23365
|
-
.v-selection-control--disabled {
|
|
23366
|
-
opacity: var(--v-disabled-opacity);
|
|
23367
|
-
pointer-events: none;
|
|
23368
|
-
}
|
|
23369
|
-
.v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
|
|
23370
|
-
opacity: 1;
|
|
23371
|
-
}
|
|
23372
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
|
|
23373
|
-
color: rgb(var(--v-theme-error));
|
|
23374
|
-
}
|
|
23375
|
-
.v-selection-control--inline {
|
|
23376
|
-
display: inline-flex;
|
|
23377
|
-
flex: 0 0 auto;
|
|
23378
|
-
min-width: 0;
|
|
23379
|
-
max-width: 100%;
|
|
23380
|
-
}
|
|
23381
|
-
.v-selection-control--inline .v-label {
|
|
23382
|
-
width: auto;
|
|
23383
|
-
}
|
|
23384
|
-
.v-selection-control--density-default {
|
|
23385
|
-
--v-selection-control-size: 40px;
|
|
23386
|
-
}
|
|
23387
|
-
|
|
23388
|
-
.v-selection-control--density-comfortable {
|
|
23389
|
-
--v-selection-control-size: 36px;
|
|
23390
|
-
}
|
|
23391
|
-
|
|
23392
|
-
.v-selection-control--density-compact {
|
|
23393
|
-
--v-selection-control-size: 28px;
|
|
23394
|
+
.v-selection-control--density-compact {
|
|
23395
|
+
--v-selection-control-size: 28px;
|
|
23394
23396
|
}
|
|
23395
23397
|
|
|
23396
23398
|
.v-selection-control__wrapper {
|
|
@@ -23448,6 +23450,48 @@ html.v-overlay-scroll-blocked {
|
|
|
23448
23450
|
}
|
|
23449
23451
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
23450
23452
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
23453
|
+
}.v-slide-group {
|
|
23454
|
+
display: flex;
|
|
23455
|
+
overflow: hidden;
|
|
23456
|
+
}
|
|
23457
|
+
|
|
23458
|
+
.v-slide-group__next,
|
|
23459
|
+
.v-slide-group__prev {
|
|
23460
|
+
align-items: center;
|
|
23461
|
+
display: flex;
|
|
23462
|
+
flex: 0 1 52px;
|
|
23463
|
+
justify-content: center;
|
|
23464
|
+
min-width: 52px;
|
|
23465
|
+
cursor: pointer;
|
|
23466
|
+
}
|
|
23467
|
+
.v-slide-group__next--disabled,
|
|
23468
|
+
.v-slide-group__prev--disabled {
|
|
23469
|
+
pointer-events: none;
|
|
23470
|
+
opacity: var(--v-disabled-opacity);
|
|
23471
|
+
}
|
|
23472
|
+
|
|
23473
|
+
.v-slide-group__content {
|
|
23474
|
+
display: flex;
|
|
23475
|
+
flex: 1 0 auto;
|
|
23476
|
+
position: relative;
|
|
23477
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23478
|
+
white-space: nowrap;
|
|
23479
|
+
}
|
|
23480
|
+
.v-slide-group__content > * {
|
|
23481
|
+
white-space: initial;
|
|
23482
|
+
}
|
|
23483
|
+
|
|
23484
|
+
.v-slide-group__container {
|
|
23485
|
+
contain: content;
|
|
23486
|
+
display: flex;
|
|
23487
|
+
flex: 1 1 auto;
|
|
23488
|
+
overflow: hidden;
|
|
23489
|
+
}
|
|
23490
|
+
|
|
23491
|
+
.v-slide-group--vertical,
|
|
23492
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23493
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23494
|
+
flex-direction: column;
|
|
23451
23495
|
}.v-select .v-field .v-text-field__prefix,
|
|
23452
23496
|
.v-select .v-field .v-text-field__suffix,
|
|
23453
23497
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -23496,6 +23540,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23496
23540
|
.v-select--active-menu .v-select__menu-icon {
|
|
23497
23541
|
opacity: var(--v-high-emphasis-opacity);
|
|
23498
23542
|
transform: rotate(180deg);
|
|
23543
|
+
}.v-selection-control-group {
|
|
23544
|
+
grid-area: control;
|
|
23545
|
+
display: flex;
|
|
23546
|
+
flex-direction: column;
|
|
23547
|
+
}
|
|
23548
|
+
.v-selection-control-group--inline {
|
|
23549
|
+
flex-direction: row;
|
|
23550
|
+
flex-wrap: wrap;
|
|
23499
23551
|
}.v-sheet {
|
|
23500
23552
|
display: block;
|
|
23501
23553
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -23524,237 +23576,71 @@ html.v-overlay-scroll-blocked {
|
|
|
23524
23576
|
}
|
|
23525
23577
|
.v-sheet--rounded {
|
|
23526
23578
|
border-radius: 4px;
|
|
23527
|
-
}.v-
|
|
23528
|
-
display: flex;
|
|
23529
|
-
overflow: hidden;
|
|
23530
|
-
}
|
|
23531
|
-
|
|
23532
|
-
.v-slide-group__next,
|
|
23533
|
-
.v-slide-group__prev {
|
|
23579
|
+
}.v-skeleton-loader {
|
|
23534
23580
|
align-items: center;
|
|
23581
|
+
background: rgb(var(--v-theme-surface));
|
|
23582
|
+
border-radius: 4px;
|
|
23535
23583
|
display: flex;
|
|
23536
|
-
flex:
|
|
23537
|
-
justify-content: center;
|
|
23538
|
-
min-width: 52px;
|
|
23539
|
-
cursor: pointer;
|
|
23540
|
-
}
|
|
23541
|
-
.v-slide-group__next--disabled,
|
|
23542
|
-
.v-slide-group__prev--disabled {
|
|
23543
|
-
pointer-events: none;
|
|
23544
|
-
opacity: var(--v-disabled-opacity);
|
|
23545
|
-
}
|
|
23546
|
-
|
|
23547
|
-
.v-slide-group__content {
|
|
23548
|
-
display: flex;
|
|
23549
|
-
flex: 1 0 auto;
|
|
23584
|
+
flex-wrap: wrap;
|
|
23550
23585
|
position: relative;
|
|
23551
|
-
|
|
23552
|
-
white-space: nowrap;
|
|
23586
|
+
vertical-align: top;
|
|
23553
23587
|
}
|
|
23554
|
-
.v-
|
|
23555
|
-
|
|
23588
|
+
.v-skeleton-loader__actions {
|
|
23589
|
+
justify-content: end;
|
|
23556
23590
|
}
|
|
23557
|
-
|
|
23558
|
-
|
|
23559
|
-
contain: content;
|
|
23560
|
-
display: flex;
|
|
23561
|
-
flex: 1 1 auto;
|
|
23562
|
-
overflow: hidden;
|
|
23591
|
+
.v-skeleton-loader .v-skeleton-loader__ossein {
|
|
23592
|
+
height: 100%;
|
|
23563
23593
|
}
|
|
23564
|
-
|
|
23565
|
-
.v-
|
|
23566
|
-
.v-
|
|
23567
|
-
.v-
|
|
23568
|
-
|
|
23569
|
-
|
|
23570
|
-
|
|
23571
|
-
|
|
23572
|
-
|
|
23594
|
+
.v-skeleton-loader .v-skeleton-loader__avatar,
|
|
23595
|
+
.v-skeleton-loader .v-skeleton-loader__button,
|
|
23596
|
+
.v-skeleton-loader .v-skeleton-loader__chip,
|
|
23597
|
+
.v-skeleton-loader .v-skeleton-loader__divider,
|
|
23598
|
+
.v-skeleton-loader .v-skeleton-loader__heading,
|
|
23599
|
+
.v-skeleton-loader .v-skeleton-loader__image,
|
|
23600
|
+
.v-skeleton-loader .v-skeleton-loader__ossein,
|
|
23601
|
+
.v-skeleton-loader .v-skeleton-loader__text {
|
|
23602
|
+
background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
|
|
23573
23603
|
}
|
|
23574
|
-
.v-
|
|
23575
|
-
|
|
23576
|
-
|
|
23577
|
-
|
|
23578
|
-
|
|
23604
|
+
.v-skeleton-loader .v-skeleton-loader__list-item,
|
|
23605
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
|
|
23606
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-text,
|
|
23607
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
|
|
23608
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
|
|
23609
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
|
|
23610
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
|
|
23579
23611
|
border-radius: 4px;
|
|
23580
|
-
overflow: hidden;
|
|
23581
|
-
}
|
|
23582
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
23583
|
-
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));
|
|
23584
23612
|
}
|
|
23585
|
-
|
|
23586
|
-
.v-stepper-header {
|
|
23587
|
-
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));
|
|
23613
|
+
.v-skeleton-loader__bone {
|
|
23588
23614
|
align-items: center;
|
|
23615
|
+
border-radius: inherit;
|
|
23589
23616
|
display: flex;
|
|
23617
|
+
flex: 1 1 100%;
|
|
23618
|
+
flex-wrap: wrap;
|
|
23619
|
+
overflow: hidden;
|
|
23590
23620
|
position: relative;
|
|
23591
|
-
overflow-x: auto;
|
|
23592
|
-
justify-content: space-between;
|
|
23593
|
-
z-index: 1;
|
|
23594
23621
|
}
|
|
23595
|
-
.v-
|
|
23596
|
-
|
|
23622
|
+
.v-skeleton-loader__bone::after {
|
|
23623
|
+
content: "";
|
|
23624
|
+
position: absolute;
|
|
23625
|
+
top: 0;
|
|
23626
|
+
left: 0;
|
|
23627
|
+
width: 100%;
|
|
23628
|
+
height: 100%;
|
|
23629
|
+
animation: loading 1.5s infinite;
|
|
23630
|
+
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
|
23631
|
+
transform: translateX(-100%);
|
|
23632
|
+
z-index: 1;
|
|
23597
23633
|
}
|
|
23598
|
-
.v-
|
|
23599
|
-
|
|
23600
|
-
|
|
23601
|
-
|
|
23602
|
-
|
|
23603
|
-
|
|
23604
|
-
|
|
23605
|
-
|
|
23606
|
-
|
|
23607
|
-
|
|
23608
|
-
align-self: flex-start;
|
|
23609
|
-
margin: 35px -67px 0;
|
|
23610
|
-
}
|
|
23611
|
-
|
|
23612
|
-
.v-stepper-window {
|
|
23613
|
-
margin: 1.5rem;
|
|
23614
|
-
}
|
|
23615
|
-
|
|
23616
|
-
.v-stepper-actions {
|
|
23617
|
-
display: flex;
|
|
23618
|
-
align-items: center;
|
|
23619
|
-
justify-content: space-between;
|
|
23620
|
-
padding: 1rem;
|
|
23621
|
-
}
|
|
23622
|
-
.v-stepper .v-stepper-actions {
|
|
23623
|
-
padding: 0 1.5rem 1rem;
|
|
23624
|
-
}
|
|
23625
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
23626
|
-
padding: 1.5rem 0 0;
|
|
23627
|
-
}.v-stepper-item {
|
|
23628
|
-
align-items: center;
|
|
23629
|
-
align-self: stretch;
|
|
23630
|
-
display: inline-flex;
|
|
23631
|
-
flex: none;
|
|
23632
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23633
|
-
padding: 1.5rem;
|
|
23634
|
-
transition-duration: 0.2s;
|
|
23635
|
-
transition-property: opacity;
|
|
23636
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23637
|
-
}
|
|
23638
|
-
.v-stepper-item--selected {
|
|
23639
|
-
opacity: 1;
|
|
23640
|
-
}
|
|
23641
|
-
.v-stepper-item--error {
|
|
23642
|
-
color: rgb(var(--v-theme-error));
|
|
23643
|
-
}
|
|
23644
|
-
.v-stepper-item--disabled {
|
|
23645
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23646
|
-
pointer-events: none;
|
|
23647
|
-
}
|
|
23648
|
-
.v-stepper--alt-labels .v-stepper-item {
|
|
23649
|
-
flex-direction: column;
|
|
23650
|
-
justify-content: flex-start;
|
|
23651
|
-
align-items: center;
|
|
23652
|
-
flex-basis: 175px;
|
|
23653
|
-
}
|
|
23654
|
-
|
|
23655
|
-
.v-stepper-item__avatar.v-avatar {
|
|
23656
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
23657
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23658
|
-
font-size: 0.75rem;
|
|
23659
|
-
margin-inline-end: 8px;
|
|
23660
|
-
}
|
|
23661
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
23662
|
-
font-size: 0.875rem;
|
|
23663
|
-
}
|
|
23664
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
23665
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
23666
|
-
}
|
|
23667
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
23668
|
-
background: rgb(var(--v-theme-error));
|
|
23669
|
-
}
|
|
23670
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
23671
|
-
margin-bottom: 16px;
|
|
23672
|
-
margin-inline-end: 0;
|
|
23673
|
-
}
|
|
23674
|
-
|
|
23675
|
-
.v-stepper-item__title {
|
|
23676
|
-
line-height: 1;
|
|
23677
|
-
}
|
|
23678
|
-
.v-stepper--mobile .v-stepper-item__title {
|
|
23679
|
-
display: none;
|
|
23680
|
-
}
|
|
23681
|
-
|
|
23682
|
-
.v-stepper-item__subtitle {
|
|
23683
|
-
font-size: 0.75rem;
|
|
23684
|
-
text-align: left;
|
|
23685
|
-
line-height: 1;
|
|
23686
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23687
|
-
}
|
|
23688
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23689
|
-
text-align: center;
|
|
23690
|
-
}
|
|
23691
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23692
|
-
display: none;
|
|
23693
|
-
}.v-skeleton-loader {
|
|
23694
|
-
align-items: center;
|
|
23695
|
-
background: rgb(var(--v-theme-surface));
|
|
23696
|
-
border-radius: 4px;
|
|
23697
|
-
display: flex;
|
|
23698
|
-
flex-wrap: wrap;
|
|
23699
|
-
position: relative;
|
|
23700
|
-
vertical-align: top;
|
|
23701
|
-
}
|
|
23702
|
-
.v-skeleton-loader__actions {
|
|
23703
|
-
justify-content: end;
|
|
23704
|
-
}
|
|
23705
|
-
.v-skeleton-loader .v-skeleton-loader__ossein {
|
|
23706
|
-
height: 100%;
|
|
23707
|
-
}
|
|
23708
|
-
.v-skeleton-loader .v-skeleton-loader__avatar,
|
|
23709
|
-
.v-skeleton-loader .v-skeleton-loader__button,
|
|
23710
|
-
.v-skeleton-loader .v-skeleton-loader__chip,
|
|
23711
|
-
.v-skeleton-loader .v-skeleton-loader__divider,
|
|
23712
|
-
.v-skeleton-loader .v-skeleton-loader__heading,
|
|
23713
|
-
.v-skeleton-loader .v-skeleton-loader__image,
|
|
23714
|
-
.v-skeleton-loader .v-skeleton-loader__ossein,
|
|
23715
|
-
.v-skeleton-loader .v-skeleton-loader__text {
|
|
23716
|
-
background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
|
|
23717
|
-
}
|
|
23718
|
-
.v-skeleton-loader .v-skeleton-loader__list-item,
|
|
23719
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
|
|
23720
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-text,
|
|
23721
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
|
|
23722
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
|
|
23723
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
|
|
23724
|
-
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
|
|
23725
|
-
border-radius: 4px;
|
|
23726
|
-
}
|
|
23727
|
-
.v-skeleton-loader__bone {
|
|
23728
|
-
align-items: center;
|
|
23729
|
-
border-radius: inherit;
|
|
23730
|
-
display: flex;
|
|
23731
|
-
flex: 1 1 100%;
|
|
23732
|
-
flex-wrap: wrap;
|
|
23733
|
-
overflow: hidden;
|
|
23734
|
-
position: relative;
|
|
23735
|
-
}
|
|
23736
|
-
.v-skeleton-loader__bone::after {
|
|
23737
|
-
content: "";
|
|
23738
|
-
position: absolute;
|
|
23739
|
-
top: 0;
|
|
23740
|
-
left: 0;
|
|
23741
|
-
width: 100%;
|
|
23742
|
-
height: 100%;
|
|
23743
|
-
animation: loading 1.5s infinite;
|
|
23744
|
-
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
|
23745
|
-
transform: translateX(-100%);
|
|
23746
|
-
z-index: 1;
|
|
23747
|
-
}
|
|
23748
|
-
.v-skeleton-loader__avatar {
|
|
23749
|
-
border-radius: 50%;
|
|
23750
|
-
flex: 0 1 auto;
|
|
23751
|
-
margin: 8px 16px;
|
|
23752
|
-
max-height: 48px;
|
|
23753
|
-
min-height: 48px;
|
|
23754
|
-
height: 48px;
|
|
23755
|
-
max-width: 48px;
|
|
23756
|
-
min-width: 48px;
|
|
23757
|
-
width: 48px;
|
|
23634
|
+
.v-skeleton-loader__avatar {
|
|
23635
|
+
border-radius: 50%;
|
|
23636
|
+
flex: 0 1 auto;
|
|
23637
|
+
margin: 8px 16px;
|
|
23638
|
+
max-height: 48px;
|
|
23639
|
+
min-height: 48px;
|
|
23640
|
+
height: 48px;
|
|
23641
|
+
max-width: 48px;
|
|
23642
|
+
min-width: 48px;
|
|
23643
|
+
width: 48px;
|
|
23758
23644
|
}
|
|
23759
23645
|
.v-skeleton-loader__avatar + .v-skeleton-loader__bone {
|
|
23760
23646
|
flex: 1 1 auto;
|
|
@@ -23913,81 +23799,199 @@ html.v-overlay-scroll-blocked {
|
|
|
23913
23799
|
100% {
|
|
23914
23800
|
transform: translateX(100%);
|
|
23915
23801
|
}
|
|
23916
|
-
}.v-
|
|
23917
|
-
|
|
23918
|
-
z-index: 10000;
|
|
23919
|
-
margin: 8px;
|
|
23920
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23921
|
-
}
|
|
23922
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23923
|
-
align-items: flex-end;
|
|
23802
|
+
}.v-switch .v-label {
|
|
23803
|
+
padding-inline-start: 10px;
|
|
23924
23804
|
}
|
|
23925
|
-
|
|
23926
|
-
|
|
23805
|
+
|
|
23806
|
+
.v-switch__loader {
|
|
23927
23807
|
display: flex;
|
|
23928
|
-
max-width: 672px;
|
|
23929
|
-
min-height: 48px;
|
|
23930
|
-
min-width: 344px;
|
|
23931
|
-
overflow: hidden;
|
|
23932
|
-
padding: 0;
|
|
23933
|
-
border-radius: 4px;
|
|
23934
|
-
}
|
|
23935
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23936
|
-
background: transparent;
|
|
23937
|
-
color: inherit;
|
|
23938
|
-
}
|
|
23939
|
-
.v-snackbar--variant-plain {
|
|
23940
|
-
opacity: 0.62;
|
|
23941
|
-
}
|
|
23942
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23943
|
-
opacity: 1;
|
|
23944
23808
|
}
|
|
23945
|
-
.v-
|
|
23946
|
-
|
|
23809
|
+
.v-switch__loader .v-progress-circular {
|
|
23810
|
+
color: rgb(var(--v-theme-surface));
|
|
23947
23811
|
}
|
|
23948
|
-
|
|
23949
|
-
|
|
23950
|
-
|
|
23812
|
+
|
|
23813
|
+
.v-switch__track,
|
|
23814
|
+
.v-switch__thumb {
|
|
23815
|
+
transition: none;
|
|
23951
23816
|
}
|
|
23952
|
-
.v-
|
|
23953
|
-
|
|
23817
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
23818
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
23819
|
+
background-color: rgb(var(--v-theme-error));
|
|
23820
|
+
color: rgb(var(--v-theme-on-error));
|
|
23954
23821
|
}
|
|
23955
|
-
|
|
23956
|
-
|
|
23822
|
+
|
|
23823
|
+
.v-switch__track-true {
|
|
23824
|
+
margin-inline-end: auto;
|
|
23957
23825
|
}
|
|
23958
|
-
.v-
|
|
23959
|
-
|
|
23826
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
23827
|
+
opacity: 0;
|
|
23960
23828
|
}
|
|
23961
|
-
|
|
23962
|
-
|
|
23829
|
+
|
|
23830
|
+
.v-switch__track-false {
|
|
23831
|
+
margin-inline-start: auto;
|
|
23963
23832
|
}
|
|
23964
|
-
.v-
|
|
23965
|
-
|
|
23966
|
-
opacity: var(--v-activated-opacity);
|
|
23967
|
-
border-radius: inherit;
|
|
23968
|
-
position: absolute;
|
|
23969
|
-
top: 0;
|
|
23970
|
-
right: 0;
|
|
23971
|
-
bottom: 0;
|
|
23972
|
-
left: 0;
|
|
23973
|
-
pointer-events: none;
|
|
23833
|
+
.v-selection-control--dirty .v-switch__track-false {
|
|
23834
|
+
opacity: 0;
|
|
23974
23835
|
}
|
|
23975
23836
|
|
|
23976
|
-
.v-
|
|
23977
|
-
|
|
23978
|
-
font-size: 0.875rem;
|
|
23979
|
-
font-weight: 400;
|
|
23980
|
-
letter-spacing: 0.0178571429em;
|
|
23981
|
-
line-height: 1.25rem;
|
|
23982
|
-
margin-right: auto;
|
|
23983
|
-
padding: 14px 16px;
|
|
23984
|
-
text-align: initial;
|
|
23985
|
-
}
|
|
23986
|
-
.v-snackbar__actions {
|
|
23837
|
+
.v-switch__track {
|
|
23838
|
+
display: inline-flex;
|
|
23987
23839
|
align-items: center;
|
|
23988
|
-
|
|
23989
|
-
|
|
23990
|
-
|
|
23840
|
+
font-size: 0.5rem;
|
|
23841
|
+
padding: 0 5px;
|
|
23842
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
23843
|
+
border-radius: 9999px;
|
|
23844
|
+
height: 14px;
|
|
23845
|
+
opacity: 0.6;
|
|
23846
|
+
min-width: 36px;
|
|
23847
|
+
cursor: pointer;
|
|
23848
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23849
|
+
}
|
|
23850
|
+
.v-switch--inset .v-switch__track {
|
|
23851
|
+
border-radius: 9999px;
|
|
23852
|
+
font-size: 0.75rem;
|
|
23853
|
+
height: 32px;
|
|
23854
|
+
min-width: 52px;
|
|
23855
|
+
}
|
|
23856
|
+
|
|
23857
|
+
.v-switch__thumb {
|
|
23858
|
+
align-items: center;
|
|
23859
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
23860
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
23861
|
+
border-radius: 50%;
|
|
23862
|
+
display: flex;
|
|
23863
|
+
font-size: 0.75rem;
|
|
23864
|
+
height: 20px;
|
|
23865
|
+
justify-content: center;
|
|
23866
|
+
width: 20px;
|
|
23867
|
+
pointer-events: none;
|
|
23868
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23869
|
+
position: relative;
|
|
23870
|
+
overflow: hidden;
|
|
23871
|
+
}
|
|
23872
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
23873
|
+
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));
|
|
23874
|
+
}
|
|
23875
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
23876
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23877
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23878
|
+
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));
|
|
23879
|
+
}
|
|
23880
|
+
.v-switch--inset .v-switch__thumb {
|
|
23881
|
+
height: 24px;
|
|
23882
|
+
width: 24px;
|
|
23883
|
+
transform: scale(0.6666666667);
|
|
23884
|
+
}
|
|
23885
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
23886
|
+
transform: none;
|
|
23887
|
+
}
|
|
23888
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23889
|
+
transform: none;
|
|
23890
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23891
|
+
}
|
|
23892
|
+
|
|
23893
|
+
.v-switch.v-input {
|
|
23894
|
+
flex: 0 1 auto;
|
|
23895
|
+
}
|
|
23896
|
+
.v-switch .v-selection-control {
|
|
23897
|
+
min-height: var(--v-input-control-height);
|
|
23898
|
+
}
|
|
23899
|
+
.v-switch .v-selection-control__input {
|
|
23900
|
+
border-radius: 50%;
|
|
23901
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
23902
|
+
transform: translateX(-10px);
|
|
23903
|
+
position: absolute;
|
|
23904
|
+
}
|
|
23905
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
23906
|
+
position: absolute;
|
|
23907
|
+
}
|
|
23908
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
23909
|
+
transform: translateX(10px);
|
|
23910
|
+
}
|
|
23911
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
23912
|
+
transform: scale(0.8);
|
|
23913
|
+
}
|
|
23914
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
23915
|
+
transform: scale(0.75);
|
|
23916
|
+
box-shadow: none;
|
|
23917
|
+
}
|
|
23918
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23919
|
+
width: auto;
|
|
23920
|
+
}.v-snackbar {
|
|
23921
|
+
justify-content: center;
|
|
23922
|
+
z-index: 10000;
|
|
23923
|
+
margin: 8px;
|
|
23924
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23925
|
+
}
|
|
23926
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23927
|
+
align-items: flex-end;
|
|
23928
|
+
}
|
|
23929
|
+
.v-snackbar__wrapper {
|
|
23930
|
+
align-items: center;
|
|
23931
|
+
display: flex;
|
|
23932
|
+
max-width: 672px;
|
|
23933
|
+
min-height: 48px;
|
|
23934
|
+
min-width: 344px;
|
|
23935
|
+
overflow: hidden;
|
|
23936
|
+
padding: 0;
|
|
23937
|
+
border-radius: 4px;
|
|
23938
|
+
}
|
|
23939
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23940
|
+
background: transparent;
|
|
23941
|
+
color: inherit;
|
|
23942
|
+
}
|
|
23943
|
+
.v-snackbar--variant-plain {
|
|
23944
|
+
opacity: 0.62;
|
|
23945
|
+
}
|
|
23946
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23947
|
+
opacity: 1;
|
|
23948
|
+
}
|
|
23949
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23950
|
+
display: none;
|
|
23951
|
+
}
|
|
23952
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23953
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23954
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23955
|
+
}
|
|
23956
|
+
.v-snackbar--variant-elevated {
|
|
23957
|
+
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));
|
|
23958
|
+
}
|
|
23959
|
+
.v-snackbar--variant-flat {
|
|
23960
|
+
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));
|
|
23961
|
+
}
|
|
23962
|
+
.v-snackbar--variant-outlined {
|
|
23963
|
+
border: thin solid currentColor;
|
|
23964
|
+
}
|
|
23965
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23966
|
+
background: currentColor;
|
|
23967
|
+
}
|
|
23968
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23969
|
+
background: currentColor;
|
|
23970
|
+
opacity: var(--v-activated-opacity);
|
|
23971
|
+
border-radius: inherit;
|
|
23972
|
+
position: absolute;
|
|
23973
|
+
top: 0;
|
|
23974
|
+
right: 0;
|
|
23975
|
+
bottom: 0;
|
|
23976
|
+
left: 0;
|
|
23977
|
+
pointer-events: none;
|
|
23978
|
+
}
|
|
23979
|
+
|
|
23980
|
+
.v-snackbar__content {
|
|
23981
|
+
flex-grow: 1;
|
|
23982
|
+
font-size: 0.875rem;
|
|
23983
|
+
font-weight: 400;
|
|
23984
|
+
letter-spacing: 0.0178571429em;
|
|
23985
|
+
line-height: 1.25rem;
|
|
23986
|
+
margin-right: auto;
|
|
23987
|
+
padding: 14px 16px;
|
|
23988
|
+
text-align: initial;
|
|
23989
|
+
}
|
|
23990
|
+
.v-snackbar__actions {
|
|
23991
|
+
align-items: center;
|
|
23992
|
+
align-self: center;
|
|
23993
|
+
display: flex;
|
|
23994
|
+
margin-inline-end: 8px;
|
|
23991
23995
|
}
|
|
23992
23996
|
.v-snackbar__actions > .v-btn {
|
|
23993
23997
|
padding: 0 8px;
|
|
@@ -24032,76 +24036,229 @@ html.v-overlay-scroll-blocked {
|
|
|
24032
24036
|
}
|
|
24033
24037
|
.v-snackbar-transition-leave-to {
|
|
24034
24038
|
opacity: 0;
|
|
24035
|
-
}.v-
|
|
24039
|
+
}.v-system-bar {
|
|
24040
|
+
align-items: center;
|
|
24036
24041
|
display: flex;
|
|
24037
|
-
|
|
24038
|
-
|
|
24039
|
-
|
|
24040
|
-
|
|
24042
|
+
flex: 1 1 auto;
|
|
24043
|
+
height: 24px;
|
|
24044
|
+
justify-content: flex-end;
|
|
24045
|
+
max-width: 100%;
|
|
24046
|
+
padding-inline: 8px;
|
|
24047
|
+
position: relative;
|
|
24048
|
+
text-align: end;
|
|
24049
|
+
width: 100%;
|
|
24050
|
+
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));
|
|
24051
|
+
background: rgba(var(--v-theme-surface-light));
|
|
24052
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24053
|
+
font-size: 0.75rem;
|
|
24054
|
+
font-weight: 400;
|
|
24055
|
+
letter-spacing: 0.0333333333em;
|
|
24056
|
+
line-height: 1.25rem;
|
|
24057
|
+
text-transform: none;
|
|
24041
24058
|
}
|
|
24042
|
-
.v-
|
|
24043
|
-
--v-
|
|
24059
|
+
.v-system-bar .v-icon {
|
|
24060
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24044
24061
|
}
|
|
24045
|
-
|
|
24046
|
-
|
|
24047
|
-
--v-tabs-height: 44px;
|
|
24062
|
+
.v-system-bar--absolute {
|
|
24063
|
+
position: absolute;
|
|
24048
24064
|
}
|
|
24049
|
-
.v-
|
|
24050
|
-
|
|
24065
|
+
.v-system-bar--fixed {
|
|
24066
|
+
position: fixed;
|
|
24051
24067
|
}
|
|
24052
|
-
|
|
24053
|
-
|
|
24054
|
-
--v-tabs-height: 36px;
|
|
24068
|
+
.v-system-bar--rounded {
|
|
24069
|
+
border-radius: 0;
|
|
24055
24070
|
}
|
|
24056
|
-
.v-
|
|
24057
|
-
|
|
24071
|
+
.v-system-bar--window {
|
|
24072
|
+
height: 32px;
|
|
24058
24073
|
}
|
|
24059
|
-
|
|
24060
|
-
|
|
24061
|
-
|
|
24062
|
-
|
|
24063
|
-
|
|
24074
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24075
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24076
|
+
}.v-stepper.v-sheet {
|
|
24077
|
+
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));
|
|
24078
|
+
border-radius: 4px;
|
|
24079
|
+
overflow: hidden;
|
|
24064
24080
|
}
|
|
24065
|
-
|
|
24066
|
-
|
|
24067
|
-
margin-inline-start: 42px;
|
|
24081
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24082
|
+
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));
|
|
24068
24083
|
}
|
|
24069
24084
|
|
|
24070
|
-
.v-
|
|
24071
|
-
|
|
24072
|
-
|
|
24085
|
+
.v-stepper-header {
|
|
24086
|
+
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));
|
|
24087
|
+
align-items: center;
|
|
24088
|
+
display: flex;
|
|
24089
|
+
position: relative;
|
|
24090
|
+
overflow-x: auto;
|
|
24091
|
+
justify-content: space-between;
|
|
24092
|
+
z-index: 1;
|
|
24073
24093
|
}
|
|
24074
|
-
.v-
|
|
24075
|
-
|
|
24076
|
-
margin-inline-start: auto;
|
|
24094
|
+
.v-stepper-header .v-divider {
|
|
24095
|
+
margin: 0 -16px;
|
|
24077
24096
|
}
|
|
24078
|
-
|
|
24079
|
-
|
|
24080
|
-
flex-grow: 1;
|
|
24097
|
+
.v-stepper-header .v-divider:last-child {
|
|
24098
|
+
margin-inline-end: 0;
|
|
24081
24099
|
}
|
|
24082
|
-
.v-
|
|
24083
|
-
|
|
24084
|
-
max-width: none;
|
|
24100
|
+
.v-stepper-header .v-divider:first-child {
|
|
24101
|
+
margin-inline-start: 0;
|
|
24085
24102
|
}
|
|
24086
|
-
|
|
24087
|
-
|
|
24088
|
-
margin-inline-start: auto;
|
|
24103
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24104
|
+
height: auto;
|
|
24089
24105
|
}
|
|
24090
|
-
.v-
|
|
24091
|
-
|
|
24106
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24107
|
+
align-self: flex-start;
|
|
24108
|
+
margin: 35px -67px 0;
|
|
24092
24109
|
}
|
|
24093
24110
|
|
|
24094
|
-
|
|
24095
|
-
|
|
24096
|
-
|
|
24097
|
-
|
|
24098
|
-
|
|
24099
|
-
|
|
24100
|
-
|
|
24101
|
-
|
|
24102
|
-
|
|
24103
|
-
|
|
24104
|
-
|
|
24111
|
+
.v-stepper-window {
|
|
24112
|
+
margin: 1.5rem;
|
|
24113
|
+
}
|
|
24114
|
+
|
|
24115
|
+
.v-stepper-actions {
|
|
24116
|
+
display: flex;
|
|
24117
|
+
align-items: center;
|
|
24118
|
+
justify-content: space-between;
|
|
24119
|
+
padding: 1rem;
|
|
24120
|
+
}
|
|
24121
|
+
.v-stepper .v-stepper-actions {
|
|
24122
|
+
padding: 0 1.5rem 1rem;
|
|
24123
|
+
}
|
|
24124
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24125
|
+
padding: 1.5rem 0 0;
|
|
24126
|
+
}.v-stepper-item {
|
|
24127
|
+
align-items: center;
|
|
24128
|
+
align-self: stretch;
|
|
24129
|
+
display: inline-flex;
|
|
24130
|
+
flex: none;
|
|
24131
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24132
|
+
padding: 1.5rem;
|
|
24133
|
+
transition-duration: 0.2s;
|
|
24134
|
+
transition-property: opacity;
|
|
24135
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24136
|
+
}
|
|
24137
|
+
.v-stepper-item--selected {
|
|
24138
|
+
opacity: 1;
|
|
24139
|
+
}
|
|
24140
|
+
.v-stepper-item--error {
|
|
24141
|
+
color: rgb(var(--v-theme-error));
|
|
24142
|
+
}
|
|
24143
|
+
.v-stepper-item--disabled {
|
|
24144
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24145
|
+
pointer-events: none;
|
|
24146
|
+
}
|
|
24147
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
24148
|
+
flex-direction: column;
|
|
24149
|
+
justify-content: flex-start;
|
|
24150
|
+
align-items: center;
|
|
24151
|
+
flex-basis: 175px;
|
|
24152
|
+
}
|
|
24153
|
+
|
|
24154
|
+
.v-stepper-item__avatar.v-avatar {
|
|
24155
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
24156
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24157
|
+
font-size: 0.75rem;
|
|
24158
|
+
margin-inline-end: 8px;
|
|
24159
|
+
}
|
|
24160
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
24161
|
+
font-size: 0.875rem;
|
|
24162
|
+
}
|
|
24163
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
24164
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24165
|
+
}
|
|
24166
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
24167
|
+
background: rgb(var(--v-theme-error));
|
|
24168
|
+
}
|
|
24169
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
24170
|
+
margin-bottom: 16px;
|
|
24171
|
+
margin-inline-end: 0;
|
|
24172
|
+
}
|
|
24173
|
+
|
|
24174
|
+
.v-stepper-item__title {
|
|
24175
|
+
line-height: 1;
|
|
24176
|
+
}
|
|
24177
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
24178
|
+
display: none;
|
|
24179
|
+
}
|
|
24180
|
+
|
|
24181
|
+
.v-stepper-item__subtitle {
|
|
24182
|
+
font-size: 0.75rem;
|
|
24183
|
+
text-align: left;
|
|
24184
|
+
line-height: 1;
|
|
24185
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24186
|
+
}
|
|
24187
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
24188
|
+
text-align: center;
|
|
24189
|
+
}
|
|
24190
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
24191
|
+
display: none;
|
|
24192
|
+
}.v-tabs {
|
|
24193
|
+
display: flex;
|
|
24194
|
+
height: var(--v-tabs-height);
|
|
24195
|
+
}
|
|
24196
|
+
.v-tabs--density-default {
|
|
24197
|
+
--v-tabs-height: 48px;
|
|
24198
|
+
}
|
|
24199
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
24200
|
+
--v-tabs-height: 72px;
|
|
24201
|
+
}
|
|
24202
|
+
|
|
24203
|
+
.v-tabs--density-comfortable {
|
|
24204
|
+
--v-tabs-height: 44px;
|
|
24205
|
+
}
|
|
24206
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24207
|
+
--v-tabs-height: 68px;
|
|
24208
|
+
}
|
|
24209
|
+
|
|
24210
|
+
.v-tabs--density-compact {
|
|
24211
|
+
--v-tabs-height: 36px;
|
|
24212
|
+
}
|
|
24213
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
24214
|
+
--v-tabs-height: 60px;
|
|
24215
|
+
}
|
|
24216
|
+
|
|
24217
|
+
.v-tabs.v-slide-group--vertical {
|
|
24218
|
+
height: auto;
|
|
24219
|
+
flex: none;
|
|
24220
|
+
--v-tabs-height: 48px;
|
|
24221
|
+
}
|
|
24222
|
+
|
|
24223
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24224
|
+
margin-inline-start: 42px;
|
|
24225
|
+
}
|
|
24226
|
+
|
|
24227
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
24228
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
24229
|
+
margin-inline-end: auto;
|
|
24230
|
+
}
|
|
24231
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
24232
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
24233
|
+
margin-inline-start: auto;
|
|
24234
|
+
}
|
|
24235
|
+
|
|
24236
|
+
.v-tabs--grow {
|
|
24237
|
+
flex-grow: 1;
|
|
24238
|
+
}
|
|
24239
|
+
.v-tabs--grow .v-tab {
|
|
24240
|
+
flex: 1 0 auto;
|
|
24241
|
+
max-width: none;
|
|
24242
|
+
}
|
|
24243
|
+
|
|
24244
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
24245
|
+
margin-inline-start: auto;
|
|
24246
|
+
}
|
|
24247
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
24248
|
+
margin-inline-end: 0;
|
|
24249
|
+
}
|
|
24250
|
+
|
|
24251
|
+
@media (max-width: 1279.98px) {
|
|
24252
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
24253
|
+
margin-inline-start: 52px;
|
|
24254
|
+
}
|
|
24255
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24256
|
+
margin-inline-end: 52px;
|
|
24257
|
+
}
|
|
24258
|
+
}.v-tab.v-tab.v-btn {
|
|
24259
|
+
height: var(--v-tabs-height);
|
|
24260
|
+
border-radius: 0;
|
|
24261
|
+
min-width: 90px;
|
|
24105
24262
|
}
|
|
24106
24263
|
.v-slide-group--horizontal .v-tab {
|
|
24107
24264
|
max-width: 360px;
|
|
@@ -24265,268 +24422,245 @@ html.v-overlay-scroll-blocked {
|
|
|
24265
24422
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24266
24423
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24267
24424
|
border-top: 0px !important;
|
|
24268
|
-
}
|
|
24269
|
-
|
|
24425
|
+
}/* region BLOCK */
|
|
24426
|
+
.v-text-field input {
|
|
24427
|
+
color: inherit;
|
|
24428
|
+
opacity: 0;
|
|
24429
|
+
flex: 1;
|
|
24430
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24431
|
+
min-width: 0;
|
|
24270
24432
|
}
|
|
24271
|
-
|
|
24272
|
-
|
|
24273
|
-
display: flex;
|
|
24433
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
24434
|
+
outline: none;
|
|
24274
24435
|
}
|
|
24275
|
-
.v-
|
|
24276
|
-
|
|
24436
|
+
.v-text-field input:invalid {
|
|
24437
|
+
box-shadow: none;
|
|
24277
24438
|
}
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
.v-switch__thumb {
|
|
24281
|
-
transition: none;
|
|
24439
|
+
.v-text-field .v-field {
|
|
24440
|
+
cursor: text;
|
|
24282
24441
|
}
|
|
24283
|
-
.v-
|
|
24284
|
-
|
|
24285
|
-
background-color: rgb(var(--v-theme-error));
|
|
24286
|
-
color: rgb(var(--v-theme-on-error));
|
|
24442
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
24443
|
+
--v-field-padding-start: 6px;
|
|
24287
24444
|
}
|
|
24288
24445
|
|
|
24289
|
-
.v-
|
|
24290
|
-
|
|
24291
|
-
}
|
|
24292
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24293
|
-
opacity: 0;
|
|
24446
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
24447
|
+
--v-field-padding-end: 0;
|
|
24294
24448
|
}
|
|
24295
24449
|
|
|
24296
|
-
.v-
|
|
24297
|
-
|
|
24450
|
+
.v-text-field .v-input__details {
|
|
24451
|
+
padding-inline: 16px;
|
|
24298
24452
|
}
|
|
24299
|
-
.v-
|
|
24300
|
-
|
|
24453
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
24454
|
+
padding-inline: 0;
|
|
24301
24455
|
}
|
|
24302
24456
|
|
|
24303
|
-
.v-
|
|
24304
|
-
|
|
24305
|
-
|
|
24306
|
-
font-size: 0.5rem;
|
|
24307
|
-
padding: 0 5px;
|
|
24308
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
24309
|
-
border-radius: 9999px;
|
|
24310
|
-
height: 14px;
|
|
24311
|
-
opacity: 0.6;
|
|
24312
|
-
min-width: 36px;
|
|
24313
|
-
cursor: pointer;
|
|
24314
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24457
|
+
.v-text-field .v-field--no-label input,
|
|
24458
|
+
.v-text-field .v-field--active input {
|
|
24459
|
+
opacity: 1;
|
|
24315
24460
|
}
|
|
24316
|
-
.v-
|
|
24317
|
-
|
|
24318
|
-
font-size: 0.75rem;
|
|
24319
|
-
height: 32px;
|
|
24320
|
-
min-width: 52px;
|
|
24461
|
+
.v-text-field .v-field--single-line input {
|
|
24462
|
+
transition: none;
|
|
24321
24463
|
}
|
|
24322
24464
|
|
|
24323
|
-
|
|
24465
|
+
/* endregion */
|
|
24466
|
+
/* region ELEMENTS */
|
|
24467
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
24324
24468
|
align-items: center;
|
|
24325
|
-
|
|
24326
|
-
|
|
24327
|
-
border-radius: 50%;
|
|
24469
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24470
|
+
cursor: default;
|
|
24328
24471
|
display: flex;
|
|
24329
|
-
|
|
24330
|
-
|
|
24331
|
-
|
|
24332
|
-
|
|
24333
|
-
|
|
24334
|
-
|
|
24335
|
-
position: relative;
|
|
24336
|
-
overflow: hidden;
|
|
24337
|
-
}
|
|
24338
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
24339
|
-
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));
|
|
24472
|
+
opacity: 0;
|
|
24473
|
+
transition: inherit;
|
|
24474
|
+
white-space: nowrap;
|
|
24475
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
24476
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
24477
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
24340
24478
|
}
|
|
24341
|
-
.v-
|
|
24342
|
-
|
|
24343
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24344
|
-
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));
|
|
24479
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
24480
|
+
opacity: 1;
|
|
24345
24481
|
}
|
|
24346
|
-
.v-
|
|
24347
|
-
|
|
24348
|
-
width: 24px;
|
|
24349
|
-
transform: scale(0.6666666667);
|
|
24482
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
24483
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
24350
24484
|
}
|
|
24351
|
-
.v-
|
|
24352
|
-
|
|
24485
|
+
.v-text-field__prefix {
|
|
24486
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
24353
24487
|
}
|
|
24354
|
-
.v-
|
|
24355
|
-
|
|
24356
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24488
|
+
.v-text-field__suffix {
|
|
24489
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
24357
24490
|
}
|
|
24358
24491
|
|
|
24359
|
-
|
|
24360
|
-
|
|
24492
|
+
/* endregion */.v-toolbar {
|
|
24493
|
+
align-items: flex-start;
|
|
24494
|
+
display: flex;
|
|
24495
|
+
flex: none;
|
|
24496
|
+
flex-direction: column;
|
|
24497
|
+
justify-content: space-between;
|
|
24498
|
+
max-width: 100%;
|
|
24499
|
+
position: relative;
|
|
24500
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24501
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24502
|
+
width: 100%;
|
|
24503
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24504
|
+
border-style: solid;
|
|
24505
|
+
border-width: 0;
|
|
24506
|
+
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));
|
|
24507
|
+
border-radius: 0;
|
|
24508
|
+
background: rgb(var(--v-theme-surface-light));
|
|
24509
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24361
24510
|
}
|
|
24362
|
-
.v-
|
|
24363
|
-
|
|
24511
|
+
.v-toolbar--border {
|
|
24512
|
+
border-width: thin;
|
|
24513
|
+
box-shadow: none;
|
|
24364
24514
|
}
|
|
24365
|
-
.v-
|
|
24366
|
-
border-radius: 50%;
|
|
24367
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24368
|
-
transform: translateX(-10px);
|
|
24515
|
+
.v-toolbar--absolute {
|
|
24369
24516
|
position: absolute;
|
|
24370
24517
|
}
|
|
24371
|
-
.v-
|
|
24372
|
-
|
|
24518
|
+
.v-toolbar--collapse {
|
|
24519
|
+
max-width: 112px;
|
|
24520
|
+
overflow: hidden;
|
|
24521
|
+
border-end-end-radius: 24px;
|
|
24373
24522
|
}
|
|
24374
|
-
.v-
|
|
24375
|
-
|
|
24523
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
24524
|
+
display: none;
|
|
24376
24525
|
}
|
|
24377
|
-
.v-
|
|
24378
|
-
|
|
24526
|
+
.v-toolbar--flat {
|
|
24527
|
+
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));
|
|
24379
24528
|
}
|
|
24380
|
-
.v-
|
|
24381
|
-
|
|
24382
|
-
box-shadow: none;
|
|
24529
|
+
.v-toolbar--floating {
|
|
24530
|
+
display: inline-flex;
|
|
24383
24531
|
}
|
|
24384
|
-
.v-
|
|
24385
|
-
|
|
24386
|
-
}
|
|
24532
|
+
.v-toolbar--rounded {
|
|
24533
|
+
border-radius: 4px;
|
|
24534
|
+
}
|
|
24535
|
+
|
|
24536
|
+
.v-toolbar__content,
|
|
24537
|
+
.v-toolbar__extension {
|
|
24387
24538
|
align-items: center;
|
|
24388
24539
|
display: flex;
|
|
24389
|
-
flex:
|
|
24390
|
-
height: 24px;
|
|
24391
|
-
justify-content: flex-end;
|
|
24392
|
-
max-width: 100%;
|
|
24393
|
-
padding-inline: 8px;
|
|
24540
|
+
flex: 0 0 auto;
|
|
24394
24541
|
position: relative;
|
|
24395
|
-
|
|
24542
|
+
transition: inherit;
|
|
24396
24543
|
width: 100%;
|
|
24397
|
-
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));
|
|
24398
|
-
background: rgba(var(--v-theme-surface-light));
|
|
24399
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24400
|
-
font-size: 0.75rem;
|
|
24401
|
-
font-weight: 400;
|
|
24402
|
-
letter-spacing: 0.0333333333em;
|
|
24403
|
-
line-height: 1.25rem;
|
|
24404
|
-
text-transform: none;
|
|
24405
24544
|
}
|
|
24406
|
-
|
|
24407
|
-
|
|
24408
|
-
|
|
24409
|
-
.v-system-bar--absolute {
|
|
24410
|
-
position: absolute;
|
|
24411
|
-
}
|
|
24412
|
-
.v-system-bar--fixed {
|
|
24413
|
-
position: fixed;
|
|
24414
|
-
}
|
|
24415
|
-
.v-system-bar--rounded {
|
|
24416
|
-
border-radius: 0;
|
|
24545
|
+
|
|
24546
|
+
.v-toolbar__content {
|
|
24547
|
+
overflow: hidden;
|
|
24417
24548
|
}
|
|
24418
|
-
.v-
|
|
24419
|
-
|
|
24549
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
24550
|
+
margin-inline-start: 10px;
|
|
24420
24551
|
}
|
|
24421
|
-
.v-
|
|
24422
|
-
|
|
24423
|
-
}.v-textarea .v-field {
|
|
24424
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
24552
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
24553
|
+
margin-inline-end: 10px;
|
|
24425
24554
|
}
|
|
24426
|
-
.v-
|
|
24427
|
-
|
|
24555
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
24556
|
+
margin-inline-start: 16px;
|
|
24428
24557
|
}
|
|
24429
|
-
.v-
|
|
24430
|
-
|
|
24431
|
-
outline: none;
|
|
24432
|
-
-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));
|
|
24433
|
-
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));
|
|
24558
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24559
|
+
align-items: flex-start;
|
|
24434
24560
|
}
|
|
24435
|
-
|
|
24436
|
-
|
|
24561
|
+
|
|
24562
|
+
.v-toolbar__image {
|
|
24437
24563
|
position: absolute;
|
|
24438
24564
|
top: 0;
|
|
24439
24565
|
left: 0;
|
|
24440
|
-
|
|
24441
|
-
|
|
24442
|
-
|
|
24443
|
-
|
|
24444
|
-
|
|
24445
|
-
resize: none;
|
|
24566
|
+
width: 100%;
|
|
24567
|
+
height: 100%;
|
|
24568
|
+
display: flex;
|
|
24569
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24570
|
+
transition-property: opacity;
|
|
24446
24571
|
}
|
|
24447
|
-
|
|
24448
|
-
.v-
|
|
24449
|
-
|
|
24572
|
+
|
|
24573
|
+
.v-toolbar__prepend,
|
|
24574
|
+
.v-toolbar__append {
|
|
24575
|
+
align-items: center;
|
|
24576
|
+
align-self: stretch;
|
|
24577
|
+
display: flex;
|
|
24450
24578
|
}
|
|
24451
|
-
|
|
24452
|
-
|
|
24453
|
-
|
|
24454
|
-
min-width: 0;
|
|
24455
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24579
|
+
|
|
24580
|
+
.v-toolbar__prepend {
|
|
24581
|
+
margin-inline: 10px auto;
|
|
24456
24582
|
}
|
|
24457
|
-
|
|
24458
|
-
|
|
24583
|
+
|
|
24584
|
+
.v-toolbar__append {
|
|
24585
|
+
margin-inline: auto 10px;
|
|
24459
24586
|
}
|
|
24460
|
-
|
|
24461
|
-
|
|
24462
|
-
|
|
24463
|
-
|
|
24464
|
-
color: inherit;
|
|
24465
|
-
opacity: 0;
|
|
24466
|
-
flex: 1;
|
|
24467
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24587
|
+
|
|
24588
|
+
.v-toolbar-title {
|
|
24589
|
+
flex: 1 1;
|
|
24590
|
+
font-size: 1.25rem;
|
|
24468
24591
|
min-width: 0;
|
|
24592
|
+
font-size: 1.25rem;
|
|
24593
|
+
font-weight: 400;
|
|
24594
|
+
letter-spacing: 0;
|
|
24595
|
+
line-height: 1.75rem;
|
|
24596
|
+
text-transform: none;
|
|
24469
24597
|
}
|
|
24470
|
-
.v-
|
|
24471
|
-
|
|
24472
|
-
|
|
24473
|
-
|
|
24474
|
-
|
|
24475
|
-
|
|
24476
|
-
|
|
24477
|
-
|
|
24598
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24599
|
+
align-self: flex-end;
|
|
24600
|
+
padding-bottom: 6px;
|
|
24601
|
+
font-size: 1.5rem;
|
|
24602
|
+
font-weight: 400;
|
|
24603
|
+
letter-spacing: 0;
|
|
24604
|
+
line-height: 2.25rem;
|
|
24605
|
+
text-transform: none;
|
|
24478
24606
|
}
|
|
24479
|
-
|
|
24480
|
-
|
|
24607
|
+
|
|
24608
|
+
.v-toolbar-title__placeholder {
|
|
24609
|
+
overflow: hidden;
|
|
24610
|
+
text-overflow: ellipsis;
|
|
24611
|
+
white-space: nowrap;
|
|
24481
24612
|
}
|
|
24482
24613
|
|
|
24483
|
-
.v-
|
|
24484
|
-
|
|
24614
|
+
.v-toolbar-items {
|
|
24615
|
+
display: flex;
|
|
24616
|
+
height: inherit;
|
|
24617
|
+
align-self: stretch;
|
|
24485
24618
|
}
|
|
24486
|
-
|
|
24487
|
-
|
|
24488
|
-
|
|
24619
|
+
.v-toolbar-items > .v-btn {
|
|
24620
|
+
border-radius: 0;
|
|
24621
|
+
}.v-textarea .v-field {
|
|
24622
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24489
24623
|
}
|
|
24490
|
-
.v-
|
|
24491
|
-
|
|
24624
|
+
.v-textarea .v-field__field {
|
|
24625
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24492
24626
|
}
|
|
24493
|
-
|
|
24494
|
-
|
|
24495
|
-
|
|
24496
|
-
|
|
24627
|
+
.v-textarea .v-field__input {
|
|
24628
|
+
flex: 1 1 auto;
|
|
24629
|
+
outline: none;
|
|
24630
|
+
-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));
|
|
24631
|
+
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));
|
|
24497
24632
|
}
|
|
24498
|
-
.v-
|
|
24499
|
-
|
|
24633
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24634
|
+
visibility: hidden;
|
|
24635
|
+
position: absolute;
|
|
24636
|
+
top: 0;
|
|
24637
|
+
left: 0;
|
|
24638
|
+
height: 0 !important;
|
|
24639
|
+
min-height: 0 !important;
|
|
24640
|
+
pointer-events: none;
|
|
24500
24641
|
}
|
|
24501
|
-
|
|
24502
|
-
|
|
24503
|
-
/* region ELEMENTS */
|
|
24504
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
24505
|
-
align-items: center;
|
|
24506
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
24507
|
-
cursor: default;
|
|
24508
|
-
display: flex;
|
|
24509
|
-
opacity: 0;
|
|
24510
|
-
transition: inherit;
|
|
24511
|
-
white-space: nowrap;
|
|
24512
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
24513
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
24514
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
24642
|
+
.v-textarea--no-resize .v-field__input {
|
|
24643
|
+
resize: none;
|
|
24515
24644
|
}
|
|
24516
|
-
.v-
|
|
24645
|
+
.v-textarea .v-field--no-label textarea,
|
|
24646
|
+
.v-textarea .v-field--active textarea {
|
|
24517
24647
|
opacity: 1;
|
|
24518
24648
|
}
|
|
24519
|
-
.v-
|
|
24520
|
-
|
|
24521
|
-
|
|
24522
|
-
|
|
24523
|
-
|
|
24649
|
+
.v-textarea textarea {
|
|
24650
|
+
opacity: 0;
|
|
24651
|
+
flex: 1;
|
|
24652
|
+
min-width: 0;
|
|
24653
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24524
24654
|
}
|
|
24525
|
-
.v-
|
|
24526
|
-
|
|
24655
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24656
|
+
outline: none;
|
|
24527
24657
|
}
|
|
24528
|
-
|
|
24529
|
-
|
|
24658
|
+
.v-textarea textarea:invalid {
|
|
24659
|
+
box-shadow: none;
|
|
24660
|
+
}.v-theme-provider {
|
|
24661
|
+
background: rgb(var(--v-theme-background));
|
|
24662
|
+
color: rgb(var(--v-theme-on-background));
|
|
24663
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
24530
24664
|
background: rgb(var(--v-theme-surface-light));
|
|
24531
24665
|
}
|
|
24532
24666
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24942,138 +25076,15 @@ html.v-overlay-scroll-blocked {
|
|
|
24942
25076
|
|
|
24943
25077
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24944
25078
|
padding-inline-end: 0;
|
|
24945
|
-
}.v-
|
|
24946
|
-
|
|
24947
|
-
|
|
24948
|
-
}.v-toolbar {
|
|
24949
|
-
align-items: flex-start;
|
|
24950
|
-
display: flex;
|
|
24951
|
-
flex: none;
|
|
24952
|
-
flex-direction: column;
|
|
24953
|
-
justify-content: space-between;
|
|
25079
|
+
}.v-virtual-scroll {
|
|
25080
|
+
display: block;
|
|
25081
|
+
flex: 1 1 auto;
|
|
24954
25082
|
max-width: 100%;
|
|
25083
|
+
overflow: auto;
|
|
24955
25084
|
position: relative;
|
|
24956
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24957
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24958
|
-
width: 100%;
|
|
24959
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24960
|
-
border-style: solid;
|
|
24961
|
-
border-width: 0;
|
|
24962
|
-
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));
|
|
24963
|
-
border-radius: 0;
|
|
24964
|
-
background: rgb(var(--v-theme-surface-light));
|
|
24965
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24966
|
-
}
|
|
24967
|
-
.v-toolbar--border {
|
|
24968
|
-
border-width: thin;
|
|
24969
|
-
box-shadow: none;
|
|
24970
|
-
}
|
|
24971
|
-
.v-toolbar--absolute {
|
|
24972
|
-
position: absolute;
|
|
24973
|
-
}
|
|
24974
|
-
.v-toolbar--collapse {
|
|
24975
|
-
max-width: 112px;
|
|
24976
|
-
overflow: hidden;
|
|
24977
|
-
border-end-end-radius: 24px;
|
|
24978
|
-
}
|
|
24979
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
24980
|
-
display: none;
|
|
24981
|
-
}
|
|
24982
|
-
.v-toolbar--flat {
|
|
24983
|
-
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));
|
|
24984
|
-
}
|
|
24985
|
-
.v-toolbar--floating {
|
|
24986
|
-
display: inline-flex;
|
|
24987
|
-
}
|
|
24988
|
-
.v-toolbar--rounded {
|
|
24989
|
-
border-radius: 4px;
|
|
24990
|
-
}
|
|
24991
|
-
|
|
24992
|
-
.v-toolbar__content,
|
|
24993
|
-
.v-toolbar__extension {
|
|
24994
|
-
align-items: center;
|
|
24995
|
-
display: flex;
|
|
24996
|
-
flex: 0 0 auto;
|
|
24997
|
-
position: relative;
|
|
24998
|
-
transition: inherit;
|
|
24999
|
-
width: 100%;
|
|
25000
|
-
}
|
|
25001
|
-
|
|
25002
|
-
.v-toolbar__content {
|
|
25003
|
-
overflow: hidden;
|
|
25004
|
-
}
|
|
25005
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
25006
|
-
margin-inline-start: 10px;
|
|
25007
|
-
}
|
|
25008
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
25009
|
-
margin-inline-end: 10px;
|
|
25010
|
-
}
|
|
25011
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
25012
|
-
margin-inline-start: 16px;
|
|
25013
|
-
}
|
|
25014
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
25015
|
-
align-items: flex-start;
|
|
25016
|
-
}
|
|
25017
|
-
|
|
25018
|
-
.v-toolbar__image {
|
|
25019
|
-
position: absolute;
|
|
25020
|
-
top: 0;
|
|
25021
|
-
left: 0;
|
|
25022
|
-
width: 100%;
|
|
25023
|
-
height: 100%;
|
|
25024
|
-
display: flex;
|
|
25025
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
25026
|
-
transition-property: opacity;
|
|
25027
|
-
}
|
|
25028
|
-
|
|
25029
|
-
.v-toolbar__prepend,
|
|
25030
|
-
.v-toolbar__append {
|
|
25031
|
-
align-items: center;
|
|
25032
|
-
align-self: stretch;
|
|
25033
|
-
display: flex;
|
|
25034
|
-
}
|
|
25035
|
-
|
|
25036
|
-
.v-toolbar__prepend {
|
|
25037
|
-
margin-inline: 10px auto;
|
|
25038
|
-
}
|
|
25039
|
-
|
|
25040
|
-
.v-toolbar__append {
|
|
25041
|
-
margin-inline: auto 10px;
|
|
25042
|
-
}
|
|
25043
|
-
|
|
25044
|
-
.v-toolbar-title {
|
|
25045
|
-
flex: 1 1;
|
|
25046
|
-
font-size: 1.25rem;
|
|
25047
|
-
min-width: 0;
|
|
25048
|
-
font-size: 1.25rem;
|
|
25049
|
-
font-weight: 400;
|
|
25050
|
-
letter-spacing: 0;
|
|
25051
|
-
line-height: 1.75rem;
|
|
25052
|
-
text-transform: none;
|
|
25053
|
-
}
|
|
25054
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
25055
|
-
align-self: flex-end;
|
|
25056
|
-
padding-bottom: 6px;
|
|
25057
|
-
font-size: 1.5rem;
|
|
25058
|
-
font-weight: 400;
|
|
25059
|
-
letter-spacing: 0;
|
|
25060
|
-
line-height: 2.25rem;
|
|
25061
|
-
text-transform: none;
|
|
25062
|
-
}
|
|
25063
|
-
|
|
25064
|
-
.v-toolbar-title__placeholder {
|
|
25065
|
-
overflow: hidden;
|
|
25066
|
-
text-overflow: ellipsis;
|
|
25067
|
-
white-space: nowrap;
|
|
25068
|
-
}
|
|
25069
|
-
|
|
25070
|
-
.v-toolbar-items {
|
|
25071
|
-
display: flex;
|
|
25072
|
-
height: inherit;
|
|
25073
|
-
align-self: stretch;
|
|
25074
25085
|
}
|
|
25075
|
-
.v-
|
|
25076
|
-
|
|
25086
|
+
.v-virtual-scroll__container {
|
|
25087
|
+
display: block;
|
|
25077
25088
|
}.v-tooltip > .v-overlay__content {
|
|
25078
25089
|
background: rgb(var(--v-theme-surface-variant));
|
|
25079
25090
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
@@ -25165,37 +25176,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25165
25176
|
}
|
|
25166
25177
|
.v-window-y-reverse-transition-leave-to {
|
|
25167
25178
|
transform: translateY(100%);
|
|
25168
|
-
}.v-virtual-scroll {
|
|
25169
|
-
display: block;
|
|
25170
|
-
flex: 1 1 auto;
|
|
25171
|
-
max-width: 100%;
|
|
25172
|
-
overflow: auto;
|
|
25173
|
-
position: relative;
|
|
25174
|
-
}
|
|
25175
|
-
.v-virtual-scroll__container {
|
|
25176
|
-
display: block;
|
|
25177
|
-
}.v-color-picker-canvas {
|
|
25178
|
-
display: flex;
|
|
25179
|
-
position: relative;
|
|
25180
|
-
overflow: hidden;
|
|
25181
|
-
contain: content;
|
|
25182
|
-
touch-action: none;
|
|
25183
|
-
}
|
|
25184
|
-
.v-color-picker-canvas__dot {
|
|
25185
|
-
position: absolute;
|
|
25186
|
-
top: 0;
|
|
25187
|
-
left: 0;
|
|
25188
|
-
width: 15px;
|
|
25189
|
-
height: 15px;
|
|
25190
|
-
background: transparent;
|
|
25191
|
-
border-radius: 50%;
|
|
25192
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25193
|
-
}
|
|
25194
|
-
.v-color-picker-canvas__dot--disabled {
|
|
25195
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25196
|
-
}
|
|
25197
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25198
|
-
will-change: transform;
|
|
25199
25179
|
}.v-color-picker-edit {
|
|
25200
25180
|
display: flex;
|
|
25201
25181
|
margin-top: 24px;
|
|
@@ -25224,6 +25204,28 @@ html.v-overlay-scroll-blocked {
|
|
|
25224
25204
|
}
|
|
25225
25205
|
.v-color-picker-edit__input span {
|
|
25226
25206
|
font-size: 0.75rem;
|
|
25207
|
+
}.v-color-picker-canvas {
|
|
25208
|
+
display: flex;
|
|
25209
|
+
position: relative;
|
|
25210
|
+
overflow: hidden;
|
|
25211
|
+
contain: content;
|
|
25212
|
+
touch-action: none;
|
|
25213
|
+
}
|
|
25214
|
+
.v-color-picker-canvas__dot {
|
|
25215
|
+
position: absolute;
|
|
25216
|
+
top: 0;
|
|
25217
|
+
left: 0;
|
|
25218
|
+
width: 15px;
|
|
25219
|
+
height: 15px;
|
|
25220
|
+
background: transparent;
|
|
25221
|
+
border-radius: 50%;
|
|
25222
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25223
|
+
}
|
|
25224
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25225
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25226
|
+
}
|
|
25227
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25228
|
+
will-change: transform;
|
|
25227
25229
|
}.v-color-picker-swatches {
|
|
25228
25230
|
overflow-y: auto;
|
|
25229
25231
|
}
|