@vuetify/nightly 3.6.9-master.2024-06-12 → 3.6.9-master.2024-06-18
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 +10 -2
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +1977 -1977
- package/dist/vuetify-labs.esm.js +40 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1020 -1020
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +40 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.9-master.2024-06-
|
2
|
+
* Vuetify v3.6.9-master.2024-06-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17456,76 +17456,6 @@ html.overflow-y-hidden {
|
|
17456
17456
|
font-weight: normal;
|
17457
17457
|
padding: 0.2em 0.4rem;
|
17458
17458
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17459
|
-
}.v-calendar-day {
|
17460
|
-
position: relative;
|
17461
|
-
display: flex;
|
17462
|
-
flex-direction: column;
|
17463
|
-
}
|
17464
|
-
|
17465
|
-
.v-calendar-weekly .v-calendar__container {
|
17466
|
-
display: grid;
|
17467
|
-
}
|
17468
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
17469
|
-
grid-template-columns: repeat(7, 1fr);
|
17470
|
-
}
|
17471
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
17472
|
-
grid-template-columns: repeat(6, 1fr);
|
17473
|
-
}
|
17474
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
17475
|
-
grid-template-columns: repeat(5, 1fr);
|
17476
|
-
}
|
17477
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
17478
|
-
grid-template-columns: repeat(4, 1fr);
|
17479
|
-
}
|
17480
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
17481
|
-
grid-template-columns: repeat(3, 1fr);
|
17482
|
-
}
|
17483
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
17484
|
-
grid-template-columns: repeat(2, 1fr);
|
17485
|
-
}
|
17486
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
17487
|
-
grid-template-columns: repeat(1, 1fr);
|
17488
|
-
}
|
17489
|
-
.v-calendar-weekly .v-calendar__container.days__0 {
|
17490
|
-
grid-template-columns: repeat(1, 1fr);
|
17491
|
-
}.v-number-input input[type=number] {
|
17492
|
-
-moz-appearance: textfield;
|
17493
|
-
}
|
17494
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17495
|
-
-webkit-appearance: none;
|
17496
|
-
}
|
17497
|
-
.v-number-input .v-field {
|
17498
|
-
padding-inline-end: 0;
|
17499
|
-
padding-inline-start: 0;
|
17500
|
-
}
|
17501
|
-
.v-number-input--inset .v-divider {
|
17502
|
-
height: 55%;
|
17503
|
-
width: 55%;
|
17504
|
-
align-self: center;
|
17505
|
-
}
|
17506
|
-
.v-number-input--split .v-field__input {
|
17507
|
-
text-align: center;
|
17508
|
-
}
|
17509
|
-
.v-number-input--stacked .v-number-input__control {
|
17510
|
-
flex-direction: column-reverse;
|
17511
|
-
}
|
17512
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
17513
|
-
flex: 1;
|
17514
|
-
}
|
17515
|
-
.v-number-input--hide-input .v-field {
|
17516
|
-
flex: none;
|
17517
|
-
}
|
17518
|
-
.v-number-input--hide-input .v-field__input {
|
17519
|
-
width: 0;
|
17520
|
-
padding-inline: 0;
|
17521
|
-
}
|
17522
|
-
.v-number-input__control {
|
17523
|
-
display: flex;
|
17524
|
-
height: 100%;
|
17525
|
-
}
|
17526
|
-
.v-number-input__control .v-btn {
|
17527
|
-
background-color: transparent;
|
17528
|
-
border-radius: 0;
|
17529
17459
|
}.v-calendar {
|
17530
17460
|
background: rgb(var(--v-theme-background));
|
17531
17461
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17800,6 +17730,38 @@ html.overflow-y-hidden {
|
|
17800
17730
|
}
|
17801
17731
|
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17802
17732
|
border-bottom: none;
|
17733
|
+
}.v-calendar-day {
|
17734
|
+
position: relative;
|
17735
|
+
display: flex;
|
17736
|
+
flex-direction: column;
|
17737
|
+
}
|
17738
|
+
|
17739
|
+
.v-calendar-weekly .v-calendar__container {
|
17740
|
+
display: grid;
|
17741
|
+
}
|
17742
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
17743
|
+
grid-template-columns: repeat(7, 1fr);
|
17744
|
+
}
|
17745
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
17746
|
+
grid-template-columns: repeat(6, 1fr);
|
17747
|
+
}
|
17748
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
17749
|
+
grid-template-columns: repeat(5, 1fr);
|
17750
|
+
}
|
17751
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
17752
|
+
grid-template-columns: repeat(4, 1fr);
|
17753
|
+
}
|
17754
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
17755
|
+
grid-template-columns: repeat(3, 1fr);
|
17756
|
+
}
|
17757
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
17758
|
+
grid-template-columns: repeat(2, 1fr);
|
17759
|
+
}
|
17760
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
17761
|
+
grid-template-columns: repeat(1, 1fr);
|
17762
|
+
}
|
17763
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
17764
|
+
grid-template-columns: repeat(1, 1fr);
|
17803
17765
|
}.v-calendar-header {
|
17804
17766
|
align-items: center;
|
17805
17767
|
display: flex;
|
@@ -17813,6 +17775,44 @@ html.overflow-y-hidden {
|
|
17813
17775
|
.v-calendar-header__title {
|
17814
17776
|
font-size: 1.5rem;
|
17815
17777
|
margin-inline-start: 24px;
|
17778
|
+
}.v-number-input input[type=number] {
|
17779
|
+
-moz-appearance: textfield;
|
17780
|
+
}
|
17781
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17782
|
+
-webkit-appearance: none;
|
17783
|
+
}
|
17784
|
+
.v-number-input .v-field {
|
17785
|
+
padding-inline-end: 0;
|
17786
|
+
padding-inline-start: 0;
|
17787
|
+
}
|
17788
|
+
.v-number-input--inset .v-divider {
|
17789
|
+
height: 55%;
|
17790
|
+
width: 55%;
|
17791
|
+
align-self: center;
|
17792
|
+
}
|
17793
|
+
.v-number-input--split .v-field__input {
|
17794
|
+
text-align: center;
|
17795
|
+
}
|
17796
|
+
.v-number-input--stacked .v-number-input__control {
|
17797
|
+
flex-direction: column-reverse;
|
17798
|
+
}
|
17799
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17800
|
+
flex: 1;
|
17801
|
+
}
|
17802
|
+
.v-number-input--hide-input .v-field {
|
17803
|
+
flex: none;
|
17804
|
+
}
|
17805
|
+
.v-number-input--hide-input .v-field__input {
|
17806
|
+
width: 0;
|
17807
|
+
padding-inline: 0;
|
17808
|
+
}
|
17809
|
+
.v-number-input__control {
|
17810
|
+
display: flex;
|
17811
|
+
height: 100%;
|
17812
|
+
}
|
17813
|
+
.v-number-input__control .v-btn {
|
17814
|
+
background-color: transparent;
|
17815
|
+
border-radius: 0;
|
17816
17816
|
}.v-calendar-month__day {
|
17817
17817
|
position: relative;
|
17818
17818
|
display: flex;
|
@@ -17929,6 +17929,32 @@ html.overflow-y-hidden {
|
|
17929
17929
|
padding-bottom: 16px;
|
17930
17930
|
font-weight: 400;
|
17931
17931
|
letter-spacing: 0.1666666667em;
|
17932
|
+
}.v-pull-to-refresh {
|
17933
|
+
overflow: hidden;
|
17934
|
+
position: relative;
|
17935
|
+
}
|
17936
|
+
.v-pull-to-refresh__pull-down {
|
17937
|
+
position: absolute;
|
17938
|
+
width: 100%;
|
17939
|
+
transition: top 0.3s ease-out;
|
17940
|
+
}
|
17941
|
+
.v-pull-to-refresh__pull-down--touching {
|
17942
|
+
transition: none;
|
17943
|
+
}
|
17944
|
+
.v-pull-to-refresh__pull-down-default {
|
17945
|
+
display: flex;
|
17946
|
+
width: 100%;
|
17947
|
+
height: 100%;
|
17948
|
+
justify-content: center;
|
17949
|
+
align-items: flex-end;
|
17950
|
+
padding-bottom: 10px;
|
17951
|
+
}
|
17952
|
+
.v-pull-to-refresh__scroll-container {
|
17953
|
+
position: relative;
|
17954
|
+
transition: top 0.3s ease-out;
|
17955
|
+
}
|
17956
|
+
.v-pull-to-refresh__scroll-container--touching {
|
17957
|
+
transition: none;
|
17932
17958
|
}.v-stepper-vertical-item {
|
17933
17959
|
position: relative;
|
17934
17960
|
transition-duration: 0.2s;
|
@@ -17997,32 +18023,6 @@ html.overflow-y-hidden {
|
|
17997
18023
|
justify-content: flex-end;
|
17998
18024
|
padding: 24px 0 0;
|
17999
18025
|
flex-direction: row-reverse;
|
18000
|
-
}.v-pull-to-refresh {
|
18001
|
-
overflow: hidden;
|
18002
|
-
position: relative;
|
18003
|
-
}
|
18004
|
-
.v-pull-to-refresh__pull-down {
|
18005
|
-
position: absolute;
|
18006
|
-
width: 100%;
|
18007
|
-
transition: top 0.3s ease-out;
|
18008
|
-
}
|
18009
|
-
.v-pull-to-refresh__pull-down--touching {
|
18010
|
-
transition: none;
|
18011
|
-
}
|
18012
|
-
.v-pull-to-refresh__pull-down-default {
|
18013
|
-
display: flex;
|
18014
|
-
width: 100%;
|
18015
|
-
height: 100%;
|
18016
|
-
justify-content: center;
|
18017
|
-
align-items: flex-end;
|
18018
|
-
padding-bottom: 10px;
|
18019
|
-
}
|
18020
|
-
.v-pull-to-refresh__scroll-container {
|
18021
|
-
position: relative;
|
18022
|
-
transition: top 0.3s ease-out;
|
18023
|
-
}
|
18024
|
-
.v-pull-to-refresh__scroll-container--touching {
|
18025
|
-
transition: none;
|
18026
18026
|
}.v-time-picker.v-picker {
|
18027
18027
|
padding: 24px;
|
18028
18028
|
width: 328px;
|
@@ -18280,55 +18280,136 @@ html.overflow-y-hidden {
|
|
18280
18280
|
}
|
18281
18281
|
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18282
18282
|
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18283
|
-
}.v-
|
18284
|
-
|
18285
|
-
|
18286
|
-
|
18283
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18284
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18285
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18286
|
+
cursor: text;
|
18287
18287
|
}
|
18288
|
-
|
18289
|
-
|
18290
|
-
-webkit-backface-visibility: hidden;
|
18291
|
-
backface-visibility: hidden;
|
18292
|
-
display: flex;
|
18293
|
-
flex-direction: column;
|
18294
|
-
flex: 1 1 auto;
|
18295
|
-
max-width: 100%;
|
18296
|
-
min-height: 100vh;
|
18297
|
-
min-height: 100dvh;
|
18298
|
-
position: relative;
|
18299
|
-
}.v-app-bar {
|
18300
|
-
display: flex;
|
18288
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18289
|
+
flex: 1 1;
|
18301
18290
|
}
|
18302
|
-
.v-
|
18303
|
-
|
18304
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18291
|
+
.v-autocomplete .v-field input {
|
18292
|
+
min-width: 64px;
|
18305
18293
|
}
|
18306
|
-
.v-
|
18307
|
-
|
18294
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18295
|
+
min-width: 0;
|
18308
18296
|
}
|
18309
|
-
.v-
|
18310
|
-
|
18311
|
-
}.v-alert {
|
18312
|
-
display: grid;
|
18313
|
-
flex: 1 1;
|
18314
|
-
grid-template-areas: "prepend content append close" ". content . .";
|
18315
|
-
grid-template-columns: max-content auto max-content max-content;
|
18316
|
-
position: relative;
|
18317
|
-
padding: 16px;
|
18318
|
-
overflow: hidden;
|
18319
|
-
--v-border-color: currentColor;
|
18320
|
-
border-radius: 4px;
|
18297
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18298
|
+
margin-inline-end: 2px;
|
18321
18299
|
}
|
18322
|
-
.v-
|
18323
|
-
|
18300
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18301
|
+
overflow: hidden;
|
18302
|
+
text-overflow: ellipsis;
|
18303
|
+
white-space: nowrap;
|
18324
18304
|
}
|
18325
|
-
|
18326
|
-
|
18305
|
+
|
18306
|
+
.v-autocomplete__content {
|
18307
|
+
overflow: hidden;
|
18308
|
+
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));
|
18309
|
+
border-radius: 4px;
|
18327
18310
|
}
|
18328
|
-
.v-
|
18329
|
-
|
18311
|
+
.v-autocomplete__mask {
|
18312
|
+
background: rgb(var(--v-theme-surface-light));
|
18330
18313
|
}
|
18331
|
-
.v-
|
18314
|
+
.v-autocomplete__selection {
|
18315
|
+
display: inline-flex;
|
18316
|
+
align-items: center;
|
18317
|
+
height: 1.5rem;
|
18318
|
+
letter-spacing: inherit;
|
18319
|
+
line-height: inherit;
|
18320
|
+
max-width: calc(100% - 2px - 2px);
|
18321
|
+
}
|
18322
|
+
.v-autocomplete__selection:first-child {
|
18323
|
+
margin-inline-start: 0;
|
18324
|
+
}
|
18325
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18326
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18327
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18328
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18329
|
+
top: 0px;
|
18330
|
+
}
|
18331
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18332
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18333
|
+
}
|
18334
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18335
|
+
opacity: 1;
|
18336
|
+
}
|
18337
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18338
|
+
caret-color: transparent;
|
18339
|
+
}
|
18340
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18341
|
+
flex: 1 1;
|
18342
|
+
position: absolute;
|
18343
|
+
left: 0;
|
18344
|
+
right: 0;
|
18345
|
+
width: 100%;
|
18346
|
+
padding-inline: inherit;
|
18347
|
+
}
|
18348
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18349
|
+
transition: none;
|
18350
|
+
}
|
18351
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18352
|
+
opacity: 0;
|
18353
|
+
}
|
18354
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18355
|
+
opacity: 0;
|
18356
|
+
}
|
18357
|
+
.v-autocomplete__menu-icon {
|
18358
|
+
margin-inline-start: 4px;
|
18359
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18360
|
+
}
|
18361
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18362
|
+
opacity: var(--v-high-emphasis-opacity);
|
18363
|
+
transform: rotate(180deg);
|
18364
|
+
}.v-app-bar {
|
18365
|
+
display: flex;
|
18366
|
+
}
|
18367
|
+
.v-app-bar.v-toolbar {
|
18368
|
+
background: rgb(var(--v-theme-surface));
|
18369
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18370
|
+
}
|
18371
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18372
|
+
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));
|
18373
|
+
}
|
18374
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18375
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18376
|
+
}.v-application {
|
18377
|
+
display: flex;
|
18378
|
+
background: rgb(var(--v-theme-background));
|
18379
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18380
|
+
}
|
18381
|
+
|
18382
|
+
.v-application__wrap {
|
18383
|
+
-webkit-backface-visibility: hidden;
|
18384
|
+
backface-visibility: hidden;
|
18385
|
+
display: flex;
|
18386
|
+
flex-direction: column;
|
18387
|
+
flex: 1 1 auto;
|
18388
|
+
max-width: 100%;
|
18389
|
+
min-height: 100vh;
|
18390
|
+
min-height: 100dvh;
|
18391
|
+
position: relative;
|
18392
|
+
}.v-alert {
|
18393
|
+
display: grid;
|
18394
|
+
flex: 1 1;
|
18395
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
18396
|
+
grid-template-columns: max-content auto max-content max-content;
|
18397
|
+
position: relative;
|
18398
|
+
padding: 16px;
|
18399
|
+
overflow: hidden;
|
18400
|
+
--v-border-color: currentColor;
|
18401
|
+
border-radius: 4px;
|
18402
|
+
}
|
18403
|
+
.v-alert--absolute {
|
18404
|
+
position: absolute;
|
18405
|
+
}
|
18406
|
+
.v-alert--fixed {
|
18407
|
+
position: fixed;
|
18408
|
+
}
|
18409
|
+
.v-alert--sticky {
|
18410
|
+
position: sticky;
|
18411
|
+
}
|
18412
|
+
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
18332
18413
|
background: transparent;
|
18333
18414
|
color: inherit;
|
18334
18415
|
}
|
@@ -18615,87 +18696,61 @@ html.overflow-y-hidden {
|
|
18615
18696
|
.v-avatar .v-img {
|
18616
18697
|
height: 100%;
|
18617
18698
|
width: 100%;
|
18618
|
-
}.v-
|
18619
|
-
|
18620
|
-
|
18621
|
-
cursor: text;
|
18622
|
-
}
|
18623
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18624
|
-
flex: 1 1;
|
18625
|
-
}
|
18626
|
-
.v-autocomplete .v-field input {
|
18627
|
-
min-width: 64px;
|
18628
|
-
}
|
18629
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18630
|
-
min-width: 0;
|
18631
|
-
}
|
18632
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18633
|
-
margin-inline-end: 2px;
|
18634
|
-
}
|
18635
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18636
|
-
overflow: hidden;
|
18637
|
-
text-overflow: ellipsis;
|
18638
|
-
white-space: nowrap;
|
18639
|
-
}
|
18640
|
-
|
18641
|
-
.v-autocomplete__content {
|
18699
|
+
}.v-bottom-navigation {
|
18700
|
+
display: flex;
|
18701
|
+
max-width: 100%;
|
18642
18702
|
overflow: hidden;
|
18643
|
-
|
18644
|
-
|
18645
|
-
|
18646
|
-
|
18647
|
-
|
18648
|
-
|
18649
|
-
|
18650
|
-
|
18651
|
-
align-items: center;
|
18652
|
-
height: 1.5rem;
|
18653
|
-
letter-spacing: inherit;
|
18654
|
-
line-height: inherit;
|
18655
|
-
max-width: calc(100% - 2px - 2px);
|
18656
|
-
}
|
18657
|
-
.v-autocomplete__selection:first-child {
|
18658
|
-
margin-inline-start: 0;
|
18703
|
+
position: absolute;
|
18704
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18705
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18706
|
+
border-style: solid;
|
18707
|
+
border-width: 0;
|
18708
|
+
border-radius: 0;
|
18709
|
+
background: rgb(var(--v-theme-surface));
|
18710
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18659
18711
|
}
|
18660
|
-
.v-
|
18661
|
-
|
18662
|
-
|
18663
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18664
|
-
top: 0px;
|
18712
|
+
.v-bottom-navigation--border {
|
18713
|
+
border-width: thin;
|
18714
|
+
box-shadow: none;
|
18665
18715
|
}
|
18666
|
-
.v-
|
18667
|
-
|
18716
|
+
.v-bottom-navigation--active {
|
18717
|
+
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));
|
18668
18718
|
}
|
18669
|
-
|
18670
|
-
|
18719
|
+
|
18720
|
+
.v-bottom-navigation__content {
|
18721
|
+
display: flex;
|
18722
|
+
flex: none;
|
18723
|
+
font-size: 0.75rem;
|
18724
|
+
justify-content: center;
|
18725
|
+
transition: inherit;
|
18726
|
+
width: 100%;
|
18671
18727
|
}
|
18672
|
-
.v-
|
18673
|
-
|
18728
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18729
|
+
font-size: inherit;
|
18730
|
+
height: 100%;
|
18731
|
+
max-width: 168px;
|
18732
|
+
min-width: 80px;
|
18733
|
+
text-transform: none;
|
18734
|
+
transition: inherit;
|
18735
|
+
width: auto;
|
18736
|
+
border-radius: 0;
|
18674
18737
|
}
|
18675
|
-
.v-
|
18676
|
-
|
18677
|
-
|
18678
|
-
left: 0;
|
18679
|
-
right: 0;
|
18680
|
-
width: 100%;
|
18681
|
-
padding-inline: inherit;
|
18738
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18739
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18740
|
+
transition: inherit;
|
18682
18741
|
}
|
18683
|
-
.v-
|
18684
|
-
|
18742
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18743
|
+
font-size: 1.5rem;
|
18685
18744
|
}
|
18686
|
-
.v-
|
18687
|
-
|
18745
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18746
|
+
flex-grow: 1;
|
18688
18747
|
}
|
18689
|
-
.v-
|
18748
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18749
|
+
transition: inherit;
|
18690
18750
|
opacity: 0;
|
18691
18751
|
}
|
18692
|
-
.v-
|
18693
|
-
|
18694
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18695
|
-
}
|
18696
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18697
|
-
opacity: var(--v-high-emphasis-opacity);
|
18698
|
-
transform: rotate(180deg);
|
18752
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18753
|
+
transform: translateY(0.5rem);
|
18699
18754
|
}.v-badge {
|
18700
18755
|
display: inline-block;
|
18701
18756
|
line-height: 1;
|
@@ -18767,124 +18822,37 @@ html.overflow-y-hidden {
|
|
18767
18822
|
display: inline-flex;
|
18768
18823
|
justify-content: center;
|
18769
18824
|
margin: 0 4px;
|
18770
|
-
}.v-
|
18771
|
-
display:
|
18772
|
-
|
18825
|
+
}.v-banner {
|
18826
|
+
display: grid;
|
18827
|
+
flex: 1 1;
|
18828
|
+
font-size: 0.875rem;
|
18829
|
+
grid-template-areas: "prepend content actions";
|
18830
|
+
grid-template-columns: max-content auto max-content;
|
18831
|
+
grid-template-rows: max-content max-content;
|
18832
|
+
line-height: 1.6;
|
18773
18833
|
overflow: hidden;
|
18774
|
-
|
18775
|
-
|
18834
|
+
padding-inline: 16px 8px;
|
18835
|
+
padding-top: 16px;
|
18836
|
+
padding-bottom: 16px;
|
18837
|
+
position: relative;
|
18838
|
+
width: 100%;
|
18776
18839
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18777
18840
|
border-style: solid;
|
18778
|
-
border-width: 0;
|
18841
|
+
border-width: 0 0 thin 0;
|
18842
|
+
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));
|
18779
18843
|
border-radius: 0;
|
18780
18844
|
background: rgb(var(--v-theme-surface));
|
18781
18845
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18782
18846
|
}
|
18783
|
-
.v-
|
18847
|
+
.v-banner--border {
|
18784
18848
|
border-width: thin;
|
18785
18849
|
box-shadow: none;
|
18786
18850
|
}
|
18787
|
-
.v-
|
18788
|
-
|
18851
|
+
.v-banner--absolute {
|
18852
|
+
position: absolute;
|
18789
18853
|
}
|
18790
|
-
|
18791
|
-
|
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
|
-
}.bottom-sheet-transition-enter-from {
|
18826
|
-
transform: translateY(100%);
|
18827
|
-
}
|
18828
|
-
.bottom-sheet-transition-leave-to {
|
18829
|
-
transform: translateY(100%);
|
18830
|
-
}
|
18831
|
-
|
18832
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18833
|
-
align-self: flex-end;
|
18834
|
-
border-radius: 0;
|
18835
|
-
flex: 0 1 auto;
|
18836
|
-
left: 0;
|
18837
|
-
right: 0;
|
18838
|
-
margin-inline: 0;
|
18839
|
-
margin-bottom: 0;
|
18840
|
-
transition-duration: 0.2s;
|
18841
|
-
width: 100%;
|
18842
|
-
max-width: 100%;
|
18843
|
-
overflow: visible;
|
18844
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18845
|
-
}
|
18846
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18847
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18848
|
-
border-radius: 0;
|
18849
|
-
}
|
18850
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18851
|
-
max-width: none;
|
18852
|
-
}
|
18853
|
-
@media (min-width: 600px) {
|
18854
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18855
|
-
max-width: 70%;
|
18856
|
-
}
|
18857
|
-
}.v-banner {
|
18858
|
-
display: grid;
|
18859
|
-
flex: 1 1;
|
18860
|
-
font-size: 0.875rem;
|
18861
|
-
grid-template-areas: "prepend content actions";
|
18862
|
-
grid-template-columns: max-content auto max-content;
|
18863
|
-
grid-template-rows: max-content max-content;
|
18864
|
-
line-height: 1.6;
|
18865
|
-
overflow: hidden;
|
18866
|
-
padding-inline: 16px 8px;
|
18867
|
-
padding-top: 16px;
|
18868
|
-
padding-bottom: 16px;
|
18869
|
-
position: relative;
|
18870
|
-
width: 100%;
|
18871
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18872
|
-
border-style: solid;
|
18873
|
-
border-width: 0 0 thin 0;
|
18874
|
-
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));
|
18875
|
-
border-radius: 0;
|
18876
|
-
background: rgb(var(--v-theme-surface));
|
18877
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18878
|
-
}
|
18879
|
-
.v-banner--border {
|
18880
|
-
border-width: thin;
|
18881
|
-
box-shadow: none;
|
18882
|
-
}
|
18883
|
-
.v-banner--absolute {
|
18884
|
-
position: absolute;
|
18885
|
-
}
|
18886
|
-
.v-banner--fixed {
|
18887
|
-
position: fixed;
|
18854
|
+
.v-banner--fixed {
|
18855
|
+
position: fixed;
|
18888
18856
|
}
|
18889
18857
|
.v-banner--sticky {
|
18890
18858
|
position: sticky;
|
@@ -19012,6 +18980,164 @@ html.overflow-y-hidden {
|
|
19012
18980
|
}
|
19013
18981
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
19014
18982
|
align-self: flex-start;
|
18983
|
+
}.v-breadcrumbs {
|
18984
|
+
display: flex;
|
18985
|
+
align-items: center;
|
18986
|
+
line-height: 1.6;
|
18987
|
+
padding: 16px 12px;
|
18988
|
+
}
|
18989
|
+
.v-breadcrumbs--rounded {
|
18990
|
+
border-radius: 4px;
|
18991
|
+
}
|
18992
|
+
.v-breadcrumbs--density-default {
|
18993
|
+
padding-top: 16px;
|
18994
|
+
padding-bottom: 16px;
|
18995
|
+
}
|
18996
|
+
|
18997
|
+
.v-breadcrumbs--density-comfortable {
|
18998
|
+
padding-top: 12px;
|
18999
|
+
padding-bottom: 12px;
|
19000
|
+
}
|
19001
|
+
|
19002
|
+
.v-breadcrumbs--density-compact {
|
19003
|
+
padding-top: 8px;
|
19004
|
+
padding-bottom: 8px;
|
19005
|
+
}
|
19006
|
+
|
19007
|
+
.v-breadcrumbs__prepend {
|
19008
|
+
align-items: center;
|
19009
|
+
display: inline-flex;
|
19010
|
+
}
|
19011
|
+
|
19012
|
+
.v-breadcrumbs-item {
|
19013
|
+
align-items: center;
|
19014
|
+
color: inherit;
|
19015
|
+
display: inline-flex;
|
19016
|
+
padding: 0 4px;
|
19017
|
+
text-decoration: none;
|
19018
|
+
vertical-align: middle;
|
19019
|
+
}
|
19020
|
+
.v-breadcrumbs-item--disabled {
|
19021
|
+
opacity: var(--v-disabled-opacity);
|
19022
|
+
pointer-events: none;
|
19023
|
+
}
|
19024
|
+
.v-breadcrumbs-item--link {
|
19025
|
+
color: inherit;
|
19026
|
+
text-decoration: none;
|
19027
|
+
}
|
19028
|
+
.v-breadcrumbs-item--link:hover {
|
19029
|
+
text-decoration: underline;
|
19030
|
+
}
|
19031
|
+
.v-breadcrumbs-item .v-icon {
|
19032
|
+
font-size: 1rem;
|
19033
|
+
margin-inline: -4px 2px;
|
19034
|
+
}
|
19035
|
+
|
19036
|
+
.v-breadcrumbs-divider {
|
19037
|
+
display: inline-block;
|
19038
|
+
padding: 0 8px;
|
19039
|
+
vertical-align: middle;
|
19040
|
+
}.v-btn-group {
|
19041
|
+
display: inline-flex;
|
19042
|
+
flex-wrap: nowrap;
|
19043
|
+
max-width: 100%;
|
19044
|
+
min-width: 0;
|
19045
|
+
overflow: hidden;
|
19046
|
+
vertical-align: middle;
|
19047
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19048
|
+
border-style: solid;
|
19049
|
+
border-width: 0;
|
19050
|
+
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));
|
19051
|
+
border-radius: 4px;
|
19052
|
+
background: transparent;
|
19053
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19054
|
+
}
|
19055
|
+
.v-btn-group--border {
|
19056
|
+
border-width: thin;
|
19057
|
+
box-shadow: none;
|
19058
|
+
}
|
19059
|
+
.v-btn-group--density-default.v-btn-group {
|
19060
|
+
height: 48px;
|
19061
|
+
}
|
19062
|
+
|
19063
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19064
|
+
height: 40px;
|
19065
|
+
}
|
19066
|
+
|
19067
|
+
.v-btn-group--density-compact.v-btn-group {
|
19068
|
+
height: 36px;
|
19069
|
+
}
|
19070
|
+
|
19071
|
+
.v-btn-group .v-btn {
|
19072
|
+
border-radius: 0;
|
19073
|
+
border-color: inherit;
|
19074
|
+
}
|
19075
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19076
|
+
border-inline-end: none;
|
19077
|
+
}
|
19078
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19079
|
+
border-inline-start: none;
|
19080
|
+
}
|
19081
|
+
.v-btn-group .v-btn:first-child {
|
19082
|
+
border-start-start-radius: inherit;
|
19083
|
+
border-end-start-radius: inherit;
|
19084
|
+
}
|
19085
|
+
.v-btn-group .v-btn:last-child {
|
19086
|
+
border-start-end-radius: inherit;
|
19087
|
+
border-end-end-radius: inherit;
|
19088
|
+
}
|
19089
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19090
|
+
border-inline-end-width: thin;
|
19091
|
+
border-inline-end-style: solid;
|
19092
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19093
|
+
}
|
19094
|
+
.v-btn-group--tile {
|
19095
|
+
border-radius: 0;
|
19096
|
+
}.bottom-sheet-transition-enter-from {
|
19097
|
+
transform: translateY(100%);
|
19098
|
+
}
|
19099
|
+
.bottom-sheet-transition-leave-to {
|
19100
|
+
transform: translateY(100%);
|
19101
|
+
}
|
19102
|
+
|
19103
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19104
|
+
align-self: flex-end;
|
19105
|
+
border-radius: 0;
|
19106
|
+
flex: 0 1 auto;
|
19107
|
+
left: 0;
|
19108
|
+
right: 0;
|
19109
|
+
margin-inline: 0;
|
19110
|
+
margin-bottom: 0;
|
19111
|
+
transition-duration: 0.2s;
|
19112
|
+
width: 100%;
|
19113
|
+
max-width: 100%;
|
19114
|
+
overflow: visible;
|
19115
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19116
|
+
}
|
19117
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19118
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19119
|
+
border-radius: 0;
|
19120
|
+
}
|
19121
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19122
|
+
max-width: none;
|
19123
|
+
}
|
19124
|
+
@media (min-width: 600px) {
|
19125
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19126
|
+
max-width: 70%;
|
19127
|
+
}
|
19128
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19129
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19130
|
+
}
|
19131
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19132
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19133
|
+
}
|
19134
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19135
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19136
|
+
}
|
19137
|
+
@supports not selector(:focus-visible) {
|
19138
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19139
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19140
|
+
}
|
19015
19141
|
}.v-btn {
|
19016
19142
|
align-items: center;
|
19017
19143
|
border-radius: 4px;
|
@@ -19430,191 +19556,10 @@ html.overflow-y-hidden {
|
|
19430
19556
|
}
|
19431
19557
|
.v-pagination__item--is-active .v-btn__overlay {
|
19432
19558
|
opacity: var(--v-border-opacity);
|
19433
|
-
}.v-
|
19559
|
+
}.v-card {
|
19560
|
+
display: block;
|
19434
19561
|
overflow: hidden;
|
19435
|
-
|
19436
|
-
width: 100%;
|
19437
|
-
}
|
19438
|
-
.v-carousel__controls {
|
19439
|
-
align-items: center;
|
19440
|
-
bottom: 0;
|
19441
|
-
display: flex;
|
19442
|
-
height: 50px;
|
19443
|
-
justify-content: center;
|
19444
|
-
list-style-type: none;
|
19445
|
-
position: absolute;
|
19446
|
-
width: 100%;
|
19447
|
-
z-index: 1;
|
19448
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19449
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19450
|
-
}
|
19451
|
-
.v-carousel__controls > .v-item-group {
|
19452
|
-
flex: 0 1 auto;
|
19453
|
-
}
|
19454
|
-
.v-carousel__controls__item {
|
19455
|
-
margin: 0 8px;
|
19456
|
-
}
|
19457
|
-
.v-carousel__controls__item .v-icon {
|
19458
|
-
opacity: 0.5;
|
19459
|
-
}
|
19460
|
-
.v-carousel__controls__item--active .v-icon {
|
19461
|
-
opacity: 1;
|
19462
|
-
vertical-align: middle;
|
19463
|
-
}
|
19464
|
-
.v-carousel__controls__item:hover {
|
19465
|
-
background: none;
|
19466
|
-
}
|
19467
|
-
.v-carousel__controls__item:hover .v-icon {
|
19468
|
-
opacity: 0.8;
|
19469
|
-
}
|
19470
|
-
|
19471
|
-
.v-carousel__progress {
|
19472
|
-
margin: 0;
|
19473
|
-
position: absolute;
|
19474
|
-
bottom: 0;
|
19475
|
-
left: 0;
|
19476
|
-
right: 0;
|
19477
|
-
}
|
19478
|
-
|
19479
|
-
.v-carousel-item {
|
19480
|
-
display: block;
|
19481
|
-
height: inherit;
|
19482
|
-
text-decoration: none;
|
19483
|
-
}
|
19484
|
-
.v-carousel-item > .v-img {
|
19485
|
-
height: inherit;
|
19486
|
-
}
|
19487
|
-
|
19488
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19489
|
-
background: transparent;
|
19490
|
-
}
|
19491
|
-
|
19492
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19493
|
-
flex-direction: column;
|
19494
|
-
height: 100% !important;
|
19495
|
-
width: 50px;
|
19496
|
-
}.v-breadcrumbs {
|
19497
|
-
display: flex;
|
19498
|
-
align-items: center;
|
19499
|
-
line-height: 1.6;
|
19500
|
-
padding: 16px 12px;
|
19501
|
-
}
|
19502
|
-
.v-breadcrumbs--rounded {
|
19503
|
-
border-radius: 4px;
|
19504
|
-
}
|
19505
|
-
.v-breadcrumbs--density-default {
|
19506
|
-
padding-top: 16px;
|
19507
|
-
padding-bottom: 16px;
|
19508
|
-
}
|
19509
|
-
|
19510
|
-
.v-breadcrumbs--density-comfortable {
|
19511
|
-
padding-top: 12px;
|
19512
|
-
padding-bottom: 12px;
|
19513
|
-
}
|
19514
|
-
|
19515
|
-
.v-breadcrumbs--density-compact {
|
19516
|
-
padding-top: 8px;
|
19517
|
-
padding-bottom: 8px;
|
19518
|
-
}
|
19519
|
-
|
19520
|
-
.v-breadcrumbs__prepend {
|
19521
|
-
align-items: center;
|
19522
|
-
display: inline-flex;
|
19523
|
-
}
|
19524
|
-
|
19525
|
-
.v-breadcrumbs-item {
|
19526
|
-
align-items: center;
|
19527
|
-
color: inherit;
|
19528
|
-
display: inline-flex;
|
19529
|
-
padding: 0 4px;
|
19530
|
-
text-decoration: none;
|
19531
|
-
vertical-align: middle;
|
19532
|
-
}
|
19533
|
-
.v-breadcrumbs-item--disabled {
|
19534
|
-
opacity: var(--v-disabled-opacity);
|
19535
|
-
pointer-events: none;
|
19536
|
-
}
|
19537
|
-
.v-breadcrumbs-item--link {
|
19538
|
-
color: inherit;
|
19539
|
-
text-decoration: none;
|
19540
|
-
}
|
19541
|
-
.v-breadcrumbs-item--link:hover {
|
19542
|
-
text-decoration: underline;
|
19543
|
-
}
|
19544
|
-
.v-breadcrumbs-item .v-icon {
|
19545
|
-
font-size: 1rem;
|
19546
|
-
margin-inline: -4px 2px;
|
19547
|
-
}
|
19548
|
-
|
19549
|
-
.v-breadcrumbs-divider {
|
19550
|
-
display: inline-block;
|
19551
|
-
padding: 0 8px;
|
19552
|
-
vertical-align: middle;
|
19553
|
-
}.v-checkbox.v-input {
|
19554
|
-
flex: 0 1 auto;
|
19555
|
-
}
|
19556
|
-
.v-checkbox .v-selection-control {
|
19557
|
-
min-height: var(--v-input-control-height);
|
19558
|
-
}.v-btn-group {
|
19559
|
-
display: inline-flex;
|
19560
|
-
flex-wrap: nowrap;
|
19561
|
-
max-width: 100%;
|
19562
|
-
min-width: 0;
|
19563
|
-
overflow: hidden;
|
19564
|
-
vertical-align: middle;
|
19565
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19566
|
-
border-style: solid;
|
19567
|
-
border-width: 0;
|
19568
|
-
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));
|
19569
|
-
border-radius: 4px;
|
19570
|
-
background: transparent;
|
19571
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19572
|
-
}
|
19573
|
-
.v-btn-group--border {
|
19574
|
-
border-width: thin;
|
19575
|
-
box-shadow: none;
|
19576
|
-
}
|
19577
|
-
.v-btn-group--density-default.v-btn-group {
|
19578
|
-
height: 48px;
|
19579
|
-
}
|
19580
|
-
|
19581
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19582
|
-
height: 40px;
|
19583
|
-
}
|
19584
|
-
|
19585
|
-
.v-btn-group--density-compact.v-btn-group {
|
19586
|
-
height: 36px;
|
19587
|
-
}
|
19588
|
-
|
19589
|
-
.v-btn-group .v-btn {
|
19590
|
-
border-radius: 0;
|
19591
|
-
border-color: inherit;
|
19592
|
-
}
|
19593
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19594
|
-
border-inline-end: none;
|
19595
|
-
}
|
19596
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19597
|
-
border-inline-start: none;
|
19598
|
-
}
|
19599
|
-
.v-btn-group .v-btn:first-child {
|
19600
|
-
border-start-start-radius: inherit;
|
19601
|
-
border-end-start-radius: inherit;
|
19602
|
-
}
|
19603
|
-
.v-btn-group .v-btn:last-child {
|
19604
|
-
border-start-end-radius: inherit;
|
19605
|
-
border-end-end-radius: inherit;
|
19606
|
-
}
|
19607
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19608
|
-
border-inline-end-width: thin;
|
19609
|
-
border-inline-end-style: solid;
|
19610
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19611
|
-
}
|
19612
|
-
.v-btn-group--tile {
|
19613
|
-
border-radius: 0;
|
19614
|
-
}.v-card {
|
19615
|
-
display: block;
|
19616
|
-
overflow: hidden;
|
19617
|
-
overflow-wrap: break-word;
|
19562
|
+
overflow-wrap: break-word;
|
19618
19563
|
position: relative;
|
19619
19564
|
padding: 0;
|
19620
19565
|
text-decoration: none;
|
@@ -19910,24 +19855,74 @@ html.overflow-y-hidden {
|
|
19910
19855
|
pointer-events: none;
|
19911
19856
|
opacity: 0;
|
19912
19857
|
transition: opacity 0.2s ease-in-out;
|
19913
|
-
}.v-
|
19858
|
+
}.v-carousel {
|
19859
|
+
overflow: hidden;
|
19860
|
+
position: relative;
|
19861
|
+
width: 100%;
|
19862
|
+
}
|
19863
|
+
.v-carousel__controls {
|
19864
|
+
align-items: center;
|
19865
|
+
bottom: 0;
|
19914
19866
|
display: flex;
|
19915
|
-
|
19916
|
-
|
19917
|
-
|
19918
|
-
|
19867
|
+
height: 50px;
|
19868
|
+
justify-content: center;
|
19869
|
+
list-style-type: none;
|
19870
|
+
position: absolute;
|
19871
|
+
width: 100%;
|
19872
|
+
z-index: 1;
|
19873
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19874
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19919
19875
|
}
|
19920
|
-
.v-
|
19921
|
-
|
19876
|
+
.v-carousel__controls > .v-item-group {
|
19877
|
+
flex: 0 1 auto;
|
19922
19878
|
}
|
19923
|
-
.v-
|
19924
|
-
|
19879
|
+
.v-carousel__controls__item {
|
19880
|
+
margin: 0 8px;
|
19881
|
+
}
|
19882
|
+
.v-carousel__controls__item .v-icon {
|
19883
|
+
opacity: 0.5;
|
19884
|
+
}
|
19885
|
+
.v-carousel__controls__item--active .v-icon {
|
19886
|
+
opacity: 1;
|
19887
|
+
vertical-align: middle;
|
19888
|
+
}
|
19889
|
+
.v-carousel__controls__item:hover {
|
19890
|
+
background: none;
|
19891
|
+
}
|
19892
|
+
.v-carousel__controls__item:hover .v-icon {
|
19893
|
+
opacity: 0.8;
|
19925
19894
|
}
|
19926
19895
|
|
19927
|
-
.v-
|
19928
|
-
|
19929
|
-
|
19930
|
-
|
19896
|
+
.v-carousel__progress {
|
19897
|
+
margin: 0;
|
19898
|
+
position: absolute;
|
19899
|
+
bottom: 0;
|
19900
|
+
left: 0;
|
19901
|
+
right: 0;
|
19902
|
+
}
|
19903
|
+
|
19904
|
+
.v-carousel-item {
|
19905
|
+
display: block;
|
19906
|
+
height: inherit;
|
19907
|
+
text-decoration: none;
|
19908
|
+
}
|
19909
|
+
.v-carousel-item > .v-img {
|
19910
|
+
height: inherit;
|
19911
|
+
}
|
19912
|
+
|
19913
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19914
|
+
background: transparent;
|
19915
|
+
}
|
19916
|
+
|
19917
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19918
|
+
flex-direction: column;
|
19919
|
+
height: 100% !important;
|
19920
|
+
width: 50px;
|
19921
|
+
}.v-checkbox.v-input {
|
19922
|
+
flex: 0 1 auto;
|
19923
|
+
}
|
19924
|
+
.v-checkbox .v-selection-control {
|
19925
|
+
min-height: var(--v-input-control-height);
|
19931
19926
|
}.v-chip {
|
19932
19927
|
align-items: center;
|
19933
19928
|
display: inline-flex;
|
@@ -20340,30 +20335,10 @@ html.overflow-y-hidden {
|
|
20340
20335
|
|
20341
20336
|
.v-chip--label {
|
20342
20337
|
border-radius: 4px;
|
20343
|
-
}.v-
|
20344
|
-
|
20345
|
-
|
20346
|
-
|
20347
|
-
.v-color-picker.v-sheet {
|
20348
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20349
|
-
border-radius: 4px;
|
20350
|
-
}
|
20351
|
-
|
20352
|
-
.v-color-picker__controls {
|
20353
|
-
display: flex;
|
20354
|
-
flex-direction: column;
|
20355
|
-
padding: 16px;
|
20356
|
-
}
|
20357
|
-
|
20358
|
-
.v-color-picker--flat {
|
20359
|
-
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));
|
20360
|
-
}
|
20361
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20362
|
-
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));
|
20363
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
20364
|
-
.v-combobox .v-field .v-text-field__suffix,
|
20365
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20366
|
-
cursor: text;
|
20338
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20339
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20340
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20341
|
+
cursor: text;
|
20367
20342
|
}
|
20368
20343
|
.v-combobox .v-field .v-field__input > input {
|
20369
20344
|
flex: 1 1;
|
@@ -20441,6 +20416,24 @@ html.overflow-y-hidden {
|
|
20441
20416
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20442
20417
|
opacity: var(--v-high-emphasis-opacity);
|
20443
20418
|
transform: rotate(180deg);
|
20419
|
+
}.v-chip-group {
|
20420
|
+
display: flex;
|
20421
|
+
max-width: 100%;
|
20422
|
+
min-width: 0;
|
20423
|
+
overflow-x: auto;
|
20424
|
+
padding: 4px 0;
|
20425
|
+
}
|
20426
|
+
.v-chip-group .v-chip {
|
20427
|
+
margin: 4px 8px 4px 0;
|
20428
|
+
}
|
20429
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20430
|
+
opacity: var(--v-activated-opacity);
|
20431
|
+
}
|
20432
|
+
|
20433
|
+
.v-chip-group--column .v-slide-group__content {
|
20434
|
+
white-space: normal;
|
20435
|
+
flex-wrap: wrap;
|
20436
|
+
max-width: 100%;
|
20444
20437
|
}.v-container {
|
20445
20438
|
width: 100%;
|
20446
20439
|
padding: 16px;
|
@@ -21118,6 +21111,26 @@ html.overflow-y-hidden {
|
|
21118
21111
|
flex: 0 1 auto;
|
21119
21112
|
font-size: 12px;
|
21120
21113
|
transition-duration: 150ms;
|
21114
|
+
}.v-color-picker {
|
21115
|
+
align-self: flex-start;
|
21116
|
+
contain: content;
|
21117
|
+
}
|
21118
|
+
.v-color-picker.v-sheet {
|
21119
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21120
|
+
border-radius: 4px;
|
21121
|
+
}
|
21122
|
+
|
21123
|
+
.v-color-picker__controls {
|
21124
|
+
display: flex;
|
21125
|
+
flex-direction: column;
|
21126
|
+
padding: 16px;
|
21127
|
+
}
|
21128
|
+
|
21129
|
+
.v-color-picker--flat {
|
21130
|
+
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));
|
21131
|
+
}
|
21132
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21133
|
+
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));
|
21121
21134
|
}.v-data-table {
|
21122
21135
|
width: 100%;
|
21123
21136
|
}
|
@@ -21336,56 +21349,6 @@ html.overflow-y-hidden {
|
|
21336
21349
|
}
|
21337
21350
|
.v-data-table-footer__page {
|
21338
21351
|
padding: 0 8px;
|
21339
|
-
}.v-divider {
|
21340
|
-
display: block;
|
21341
|
-
flex: 1 1 100%;
|
21342
|
-
height: 0px;
|
21343
|
-
max-height: 0px;
|
21344
|
-
opacity: var(--v-border-opacity);
|
21345
|
-
transition: inherit;
|
21346
|
-
border-style: solid;
|
21347
|
-
border-width: thin 0 0 0;
|
21348
|
-
}
|
21349
|
-
.v-divider--vertical {
|
21350
|
-
align-self: stretch;
|
21351
|
-
border-width: 0 thin 0 0;
|
21352
|
-
display: inline-flex;
|
21353
|
-
height: auto;
|
21354
|
-
margin-left: -1px;
|
21355
|
-
max-height: 100%;
|
21356
|
-
max-width: 0px;
|
21357
|
-
vertical-align: text-bottom;
|
21358
|
-
width: 0px;
|
21359
|
-
}
|
21360
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
21361
|
-
max-width: calc(100% - 72px);
|
21362
|
-
margin-inline-start: 72px;
|
21363
|
-
}
|
21364
|
-
.v-divider--inset.v-divider--vertical {
|
21365
|
-
margin-bottom: 8px;
|
21366
|
-
margin-top: 8px;
|
21367
|
-
max-height: calc(100% - 16px);
|
21368
|
-
}
|
21369
|
-
|
21370
|
-
.v-divider__content {
|
21371
|
-
padding: 0 16px;
|
21372
|
-
text-wrap: nowrap;
|
21373
|
-
}
|
21374
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
21375
|
-
padding: 4px 0;
|
21376
|
-
}
|
21377
|
-
|
21378
|
-
.v-divider__wrapper {
|
21379
|
-
display: flex;
|
21380
|
-
align-items: center;
|
21381
|
-
justify-content: center;
|
21382
|
-
}
|
21383
|
-
.v-divider__wrapper--vertical {
|
21384
|
-
flex-direction: column;
|
21385
|
-
height: 100%;
|
21386
|
-
}
|
21387
|
-
.v-divider__wrapper--vertical .v-divider {
|
21388
|
-
margin: 0 auto;
|
21389
21352
|
}.v-date-picker {
|
21390
21353
|
overflow: hidden;
|
21391
21354
|
width: 328px;
|
@@ -21563,109 +21526,6 @@ html.overflow-y-hidden {
|
|
21563
21526
|
|
21564
21527
|
.v-date-picker-month__day--hide-adjacent {
|
21565
21528
|
opacity: 0;
|
21566
|
-
}.v-date-picker-months {
|
21567
|
-
height: 288px;
|
21568
|
-
}
|
21569
|
-
|
21570
|
-
.v-date-picker-months__content {
|
21571
|
-
align-items: center;
|
21572
|
-
display: grid;
|
21573
|
-
flex: 1 1;
|
21574
|
-
height: inherit;
|
21575
|
-
justify-content: space-around;
|
21576
|
-
grid-template-columns: repeat(2, 1fr);
|
21577
|
-
grid-gap: 0px 24px;
|
21578
|
-
padding-inline-start: 36px;
|
21579
|
-
padding-inline-end: 36px;
|
21580
|
-
}
|
21581
|
-
.v-date-picker-months__content .v-btn {
|
21582
|
-
text-transform: none;
|
21583
|
-
padding-inline-start: 8px;
|
21584
|
-
padding-inline-end: 8px;
|
21585
|
-
}.v-date-picker-years {
|
21586
|
-
height: 288px;
|
21587
|
-
overflow-y: scroll;
|
21588
|
-
}
|
21589
|
-
|
21590
|
-
.v-date-picker-years__content {
|
21591
|
-
display: grid;
|
21592
|
-
flex: 1 1;
|
21593
|
-
justify-content: space-around;
|
21594
|
-
grid-template-columns: repeat(3, 1fr);
|
21595
|
-
gap: 8px 24px;
|
21596
|
-
padding-inline: 32px;
|
21597
|
-
}
|
21598
|
-
.v-date-picker-years__content .v-btn {
|
21599
|
-
padding-inline: 8px;
|
21600
|
-
}.v-fab {
|
21601
|
-
align-items: center;
|
21602
|
-
display: inline-flex;
|
21603
|
-
flex: 1 1 auto;
|
21604
|
-
pointer-events: none;
|
21605
|
-
position: relative;
|
21606
|
-
transition-duration: 0.2s;
|
21607
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21608
|
-
vertical-align: middle;
|
21609
|
-
}
|
21610
|
-
.v-fab .v-btn {
|
21611
|
-
pointer-events: auto;
|
21612
|
-
}
|
21613
|
-
.v-fab .v-btn--variant-elevated {
|
21614
|
-
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));
|
21615
|
-
}
|
21616
|
-
.v-fab--app, .v-fab--absolute {
|
21617
|
-
display: flex;
|
21618
|
-
}
|
21619
|
-
.v-fab--start, .v-fab--left {
|
21620
|
-
justify-content: flex-start;
|
21621
|
-
}
|
21622
|
-
.v-fab--center {
|
21623
|
-
align-items: center;
|
21624
|
-
justify-content: center;
|
21625
|
-
}
|
21626
|
-
.v-fab--end, .v-fab--right {
|
21627
|
-
justify-content: flex-end;
|
21628
|
-
}
|
21629
|
-
.v-fab--bottom {
|
21630
|
-
align-items: flex-end;
|
21631
|
-
}
|
21632
|
-
.v-fab--top {
|
21633
|
-
align-items: flex-start;
|
21634
|
-
}
|
21635
|
-
.v-fab--extended .v-btn {
|
21636
|
-
border-radius: 9999px !important;
|
21637
|
-
}
|
21638
|
-
|
21639
|
-
.v-fab__container {
|
21640
|
-
align-self: center;
|
21641
|
-
display: inline-flex;
|
21642
|
-
position: absolute;
|
21643
|
-
vertical-align: middle;
|
21644
|
-
}
|
21645
|
-
.v-fab--app .v-fab__container {
|
21646
|
-
margin: 12px;
|
21647
|
-
}
|
21648
|
-
.v-fab--absolute .v-fab__container {
|
21649
|
-
position: absolute;
|
21650
|
-
z-index: 4;
|
21651
|
-
}
|
21652
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21653
|
-
transform: translateY(-50%);
|
21654
|
-
}
|
21655
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21656
|
-
transform: translateY(50%);
|
21657
|
-
}
|
21658
|
-
.v-fab--top .v-fab__container {
|
21659
|
-
top: 0;
|
21660
|
-
}
|
21661
|
-
.v-fab--bottom .v-fab__container {
|
21662
|
-
bottom: 0;
|
21663
|
-
}
|
21664
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21665
|
-
left: 0;
|
21666
|
-
}
|
21667
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21668
|
-
right: 0;
|
21669
21529
|
}.v-dialog {
|
21670
21530
|
align-items: center;
|
21671
21531
|
justify-content: center;
|
@@ -21758,220 +21618,44 @@ html.overflow-y-hidden {
|
|
21758
21618
|
-webkit-backface-visibility: hidden;
|
21759
21619
|
backface-visibility: hidden;
|
21760
21620
|
overflow-y: auto;
|
21761
|
-
}.v-
|
21762
|
-
|
21763
|
-
|
21764
|
-
}
|
21765
|
-
.v-expansion-panel:not(:first-child)::after {
|
21766
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21621
|
+
}.v-date-picker-years {
|
21622
|
+
height: 288px;
|
21623
|
+
overflow-y: scroll;
|
21767
21624
|
}
|
21768
|
-
|
21769
|
-
|
21625
|
+
|
21626
|
+
.v-date-picker-years__content {
|
21627
|
+
display: grid;
|
21628
|
+
flex: 1 1;
|
21629
|
+
justify-content: space-around;
|
21630
|
+
grid-template-columns: repeat(3, 1fr);
|
21631
|
+
gap: 8px 24px;
|
21632
|
+
padding-inline: 32px;
|
21770
21633
|
}
|
21771
|
-
.v-
|
21772
|
-
|
21634
|
+
.v-date-picker-years__content .v-btn {
|
21635
|
+
padding-inline: 8px;
|
21636
|
+
}.v-date-picker-months {
|
21637
|
+
height: 288px;
|
21773
21638
|
}
|
21774
21639
|
|
21775
|
-
.v-
|
21640
|
+
.v-date-picker-months__content {
|
21641
|
+
align-items: center;
|
21642
|
+
display: grid;
|
21643
|
+
flex: 1 1;
|
21644
|
+
height: inherit;
|
21645
|
+
justify-content: space-around;
|
21646
|
+
grid-template-columns: repeat(2, 1fr);
|
21647
|
+
grid-gap: 0px 24px;
|
21648
|
+
padding-inline-start: 36px;
|
21649
|
+
padding-inline-end: 36px;
|
21650
|
+
}
|
21651
|
+
.v-date-picker-months__content .v-btn {
|
21652
|
+
text-transform: none;
|
21653
|
+
padding-inline-start: 8px;
|
21654
|
+
padding-inline-end: 8px;
|
21655
|
+
}.v-empty-state {
|
21656
|
+
align-items: center;
|
21776
21657
|
display: flex;
|
21777
|
-
flex-
|
21778
|
-
justify-content: center;
|
21779
|
-
list-style-type: none;
|
21780
|
-
padding: 0;
|
21781
|
-
width: 100%;
|
21782
|
-
position: relative;
|
21783
|
-
z-index: 1;
|
21784
|
-
}
|
21785
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21786
|
-
border-bottom-left-radius: 0 !important;
|
21787
|
-
border-bottom-right-radius: 0 !important;
|
21788
|
-
}
|
21789
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21790
|
-
border-top-left-radius: 0 !important;
|
21791
|
-
border-top-right-radius: 0 !important;
|
21792
|
-
}
|
21793
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21794
|
-
border-bottom-left-radius: 0 !important;
|
21795
|
-
border-bottom-right-radius: 0 !important;
|
21796
|
-
}
|
21797
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21798
|
-
border-top-left-radius: 0 !important;
|
21799
|
-
border-top-right-radius: 0 !important;
|
21800
|
-
}
|
21801
|
-
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
21802
|
-
border-bottom-left-radius: 0 !important;
|
21803
|
-
border-bottom-right-radius: 0 !important;
|
21804
|
-
}
|
21805
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
21806
|
-
border-top-left-radius: 0 !important;
|
21807
|
-
border-top-right-radius: 0 !important;
|
21808
|
-
}
|
21809
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
21810
|
-
border-bottom-left-radius: initial;
|
21811
|
-
border-bottom-right-radius: initial;
|
21812
|
-
}
|
21813
|
-
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
21814
|
-
border-radius: 0 !important;
|
21815
|
-
}
|
21816
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
21817
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
21818
|
-
}
|
21819
|
-
|
21820
|
-
.v-expansion-panel {
|
21821
|
-
flex: 1 0 100%;
|
21822
|
-
max-width: 100%;
|
21823
|
-
position: relative;
|
21824
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
21825
|
-
transition-property: margin-top, border-radius, border, max-width;
|
21826
|
-
border-radius: 4px;
|
21827
|
-
}
|
21828
|
-
.v-expansion-panel:not(:first-child)::after {
|
21829
|
-
border-top-style: solid;
|
21830
|
-
border-top-width: thin;
|
21831
|
-
content: "";
|
21832
|
-
left: 0;
|
21833
|
-
position: absolute;
|
21834
|
-
right: 0;
|
21835
|
-
top: 0;
|
21836
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
21837
|
-
}
|
21838
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
21839
|
-
pointer-events: none;
|
21840
|
-
}
|
21841
|
-
.v-expansion-panel--active:not(:first-child),
|
21842
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
21843
|
-
margin-top: 16px;
|
21844
|
-
}
|
21845
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
21846
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
21847
|
-
opacity: 0;
|
21848
|
-
}
|
21849
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
21850
|
-
border-bottom-left-radius: 0;
|
21851
|
-
border-bottom-right-radius: 0;
|
21852
|
-
}
|
21853
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
21854
|
-
min-height: 64px;
|
21855
|
-
}
|
21856
|
-
|
21857
|
-
.v-expansion-panel__shadow {
|
21858
|
-
position: absolute;
|
21859
|
-
top: 0;
|
21860
|
-
left: 0;
|
21861
|
-
width: 100%;
|
21862
|
-
height: 100%;
|
21863
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21864
|
-
border-radius: inherit;
|
21865
|
-
z-index: -1;
|
21866
|
-
}
|
21867
|
-
|
21868
|
-
.v-expansion-panel-title {
|
21869
|
-
align-items: center;
|
21870
|
-
text-align: start;
|
21871
|
-
border-radius: inherit;
|
21872
|
-
display: flex;
|
21873
|
-
font-size: 0.9375rem;
|
21874
|
-
line-height: 1;
|
21875
|
-
min-height: 48px;
|
21876
|
-
outline: none;
|
21877
|
-
padding: 16px 24px;
|
21878
|
-
position: relative;
|
21879
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
21880
|
-
width: 100%;
|
21881
|
-
justify-content: space-between;
|
21882
|
-
}
|
21883
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
21884
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
21885
|
-
}
|
21886
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
21887
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21888
|
-
}
|
21889
|
-
@supports not selector(:focus-visible) {
|
21890
|
-
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
21891
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21892
|
-
}
|
21893
|
-
}
|
21894
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
21895
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
21896
|
-
}
|
21897
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
21898
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21899
|
-
}
|
21900
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
21901
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21902
|
-
}
|
21903
|
-
@supports not selector(:focus-visible) {
|
21904
|
-
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
21905
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21906
|
-
}
|
21907
|
-
}
|
21908
|
-
|
21909
|
-
.v-expansion-panel-title__overlay {
|
21910
|
-
position: absolute;
|
21911
|
-
top: 0;
|
21912
|
-
left: 0;
|
21913
|
-
width: 100%;
|
21914
|
-
height: 100%;
|
21915
|
-
background-color: currentColor;
|
21916
|
-
border-radius: inherit;
|
21917
|
-
opacity: 0;
|
21918
|
-
}
|
21919
|
-
|
21920
|
-
.v-expansion-panel-title__icon {
|
21921
|
-
display: inline-flex;
|
21922
|
-
margin-bottom: -4px;
|
21923
|
-
margin-top: -4px;
|
21924
|
-
-webkit-user-select: none;
|
21925
|
-
user-select: none;
|
21926
|
-
margin-inline-start: auto;
|
21927
|
-
}
|
21928
|
-
|
21929
|
-
.v-expansion-panel-text {
|
21930
|
-
display: flex;
|
21931
|
-
}
|
21932
|
-
.v-expansion-panel-text__wrapper {
|
21933
|
-
padding: 8px 24px 16px;
|
21934
|
-
flex: 1 1 auto;
|
21935
|
-
max-width: 100%;
|
21936
|
-
}
|
21937
|
-
|
21938
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
21939
|
-
margin-top: 0;
|
21940
|
-
}
|
21941
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
21942
|
-
opacity: 1;
|
21943
|
-
}
|
21944
|
-
|
21945
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
21946
|
-
max-width: calc(100% - 32px);
|
21947
|
-
}
|
21948
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
21949
|
-
max-width: calc(100% + 16px);
|
21950
|
-
}
|
21951
|
-
|
21952
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
21953
|
-
max-width: 100%;
|
21954
|
-
}
|
21955
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
21956
|
-
max-width: calc(100% - 32px);
|
21957
|
-
}
|
21958
|
-
|
21959
|
-
.v-expansion-panels--flat > .v-expansion-panel::after {
|
21960
|
-
border-top: none;
|
21961
|
-
}
|
21962
|
-
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
21963
|
-
display: none;
|
21964
|
-
}
|
21965
|
-
|
21966
|
-
.v-expansion-panels--tile {
|
21967
|
-
border-radius: 0;
|
21968
|
-
}
|
21969
|
-
.v-expansion-panels--tile > .v-expansion-panel {
|
21970
|
-
border-radius: 0;
|
21971
|
-
}.v-empty-state {
|
21972
|
-
align-items: center;
|
21973
|
-
display: flex;
|
21974
|
-
flex-direction: column;
|
21658
|
+
flex-direction: column;
|
21975
21659
|
justify-content: center;
|
21976
21660
|
min-height: 100%;
|
21977
21661
|
padding: 16px;
|
@@ -22606,180 +22290,420 @@ textarea.v-field__input::placeholder {
|
|
22606
22290
|
opacity: 0;
|
22607
22291
|
}
|
22608
22292
|
|
22609
|
-
/* endregion */.v-
|
22610
|
-
|
22611
|
-
|
22612
|
-
|
22293
|
+
/* endregion */.v-divider {
|
22294
|
+
display: block;
|
22295
|
+
flex: 1 1 100%;
|
22296
|
+
height: 0px;
|
22297
|
+
max-height: 0px;
|
22298
|
+
opacity: var(--v-border-opacity);
|
22299
|
+
transition: inherit;
|
22300
|
+
border-style: solid;
|
22301
|
+
border-width: thin 0 0 0;
|
22613
22302
|
}
|
22614
|
-
.v-
|
22615
|
-
|
22616
|
-
|
22303
|
+
.v-divider--vertical {
|
22304
|
+
align-self: stretch;
|
22305
|
+
border-width: 0 thin 0 0;
|
22306
|
+
display: inline-flex;
|
22307
|
+
height: auto;
|
22308
|
+
margin-left: -1px;
|
22309
|
+
max-height: 100%;
|
22310
|
+
max-width: 0px;
|
22311
|
+
vertical-align: text-bottom;
|
22312
|
+
width: 0px;
|
22617
22313
|
}
|
22618
|
-
.v-
|
22619
|
-
|
22620
|
-
|
22621
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22622
|
-
top: 0px;
|
22314
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
22315
|
+
max-width: calc(100% - 72px);
|
22316
|
+
margin-inline-start: 72px;
|
22623
22317
|
}
|
22624
|
-
.v-
|
22625
|
-
|
22626
|
-
|
22627
|
-
|
22628
|
-
position: absolute;
|
22629
|
-
top: 0;
|
22630
|
-
width: 100%;
|
22631
|
-
z-index: 1;
|
22318
|
+
.v-divider--inset.v-divider--vertical {
|
22319
|
+
margin-bottom: 8px;
|
22320
|
+
margin-top: 8px;
|
22321
|
+
max-height: calc(100% - 16px);
|
22632
22322
|
}
|
22633
|
-
|
22634
|
-
|
22323
|
+
|
22324
|
+
.v-divider__content {
|
22325
|
+
padding: 0 16px;
|
22326
|
+
text-wrap: nowrap;
|
22635
22327
|
}
|
22636
|
-
.v-
|
22637
|
-
padding
|
22638
|
-
}
|
22639
|
-
|
22328
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
22329
|
+
padding: 4px 0;
|
22330
|
+
}
|
22331
|
+
|
22332
|
+
.v-divider__wrapper {
|
22640
22333
|
display: flex;
|
22641
|
-
|
22642
|
-
|
22643
|
-
|
22644
|
-
|
22645
|
-
|
22646
|
-
|
22647
|
-
|
22648
|
-
|
22649
|
-
|
22650
|
-
|
22651
|
-
background: rgb(var(--v-theme-surface));
|
22334
|
+
align-items: center;
|
22335
|
+
justify-content: center;
|
22336
|
+
}
|
22337
|
+
.v-divider__wrapper--vertical {
|
22338
|
+
flex-direction: column;
|
22339
|
+
height: 100%;
|
22340
|
+
}
|
22341
|
+
.v-divider__wrapper--vertical .v-divider {
|
22342
|
+
margin: 0 auto;
|
22343
|
+
}.v-expansion-panel {
|
22344
|
+
background-color: rgb(var(--v-theme-surface));
|
22652
22345
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22653
22346
|
}
|
22654
|
-
.v-
|
22655
|
-
border-
|
22656
|
-
box-shadow: none;
|
22347
|
+
.v-expansion-panel:not(:first-child)::after {
|
22348
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22657
22349
|
}
|
22658
|
-
.v-
|
22659
|
-
|
22350
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22351
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
22660
22352
|
}
|
22661
|
-
.v-
|
22662
|
-
|
22353
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
22354
|
+
opacity: 0.4615384615;
|
22663
22355
|
}
|
22664
|
-
|
22665
|
-
|
22666
|
-
|
22667
|
-
|
22668
|
-
|
22356
|
+
|
22357
|
+
.v-expansion-panels {
|
22358
|
+
display: flex;
|
22359
|
+
flex-wrap: wrap;
|
22360
|
+
justify-content: center;
|
22361
|
+
list-style-type: none;
|
22362
|
+
padding: 0;
|
22363
|
+
width: 100%;
|
22364
|
+
position: relative;
|
22365
|
+
z-index: 1;
|
22669
22366
|
}
|
22670
|
-
.v-
|
22671
|
-
|
22367
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
22368
|
+
border-bottom-left-radius: 0 !important;
|
22369
|
+
border-bottom-right-radius: 0 !important;
|
22672
22370
|
}
|
22673
|
-
.v-
|
22371
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
22372
|
+
border-top-left-radius: 0 !important;
|
22373
|
+
border-top-right-radius: 0 !important;
|
22374
|
+
}
|
22375
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
22376
|
+
border-bottom-left-radius: 0 !important;
|
22377
|
+
border-bottom-right-radius: 0 !important;
|
22378
|
+
}
|
22379
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
22380
|
+
border-top-left-radius: 0 !important;
|
22381
|
+
border-top-right-radius: 0 !important;
|
22382
|
+
}
|
22383
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
22384
|
+
border-bottom-left-radius: 0 !important;
|
22385
|
+
border-bottom-right-radius: 0 !important;
|
22386
|
+
}
|
22387
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
22388
|
+
border-top-left-radius: 0 !important;
|
22389
|
+
border-top-right-radius: 0 !important;
|
22390
|
+
}
|
22391
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
22392
|
+
border-bottom-left-radius: initial;
|
22393
|
+
border-bottom-right-radius: initial;
|
22394
|
+
}
|
22395
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
22396
|
+
border-radius: 0 !important;
|
22397
|
+
}
|
22398
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
22399
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
22400
|
+
}
|
22401
|
+
|
22402
|
+
.v-expansion-panel {
|
22403
|
+
flex: 1 0 100%;
|
22404
|
+
max-width: 100%;
|
22405
|
+
position: relative;
|
22406
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
22407
|
+
transition-property: margin-top, border-radius, border, max-width;
|
22674
22408
|
border-radius: 4px;
|
22675
22409
|
}
|
22410
|
+
.v-expansion-panel:not(:first-child)::after {
|
22411
|
+
border-top-style: solid;
|
22412
|
+
border-top-width: thin;
|
22413
|
+
content: "";
|
22414
|
+
left: 0;
|
22415
|
+
position: absolute;
|
22416
|
+
right: 0;
|
22417
|
+
top: 0;
|
22418
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
22419
|
+
}
|
22420
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22421
|
+
pointer-events: none;
|
22422
|
+
}
|
22423
|
+
.v-expansion-panel--active:not(:first-child),
|
22424
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
22425
|
+
margin-top: 16px;
|
22426
|
+
}
|
22427
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
22428
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
22429
|
+
opacity: 0;
|
22430
|
+
}
|
22431
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
22432
|
+
border-bottom-left-radius: 0;
|
22433
|
+
border-bottom-right-radius: 0;
|
22434
|
+
}
|
22435
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
22436
|
+
min-height: 64px;
|
22437
|
+
}
|
22676
22438
|
|
22677
|
-
.v-
|
22678
|
-
.v-img__picture,
|
22679
|
-
.v-img__gradient,
|
22680
|
-
.v-img__placeholder,
|
22681
|
-
.v-img__error {
|
22682
|
-
z-index: -1;
|
22439
|
+
.v-expansion-panel__shadow {
|
22683
22440
|
position: absolute;
|
22684
22441
|
top: 0;
|
22685
22442
|
left: 0;
|
22686
22443
|
width: 100%;
|
22687
22444
|
height: 100%;
|
22445
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22446
|
+
border-radius: inherit;
|
22447
|
+
z-index: -1;
|
22688
22448
|
}
|
22689
22449
|
|
22690
|
-
.v-
|
22691
|
-
filter: blur(4px);
|
22692
|
-
}
|
22693
|
-
.v-img__img--contain {
|
22694
|
-
object-fit: contain;
|
22695
|
-
}
|
22696
|
-
.v-img__img--cover {
|
22697
|
-
object-fit: cover;
|
22698
|
-
}
|
22699
|
-
|
22700
|
-
.v-img__gradient {
|
22701
|
-
background-repeat: no-repeat;
|
22702
|
-
}.v-icon {
|
22703
|
-
--v-icon-size-multiplier: 1;
|
22450
|
+
.v-expansion-panel-title {
|
22704
22451
|
align-items: center;
|
22705
|
-
|
22706
|
-
|
22707
|
-
|
22708
|
-
|
22709
|
-
letter-spacing: normal;
|
22452
|
+
text-align: start;
|
22453
|
+
border-radius: inherit;
|
22454
|
+
display: flex;
|
22455
|
+
font-size: 0.9375rem;
|
22710
22456
|
line-height: 1;
|
22457
|
+
min-height: 48px;
|
22458
|
+
outline: none;
|
22459
|
+
padding: 16px 24px;
|
22711
22460
|
position: relative;
|
22712
|
-
|
22713
|
-
|
22714
|
-
-
|
22715
|
-
user-select: none;
|
22716
|
-
vertical-align: middle;
|
22717
|
-
width: 1em;
|
22718
|
-
min-width: 1em;
|
22461
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22462
|
+
width: 100%;
|
22463
|
+
justify-content: space-between;
|
22719
22464
|
}
|
22720
|
-
.v-
|
22721
|
-
|
22465
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
22466
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22722
22467
|
}
|
22723
|
-
.v-
|
22724
|
-
|
22725
|
-
opacity: 0.38;
|
22468
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
22469
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22726
22470
|
}
|
22727
|
-
|
22728
|
-
|
22471
|
+
@supports not selector(:focus-visible) {
|
22472
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
22473
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22474
|
+
}
|
22729
22475
|
}
|
22730
|
-
.v-
|
22731
|
-
|
22476
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
22477
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
22732
22478
|
}
|
22733
|
-
.v-
|
22734
|
-
|
22479
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
22480
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22735
22481
|
}
|
22736
|
-
.v-
|
22737
|
-
|
22482
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
22483
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22738
22484
|
}
|
22739
|
-
|
22740
|
-
|
22485
|
+
@supports not selector(:focus-visible) {
|
22486
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
22487
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22488
|
+
}
|
22741
22489
|
}
|
22742
22490
|
|
22743
|
-
.v-
|
22744
|
-
|
22491
|
+
.v-expansion-panel-title__overlay {
|
22492
|
+
position: absolute;
|
22493
|
+
top: 0;
|
22494
|
+
left: 0;
|
22745
22495
|
width: 100%;
|
22746
22496
|
height: 100%;
|
22497
|
+
background-color: currentColor;
|
22498
|
+
border-radius: inherit;
|
22499
|
+
opacity: 0;
|
22747
22500
|
}
|
22748
22501
|
|
22749
|
-
.v-
|
22750
|
-
|
22502
|
+
.v-expansion-panel-title__icon {
|
22503
|
+
display: inline-flex;
|
22504
|
+
margin-bottom: -4px;
|
22505
|
+
margin-top: -4px;
|
22506
|
+
-webkit-user-select: none;
|
22507
|
+
user-select: none;
|
22508
|
+
margin-inline-start: auto;
|
22751
22509
|
}
|
22752
22510
|
|
22753
|
-
.v-
|
22754
|
-
|
22755
|
-
}
|
22756
|
-
|
22511
|
+
.v-expansion-panel-text {
|
22512
|
+
display: flex;
|
22513
|
+
}
|
22514
|
+
.v-expansion-panel-text__wrapper {
|
22515
|
+
padding: 8px 24px 16px;
|
22757
22516
|
flex: 1 1 auto;
|
22758
|
-
|
22759
|
-
font-weight: 400;
|
22760
|
-
line-height: 1.5;
|
22517
|
+
max-width: 100%;
|
22761
22518
|
}
|
22762
|
-
|
22763
|
-
|
22519
|
+
|
22520
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
22521
|
+
margin-top: 0;
|
22764
22522
|
}
|
22765
|
-
.v-
|
22766
|
-
|
22767
|
-
--v-input-padding-top: 16px;
|
22523
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
22524
|
+
opacity: 1;
|
22768
22525
|
}
|
22769
22526
|
|
22770
|
-
.v-
|
22771
|
-
|
22772
|
-
--v-input-padding-top: 12px;
|
22527
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
22528
|
+
max-width: calc(100% - 32px);
|
22773
22529
|
}
|
22774
|
-
|
22775
|
-
|
22776
|
-
--v-input-control-height: 40px;
|
22777
|
-
--v-input-padding-top: 8px;
|
22530
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
22531
|
+
max-width: calc(100% + 16px);
|
22778
22532
|
}
|
22779
22533
|
|
22780
|
-
.v-
|
22781
|
-
|
22782
|
-
|
22534
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
22535
|
+
max-width: 100%;
|
22536
|
+
}
|
22537
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
22538
|
+
max-width: calc(100% - 32px);
|
22539
|
+
}
|
22540
|
+
|
22541
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
22542
|
+
border-top: none;
|
22543
|
+
}
|
22544
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
22545
|
+
display: none;
|
22546
|
+
}
|
22547
|
+
|
22548
|
+
.v-expansion-panels--tile {
|
22549
|
+
border-radius: 0;
|
22550
|
+
}
|
22551
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
22552
|
+
border-radius: 0;
|
22553
|
+
}.v-footer {
|
22554
|
+
align-items: center;
|
22555
|
+
display: flex;
|
22556
|
+
flex: 1 1 auto;
|
22557
|
+
padding: 8px 16px;
|
22558
|
+
position: relative;
|
22559
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22560
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22561
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22562
|
+
border-style: solid;
|
22563
|
+
border-width: 0;
|
22564
|
+
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));
|
22565
|
+
border-radius: 0;
|
22566
|
+
background: rgb(var(--v-theme-surface));
|
22567
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22568
|
+
}
|
22569
|
+
.v-footer--border {
|
22570
|
+
border-width: thin;
|
22571
|
+
box-shadow: none;
|
22572
|
+
}
|
22573
|
+
.v-footer--absolute {
|
22574
|
+
position: absolute;
|
22575
|
+
}
|
22576
|
+
.v-footer--fixed {
|
22577
|
+
position: fixed;
|
22578
|
+
}
|
22579
|
+
.v-footer--rounded {
|
22580
|
+
border-radius: 4px;
|
22581
|
+
}.v-file-input--hide.v-input .v-field,
|
22582
|
+
.v-file-input--hide.v-input .v-input__control,
|
22583
|
+
.v-file-input--hide.v-input .v-input__details {
|
22584
|
+
display: none;
|
22585
|
+
}
|
22586
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22587
|
+
grid-area: control;
|
22588
|
+
margin: 0 auto;
|
22589
|
+
}
|
22590
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22591
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22592
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22593
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22594
|
+
top: 0px;
|
22595
|
+
}
|
22596
|
+
.v-file-input input[type=file] {
|
22597
|
+
height: 100%;
|
22598
|
+
left: 0;
|
22599
|
+
opacity: 0;
|
22600
|
+
position: absolute;
|
22601
|
+
top: 0;
|
22602
|
+
width: 100%;
|
22603
|
+
z-index: 1;
|
22604
|
+
}
|
22605
|
+
.v-file-input .v-input__details {
|
22606
|
+
padding-inline: 16px;
|
22607
|
+
}
|
22608
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22609
|
+
padding-inline: 0;
|
22610
|
+
}.v-fab {
|
22611
|
+
align-items: center;
|
22612
|
+
display: inline-flex;
|
22613
|
+
flex: 1 1 auto;
|
22614
|
+
pointer-events: none;
|
22615
|
+
position: relative;
|
22616
|
+
transition-duration: 0.2s;
|
22617
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22618
|
+
vertical-align: middle;
|
22619
|
+
}
|
22620
|
+
.v-fab .v-btn {
|
22621
|
+
pointer-events: auto;
|
22622
|
+
}
|
22623
|
+
.v-fab .v-btn--variant-elevated {
|
22624
|
+
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));
|
22625
|
+
}
|
22626
|
+
.v-fab--app, .v-fab--absolute {
|
22627
|
+
display: flex;
|
22628
|
+
}
|
22629
|
+
.v-fab--start, .v-fab--left {
|
22630
|
+
justify-content: flex-start;
|
22631
|
+
}
|
22632
|
+
.v-fab--center {
|
22633
|
+
align-items: center;
|
22634
|
+
justify-content: center;
|
22635
|
+
}
|
22636
|
+
.v-fab--end, .v-fab--right {
|
22637
|
+
justify-content: flex-end;
|
22638
|
+
}
|
22639
|
+
.v-fab--bottom {
|
22640
|
+
align-items: flex-end;
|
22641
|
+
}
|
22642
|
+
.v-fab--top {
|
22643
|
+
align-items: flex-start;
|
22644
|
+
}
|
22645
|
+
.v-fab--extended .v-btn {
|
22646
|
+
border-radius: 9999px !important;
|
22647
|
+
}
|
22648
|
+
|
22649
|
+
.v-fab__container {
|
22650
|
+
align-self: center;
|
22651
|
+
display: inline-flex;
|
22652
|
+
position: absolute;
|
22653
|
+
vertical-align: middle;
|
22654
|
+
}
|
22655
|
+
.v-fab--app .v-fab__container {
|
22656
|
+
margin: 12px;
|
22657
|
+
}
|
22658
|
+
.v-fab--absolute .v-fab__container {
|
22659
|
+
position: absolute;
|
22660
|
+
z-index: 4;
|
22661
|
+
}
|
22662
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22663
|
+
transform: translateY(-50%);
|
22664
|
+
}
|
22665
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22666
|
+
transform: translateY(50%);
|
22667
|
+
}
|
22668
|
+
.v-fab--top .v-fab__container {
|
22669
|
+
top: 0;
|
22670
|
+
}
|
22671
|
+
.v-fab--bottom .v-fab__container {
|
22672
|
+
bottom: 0;
|
22673
|
+
}
|
22674
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22675
|
+
left: 0;
|
22676
|
+
}
|
22677
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22678
|
+
right: 0;
|
22679
|
+
}.v-input {
|
22680
|
+
display: grid;
|
22681
|
+
flex: 1 1 auto;
|
22682
|
+
font-size: 1rem;
|
22683
|
+
font-weight: 400;
|
22684
|
+
line-height: 1.5;
|
22685
|
+
}
|
22686
|
+
.v-input--disabled {
|
22687
|
+
pointer-events: none;
|
22688
|
+
}
|
22689
|
+
.v-input--density-default {
|
22690
|
+
--v-input-control-height: 56px;
|
22691
|
+
--v-input-padding-top: 16px;
|
22692
|
+
}
|
22693
|
+
|
22694
|
+
.v-input--density-comfortable {
|
22695
|
+
--v-input-control-height: 48px;
|
22696
|
+
--v-input-padding-top: 12px;
|
22697
|
+
}
|
22698
|
+
|
22699
|
+
.v-input--density-compact {
|
22700
|
+
--v-input-control-height: 40px;
|
22701
|
+
--v-input-padding-top: 8px;
|
22702
|
+
}
|
22703
|
+
|
22704
|
+
.v-input--vertical {
|
22705
|
+
grid-template-areas: "append" "control" "prepend";
|
22706
|
+
grid-template-rows: max-content auto max-content;
|
22783
22707
|
grid-template-columns: min-content;
|
22784
22708
|
}
|
22785
22709
|
.v-input--vertical .v-input__prepend {
|
@@ -22894,11 +22818,42 @@ textarea.v-field__input::placeholder {
|
|
22894
22818
|
|
22895
22819
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22896
22820
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22897
|
-
}.v-
|
22898
|
-
|
22899
|
-
|
22900
|
-
|
22901
|
-
|
22821
|
+
}.v-img {
|
22822
|
+
--v-theme-overlay-multiplier: 3;
|
22823
|
+
z-index: 0;
|
22824
|
+
}
|
22825
|
+
.v-img--booting .v-responsive__sizer {
|
22826
|
+
transition: none;
|
22827
|
+
}
|
22828
|
+
.v-img--rounded {
|
22829
|
+
border-radius: 4px;
|
22830
|
+
}
|
22831
|
+
|
22832
|
+
.v-img__img,
|
22833
|
+
.v-img__picture,
|
22834
|
+
.v-img__gradient,
|
22835
|
+
.v-img__placeholder,
|
22836
|
+
.v-img__error {
|
22837
|
+
z-index: -1;
|
22838
|
+
position: absolute;
|
22839
|
+
top: 0;
|
22840
|
+
left: 0;
|
22841
|
+
width: 100%;
|
22842
|
+
height: 100%;
|
22843
|
+
}
|
22844
|
+
|
22845
|
+
.v-img__img--preload {
|
22846
|
+
filter: blur(4px);
|
22847
|
+
}
|
22848
|
+
.v-img__img--contain {
|
22849
|
+
object-fit: contain;
|
22850
|
+
}
|
22851
|
+
.v-img__img--cover {
|
22852
|
+
object-fit: cover;
|
22853
|
+
}
|
22854
|
+
|
22855
|
+
.v-img__gradient {
|
22856
|
+
background-repeat: no-repeat;
|
22902
22857
|
}.v-infinite-scroll--horizontal {
|
22903
22858
|
display: flex;
|
22904
22859
|
flex-direction: row;
|
@@ -22924,28 +22879,217 @@ textarea.v-field__input::placeholder {
|
|
22924
22879
|
display: flex;
|
22925
22880
|
justify-content: center;
|
22926
22881
|
padding: 8px;
|
22927
|
-
}.v-
|
22928
|
-
|
22929
|
-
display: grid;
|
22930
|
-
flex: none;
|
22931
|
-
grid-template-areas: "prepend content append";
|
22932
|
-
grid-template-columns: max-content 1fr auto;
|
22933
|
-
outline: none;
|
22882
|
+
}.v-item-group {
|
22883
|
+
flex: 0 1 auto;
|
22934
22884
|
max-width: 100%;
|
22935
|
-
padding: 4px 16px;
|
22936
22885
|
position: relative;
|
22937
|
-
|
22938
|
-
|
22939
|
-
|
22940
|
-
|
22941
|
-
|
22886
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22887
|
+
}.v-icon {
|
22888
|
+
--v-icon-size-multiplier: 1;
|
22889
|
+
align-items: center;
|
22890
|
+
display: inline-flex;
|
22891
|
+
font-feature-settings: "liga";
|
22892
|
+
height: 1em;
|
22893
|
+
justify-content: center;
|
22894
|
+
letter-spacing: normal;
|
22895
|
+
line-height: 1;
|
22896
|
+
position: relative;
|
22897
|
+
text-indent: 0;
|
22898
|
+
text-align: center;
|
22899
|
+
-webkit-user-select: none;
|
22900
|
+
user-select: none;
|
22901
|
+
vertical-align: middle;
|
22902
|
+
width: 1em;
|
22903
|
+
min-width: 1em;
|
22942
22904
|
}
|
22943
|
-
.v-
|
22944
|
-
|
22945
|
-
box-shadow: none;
|
22905
|
+
.v-icon--clickable {
|
22906
|
+
cursor: pointer;
|
22946
22907
|
}
|
22947
|
-
.v-
|
22948
|
-
|
22908
|
+
.v-icon--disabled {
|
22909
|
+
pointer-events: none;
|
22910
|
+
opacity: 0.38;
|
22911
|
+
}
|
22912
|
+
.v-icon--size-x-small {
|
22913
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22914
|
+
}
|
22915
|
+
.v-icon--size-small {
|
22916
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22917
|
+
}
|
22918
|
+
.v-icon--size-default {
|
22919
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22920
|
+
}
|
22921
|
+
.v-icon--size-large {
|
22922
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22923
|
+
}
|
22924
|
+
.v-icon--size-x-large {
|
22925
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22926
|
+
}
|
22927
|
+
|
22928
|
+
.v-icon__svg {
|
22929
|
+
fill: currentColor;
|
22930
|
+
width: 100%;
|
22931
|
+
height: 100%;
|
22932
|
+
}
|
22933
|
+
|
22934
|
+
.v-icon--start {
|
22935
|
+
margin-inline-end: 8px;
|
22936
|
+
}
|
22937
|
+
|
22938
|
+
.v-icon--end {
|
22939
|
+
margin-inline-start: 8px;
|
22940
|
+
}.v-label {
|
22941
|
+
align-items: center;
|
22942
|
+
color: inherit;
|
22943
|
+
display: inline-flex;
|
22944
|
+
font-size: 1rem;
|
22945
|
+
letter-spacing: 0.009375em;
|
22946
|
+
min-width: 0;
|
22947
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22948
|
+
overflow: hidden;
|
22949
|
+
text-overflow: ellipsis;
|
22950
|
+
white-space: nowrap;
|
22951
|
+
}
|
22952
|
+
|
22953
|
+
.v-label--clickable {
|
22954
|
+
cursor: pointer;
|
22955
|
+
}.v-layout-item {
|
22956
|
+
position: absolute;
|
22957
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22958
|
+
}
|
22959
|
+
|
22960
|
+
.v-layout-item--absolute {
|
22961
|
+
position: absolute;
|
22962
|
+
}.v-layout {
|
22963
|
+
--v-scrollbar-offset: 0px;
|
22964
|
+
display: flex;
|
22965
|
+
flex: 1 1 auto;
|
22966
|
+
}
|
22967
|
+
.v-layout--full-height {
|
22968
|
+
--v-scrollbar-offset: inherit;
|
22969
|
+
height: 100%;
|
22970
|
+
}.v-list {
|
22971
|
+
overflow: auto;
|
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;
|
23004
|
+
display: flex;
|
23005
|
+
height: 100%;
|
23006
|
+
left: 0;
|
23007
|
+
overflow: hidden;
|
23008
|
+
position: absolute;
|
23009
|
+
top: 0;
|
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;
|
23058
|
+
}
|
23059
|
+
|
23060
|
+
.v-list__overlay {
|
23061
|
+
background-color: currentColor;
|
23062
|
+
border-radius: inherit;
|
23063
|
+
bottom: 0;
|
23064
|
+
left: 0;
|
23065
|
+
opacity: 0;
|
23066
|
+
pointer-events: none;
|
23067
|
+
position: absolute;
|
23068
|
+
right: 0;
|
23069
|
+
top: 0;
|
23070
|
+
transition: opacity 0.2s ease-in-out;
|
23071
|
+
}.v-list-item {
|
23072
|
+
align-items: center;
|
23073
|
+
display: grid;
|
23074
|
+
flex: none;
|
23075
|
+
grid-template-areas: "prepend content append";
|
23076
|
+
grid-template-columns: max-content 1fr auto;
|
23077
|
+
outline: none;
|
23078
|
+
max-width: 100%;
|
23079
|
+
padding: 4px 16px;
|
23080
|
+
position: relative;
|
23081
|
+
text-decoration: none;
|
23082
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23083
|
+
border-style: solid;
|
23084
|
+
border-width: 0;
|
23085
|
+
border-radius: 0;
|
23086
|
+
}
|
23087
|
+
.v-list-item--border {
|
23088
|
+
border-width: thin;
|
23089
|
+
box-shadow: none;
|
23090
|
+
}
|
23091
|
+
.v-list-item:hover > .v-list-item__overlay {
|
23092
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22949
23093
|
}
|
22950
23094
|
.v-list-item:focus-visible > .v-list-item__overlay {
|
22951
23095
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
@@ -23380,157 +23524,26 @@ textarea.v-field__input::placeholder {
|
|
23380
23524
|
}
|
23381
23525
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23382
23526
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23383
|
-
}.v-
|
23384
|
-
|
23385
|
-
|
23386
|
-
|
23387
|
-
|
23388
|
-
|
23389
|
-
|
23390
|
-
|
23391
|
-
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));
|
23392
|
-
border-radius: 0;
|
23393
|
-
background: rgba(var(--v-theme-surface));
|
23394
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23395
|
-
}
|
23396
|
-
.v-list--border {
|
23397
|
-
border-width: thin;
|
23398
|
-
box-shadow: none;
|
23399
|
-
}
|
23400
|
-
.v-list--disabled {
|
23401
|
-
pointer-events: none;
|
23402
|
-
-webkit-user-select: none;
|
23403
|
-
user-select: none;
|
23404
|
-
}
|
23405
|
-
.v-list--nav {
|
23406
|
-
padding-inline: 8px;
|
23407
|
-
}
|
23408
|
-
.v-list--rounded {
|
23409
|
-
border-radius: 4px;
|
23527
|
+
}.v-main {
|
23528
|
+
flex: 1 0 auto;
|
23529
|
+
max-width: 100%;
|
23530
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23531
|
+
padding-left: var(--v-layout-left);
|
23532
|
+
padding-right: var(--v-layout-right);
|
23533
|
+
padding-top: var(--v-layout-top);
|
23534
|
+
padding-bottom: var(--v-layout-bottom);
|
23410
23535
|
}
|
23411
|
-
.v-
|
23412
|
-
|
23536
|
+
.v-main__scroller {
|
23537
|
+
max-width: 100%;
|
23538
|
+
position: relative;
|
23413
23539
|
}
|
23414
|
-
|
23415
|
-
.v-list-img {
|
23416
|
-
border-radius: inherit;
|
23540
|
+
.v-main--scrollable {
|
23417
23541
|
display: flex;
|
23418
|
-
height: 100%;
|
23419
|
-
left: 0;
|
23420
|
-
overflow: hidden;
|
23421
23542
|
position: absolute;
|
23422
23543
|
top: 0;
|
23544
|
+
left: 0;
|
23423
23545
|
width: 100%;
|
23424
|
-
|
23425
|
-
}
|
23426
|
-
|
23427
|
-
.v-list-subheader {
|
23428
|
-
align-items: center;
|
23429
|
-
background: inherit;
|
23430
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23431
|
-
display: flex;
|
23432
|
-
font-size: 0.875rem;
|
23433
|
-
font-weight: 400;
|
23434
|
-
line-height: 1.375rem;
|
23435
|
-
padding-inline-end: 16px;
|
23436
|
-
min-height: 40px;
|
23437
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23438
|
-
}
|
23439
|
-
.v-list-subheader__text {
|
23440
|
-
overflow: hidden;
|
23441
|
-
text-overflow: ellipsis;
|
23442
|
-
white-space: nowrap;
|
23443
|
-
}
|
23444
|
-
.v-list--density-default .v-list-subheader {
|
23445
|
-
min-height: 40px;
|
23446
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23447
|
-
}
|
23448
|
-
|
23449
|
-
.v-list--density-comfortable .v-list-subheader {
|
23450
|
-
min-height: 36px;
|
23451
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23452
|
-
}
|
23453
|
-
|
23454
|
-
.v-list--density-compact .v-list-subheader {
|
23455
|
-
min-height: 32px;
|
23456
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23457
|
-
}
|
23458
|
-
|
23459
|
-
.v-list-subheader--inset {
|
23460
|
-
--indent-padding: 56px;
|
23461
|
-
}
|
23462
|
-
.v-list--nav .v-list-subheader {
|
23463
|
-
font-size: 0.75rem;
|
23464
|
-
}
|
23465
|
-
.v-list-subheader--sticky {
|
23466
|
-
background: inherit;
|
23467
|
-
left: 0;
|
23468
|
-
position: sticky;
|
23469
|
-
top: 0;
|
23470
|
-
z-index: 1;
|
23471
|
-
}
|
23472
|
-
|
23473
|
-
.v-list__overlay {
|
23474
|
-
background-color: currentColor;
|
23475
|
-
border-radius: inherit;
|
23476
|
-
bottom: 0;
|
23477
|
-
left: 0;
|
23478
|
-
opacity: 0;
|
23479
|
-
pointer-events: none;
|
23480
|
-
position: absolute;
|
23481
|
-
right: 0;
|
23482
|
-
top: 0;
|
23483
|
-
transition: opacity 0.2s ease-in-out;
|
23484
|
-
}.v-label {
|
23485
|
-
align-items: center;
|
23486
|
-
color: inherit;
|
23487
|
-
display: inline-flex;
|
23488
|
-
font-size: 1rem;
|
23489
|
-
letter-spacing: 0.009375em;
|
23490
|
-
min-width: 0;
|
23491
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23492
|
-
overflow: hidden;
|
23493
|
-
text-overflow: ellipsis;
|
23494
|
-
white-space: nowrap;
|
23495
|
-
}
|
23496
|
-
|
23497
|
-
.v-label--clickable {
|
23498
|
-
cursor: pointer;
|
23499
|
-
}.v-layout {
|
23500
|
-
--v-scrollbar-offset: 0px;
|
23501
|
-
display: flex;
|
23502
|
-
flex: 1 1 auto;
|
23503
|
-
}
|
23504
|
-
.v-layout--full-height {
|
23505
|
-
--v-scrollbar-offset: inherit;
|
23506
|
-
height: 100%;
|
23507
|
-
}.v-layout-item {
|
23508
|
-
position: absolute;
|
23509
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23510
|
-
}
|
23511
|
-
|
23512
|
-
.v-layout-item--absolute {
|
23513
|
-
position: absolute;
|
23514
|
-
}.v-main {
|
23515
|
-
flex: 1 0 auto;
|
23516
|
-
max-width: 100%;
|
23517
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23518
|
-
padding-left: var(--v-layout-left);
|
23519
|
-
padding-right: var(--v-layout-right);
|
23520
|
-
padding-top: var(--v-layout-top);
|
23521
|
-
padding-bottom: var(--v-layout-bottom);
|
23522
|
-
}
|
23523
|
-
.v-main__scroller {
|
23524
|
-
max-width: 100%;
|
23525
|
-
position: relative;
|
23526
|
-
}
|
23527
|
-
.v-main--scrollable {
|
23528
|
-
display: flex;
|
23529
|
-
position: absolute;
|
23530
|
-
top: 0;
|
23531
|
-
left: 0;
|
23532
|
-
width: 100%;
|
23533
|
-
height: 100%;
|
23546
|
+
height: 100%;
|
23534
23547
|
}
|
23535
23548
|
.v-main--scrollable > .v-main__scroller {
|
23536
23549
|
flex: 1 1 auto;
|
@@ -23539,6 +23552,24 @@ textarea.v-field__input::placeholder {
|
|
23539
23552
|
--v-layout-right: 0px;
|
23540
23553
|
--v-layout-top: 0px;
|
23541
23554
|
--v-layout-bottom: 0px;
|
23555
|
+
}.v-locale-provider {
|
23556
|
+
display: contents;
|
23557
|
+
}.v-messages {
|
23558
|
+
flex: 1 1 auto;
|
23559
|
+
font-size: 12px;
|
23560
|
+
min-height: 14px;
|
23561
|
+
min-width: 1px;
|
23562
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23563
|
+
position: relative;
|
23564
|
+
}
|
23565
|
+
.v-messages__message {
|
23566
|
+
line-height: 12px;
|
23567
|
+
word-break: break-word;
|
23568
|
+
overflow-wrap: break-word;
|
23569
|
+
word-wrap: break-word;
|
23570
|
+
-webkit-hyphens: auto;
|
23571
|
+
hyphens: auto;
|
23572
|
+
transition-duration: 150ms;
|
23542
23573
|
}.v-menu > .v-overlay__content {
|
23543
23574
|
display: flex;
|
23544
23575
|
flex-direction: column;
|
@@ -23552,8 +23583,62 @@ textarea.v-field__input::placeholder {
|
|
23552
23583
|
overflow: auto;
|
23553
23584
|
height: 100%;
|
23554
23585
|
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));
|
23555
|
-
}.v-
|
23556
|
-
|
23586
|
+
}.v-otp-input {
|
23587
|
+
border-radius: 4px;
|
23588
|
+
align-items: center;
|
23589
|
+
display: flex;
|
23590
|
+
justify-content: center;
|
23591
|
+
padding: 0.5rem 0;
|
23592
|
+
position: relative;
|
23593
|
+
}
|
23594
|
+
.v-otp-input .v-field {
|
23595
|
+
height: 100%;
|
23596
|
+
}
|
23597
|
+
|
23598
|
+
.v-otp-input__divider {
|
23599
|
+
margin: 0 8px;
|
23600
|
+
}
|
23601
|
+
|
23602
|
+
.v-otp-input__content {
|
23603
|
+
align-items: center;
|
23604
|
+
display: flex;
|
23605
|
+
gap: 0.5rem;
|
23606
|
+
height: 64px;
|
23607
|
+
padding: 0.5rem;
|
23608
|
+
justify-content: center;
|
23609
|
+
max-width: 320px;
|
23610
|
+
position: relative;
|
23611
|
+
border-radius: inherit;
|
23612
|
+
}
|
23613
|
+
.v-otp-input--divided .v-otp-input__content {
|
23614
|
+
max-width: 360px;
|
23615
|
+
}
|
23616
|
+
|
23617
|
+
.v-otp-input__field {
|
23618
|
+
color: inherit;
|
23619
|
+
font-size: 1.25rem;
|
23620
|
+
height: 100%;
|
23621
|
+
outline: none;
|
23622
|
+
text-align: center;
|
23623
|
+
width: 100%;
|
23624
|
+
}
|
23625
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23626
|
+
-webkit-appearance: none;
|
23627
|
+
margin: 0;
|
23628
|
+
}
|
23629
|
+
.v-otp-input__field[type=number] {
|
23630
|
+
-moz-appearance: textfield;
|
23631
|
+
}
|
23632
|
+
|
23633
|
+
.v-otp-input__loader {
|
23634
|
+
align-items: center;
|
23635
|
+
display: flex;
|
23636
|
+
height: 100%;
|
23637
|
+
justify-content: center;
|
23638
|
+
width: 100%;
|
23639
|
+
}
|
23640
|
+
.v-otp-input__loader .v-progress-linear {
|
23641
|
+
position: absolute;
|
23557
23642
|
}.v-navigation-drawer {
|
23558
23643
|
-webkit-overflow-scrolling: touch;
|
23559
23644
|
background: rgb(var(--v-theme-surface));
|
@@ -23656,22 +23741,12 @@ textarea.v-field__input::placeholder {
|
|
23656
23741
|
.v-navigation-drawer__append {
|
23657
23742
|
flex: none;
|
23658
23743
|
overflow: hidden;
|
23659
|
-
}.v-
|
23660
|
-
flex: 1 1 auto;
|
23661
|
-
font-size: 12px;
|
23662
|
-
min-height: 14px;
|
23663
|
-
min-width: 1px;
|
23664
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23744
|
+
}.v-parallax {
|
23665
23745
|
position: relative;
|
23746
|
+
overflow: hidden;
|
23666
23747
|
}
|
23667
|
-
.v-
|
23668
|
-
|
23669
|
-
word-break: break-word;
|
23670
|
-
overflow-wrap: break-word;
|
23671
|
-
word-wrap: break-word;
|
23672
|
-
-webkit-hyphens: auto;
|
23673
|
-
hyphens: auto;
|
23674
|
-
transition-duration: 150ms;
|
23748
|
+
.v-parallax--active > .v-img__img {
|
23749
|
+
will-change: transform;
|
23675
23750
|
}.v-pagination__list {
|
23676
23751
|
display: inline-flex;
|
23677
23752
|
list-style-type: none;
|
@@ -23680,62 +23755,6 @@ textarea.v-field__input::placeholder {
|
|
23680
23755
|
}
|
23681
23756
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23682
23757
|
margin: 0.3rem;
|
23683
|
-
}.v-otp-input {
|
23684
|
-
border-radius: 4px;
|
23685
|
-
align-items: center;
|
23686
|
-
display: flex;
|
23687
|
-
justify-content: center;
|
23688
|
-
padding: 0.5rem 0;
|
23689
|
-
position: relative;
|
23690
|
-
}
|
23691
|
-
.v-otp-input .v-field {
|
23692
|
-
height: 100%;
|
23693
|
-
}
|
23694
|
-
|
23695
|
-
.v-otp-input__divider {
|
23696
|
-
margin: 0 8px;
|
23697
|
-
}
|
23698
|
-
|
23699
|
-
.v-otp-input__content {
|
23700
|
-
align-items: center;
|
23701
|
-
display: flex;
|
23702
|
-
gap: 0.5rem;
|
23703
|
-
height: 64px;
|
23704
|
-
padding: 0.5rem;
|
23705
|
-
justify-content: center;
|
23706
|
-
max-width: 320px;
|
23707
|
-
position: relative;
|
23708
|
-
border-radius: inherit;
|
23709
|
-
}
|
23710
|
-
.v-otp-input--divided .v-otp-input__content {
|
23711
|
-
max-width: 360px;
|
23712
|
-
}
|
23713
|
-
|
23714
|
-
.v-otp-input__field {
|
23715
|
-
color: inherit;
|
23716
|
-
font-size: 1.25rem;
|
23717
|
-
height: 100%;
|
23718
|
-
outline: none;
|
23719
|
-
text-align: center;
|
23720
|
-
width: 100%;
|
23721
|
-
}
|
23722
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23723
|
-
-webkit-appearance: none;
|
23724
|
-
margin: 0;
|
23725
|
-
}
|
23726
|
-
.v-otp-input__field[type=number] {
|
23727
|
-
-moz-appearance: textfield;
|
23728
|
-
}
|
23729
|
-
|
23730
|
-
.v-otp-input__loader {
|
23731
|
-
align-items: center;
|
23732
|
-
display: flex;
|
23733
|
-
height: 100%;
|
23734
|
-
justify-content: center;
|
23735
|
-
width: 100%;
|
23736
|
-
}
|
23737
|
-
.v-otp-input__loader .v-progress-linear {
|
23738
|
-
position: absolute;
|
23739
23758
|
}.v-progress-circular {
|
23740
23759
|
align-items: center;
|
23741
23760
|
display: inline-flex;
|
@@ -23901,24 +23920,117 @@ html.v-overlay-scroll-blocked {
|
|
23901
23920
|
|
23902
23921
|
.v-overlay--scroll-blocked {
|
23903
23922
|
padding-inline-end: var(--v-scrollbar-offset);
|
23904
|
-
}.v-
|
23905
|
-
|
23906
|
-
|
23907
|
-
|
23908
|
-
|
23909
|
-
will-change: transform;
|
23910
|
-
}.v-radio-group > .v-input__control {
|
23911
|
-
flex-direction: column;
|
23923
|
+
}.v-slider .v-slider__container input {
|
23924
|
+
cursor: default;
|
23925
|
+
padding: 0;
|
23926
|
+
width: 100%;
|
23927
|
+
display: none;
|
23912
23928
|
}
|
23913
|
-
.v-
|
23914
|
-
|
23929
|
+
.v-slider > .v-input__append,
|
23930
|
+
.v-slider > .v-input__prepend {
|
23931
|
+
padding: 0;
|
23915
23932
|
}
|
23916
|
-
|
23917
|
-
|
23918
|
-
|
23933
|
+
|
23934
|
+
.v-slider__container {
|
23935
|
+
position: relative;
|
23936
|
+
min-height: inherit;
|
23937
|
+
width: 100%;
|
23938
|
+
height: 100%;
|
23939
|
+
display: flex;
|
23940
|
+
justify-content: center;
|
23941
|
+
align-items: center;
|
23942
|
+
cursor: pointer;
|
23919
23943
|
}
|
23920
|
-
.v-
|
23921
|
-
|
23944
|
+
.v-input--disabled .v-slider__container {
|
23945
|
+
opacity: var(--v-disabled-opacity);
|
23946
|
+
}
|
23947
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23948
|
+
color: rgb(var(--v-theme-error));
|
23949
|
+
}
|
23950
|
+
|
23951
|
+
.v-slider.v-input--horizontal {
|
23952
|
+
align-items: center;
|
23953
|
+
margin-inline: 8px 8px;
|
23954
|
+
}
|
23955
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23956
|
+
min-height: 32px;
|
23957
|
+
display: flex;
|
23958
|
+
align-items: center;
|
23959
|
+
}
|
23960
|
+
|
23961
|
+
.v-slider.v-input--vertical {
|
23962
|
+
justify-content: center;
|
23963
|
+
margin-top: 12px;
|
23964
|
+
margin-bottom: 12px;
|
23965
|
+
}
|
23966
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23967
|
+
min-height: 300px;
|
23968
|
+
}
|
23969
|
+
|
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;
|
23980
|
+
}.v-rating {
|
23981
|
+
max-width: 100%;
|
23982
|
+
display: inline-flex;
|
23983
|
+
white-space: nowrap;
|
23984
|
+
}
|
23985
|
+
.v-rating--readonly {
|
23986
|
+
pointer-events: none;
|
23987
|
+
}
|
23988
|
+
|
23989
|
+
.v-rating__wrapper {
|
23990
|
+
align-items: center;
|
23991
|
+
display: inline-flex;
|
23992
|
+
flex-direction: column;
|
23993
|
+
}
|
23994
|
+
.v-rating__wrapper--bottom {
|
23995
|
+
flex-direction: column-reverse;
|
23996
|
+
}
|
23997
|
+
|
23998
|
+
.v-rating__item {
|
23999
|
+
display: inline-flex;
|
24000
|
+
position: relative;
|
24001
|
+
}
|
24002
|
+
.v-rating__item label {
|
24003
|
+
cursor: pointer;
|
24004
|
+
}
|
24005
|
+
.v-rating__item .v-btn--variant-plain {
|
24006
|
+
opacity: 1;
|
24007
|
+
}
|
24008
|
+
.v-rating__item .v-btn {
|
24009
|
+
transition-property: transform;
|
24010
|
+
}
|
24011
|
+
.v-rating__item .v-btn .v-icon {
|
24012
|
+
transition: inherit;
|
24013
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24014
|
+
}
|
24015
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24016
|
+
transform: scale(1.25);
|
24017
|
+
}
|
24018
|
+
.v-rating__item--half {
|
24019
|
+
overflow: hidden;
|
24020
|
+
position: absolute;
|
24021
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24022
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24023
|
+
z-index: 1;
|
24024
|
+
}
|
24025
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24026
|
+
opacity: 0;
|
24027
|
+
}
|
24028
|
+
|
24029
|
+
.v-rating__hidden {
|
24030
|
+
height: 0;
|
24031
|
+
opacity: 0;
|
24032
|
+
position: absolute;
|
24033
|
+
width: 0;
|
23922
24034
|
}.v-progress-linear {
|
23923
24035
|
background: transparent;
|
23924
24036
|
overflow: hidden;
|
@@ -24130,63 +24242,44 @@ html.v-overlay-scroll-blocked {
|
|
24130
24242
|
0% {
|
24131
24243
|
background-position-x: var(--v-progress-linear-height);
|
24132
24244
|
}
|
24133
|
-
}.v-
|
24134
|
-
|
24135
|
-
padding: 0;
|
24136
|
-
width: 100%;
|
24137
|
-
display: none;
|
24138
|
-
}
|
24139
|
-
.v-slider > .v-input__append,
|
24140
|
-
.v-slider > .v-input__prepend {
|
24141
|
-
padding: 0;
|
24142
|
-
}
|
24143
|
-
|
24144
|
-
.v-slider__container {
|
24145
|
-
position: relative;
|
24146
|
-
min-height: inherit;
|
24147
|
-
width: 100%;
|
24148
|
-
height: 100%;
|
24149
|
-
display: flex;
|
24150
|
-
justify-content: center;
|
24151
|
-
align-items: center;
|
24152
|
-
cursor: pointer;
|
24153
|
-
}
|
24154
|
-
.v-input--disabled .v-slider__container {
|
24155
|
-
opacity: var(--v-disabled-opacity);
|
24245
|
+
}.v-radio-group > .v-input__control {
|
24246
|
+
flex-direction: column;
|
24156
24247
|
}
|
24157
|
-
.v-
|
24158
|
-
|
24248
|
+
.v-radio-group > .v-input__control > .v-label {
|
24249
|
+
margin-inline-start: 16px;
|
24159
24250
|
}
|
24160
|
-
|
24161
|
-
|
24162
|
-
|
24163
|
-
margin-inline: 8px 8px;
|
24251
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24252
|
+
padding-inline-start: 6px;
|
24253
|
+
margin-top: 8px;
|
24164
24254
|
}
|
24165
|
-
.v-
|
24166
|
-
|
24255
|
+
.v-radio-group .v-input__details {
|
24256
|
+
padding-inline: 16px;
|
24257
|
+
}.v-responsive {
|
24167
24258
|
display: flex;
|
24168
|
-
|
24169
|
-
|
24170
|
-
|
24171
|
-
|
24172
|
-
|
24173
|
-
margin-top: 12px;
|
24174
|
-
margin-bottom: 12px;
|
24259
|
+
flex: 1 0 auto;
|
24260
|
+
max-height: 100%;
|
24261
|
+
max-width: 100%;
|
24262
|
+
overflow: hidden;
|
24263
|
+
position: relative;
|
24175
24264
|
}
|
24176
|
-
.v-
|
24177
|
-
|
24265
|
+
.v-responsive--inline {
|
24266
|
+
display: inline-flex;
|
24267
|
+
flex: 0 0 auto;
|
24178
24268
|
}
|
24179
24269
|
|
24180
|
-
.v-
|
24181
|
-
|
24270
|
+
.v-responsive__content {
|
24271
|
+
flex: 1 0 0px;
|
24272
|
+
max-width: 100%;
|
24182
24273
|
}
|
24183
24274
|
|
24184
|
-
.v-
|
24185
|
-
margin-
|
24275
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24276
|
+
margin-inline-start: -100%;
|
24186
24277
|
}
|
24187
24278
|
|
24188
|
-
.v-
|
24189
|
-
|
24279
|
+
.v-responsive__sizer {
|
24280
|
+
flex: 1 0 0px;
|
24281
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24282
|
+
pointer-events: none;
|
24190
24283
|
}.v-select .v-field .v-text-field__prefix,
|
24191
24284
|
.v-select .v-field .v-text-field__suffix,
|
24192
24285
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24235,32 +24328,6 @@ html.v-overlay-scroll-blocked {
|
|
24235
24328
|
.v-select--active-menu .v-select__menu-icon {
|
24236
24329
|
opacity: var(--v-high-emphasis-opacity);
|
24237
24330
|
transform: rotate(180deg);
|
24238
|
-
}.v-responsive {
|
24239
|
-
display: flex;
|
24240
|
-
flex: 1 0 auto;
|
24241
|
-
max-height: 100%;
|
24242
|
-
max-width: 100%;
|
24243
|
-
overflow: hidden;
|
24244
|
-
position: relative;
|
24245
|
-
}
|
24246
|
-
.v-responsive--inline {
|
24247
|
-
display: inline-flex;
|
24248
|
-
flex: 0 0 auto;
|
24249
|
-
}
|
24250
|
-
|
24251
|
-
.v-responsive__content {
|
24252
|
-
flex: 1 0 0px;
|
24253
|
-
max-width: 100%;
|
24254
|
-
}
|
24255
|
-
|
24256
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24257
|
-
margin-inline-start: -100%;
|
24258
|
-
}
|
24259
|
-
|
24260
|
-
.v-responsive__sizer {
|
24261
|
-
flex: 1 0 0px;
|
24262
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24263
|
-
pointer-events: none;
|
24264
24331
|
}.v-selection-control {
|
24265
24332
|
align-items: center;
|
24266
24333
|
contain: layout;
|
@@ -24362,71 +24429,45 @@ html.v-overlay-scroll-blocked {
|
|
24362
24429
|
}
|
24363
24430
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24364
24431
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24365
|
-
}.v-
|
24366
|
-
|
24367
|
-
|
24368
|
-
|
24432
|
+
}.v-sheet {
|
24433
|
+
display: block;
|
24434
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24435
|
+
border-style: solid;
|
24436
|
+
border-width: 0;
|
24437
|
+
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));
|
24438
|
+
border-radius: 0;
|
24439
|
+
background: rgb(var(--v-theme-surface));
|
24440
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24369
24441
|
}
|
24370
|
-
.v-
|
24371
|
-
|
24442
|
+
.v-sheet--border {
|
24443
|
+
border-width: thin;
|
24444
|
+
box-shadow: none;
|
24372
24445
|
}
|
24373
|
-
|
24374
|
-
|
24375
|
-
align-items: center;
|
24376
|
-
display: inline-flex;
|
24377
|
-
flex-direction: column;
|
24446
|
+
.v-sheet--absolute {
|
24447
|
+
position: absolute;
|
24378
24448
|
}
|
24379
|
-
.v-
|
24380
|
-
|
24449
|
+
.v-sheet--fixed {
|
24450
|
+
position: fixed;
|
24381
24451
|
}
|
24382
|
-
|
24383
|
-
.v-rating__item {
|
24384
|
-
display: inline-flex;
|
24452
|
+
.v-sheet--relative {
|
24385
24453
|
position: relative;
|
24386
24454
|
}
|
24387
|
-
.v-
|
24388
|
-
|
24455
|
+
.v-sheet--sticky {
|
24456
|
+
position: sticky;
|
24389
24457
|
}
|
24390
|
-
.v-
|
24391
|
-
|
24458
|
+
.v-sheet--rounded {
|
24459
|
+
border-radius: 4px;
|
24460
|
+
}.v-skeleton-loader {
|
24461
|
+
align-items: center;
|
24462
|
+
background: rgb(var(--v-theme-surface));
|
24463
|
+
border-radius: 4px;
|
24464
|
+
display: flex;
|
24465
|
+
flex-wrap: wrap;
|
24466
|
+
position: relative;
|
24467
|
+
vertical-align: top;
|
24392
24468
|
}
|
24393
|
-
.v-
|
24394
|
-
|
24395
|
-
}
|
24396
|
-
.v-rating__item .v-btn .v-icon {
|
24397
|
-
transition: inherit;
|
24398
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24399
|
-
}
|
24400
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24401
|
-
transform: scale(1.25);
|
24402
|
-
}
|
24403
|
-
.v-rating__item--half {
|
24404
|
-
overflow: hidden;
|
24405
|
-
position: absolute;
|
24406
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24407
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24408
|
-
z-index: 1;
|
24409
|
-
}
|
24410
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24411
|
-
opacity: 0;
|
24412
|
-
}
|
24413
|
-
|
24414
|
-
.v-rating__hidden {
|
24415
|
-
height: 0;
|
24416
|
-
opacity: 0;
|
24417
|
-
position: absolute;
|
24418
|
-
width: 0;
|
24419
|
-
}.v-skeleton-loader {
|
24420
|
-
align-items: center;
|
24421
|
-
background: rgb(var(--v-theme-surface));
|
24422
|
-
border-radius: 4px;
|
24423
|
-
display: flex;
|
24424
|
-
flex-wrap: wrap;
|
24425
|
-
position: relative;
|
24426
|
-
vertical-align: top;
|
24427
|
-
}
|
24428
|
-
.v-skeleton-loader__actions {
|
24429
|
-
justify-content: end;
|
24469
|
+
.v-skeleton-loader__actions {
|
24470
|
+
justify-content: end;
|
24430
24471
|
}
|
24431
24472
|
.v-skeleton-loader .v-skeleton-loader__ossein {
|
24432
24473
|
height: 100%;
|
@@ -24702,6 +24743,186 @@ html.v-overlay-scroll-blocked {
|
|
24702
24743
|
.v-selection-control-group--inline {
|
24703
24744
|
flex-direction: row;
|
24704
24745
|
flex-wrap: wrap;
|
24746
|
+
}.v-switch .v-label {
|
24747
|
+
padding-inline-start: 10px;
|
24748
|
+
}
|
24749
|
+
|
24750
|
+
.v-switch__loader {
|
24751
|
+
display: flex;
|
24752
|
+
}
|
24753
|
+
.v-switch__loader .v-progress-circular {
|
24754
|
+
color: rgb(var(--v-theme-surface));
|
24755
|
+
}
|
24756
|
+
|
24757
|
+
.v-switch__track,
|
24758
|
+
.v-switch__thumb {
|
24759
|
+
transition: none;
|
24760
|
+
}
|
24761
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24762
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24763
|
+
background-color: rgb(var(--v-theme-error));
|
24764
|
+
color: rgb(var(--v-theme-on-error));
|
24765
|
+
}
|
24766
|
+
|
24767
|
+
.v-switch__track-true {
|
24768
|
+
margin-inline-end: auto;
|
24769
|
+
}
|
24770
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24771
|
+
opacity: 0;
|
24772
|
+
}
|
24773
|
+
|
24774
|
+
.v-switch__track-false {
|
24775
|
+
margin-inline-start: auto;
|
24776
|
+
}
|
24777
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24778
|
+
opacity: 0;
|
24779
|
+
}
|
24780
|
+
|
24781
|
+
.v-switch__track {
|
24782
|
+
display: inline-flex;
|
24783
|
+
align-items: center;
|
24784
|
+
font-size: 0.5rem;
|
24785
|
+
padding: 0 5px;
|
24786
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24787
|
+
border-radius: 9999px;
|
24788
|
+
height: 14px;
|
24789
|
+
opacity: 0.6;
|
24790
|
+
min-width: 36px;
|
24791
|
+
cursor: pointer;
|
24792
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24793
|
+
}
|
24794
|
+
.v-switch--inset .v-switch__track {
|
24795
|
+
border-radius: 9999px;
|
24796
|
+
font-size: 0.75rem;
|
24797
|
+
height: 32px;
|
24798
|
+
min-width: 52px;
|
24799
|
+
}
|
24800
|
+
|
24801
|
+
.v-switch__thumb {
|
24802
|
+
align-items: center;
|
24803
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24804
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24805
|
+
border-radius: 50%;
|
24806
|
+
display: flex;
|
24807
|
+
font-size: 0.75rem;
|
24808
|
+
height: 20px;
|
24809
|
+
justify-content: center;
|
24810
|
+
width: 20px;
|
24811
|
+
pointer-events: none;
|
24812
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24813
|
+
position: relative;
|
24814
|
+
overflow: hidden;
|
24815
|
+
}
|
24816
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24817
|
+
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));
|
24818
|
+
}
|
24819
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24820
|
+
background: rgb(var(--v-theme-surface-variant));
|
24821
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24822
|
+
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));
|
24823
|
+
}
|
24824
|
+
.v-switch--inset .v-switch__thumb {
|
24825
|
+
height: 24px;
|
24826
|
+
width: 24px;
|
24827
|
+
transform: scale(0.6666666667);
|
24828
|
+
}
|
24829
|
+
.v-switch--inset .v-switch__thumb--filled {
|
24830
|
+
transform: none;
|
24831
|
+
}
|
24832
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24833
|
+
transform: none;
|
24834
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24835
|
+
}
|
24836
|
+
|
24837
|
+
.v-switch.v-input {
|
24838
|
+
flex: 0 1 auto;
|
24839
|
+
}
|
24840
|
+
.v-switch .v-selection-control {
|
24841
|
+
min-height: var(--v-input-control-height);
|
24842
|
+
}
|
24843
|
+
.v-switch .v-selection-control__input {
|
24844
|
+
border-radius: 50%;
|
24845
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24846
|
+
position: absolute;
|
24847
|
+
}
|
24848
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24849
|
+
transform: translateX(-10px);
|
24850
|
+
}
|
24851
|
+
|
24852
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24853
|
+
transform: translateX(10px);
|
24854
|
+
}
|
24855
|
+
|
24856
|
+
.v-switch .v-selection-control__input .v-icon {
|
24857
|
+
position: absolute;
|
24858
|
+
}
|
24859
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24860
|
+
transform: translateX(10px);
|
24861
|
+
}
|
24862
|
+
|
24863
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24864
|
+
transform: translateX(-10px);
|
24865
|
+
}
|
24866
|
+
|
24867
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24868
|
+
transform: scale(0.8);
|
24869
|
+
}
|
24870
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24871
|
+
transform: scale(0.75);
|
24872
|
+
box-shadow: none;
|
24873
|
+
}
|
24874
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24875
|
+
width: auto;
|
24876
|
+
}
|
24877
|
+
.v-switch.v-input--vertical .v-label {
|
24878
|
+
min-width: max-content;
|
24879
|
+
}
|
24880
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24881
|
+
transform: rotate(-90deg);
|
24882
|
+
}
|
24883
|
+
|
24884
|
+
@media (forced-colors: active) {
|
24885
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
24886
|
+
color: currentColor;
|
24887
|
+
}
|
24888
|
+
.v-switch .v-switch__thumb {
|
24889
|
+
background-color: buttontext;
|
24890
|
+
}
|
24891
|
+
.v-switch .v-switch__track,
|
24892
|
+
.v-switch .v-switch__thumb {
|
24893
|
+
border: 1px solid;
|
24894
|
+
color: buttontext;
|
24895
|
+
}
|
24896
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24897
|
+
background-color: highlight;
|
24898
|
+
}
|
24899
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24900
|
+
background-color: highlight;
|
24901
|
+
}
|
24902
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24903
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24904
|
+
color: highlight;
|
24905
|
+
}
|
24906
|
+
.v-switch.v-switch--inset .v-switch__track {
|
24907
|
+
border-width: 2px;
|
24908
|
+
}
|
24909
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24910
|
+
background-color: highlighttext;
|
24911
|
+
color: highlighttext;
|
24912
|
+
}
|
24913
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24914
|
+
background-color: graytext;
|
24915
|
+
}
|
24916
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24917
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24918
|
+
color: graytext;
|
24919
|
+
}
|
24920
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24921
|
+
background-color: canvas;
|
24922
|
+
}
|
24923
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24924
|
+
border-width: 0;
|
24925
|
+
}
|
24705
24926
|
}.v-speed-dial__content {
|
24706
24927
|
gap: 8px;
|
24707
24928
|
}
|
@@ -24743,110 +24964,32 @@ html.v-overlay-scroll-blocked {
|
|
24743
24964
|
}
|
24744
24965
|
.v-speed-dial__content > *:nth-child(10) {
|
24745
24966
|
transition-delay: 0.45s;
|
24746
|
-
}.v-
|
24747
|
-
|
24748
|
-
|
24749
|
-
|
24750
|
-
|
24751
|
-
|
24752
|
-
|
24753
|
-
|
24754
|
-
|
24755
|
-
|
24756
|
-
|
24757
|
-
|
24758
|
-
box-shadow: none;
|
24967
|
+
}.v-stepper-item {
|
24968
|
+
align-items: center;
|
24969
|
+
align-self: stretch;
|
24970
|
+
display: inline-flex;
|
24971
|
+
flex: none;
|
24972
|
+
outline: none;
|
24973
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24974
|
+
padding: 1.5rem;
|
24975
|
+
position: relative;
|
24976
|
+
transition-duration: 0.2s;
|
24977
|
+
transition-property: opacity;
|
24978
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24759
24979
|
}
|
24760
|
-
.v-
|
24761
|
-
|
24980
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24981
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24762
24982
|
}
|
24763
|
-
.v-
|
24764
|
-
|
24983
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24984
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24765
24985
|
}
|
24766
|
-
|
24767
|
-
|
24986
|
+
@supports not selector(:focus-visible) {
|
24987
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24988
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24989
|
+
}
|
24768
24990
|
}
|
24769
|
-
.v-
|
24770
|
-
|
24771
|
-
}
|
24772
|
-
.v-sheet--rounded {
|
24773
|
-
border-radius: 4px;
|
24774
|
-
}.v-stepper.v-sheet {
|
24775
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24776
|
-
border-radius: 4px;
|
24777
|
-
overflow: hidden;
|
24778
|
-
}
|
24779
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24780
|
-
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));
|
24781
|
-
}
|
24782
|
-
|
24783
|
-
.v-stepper-header {
|
24784
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24785
|
-
align-items: center;
|
24786
|
-
display: flex;
|
24787
|
-
position: relative;
|
24788
|
-
overflow-x: auto;
|
24789
|
-
justify-content: space-between;
|
24790
|
-
z-index: 1;
|
24791
|
-
}
|
24792
|
-
.v-stepper-header .v-divider {
|
24793
|
-
margin: 0 -16px;
|
24794
|
-
}
|
24795
|
-
.v-stepper-header .v-divider:last-child {
|
24796
|
-
margin-inline-end: 0;
|
24797
|
-
}
|
24798
|
-
.v-stepper-header .v-divider:first-child {
|
24799
|
-
margin-inline-start: 0;
|
24800
|
-
}
|
24801
|
-
.v-stepper--alt-labels .v-stepper-header {
|
24802
|
-
height: auto;
|
24803
|
-
}
|
24804
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24805
|
-
align-self: flex-start;
|
24806
|
-
margin: 35px -67px 0;
|
24807
|
-
}
|
24808
|
-
|
24809
|
-
.v-stepper-window {
|
24810
|
-
margin: 1.5rem;
|
24811
|
-
}
|
24812
|
-
|
24813
|
-
.v-stepper-actions {
|
24814
|
-
display: flex;
|
24815
|
-
align-items: center;
|
24816
|
-
justify-content: space-between;
|
24817
|
-
padding: 1rem;
|
24818
|
-
}
|
24819
|
-
.v-stepper .v-stepper-actions {
|
24820
|
-
padding: 0 1.5rem 1rem;
|
24821
|
-
}
|
24822
|
-
.v-stepper-window-item .v-stepper-actions {
|
24823
|
-
padding: 1.5rem 0 0;
|
24824
|
-
}.v-stepper-item {
|
24825
|
-
align-items: center;
|
24826
|
-
align-self: stretch;
|
24827
|
-
display: inline-flex;
|
24828
|
-
flex: none;
|
24829
|
-
outline: none;
|
24830
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24831
|
-
padding: 1.5rem;
|
24832
|
-
position: relative;
|
24833
|
-
transition-duration: 0.2s;
|
24834
|
-
transition-property: opacity;
|
24835
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24836
|
-
}
|
24837
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24838
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24839
|
-
}
|
24840
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24841
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24842
|
-
}
|
24843
|
-
@supports not selector(:focus-visible) {
|
24844
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24845
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24846
|
-
}
|
24847
|
-
}
|
24848
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24849
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24991
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24992
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24850
24993
|
}
|
24851
24994
|
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
24852
24995
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
@@ -24937,144 +25080,56 @@ html.v-overlay-scroll-blocked {
|
|
24937
25080
|
width: 100%;
|
24938
25081
|
height: 100%;
|
24939
25082
|
pointer-events: none;
|
24940
|
-
}.v-
|
24941
|
-
|
24942
|
-
z-index: 10000;
|
24943
|
-
margin: 8px;
|
24944
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24945
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24946
|
-
}
|
24947
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24948
|
-
align-items: flex-end;
|
24949
|
-
}
|
24950
|
-
.v-snackbar__wrapper {
|
24951
|
-
align-items: center;
|
24952
|
-
display: flex;
|
24953
|
-
max-width: 672px;
|
24954
|
-
min-height: 48px;
|
24955
|
-
min-width: 344px;
|
24956
|
-
overflow: hidden;
|
24957
|
-
padding: 0;
|
25083
|
+
}.v-stepper.v-sheet {
|
25084
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24958
25085
|
border-radius: 4px;
|
25086
|
+
overflow: hidden;
|
24959
25087
|
}
|
24960
|
-
.v-
|
24961
|
-
background: transparent;
|
24962
|
-
color: inherit;
|
24963
|
-
}
|
24964
|
-
.v-snackbar--variant-plain {
|
24965
|
-
opacity: 0.62;
|
24966
|
-
}
|
24967
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
24968
|
-
opacity: 1;
|
24969
|
-
}
|
24970
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
24971
|
-
display: none;
|
24972
|
-
}
|
24973
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
24974
|
-
background: rgb(var(--v-theme-surface-variant));
|
24975
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24976
|
-
}
|
24977
|
-
.v-snackbar--variant-elevated {
|
24978
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24979
|
-
}
|
24980
|
-
.v-snackbar--variant-flat {
|
25088
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24981
25089
|
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));
|
24982
25090
|
}
|
24983
|
-
.v-snackbar--variant-outlined {
|
24984
|
-
border: thin solid currentColor;
|
24985
|
-
}
|
24986
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
24987
|
-
background: currentColor;
|
24988
|
-
}
|
24989
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
24990
|
-
background: currentColor;
|
24991
|
-
opacity: var(--v-activated-opacity);
|
24992
|
-
border-radius: inherit;
|
24993
|
-
top: 0;
|
24994
|
-
right: 0;
|
24995
|
-
bottom: 0;
|
24996
|
-
left: 0;
|
24997
|
-
pointer-events: none;
|
24998
|
-
}
|
24999
|
-
.v-snackbar .v-snackbar__underlay {
|
25000
|
-
position: absolute;
|
25001
|
-
}
|
25002
25091
|
|
25003
|
-
.v-
|
25004
|
-
|
25005
|
-
font-size: 0.875rem;
|
25006
|
-
font-weight: 400;
|
25007
|
-
letter-spacing: 0.0178571429em;
|
25008
|
-
line-height: 1.425;
|
25009
|
-
margin-right: auto;
|
25010
|
-
padding: 14px 16px;
|
25011
|
-
text-align: initial;
|
25012
|
-
}
|
25013
|
-
.v-snackbar__actions {
|
25092
|
+
.v-stepper-header {
|
25093
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25014
25094
|
align-items: center;
|
25015
|
-
align-self: center;
|
25016
25095
|
display: flex;
|
25017
|
-
|
25018
|
-
|
25019
|
-
|
25020
|
-
padding: 0 8px;
|
25021
|
-
min-width: auto;
|
25022
|
-
}
|
25023
|
-
.v-snackbar__timer {
|
25024
|
-
width: 100%;
|
25025
|
-
position: absolute;
|
25026
|
-
top: 0;
|
25027
|
-
}
|
25028
|
-
.v-snackbar__timer .v-progress-linear {
|
25029
|
-
transition: 0.2s linear;
|
25030
|
-
}
|
25031
|
-
.v-snackbar--absolute {
|
25032
|
-
position: absolute;
|
25096
|
+
position: relative;
|
25097
|
+
overflow-x: auto;
|
25098
|
+
justify-content: space-between;
|
25033
25099
|
z-index: 1;
|
25034
25100
|
}
|
25035
|
-
.v-
|
25036
|
-
|
25037
|
-
}
|
25038
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
25039
|
-
flex-direction: column;
|
25040
|
-
}
|
25041
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25042
|
-
align-self: flex-end;
|
25043
|
-
margin-bottom: 8px;
|
25044
|
-
}
|
25045
|
-
.v-snackbar--center {
|
25046
|
-
align-items: center;
|
25047
|
-
justify-content: center;
|
25101
|
+
.v-stepper-header .v-divider {
|
25102
|
+
margin: 0 -16px;
|
25048
25103
|
}
|
25049
|
-
.v-
|
25050
|
-
|
25104
|
+
.v-stepper-header .v-divider:last-child {
|
25105
|
+
margin-inline-end: 0;
|
25051
25106
|
}
|
25052
|
-
.v-
|
25053
|
-
|
25107
|
+
.v-stepper-header .v-divider:first-child {
|
25108
|
+
margin-inline-start: 0;
|
25054
25109
|
}
|
25055
|
-
.v-
|
25056
|
-
|
25110
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25111
|
+
height: auto;
|
25057
25112
|
}
|
25058
|
-
.v-
|
25059
|
-
|
25113
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25114
|
+
align-self: flex-start;
|
25115
|
+
margin: 35px -67px 0;
|
25060
25116
|
}
|
25061
25117
|
|
25062
|
-
.v-
|
25063
|
-
|
25064
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25065
|
-
}
|
25066
|
-
.v-snackbar-transition-enter-active {
|
25067
|
-
transition-property: opacity, transform;
|
25118
|
+
.v-stepper-window {
|
25119
|
+
margin: 1.5rem;
|
25068
25120
|
}
|
25069
|
-
|
25070
|
-
|
25071
|
-
|
25121
|
+
|
25122
|
+
.v-stepper-actions {
|
25123
|
+
display: flex;
|
25124
|
+
align-items: center;
|
25125
|
+
justify-content: space-between;
|
25126
|
+
padding: 1rem;
|
25072
25127
|
}
|
25073
|
-
.v-
|
25074
|
-
|
25128
|
+
.v-stepper .v-stepper-actions {
|
25129
|
+
padding: 0 1.5rem 1rem;
|
25075
25130
|
}
|
25076
|
-
.v-
|
25077
|
-
|
25131
|
+
.v-stepper-window-item .v-stepper-actions {
|
25132
|
+
padding: 1.5rem 0 0;
|
25078
25133
|
}.v-table {
|
25079
25134
|
background: rgb(var(--v-theme-surface));
|
25080
25135
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25213,225 +25268,276 @@ html.v-overlay-scroll-blocked {
|
|
25213
25268
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25214
25269
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25215
25270
|
border-top: 0px !important;
|
25216
|
-
}.v-
|
25217
|
-
|
25271
|
+
}.v-snackbar {
|
25272
|
+
justify-content: center;
|
25273
|
+
z-index: 10000;
|
25274
|
+
margin: 8px;
|
25275
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
25276
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
25218
25277
|
}
|
25219
|
-
|
25220
|
-
|
25221
|
-
display: flex;
|
25278
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
25279
|
+
align-items: flex-end;
|
25222
25280
|
}
|
25223
|
-
.v-
|
25224
|
-
|
25281
|
+
.v-snackbar__wrapper {
|
25282
|
+
align-items: center;
|
25283
|
+
display: flex;
|
25284
|
+
max-width: 672px;
|
25285
|
+
min-height: 48px;
|
25286
|
+
min-width: 344px;
|
25287
|
+
overflow: hidden;
|
25288
|
+
padding: 0;
|
25289
|
+
border-radius: 4px;
|
25225
25290
|
}
|
25226
|
-
|
25227
|
-
|
25228
|
-
|
25229
|
-
transition: none;
|
25291
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
25292
|
+
background: transparent;
|
25293
|
+
color: inherit;
|
25230
25294
|
}
|
25231
|
-
.v-
|
25232
|
-
|
25233
|
-
background-color: rgb(var(--v-theme-error));
|
25234
|
-
color: rgb(var(--v-theme-on-error));
|
25295
|
+
.v-snackbar--variant-plain {
|
25296
|
+
opacity: 0.62;
|
25235
25297
|
}
|
25236
|
-
|
25237
|
-
|
25238
|
-
margin-inline-end: auto;
|
25298
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
25299
|
+
opacity: 1;
|
25239
25300
|
}
|
25240
|
-
.v-
|
25241
|
-
|
25301
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
25302
|
+
display: none;
|
25242
25303
|
}
|
25243
|
-
|
25244
|
-
|
25245
|
-
|
25304
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
25305
|
+
background: rgb(var(--v-theme-surface-variant));
|
25306
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25246
25307
|
}
|
25247
|
-
.v-
|
25248
|
-
|
25308
|
+
.v-snackbar--variant-elevated {
|
25309
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25249
25310
|
}
|
25250
|
-
|
25251
|
-
.v-
|
25252
|
-
display: inline-flex;
|
25253
|
-
align-items: center;
|
25254
|
-
font-size: 0.5rem;
|
25255
|
-
padding: 0 5px;
|
25256
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25257
|
-
border-radius: 9999px;
|
25258
|
-
height: 14px;
|
25259
|
-
opacity: 0.6;
|
25260
|
-
min-width: 36px;
|
25261
|
-
cursor: pointer;
|
25262
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25311
|
+
.v-snackbar--variant-flat {
|
25312
|
+
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));
|
25263
25313
|
}
|
25264
|
-
.v-
|
25265
|
-
border
|
25266
|
-
|
25267
|
-
|
25268
|
-
|
25314
|
+
.v-snackbar--variant-outlined {
|
25315
|
+
border: thin solid currentColor;
|
25316
|
+
}
|
25317
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
25318
|
+
background: currentColor;
|
25319
|
+
}
|
25320
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
25321
|
+
background: currentColor;
|
25322
|
+
opacity: var(--v-activated-opacity);
|
25323
|
+
border-radius: inherit;
|
25324
|
+
top: 0;
|
25325
|
+
right: 0;
|
25326
|
+
bottom: 0;
|
25327
|
+
left: 0;
|
25328
|
+
pointer-events: none;
|
25329
|
+
}
|
25330
|
+
.v-snackbar .v-snackbar__underlay {
|
25331
|
+
position: absolute;
|
25269
25332
|
}
|
25270
25333
|
|
25271
|
-
.v-
|
25334
|
+
.v-snackbar__content {
|
25335
|
+
flex-grow: 1;
|
25336
|
+
font-size: 0.875rem;
|
25337
|
+
font-weight: 400;
|
25338
|
+
letter-spacing: 0.0178571429em;
|
25339
|
+
line-height: 1.425;
|
25340
|
+
margin-right: auto;
|
25341
|
+
padding: 14px 16px;
|
25342
|
+
text-align: initial;
|
25343
|
+
}
|
25344
|
+
.v-snackbar__actions {
|
25272
25345
|
align-items: center;
|
25273
|
-
|
25274
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
25275
|
-
border-radius: 50%;
|
25346
|
+
align-self: center;
|
25276
25347
|
display: flex;
|
25277
|
-
|
25278
|
-
height: 20px;
|
25279
|
-
justify-content: center;
|
25280
|
-
width: 20px;
|
25281
|
-
pointer-events: none;
|
25282
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25283
|
-
position: relative;
|
25284
|
-
overflow: hidden;
|
25348
|
+
margin-inline-end: 8px;
|
25285
25349
|
}
|
25286
|
-
.v-
|
25287
|
-
|
25350
|
+
.v-snackbar__actions > .v-btn {
|
25351
|
+
padding: 0 8px;
|
25352
|
+
min-width: auto;
|
25288
25353
|
}
|
25289
|
-
.v-
|
25290
|
-
|
25291
|
-
|
25292
|
-
|
25354
|
+
.v-snackbar__timer {
|
25355
|
+
width: 100%;
|
25356
|
+
position: absolute;
|
25357
|
+
top: 0;
|
25293
25358
|
}
|
25294
|
-
.v-
|
25295
|
-
|
25296
|
-
width: 24px;
|
25297
|
-
transform: scale(0.6666666667);
|
25359
|
+
.v-snackbar__timer .v-progress-linear {
|
25360
|
+
transition: 0.2s linear;
|
25298
25361
|
}
|
25299
|
-
.v-
|
25300
|
-
|
25362
|
+
.v-snackbar--absolute {
|
25363
|
+
position: absolute;
|
25364
|
+
z-index: 1;
|
25301
25365
|
}
|
25302
|
-
.v-
|
25303
|
-
|
25304
|
-
|
25366
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
25367
|
+
min-height: 68px;
|
25368
|
+
}
|
25369
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
25370
|
+
flex-direction: column;
|
25371
|
+
}
|
25372
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25373
|
+
align-self: flex-end;
|
25374
|
+
margin-bottom: 8px;
|
25375
|
+
}
|
25376
|
+
.v-snackbar--center {
|
25377
|
+
align-items: center;
|
25378
|
+
justify-content: center;
|
25379
|
+
}
|
25380
|
+
.v-snackbar--top {
|
25381
|
+
align-items: flex-start;
|
25382
|
+
}
|
25383
|
+
.v-snackbar--bottom {
|
25384
|
+
align-items: flex-end;
|
25385
|
+
}
|
25386
|
+
.v-snackbar--left, .v-snackbar--start {
|
25387
|
+
justify-content: flex-start;
|
25388
|
+
}
|
25389
|
+
.v-snackbar--right, .v-snackbar--end {
|
25390
|
+
justify-content: flex-end;
|
25305
25391
|
}
|
25306
25392
|
|
25307
|
-
.v-
|
25308
|
-
|
25393
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
25394
|
+
transition-duration: 0.15s;
|
25395
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25309
25396
|
}
|
25310
|
-
.v-
|
25311
|
-
|
25397
|
+
.v-snackbar-transition-enter-active {
|
25398
|
+
transition-property: opacity, transform;
|
25312
25399
|
}
|
25313
|
-
.v-
|
25314
|
-
|
25315
|
-
|
25400
|
+
.v-snackbar-transition-enter-from {
|
25401
|
+
opacity: 0;
|
25402
|
+
transform: scale(0.8);
|
25403
|
+
}
|
25404
|
+
.v-snackbar-transition-leave-active {
|
25405
|
+
transition-property: opacity;
|
25406
|
+
}
|
25407
|
+
.v-snackbar-transition-leave-to {
|
25408
|
+
opacity: 0;
|
25409
|
+
}.v-tab.v-tab.v-btn {
|
25410
|
+
height: var(--v-tabs-height);
|
25411
|
+
border-radius: 0;
|
25412
|
+
min-width: 90px;
|
25413
|
+
}
|
25414
|
+
.v-slide-group--horizontal .v-tab {
|
25415
|
+
max-width: 360px;
|
25416
|
+
}
|
25417
|
+
.v-slide-group--vertical .v-tab {
|
25418
|
+
justify-content: start;
|
25419
|
+
}
|
25420
|
+
|
25421
|
+
.v-tab__slider {
|
25316
25422
|
position: absolute;
|
25423
|
+
bottom: 0;
|
25424
|
+
left: 0;
|
25425
|
+
height: 2px;
|
25426
|
+
width: 100%;
|
25427
|
+
background: currentColor;
|
25428
|
+
pointer-events: none;
|
25429
|
+
opacity: 0;
|
25317
25430
|
}
|
25318
|
-
.v-
|
25319
|
-
|
25431
|
+
.v-tab--selected .v-tab__slider {
|
25432
|
+
opacity: 1;
|
25433
|
+
}
|
25434
|
+
.v-slide-group--vertical .v-tab__slider {
|
25435
|
+
top: 0;
|
25436
|
+
height: 100%;
|
25437
|
+
width: 2px;
|
25438
|
+
}.v-tabs {
|
25439
|
+
display: flex;
|
25440
|
+
height: var(--v-tabs-height);
|
25441
|
+
}
|
25442
|
+
.v-tabs--density-default {
|
25443
|
+
--v-tabs-height: 48px;
|
25444
|
+
}
|
25445
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25446
|
+
--v-tabs-height: 72px;
|
25320
25447
|
}
|
25321
25448
|
|
25322
|
-
.v-
|
25323
|
-
|
25449
|
+
.v-tabs--density-comfortable {
|
25450
|
+
--v-tabs-height: 44px;
|
25451
|
+
}
|
25452
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25453
|
+
--v-tabs-height: 68px;
|
25324
25454
|
}
|
25325
25455
|
|
25326
|
-
.v-
|
25327
|
-
|
25456
|
+
.v-tabs--density-compact {
|
25457
|
+
--v-tabs-height: 36px;
|
25328
25458
|
}
|
25329
|
-
.v-
|
25330
|
-
|
25459
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25460
|
+
--v-tabs-height: 60px;
|
25331
25461
|
}
|
25332
25462
|
|
25333
|
-
.v-
|
25334
|
-
|
25463
|
+
.v-tabs.v-slide-group--vertical {
|
25464
|
+
height: auto;
|
25465
|
+
flex: none;
|
25466
|
+
--v-tabs-height: 48px;
|
25335
25467
|
}
|
25336
25468
|
|
25337
|
-
.v-
|
25338
|
-
|
25469
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25470
|
+
margin-inline-start: 42px;
|
25339
25471
|
}
|
25340
|
-
|
25341
|
-
|
25342
|
-
|
25472
|
+
|
25473
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25474
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25475
|
+
margin-inline-end: auto;
|
25343
25476
|
}
|
25344
|
-
.v-
|
25345
|
-
|
25477
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25478
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25479
|
+
margin-inline-start: auto;
|
25346
25480
|
}
|
25347
|
-
|
25348
|
-
|
25481
|
+
|
25482
|
+
.v-tabs--grow {
|
25483
|
+
flex-grow: 1;
|
25349
25484
|
}
|
25350
|
-
.v-
|
25351
|
-
|
25485
|
+
.v-tabs--grow .v-tab {
|
25486
|
+
flex: 1 0 auto;
|
25487
|
+
max-width: none;
|
25352
25488
|
}
|
25353
25489
|
|
25354
|
-
|
25355
|
-
|
25356
|
-
color: currentColor;
|
25357
|
-
}
|
25358
|
-
.v-switch .v-switch__thumb {
|
25359
|
-
background-color: buttontext;
|
25360
|
-
}
|
25361
|
-
.v-switch .v-switch__track,
|
25362
|
-
.v-switch .v-switch__thumb {
|
25363
|
-
border: 1px solid;
|
25364
|
-
color: buttontext;
|
25365
|
-
}
|
25366
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25367
|
-
background-color: highlight;
|
25368
|
-
}
|
25369
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25370
|
-
background-color: highlight;
|
25371
|
-
}
|
25372
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25373
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25374
|
-
color: highlight;
|
25375
|
-
}
|
25376
|
-
.v-switch.v-switch--inset .v-switch__track {
|
25377
|
-
border-width: 2px;
|
25378
|
-
}
|
25379
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25380
|
-
background-color: highlighttext;
|
25381
|
-
color: highlighttext;
|
25382
|
-
}
|
25383
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25384
|
-
background-color: graytext;
|
25385
|
-
}
|
25386
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25387
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25388
|
-
color: graytext;
|
25389
|
-
}
|
25390
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25391
|
-
background-color: canvas;
|
25392
|
-
}
|
25393
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25394
|
-
border-width: 0;
|
25395
|
-
}
|
25396
|
-
}.v-textarea .v-field {
|
25397
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25490
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25491
|
+
margin-inline-start: auto;
|
25398
25492
|
}
|
25399
|
-
.v-
|
25400
|
-
|
25493
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25494
|
+
margin-inline-end: 0;
|
25401
25495
|
}
|
25402
|
-
|
25496
|
+
|
25497
|
+
@media (max-width: 1279.98px) {
|
25498
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25499
|
+
margin-inline-start: 52px;
|
25500
|
+
}
|
25501
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25502
|
+
margin-inline-end: 52px;
|
25503
|
+
}
|
25504
|
+
}.v-system-bar {
|
25505
|
+
align-items: center;
|
25506
|
+
display: flex;
|
25403
25507
|
flex: 1 1 auto;
|
25404
|
-
|
25405
|
-
-
|
25406
|
-
|
25508
|
+
height: 24px;
|
25509
|
+
justify-content: flex-end;
|
25510
|
+
max-width: 100%;
|
25511
|
+
padding-inline: 8px;
|
25512
|
+
position: relative;
|
25513
|
+
text-align: end;
|
25514
|
+
width: 100%;
|
25515
|
+
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));
|
25516
|
+
background: rgba(var(--v-theme-surface-light));
|
25517
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25518
|
+
font-size: 0.75rem;
|
25519
|
+
font-weight: 400;
|
25520
|
+
letter-spacing: 0.0333333333em;
|
25521
|
+
line-height: 1.667;
|
25522
|
+
text-transform: none;
|
25407
25523
|
}
|
25408
|
-
.v-
|
25409
|
-
|
25410
|
-
position: absolute;
|
25411
|
-
top: 0;
|
25412
|
-
left: 0;
|
25413
|
-
height: 0 !important;
|
25414
|
-
min-height: 0 !important;
|
25415
|
-
pointer-events: none;
|
25524
|
+
.v-system-bar .v-icon {
|
25525
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25416
25526
|
}
|
25417
|
-
.v-
|
25418
|
-
|
25527
|
+
.v-system-bar--absolute {
|
25528
|
+
position: absolute;
|
25419
25529
|
}
|
25420
|
-
.v-
|
25421
|
-
|
25422
|
-
opacity: 1;
|
25530
|
+
.v-system-bar--fixed {
|
25531
|
+
position: fixed;
|
25423
25532
|
}
|
25424
|
-
.v-
|
25425
|
-
|
25426
|
-
flex: 1;
|
25427
|
-
min-width: 0;
|
25428
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25533
|
+
.v-system-bar--rounded {
|
25534
|
+
border-radius: 0;
|
25429
25535
|
}
|
25430
|
-
.v-
|
25431
|
-
|
25536
|
+
.v-system-bar--window {
|
25537
|
+
height: 32px;
|
25432
25538
|
}
|
25433
|
-
.v-
|
25434
|
-
|
25539
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25540
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25435
25541
|
}/* region BLOCK */
|
25436
25542
|
.v-text-field input {
|
25437
25543
|
color: inherit;
|
@@ -25499,141 +25605,48 @@ html.v-overlay-scroll-blocked {
|
|
25499
25605
|
padding-inline-end: var(--v-field-padding-end);
|
25500
25606
|
}
|
25501
25607
|
|
25502
|
-
/* endregion */.v-
|
25503
|
-
|
25504
|
-
display: flex;
|
25505
|
-
flex: 1 1 auto;
|
25506
|
-
height: 24px;
|
25507
|
-
justify-content: flex-end;
|
25508
|
-
max-width: 100%;
|
25509
|
-
padding-inline: 8px;
|
25510
|
-
position: relative;
|
25511
|
-
text-align: end;
|
25512
|
-
width: 100%;
|
25513
|
-
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));
|
25514
|
-
background: rgba(var(--v-theme-surface-light));
|
25515
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25516
|
-
font-size: 0.75rem;
|
25517
|
-
font-weight: 400;
|
25518
|
-
letter-spacing: 0.0333333333em;
|
25519
|
-
line-height: 1.667;
|
25520
|
-
text-transform: none;
|
25608
|
+
/* endregion */.v-textarea .v-field {
|
25609
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25521
25610
|
}
|
25522
|
-
.v-
|
25523
|
-
|
25611
|
+
.v-textarea .v-field__field {
|
25612
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25524
25613
|
}
|
25525
|
-
.v-
|
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;
|
25526
25622
|
position: absolute;
|
25623
|
+
top: 0;
|
25624
|
+
left: 0;
|
25625
|
+
height: 0 !important;
|
25626
|
+
min-height: 0 !important;
|
25627
|
+
pointer-events: none;
|
25527
25628
|
}
|
25528
|
-
.v-
|
25529
|
-
|
25629
|
+
.v-textarea--no-resize .v-field__input {
|
25630
|
+
resize: none;
|
25530
25631
|
}
|
25531
|
-
.v-
|
25532
|
-
|
25632
|
+
.v-textarea .v-field--no-label textarea,
|
25633
|
+
.v-textarea .v-field--active textarea {
|
25634
|
+
opacity: 1;
|
25533
25635
|
}
|
25534
|
-
.v-
|
25535
|
-
|
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);
|
25536
25641
|
}
|
25537
|
-
.v-
|
25538
|
-
|
25642
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25643
|
+
outline: none;
|
25644
|
+
}
|
25645
|
+
.v-textarea textarea:invalid {
|
25646
|
+
box-shadow: none;
|
25539
25647
|
}.v-theme-provider {
|
25540
25648
|
background: rgb(var(--v-theme-background));
|
25541
25649
|
color: rgb(var(--v-theme-on-background));
|
25542
|
-
}.v-tabs {
|
25543
|
-
display: flex;
|
25544
|
-
height: var(--v-tabs-height);
|
25545
|
-
}
|
25546
|
-
.v-tabs--density-default {
|
25547
|
-
--v-tabs-height: 48px;
|
25548
|
-
}
|
25549
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25550
|
-
--v-tabs-height: 72px;
|
25551
|
-
}
|
25552
|
-
|
25553
|
-
.v-tabs--density-comfortable {
|
25554
|
-
--v-tabs-height: 44px;
|
25555
|
-
}
|
25556
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25557
|
-
--v-tabs-height: 68px;
|
25558
|
-
}
|
25559
|
-
|
25560
|
-
.v-tabs--density-compact {
|
25561
|
-
--v-tabs-height: 36px;
|
25562
|
-
}
|
25563
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25564
|
-
--v-tabs-height: 60px;
|
25565
|
-
}
|
25566
|
-
|
25567
|
-
.v-tabs.v-slide-group--vertical {
|
25568
|
-
height: auto;
|
25569
|
-
flex: none;
|
25570
|
-
--v-tabs-height: 48px;
|
25571
|
-
}
|
25572
|
-
|
25573
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25574
|
-
margin-inline-start: 42px;
|
25575
|
-
}
|
25576
|
-
|
25577
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25578
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25579
|
-
margin-inline-end: auto;
|
25580
|
-
}
|
25581
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25582
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25583
|
-
margin-inline-start: auto;
|
25584
|
-
}
|
25585
|
-
|
25586
|
-
.v-tabs--grow {
|
25587
|
-
flex-grow: 1;
|
25588
|
-
}
|
25589
|
-
.v-tabs--grow .v-tab {
|
25590
|
-
flex: 1 0 auto;
|
25591
|
-
max-width: none;
|
25592
|
-
}
|
25593
|
-
|
25594
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25595
|
-
margin-inline-start: auto;
|
25596
|
-
}
|
25597
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25598
|
-
margin-inline-end: 0;
|
25599
|
-
}
|
25600
|
-
|
25601
|
-
@media (max-width: 1279.98px) {
|
25602
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25603
|
-
margin-inline-start: 52px;
|
25604
|
-
}
|
25605
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25606
|
-
margin-inline-end: 52px;
|
25607
|
-
}
|
25608
|
-
}.v-tab.v-tab.v-btn {
|
25609
|
-
height: var(--v-tabs-height);
|
25610
|
-
border-radius: 0;
|
25611
|
-
min-width: 90px;
|
25612
|
-
}
|
25613
|
-
.v-slide-group--horizontal .v-tab {
|
25614
|
-
max-width: 360px;
|
25615
|
-
}
|
25616
|
-
.v-slide-group--vertical .v-tab {
|
25617
|
-
justify-content: start;
|
25618
|
-
}
|
25619
|
-
|
25620
|
-
.v-tab__slider {
|
25621
|
-
position: absolute;
|
25622
|
-
bottom: 0;
|
25623
|
-
left: 0;
|
25624
|
-
height: 2px;
|
25625
|
-
width: 100%;
|
25626
|
-
background: currentColor;
|
25627
|
-
pointer-events: none;
|
25628
|
-
opacity: 0;
|
25629
|
-
}
|
25630
|
-
.v-tab--selected .v-tab__slider {
|
25631
|
-
opacity: 1;
|
25632
|
-
}
|
25633
|
-
.v-slide-group--vertical .v-tab__slider {
|
25634
|
-
top: 0;
|
25635
|
-
height: 100%;
|
25636
|
-
width: 2px;
|
25637
25650
|
}.v-timeline .v-timeline-divider__dot {
|
25638
25651
|
background: rgb(var(--v-theme-surface-light));
|
25639
25652
|
}
|
@@ -26050,19 +26063,6 @@ html.v-overlay-scroll-blocked {
|
|
26050
26063
|
|
26051
26064
|
.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 {
|
26052
26065
|
padding-inline-end: 0;
|
26053
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
26054
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
26055
|
-
}
|
26056
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
26057
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
26058
|
-
}
|
26059
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
26060
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26061
|
-
}
|
26062
|
-
@supports not selector(:focus-visible) {
|
26063
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
26064
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26065
|
-
}
|
26066
26066
|
}.v-toolbar {
|
26067
26067
|
align-items: flex-start;
|
26068
26068
|
display: flex;
|
@@ -26192,28 +26192,6 @@ html.v-overlay-scroll-blocked {
|
|
26192
26192
|
}
|
26193
26193
|
.v-toolbar-items > .v-btn {
|
26194
26194
|
border-radius: 0;
|
26195
|
-
}.v-tooltip > .v-overlay__content {
|
26196
|
-
background: rgb(var(--v-theme-surface-variant));
|
26197
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26198
|
-
border-radius: 4px;
|
26199
|
-
font-size: 0.875rem;
|
26200
|
-
line-height: 1.6;
|
26201
|
-
display: inline-block;
|
26202
|
-
padding: 5px 16px;
|
26203
|
-
text-transform: initial;
|
26204
|
-
width: auto;
|
26205
|
-
opacity: 1;
|
26206
|
-
pointer-events: none;
|
26207
|
-
transition-property: opacity, transform;
|
26208
|
-
overflow-wrap: break-word;
|
26209
|
-
}
|
26210
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26211
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26212
|
-
transition-duration: 150ms;
|
26213
|
-
}
|
26214
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26215
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26216
|
-
transition-duration: 75ms;
|
26217
26195
|
}.v-window {
|
26218
26196
|
overflow: hidden;
|
26219
26197
|
}
|
@@ -26293,28 +26271,28 @@ html.v-overlay-scroll-blocked {
|
|
26293
26271
|
}
|
26294
26272
|
.v-virtual-scroll__container {
|
26295
26273
|
display: block;
|
26296
|
-
}.v-
|
26297
|
-
|
26298
|
-
|
26299
|
-
|
26300
|
-
|
26301
|
-
|
26302
|
-
|
26303
|
-
|
26304
|
-
|
26305
|
-
|
26306
|
-
|
26307
|
-
|
26308
|
-
|
26309
|
-
|
26310
|
-
border-radius: 50%;
|
26311
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26274
|
+
}.v-tooltip > .v-overlay__content {
|
26275
|
+
background: rgb(var(--v-theme-surface-variant));
|
26276
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26277
|
+
border-radius: 4px;
|
26278
|
+
font-size: 0.875rem;
|
26279
|
+
line-height: 1.6;
|
26280
|
+
display: inline-block;
|
26281
|
+
padding: 5px 16px;
|
26282
|
+
text-transform: initial;
|
26283
|
+
width: auto;
|
26284
|
+
opacity: 1;
|
26285
|
+
pointer-events: none;
|
26286
|
+
transition-property: opacity, transform;
|
26287
|
+
overflow-wrap: break-word;
|
26312
26288
|
}
|
26313
|
-
.v-
|
26314
|
-
|
26289
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26290
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26291
|
+
transition-duration: 150ms;
|
26315
26292
|
}
|
26316
|
-
.v-
|
26317
|
-
|
26293
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26294
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26295
|
+
transition-duration: 75ms;
|
26318
26296
|
}.v-color-picker-edit {
|
26319
26297
|
display: flex;
|
26320
26298
|
margin-top: 24px;
|
@@ -26378,6 +26356,28 @@ html.v-overlay-scroll-blocked {
|
|
26378
26356
|
justify-content: center;
|
26379
26357
|
width: 100%;
|
26380
26358
|
height: 100%;
|
26359
|
+
}.v-color-picker-canvas {
|
26360
|
+
display: flex;
|
26361
|
+
position: relative;
|
26362
|
+
overflow: hidden;
|
26363
|
+
contain: content;
|
26364
|
+
touch-action: none;
|
26365
|
+
}
|
26366
|
+
.v-color-picker-canvas__dot {
|
26367
|
+
position: absolute;
|
26368
|
+
top: 0;
|
26369
|
+
left: 0;
|
26370
|
+
width: 15px;
|
26371
|
+
height: 15px;
|
26372
|
+
background: transparent;
|
26373
|
+
border-radius: 50%;
|
26374
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26375
|
+
}
|
26376
|
+
.v-color-picker-canvas__dot--disabled {
|
26377
|
+
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);
|
26378
|
+
}
|
26379
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26380
|
+
will-change: transform;
|
26381
26381
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26382
26382
|
background-color: transparent !important;
|
26383
26383
|
}
|