@vuetify/nightly 3.6.11-master.2024-07-03 → 3.6.11-master.2024-07-07
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2045 -2045
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1330 -1330
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17683,6 +17683,19 @@ html.overflow-y-hidden {
|
|
17683
17683
|
}
|
17684
17684
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17685
17685
|
border-right: none;
|
17686
|
+
}.v-calendar-header {
|
17687
|
+
align-items: center;
|
17688
|
+
display: flex;
|
17689
|
+
min-height: 64px;
|
17690
|
+
}
|
17691
|
+
|
17692
|
+
.v-calendar-header__today {
|
17693
|
+
margin-inline-end: 24px;
|
17694
|
+
}
|
17695
|
+
|
17696
|
+
.v-calendar-header__title {
|
17697
|
+
font-size: 1.5rem;
|
17698
|
+
margin-inline-start: 24px;
|
17686
17699
|
}.v-calendar-day {
|
17687
17700
|
position: relative;
|
17688
17701
|
display: flex;
|
@@ -17715,61 +17728,6 @@ html.overflow-y-hidden {
|
|
17715
17728
|
}
|
17716
17729
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17717
17730
|
grid-template-columns: repeat(1, 1fr);
|
17718
|
-
}.v-calendar-header {
|
17719
|
-
align-items: center;
|
17720
|
-
display: flex;
|
17721
|
-
min-height: 64px;
|
17722
|
-
}
|
17723
|
-
|
17724
|
-
.v-calendar-header__today {
|
17725
|
-
margin-inline-end: 24px;
|
17726
|
-
}
|
17727
|
-
|
17728
|
-
.v-calendar-header__title {
|
17729
|
-
font-size: 1.5rem;
|
17730
|
-
margin-inline-start: 24px;
|
17731
|
-
}.v-calendar-day__row-with-label {
|
17732
|
-
display: grid;
|
17733
|
-
grid-template-columns: 48px 8px 1fr;
|
17734
|
-
border-right: thin solid #e0e0e0;
|
17735
|
-
}
|
17736
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17737
|
-
position: relative;
|
17738
|
-
border-right: thin solid #e0e0e0;
|
17739
|
-
}
|
17740
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17741
|
-
content: "";
|
17742
|
-
border-bottom: thin solid #e0e0e0;
|
17743
|
-
position: absolute;
|
17744
|
-
width: 100%;
|
17745
|
-
margin-top: -1px;
|
17746
|
-
z-index: 3;
|
17747
|
-
pointer-events: none;
|
17748
|
-
}
|
17749
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17750
|
-
font-size: 10px;
|
17751
|
-
text-align: center;
|
17752
|
-
position: relative;
|
17753
|
-
top: -8px;
|
17754
|
-
}
|
17755
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17756
|
-
border-bottom: thin solid #e0e0e0;
|
17757
|
-
}
|
17758
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17759
|
-
border-bottom: none;
|
17760
|
-
}
|
17761
|
-
|
17762
|
-
.v-calendar-day__row-without-label {
|
17763
|
-
display: grid;
|
17764
|
-
grid-template-columns: 1fr;
|
17765
|
-
border-right: thin solid #e0e0e0;
|
17766
|
-
}
|
17767
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17768
|
-
overflow: hidden;
|
17769
|
-
border-bottom: thin solid #e0e0e0;
|
17770
|
-
}
|
17771
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17772
|
-
border-bottom: none;
|
17773
17731
|
}.v-calendar-month__day {
|
17774
17732
|
position: relative;
|
17775
17733
|
display: flex;
|
@@ -17838,6 +17796,48 @@ html.overflow-y-hidden {
|
|
17838
17796
|
padding: 4px;
|
17839
17797
|
text-overflow: ellipsis;
|
17840
17798
|
white-space: nowrap;
|
17799
|
+
}.v-calendar-day__row-with-label {
|
17800
|
+
display: grid;
|
17801
|
+
grid-template-columns: 48px 8px 1fr;
|
17802
|
+
border-right: thin solid #e0e0e0;
|
17803
|
+
}
|
17804
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17805
|
+
position: relative;
|
17806
|
+
border-right: thin solid #e0e0e0;
|
17807
|
+
}
|
17808
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17809
|
+
content: "";
|
17810
|
+
border-bottom: thin solid #e0e0e0;
|
17811
|
+
position: absolute;
|
17812
|
+
width: 100%;
|
17813
|
+
margin-top: -1px;
|
17814
|
+
z-index: 3;
|
17815
|
+
pointer-events: none;
|
17816
|
+
}
|
17817
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17818
|
+
font-size: 10px;
|
17819
|
+
text-align: center;
|
17820
|
+
position: relative;
|
17821
|
+
top: -8px;
|
17822
|
+
}
|
17823
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17824
|
+
border-bottom: thin solid #e0e0e0;
|
17825
|
+
}
|
17826
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17827
|
+
border-bottom: none;
|
17828
|
+
}
|
17829
|
+
|
17830
|
+
.v-calendar-day__row-without-label {
|
17831
|
+
display: grid;
|
17832
|
+
grid-template-columns: 1fr;
|
17833
|
+
border-right: thin solid #e0e0e0;
|
17834
|
+
}
|
17835
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17836
|
+
overflow: hidden;
|
17837
|
+
border-bottom: thin solid #e0e0e0;
|
17838
|
+
}
|
17839
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17840
|
+
border-bottom: none;
|
17841
17841
|
}.v-picker.v-sheet {
|
17842
17842
|
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));
|
17843
17843
|
border-radius: 4px;
|
@@ -18023,22 +18023,13 @@ html.overflow-y-hidden {
|
|
18023
18023
|
.v-number-input__control .v-btn {
|
18024
18024
|
background-color: transparent;
|
18025
18025
|
border-radius: 0;
|
18026
|
-
}.v-
|
18027
|
-
|
18028
|
-
|
18029
|
-
|
18030
|
-
.v-treeview {
|
18031
|
-
--indent-padding: 0px;
|
18032
|
-
}
|
18033
|
-
|
18034
|
-
.v-treeview-group.v-list-group {
|
18035
|
-
--list-indent-size: 16px;
|
18036
|
-
}
|
18037
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
18038
|
-
--prepend-width: 16px;
|
18026
|
+
}.v-time-picker.v-picker {
|
18027
|
+
padding: 24px;
|
18028
|
+
width: 328px;
|
18039
18029
|
}
|
18040
|
-
.v-
|
18041
|
-
padding
|
18030
|
+
.v-time-picker.v-picker .v-picker-title {
|
18031
|
+
padding: 0;
|
18032
|
+
margin-bottom: 20px;
|
18042
18033
|
}.v-time-picker-clock {
|
18043
18034
|
background: rgb(var(--v-theme-background));
|
18044
18035
|
color: rgb(var(--v-theme-on-background));
|
@@ -18273,13 +18264,22 @@ html.overflow-y-hidden {
|
|
18273
18264
|
}
|
18274
18265
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18275
18266
|
text-align: center;
|
18276
|
-
}.v-
|
18277
|
-
|
18278
|
-
width: 328px;
|
18267
|
+
}.v-treeview-item--filtered {
|
18268
|
+
display: none;
|
18279
18269
|
}
|
18280
|
-
|
18281
|
-
|
18282
|
-
|
18270
|
+
|
18271
|
+
.v-treeview {
|
18272
|
+
--indent-padding: 0px;
|
18273
|
+
}
|
18274
|
+
|
18275
|
+
.v-treeview-group.v-list-group {
|
18276
|
+
--list-indent-size: 16px;
|
18277
|
+
}
|
18278
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18279
|
+
--prepend-width: 16px;
|
18280
|
+
}
|
18281
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18282
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18283
18283
|
}.v-app-bar {
|
18284
18284
|
display: flex;
|
18285
18285
|
}
|
@@ -18308,6 +18308,87 @@ html.overflow-y-hidden {
|
|
18308
18308
|
min-height: 100vh;
|
18309
18309
|
min-height: 100dvh;
|
18310
18310
|
position: relative;
|
18311
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18312
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18313
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18314
|
+
cursor: text;
|
18315
|
+
}
|
18316
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18317
|
+
flex: 1 1;
|
18318
|
+
}
|
18319
|
+
.v-autocomplete .v-field input {
|
18320
|
+
min-width: 64px;
|
18321
|
+
}
|
18322
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18323
|
+
min-width: 0;
|
18324
|
+
}
|
18325
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18326
|
+
margin-inline-end: 2px;
|
18327
|
+
}
|
18328
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18329
|
+
overflow: hidden;
|
18330
|
+
text-overflow: ellipsis;
|
18331
|
+
white-space: nowrap;
|
18332
|
+
}
|
18333
|
+
|
18334
|
+
.v-autocomplete__content {
|
18335
|
+
overflow: hidden;
|
18336
|
+
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));
|
18337
|
+
border-radius: 4px;
|
18338
|
+
}
|
18339
|
+
.v-autocomplete__mask {
|
18340
|
+
background: rgb(var(--v-theme-surface-light));
|
18341
|
+
}
|
18342
|
+
.v-autocomplete__selection {
|
18343
|
+
display: inline-flex;
|
18344
|
+
align-items: center;
|
18345
|
+
height: 1.5rem;
|
18346
|
+
letter-spacing: inherit;
|
18347
|
+
line-height: inherit;
|
18348
|
+
max-width: calc(100% - 2px - 2px);
|
18349
|
+
}
|
18350
|
+
.v-autocomplete__selection:first-child {
|
18351
|
+
margin-inline-start: 0;
|
18352
|
+
}
|
18353
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18354
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18355
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18356
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18357
|
+
top: 0px;
|
18358
|
+
}
|
18359
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18360
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18361
|
+
}
|
18362
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18363
|
+
opacity: 1;
|
18364
|
+
}
|
18365
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18366
|
+
caret-color: transparent;
|
18367
|
+
}
|
18368
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18369
|
+
flex: 1 1;
|
18370
|
+
position: absolute;
|
18371
|
+
left: 0;
|
18372
|
+
right: 0;
|
18373
|
+
width: 100%;
|
18374
|
+
padding-inline: inherit;
|
18375
|
+
}
|
18376
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18377
|
+
transition: none;
|
18378
|
+
}
|
18379
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18380
|
+
opacity: 0;
|
18381
|
+
}
|
18382
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18383
|
+
opacity: 0;
|
18384
|
+
}
|
18385
|
+
.v-autocomplete__menu-icon {
|
18386
|
+
margin-inline-start: 4px;
|
18387
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18388
|
+
}
|
18389
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18390
|
+
opacity: var(--v-high-emphasis-opacity);
|
18391
|
+
transform: rotate(180deg);
|
18311
18392
|
}.v-alert {
|
18312
18393
|
display: grid;
|
18313
18394
|
flex: 1 1;
|
@@ -18520,365 +18601,6 @@ html.overflow-y-hidden {
|
|
18520
18601
|
text-transform: none;
|
18521
18602
|
word-break: normal;
|
18522
18603
|
word-wrap: break-word;
|
18523
|
-
}.v-badge {
|
18524
|
-
display: inline-block;
|
18525
|
-
line-height: 1;
|
18526
|
-
}
|
18527
|
-
|
18528
|
-
.v-badge__badge {
|
18529
|
-
align-items: center;
|
18530
|
-
display: inline-flex;
|
18531
|
-
border-radius: 10px;
|
18532
|
-
font-size: 0.75rem;
|
18533
|
-
font-weight: 500;
|
18534
|
-
height: 1.25rem;
|
18535
|
-
justify-content: center;
|
18536
|
-
min-width: 20px;
|
18537
|
-
padding: 4px 6px;
|
18538
|
-
pointer-events: auto;
|
18539
|
-
position: absolute;
|
18540
|
-
text-align: center;
|
18541
|
-
text-indent: 0;
|
18542
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18543
|
-
white-space: nowrap;
|
18544
|
-
background: rgb(var(--v-theme-surface-variant));
|
18545
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18546
|
-
}
|
18547
|
-
.v-badge--bordered .v-badge__badge::after {
|
18548
|
-
border-radius: inherit;
|
18549
|
-
border-style: solid;
|
18550
|
-
border-width: 2px;
|
18551
|
-
bottom: 0;
|
18552
|
-
color: rgb(var(--v-theme-background));
|
18553
|
-
content: "";
|
18554
|
-
left: 0;
|
18555
|
-
position: absolute;
|
18556
|
-
right: 0;
|
18557
|
-
top: 0;
|
18558
|
-
transform: scale(1.05);
|
18559
|
-
}
|
18560
|
-
.v-badge--dot .v-badge__badge {
|
18561
|
-
border-radius: 4.5px;
|
18562
|
-
height: 9px;
|
18563
|
-
min-width: 0;
|
18564
|
-
padding: 0;
|
18565
|
-
width: 9px;
|
18566
|
-
}
|
18567
|
-
.v-badge--dot .v-badge__badge::after {
|
18568
|
-
border-width: 1.5px;
|
18569
|
-
}
|
18570
|
-
.v-badge--inline .v-badge__badge {
|
18571
|
-
position: relative;
|
18572
|
-
vertical-align: middle;
|
18573
|
-
}
|
18574
|
-
.v-badge__badge .v-icon {
|
18575
|
-
color: inherit;
|
18576
|
-
font-size: 0.75rem;
|
18577
|
-
margin: 0 -2px;
|
18578
|
-
}
|
18579
|
-
.v-badge__badge img,
|
18580
|
-
.v-badge__badge .v-img {
|
18581
|
-
height: 100%;
|
18582
|
-
width: 100%;
|
18583
|
-
}
|
18584
|
-
|
18585
|
-
.v-badge__wrapper {
|
18586
|
-
display: flex;
|
18587
|
-
position: relative;
|
18588
|
-
}
|
18589
|
-
.v-badge--inline .v-badge__wrapper {
|
18590
|
-
align-items: center;
|
18591
|
-
display: inline-flex;
|
18592
|
-
justify-content: center;
|
18593
|
-
margin: 0 4px;
|
18594
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18595
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18596
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18597
|
-
cursor: text;
|
18598
|
-
}
|
18599
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18600
|
-
flex: 1 1;
|
18601
|
-
}
|
18602
|
-
.v-autocomplete .v-field input {
|
18603
|
-
min-width: 64px;
|
18604
|
-
}
|
18605
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18606
|
-
min-width: 0;
|
18607
|
-
}
|
18608
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18609
|
-
margin-inline-end: 2px;
|
18610
|
-
}
|
18611
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18612
|
-
overflow: hidden;
|
18613
|
-
text-overflow: ellipsis;
|
18614
|
-
white-space: nowrap;
|
18615
|
-
}
|
18616
|
-
|
18617
|
-
.v-autocomplete__content {
|
18618
|
-
overflow: hidden;
|
18619
|
-
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));
|
18620
|
-
border-radius: 4px;
|
18621
|
-
}
|
18622
|
-
.v-autocomplete__mask {
|
18623
|
-
background: rgb(var(--v-theme-surface-light));
|
18624
|
-
}
|
18625
|
-
.v-autocomplete__selection {
|
18626
|
-
display: inline-flex;
|
18627
|
-
align-items: center;
|
18628
|
-
height: 1.5rem;
|
18629
|
-
letter-spacing: inherit;
|
18630
|
-
line-height: inherit;
|
18631
|
-
max-width: calc(100% - 2px - 2px);
|
18632
|
-
}
|
18633
|
-
.v-autocomplete__selection:first-child {
|
18634
|
-
margin-inline-start: 0;
|
18635
|
-
}
|
18636
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18637
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18638
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18639
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18640
|
-
top: 0px;
|
18641
|
-
}
|
18642
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18643
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18644
|
-
}
|
18645
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18646
|
-
opacity: 1;
|
18647
|
-
}
|
18648
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18649
|
-
caret-color: transparent;
|
18650
|
-
}
|
18651
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18652
|
-
flex: 1 1;
|
18653
|
-
position: absolute;
|
18654
|
-
left: 0;
|
18655
|
-
right: 0;
|
18656
|
-
width: 100%;
|
18657
|
-
padding-inline: inherit;
|
18658
|
-
}
|
18659
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18660
|
-
transition: none;
|
18661
|
-
}
|
18662
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18663
|
-
opacity: 0;
|
18664
|
-
}
|
18665
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18666
|
-
opacity: 0;
|
18667
|
-
}
|
18668
|
-
.v-autocomplete__menu-icon {
|
18669
|
-
margin-inline-start: 4px;
|
18670
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18671
|
-
}
|
18672
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18673
|
-
opacity: var(--v-high-emphasis-opacity);
|
18674
|
-
transform: rotate(180deg);
|
18675
|
-
}.v-avatar {
|
18676
|
-
flex: none;
|
18677
|
-
align-items: center;
|
18678
|
-
display: inline-flex;
|
18679
|
-
justify-content: center;
|
18680
|
-
line-height: normal;
|
18681
|
-
overflow: hidden;
|
18682
|
-
position: relative;
|
18683
|
-
text-align: center;
|
18684
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18685
|
-
transition-property: width, height;
|
18686
|
-
vertical-align: middle;
|
18687
|
-
border-radius: 50%;
|
18688
|
-
}
|
18689
|
-
.v-avatar.v-avatar--size-x-small {
|
18690
|
-
--v-avatar-height: 24px;
|
18691
|
-
}
|
18692
|
-
.v-avatar.v-avatar--size-small {
|
18693
|
-
--v-avatar-height: 32px;
|
18694
|
-
}
|
18695
|
-
.v-avatar.v-avatar--size-default {
|
18696
|
-
--v-avatar-height: 40px;
|
18697
|
-
}
|
18698
|
-
.v-avatar.v-avatar--size-large {
|
18699
|
-
--v-avatar-height: 48px;
|
18700
|
-
}
|
18701
|
-
.v-avatar.v-avatar--size-x-large {
|
18702
|
-
--v-avatar-height: 56px;
|
18703
|
-
}
|
18704
|
-
.v-avatar.v-avatar--density-default {
|
18705
|
-
height: calc(var(--v-avatar-height) + 0px);
|
18706
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18707
|
-
}
|
18708
|
-
.v-avatar.v-avatar--density-comfortable {
|
18709
|
-
height: calc(var(--v-avatar-height) + -4px);
|
18710
|
-
width: calc(var(--v-avatar-height) + -4px);
|
18711
|
-
}
|
18712
|
-
.v-avatar.v-avatar--density-compact {
|
18713
|
-
height: calc(var(--v-avatar-height) + -8px);
|
18714
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18715
|
-
}
|
18716
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18717
|
-
background: transparent;
|
18718
|
-
color: inherit;
|
18719
|
-
}
|
18720
|
-
.v-avatar--variant-plain {
|
18721
|
-
opacity: 0.62;
|
18722
|
-
}
|
18723
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18724
|
-
opacity: 1;
|
18725
|
-
}
|
18726
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
18727
|
-
display: none;
|
18728
|
-
}
|
18729
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18730
|
-
background: var(--v-theme-surface);
|
18731
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18732
|
-
}
|
18733
|
-
.v-avatar--variant-elevated {
|
18734
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18735
|
-
}
|
18736
|
-
.v-avatar--variant-flat {
|
18737
|
-
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));
|
18738
|
-
}
|
18739
|
-
.v-avatar--variant-outlined {
|
18740
|
-
border: thin solid currentColor;
|
18741
|
-
}
|
18742
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
18743
|
-
background: currentColor;
|
18744
|
-
}
|
18745
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
18746
|
-
background: currentColor;
|
18747
|
-
opacity: var(--v-activated-opacity);
|
18748
|
-
border-radius: inherit;
|
18749
|
-
top: 0;
|
18750
|
-
right: 0;
|
18751
|
-
bottom: 0;
|
18752
|
-
left: 0;
|
18753
|
-
pointer-events: none;
|
18754
|
-
}
|
18755
|
-
.v-avatar .v-avatar__underlay {
|
18756
|
-
position: absolute;
|
18757
|
-
}
|
18758
|
-
.v-avatar--rounded {
|
18759
|
-
border-radius: 4px;
|
18760
|
-
}
|
18761
|
-
.v-avatar--start {
|
18762
|
-
margin-inline-end: 8px;
|
18763
|
-
}
|
18764
|
-
.v-avatar--end {
|
18765
|
-
margin-inline-start: 8px;
|
18766
|
-
}
|
18767
|
-
.v-avatar .v-img {
|
18768
|
-
height: 100%;
|
18769
|
-
width: 100%;
|
18770
|
-
}.v-bottom-navigation {
|
18771
|
-
display: flex;
|
18772
|
-
max-width: 100%;
|
18773
|
-
overflow: hidden;
|
18774
|
-
position: absolute;
|
18775
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18776
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18777
|
-
border-style: solid;
|
18778
|
-
border-width: 0;
|
18779
|
-
border-radius: 0;
|
18780
|
-
background: rgb(var(--v-theme-surface));
|
18781
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18782
|
-
}
|
18783
|
-
.v-bottom-navigation--border {
|
18784
|
-
border-width: thin;
|
18785
|
-
box-shadow: none;
|
18786
|
-
}
|
18787
|
-
.v-bottom-navigation--active {
|
18788
|
-
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));
|
18789
|
-
}
|
18790
|
-
|
18791
|
-
.v-bottom-navigation__content {
|
18792
|
-
display: flex;
|
18793
|
-
flex: none;
|
18794
|
-
font-size: 0.75rem;
|
18795
|
-
justify-content: center;
|
18796
|
-
transition: inherit;
|
18797
|
-
width: 100%;
|
18798
|
-
}
|
18799
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18800
|
-
font-size: inherit;
|
18801
|
-
height: 100%;
|
18802
|
-
max-width: 168px;
|
18803
|
-
min-width: 80px;
|
18804
|
-
text-transform: none;
|
18805
|
-
transition: inherit;
|
18806
|
-
width: auto;
|
18807
|
-
border-radius: 0;
|
18808
|
-
}
|
18809
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18810
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18811
|
-
transition: inherit;
|
18812
|
-
}
|
18813
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18814
|
-
font-size: 1.5rem;
|
18815
|
-
}
|
18816
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18817
|
-
flex-grow: 1;
|
18818
|
-
}
|
18819
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18820
|
-
transition: inherit;
|
18821
|
-
opacity: 0;
|
18822
|
-
}
|
18823
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18824
|
-
transform: translateY(0.5rem);
|
18825
|
-
}.v-breadcrumbs {
|
18826
|
-
display: flex;
|
18827
|
-
align-items: center;
|
18828
|
-
line-height: 1.6;
|
18829
|
-
padding: 16px 12px;
|
18830
|
-
}
|
18831
|
-
.v-breadcrumbs--rounded {
|
18832
|
-
border-radius: 4px;
|
18833
|
-
}
|
18834
|
-
.v-breadcrumbs--density-default {
|
18835
|
-
padding-top: 16px;
|
18836
|
-
padding-bottom: 16px;
|
18837
|
-
}
|
18838
|
-
|
18839
|
-
.v-breadcrumbs--density-comfortable {
|
18840
|
-
padding-top: 12px;
|
18841
|
-
padding-bottom: 12px;
|
18842
|
-
}
|
18843
|
-
|
18844
|
-
.v-breadcrumbs--density-compact {
|
18845
|
-
padding-top: 8px;
|
18846
|
-
padding-bottom: 8px;
|
18847
|
-
}
|
18848
|
-
|
18849
|
-
.v-breadcrumbs__prepend {
|
18850
|
-
align-items: center;
|
18851
|
-
display: inline-flex;
|
18852
|
-
}
|
18853
|
-
|
18854
|
-
.v-breadcrumbs-item {
|
18855
|
-
align-items: center;
|
18856
|
-
color: inherit;
|
18857
|
-
display: inline-flex;
|
18858
|
-
padding: 0 4px;
|
18859
|
-
text-decoration: none;
|
18860
|
-
vertical-align: middle;
|
18861
|
-
}
|
18862
|
-
.v-breadcrumbs-item--disabled {
|
18863
|
-
opacity: var(--v-disabled-opacity);
|
18864
|
-
pointer-events: none;
|
18865
|
-
}
|
18866
|
-
.v-breadcrumbs-item--link {
|
18867
|
-
color: inherit;
|
18868
|
-
text-decoration: none;
|
18869
|
-
}
|
18870
|
-
.v-breadcrumbs-item--link:hover {
|
18871
|
-
text-decoration: underline;
|
18872
|
-
}
|
18873
|
-
.v-breadcrumbs-item .v-icon {
|
18874
|
-
font-size: 1rem;
|
18875
|
-
margin-inline: -4px 2px;
|
18876
|
-
}
|
18877
|
-
|
18878
|
-
.v-breadcrumbs-divider {
|
18879
|
-
display: inline-block;
|
18880
|
-
padding: 0 8px;
|
18881
|
-
vertical-align: middle;
|
18882
18604
|
}.v-banner {
|
18883
18605
|
display: grid;
|
18884
18606
|
flex: 1 1;
|
@@ -19069,67 +18791,156 @@ html.overflow-y-hidden {
|
|
19069
18791
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
19070
18792
|
max-width: 70%;
|
19071
18793
|
}
|
19072
|
-
}.v-
|
18794
|
+
}.v-avatar {
|
18795
|
+
flex: none;
|
18796
|
+
align-items: center;
|
19073
18797
|
display: inline-flex;
|
19074
|
-
|
19075
|
-
|
19076
|
-
min-width: 0;
|
18798
|
+
justify-content: center;
|
18799
|
+
line-height: normal;
|
19077
18800
|
overflow: hidden;
|
18801
|
+
position: relative;
|
18802
|
+
text-align: center;
|
18803
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18804
|
+
transition-property: width, height;
|
19078
18805
|
vertical-align: middle;
|
18806
|
+
border-radius: 50%;
|
18807
|
+
}
|
18808
|
+
.v-avatar.v-avatar--size-x-small {
|
18809
|
+
--v-avatar-height: 24px;
|
18810
|
+
}
|
18811
|
+
.v-avatar.v-avatar--size-small {
|
18812
|
+
--v-avatar-height: 32px;
|
18813
|
+
}
|
18814
|
+
.v-avatar.v-avatar--size-default {
|
18815
|
+
--v-avatar-height: 40px;
|
18816
|
+
}
|
18817
|
+
.v-avatar.v-avatar--size-large {
|
18818
|
+
--v-avatar-height: 48px;
|
18819
|
+
}
|
18820
|
+
.v-avatar.v-avatar--size-x-large {
|
18821
|
+
--v-avatar-height: 56px;
|
18822
|
+
}
|
18823
|
+
.v-avatar.v-avatar--density-default {
|
18824
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18825
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18826
|
+
}
|
18827
|
+
.v-avatar.v-avatar--density-comfortable {
|
18828
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18829
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18830
|
+
}
|
18831
|
+
.v-avatar.v-avatar--density-compact {
|
18832
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18833
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18834
|
+
}
|
18835
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18836
|
+
background: transparent;
|
18837
|
+
color: inherit;
|
18838
|
+
}
|
18839
|
+
.v-avatar--variant-plain {
|
18840
|
+
opacity: 0.62;
|
18841
|
+
}
|
18842
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18843
|
+
opacity: 1;
|
18844
|
+
}
|
18845
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18846
|
+
display: none;
|
18847
|
+
}
|
18848
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18849
|
+
background: var(--v-theme-surface);
|
18850
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18851
|
+
}
|
18852
|
+
.v-avatar--variant-elevated {
|
18853
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18854
|
+
}
|
18855
|
+
.v-avatar--variant-flat {
|
18856
|
+
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));
|
18857
|
+
}
|
18858
|
+
.v-avatar--variant-outlined {
|
18859
|
+
border: thin solid currentColor;
|
18860
|
+
}
|
18861
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18862
|
+
background: currentColor;
|
18863
|
+
}
|
18864
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18865
|
+
background: currentColor;
|
18866
|
+
opacity: var(--v-activated-opacity);
|
18867
|
+
border-radius: inherit;
|
18868
|
+
top: 0;
|
18869
|
+
right: 0;
|
18870
|
+
bottom: 0;
|
18871
|
+
left: 0;
|
18872
|
+
pointer-events: none;
|
18873
|
+
}
|
18874
|
+
.v-avatar .v-avatar__underlay {
|
18875
|
+
position: absolute;
|
18876
|
+
}
|
18877
|
+
.v-avatar--rounded {
|
18878
|
+
border-radius: 4px;
|
18879
|
+
}
|
18880
|
+
.v-avatar--start {
|
18881
|
+
margin-inline-end: 8px;
|
18882
|
+
}
|
18883
|
+
.v-avatar--end {
|
18884
|
+
margin-inline-start: 8px;
|
18885
|
+
}
|
18886
|
+
.v-avatar .v-img {
|
18887
|
+
height: 100%;
|
18888
|
+
width: 100%;
|
18889
|
+
}.v-bottom-navigation {
|
18890
|
+
display: flex;
|
18891
|
+
max-width: 100%;
|
18892
|
+
overflow: hidden;
|
18893
|
+
position: absolute;
|
18894
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19079
18895
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19080
18896
|
border-style: solid;
|
19081
18897
|
border-width: 0;
|
19082
|
-
|
19083
|
-
|
19084
|
-
background: transparent;
|
18898
|
+
border-radius: 0;
|
18899
|
+
background: rgb(var(--v-theme-surface));
|
19085
18900
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19086
18901
|
}
|
19087
|
-
.v-
|
18902
|
+
.v-bottom-navigation--border {
|
19088
18903
|
border-width: thin;
|
19089
18904
|
box-shadow: none;
|
19090
18905
|
}
|
19091
|
-
.v-
|
19092
|
-
|
19093
|
-
}
|
19094
|
-
|
19095
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19096
|
-
height: 40px;
|
18906
|
+
.v-bottom-navigation--active {
|
18907
|
+
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));
|
19097
18908
|
}
|
19098
18909
|
|
19099
|
-
.v-
|
19100
|
-
|
18910
|
+
.v-bottom-navigation__content {
|
18911
|
+
display: flex;
|
18912
|
+
flex: none;
|
18913
|
+
font-size: 0.75rem;
|
18914
|
+
justify-content: center;
|
18915
|
+
transition: inherit;
|
18916
|
+
width: 100%;
|
19101
18917
|
}
|
19102
|
-
|
19103
|
-
|
18918
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18919
|
+
font-size: inherit;
|
18920
|
+
height: 100%;
|
18921
|
+
max-width: 168px;
|
18922
|
+
min-width: 80px;
|
18923
|
+
text-transform: none;
|
18924
|
+
transition: inherit;
|
18925
|
+
width: auto;
|
19104
18926
|
border-radius: 0;
|
19105
|
-
border-color: inherit;
|
19106
|
-
}
|
19107
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19108
|
-
border-inline-end: none;
|
19109
|
-
}
|
19110
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19111
|
-
border-inline-start: none;
|
19112
|
-
}
|
19113
|
-
.v-btn-group .v-btn:first-child {
|
19114
|
-
border-start-start-radius: inherit;
|
19115
|
-
border-end-start-radius: inherit;
|
19116
18927
|
}
|
19117
|
-
.v-
|
19118
|
-
|
19119
|
-
|
18928
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18929
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18930
|
+
transition: inherit;
|
19120
18931
|
}
|
19121
|
-
.v-
|
19122
|
-
|
19123
|
-
border-inline-end-style: solid;
|
19124
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18932
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18933
|
+
font-size: 1.5rem;
|
19125
18934
|
}
|
19126
|
-
.v-
|
19127
|
-
|
19128
|
-
}.v-checkbox.v-input {
|
19129
|
-
flex: 0 1 auto;
|
18935
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18936
|
+
flex-grow: 1;
|
19130
18937
|
}
|
19131
|
-
.v-
|
19132
|
-
|
18938
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18939
|
+
transition: inherit;
|
18940
|
+
opacity: 0;
|
18941
|
+
}
|
18942
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18943
|
+
transform: translateY(0.5rem);
|
19133
18944
|
}.v-btn {
|
19134
18945
|
align-items: center;
|
19135
18946
|
border-radius: 4px;
|
@@ -19561,69 +19372,139 @@ html.overflow-y-hidden {
|
|
19561
19372
|
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19562
19373
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19563
19374
|
}
|
19564
|
-
}.v-
|
19565
|
-
|
19566
|
-
|
19567
|
-
width: 100%;
|
19375
|
+
}.v-badge {
|
19376
|
+
display: inline-block;
|
19377
|
+
line-height: 1;
|
19568
19378
|
}
|
19569
|
-
|
19379
|
+
|
19380
|
+
.v-badge__badge {
|
19570
19381
|
align-items: center;
|
19571
|
-
|
19572
|
-
|
19573
|
-
|
19382
|
+
display: inline-flex;
|
19383
|
+
border-radius: 10px;
|
19384
|
+
font-size: 0.75rem;
|
19385
|
+
font-weight: 500;
|
19386
|
+
height: 1.25rem;
|
19574
19387
|
justify-content: center;
|
19575
|
-
|
19388
|
+
min-width: 20px;
|
19389
|
+
padding: 4px 6px;
|
19390
|
+
pointer-events: auto;
|
19576
19391
|
position: absolute;
|
19577
|
-
|
19578
|
-
|
19579
|
-
|
19580
|
-
|
19392
|
+
text-align: center;
|
19393
|
+
text-indent: 0;
|
19394
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19395
|
+
white-space: nowrap;
|
19396
|
+
background: rgb(var(--v-theme-surface-variant));
|
19397
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19581
19398
|
}
|
19582
|
-
.v-
|
19583
|
-
|
19399
|
+
.v-badge--bordered .v-badge__badge::after {
|
19400
|
+
border-radius: inherit;
|
19401
|
+
border-style: solid;
|
19402
|
+
border-width: 2px;
|
19403
|
+
bottom: 0;
|
19404
|
+
color: rgb(var(--v-theme-background));
|
19405
|
+
content: "";
|
19406
|
+
left: 0;
|
19407
|
+
position: absolute;
|
19408
|
+
right: 0;
|
19409
|
+
top: 0;
|
19410
|
+
transform: scale(1.05);
|
19584
19411
|
}
|
19585
|
-
.v-
|
19586
|
-
|
19412
|
+
.v-badge--dot .v-badge__badge {
|
19413
|
+
border-radius: 4.5px;
|
19414
|
+
height: 9px;
|
19415
|
+
min-width: 0;
|
19416
|
+
padding: 0;
|
19417
|
+
width: 9px;
|
19587
19418
|
}
|
19588
|
-
.v-
|
19589
|
-
|
19419
|
+
.v-badge--dot .v-badge__badge::after {
|
19420
|
+
border-width: 1.5px;
|
19590
19421
|
}
|
19591
|
-
.v-
|
19592
|
-
|
19422
|
+
.v-badge--inline .v-badge__badge {
|
19423
|
+
position: relative;
|
19593
19424
|
vertical-align: middle;
|
19594
19425
|
}
|
19595
|
-
.v-
|
19596
|
-
|
19426
|
+
.v-badge__badge .v-icon {
|
19427
|
+
color: inherit;
|
19428
|
+
font-size: 0.75rem;
|
19429
|
+
margin: 0 -2px;
|
19597
19430
|
}
|
19598
|
-
.v-
|
19599
|
-
|
19431
|
+
.v-badge__badge img,
|
19432
|
+
.v-badge__badge .v-img {
|
19433
|
+
height: 100%;
|
19434
|
+
width: 100%;
|
19600
19435
|
}
|
19601
19436
|
|
19602
|
-
.v-
|
19603
|
-
|
19604
|
-
position:
|
19605
|
-
|
19606
|
-
|
19607
|
-
|
19437
|
+
.v-badge__wrapper {
|
19438
|
+
display: flex;
|
19439
|
+
position: relative;
|
19440
|
+
}
|
19441
|
+
.v-badge--inline .v-badge__wrapper {
|
19442
|
+
align-items: center;
|
19443
|
+
display: inline-flex;
|
19444
|
+
justify-content: center;
|
19445
|
+
margin: 0 4px;
|
19446
|
+
}.v-breadcrumbs {
|
19447
|
+
display: flex;
|
19448
|
+
align-items: center;
|
19449
|
+
line-height: 1.6;
|
19450
|
+
padding: 16px 12px;
|
19451
|
+
}
|
19452
|
+
.v-breadcrumbs--rounded {
|
19453
|
+
border-radius: 4px;
|
19454
|
+
}
|
19455
|
+
.v-breadcrumbs--density-default {
|
19456
|
+
padding-top: 16px;
|
19457
|
+
padding-bottom: 16px;
|
19608
19458
|
}
|
19609
19459
|
|
19610
|
-
.v-
|
19611
|
-
|
19612
|
-
|
19613
|
-
text-decoration: none;
|
19460
|
+
.v-breadcrumbs--density-comfortable {
|
19461
|
+
padding-top: 12px;
|
19462
|
+
padding-bottom: 12px;
|
19614
19463
|
}
|
19615
|
-
|
19616
|
-
|
19464
|
+
|
19465
|
+
.v-breadcrumbs--density-compact {
|
19466
|
+
padding-top: 8px;
|
19467
|
+
padding-bottom: 8px;
|
19617
19468
|
}
|
19618
19469
|
|
19619
|
-
.v-
|
19620
|
-
|
19470
|
+
.v-breadcrumbs__prepend {
|
19471
|
+
align-items: center;
|
19472
|
+
display: inline-flex;
|
19621
19473
|
}
|
19622
19474
|
|
19623
|
-
.v-
|
19624
|
-
|
19625
|
-
|
19626
|
-
|
19475
|
+
.v-breadcrumbs-item {
|
19476
|
+
align-items: center;
|
19477
|
+
color: inherit;
|
19478
|
+
display: inline-flex;
|
19479
|
+
padding: 0 4px;
|
19480
|
+
text-decoration: none;
|
19481
|
+
vertical-align: middle;
|
19482
|
+
}
|
19483
|
+
.v-breadcrumbs-item--disabled {
|
19484
|
+
opacity: var(--v-disabled-opacity);
|
19485
|
+
pointer-events: none;
|
19486
|
+
}
|
19487
|
+
.v-breadcrumbs-item--link {
|
19488
|
+
color: inherit;
|
19489
|
+
text-decoration: none;
|
19490
|
+
}
|
19491
|
+
.v-breadcrumbs-item--link:hover {
|
19492
|
+
text-decoration: underline;
|
19493
|
+
}
|
19494
|
+
.v-breadcrumbs-item .v-icon {
|
19495
|
+
font-size: 1rem;
|
19496
|
+
margin-inline: -4px 2px;
|
19497
|
+
}
|
19498
|
+
|
19499
|
+
.v-breadcrumbs-divider {
|
19500
|
+
display: inline-block;
|
19501
|
+
padding: 0 8px;
|
19502
|
+
vertical-align: middle;
|
19503
|
+
}.v-checkbox.v-input {
|
19504
|
+
flex: 0 1 auto;
|
19505
|
+
}
|
19506
|
+
.v-checkbox .v-selection-control {
|
19507
|
+
min-height: var(--v-input-control-height);
|
19627
19508
|
}.v-card {
|
19628
19509
|
display: block;
|
19629
19510
|
overflow: hidden;
|
@@ -19923,6 +19804,69 @@ html.overflow-y-hidden {
|
|
19923
19804
|
pointer-events: none;
|
19924
19805
|
opacity: 0;
|
19925
19806
|
transition: opacity 0.2s ease-in-out;
|
19807
|
+
}.v-carousel {
|
19808
|
+
overflow: hidden;
|
19809
|
+
position: relative;
|
19810
|
+
width: 100%;
|
19811
|
+
}
|
19812
|
+
.v-carousel__controls {
|
19813
|
+
align-items: center;
|
19814
|
+
bottom: 0;
|
19815
|
+
display: flex;
|
19816
|
+
height: 50px;
|
19817
|
+
justify-content: center;
|
19818
|
+
list-style-type: none;
|
19819
|
+
position: absolute;
|
19820
|
+
width: 100%;
|
19821
|
+
z-index: 1;
|
19822
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19823
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19824
|
+
}
|
19825
|
+
.v-carousel__controls > .v-item-group {
|
19826
|
+
flex: 0 1 auto;
|
19827
|
+
}
|
19828
|
+
.v-carousel__controls__item {
|
19829
|
+
margin: 0 8px;
|
19830
|
+
}
|
19831
|
+
.v-carousel__controls__item .v-icon {
|
19832
|
+
opacity: 0.5;
|
19833
|
+
}
|
19834
|
+
.v-carousel__controls__item--active .v-icon {
|
19835
|
+
opacity: 1;
|
19836
|
+
vertical-align: middle;
|
19837
|
+
}
|
19838
|
+
.v-carousel__controls__item:hover {
|
19839
|
+
background: none;
|
19840
|
+
}
|
19841
|
+
.v-carousel__controls__item:hover .v-icon {
|
19842
|
+
opacity: 0.8;
|
19843
|
+
}
|
19844
|
+
|
19845
|
+
.v-carousel__progress {
|
19846
|
+
margin: 0;
|
19847
|
+
position: absolute;
|
19848
|
+
bottom: 0;
|
19849
|
+
left: 0;
|
19850
|
+
right: 0;
|
19851
|
+
}
|
19852
|
+
|
19853
|
+
.v-carousel-item {
|
19854
|
+
display: block;
|
19855
|
+
height: inherit;
|
19856
|
+
text-decoration: none;
|
19857
|
+
}
|
19858
|
+
.v-carousel-item > .v-img {
|
19859
|
+
height: inherit;
|
19860
|
+
}
|
19861
|
+
|
19862
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19863
|
+
background: transparent;
|
19864
|
+
}
|
19865
|
+
|
19866
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19867
|
+
flex-direction: column;
|
19868
|
+
height: 100% !important;
|
19869
|
+
width: 50px;
|
19926
19870
|
}.v-chip-group {
|
19927
19871
|
display: flex;
|
19928
19872
|
max-width: 100%;
|
@@ -19930,17 +19874,73 @@ html.overflow-y-hidden {
|
|
19930
19874
|
overflow-x: auto;
|
19931
19875
|
padding: 4px 0;
|
19932
19876
|
}
|
19933
|
-
.v-chip-group .v-chip {
|
19934
|
-
margin: 4px 8px 4px 0;
|
19877
|
+
.v-chip-group .v-chip {
|
19878
|
+
margin: 4px 8px 4px 0;
|
19879
|
+
}
|
19880
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19881
|
+
opacity: var(--v-activated-opacity);
|
19882
|
+
}
|
19883
|
+
|
19884
|
+
.v-chip-group--column .v-slide-group__content {
|
19885
|
+
white-space: normal;
|
19886
|
+
flex-wrap: wrap;
|
19887
|
+
max-width: 100%;
|
19888
|
+
}.v-btn-group {
|
19889
|
+
display: inline-flex;
|
19890
|
+
flex-wrap: nowrap;
|
19891
|
+
max-width: 100%;
|
19892
|
+
min-width: 0;
|
19893
|
+
overflow: hidden;
|
19894
|
+
vertical-align: middle;
|
19895
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19896
|
+
border-style: solid;
|
19897
|
+
border-width: 0;
|
19898
|
+
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));
|
19899
|
+
border-radius: 4px;
|
19900
|
+
background: transparent;
|
19901
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19902
|
+
}
|
19903
|
+
.v-btn-group--border {
|
19904
|
+
border-width: thin;
|
19905
|
+
box-shadow: none;
|
19906
|
+
}
|
19907
|
+
.v-btn-group--density-default.v-btn-group {
|
19908
|
+
height: 48px;
|
19935
19909
|
}
|
19936
|
-
|
19937
|
-
|
19910
|
+
|
19911
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19912
|
+
height: 40px;
|
19938
19913
|
}
|
19939
19914
|
|
19940
|
-
.v-
|
19941
|
-
|
19942
|
-
|
19943
|
-
|
19915
|
+
.v-btn-group--density-compact.v-btn-group {
|
19916
|
+
height: 36px;
|
19917
|
+
}
|
19918
|
+
|
19919
|
+
.v-btn-group .v-btn {
|
19920
|
+
border-radius: 0;
|
19921
|
+
border-color: inherit;
|
19922
|
+
}
|
19923
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19924
|
+
border-inline-end: none;
|
19925
|
+
}
|
19926
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19927
|
+
border-inline-start: none;
|
19928
|
+
}
|
19929
|
+
.v-btn-group .v-btn:first-child {
|
19930
|
+
border-start-start-radius: inherit;
|
19931
|
+
border-end-start-radius: inherit;
|
19932
|
+
}
|
19933
|
+
.v-btn-group .v-btn:last-child {
|
19934
|
+
border-start-end-radius: inherit;
|
19935
|
+
border-end-end-radius: inherit;
|
19936
|
+
}
|
19937
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19938
|
+
border-inline-end-width: thin;
|
19939
|
+
border-inline-end-style: solid;
|
19940
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19941
|
+
}
|
19942
|
+
.v-btn-group--tile {
|
19943
|
+
border-radius: 0;
|
19944
19944
|
}.v-chip {
|
19945
19945
|
align-items: center;
|
19946
19946
|
display: inline-flex;
|
@@ -21068,69 +21068,379 @@ html.overflow-y-hidden {
|
|
21068
21068
|
white-space: nowrap;
|
21069
21069
|
}
|
21070
21070
|
|
21071
|
-
.v-combobox__content {
|
21072
|
-
overflow: hidden;
|
21073
|
-
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));
|
21074
|
-
border-radius: 4px;
|
21071
|
+
.v-combobox__content {
|
21072
|
+
overflow: hidden;
|
21073
|
+
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));
|
21074
|
+
border-radius: 4px;
|
21075
|
+
}
|
21076
|
+
.v-combobox__mask {
|
21077
|
+
background: rgb(var(--v-theme-surface-light));
|
21078
|
+
}
|
21079
|
+
.v-combobox__selection {
|
21080
|
+
display: inline-flex;
|
21081
|
+
align-items: center;
|
21082
|
+
height: 1.5rem;
|
21083
|
+
letter-spacing: inherit;
|
21084
|
+
line-height: inherit;
|
21085
|
+
max-width: calc(100% - 2px - 2px);
|
21086
|
+
}
|
21087
|
+
.v-combobox__selection:first-child {
|
21088
|
+
margin-inline-start: 0;
|
21089
|
+
}
|
21090
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21091
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21092
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21093
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21094
|
+
top: 0px;
|
21095
|
+
}
|
21096
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
21097
|
+
opacity: var(--v-medium-emphasis-opacity);
|
21098
|
+
}
|
21099
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
21100
|
+
opacity: 1;
|
21101
|
+
}
|
21102
|
+
.v-combobox--selecting-index .v-field__input > input {
|
21103
|
+
caret-color: transparent;
|
21104
|
+
}
|
21105
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
21106
|
+
flex: 1 1;
|
21107
|
+
position: absolute;
|
21108
|
+
left: 0;
|
21109
|
+
right: 0;
|
21110
|
+
width: 100%;
|
21111
|
+
padding-inline: inherit;
|
21112
|
+
}
|
21113
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
21114
|
+
transition: none;
|
21115
|
+
}
|
21116
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
21117
|
+
opacity: 0;
|
21118
|
+
}
|
21119
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
21120
|
+
opacity: 0;
|
21121
|
+
}
|
21122
|
+
.v-combobox__menu-icon {
|
21123
|
+
margin-inline-start: 4px;
|
21124
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21125
|
+
}
|
21126
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
21127
|
+
opacity: var(--v-high-emphasis-opacity);
|
21128
|
+
transform: rotate(180deg);
|
21129
|
+
}.v-data-table {
|
21130
|
+
width: 100%;
|
21131
|
+
}
|
21132
|
+
|
21133
|
+
.v-data-table__table {
|
21134
|
+
width: 100%;
|
21135
|
+
border-collapse: separate;
|
21136
|
+
border-spacing: 0;
|
21137
|
+
}
|
21138
|
+
|
21139
|
+
.v-data-table__tr--focus {
|
21140
|
+
border: 1px dotted black;
|
21141
|
+
}
|
21142
|
+
.v-data-table__tr--clickable {
|
21143
|
+
cursor: pointer;
|
21144
|
+
}
|
21145
|
+
|
21146
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21147
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21148
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21149
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21150
|
+
text-align: end;
|
21151
|
+
}
|
21152
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21153
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
21154
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21155
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
21156
|
+
flex-direction: row-reverse;
|
21157
|
+
}
|
21158
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
21159
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
21160
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
21161
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
21162
|
+
text-align: center;
|
21163
|
+
}
|
21164
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21165
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
21166
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21167
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
21168
|
+
justify-content: center;
|
21169
|
+
}
|
21170
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
21171
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
21172
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
21173
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
21174
|
+
padding: 0 8px;
|
21175
|
+
}
|
21176
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
21177
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
21178
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
21179
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
21180
|
+
text-overflow: ellipsis;
|
21181
|
+
text-wrap: nowrap;
|
21182
|
+
overflow: hidden;
|
21183
|
+
}
|
21184
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21185
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
21186
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21187
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
21188
|
+
display: contents;
|
21189
|
+
}
|
21190
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
21191
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
21192
|
+
align-items: center;
|
21193
|
+
}
|
21194
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
21195
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
21196
|
+
position: sticky;
|
21197
|
+
}
|
21198
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
21199
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
21200
|
+
cursor: pointer;
|
21201
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21202
|
+
}
|
21203
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
21204
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
21205
|
+
opacity: 0;
|
21206
|
+
}
|
21207
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
21208
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
21209
|
+
opacity: 0.5;
|
21210
|
+
}
|
21211
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
21212
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
21213
|
+
height: -moz-fit-content;
|
21214
|
+
height: fit-content;
|
21215
|
+
}
|
21216
|
+
|
21217
|
+
.v-data-table-column--fixed,
|
21218
|
+
.v-data-table__th--sticky {
|
21219
|
+
background: rgb(var(--v-theme-surface));
|
21220
|
+
position: sticky !important;
|
21221
|
+
left: 0;
|
21222
|
+
z-index: 1;
|
21223
|
+
}
|
21224
|
+
|
21225
|
+
.v-data-table-column--last-fixed {
|
21226
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
21227
|
+
}
|
21228
|
+
|
21229
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
21230
|
+
z-index: 2;
|
21231
|
+
}
|
21232
|
+
|
21233
|
+
.v-data-table-group-header-row td {
|
21234
|
+
background: rgba(var(--v-theme-surface));
|
21235
|
+
color: rgba(var(--v-theme-on-surface));
|
21236
|
+
}
|
21237
|
+
.v-data-table-group-header-row td > span {
|
21238
|
+
padding-left: 5px;
|
21239
|
+
}
|
21240
|
+
|
21241
|
+
.v-data-table--loading .v-data-table__td {
|
21242
|
+
opacity: var(--v-disabled-opacity);
|
21243
|
+
}
|
21244
|
+
|
21245
|
+
.v-data-table-group-header-row__column {
|
21246
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
21247
|
+
}
|
21248
|
+
|
21249
|
+
.v-data-table-header__content {
|
21250
|
+
display: flex;
|
21251
|
+
align-items: center;
|
21252
|
+
}
|
21253
|
+
|
21254
|
+
.v-data-table-header__sort-badge {
|
21255
|
+
display: inline-flex;
|
21256
|
+
justify-content: center;
|
21257
|
+
align-items: center;
|
21258
|
+
font-size: 0.875rem;
|
21259
|
+
padding: 4px;
|
21260
|
+
border-radius: 50%;
|
21261
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
21262
|
+
min-width: 20px;
|
21263
|
+
min-height: 20px;
|
21264
|
+
width: 20px;
|
21265
|
+
height: 20px;
|
21266
|
+
}
|
21267
|
+
|
21268
|
+
.v-data-table-progress > th {
|
21269
|
+
border: none !important;
|
21270
|
+
height: auto !important;
|
21271
|
+
padding: 0 !important;
|
21272
|
+
}
|
21273
|
+
|
21274
|
+
.v-data-table-progress__loader {
|
21275
|
+
position: relative;
|
21276
|
+
}
|
21277
|
+
|
21278
|
+
.v-data-table-rows-loading,
|
21279
|
+
.v-data-table-rows-no-data {
|
21280
|
+
text-align: center;
|
21281
|
+
}
|
21282
|
+
|
21283
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
21284
|
+
grid-template-columns: 0;
|
21285
|
+
justify-content: center;
|
21075
21286
|
}
|
21076
|
-
.v-
|
21077
|
-
|
21287
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
21288
|
+
grid-template-columns: 0;
|
21289
|
+
justify-content: end;
|
21078
21290
|
}
|
21079
|
-
.v-
|
21080
|
-
display: inline-flex;
|
21291
|
+
.v-data-table__tr--mobile > td {
|
21081
21292
|
align-items: center;
|
21082
|
-
|
21083
|
-
|
21084
|
-
|
21085
|
-
|
21293
|
+
column-gap: 4px;
|
21294
|
+
display: grid;
|
21295
|
+
grid-template-columns: repeat(2, 1fr);
|
21296
|
+
min-height: var(--v-table-row-height);
|
21086
21297
|
}
|
21087
|
-
.v-
|
21088
|
-
|
21298
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
21299
|
+
border-bottom: 0 !important;
|
21089
21300
|
}
|
21090
|
-
|
21091
|
-
.v-
|
21092
|
-
|
21093
|
-
|
21094
|
-
top: 0px;
|
21301
|
+
|
21302
|
+
.v-data-table__td-title {
|
21303
|
+
font-weight: 500;
|
21304
|
+
text-align: left;
|
21095
21305
|
}
|
21096
|
-
|
21097
|
-
|
21306
|
+
|
21307
|
+
.v-data-table__td-value {
|
21308
|
+
text-align: right;
|
21098
21309
|
}
|
21099
|
-
|
21100
|
-
|
21310
|
+
|
21311
|
+
.v-data-table__td-sort-icon {
|
21312
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
21101
21313
|
}
|
21102
|
-
.v-
|
21103
|
-
|
21314
|
+
.v-data-table__td-sort-icon-active {
|
21315
|
+
color: rgba(var(--v-theme-on-surface));
|
21316
|
+
}.v-data-table-footer {
|
21317
|
+
align-items: center;
|
21318
|
+
display: flex;
|
21319
|
+
flex-wrap: wrap;
|
21320
|
+
justify-content: flex-end;
|
21321
|
+
padding: 8px 4px;
|
21104
21322
|
}
|
21105
|
-
.v-
|
21106
|
-
|
21107
|
-
|
21108
|
-
|
21109
|
-
right: 0;
|
21110
|
-
width: 100%;
|
21111
|
-
padding-inline: inherit;
|
21323
|
+
.v-data-table-footer__items-per-page {
|
21324
|
+
align-items: center;
|
21325
|
+
display: flex;
|
21326
|
+
justify-content: center;
|
21112
21327
|
}
|
21113
|
-
.v-
|
21114
|
-
|
21328
|
+
.v-data-table-footer__items-per-page > span {
|
21329
|
+
padding-inline-end: 8px;
|
21115
21330
|
}
|
21116
|
-
.v-
|
21117
|
-
|
21331
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21332
|
+
width: 90px;
|
21118
21333
|
}
|
21119
|
-
.v-
|
21120
|
-
|
21334
|
+
.v-data-table-footer__info {
|
21335
|
+
display: flex;
|
21336
|
+
justify-content: flex-end;
|
21337
|
+
min-width: 116px;
|
21338
|
+
padding: 0 16px;
|
21121
21339
|
}
|
21122
|
-
.v-
|
21123
|
-
|
21124
|
-
|
21340
|
+
.v-data-table-footer__paginationz {
|
21341
|
+
align-items: center;
|
21342
|
+
display: flex;
|
21343
|
+
margin-inline-start: 16px;
|
21125
21344
|
}
|
21126
|
-
.v-
|
21127
|
-
|
21128
|
-
transform: rotate(180deg);
|
21345
|
+
.v-data-table-footer__page {
|
21346
|
+
padding: 0 8px;
|
21129
21347
|
}.v-counter {
|
21130
21348
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21131
21349
|
flex: 0 1 auto;
|
21132
21350
|
font-size: 12px;
|
21133
21351
|
transition-duration: 150ms;
|
21352
|
+
}.v-dialog {
|
21353
|
+
align-items: center;
|
21354
|
+
justify-content: center;
|
21355
|
+
margin: auto;
|
21356
|
+
}
|
21357
|
+
.v-dialog > .v-overlay__content {
|
21358
|
+
max-height: calc(100% - 48px);
|
21359
|
+
width: calc(100% - 48px);
|
21360
|
+
max-width: calc(100% - 48px);
|
21361
|
+
margin: 24px;
|
21362
|
+
}
|
21363
|
+
.v-dialog > .v-overlay__content,
|
21364
|
+
.v-dialog > .v-overlay__content > form {
|
21365
|
+
display: flex;
|
21366
|
+
flex-direction: column;
|
21367
|
+
min-height: 0;
|
21368
|
+
}
|
21369
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21370
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21371
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21372
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21373
|
+
--v-scrollbar-offset: 0px;
|
21374
|
+
border-radius: 4px;
|
21375
|
+
overflow-y: auto;
|
21376
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21377
|
+
}
|
21378
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21379
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21380
|
+
display: flex;
|
21381
|
+
flex-direction: column;
|
21382
|
+
}
|
21383
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21384
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21385
|
+
padding: 16px 24px;
|
21386
|
+
}
|
21387
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21388
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21389
|
+
padding-top: 0;
|
21390
|
+
}
|
21391
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21392
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21393
|
+
font-size: inherit;
|
21394
|
+
letter-spacing: 0.03125em;
|
21395
|
+
line-height: inherit;
|
21396
|
+
padding: 16px 24px 24px;
|
21397
|
+
}
|
21398
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21399
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21400
|
+
justify-content: flex-end;
|
21401
|
+
}
|
21402
|
+
|
21403
|
+
.v-dialog--fullscreen {
|
21404
|
+
--v-scrollbar-offset: 0px;
|
21405
|
+
}
|
21406
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21407
|
+
border-radius: 0;
|
21408
|
+
margin: 0;
|
21409
|
+
padding: 0;
|
21410
|
+
width: 100%;
|
21411
|
+
height: 100%;
|
21412
|
+
max-width: 100%;
|
21413
|
+
max-height: 100%;
|
21414
|
+
overflow-y: auto;
|
21415
|
+
top: 0;
|
21416
|
+
left: 0;
|
21417
|
+
}
|
21418
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21419
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21420
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21421
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21422
|
+
min-height: 100%;
|
21423
|
+
min-width: 100%;
|
21424
|
+
border-radius: 0;
|
21425
|
+
}
|
21426
|
+
|
21427
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21428
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
21429
|
+
display: flex;
|
21430
|
+
}
|
21431
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21432
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21433
|
+
display: flex;
|
21434
|
+
flex: 1 1 100%;
|
21435
|
+
flex-direction: column;
|
21436
|
+
max-height: 100%;
|
21437
|
+
max-width: 100%;
|
21438
|
+
}
|
21439
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21440
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21441
|
+
-webkit-backface-visibility: hidden;
|
21442
|
+
backface-visibility: hidden;
|
21443
|
+
overflow-y: auto;
|
21134
21444
|
}.v-date-picker {
|
21135
21445
|
overflow: hidden;
|
21136
21446
|
width: 328px;
|
@@ -21168,101 +21478,31 @@ html.overflow-y-hidden {
|
|
21168
21478
|
.v-date-picker-controls .v-btn:last-child {
|
21169
21479
|
margin-inline-start: 4px;
|
21170
21480
|
}
|
21171
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21172
|
-
transform: rotate(180deg);
|
21173
|
-
}
|
21174
|
-
|
21175
|
-
.v-date-picker-controls__date {
|
21176
|
-
margin-inline-end: 4px;
|
21177
|
-
}
|
21178
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21179
|
-
margin: auto;
|
21180
|
-
text-align: center;
|
21181
|
-
}
|
21182
|
-
|
21183
|
-
.v-date-picker-controls__month {
|
21184
|
-
display: flex;
|
21185
|
-
}
|
21186
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21187
|
-
flex-direction: row-reverse;
|
21188
|
-
}
|
21189
|
-
|
21190
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21191
|
-
flex: 1 0 auto;
|
21192
|
-
}
|
21193
|
-
|
21194
|
-
.v-date-picker__title {
|
21195
|
-
display: inline-block;
|
21196
|
-
}.v-date-picker-month {
|
21197
|
-
display: flex;
|
21198
|
-
justify-content: center;
|
21199
|
-
padding: 0 12px 8px;
|
21200
|
-
--v-date-picker-month-day-diff: 4px;
|
21201
|
-
}
|
21202
|
-
|
21203
|
-
.v-date-picker-month__weeks {
|
21204
|
-
display: grid;
|
21205
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21206
|
-
column-gap: 4px;
|
21207
|
-
font-size: 0.85rem;
|
21208
|
-
}
|
21209
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21210
|
-
grid-row-gap: 0;
|
21211
|
-
}
|
21212
|
-
|
21213
|
-
.v-date-picker-month__weekday {
|
21214
|
-
font-size: 0.85rem;
|
21215
|
-
}
|
21216
|
-
|
21217
|
-
.v-date-picker-month__days {
|
21218
|
-
display: grid;
|
21219
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21220
|
-
column-gap: 4px;
|
21221
|
-
flex: 1 1;
|
21222
|
-
justify-content: space-around;
|
21223
|
-
}
|
21224
|
-
|
21225
|
-
.v-date-picker-month__day {
|
21226
|
-
align-items: center;
|
21227
|
-
display: flex;
|
21228
|
-
justify-content: center;
|
21229
|
-
position: relative;
|
21230
|
-
height: 40px;
|
21231
|
-
width: 40px;
|
21232
|
-
}
|
21233
|
-
.v-date-picker-month__day--selected .v-btn {
|
21234
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21235
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21236
|
-
}
|
21237
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21238
|
-
--v-btn-height: 24px;
|
21239
|
-
--v-btn-size: 0.85rem;
|
21240
|
-
}
|
21241
|
-
.v-date-picker-month__day--week {
|
21242
|
-
font-size: var(--v-btn-size);
|
21481
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21482
|
+
transform: rotate(180deg);
|
21243
21483
|
}
|
21244
21484
|
|
21245
|
-
.v-date-picker-
|
21246
|
-
|
21485
|
+
.v-date-picker-controls__date {
|
21486
|
+
margin-inline-end: 4px;
|
21487
|
+
}
|
21488
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21489
|
+
margin: auto;
|
21490
|
+
text-align: center;
|
21247
21491
|
}
|
21248
21492
|
|
21249
|
-
.v-date-picker-
|
21250
|
-
|
21251
|
-
}
|
21252
|
-
|
21253
|
-
|
21493
|
+
.v-date-picker-controls__month {
|
21494
|
+
display: flex;
|
21495
|
+
}
|
21496
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21497
|
+
flex-direction: row-reverse;
|
21254
21498
|
}
|
21255
21499
|
|
21256
|
-
.v-date-picker-
|
21257
|
-
|
21258
|
-
flex: 1 1;
|
21259
|
-
justify-content: space-around;
|
21260
|
-
grid-template-columns: repeat(3, 1fr);
|
21261
|
-
gap: 8px 24px;
|
21262
|
-
padding-inline: 32px;
|
21500
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21501
|
+
flex: 1 0 auto;
|
21263
21502
|
}
|
21264
|
-
|
21265
|
-
|
21503
|
+
|
21504
|
+
.v-date-picker__title {
|
21505
|
+
display: inline-block;
|
21266
21506
|
}.v-date-picker-header {
|
21267
21507
|
align-items: flex-end;
|
21268
21508
|
height: 70px;
|
@@ -21323,6 +21563,21 @@ html.overflow-y-hidden {
|
|
21323
21563
|
.date-picker-header-reverse-transition-leave-to {
|
21324
21564
|
opacity: 0;
|
21325
21565
|
transform: translate(0, 100%);
|
21566
|
+
}.v-date-picker-years {
|
21567
|
+
height: 288px;
|
21568
|
+
overflow-y: scroll;
|
21569
|
+
}
|
21570
|
+
|
21571
|
+
.v-date-picker-years__content {
|
21572
|
+
display: grid;
|
21573
|
+
flex: 1 1;
|
21574
|
+
justify-content: space-around;
|
21575
|
+
grid-template-columns: repeat(3, 1fr);
|
21576
|
+
gap: 8px 24px;
|
21577
|
+
padding-inline: 32px;
|
21578
|
+
}
|
21579
|
+
.v-date-picker-years__content .v-btn {
|
21580
|
+
padding-inline: 8px;
|
21326
21581
|
}.v-date-picker-months {
|
21327
21582
|
height: 288px;
|
21328
21583
|
}
|
@@ -21336,280 +21591,67 @@ html.overflow-y-hidden {
|
|
21336
21591
|
grid-template-columns: repeat(2, 1fr);
|
21337
21592
|
grid-gap: 0px 24px;
|
21338
21593
|
padding-inline-start: 36px;
|
21339
|
-
padding-inline-end: 36px;
|
21340
|
-
}
|
21341
|
-
.v-date-picker-months__content .v-btn {
|
21342
|
-
text-transform: none;
|
21343
|
-
padding-inline-start: 8px;
|
21344
|
-
padding-inline-end: 8px;
|
21345
|
-
}.v-divider {
|
21346
|
-
display: block;
|
21347
|
-
flex: 1 1 100%;
|
21348
|
-
height: 0px;
|
21349
|
-
max-height: 0px;
|
21350
|
-
opacity: var(--v-border-opacity);
|
21351
|
-
transition: inherit;
|
21352
|
-
border-style: solid;
|
21353
|
-
border-width: thin 0 0 0;
|
21354
|
-
}
|
21355
|
-
.v-divider--vertical {
|
21356
|
-
align-self: stretch;
|
21357
|
-
border-width: 0 thin 0 0;
|
21358
|
-
display: inline-flex;
|
21359
|
-
height: auto;
|
21360
|
-
margin-left: -1px;
|
21361
|
-
max-height: 100%;
|
21362
|
-
max-width: 0px;
|
21363
|
-
vertical-align: text-bottom;
|
21364
|
-
width: 0px;
|
21365
|
-
}
|
21366
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
21367
|
-
max-width: calc(100% - 72px);
|
21368
|
-
margin-inline-start: 72px;
|
21369
|
-
}
|
21370
|
-
.v-divider--inset.v-divider--vertical {
|
21371
|
-
margin-bottom: 8px;
|
21372
|
-
margin-top: 8px;
|
21373
|
-
max-height: calc(100% - 16px);
|
21374
|
-
}
|
21375
|
-
|
21376
|
-
.v-divider__content {
|
21377
|
-
padding: 0 16px;
|
21378
|
-
text-wrap: nowrap;
|
21379
|
-
}
|
21380
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
21381
|
-
padding: 4px 0;
|
21382
|
-
}
|
21383
|
-
|
21384
|
-
.v-divider__wrapper {
|
21385
|
-
display: flex;
|
21386
|
-
align-items: center;
|
21387
|
-
justify-content: center;
|
21388
|
-
}
|
21389
|
-
.v-divider__wrapper--vertical {
|
21390
|
-
flex-direction: column;
|
21391
|
-
height: 100%;
|
21392
|
-
}
|
21393
|
-
.v-divider__wrapper--vertical .v-divider {
|
21394
|
-
margin: 0 auto;
|
21395
|
-
}.v-data-table-footer {
|
21396
|
-
align-items: center;
|
21397
|
-
display: flex;
|
21398
|
-
flex-wrap: wrap;
|
21399
|
-
justify-content: flex-end;
|
21400
|
-
padding: 8px 4px;
|
21401
|
-
}
|
21402
|
-
.v-data-table-footer__items-per-page {
|
21403
|
-
align-items: center;
|
21404
|
-
display: flex;
|
21405
|
-
justify-content: center;
|
21406
|
-
}
|
21407
|
-
.v-data-table-footer__items-per-page > span {
|
21408
|
-
padding-inline-end: 8px;
|
21409
|
-
}
|
21410
|
-
.v-data-table-footer__items-per-page > .v-select {
|
21411
|
-
width: 90px;
|
21412
|
-
}
|
21413
|
-
.v-data-table-footer__info {
|
21414
|
-
display: flex;
|
21415
|
-
justify-content: flex-end;
|
21416
|
-
min-width: 116px;
|
21417
|
-
padding: 0 16px;
|
21418
|
-
}
|
21419
|
-
.v-data-table-footer__paginationz {
|
21420
|
-
align-items: center;
|
21421
|
-
display: flex;
|
21422
|
-
margin-inline-start: 16px;
|
21423
|
-
}
|
21424
|
-
.v-data-table-footer__page {
|
21425
|
-
padding: 0 8px;
|
21426
|
-
}.v-data-table {
|
21427
|
-
width: 100%;
|
21428
|
-
}
|
21429
|
-
|
21430
|
-
.v-data-table__table {
|
21431
|
-
width: 100%;
|
21432
|
-
border-collapse: separate;
|
21433
|
-
border-spacing: 0;
|
21434
|
-
}
|
21435
|
-
|
21436
|
-
.v-data-table__tr--focus {
|
21437
|
-
border: 1px dotted black;
|
21438
|
-
}
|
21439
|
-
.v-data-table__tr--clickable {
|
21440
|
-
cursor: pointer;
|
21441
|
-
}
|
21442
|
-
|
21443
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21444
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21445
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21446
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21447
|
-
text-align: end;
|
21448
|
-
}
|
21449
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21450
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
21451
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21452
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
21453
|
-
flex-direction: row-reverse;
|
21454
|
-
}
|
21455
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
21456
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
21457
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
21458
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
21459
|
-
text-align: center;
|
21460
|
-
}
|
21461
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21462
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
21463
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21464
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
21465
|
-
justify-content: center;
|
21466
|
-
}
|
21467
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
21468
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
21469
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
21470
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
21471
|
-
padding: 0 8px;
|
21472
|
-
}
|
21473
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
21474
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
21475
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
21476
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
21477
|
-
text-overflow: ellipsis;
|
21478
|
-
text-wrap: nowrap;
|
21479
|
-
overflow: hidden;
|
21480
|
-
}
|
21481
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21482
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
21483
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21484
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
21485
|
-
display: contents;
|
21486
|
-
}
|
21487
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
21488
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
21489
|
-
align-items: center;
|
21490
|
-
}
|
21491
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
21492
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
21493
|
-
position: sticky;
|
21494
|
-
}
|
21495
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
21496
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
21497
|
-
cursor: pointer;
|
21498
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21499
|
-
}
|
21500
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
21501
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
21502
|
-
opacity: 0;
|
21503
|
-
}
|
21504
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
21505
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
21506
|
-
opacity: 0.5;
|
21507
|
-
}
|
21508
|
-
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
21509
|
-
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
21510
|
-
height: -moz-fit-content;
|
21511
|
-
height: fit-content;
|
21512
|
-
}
|
21513
|
-
|
21514
|
-
.v-data-table-column--fixed,
|
21515
|
-
.v-data-table__th--sticky {
|
21516
|
-
background: rgb(var(--v-theme-surface));
|
21517
|
-
position: sticky !important;
|
21518
|
-
left: 0;
|
21519
|
-
z-index: 1;
|
21520
|
-
}
|
21521
|
-
|
21522
|
-
.v-data-table-column--last-fixed {
|
21523
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
21524
|
-
}
|
21525
|
-
|
21526
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
21527
|
-
z-index: 2;
|
21528
|
-
}
|
21529
|
-
|
21530
|
-
.v-data-table-group-header-row td {
|
21531
|
-
background: rgba(var(--v-theme-surface));
|
21532
|
-
color: rgba(var(--v-theme-on-surface));
|
21533
|
-
}
|
21534
|
-
.v-data-table-group-header-row td > span {
|
21535
|
-
padding-left: 5px;
|
21536
|
-
}
|
21537
|
-
|
21538
|
-
.v-data-table--loading .v-data-table__td {
|
21539
|
-
opacity: var(--v-disabled-opacity);
|
21540
|
-
}
|
21541
|
-
|
21542
|
-
.v-data-table-group-header-row__column {
|
21543
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
21594
|
+
padding-inline-end: 36px;
|
21544
21595
|
}
|
21545
|
-
|
21546
|
-
|
21596
|
+
.v-date-picker-months__content .v-btn {
|
21597
|
+
text-transform: none;
|
21598
|
+
padding-inline-start: 8px;
|
21599
|
+
padding-inline-end: 8px;
|
21600
|
+
}.v-date-picker-month {
|
21547
21601
|
display: flex;
|
21548
|
-
align-items: center;
|
21549
|
-
}
|
21550
|
-
|
21551
|
-
.v-data-table-header__sort-badge {
|
21552
|
-
display: inline-flex;
|
21553
21602
|
justify-content: center;
|
21554
|
-
|
21555
|
-
|
21556
|
-
padding: 4px;
|
21557
|
-
border-radius: 50%;
|
21558
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
21559
|
-
min-width: 20px;
|
21560
|
-
min-height: 20px;
|
21561
|
-
width: 20px;
|
21562
|
-
height: 20px;
|
21603
|
+
padding: 0 12px 8px;
|
21604
|
+
--v-date-picker-month-day-diff: 4px;
|
21563
21605
|
}
|
21564
21606
|
|
21565
|
-
.v-
|
21566
|
-
|
21567
|
-
|
21568
|
-
|
21607
|
+
.v-date-picker-month__weeks {
|
21608
|
+
display: grid;
|
21609
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21610
|
+
column-gap: 4px;
|
21611
|
+
font-size: 0.85rem;
|
21612
|
+
}
|
21613
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21614
|
+
grid-row-gap: 0;
|
21569
21615
|
}
|
21570
21616
|
|
21571
|
-
.v-
|
21572
|
-
|
21617
|
+
.v-date-picker-month__weekday {
|
21618
|
+
font-size: 0.85rem;
|
21573
21619
|
}
|
21574
21620
|
|
21575
|
-
.v-
|
21576
|
-
|
21577
|
-
|
21621
|
+
.v-date-picker-month__days {
|
21622
|
+
display: grid;
|
21623
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21624
|
+
column-gap: 4px;
|
21625
|
+
flex: 1 1;
|
21626
|
+
justify-content: space-around;
|
21578
21627
|
}
|
21579
21628
|
|
21580
|
-
.v-
|
21581
|
-
|
21629
|
+
.v-date-picker-month__day {
|
21630
|
+
align-items: center;
|
21631
|
+
display: flex;
|
21582
21632
|
justify-content: center;
|
21633
|
+
position: relative;
|
21634
|
+
height: 40px;
|
21635
|
+
width: 40px;
|
21583
21636
|
}
|
21584
|
-
.v-
|
21585
|
-
|
21586
|
-
|
21587
|
-
}
|
21588
|
-
.v-data-table__tr--mobile > td {
|
21589
|
-
align-items: center;
|
21590
|
-
column-gap: 4px;
|
21591
|
-
display: grid;
|
21592
|
-
grid-template-columns: repeat(2, 1fr);
|
21593
|
-
min-height: var(--v-table-row-height);
|
21637
|
+
.v-date-picker-month__day--selected .v-btn {
|
21638
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21639
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21594
21640
|
}
|
21595
|
-
.v-
|
21596
|
-
|
21641
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21642
|
+
--v-btn-height: 24px;
|
21643
|
+
--v-btn-size: 0.85rem;
|
21597
21644
|
}
|
21598
|
-
|
21599
|
-
|
21600
|
-
font-weight: 500;
|
21601
|
-
text-align: left;
|
21645
|
+
.v-date-picker-month__day--week {
|
21646
|
+
font-size: var(--v-btn-size);
|
21602
21647
|
}
|
21603
21648
|
|
21604
|
-
.v-
|
21605
|
-
|
21649
|
+
.v-date-picker-month__day--adjacent {
|
21650
|
+
opacity: 0.5;
|
21606
21651
|
}
|
21607
21652
|
|
21608
|
-
.v-
|
21609
|
-
|
21610
|
-
}
|
21611
|
-
.v-data-table__td-sort-icon-active {
|
21612
|
-
color: rgba(var(--v-theme-on-surface));
|
21653
|
+
.v-date-picker-month__day--hide-adjacent {
|
21654
|
+
opacity: 0;
|
21613
21655
|
}.v-expansion-panel {
|
21614
21656
|
background-color: rgb(var(--v-theme-surface));
|
21615
21657
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21820,98 +21862,6 @@ html.overflow-y-hidden {
|
|
21820
21862
|
}
|
21821
21863
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21822
21864
|
border-radius: 0;
|
21823
|
-
}.v-dialog {
|
21824
|
-
align-items: center;
|
21825
|
-
justify-content: center;
|
21826
|
-
margin: auto;
|
21827
|
-
}
|
21828
|
-
.v-dialog > .v-overlay__content {
|
21829
|
-
max-height: calc(100% - 48px);
|
21830
|
-
width: calc(100% - 48px);
|
21831
|
-
max-width: calc(100% - 48px);
|
21832
|
-
margin: 24px;
|
21833
|
-
}
|
21834
|
-
.v-dialog > .v-overlay__content,
|
21835
|
-
.v-dialog > .v-overlay__content > form {
|
21836
|
-
display: flex;
|
21837
|
-
flex-direction: column;
|
21838
|
-
min-height: 0;
|
21839
|
-
}
|
21840
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21841
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
21842
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
21843
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21844
|
-
--v-scrollbar-offset: 0px;
|
21845
|
-
border-radius: 4px;
|
21846
|
-
overflow-y: auto;
|
21847
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21848
|
-
}
|
21849
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21850
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
21851
|
-
display: flex;
|
21852
|
-
flex-direction: column;
|
21853
|
-
}
|
21854
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21855
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21856
|
-
padding: 16px 24px;
|
21857
|
-
}
|
21858
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21859
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21860
|
-
padding-top: 0;
|
21861
|
-
}
|
21862
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21863
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21864
|
-
font-size: inherit;
|
21865
|
-
letter-spacing: 0.03125em;
|
21866
|
-
line-height: inherit;
|
21867
|
-
padding: 16px 24px 24px;
|
21868
|
-
}
|
21869
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21870
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21871
|
-
justify-content: flex-end;
|
21872
|
-
}
|
21873
|
-
|
21874
|
-
.v-dialog--fullscreen {
|
21875
|
-
--v-scrollbar-offset: 0px;
|
21876
|
-
}
|
21877
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
21878
|
-
border-radius: 0;
|
21879
|
-
margin: 0;
|
21880
|
-
padding: 0;
|
21881
|
-
width: 100%;
|
21882
|
-
height: 100%;
|
21883
|
-
max-width: 100%;
|
21884
|
-
max-height: 100%;
|
21885
|
-
overflow-y: auto;
|
21886
|
-
top: 0;
|
21887
|
-
left: 0;
|
21888
|
-
}
|
21889
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21890
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21891
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21892
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21893
|
-
min-height: 100%;
|
21894
|
-
min-width: 100%;
|
21895
|
-
border-radius: 0;
|
21896
|
-
}
|
21897
|
-
|
21898
|
-
.v-dialog--scrollable > .v-overlay__content,
|
21899
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
21900
|
-
display: flex;
|
21901
|
-
}
|
21902
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21903
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21904
|
-
display: flex;
|
21905
|
-
flex: 1 1 100%;
|
21906
|
-
flex-direction: column;
|
21907
|
-
max-height: 100%;
|
21908
|
-
max-width: 100%;
|
21909
|
-
}
|
21910
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21911
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21912
|
-
-webkit-backface-visibility: hidden;
|
21913
|
-
backface-visibility: hidden;
|
21914
|
-
overflow-y: auto;
|
21915
21865
|
}/* region INPUT */
|
21916
21866
|
.v-field {
|
21917
21867
|
--v-theme-overlay-multiplier: 1;
|
@@ -22446,44 +22396,113 @@ textarea.v-field__input::placeholder {
|
|
22446
22396
|
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22447
22397
|
}
|
22448
22398
|
|
22449
|
-
.v-field--variant-solo-inverted .v-field__overlay {
|
22450
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22399
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
22400
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
22401
|
+
}
|
22402
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
22403
|
+
opacity: 0;
|
22404
|
+
}
|
22405
|
+
@media (hover: hover) {
|
22406
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
22407
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22408
|
+
}
|
22409
|
+
}
|
22410
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
22411
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
22412
|
+
opacity: 1;
|
22413
|
+
}
|
22414
|
+
|
22415
|
+
/* endregion */
|
22416
|
+
/* region MODIFIERS */
|
22417
|
+
.v-field--reverse .v-field__field,
|
22418
|
+
.v-field--reverse .v-field__input,
|
22419
|
+
.v-field--reverse .v-field__outline {
|
22420
|
+
flex-direction: row-reverse;
|
22421
|
+
}
|
22422
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
22423
|
+
text-align: end;
|
22424
|
+
}
|
22425
|
+
|
22426
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
22427
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
22428
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
22429
|
+
}
|
22430
|
+
|
22431
|
+
.v-field--loading .v-field__outline::after,
|
22432
|
+
.v-field--loading .v-field__outline::before {
|
22433
|
+
opacity: 0;
|
22434
|
+
}
|
22435
|
+
|
22436
|
+
/* endregion */.v-fab {
|
22437
|
+
align-items: center;
|
22438
|
+
display: inline-flex;
|
22439
|
+
flex: 1 1 auto;
|
22440
|
+
pointer-events: none;
|
22441
|
+
position: relative;
|
22442
|
+
transition-duration: 0.2s;
|
22443
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22444
|
+
vertical-align: middle;
|
22445
|
+
}
|
22446
|
+
.v-fab .v-btn {
|
22447
|
+
pointer-events: auto;
|
22448
|
+
}
|
22449
|
+
.v-fab .v-btn--variant-elevated {
|
22450
|
+
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));
|
22451
|
+
}
|
22452
|
+
.v-fab--app, .v-fab--absolute {
|
22453
|
+
display: flex;
|
22454
|
+
}
|
22455
|
+
.v-fab--start, .v-fab--left {
|
22456
|
+
justify-content: flex-start;
|
22457
|
+
}
|
22458
|
+
.v-fab--center {
|
22459
|
+
align-items: center;
|
22460
|
+
justify-content: center;
|
22461
|
+
}
|
22462
|
+
.v-fab--end, .v-fab--right {
|
22463
|
+
justify-content: flex-end;
|
22464
|
+
}
|
22465
|
+
.v-fab--bottom {
|
22466
|
+
align-items: flex-end;
|
22467
|
+
}
|
22468
|
+
.v-fab--top {
|
22469
|
+
align-items: flex-start;
|
22470
|
+
}
|
22471
|
+
.v-fab--extended .v-btn {
|
22472
|
+
border-radius: 9999px !important;
|
22473
|
+
}
|
22474
|
+
|
22475
|
+
.v-fab__container {
|
22476
|
+
align-self: center;
|
22477
|
+
display: inline-flex;
|
22478
|
+
position: absolute;
|
22479
|
+
vertical-align: middle;
|
22451
22480
|
}
|
22452
|
-
.v-
|
22453
|
-
|
22481
|
+
.v-fab--app .v-fab__container {
|
22482
|
+
margin: 12px;
|
22454
22483
|
}
|
22455
|
-
|
22456
|
-
|
22457
|
-
|
22458
|
-
}
|
22484
|
+
.v-fab--absolute .v-fab__container {
|
22485
|
+
position: absolute;
|
22486
|
+
z-index: 4;
|
22459
22487
|
}
|
22460
|
-
.v-
|
22461
|
-
|
22462
|
-
opacity: 1;
|
22488
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22489
|
+
transform: translateY(-50%);
|
22463
22490
|
}
|
22464
|
-
|
22465
|
-
|
22466
|
-
/* region MODIFIERS */
|
22467
|
-
.v-field--reverse .v-field__field,
|
22468
|
-
.v-field--reverse .v-field__input,
|
22469
|
-
.v-field--reverse .v-field__outline {
|
22470
|
-
flex-direction: row-reverse;
|
22491
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22492
|
+
transform: translateY(50%);
|
22471
22493
|
}
|
22472
|
-
.v-
|
22473
|
-
|
22494
|
+
.v-fab--top .v-fab__container {
|
22495
|
+
top: 0;
|
22474
22496
|
}
|
22475
|
-
|
22476
|
-
|
22477
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
22478
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
22497
|
+
.v-fab--bottom .v-fab__container {
|
22498
|
+
bottom: 0;
|
22479
22499
|
}
|
22480
|
-
|
22481
|
-
|
22482
|
-
.v-field--loading .v-field__outline::before {
|
22483
|
-
opacity: 0;
|
22500
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22501
|
+
left: 0;
|
22484
22502
|
}
|
22485
|
-
|
22486
|
-
|
22503
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22504
|
+
right: 0;
|
22505
|
+
}.v-empty-state {
|
22487
22506
|
align-items: center;
|
22488
22507
|
display: flex;
|
22489
22508
|
flex-direction: column;
|
@@ -22550,75 +22569,56 @@ textarea.v-field__input::placeholder {
|
|
22550
22569
|
.v-empty-state__action-btn.v-btn {
|
22551
22570
|
background-color: initial;
|
22552
22571
|
color: initial;
|
22553
|
-
}.v-
|
22554
|
-
|
22572
|
+
}.v-divider {
|
22573
|
+
display: block;
|
22574
|
+
flex: 1 1 100%;
|
22575
|
+
height: 0px;
|
22576
|
+
max-height: 0px;
|
22577
|
+
opacity: var(--v-border-opacity);
|
22578
|
+
transition: inherit;
|
22579
|
+
border-style: solid;
|
22580
|
+
border-width: thin 0 0 0;
|
22581
|
+
}
|
22582
|
+
.v-divider--vertical {
|
22583
|
+
align-self: stretch;
|
22584
|
+
border-width: 0 thin 0 0;
|
22555
22585
|
display: inline-flex;
|
22556
|
-
|
22557
|
-
|
22558
|
-
|
22559
|
-
|
22560
|
-
|
22561
|
-
|
22586
|
+
height: auto;
|
22587
|
+
margin-left: -1px;
|
22588
|
+
max-height: 100%;
|
22589
|
+
max-width: 0px;
|
22590
|
+
vertical-align: text-bottom;
|
22591
|
+
width: 0px;
|
22562
22592
|
}
|
22563
|
-
.v-
|
22564
|
-
|
22593
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
22594
|
+
max-width: calc(100% - 72px);
|
22595
|
+
margin-inline-start: 72px;
|
22565
22596
|
}
|
22566
|
-
.v-
|
22567
|
-
|
22597
|
+
.v-divider--inset.v-divider--vertical {
|
22598
|
+
margin-bottom: 8px;
|
22599
|
+
margin-top: 8px;
|
22600
|
+
max-height: calc(100% - 16px);
|
22568
22601
|
}
|
22569
|
-
|
22570
|
-
|
22602
|
+
|
22603
|
+
.v-divider__content {
|
22604
|
+
padding: 0 16px;
|
22605
|
+
text-wrap: nowrap;
|
22571
22606
|
}
|
22572
|
-
.v-
|
22573
|
-
|
22607
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
22608
|
+
padding: 4px 0;
|
22574
22609
|
}
|
22575
|
-
|
22610
|
+
|
22611
|
+
.v-divider__wrapper {
|
22612
|
+
display: flex;
|
22576
22613
|
align-items: center;
|
22577
22614
|
justify-content: center;
|
22578
22615
|
}
|
22579
|
-
.v-
|
22580
|
-
|
22581
|
-
|
22582
|
-
.v-fab--bottom {
|
22583
|
-
align-items: flex-end;
|
22584
|
-
}
|
22585
|
-
.v-fab--top {
|
22586
|
-
align-items: flex-start;
|
22587
|
-
}
|
22588
|
-
.v-fab--extended .v-btn {
|
22589
|
-
border-radius: 9999px !important;
|
22590
|
-
}
|
22591
|
-
|
22592
|
-
.v-fab__container {
|
22593
|
-
align-self: center;
|
22594
|
-
display: inline-flex;
|
22595
|
-
position: absolute;
|
22596
|
-
vertical-align: middle;
|
22597
|
-
}
|
22598
|
-
.v-fab--app .v-fab__container {
|
22599
|
-
margin: 12px;
|
22600
|
-
}
|
22601
|
-
.v-fab--absolute .v-fab__container {
|
22602
|
-
position: absolute;
|
22603
|
-
z-index: 4;
|
22604
|
-
}
|
22605
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22606
|
-
transform: translateY(-50%);
|
22607
|
-
}
|
22608
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22609
|
-
transform: translateY(50%);
|
22610
|
-
}
|
22611
|
-
.v-fab--top .v-fab__container {
|
22612
|
-
top: 0;
|
22613
|
-
}
|
22614
|
-
.v-fab--bottom .v-fab__container {
|
22615
|
-
bottom: 0;
|
22616
|
-
}
|
22617
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22618
|
-
left: 0;
|
22616
|
+
.v-divider__wrapper--vertical {
|
22617
|
+
flex-direction: column;
|
22618
|
+
height: 100%;
|
22619
22619
|
}
|
22620
|
-
.v-
|
22621
|
-
|
22620
|
+
.v-divider__wrapper--vertical .v-divider {
|
22621
|
+
margin: 0 auto;
|
22622
22622
|
}.v-footer {
|
22623
22623
|
align-items: center;
|
22624
22624
|
display: flex;
|
@@ -22729,6 +22729,42 @@ textarea.v-field__input::placeholder {
|
|
22729
22729
|
|
22730
22730
|
.v-icon--end {
|
22731
22731
|
margin-inline-start: 8px;
|
22732
|
+
}.v-img {
|
22733
|
+
--v-theme-overlay-multiplier: 3;
|
22734
|
+
z-index: 0;
|
22735
|
+
}
|
22736
|
+
.v-img--booting .v-responsive__sizer {
|
22737
|
+
transition: none;
|
22738
|
+
}
|
22739
|
+
.v-img--rounded {
|
22740
|
+
border-radius: 4px;
|
22741
|
+
}
|
22742
|
+
|
22743
|
+
.v-img__img,
|
22744
|
+
.v-img__picture,
|
22745
|
+
.v-img__gradient,
|
22746
|
+
.v-img__placeholder,
|
22747
|
+
.v-img__error {
|
22748
|
+
z-index: -1;
|
22749
|
+
position: absolute;
|
22750
|
+
top: 0;
|
22751
|
+
left: 0;
|
22752
|
+
width: 100%;
|
22753
|
+
height: 100%;
|
22754
|
+
}
|
22755
|
+
|
22756
|
+
.v-img__img--preload {
|
22757
|
+
filter: blur(4px);
|
22758
|
+
}
|
22759
|
+
.v-img__img--contain {
|
22760
|
+
object-fit: contain;
|
22761
|
+
}
|
22762
|
+
.v-img__img--cover {
|
22763
|
+
object-fit: cover;
|
22764
|
+
}
|
22765
|
+
|
22766
|
+
.v-img__gradient {
|
22767
|
+
background-repeat: no-repeat;
|
22732
22768
|
}.v-input {
|
22733
22769
|
display: grid;
|
22734
22770
|
flex: 1 1 auto;
|
@@ -22871,42 +22907,11 @@ textarea.v-field__input::placeholder {
|
|
22871
22907
|
|
22872
22908
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22873
22909
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22874
|
-
}.v-
|
22875
|
-
|
22876
|
-
|
22877
|
-
|
22878
|
-
.
|
22879
|
-
transition: none;
|
22880
|
-
}
|
22881
|
-
.v-img--rounded {
|
22882
|
-
border-radius: 4px;
|
22883
|
-
}
|
22884
|
-
|
22885
|
-
.v-img__img,
|
22886
|
-
.v-img__picture,
|
22887
|
-
.v-img__gradient,
|
22888
|
-
.v-img__placeholder,
|
22889
|
-
.v-img__error {
|
22890
|
-
z-index: -1;
|
22891
|
-
position: absolute;
|
22892
|
-
top: 0;
|
22893
|
-
left: 0;
|
22894
|
-
width: 100%;
|
22895
|
-
height: 100%;
|
22896
|
-
}
|
22897
|
-
|
22898
|
-
.v-img__img--preload {
|
22899
|
-
filter: blur(4px);
|
22900
|
-
}
|
22901
|
-
.v-img__img--contain {
|
22902
|
-
object-fit: contain;
|
22903
|
-
}
|
22904
|
-
.v-img__img--cover {
|
22905
|
-
object-fit: cover;
|
22906
|
-
}
|
22907
|
-
|
22908
|
-
.v-img__gradient {
|
22909
|
-
background-repeat: no-repeat;
|
22910
|
+
}.v-item-group {
|
22911
|
+
flex: 0 1 auto;
|
22912
|
+
max-width: 100%;
|
22913
|
+
position: relative;
|
22914
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22910
22915
|
}.v-infinite-scroll--horizontal {
|
22911
22916
|
display: flex;
|
22912
22917
|
flex-direction: row;
|
@@ -22922,36 +22927,16 @@ textarea.v-field__input::placeholder {
|
|
22922
22927
|
flex-direction: column;
|
22923
22928
|
overflow-y: auto;
|
22924
22929
|
}
|
22925
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22926
|
-
height: 1px;
|
22927
|
-
width: 100%;
|
22928
|
-
}
|
22929
|
-
|
22930
|
-
.v-infinite-scroll__side {
|
22931
|
-
align-items: center;
|
22932
|
-
display: flex;
|
22933
|
-
justify-content: center;
|
22934
|
-
padding: 8px;
|
22935
|
-
}.v-item-group {
|
22936
|
-
flex: 0 1 auto;
|
22937
|
-
max-width: 100%;
|
22938
|
-
position: relative;
|
22939
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22940
|
-
}.v-layout {
|
22941
|
-
--v-scrollbar-offset: 0px;
|
22942
|
-
display: flex;
|
22943
|
-
flex: 1 1 auto;
|
22944
|
-
}
|
22945
|
-
.v-layout--full-height {
|
22946
|
-
--v-scrollbar-offset: inherit;
|
22947
|
-
height: 100%;
|
22948
|
-
}.v-layout-item {
|
22949
|
-
position: absolute;
|
22950
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22951
|
-
}
|
22930
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22931
|
+
height: 1px;
|
22932
|
+
width: 100%;
|
22933
|
+
}
|
22952
22934
|
|
22953
|
-
.v-
|
22954
|
-
|
22935
|
+
.v-infinite-scroll__side {
|
22936
|
+
align-items: center;
|
22937
|
+
display: flex;
|
22938
|
+
justify-content: center;
|
22939
|
+
padding: 8px;
|
22955
22940
|
}.v-label {
|
22956
22941
|
align-items: center;
|
22957
22942
|
color: inherit;
|
@@ -22967,107 +22952,21 @@ textarea.v-field__input::placeholder {
|
|
22967
22952
|
|
22968
22953
|
.v-label--clickable {
|
22969
22954
|
cursor: pointer;
|
22970
|
-
}.v-
|
22971
|
-
|
22972
|
-
padding: 8px 0;
|
22973
|
-
position: relative;
|
22974
|
-
outline: none;
|
22975
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22976
|
-
border-style: solid;
|
22977
|
-
border-width: 0;
|
22978
|
-
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));
|
22979
|
-
border-radius: 0;
|
22980
|
-
background: rgba(var(--v-theme-surface));
|
22981
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22982
|
-
}
|
22983
|
-
.v-list--border {
|
22984
|
-
border-width: thin;
|
22985
|
-
box-shadow: none;
|
22986
|
-
}
|
22987
|
-
.v-list--disabled {
|
22988
|
-
pointer-events: none;
|
22989
|
-
-webkit-user-select: none;
|
22990
|
-
user-select: none;
|
22991
|
-
}
|
22992
|
-
.v-list--nav {
|
22993
|
-
padding-inline: 8px;
|
22994
|
-
}
|
22995
|
-
.v-list--rounded {
|
22996
|
-
border-radius: 4px;
|
22997
|
-
}
|
22998
|
-
.v-list--subheader {
|
22999
|
-
padding-top: 0;
|
23000
|
-
}
|
23001
|
-
|
23002
|
-
.v-list-img {
|
23003
|
-
border-radius: inherit;
|
22955
|
+
}.v-layout {
|
22956
|
+
--v-scrollbar-offset: 0px;
|
23004
22957
|
display: flex;
|
22958
|
+
flex: 1 1 auto;
|
22959
|
+
}
|
22960
|
+
.v-layout--full-height {
|
22961
|
+
--v-scrollbar-offset: inherit;
|
23005
22962
|
height: 100%;
|
23006
|
-
|
23007
|
-
overflow: hidden;
|
22963
|
+
}.v-layout-item {
|
23008
22964
|
position: absolute;
|
23009
|
-
|
23010
|
-
width: 100%;
|
23011
|
-
z-index: -1;
|
23012
|
-
}
|
23013
|
-
|
23014
|
-
.v-list-subheader {
|
23015
|
-
align-items: center;
|
23016
|
-
background: inherit;
|
23017
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23018
|
-
display: flex;
|
23019
|
-
font-size: 0.875rem;
|
23020
|
-
font-weight: 400;
|
23021
|
-
line-height: 1.375rem;
|
23022
|
-
padding-inline-end: 16px;
|
23023
|
-
min-height: 40px;
|
23024
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23025
|
-
}
|
23026
|
-
.v-list-subheader__text {
|
23027
|
-
overflow: hidden;
|
23028
|
-
text-overflow: ellipsis;
|
23029
|
-
white-space: nowrap;
|
23030
|
-
}
|
23031
|
-
.v-list--density-default .v-list-subheader {
|
23032
|
-
min-height: 40px;
|
23033
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23034
|
-
}
|
23035
|
-
|
23036
|
-
.v-list--density-comfortable .v-list-subheader {
|
23037
|
-
min-height: 36px;
|
23038
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23039
|
-
}
|
23040
|
-
|
23041
|
-
.v-list--density-compact .v-list-subheader {
|
23042
|
-
min-height: 32px;
|
23043
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23044
|
-
}
|
23045
|
-
|
23046
|
-
.v-list-subheader--inset {
|
23047
|
-
--indent-padding: 56px;
|
23048
|
-
}
|
23049
|
-
.v-list--nav .v-list-subheader {
|
23050
|
-
font-size: 0.75rem;
|
23051
|
-
}
|
23052
|
-
.v-list-subheader--sticky {
|
23053
|
-
background: inherit;
|
23054
|
-
left: 0;
|
23055
|
-
position: sticky;
|
23056
|
-
top: 0;
|
23057
|
-
z-index: 1;
|
22965
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23058
22966
|
}
|
23059
22967
|
|
23060
|
-
.v-
|
23061
|
-
background-color: currentColor;
|
23062
|
-
border-radius: inherit;
|
23063
|
-
bottom: 0;
|
23064
|
-
left: 0;
|
23065
|
-
opacity: 0;
|
23066
|
-
pointer-events: none;
|
22968
|
+
.v-layout-item--absolute {
|
23067
22969
|
position: absolute;
|
23068
|
-
right: 0;
|
23069
|
-
top: 0;
|
23070
|
-
transition: opacity 0.2s ease-in-out;
|
23071
22970
|
}.v-list-item {
|
23072
22971
|
align-items: center;
|
23073
22972
|
display: grid;
|
@@ -23459,18 +23358,162 @@ textarea.v-field__input::placeholder {
|
|
23459
23358
|
padding-inline: 16px;
|
23460
23359
|
}
|
23461
23360
|
|
23462
|
-
.v-list-item--nav {
|
23463
|
-
padding-inline: 8px;
|
23361
|
+
.v-list-item--nav {
|
23362
|
+
padding-inline: 8px;
|
23363
|
+
}
|
23364
|
+
.v-list .v-list-item--nav:not(:only-child) {
|
23365
|
+
margin-bottom: 4px;
|
23366
|
+
}
|
23367
|
+
|
23368
|
+
.v-list-item__underlay {
|
23369
|
+
position: absolute;
|
23370
|
+
}
|
23371
|
+
|
23372
|
+
.v-list-item__overlay {
|
23373
|
+
background-color: currentColor;
|
23374
|
+
border-radius: inherit;
|
23375
|
+
bottom: 0;
|
23376
|
+
left: 0;
|
23377
|
+
opacity: 0;
|
23378
|
+
pointer-events: none;
|
23379
|
+
position: absolute;
|
23380
|
+
right: 0;
|
23381
|
+
top: 0;
|
23382
|
+
transition: opacity 0.2s ease-in-out;
|
23383
|
+
}
|
23384
|
+
.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
|
23385
|
+
--v-theme-overlay-multiplier: 0;
|
23386
|
+
}
|
23387
|
+
|
23388
|
+
.v-list {
|
23389
|
+
--indent-padding: 0px;
|
23390
|
+
}
|
23391
|
+
.v-list--nav {
|
23392
|
+
--indent-padding: -8px;
|
23393
|
+
}
|
23394
|
+
|
23395
|
+
.v-list-group {
|
23396
|
+
--list-indent-size: 16px;
|
23397
|
+
--parent-padding: var(--indent-padding);
|
23398
|
+
--prepend-width: 40px;
|
23399
|
+
}
|
23400
|
+
.v-list--slim .v-list-group {
|
23401
|
+
--prepend-width: 28px;
|
23402
|
+
}
|
23403
|
+
.v-list-group--fluid {
|
23404
|
+
--list-indent-size: 0px;
|
23405
|
+
}
|
23406
|
+
.v-list-group--prepend {
|
23407
|
+
--parent-padding: calc(var(--indent-padding) + var(--prepend-width));
|
23408
|
+
}
|
23409
|
+
.v-list-group--fluid.v-list-group--prepend {
|
23410
|
+
--parent-padding: var(--indent-padding);
|
23411
|
+
}
|
23412
|
+
|
23413
|
+
.v-list-group__items {
|
23414
|
+
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
23415
|
+
}
|
23416
|
+
|
23417
|
+
.v-list-group__items .v-list-item {
|
23418
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23419
|
+
}
|
23420
|
+
|
23421
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23422
|
+
opacity: 0;
|
23423
|
+
}
|
23424
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23425
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23426
|
+
}.v-list {
|
23427
|
+
overflow: auto;
|
23428
|
+
padding: 8px 0;
|
23429
|
+
position: relative;
|
23430
|
+
outline: none;
|
23431
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23432
|
+
border-style: solid;
|
23433
|
+
border-width: 0;
|
23434
|
+
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));
|
23435
|
+
border-radius: 0;
|
23436
|
+
background: rgba(var(--v-theme-surface));
|
23437
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23438
|
+
}
|
23439
|
+
.v-list--border {
|
23440
|
+
border-width: thin;
|
23441
|
+
box-shadow: none;
|
23442
|
+
}
|
23443
|
+
.v-list--disabled {
|
23444
|
+
pointer-events: none;
|
23445
|
+
-webkit-user-select: none;
|
23446
|
+
user-select: none;
|
23447
|
+
}
|
23448
|
+
.v-list--nav {
|
23449
|
+
padding-inline: 8px;
|
23450
|
+
}
|
23451
|
+
.v-list--rounded {
|
23452
|
+
border-radius: 4px;
|
23453
|
+
}
|
23454
|
+
.v-list--subheader {
|
23455
|
+
padding-top: 0;
|
23456
|
+
}
|
23457
|
+
|
23458
|
+
.v-list-img {
|
23459
|
+
border-radius: inherit;
|
23460
|
+
display: flex;
|
23461
|
+
height: 100%;
|
23462
|
+
left: 0;
|
23463
|
+
overflow: hidden;
|
23464
|
+
position: absolute;
|
23465
|
+
top: 0;
|
23466
|
+
width: 100%;
|
23467
|
+
z-index: -1;
|
23468
|
+
}
|
23469
|
+
|
23470
|
+
.v-list-subheader {
|
23471
|
+
align-items: center;
|
23472
|
+
background: inherit;
|
23473
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23474
|
+
display: flex;
|
23475
|
+
font-size: 0.875rem;
|
23476
|
+
font-weight: 400;
|
23477
|
+
line-height: 1.375rem;
|
23478
|
+
padding-inline-end: 16px;
|
23479
|
+
min-height: 40px;
|
23480
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23481
|
+
}
|
23482
|
+
.v-list-subheader__text {
|
23483
|
+
overflow: hidden;
|
23484
|
+
text-overflow: ellipsis;
|
23485
|
+
white-space: nowrap;
|
23486
|
+
}
|
23487
|
+
.v-list--density-default .v-list-subheader {
|
23488
|
+
min-height: 40px;
|
23489
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23490
|
+
}
|
23491
|
+
|
23492
|
+
.v-list--density-comfortable .v-list-subheader {
|
23493
|
+
min-height: 36px;
|
23494
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23495
|
+
}
|
23496
|
+
|
23497
|
+
.v-list--density-compact .v-list-subheader {
|
23498
|
+
min-height: 32px;
|
23499
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23500
|
+
}
|
23501
|
+
|
23502
|
+
.v-list-subheader--inset {
|
23503
|
+
--indent-padding: 56px;
|
23464
23504
|
}
|
23465
|
-
.v-list .v-list-
|
23466
|
-
|
23505
|
+
.v-list--nav .v-list-subheader {
|
23506
|
+
font-size: 0.75rem;
|
23467
23507
|
}
|
23468
|
-
|
23469
|
-
|
23470
|
-
|
23508
|
+
.v-list-subheader--sticky {
|
23509
|
+
background: inherit;
|
23510
|
+
left: 0;
|
23511
|
+
position: sticky;
|
23512
|
+
top: 0;
|
23513
|
+
z-index: 1;
|
23471
23514
|
}
|
23472
23515
|
|
23473
|
-
.v-
|
23516
|
+
.v-list__overlay {
|
23474
23517
|
background-color: currentColor;
|
23475
23518
|
border-radius: inherit;
|
23476
23519
|
bottom: 0;
|
@@ -23481,49 +23524,6 @@ textarea.v-field__input::placeholder {
|
|
23481
23524
|
right: 0;
|
23482
23525
|
top: 0;
|
23483
23526
|
transition: opacity 0.2s ease-in-out;
|
23484
|
-
}
|
23485
|
-
.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
|
23486
|
-
--v-theme-overlay-multiplier: 0;
|
23487
|
-
}
|
23488
|
-
|
23489
|
-
.v-list {
|
23490
|
-
--indent-padding: 0px;
|
23491
|
-
}
|
23492
|
-
.v-list--nav {
|
23493
|
-
--indent-padding: -8px;
|
23494
|
-
}
|
23495
|
-
|
23496
|
-
.v-list-group {
|
23497
|
-
--list-indent-size: 16px;
|
23498
|
-
--parent-padding: var(--indent-padding);
|
23499
|
-
--prepend-width: 40px;
|
23500
|
-
}
|
23501
|
-
.v-list--slim .v-list-group {
|
23502
|
-
--prepend-width: 28px;
|
23503
|
-
}
|
23504
|
-
.v-list-group--fluid {
|
23505
|
-
--list-indent-size: 0px;
|
23506
|
-
}
|
23507
|
-
.v-list-group--prepend {
|
23508
|
-
--parent-padding: calc(var(--indent-padding) + var(--prepend-width));
|
23509
|
-
}
|
23510
|
-
.v-list-group--fluid.v-list-group--prepend {
|
23511
|
-
--parent-padding: var(--indent-padding);
|
23512
|
-
}
|
23513
|
-
|
23514
|
-
.v-list-group__items {
|
23515
|
-
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
23516
|
-
}
|
23517
|
-
|
23518
|
-
.v-list-group__items .v-list-item {
|
23519
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23520
|
-
}
|
23521
|
-
|
23522
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23523
|
-
opacity: 0;
|
23524
|
-
}
|
23525
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23526
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23527
23527
|
}.v-locale-provider {
|
23528
23528
|
display: contents;
|
23529
23529
|
}.v-menu > .v-overlay__content {
|
@@ -23539,22 +23539,6 @@ textarea.v-field__input::placeholder {
|
|
23539
23539
|
overflow: auto;
|
23540
23540
|
height: 100%;
|
23541
23541
|
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));
|
23542
|
-
}.v-messages {
|
23543
|
-
flex: 1 1 auto;
|
23544
|
-
font-size: 12px;
|
23545
|
-
min-height: 14px;
|
23546
|
-
min-width: 1px;
|
23547
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23548
|
-
position: relative;
|
23549
|
-
}
|
23550
|
-
.v-messages__message {
|
23551
|
-
line-height: 12px;
|
23552
|
-
word-break: break-word;
|
23553
|
-
overflow-wrap: break-word;
|
23554
|
-
word-wrap: break-word;
|
23555
|
-
-webkit-hyphens: auto;
|
23556
|
-
hyphens: auto;
|
23557
|
-
transition-duration: 150ms;
|
23558
23542
|
}.v-main {
|
23559
23543
|
flex: 1 0 auto;
|
23560
23544
|
max-width: 100%;
|
@@ -23583,6 +23567,124 @@ textarea.v-field__input::placeholder {
|
|
23583
23567
|
--v-layout-right: 0px;
|
23584
23568
|
--v-layout-top: 0px;
|
23585
23569
|
--v-layout-bottom: 0px;
|
23570
|
+
}.v-navigation-drawer {
|
23571
|
+
-webkit-overflow-scrolling: touch;
|
23572
|
+
background: rgb(var(--v-theme-surface));
|
23573
|
+
display: flex;
|
23574
|
+
flex-direction: column;
|
23575
|
+
height: 100%;
|
23576
|
+
max-width: 100%;
|
23577
|
+
pointer-events: auto;
|
23578
|
+
transition-duration: 0.2s;
|
23579
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23580
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23581
|
+
position: absolute;
|
23582
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23583
|
+
border-style: solid;
|
23584
|
+
border-width: 0;
|
23585
|
+
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));
|
23586
|
+
background: rgb(var(--v-theme-surface));
|
23587
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23588
|
+
}
|
23589
|
+
.v-navigation-drawer--border {
|
23590
|
+
border-width: thin;
|
23591
|
+
box-shadow: none;
|
23592
|
+
}
|
23593
|
+
.v-navigation-drawer--rounded {
|
23594
|
+
border-radius: 4px;
|
23595
|
+
}
|
23596
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
23597
|
+
max-height: -webkit-fill-available;
|
23598
|
+
overflow-y: auto;
|
23599
|
+
}
|
23600
|
+
.v-navigation-drawer--top {
|
23601
|
+
top: 0;
|
23602
|
+
border-bottom-width: thin;
|
23603
|
+
}
|
23604
|
+
.v-navigation-drawer--bottom {
|
23605
|
+
left: 0;
|
23606
|
+
border-top-width: thin;
|
23607
|
+
}
|
23608
|
+
.v-navigation-drawer--left {
|
23609
|
+
top: 0;
|
23610
|
+
left: 0;
|
23611
|
+
right: auto;
|
23612
|
+
border-right-width: thin;
|
23613
|
+
}
|
23614
|
+
.v-navigation-drawer--right {
|
23615
|
+
top: 0;
|
23616
|
+
left: auto;
|
23617
|
+
right: 0;
|
23618
|
+
border-left-width: thin;
|
23619
|
+
}
|
23620
|
+
.v-navigation-drawer--floating {
|
23621
|
+
border: none;
|
23622
|
+
}
|
23623
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23624
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23625
|
+
}
|
23626
|
+
.v-navigation-drawer--sticky {
|
23627
|
+
height: auto;
|
23628
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
23629
|
+
}
|
23630
|
+
.v-navigation-drawer .v-list {
|
23631
|
+
overflow: hidden;
|
23632
|
+
}
|
23633
|
+
|
23634
|
+
.v-navigation-drawer__content {
|
23635
|
+
flex: 0 1 auto;
|
23636
|
+
height: 100%;
|
23637
|
+
max-width: 100%;
|
23638
|
+
overflow-x: hidden;
|
23639
|
+
overflow-y: auto;
|
23640
|
+
}
|
23641
|
+
|
23642
|
+
.v-navigation-drawer__img {
|
23643
|
+
height: 100%;
|
23644
|
+
left: 0;
|
23645
|
+
position: absolute;
|
23646
|
+
top: 0;
|
23647
|
+
width: 100%;
|
23648
|
+
z-index: -1;
|
23649
|
+
}
|
23650
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
23651
|
+
height: inherit;
|
23652
|
+
object-fit: cover;
|
23653
|
+
width: inherit;
|
23654
|
+
}
|
23655
|
+
|
23656
|
+
.v-navigation-drawer__scrim {
|
23657
|
+
position: absolute;
|
23658
|
+
top: 0;
|
23659
|
+
left: 0;
|
23660
|
+
width: 100%;
|
23661
|
+
height: 100%;
|
23662
|
+
background: black;
|
23663
|
+
opacity: 0.2;
|
23664
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23665
|
+
z-index: 1;
|
23666
|
+
}
|
23667
|
+
|
23668
|
+
.v-navigation-drawer__prepend,
|
23669
|
+
.v-navigation-drawer__append {
|
23670
|
+
flex: none;
|
23671
|
+
overflow: hidden;
|
23672
|
+
}.v-messages {
|
23673
|
+
flex: 1 1 auto;
|
23674
|
+
font-size: 12px;
|
23675
|
+
min-height: 14px;
|
23676
|
+
min-width: 1px;
|
23677
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23678
|
+
position: relative;
|
23679
|
+
}
|
23680
|
+
.v-messages__message {
|
23681
|
+
line-height: 12px;
|
23682
|
+
word-break: break-word;
|
23683
|
+
overflow-wrap: break-word;
|
23684
|
+
word-wrap: break-word;
|
23685
|
+
-webkit-hyphens: auto;
|
23686
|
+
hyphens: auto;
|
23687
|
+
transition-duration: 150ms;
|
23586
23688
|
}.v-otp-input {
|
23587
23689
|
border-radius: 4px;
|
23588
23690
|
align-items: center;
|
@@ -23639,14 +23741,12 @@ textarea.v-field__input::placeholder {
|
|
23639
23741
|
}
|
23640
23742
|
.v-otp-input__loader .v-progress-linear {
|
23641
23743
|
position: absolute;
|
23642
|
-
}.v-
|
23643
|
-
|
23644
|
-
|
23645
|
-
justify-content: center;
|
23646
|
-
width: 100%;
|
23744
|
+
}.v-parallax {
|
23745
|
+
position: relative;
|
23746
|
+
overflow: hidden;
|
23647
23747
|
}
|
23648
|
-
.v-
|
23649
|
-
|
23748
|
+
.v-parallax--active > .v-img__img {
|
23749
|
+
will-change: transform;
|
23650
23750
|
}.v-overlay-container {
|
23651
23751
|
contain: layout;
|
23652
23752
|
left: 0;
|
@@ -23710,6 +23810,14 @@ html.v-overlay-scroll-blocked {
|
|
23710
23810
|
|
23711
23811
|
.v-overlay--scroll-blocked {
|
23712
23812
|
padding-inline-end: var(--v-scrollbar-offset);
|
23813
|
+
}.v-pagination__list {
|
23814
|
+
display: inline-flex;
|
23815
|
+
list-style-type: none;
|
23816
|
+
justify-content: center;
|
23817
|
+
width: 100%;
|
23818
|
+
}
|
23819
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23820
|
+
margin: 0.3rem;
|
23713
23821
|
}.v-progress-circular {
|
23714
23822
|
align-items: center;
|
23715
23823
|
display: inline-flex;
|
@@ -23812,66 +23920,63 @@ html.v-overlay-scroll-blocked {
|
|
23812
23920
|
100% {
|
23813
23921
|
transform: rotate(270deg);
|
23814
23922
|
}
|
23815
|
-
}.v-
|
23816
|
-
|
23817
|
-
|
23818
|
-
|
23819
|
-
|
23820
|
-
will-change: transform;
|
23821
|
-
}.v-rating {
|
23822
|
-
max-width: 100%;
|
23823
|
-
display: inline-flex;
|
23824
|
-
white-space: nowrap;
|
23825
|
-
}
|
23826
|
-
.v-rating--readonly {
|
23827
|
-
pointer-events: none;
|
23828
|
-
}
|
23829
|
-
|
23830
|
-
.v-rating__wrapper {
|
23831
|
-
align-items: center;
|
23832
|
-
display: inline-flex;
|
23833
|
-
flex-direction: column;
|
23923
|
+
}.v-slider .v-slider__container input {
|
23924
|
+
cursor: default;
|
23925
|
+
padding: 0;
|
23926
|
+
width: 100%;
|
23927
|
+
display: none;
|
23834
23928
|
}
|
23835
|
-
.v-
|
23836
|
-
|
23929
|
+
.v-slider > .v-input__append,
|
23930
|
+
.v-slider > .v-input__prepend {
|
23931
|
+
padding: 0;
|
23837
23932
|
}
|
23838
23933
|
|
23839
|
-
.v-
|
23840
|
-
display: inline-flex;
|
23934
|
+
.v-slider__container {
|
23841
23935
|
position: relative;
|
23842
|
-
|
23843
|
-
|
23936
|
+
min-height: inherit;
|
23937
|
+
width: 100%;
|
23938
|
+
height: 100%;
|
23939
|
+
display: flex;
|
23940
|
+
justify-content: center;
|
23941
|
+
align-items: center;
|
23844
23942
|
cursor: pointer;
|
23845
23943
|
}
|
23846
|
-
.v-
|
23847
|
-
opacity:
|
23944
|
+
.v-input--disabled .v-slider__container {
|
23945
|
+
opacity: var(--v-disabled-opacity);
|
23848
23946
|
}
|
23849
|
-
.v-
|
23850
|
-
|
23947
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23948
|
+
color: rgb(var(--v-theme-error));
|
23851
23949
|
}
|
23852
|
-
|
23853
|
-
|
23854
|
-
|
23950
|
+
|
23951
|
+
.v-slider.v-input--horizontal {
|
23952
|
+
align-items: center;
|
23953
|
+
margin-inline: 8px 8px;
|
23855
23954
|
}
|
23856
|
-
.v-
|
23857
|
-
|
23955
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23956
|
+
min-height: 32px;
|
23957
|
+
display: flex;
|
23958
|
+
align-items: center;
|
23858
23959
|
}
|
23859
|
-
|
23860
|
-
|
23861
|
-
|
23862
|
-
-
|
23863
|
-
|
23864
|
-
z-index: 1;
|
23960
|
+
|
23961
|
+
.v-slider.v-input--vertical {
|
23962
|
+
justify-content: center;
|
23963
|
+
margin-top: 12px;
|
23964
|
+
margin-bottom: 12px;
|
23865
23965
|
}
|
23866
|
-
.v-
|
23867
|
-
|
23966
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23967
|
+
min-height: 300px;
|
23868
23968
|
}
|
23869
23969
|
|
23870
|
-
.v-
|
23871
|
-
|
23872
|
-
|
23873
|
-
|
23874
|
-
|
23970
|
+
.v-slider.v-input--disabled {
|
23971
|
+
pointer-events: none;
|
23972
|
+
}
|
23973
|
+
|
23974
|
+
.v-slider--has-labels > .v-input__control {
|
23975
|
+
margin-bottom: 4px;
|
23976
|
+
}
|
23977
|
+
|
23978
|
+
.v-slider__label {
|
23979
|
+
margin-inline-end: 12px;
|
23875
23980
|
}.v-radio-group > .v-input__control {
|
23876
23981
|
flex-direction: column;
|
23877
23982
|
}
|
@@ -24095,89 +24200,6 @@ html.v-overlay-scroll-blocked {
|
|
24095
24200
|
0% {
|
24096
24201
|
background-position-x: var(--v-progress-linear-height);
|
24097
24202
|
}
|
24098
|
-
}.v-slider .v-slider__container input {
|
24099
|
-
cursor: default;
|
24100
|
-
padding: 0;
|
24101
|
-
width: 100%;
|
24102
|
-
display: none;
|
24103
|
-
}
|
24104
|
-
.v-slider > .v-input__append,
|
24105
|
-
.v-slider > .v-input__prepend {
|
24106
|
-
padding: 0;
|
24107
|
-
}
|
24108
|
-
|
24109
|
-
.v-slider__container {
|
24110
|
-
position: relative;
|
24111
|
-
min-height: inherit;
|
24112
|
-
width: 100%;
|
24113
|
-
height: 100%;
|
24114
|
-
display: flex;
|
24115
|
-
justify-content: center;
|
24116
|
-
align-items: center;
|
24117
|
-
cursor: pointer;
|
24118
|
-
}
|
24119
|
-
.v-input--disabled .v-slider__container {
|
24120
|
-
opacity: var(--v-disabled-opacity);
|
24121
|
-
}
|
24122
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24123
|
-
color: rgb(var(--v-theme-error));
|
24124
|
-
}
|
24125
|
-
|
24126
|
-
.v-slider.v-input--horizontal {
|
24127
|
-
align-items: center;
|
24128
|
-
margin-inline: 8px 8px;
|
24129
|
-
}
|
24130
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24131
|
-
min-height: 32px;
|
24132
|
-
display: flex;
|
24133
|
-
align-items: center;
|
24134
|
-
}
|
24135
|
-
|
24136
|
-
.v-slider.v-input--vertical {
|
24137
|
-
justify-content: center;
|
24138
|
-
margin-top: 12px;
|
24139
|
-
margin-bottom: 12px;
|
24140
|
-
}
|
24141
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24142
|
-
min-height: 300px;
|
24143
|
-
}
|
24144
|
-
|
24145
|
-
.v-slider.v-input--disabled {
|
24146
|
-
pointer-events: none;
|
24147
|
-
}
|
24148
|
-
|
24149
|
-
.v-slider--has-labels > .v-input__control {
|
24150
|
-
margin-bottom: 4px;
|
24151
|
-
}
|
24152
|
-
|
24153
|
-
.v-slider__label {
|
24154
|
-
margin-inline-end: 12px;
|
24155
|
-
}.v-responsive {
|
24156
|
-
display: flex;
|
24157
|
-
flex: 1 0 auto;
|
24158
|
-
max-height: 100%;
|
24159
|
-
max-width: 100%;
|
24160
|
-
overflow: hidden;
|
24161
|
-
position: relative;
|
24162
|
-
}
|
24163
|
-
.v-responsive--inline {
|
24164
|
-
display: inline-flex;
|
24165
|
-
flex: 0 0 auto;
|
24166
|
-
}
|
24167
|
-
|
24168
|
-
.v-responsive__content {
|
24169
|
-
flex: 1 0 0px;
|
24170
|
-
max-width: 100%;
|
24171
|
-
}
|
24172
|
-
|
24173
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24174
|
-
margin-inline-start: -100%;
|
24175
|
-
}
|
24176
|
-
|
24177
|
-
.v-responsive__sizer {
|
24178
|
-
flex: 1 0 0px;
|
24179
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24180
|
-
pointer-events: none;
|
24181
24203
|
}.v-selection-control {
|
24182
24204
|
align-items: center;
|
24183
24205
|
contain: layout;
|
@@ -24320,21 +24342,156 @@ html.v-overlay-scroll-blocked {
|
|
24320
24342
|
.v-select--selected .v-field .v-field__input > input {
|
24321
24343
|
opacity: 0;
|
24322
24344
|
}
|
24323
|
-
.v-select__menu-icon {
|
24324
|
-
margin-inline-start: 4px;
|
24325
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24345
|
+
.v-select__menu-icon {
|
24346
|
+
margin-inline-start: 4px;
|
24347
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24348
|
+
}
|
24349
|
+
.v-select--active-menu .v-select__menu-icon {
|
24350
|
+
opacity: var(--v-high-emphasis-opacity);
|
24351
|
+
transform: rotate(180deg);
|
24352
|
+
}.v-rating {
|
24353
|
+
max-width: 100%;
|
24354
|
+
display: inline-flex;
|
24355
|
+
white-space: nowrap;
|
24356
|
+
}
|
24357
|
+
.v-rating--readonly {
|
24358
|
+
pointer-events: none;
|
24359
|
+
}
|
24360
|
+
|
24361
|
+
.v-rating__wrapper {
|
24362
|
+
align-items: center;
|
24363
|
+
display: inline-flex;
|
24364
|
+
flex-direction: column;
|
24365
|
+
}
|
24366
|
+
.v-rating__wrapper--bottom {
|
24367
|
+
flex-direction: column-reverse;
|
24368
|
+
}
|
24369
|
+
|
24370
|
+
.v-rating__item {
|
24371
|
+
display: inline-flex;
|
24372
|
+
position: relative;
|
24373
|
+
}
|
24374
|
+
.v-rating__item label {
|
24375
|
+
cursor: pointer;
|
24376
|
+
}
|
24377
|
+
.v-rating__item .v-btn--variant-plain {
|
24378
|
+
opacity: 1;
|
24379
|
+
}
|
24380
|
+
.v-rating__item .v-btn {
|
24381
|
+
transition-property: transform;
|
24382
|
+
}
|
24383
|
+
.v-rating__item .v-btn .v-icon {
|
24384
|
+
transition: inherit;
|
24385
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24386
|
+
}
|
24387
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24388
|
+
transform: scale(1.25);
|
24389
|
+
}
|
24390
|
+
.v-rating__item--half {
|
24391
|
+
overflow: hidden;
|
24392
|
+
position: absolute;
|
24393
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24394
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24395
|
+
z-index: 1;
|
24396
|
+
}
|
24397
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24398
|
+
opacity: 0;
|
24399
|
+
}
|
24400
|
+
|
24401
|
+
.v-rating__hidden {
|
24402
|
+
height: 0;
|
24403
|
+
opacity: 0;
|
24404
|
+
position: absolute;
|
24405
|
+
width: 0;
|
24406
|
+
}.v-responsive {
|
24407
|
+
display: flex;
|
24408
|
+
flex: 1 0 auto;
|
24409
|
+
max-height: 100%;
|
24410
|
+
max-width: 100%;
|
24411
|
+
overflow: hidden;
|
24412
|
+
position: relative;
|
24413
|
+
}
|
24414
|
+
.v-responsive--inline {
|
24415
|
+
display: inline-flex;
|
24416
|
+
flex: 0 0 auto;
|
24417
|
+
}
|
24418
|
+
|
24419
|
+
.v-responsive__content {
|
24420
|
+
flex: 1 0 0px;
|
24421
|
+
max-width: 100%;
|
24422
|
+
}
|
24423
|
+
|
24424
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24425
|
+
margin-inline-start: -100%;
|
24426
|
+
}
|
24427
|
+
|
24428
|
+
.v-responsive__sizer {
|
24429
|
+
flex: 1 0 0px;
|
24430
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24431
|
+
pointer-events: none;
|
24432
|
+
}.v-selection-control-group {
|
24433
|
+
grid-area: control;
|
24434
|
+
display: flex;
|
24435
|
+
flex-direction: column;
|
24436
|
+
}
|
24437
|
+
.v-selection-control-group--inline {
|
24438
|
+
flex-direction: row;
|
24439
|
+
flex-wrap: wrap;
|
24440
|
+
}.v-slide-group {
|
24441
|
+
display: flex;
|
24442
|
+
overflow: hidden;
|
24443
|
+
}
|
24444
|
+
|
24445
|
+
.v-slide-group__next,
|
24446
|
+
.v-slide-group__prev {
|
24447
|
+
align-items: center;
|
24448
|
+
display: flex;
|
24449
|
+
flex: 0 1 52px;
|
24450
|
+
justify-content: center;
|
24451
|
+
min-width: 52px;
|
24452
|
+
cursor: pointer;
|
24453
|
+
}
|
24454
|
+
.v-slide-group__next--disabled,
|
24455
|
+
.v-slide-group__prev--disabled {
|
24456
|
+
pointer-events: none;
|
24457
|
+
opacity: var(--v-disabled-opacity);
|
24458
|
+
}
|
24459
|
+
|
24460
|
+
.v-slide-group__content {
|
24461
|
+
display: flex;
|
24462
|
+
flex: 1 0 auto;
|
24463
|
+
position: relative;
|
24464
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24465
|
+
white-space: nowrap;
|
24466
|
+
}
|
24467
|
+
.v-slide-group__content > * {
|
24468
|
+
white-space: initial;
|
24326
24469
|
}
|
24327
|
-
|
24328
|
-
|
24329
|
-
|
24330
|
-
}.v-selection-control-group {
|
24331
|
-
grid-area: control;
|
24470
|
+
|
24471
|
+
.v-slide-group__container {
|
24472
|
+
contain: content;
|
24332
24473
|
display: flex;
|
24474
|
+
flex: 1 1 auto;
|
24475
|
+
overflow-x: auto;
|
24476
|
+
overflow-y: hidden;
|
24477
|
+
scrollbar-width: none;
|
24478
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24479
|
+
}
|
24480
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24481
|
+
display: none;
|
24482
|
+
}
|
24483
|
+
|
24484
|
+
.v-slide-group--vertical {
|
24485
|
+
max-height: inherit;
|
24486
|
+
}
|
24487
|
+
.v-slide-group--vertical,
|
24488
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24489
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24333
24490
|
flex-direction: column;
|
24334
24491
|
}
|
24335
|
-
.v-
|
24336
|
-
|
24337
|
-
|
24492
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24493
|
+
overflow-x: hidden;
|
24494
|
+
overflow-y: auto;
|
24338
24495
|
}.v-sheet {
|
24339
24496
|
display: block;
|
24340
24497
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -24586,61 +24743,6 @@ html.v-overlay-scroll-blocked {
|
|
24586
24743
|
100% {
|
24587
24744
|
transform: translateX(100%);
|
24588
24745
|
}
|
24589
|
-
}.v-slide-group {
|
24590
|
-
display: flex;
|
24591
|
-
overflow: hidden;
|
24592
|
-
}
|
24593
|
-
|
24594
|
-
.v-slide-group__next,
|
24595
|
-
.v-slide-group__prev {
|
24596
|
-
align-items: center;
|
24597
|
-
display: flex;
|
24598
|
-
flex: 0 1 52px;
|
24599
|
-
justify-content: center;
|
24600
|
-
min-width: 52px;
|
24601
|
-
cursor: pointer;
|
24602
|
-
}
|
24603
|
-
.v-slide-group__next--disabled,
|
24604
|
-
.v-slide-group__prev--disabled {
|
24605
|
-
pointer-events: none;
|
24606
|
-
opacity: var(--v-disabled-opacity);
|
24607
|
-
}
|
24608
|
-
|
24609
|
-
.v-slide-group__content {
|
24610
|
-
display: flex;
|
24611
|
-
flex: 1 0 auto;
|
24612
|
-
position: relative;
|
24613
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24614
|
-
white-space: nowrap;
|
24615
|
-
}
|
24616
|
-
.v-slide-group__content > * {
|
24617
|
-
white-space: initial;
|
24618
|
-
}
|
24619
|
-
|
24620
|
-
.v-slide-group__container {
|
24621
|
-
contain: content;
|
24622
|
-
display: flex;
|
24623
|
-
flex: 1 1 auto;
|
24624
|
-
overflow-x: auto;
|
24625
|
-
overflow-y: hidden;
|
24626
|
-
scrollbar-width: none;
|
24627
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24628
|
-
}
|
24629
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24630
|
-
display: none;
|
24631
|
-
}
|
24632
|
-
|
24633
|
-
.v-slide-group--vertical {
|
24634
|
-
max-height: inherit;
|
24635
|
-
}
|
24636
|
-
.v-slide-group--vertical,
|
24637
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24638
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24639
|
-
flex-direction: column;
|
24640
|
-
}
|
24641
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24642
|
-
overflow-x: hidden;
|
24643
|
-
overflow-y: auto;
|
24644
24746
|
}.v-snackbar {
|
24645
24747
|
justify-content: center;
|
24646
24748
|
z-index: 10000;
|
@@ -24829,47 +24931,6 @@ html.v-overlay-scroll-blocked {
|
|
24829
24931
|
}
|
24830
24932
|
.v-stepper-window-item .v-stepper-actions {
|
24831
24933
|
padding: 1.5rem 0 0;
|
24832
|
-
}.v-speed-dial__content {
|
24833
|
-
gap: 8px;
|
24834
|
-
}
|
24835
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24836
|
-
flex-direction: row;
|
24837
|
-
}
|
24838
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24839
|
-
flex-direction: row-reverse;
|
24840
|
-
}
|
24841
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24842
|
-
flex-direction: column-reverse;
|
24843
|
-
}
|
24844
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24845
|
-
transition-delay: 0s;
|
24846
|
-
}
|
24847
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24848
|
-
transition-delay: 0.05s;
|
24849
|
-
}
|
24850
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24851
|
-
transition-delay: 0.1s;
|
24852
|
-
}
|
24853
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24854
|
-
transition-delay: 0.15s;
|
24855
|
-
}
|
24856
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24857
|
-
transition-delay: 0.2s;
|
24858
|
-
}
|
24859
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24860
|
-
transition-delay: 0.25s;
|
24861
|
-
}
|
24862
|
-
.v-speed-dial__content > *:nth-child(7) {
|
24863
|
-
transition-delay: 0.3s;
|
24864
|
-
}
|
24865
|
-
.v-speed-dial__content > *:nth-child(8) {
|
24866
|
-
transition-delay: 0.35s;
|
24867
|
-
}
|
24868
|
-
.v-speed-dial__content > *:nth-child(9) {
|
24869
|
-
transition-delay: 0.4s;
|
24870
|
-
}
|
24871
|
-
.v-speed-dial__content > *:nth-child(10) {
|
24872
|
-
transition-delay: 0.45s;
|
24873
24934
|
}.v-stepper-item {
|
24874
24935
|
align-items: center;
|
24875
24936
|
align-self: stretch;
|
@@ -24986,101 +25047,84 @@ html.v-overlay-scroll-blocked {
|
|
24986
25047
|
width: 100%;
|
24987
25048
|
height: 100%;
|
24988
25049
|
pointer-events: none;
|
24989
|
-
}.v-
|
24990
|
-
|
24991
|
-
border-radius: 0;
|
24992
|
-
min-width: 90px;
|
24993
|
-
}
|
24994
|
-
.v-slide-group--horizontal .v-tab {
|
24995
|
-
max-width: 360px;
|
25050
|
+
}.v-speed-dial__content {
|
25051
|
+
gap: 8px;
|
24996
25052
|
}
|
24997
|
-
.v-
|
24998
|
-
|
25053
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
25054
|
+
flex-direction: row;
|
24999
25055
|
}
|
25000
|
-
|
25001
|
-
|
25002
|
-
position: absolute;
|
25003
|
-
bottom: 0;
|
25004
|
-
left: 0;
|
25005
|
-
height: 2px;
|
25006
|
-
width: 100%;
|
25007
|
-
background: currentColor;
|
25008
|
-
pointer-events: none;
|
25009
|
-
opacity: 0;
|
25056
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
25057
|
+
flex-direction: row-reverse;
|
25010
25058
|
}
|
25011
|
-
.v-
|
25012
|
-
|
25059
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
25060
|
+
flex-direction: column-reverse;
|
25013
25061
|
}
|
25014
|
-
.v-
|
25015
|
-
|
25016
|
-
height: 100%;
|
25017
|
-
width: 2px;
|
25018
|
-
}.v-tabs {
|
25019
|
-
display: flex;
|
25020
|
-
height: var(--v-tabs-height);
|
25062
|
+
.v-speed-dial__content > *:nth-child(1) {
|
25063
|
+
transition-delay: 0s;
|
25021
25064
|
}
|
25022
|
-
.v-
|
25023
|
-
|
25065
|
+
.v-speed-dial__content > *:nth-child(2) {
|
25066
|
+
transition-delay: 0.05s;
|
25024
25067
|
}
|
25025
|
-
.v-
|
25026
|
-
|
25068
|
+
.v-speed-dial__content > *:nth-child(3) {
|
25069
|
+
transition-delay: 0.1s;
|
25027
25070
|
}
|
25028
|
-
|
25029
|
-
|
25030
|
-
--v-tabs-height: 44px;
|
25071
|
+
.v-speed-dial__content > *:nth-child(4) {
|
25072
|
+
transition-delay: 0.15s;
|
25031
25073
|
}
|
25032
|
-
.v-
|
25033
|
-
|
25074
|
+
.v-speed-dial__content > *:nth-child(5) {
|
25075
|
+
transition-delay: 0.2s;
|
25034
25076
|
}
|
25035
|
-
|
25036
|
-
|
25037
|
-
--v-tabs-height: 36px;
|
25077
|
+
.v-speed-dial__content > *:nth-child(6) {
|
25078
|
+
transition-delay: 0.25s;
|
25038
25079
|
}
|
25039
|
-
.v-
|
25040
|
-
|
25080
|
+
.v-speed-dial__content > *:nth-child(7) {
|
25081
|
+
transition-delay: 0.3s;
|
25041
25082
|
}
|
25042
|
-
|
25043
|
-
|
25044
|
-
height: auto;
|
25045
|
-
flex: none;
|
25046
|
-
--v-tabs-height: 48px;
|
25083
|
+
.v-speed-dial__content > *:nth-child(8) {
|
25084
|
+
transition-delay: 0.35s;
|
25047
25085
|
}
|
25048
|
-
|
25049
|
-
|
25050
|
-
margin-inline-start: 42px;
|
25086
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25087
|
+
transition-delay: 0.4s;
|
25051
25088
|
}
|
25052
|
-
|
25053
|
-
|
25054
|
-
.v-
|
25055
|
-
|
25089
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25090
|
+
transition-delay: 0.45s;
|
25091
|
+
}.v-system-bar {
|
25092
|
+
align-items: center;
|
25093
|
+
display: flex;
|
25094
|
+
flex: 1 1 auto;
|
25095
|
+
height: 24px;
|
25096
|
+
justify-content: flex-end;
|
25097
|
+
max-width: 100%;
|
25098
|
+
padding-inline: 8px;
|
25099
|
+
position: relative;
|
25100
|
+
text-align: end;
|
25101
|
+
width: 100%;
|
25102
|
+
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));
|
25103
|
+
background: rgba(var(--v-theme-surface-light));
|
25104
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25105
|
+
font-size: 0.75rem;
|
25106
|
+
font-weight: 400;
|
25107
|
+
letter-spacing: 0.0333333333em;
|
25108
|
+
line-height: 1.667;
|
25109
|
+
text-transform: none;
|
25056
25110
|
}
|
25057
|
-
.v-
|
25058
|
-
|
25059
|
-
margin-inline-start: auto;
|
25111
|
+
.v-system-bar .v-icon {
|
25112
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25060
25113
|
}
|
25061
|
-
|
25062
|
-
|
25063
|
-
flex-grow: 1;
|
25114
|
+
.v-system-bar--absolute {
|
25115
|
+
position: absolute;
|
25064
25116
|
}
|
25065
|
-
.v-
|
25066
|
-
|
25067
|
-
max-width: none;
|
25117
|
+
.v-system-bar--fixed {
|
25118
|
+
position: fixed;
|
25068
25119
|
}
|
25069
|
-
|
25070
|
-
|
25071
|
-
margin-inline-start: auto;
|
25120
|
+
.v-system-bar--rounded {
|
25121
|
+
border-radius: 0;
|
25072
25122
|
}
|
25073
|
-
.v-
|
25074
|
-
|
25123
|
+
.v-system-bar--window {
|
25124
|
+
height: 32px;
|
25075
25125
|
}
|
25076
|
-
|
25077
|
-
|
25078
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25079
|
-
margin-inline-start: 52px;
|
25080
|
-
}
|
25081
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25082
|
-
margin-inline-end: 52px;
|
25083
|
-
}
|
25126
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25127
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25084
25128
|
}.v-switch .v-label {
|
25085
25129
|
padding-inline-start: 10px;
|
25086
25130
|
}
|
@@ -25261,152 +25305,101 @@ html.v-overlay-scroll-blocked {
|
|
25261
25305
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25262
25306
|
border-width: 0;
|
25263
25307
|
}
|
25264
|
-
}
|
25265
|
-
|
25266
|
-
|
25267
|
-
opacity: 0;
|
25268
|
-
flex: 1;
|
25269
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25270
|
-
min-width: 0;
|
25308
|
+
}.v-tabs {
|
25309
|
+
display: flex;
|
25310
|
+
height: var(--v-tabs-height);
|
25271
25311
|
}
|
25272
|
-
.v-
|
25273
|
-
|
25312
|
+
.v-tabs--density-default {
|
25313
|
+
--v-tabs-height: 48px;
|
25274
25314
|
}
|
25275
|
-
.v-
|
25276
|
-
|
25315
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25316
|
+
--v-tabs-height: 72px;
|
25277
25317
|
}
|
25278
|
-
|
25279
|
-
|
25318
|
+
|
25319
|
+
.v-tabs--density-comfortable {
|
25320
|
+
--v-tabs-height: 44px;
|
25280
25321
|
}
|
25281
|
-
.v-
|
25282
|
-
--v-
|
25322
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25323
|
+
--v-tabs-height: 68px;
|
25283
25324
|
}
|
25284
25325
|
|
25285
|
-
.v-
|
25286
|
-
--v-
|
25326
|
+
.v-tabs--density-compact {
|
25327
|
+
--v-tabs-height: 36px;
|
25328
|
+
}
|
25329
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25330
|
+
--v-tabs-height: 60px;
|
25287
25331
|
}
|
25288
25332
|
|
25289
|
-
.v-
|
25290
|
-
|
25333
|
+
.v-tabs.v-slide-group--vertical {
|
25334
|
+
height: auto;
|
25335
|
+
flex: none;
|
25336
|
+
--v-tabs-height: 48px;
|
25291
25337
|
}
|
25292
|
-
|
25293
|
-
|
25338
|
+
|
25339
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25340
|
+
margin-inline-start: 42px;
|
25294
25341
|
}
|
25295
25342
|
|
25296
|
-
.v-
|
25297
|
-
.v-
|
25298
|
-
|
25343
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25344
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25345
|
+
margin-inline-end: auto;
|
25299
25346
|
}
|
25300
|
-
.v-
|
25301
|
-
|
25347
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25348
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25349
|
+
margin-inline-start: auto;
|
25302
25350
|
}
|
25303
25351
|
|
25304
|
-
|
25305
|
-
|
25306
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25307
|
-
align-items: center;
|
25308
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25309
|
-
cursor: default;
|
25310
|
-
display: flex;
|
25311
|
-
opacity: 0;
|
25312
|
-
transition: inherit;
|
25313
|
-
white-space: nowrap;
|
25314
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25315
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25316
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25317
|
-
}
|
25318
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25319
|
-
opacity: 1;
|
25352
|
+
.v-tabs--grow {
|
25353
|
+
flex-grow: 1;
|
25320
25354
|
}
|
25321
|
-
.v-
|
25322
|
-
|
25355
|
+
.v-tabs--grow .v-tab {
|
25356
|
+
flex: 1 0 auto;
|
25357
|
+
max-width: none;
|
25323
25358
|
}
|
25324
|
-
|
25325
|
-
|
25359
|
+
|
25360
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25361
|
+
margin-inline-start: auto;
|
25326
25362
|
}
|
25327
|
-
.v-
|
25328
|
-
|
25363
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25364
|
+
margin-inline-end: 0;
|
25329
25365
|
}
|
25330
25366
|
|
25331
|
-
|
25332
|
-
--v-
|
25367
|
+
@media (max-width: 1279.98px) {
|
25368
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25369
|
+
margin-inline-start: 52px;
|
25370
|
+
}
|
25371
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25372
|
+
margin-inline-end: 52px;
|
25373
|
+
}
|
25374
|
+
}.v-tab.v-tab.v-btn {
|
25375
|
+
height: var(--v-tabs-height);
|
25376
|
+
border-radius: 0;
|
25377
|
+
min-width: 90px;
|
25333
25378
|
}
|
25334
|
-
.v-
|
25335
|
-
|
25379
|
+
.v-slide-group--horizontal .v-tab {
|
25380
|
+
max-width: 360px;
|
25336
25381
|
}
|
25337
|
-
.v-
|
25338
|
-
|
25339
|
-
outline: none;
|
25340
|
-
-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));
|
25341
|
-
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));
|
25382
|
+
.v-slide-group--vertical .v-tab {
|
25383
|
+
justify-content: start;
|
25342
25384
|
}
|
25343
|
-
|
25344
|
-
|
25385
|
+
|
25386
|
+
.v-tab__slider {
|
25345
25387
|
position: absolute;
|
25346
|
-
|
25388
|
+
bottom: 0;
|
25347
25389
|
left: 0;
|
25348
|
-
height:
|
25349
|
-
|
25390
|
+
height: 2px;
|
25391
|
+
width: 100%;
|
25392
|
+
background: currentColor;
|
25350
25393
|
pointer-events: none;
|
25351
|
-
}
|
25352
|
-
.v-textarea--no-resize .v-field__input {
|
25353
|
-
resize: none;
|
25354
|
-
}
|
25355
|
-
.v-textarea .v-field--no-label textarea,
|
25356
|
-
.v-textarea .v-field--active textarea {
|
25357
|
-
opacity: 1;
|
25358
|
-
}
|
25359
|
-
.v-textarea textarea {
|
25360
25394
|
opacity: 0;
|
25361
|
-
flex: 1;
|
25362
|
-
min-width: 0;
|
25363
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25364
|
-
}
|
25365
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25366
|
-
outline: none;
|
25367
|
-
}
|
25368
|
-
.v-textarea textarea:invalid {
|
25369
|
-
box-shadow: none;
|
25370
|
-
}.v-system-bar {
|
25371
|
-
align-items: center;
|
25372
|
-
display: flex;
|
25373
|
-
flex: 1 1 auto;
|
25374
|
-
height: 24px;
|
25375
|
-
justify-content: flex-end;
|
25376
|
-
max-width: 100%;
|
25377
|
-
padding-inline: 8px;
|
25378
|
-
position: relative;
|
25379
|
-
text-align: end;
|
25380
|
-
width: 100%;
|
25381
|
-
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));
|
25382
|
-
background: rgba(var(--v-theme-surface-light));
|
25383
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25384
|
-
font-size: 0.75rem;
|
25385
|
-
font-weight: 400;
|
25386
|
-
letter-spacing: 0.0333333333em;
|
25387
|
-
line-height: 1.667;
|
25388
|
-
text-transform: none;
|
25389
|
-
}
|
25390
|
-
.v-system-bar .v-icon {
|
25391
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25392
|
-
}
|
25393
|
-
.v-system-bar--absolute {
|
25394
|
-
position: absolute;
|
25395
25395
|
}
|
25396
|
-
.v-
|
25397
|
-
|
25398
|
-
}
|
25399
|
-
.v-system-bar--rounded {
|
25400
|
-
border-radius: 0;
|
25401
|
-
}
|
25402
|
-
.v-system-bar--window {
|
25403
|
-
height: 32px;
|
25396
|
+
.v-tab--selected .v-tab__slider {
|
25397
|
+
opacity: 1;
|
25404
25398
|
}
|
25405
|
-
.v-
|
25406
|
-
|
25407
|
-
|
25408
|
-
|
25409
|
-
color: rgb(var(--v-theme-on-background));
|
25399
|
+
.v-slide-group--vertical .v-tab__slider {
|
25400
|
+
top: 0;
|
25401
|
+
height: 100%;
|
25402
|
+
width: 2px;
|
25410
25403
|
}.v-table {
|
25411
25404
|
background: rgb(var(--v-theme-surface));
|
25412
25405
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25545,157 +25538,112 @@ html.v-overlay-scroll-blocked {
|
|
25545
25538
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25546
25539
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25547
25540
|
border-top: 0px !important;
|
25548
|
-
}
|
25549
|
-
|
25550
|
-
|
25551
|
-
|
25552
|
-
flex
|
25553
|
-
|
25554
|
-
|
25555
|
-
position: relative;
|
25556
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25557
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25558
|
-
width: 100%;
|
25559
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25560
|
-
border-style: solid;
|
25561
|
-
border-width: 0;
|
25562
|
-
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));
|
25563
|
-
border-radius: 0;
|
25564
|
-
background: rgb(var(--v-theme-surface-light));
|
25565
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25566
|
-
}
|
25567
|
-
.v-toolbar--border {
|
25568
|
-
border-width: thin;
|
25569
|
-
box-shadow: none;
|
25570
|
-
}
|
25571
|
-
.v-toolbar--absolute {
|
25572
|
-
position: absolute;
|
25573
|
-
}
|
25574
|
-
.v-toolbar--collapse {
|
25575
|
-
max-width: 112px;
|
25576
|
-
overflow: hidden;
|
25577
|
-
border-end-end-radius: 24px;
|
25578
|
-
}
|
25579
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25580
|
-
display: none;
|
25581
|
-
}
|
25582
|
-
.v-toolbar--flat {
|
25583
|
-
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));
|
25584
|
-
}
|
25585
|
-
.v-toolbar--floating {
|
25586
|
-
display: inline-flex;
|
25541
|
+
}/* region BLOCK */
|
25542
|
+
.v-text-field input {
|
25543
|
+
color: inherit;
|
25544
|
+
opacity: 0;
|
25545
|
+
flex: 1;
|
25546
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25547
|
+
min-width: 0;
|
25587
25548
|
}
|
25588
|
-
.v-
|
25589
|
-
|
25549
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25550
|
+
outline: none;
|
25590
25551
|
}
|
25591
|
-
|
25592
|
-
|
25593
|
-
.v-toolbar__extension {
|
25594
|
-
align-items: center;
|
25595
|
-
display: flex;
|
25596
|
-
flex: 0 0 auto;
|
25597
|
-
position: relative;
|
25598
|
-
transition: inherit;
|
25599
|
-
width: 100%;
|
25552
|
+
.v-text-field input:invalid {
|
25553
|
+
box-shadow: none;
|
25600
25554
|
}
|
25601
|
-
|
25602
|
-
|
25603
|
-
overflow: hidden;
|
25555
|
+
.v-text-field .v-field {
|
25556
|
+
cursor: text;
|
25604
25557
|
}
|
25605
|
-
.v-
|
25606
|
-
|
25558
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25559
|
+
--v-field-padding-start: 6px;
|
25607
25560
|
}
|
25608
|
-
|
25609
|
-
|
25561
|
+
|
25562
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25563
|
+
--v-field-padding-end: 0;
|
25610
25564
|
}
|
25611
|
-
|
25612
|
-
|
25565
|
+
|
25566
|
+
.v-text-field .v-input__details {
|
25567
|
+
padding-inline: 16px;
|
25613
25568
|
}
|
25614
|
-
.v-
|
25615
|
-
|
25569
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25570
|
+
padding-inline: 0;
|
25616
25571
|
}
|
25617
25572
|
|
25618
|
-
.v-
|
25619
|
-
|
25620
|
-
|
25621
|
-
|
25622
|
-
|
25623
|
-
|
25624
|
-
display: flex;
|
25625
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25626
|
-
transition-property: opacity;
|
25573
|
+
.v-text-field .v-field--no-label input,
|
25574
|
+
.v-text-field .v-field--active input {
|
25575
|
+
opacity: 1;
|
25576
|
+
}
|
25577
|
+
.v-text-field .v-field--single-line input {
|
25578
|
+
transition: none;
|
25627
25579
|
}
|
25628
25580
|
|
25629
|
-
|
25630
|
-
|
25581
|
+
/* endregion */
|
25582
|
+
/* region ELEMENTS */
|
25583
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25631
25584
|
align-items: center;
|
25632
|
-
|
25585
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25586
|
+
cursor: default;
|
25633
25587
|
display: flex;
|
25588
|
+
opacity: 0;
|
25589
|
+
transition: inherit;
|
25590
|
+
white-space: nowrap;
|
25591
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25592
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25593
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25634
25594
|
}
|
25635
|
-
|
25636
|
-
|
25637
|
-
margin-inline: 4px auto;
|
25595
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25596
|
+
opacity: 1;
|
25638
25597
|
}
|
25639
|
-
|
25640
|
-
|
25641
|
-
margin-inline: auto 4px;
|
25598
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25599
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25642
25600
|
}
|
25643
|
-
|
25644
|
-
|
25645
|
-
flex: 1 1;
|
25646
|
-
font-size: 1.25rem;
|
25647
|
-
min-width: 0;
|
25648
|
-
font-size: 1.25rem;
|
25649
|
-
font-weight: 400;
|
25650
|
-
letter-spacing: 0;
|
25651
|
-
line-height: 1.75rem;
|
25652
|
-
text-transform: none;
|
25601
|
+
.v-text-field__prefix {
|
25602
|
+
padding-inline-start: var(--v-field-padding-start);
|
25653
25603
|
}
|
25654
|
-
.v-
|
25655
|
-
|
25656
|
-
padding-bottom: 6px;
|
25657
|
-
font-size: 1.5rem;
|
25658
|
-
font-weight: 400;
|
25659
|
-
letter-spacing: 0;
|
25660
|
-
line-height: 2.25rem;
|
25661
|
-
text-transform: none;
|
25604
|
+
.v-text-field__suffix {
|
25605
|
+
padding-inline-end: var(--v-field-padding-end);
|
25662
25606
|
}
|
25663
25607
|
|
25664
|
-
.v-
|
25665
|
-
|
25666
|
-
text-overflow: ellipsis;
|
25667
|
-
white-space: nowrap;
|
25608
|
+
/* endregion */.v-textarea .v-field {
|
25609
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25668
25610
|
}
|
25669
|
-
|
25670
|
-
|
25671
|
-
display: flex;
|
25672
|
-
height: inherit;
|
25673
|
-
align-self: stretch;
|
25611
|
+
.v-textarea .v-field__field {
|
25612
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25674
25613
|
}
|
25675
|
-
.v-
|
25676
|
-
|
25677
|
-
|
25678
|
-
|
25679
|
-
|
25680
|
-
|
25681
|
-
|
25682
|
-
|
25683
|
-
|
25684
|
-
|
25685
|
-
|
25686
|
-
|
25687
|
-
|
25614
|
+
.v-textarea .v-field__input {
|
25615
|
+
flex: 1 1 auto;
|
25616
|
+
outline: none;
|
25617
|
+
-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));
|
25618
|
+
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));
|
25619
|
+
}
|
25620
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25621
|
+
visibility: hidden;
|
25622
|
+
position: absolute;
|
25623
|
+
top: 0;
|
25624
|
+
left: 0;
|
25625
|
+
height: 0 !important;
|
25626
|
+
min-height: 0 !important;
|
25688
25627
|
pointer-events: none;
|
25689
|
-
transition-property: opacity, transform;
|
25690
|
-
overflow-wrap: break-word;
|
25691
25628
|
}
|
25692
|
-
.v-
|
25693
|
-
|
25694
|
-
transition-duration: 150ms;
|
25629
|
+
.v-textarea--no-resize .v-field__input {
|
25630
|
+
resize: none;
|
25695
25631
|
}
|
25696
|
-
.v-
|
25697
|
-
|
25698
|
-
|
25632
|
+
.v-textarea .v-field--no-label textarea,
|
25633
|
+
.v-textarea .v-field--active textarea {
|
25634
|
+
opacity: 1;
|
25635
|
+
}
|
25636
|
+
.v-textarea textarea {
|
25637
|
+
opacity: 0;
|
25638
|
+
flex: 1;
|
25639
|
+
min-width: 0;
|
25640
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25641
|
+
}
|
25642
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25643
|
+
outline: none;
|
25644
|
+
}
|
25645
|
+
.v-textarea textarea:invalid {
|
25646
|
+
box-shadow: none;
|
25699
25647
|
}.v-timeline .v-timeline-divider__dot {
|
25700
25648
|
background: rgb(var(--v-theme-surface-light));
|
25701
25649
|
}
|
@@ -26060,58 +26008,212 @@ html.v-overlay-scroll-blocked {
|
|
26060
26008
|
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
26061
26009
|
--v-timeline-line-size-offset: 0px;
|
26062
26010
|
}
|
26063
|
-
.v-timeline--horizontal.v-timeline--align-start {
|
26064
|
-
justify-items: flex-start;
|
26011
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
26012
|
+
justify-items: flex-start;
|
26013
|
+
}
|
26014
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
26015
|
+
justify-content: flex-start;
|
26016
|
+
}
|
26017
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26018
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26019
|
+
}
|
26020
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26021
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26022
|
+
}
|
26023
|
+
|
26024
|
+
.v-timeline--vertical.v-timeline--align-start {
|
26025
|
+
align-items: flex-start;
|
26026
|
+
}
|
26027
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
26028
|
+
justify-content: flex-start;
|
26029
|
+
}
|
26030
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26031
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26032
|
+
}
|
26033
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26034
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26035
|
+
}
|
26036
|
+
|
26037
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26038
|
+
display: none;
|
26039
|
+
}
|
26040
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26041
|
+
--v-timeline-line-size-offset: 12px;
|
26042
|
+
}
|
26043
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26044
|
+
padding-block-start: 0;
|
26045
|
+
}
|
26046
|
+
|
26047
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26048
|
+
padding-inline-start: 0;
|
26049
|
+
}
|
26050
|
+
|
26051
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
26052
|
+
display: none;
|
26053
|
+
}
|
26054
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
26055
|
+
--v-timeline-line-size-offset: 12px;
|
26056
|
+
}
|
26057
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
26058
|
+
padding-block-end: 0;
|
26059
|
+
}
|
26060
|
+
|
26061
|
+
.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 {
|
26062
|
+
padding-inline-end: 0;
|
26063
|
+
}.v-theme-provider {
|
26064
|
+
background: rgb(var(--v-theme-background));
|
26065
|
+
color: rgb(var(--v-theme-on-background));
|
26066
|
+
}.v-tooltip > .v-overlay__content {
|
26067
|
+
background: rgb(var(--v-theme-surface-variant));
|
26068
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26069
|
+
border-radius: 4px;
|
26070
|
+
font-size: 0.875rem;
|
26071
|
+
line-height: 1.6;
|
26072
|
+
display: inline-block;
|
26073
|
+
padding: 5px 16px;
|
26074
|
+
text-transform: initial;
|
26075
|
+
width: auto;
|
26076
|
+
opacity: 1;
|
26077
|
+
pointer-events: none;
|
26078
|
+
transition-property: opacity, transform;
|
26079
|
+
overflow-wrap: break-word;
|
26080
|
+
}
|
26081
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26082
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26083
|
+
transition-duration: 150ms;
|
26084
|
+
}
|
26085
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26086
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26087
|
+
transition-duration: 75ms;
|
26088
|
+
}.v-toolbar {
|
26089
|
+
align-items: flex-start;
|
26090
|
+
display: flex;
|
26091
|
+
flex: none;
|
26092
|
+
flex-direction: column;
|
26093
|
+
justify-content: space-between;
|
26094
|
+
max-width: 100%;
|
26095
|
+
position: relative;
|
26096
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26097
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26098
|
+
width: 100%;
|
26099
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26100
|
+
border-style: solid;
|
26101
|
+
border-width: 0;
|
26102
|
+
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));
|
26103
|
+
border-radius: 0;
|
26104
|
+
background: rgb(var(--v-theme-surface-light));
|
26105
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26106
|
+
}
|
26107
|
+
.v-toolbar--border {
|
26108
|
+
border-width: thin;
|
26109
|
+
box-shadow: none;
|
26110
|
+
}
|
26111
|
+
.v-toolbar--absolute {
|
26112
|
+
position: absolute;
|
26113
|
+
}
|
26114
|
+
.v-toolbar--collapse {
|
26115
|
+
max-width: 112px;
|
26116
|
+
overflow: hidden;
|
26117
|
+
border-end-end-radius: 24px;
|
26118
|
+
}
|
26119
|
+
.v-toolbar--collapse .v-toolbar-title {
|
26120
|
+
display: none;
|
26065
26121
|
}
|
26066
|
-
.v-
|
26067
|
-
|
26122
|
+
.v-toolbar--flat {
|
26123
|
+
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));
|
26068
26124
|
}
|
26069
|
-
.v-
|
26070
|
-
|
26125
|
+
.v-toolbar--floating {
|
26126
|
+
display: inline-flex;
|
26071
26127
|
}
|
26072
|
-
.v-
|
26073
|
-
|
26128
|
+
.v-toolbar--rounded {
|
26129
|
+
border-radius: 4px;
|
26074
26130
|
}
|
26075
26131
|
|
26076
|
-
.v-
|
26077
|
-
|
26132
|
+
.v-toolbar__content,
|
26133
|
+
.v-toolbar__extension {
|
26134
|
+
align-items: center;
|
26135
|
+
display: flex;
|
26136
|
+
flex: 0 0 auto;
|
26137
|
+
position: relative;
|
26138
|
+
transition: inherit;
|
26139
|
+
width: 100%;
|
26078
26140
|
}
|
26079
|
-
|
26080
|
-
|
26141
|
+
|
26142
|
+
.v-toolbar__content {
|
26143
|
+
overflow: hidden;
|
26081
26144
|
}
|
26082
|
-
.v-
|
26083
|
-
|
26145
|
+
.v-toolbar__content > .v-btn:first-child {
|
26146
|
+
margin-inline-start: 4px;
|
26084
26147
|
}
|
26085
|
-
.v-
|
26086
|
-
|
26148
|
+
.v-toolbar__content > .v-btn:last-child {
|
26149
|
+
margin-inline-end: 4px;
|
26150
|
+
}
|
26151
|
+
.v-toolbar__content > .v-toolbar-title {
|
26152
|
+
margin-inline-start: 20px;
|
26153
|
+
}
|
26154
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
26155
|
+
align-items: flex-start;
|
26087
26156
|
}
|
26088
26157
|
|
26089
|
-
.v-
|
26090
|
-
|
26158
|
+
.v-toolbar__image {
|
26159
|
+
position: absolute;
|
26160
|
+
top: 0;
|
26161
|
+
left: 0;
|
26162
|
+
width: 100%;
|
26163
|
+
height: 100%;
|
26164
|
+
display: flex;
|
26165
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
26166
|
+
transition-property: opacity;
|
26091
26167
|
}
|
26092
|
-
|
26093
|
-
|
26168
|
+
|
26169
|
+
.v-toolbar__prepend,
|
26170
|
+
.v-toolbar__append {
|
26171
|
+
align-items: center;
|
26172
|
+
align-self: stretch;
|
26173
|
+
display: flex;
|
26094
26174
|
}
|
26095
|
-
|
26096
|
-
|
26175
|
+
|
26176
|
+
.v-toolbar__prepend {
|
26177
|
+
margin-inline: 4px auto;
|
26097
26178
|
}
|
26098
26179
|
|
26099
|
-
.v-
|
26100
|
-
|
26180
|
+
.v-toolbar__append {
|
26181
|
+
margin-inline: auto 4px;
|
26101
26182
|
}
|
26102
26183
|
|
26103
|
-
.v-
|
26104
|
-
|
26184
|
+
.v-toolbar-title {
|
26185
|
+
flex: 1 1;
|
26186
|
+
font-size: 1.25rem;
|
26187
|
+
min-width: 0;
|
26188
|
+
font-size: 1.25rem;
|
26189
|
+
font-weight: 400;
|
26190
|
+
letter-spacing: 0;
|
26191
|
+
line-height: 1.75rem;
|
26192
|
+
text-transform: none;
|
26105
26193
|
}
|
26106
|
-
.v-
|
26107
|
-
|
26194
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26195
|
+
align-self: flex-end;
|
26196
|
+
padding-bottom: 6px;
|
26197
|
+
font-size: 1.5rem;
|
26198
|
+
font-weight: 400;
|
26199
|
+
letter-spacing: 0;
|
26200
|
+
line-height: 2.25rem;
|
26201
|
+
text-transform: none;
|
26108
26202
|
}
|
26109
|
-
|
26110
|
-
|
26203
|
+
|
26204
|
+
.v-toolbar-title__placeholder {
|
26205
|
+
overflow: hidden;
|
26206
|
+
text-overflow: ellipsis;
|
26207
|
+
white-space: nowrap;
|
26111
26208
|
}
|
26112
26209
|
|
26113
|
-
.v-
|
26114
|
-
|
26210
|
+
.v-toolbar-items {
|
26211
|
+
display: flex;
|
26212
|
+
height: inherit;
|
26213
|
+
align-self: stretch;
|
26214
|
+
}
|
26215
|
+
.v-toolbar-items > .v-btn {
|
26216
|
+
border-radius: 0;
|
26115
26217
|
}.v-virtual-scroll {
|
26116
26218
|
display: block;
|
26117
26219
|
flex: 1 1 auto;
|
@@ -26191,108 +26293,6 @@ html.v-overlay-scroll-blocked {
|
|
26191
26293
|
}
|
26192
26294
|
.v-window-y-reverse-transition-leave-to {
|
26193
26295
|
transform: translateY(100%);
|
26194
|
-
}.v-navigation-drawer {
|
26195
|
-
-webkit-overflow-scrolling: touch;
|
26196
|
-
background: rgb(var(--v-theme-surface));
|
26197
|
-
display: flex;
|
26198
|
-
flex-direction: column;
|
26199
|
-
height: 100%;
|
26200
|
-
max-width: 100%;
|
26201
|
-
pointer-events: auto;
|
26202
|
-
transition-duration: 0.2s;
|
26203
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
26204
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
26205
|
-
position: absolute;
|
26206
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26207
|
-
border-style: solid;
|
26208
|
-
border-width: 0;
|
26209
|
-
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));
|
26210
|
-
background: rgb(var(--v-theme-surface));
|
26211
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
26212
|
-
}
|
26213
|
-
.v-navigation-drawer--border {
|
26214
|
-
border-width: thin;
|
26215
|
-
box-shadow: none;
|
26216
|
-
}
|
26217
|
-
.v-navigation-drawer--rounded {
|
26218
|
-
border-radius: 4px;
|
26219
|
-
}
|
26220
|
-
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
26221
|
-
max-height: -webkit-fill-available;
|
26222
|
-
overflow-y: auto;
|
26223
|
-
}
|
26224
|
-
.v-navigation-drawer--top {
|
26225
|
-
top: 0;
|
26226
|
-
border-bottom-width: thin;
|
26227
|
-
}
|
26228
|
-
.v-navigation-drawer--bottom {
|
26229
|
-
left: 0;
|
26230
|
-
border-top-width: thin;
|
26231
|
-
}
|
26232
|
-
.v-navigation-drawer--left {
|
26233
|
-
top: 0;
|
26234
|
-
left: 0;
|
26235
|
-
right: auto;
|
26236
|
-
border-right-width: thin;
|
26237
|
-
}
|
26238
|
-
.v-navigation-drawer--right {
|
26239
|
-
top: 0;
|
26240
|
-
left: auto;
|
26241
|
-
right: 0;
|
26242
|
-
border-left-width: thin;
|
26243
|
-
}
|
26244
|
-
.v-navigation-drawer--floating {
|
26245
|
-
border: none;
|
26246
|
-
}
|
26247
|
-
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
26248
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26249
|
-
}
|
26250
|
-
.v-navigation-drawer--sticky {
|
26251
|
-
height: auto;
|
26252
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
26253
|
-
}
|
26254
|
-
.v-navigation-drawer .v-list {
|
26255
|
-
overflow: hidden;
|
26256
|
-
}
|
26257
|
-
|
26258
|
-
.v-navigation-drawer__content {
|
26259
|
-
flex: 0 1 auto;
|
26260
|
-
height: 100%;
|
26261
|
-
max-width: 100%;
|
26262
|
-
overflow-x: hidden;
|
26263
|
-
overflow-y: auto;
|
26264
|
-
}
|
26265
|
-
|
26266
|
-
.v-navigation-drawer__img {
|
26267
|
-
height: 100%;
|
26268
|
-
left: 0;
|
26269
|
-
position: absolute;
|
26270
|
-
top: 0;
|
26271
|
-
width: 100%;
|
26272
|
-
z-index: -1;
|
26273
|
-
}
|
26274
|
-
.v-navigation-drawer__img img:not(.v-img__img) {
|
26275
|
-
height: inherit;
|
26276
|
-
object-fit: cover;
|
26277
|
-
width: inherit;
|
26278
|
-
}
|
26279
|
-
|
26280
|
-
.v-navigation-drawer__scrim {
|
26281
|
-
position: absolute;
|
26282
|
-
top: 0;
|
26283
|
-
left: 0;
|
26284
|
-
width: 100%;
|
26285
|
-
height: 100%;
|
26286
|
-
background: black;
|
26287
|
-
opacity: 0.2;
|
26288
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26289
|
-
z-index: 1;
|
26290
|
-
}
|
26291
|
-
|
26292
|
-
.v-navigation-drawer__prepend,
|
26293
|
-
.v-navigation-drawer__append {
|
26294
|
-
flex: none;
|
26295
|
-
overflow: hidden;
|
26296
26296
|
}.v-color-picker-edit {
|
26297
26297
|
display: flex;
|
26298
26298
|
margin-top: 24px;
|
@@ -26321,6 +26321,28 @@ html.v-overlay-scroll-blocked {
|
|
26321
26321
|
}
|
26322
26322
|
.v-color-picker-edit__input span {
|
26323
26323
|
font-size: 0.75rem;
|
26324
|
+
}.v-color-picker-canvas {
|
26325
|
+
display: flex;
|
26326
|
+
position: relative;
|
26327
|
+
overflow: hidden;
|
26328
|
+
contain: content;
|
26329
|
+
touch-action: none;
|
26330
|
+
}
|
26331
|
+
.v-color-picker-canvas__dot {
|
26332
|
+
position: absolute;
|
26333
|
+
top: 0;
|
26334
|
+
left: 0;
|
26335
|
+
width: 15px;
|
26336
|
+
height: 15px;
|
26337
|
+
background: transparent;
|
26338
|
+
border-radius: 50%;
|
26339
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26340
|
+
}
|
26341
|
+
.v-color-picker-canvas__dot--disabled {
|
26342
|
+
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);
|
26343
|
+
}
|
26344
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26345
|
+
will-change: transform;
|
26324
26346
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26325
26347
|
background-color: transparent !important;
|
26326
26348
|
}
|
@@ -26426,28 +26448,6 @@ html.v-overlay-scroll-blocked {
|
|
26426
26448
|
justify-content: center;
|
26427
26449
|
width: 100%;
|
26428
26450
|
height: 100%;
|
26429
|
-
}.v-color-picker-canvas {
|
26430
|
-
display: flex;
|
26431
|
-
position: relative;
|
26432
|
-
overflow: hidden;
|
26433
|
-
contain: content;
|
26434
|
-
touch-action: none;
|
26435
|
-
}
|
26436
|
-
.v-color-picker-canvas__dot {
|
26437
|
-
position: absolute;
|
26438
|
-
top: 0;
|
26439
|
-
left: 0;
|
26440
|
-
width: 15px;
|
26441
|
-
height: 15px;
|
26442
|
-
background: transparent;
|
26443
|
-
border-radius: 50%;
|
26444
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26445
|
-
}
|
26446
|
-
.v-color-picker-canvas__dot--disabled {
|
26447
|
-
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);
|
26448
|
-
}
|
26449
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26450
|
-
will-change: transform;
|
26451
26451
|
}.v-slider-thumb {
|
26452
26452
|
touch-action: none;
|
26453
26453
|
color: rgb(var(--v-theme-surface-variant));
|