@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.11-master.2024-07-08
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 +3 -2
- package/dist/json/attributes.json +1 -25
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +2 -56
- package/dist/vuetify-labs.css +1717 -1717
- package/dist/vuetify-labs.d.ts +48 -84
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4251 -4251
- package/dist/vuetify.d.ts +84 -102
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/index.d.mts +48 -66
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/components.d.mts +0 -18
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17728,6 +17728,53 @@ html.overflow-y-hidden {
|
|
17728
17728
|
}
|
17729
17729
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17730
17730
|
grid-template-columns: repeat(1, 1fr);
|
17731
|
+
}.v-calendar-day__row-with-label {
|
17732
|
+
display: grid;
|
17733
|
+
grid-template-columns: 48px 8px 1fr;
|
17734
|
+
border-right: thin solid #e0e0e0;
|
17735
|
+
}
|
17736
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17737
|
+
position: relative;
|
17738
|
+
border-right: thin solid #e0e0e0;
|
17739
|
+
}
|
17740
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17741
|
+
content: "";
|
17742
|
+
border-bottom: thin solid #e0e0e0;
|
17743
|
+
position: absolute;
|
17744
|
+
width: 100%;
|
17745
|
+
margin-top: -1px;
|
17746
|
+
z-index: 3;
|
17747
|
+
pointer-events: none;
|
17748
|
+
}
|
17749
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17750
|
+
font-size: 10px;
|
17751
|
+
text-align: center;
|
17752
|
+
position: relative;
|
17753
|
+
top: -8px;
|
17754
|
+
}
|
17755
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17756
|
+
border-bottom: thin solid #e0e0e0;
|
17757
|
+
}
|
17758
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17759
|
+
border-bottom: none;
|
17760
|
+
}
|
17761
|
+
|
17762
|
+
.v-calendar-day__row-without-label {
|
17763
|
+
display: grid;
|
17764
|
+
grid-template-columns: 1fr;
|
17765
|
+
border-right: thin solid #e0e0e0;
|
17766
|
+
}
|
17767
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17768
|
+
overflow: hidden;
|
17769
|
+
border-bottom: thin solid #e0e0e0;
|
17770
|
+
}
|
17771
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17772
|
+
border-bottom: none;
|
17773
|
+
}.v-calendar-internal-event {
|
17774
|
+
overflow: hidden;
|
17775
|
+
padding: 4px;
|
17776
|
+
text-overflow: ellipsis;
|
17777
|
+
white-space: nowrap;
|
17731
17778
|
}.v-calendar-month__day {
|
17732
17779
|
position: relative;
|
17733
17780
|
display: flex;
|
@@ -17791,53 +17838,6 @@ html.overflow-y-hidden {
|
|
17791
17838
|
|
17792
17839
|
.v-calendar-weekly__day-alldayevents-container {
|
17793
17840
|
min-height: 24px;
|
17794
|
-
}.v-calendar-internal-event {
|
17795
|
-
overflow: hidden;
|
17796
|
-
padding: 4px;
|
17797
|
-
text-overflow: ellipsis;
|
17798
|
-
white-space: nowrap;
|
17799
|
-
}.v-calendar-day__row-with-label {
|
17800
|
-
display: grid;
|
17801
|
-
grid-template-columns: 48px 8px 1fr;
|
17802
|
-
border-right: thin solid #e0e0e0;
|
17803
|
-
}
|
17804
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17805
|
-
position: relative;
|
17806
|
-
border-right: thin solid #e0e0e0;
|
17807
|
-
}
|
17808
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17809
|
-
content: "";
|
17810
|
-
border-bottom: thin solid #e0e0e0;
|
17811
|
-
position: absolute;
|
17812
|
-
width: 100%;
|
17813
|
-
margin-top: -1px;
|
17814
|
-
z-index: 3;
|
17815
|
-
pointer-events: none;
|
17816
|
-
}
|
17817
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17818
|
-
font-size: 10px;
|
17819
|
-
text-align: center;
|
17820
|
-
position: relative;
|
17821
|
-
top: -8px;
|
17822
|
-
}
|
17823
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17824
|
-
border-bottom: thin solid #e0e0e0;
|
17825
|
-
}
|
17826
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17827
|
-
border-bottom: none;
|
17828
|
-
}
|
17829
|
-
|
17830
|
-
.v-calendar-day__row-without-label {
|
17831
|
-
display: grid;
|
17832
|
-
grid-template-columns: 1fr;
|
17833
|
-
border-right: thin solid #e0e0e0;
|
17834
|
-
}
|
17835
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17836
|
-
overflow: hidden;
|
17837
|
-
border-bottom: thin solid #e0e0e0;
|
17838
|
-
}
|
17839
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17840
|
-
border-bottom: none;
|
17841
17841
|
}.v-picker.v-sheet {
|
17842
17842
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17843
17843
|
border-radius: 4px;
|
@@ -17891,6 +17891,44 @@ html.overflow-y-hidden {
|
|
17891
17891
|
padding-bottom: 16px;
|
17892
17892
|
font-weight: 400;
|
17893
17893
|
letter-spacing: 0.1666666667em;
|
17894
|
+
}.v-number-input input[type=number] {
|
17895
|
+
-moz-appearance: textfield;
|
17896
|
+
}
|
17897
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17898
|
+
-webkit-appearance: none;
|
17899
|
+
}
|
17900
|
+
.v-number-input .v-field {
|
17901
|
+
padding-inline-end: 0;
|
17902
|
+
padding-inline-start: 0;
|
17903
|
+
}
|
17904
|
+
.v-number-input--inset .v-divider {
|
17905
|
+
height: 55%;
|
17906
|
+
width: 55%;
|
17907
|
+
align-self: center;
|
17908
|
+
}
|
17909
|
+
.v-number-input--split .v-field__input {
|
17910
|
+
text-align: center;
|
17911
|
+
}
|
17912
|
+
.v-number-input--stacked .v-number-input__control {
|
17913
|
+
flex-direction: column-reverse;
|
17914
|
+
}
|
17915
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17916
|
+
flex: 1;
|
17917
|
+
}
|
17918
|
+
.v-number-input--hide-input .v-field {
|
17919
|
+
flex: none;
|
17920
|
+
}
|
17921
|
+
.v-number-input--hide-input .v-field__input {
|
17922
|
+
width: 0;
|
17923
|
+
padding-inline: 0;
|
17924
|
+
}
|
17925
|
+
.v-number-input__control {
|
17926
|
+
display: flex;
|
17927
|
+
height: 100%;
|
17928
|
+
}
|
17929
|
+
.v-number-input__control .v-btn {
|
17930
|
+
background-color: transparent;
|
17931
|
+
border-radius: 0;
|
17894
17932
|
}.v-stepper-vertical-item {
|
17895
17933
|
position: relative;
|
17896
17934
|
transition-duration: 0.2s;
|
@@ -17985,44 +18023,6 @@ html.overflow-y-hidden {
|
|
17985
18023
|
}
|
17986
18024
|
.v-pull-to-refresh__scroll-container--touching {
|
17987
18025
|
transition: none;
|
17988
|
-
}.v-number-input input[type=number] {
|
17989
|
-
-moz-appearance: textfield;
|
17990
|
-
}
|
17991
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17992
|
-
-webkit-appearance: none;
|
17993
|
-
}
|
17994
|
-
.v-number-input .v-field {
|
17995
|
-
padding-inline-end: 0;
|
17996
|
-
padding-inline-start: 0;
|
17997
|
-
}
|
17998
|
-
.v-number-input--inset .v-divider {
|
17999
|
-
height: 55%;
|
18000
|
-
width: 55%;
|
18001
|
-
align-self: center;
|
18002
|
-
}
|
18003
|
-
.v-number-input--split .v-field__input {
|
18004
|
-
text-align: center;
|
18005
|
-
}
|
18006
|
-
.v-number-input--stacked .v-number-input__control {
|
18007
|
-
flex-direction: column-reverse;
|
18008
|
-
}
|
18009
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
18010
|
-
flex: 1;
|
18011
|
-
}
|
18012
|
-
.v-number-input--hide-input .v-field {
|
18013
|
-
flex: none;
|
18014
|
-
}
|
18015
|
-
.v-number-input--hide-input .v-field__input {
|
18016
|
-
width: 0;
|
18017
|
-
padding-inline: 0;
|
18018
|
-
}
|
18019
|
-
.v-number-input__control {
|
18020
|
-
display: flex;
|
18021
|
-
height: 100%;
|
18022
|
-
}
|
18023
|
-
.v-number-input__control .v-btn {
|
18024
|
-
background-color: transparent;
|
18025
|
-
border-radius: 0;
|
18026
18026
|
}.v-time-picker.v-picker {
|
18027
18027
|
padding: 24px;
|
18028
18028
|
width: 328px;
|
@@ -18280,18 +18280,6 @@ 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-app-bar {
|
18284
|
-
display: flex;
|
18285
|
-
}
|
18286
|
-
.v-app-bar.v-toolbar {
|
18287
|
-
background: rgb(var(--v-theme-surface));
|
18288
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18289
|
-
}
|
18290
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18291
|
-
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));
|
18292
|
-
}
|
18293
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
18294
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
18295
18283
|
}.v-application {
|
18296
18284
|
display: flex;
|
18297
18285
|
background: rgb(var(--v-theme-background));
|
@@ -18308,132 +18296,51 @@ html.overflow-y-hidden {
|
|
18308
18296
|
min-height: 100vh;
|
18309
18297
|
min-height: 100dvh;
|
18310
18298
|
position: relative;
|
18311
|
-
}.v-
|
18312
|
-
|
18313
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18314
|
-
cursor: text;
|
18315
|
-
}
|
18316
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18299
|
+
}.v-alert {
|
18300
|
+
display: grid;
|
18317
18301
|
flex: 1 1;
|
18302
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
18303
|
+
grid-template-columns: max-content auto max-content max-content;
|
18304
|
+
position: relative;
|
18305
|
+
padding: 16px;
|
18306
|
+
overflow: hidden;
|
18307
|
+
--v-border-color: currentColor;
|
18308
|
+
border-radius: 4px;
|
18318
18309
|
}
|
18319
|
-
.v-
|
18320
|
-
|
18310
|
+
.v-alert--absolute {
|
18311
|
+
position: absolute;
|
18321
18312
|
}
|
18322
|
-
.v-
|
18323
|
-
|
18313
|
+
.v-alert--fixed {
|
18314
|
+
position: fixed;
|
18324
18315
|
}
|
18325
|
-
.v-
|
18326
|
-
|
18316
|
+
.v-alert--sticky {
|
18317
|
+
position: sticky;
|
18327
18318
|
}
|
18328
|
-
.v-
|
18329
|
-
|
18330
|
-
|
18331
|
-
white-space: nowrap;
|
18319
|
+
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
18320
|
+
background: transparent;
|
18321
|
+
color: inherit;
|
18332
18322
|
}
|
18333
|
-
|
18334
|
-
.
|
18335
|
-
overflow: hidden;
|
18336
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18337
|
-
border-radius: 4px;
|
18323
|
+
.v-alert--variant-plain {
|
18324
|
+
opacity: 0.62;
|
18338
18325
|
}
|
18339
|
-
.v-
|
18340
|
-
|
18326
|
+
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
18327
|
+
opacity: 1;
|
18341
18328
|
}
|
18342
|
-
.v-
|
18343
|
-
display:
|
18344
|
-
align-items: center;
|
18345
|
-
height: 1.5rem;
|
18346
|
-
letter-spacing: inherit;
|
18347
|
-
line-height: inherit;
|
18348
|
-
max-width: calc(100% - 2px - 2px);
|
18329
|
+
.v-alert--variant-plain .v-alert__overlay {
|
18330
|
+
display: none;
|
18349
18331
|
}
|
18350
|
-
.v-
|
18351
|
-
|
18332
|
+
.v-alert--variant-elevated, .v-alert--variant-flat {
|
18333
|
+
background: rgb(var(--v-theme-surface-light));
|
18334
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
18352
18335
|
}
|
18353
|
-
.v-
|
18354
|
-
|
18355
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18356
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18357
|
-
top: 0px;
|
18336
|
+
.v-alert--variant-elevated {
|
18337
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18358
18338
|
}
|
18359
|
-
.v-
|
18360
|
-
|
18339
|
+
.v-alert--variant-flat {
|
18340
|
+
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));
|
18361
18341
|
}
|
18362
|
-
.v-
|
18363
|
-
|
18364
|
-
}
|
18365
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18366
|
-
caret-color: transparent;
|
18367
|
-
}
|
18368
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18369
|
-
flex: 1 1;
|
18370
|
-
position: absolute;
|
18371
|
-
left: 0;
|
18372
|
-
right: 0;
|
18373
|
-
width: 100%;
|
18374
|
-
padding-inline: inherit;
|
18375
|
-
}
|
18376
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18377
|
-
transition: none;
|
18378
|
-
}
|
18379
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18380
|
-
opacity: 0;
|
18381
|
-
}
|
18382
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18383
|
-
opacity: 0;
|
18384
|
-
}
|
18385
|
-
.v-autocomplete__menu-icon {
|
18386
|
-
margin-inline-start: 4px;
|
18387
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18388
|
-
}
|
18389
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18390
|
-
opacity: var(--v-high-emphasis-opacity);
|
18391
|
-
transform: rotate(180deg);
|
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 {
|
18413
|
-
background: transparent;
|
18414
|
-
color: inherit;
|
18415
|
-
}
|
18416
|
-
.v-alert--variant-plain {
|
18417
|
-
opacity: 0.62;
|
18418
|
-
}
|
18419
|
-
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
18420
|
-
opacity: 1;
|
18421
|
-
}
|
18422
|
-
.v-alert--variant-plain .v-alert__overlay {
|
18423
|
-
display: none;
|
18424
|
-
}
|
18425
|
-
.v-alert--variant-elevated, .v-alert--variant-flat {
|
18426
|
-
background: rgb(var(--v-theme-surface-light));
|
18427
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
18428
|
-
}
|
18429
|
-
.v-alert--variant-elevated {
|
18430
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18431
|
-
}
|
18432
|
-
.v-alert--variant-flat {
|
18433
|
-
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));
|
18434
|
-
}
|
18435
|
-
.v-alert--variant-outlined {
|
18436
|
-
border: thin solid currentColor;
|
18342
|
+
.v-alert--variant-outlined {
|
18343
|
+
border: thin solid currentColor;
|
18437
18344
|
}
|
18438
18345
|
.v-alert--variant-text .v-alert__overlay {
|
18439
18346
|
background: currentColor;
|
@@ -18601,228 +18508,131 @@ html.overflow-y-hidden {
|
|
18601
18508
|
text-transform: none;
|
18602
18509
|
word-break: normal;
|
18603
18510
|
word-wrap: break-word;
|
18604
|
-
}.v-
|
18605
|
-
|
18511
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18512
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18513
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18514
|
+
cursor: text;
|
18515
|
+
}
|
18516
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18606
18517
|
flex: 1 1;
|
18607
|
-
font-size: 0.875rem;
|
18608
|
-
grid-template-areas: "prepend content actions";
|
18609
|
-
grid-template-columns: max-content auto max-content;
|
18610
|
-
grid-template-rows: max-content max-content;
|
18611
|
-
line-height: 1.6;
|
18612
|
-
overflow: hidden;
|
18613
|
-
padding-inline: 16px 8px;
|
18614
|
-
padding-top: 16px;
|
18615
|
-
padding-bottom: 16px;
|
18616
|
-
position: relative;
|
18617
|
-
width: 100%;
|
18618
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18619
|
-
border-style: solid;
|
18620
|
-
border-width: 0 0 thin 0;
|
18621
|
-
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));
|
18622
|
-
border-radius: 0;
|
18623
|
-
background: rgb(var(--v-theme-surface));
|
18624
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18625
18518
|
}
|
18626
|
-
.v-
|
18627
|
-
|
18628
|
-
box-shadow: none;
|
18519
|
+
.v-autocomplete .v-field input {
|
18520
|
+
min-width: 64px;
|
18629
18521
|
}
|
18630
|
-
.v-
|
18631
|
-
|
18522
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18523
|
+
min-width: 0;
|
18632
18524
|
}
|
18633
|
-
.v-
|
18634
|
-
|
18525
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18526
|
+
margin-inline-end: 2px;
|
18635
18527
|
}
|
18636
|
-
.v-
|
18637
|
-
|
18528
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18529
|
+
overflow: hidden;
|
18530
|
+
text-overflow: ellipsis;
|
18531
|
+
white-space: nowrap;
|
18638
18532
|
}
|
18639
|
-
|
18533
|
+
|
18534
|
+
.v-autocomplete__content {
|
18535
|
+
overflow: hidden;
|
18536
|
+
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));
|
18640
18537
|
border-radius: 4px;
|
18641
18538
|
}
|
18642
|
-
.v-
|
18643
|
-
|
18539
|
+
.v-autocomplete__mask {
|
18540
|
+
background: rgb(var(--v-theme-surface-light));
|
18644
18541
|
}
|
18645
|
-
.v-
|
18646
|
-
|
18542
|
+
.v-autocomplete__selection {
|
18543
|
+
display: inline-flex;
|
18544
|
+
align-items: center;
|
18545
|
+
height: 1.5rem;
|
18546
|
+
letter-spacing: inherit;
|
18547
|
+
line-height: inherit;
|
18548
|
+
max-width: calc(100% - 2px - 2px);
|
18647
18549
|
}
|
18648
|
-
.v-
|
18649
|
-
margin-
|
18550
|
+
.v-autocomplete__selection:first-child {
|
18551
|
+
margin-inline-start: 0;
|
18650
18552
|
}
|
18651
|
-
.v-
|
18652
|
-
|
18653
|
-
|
18553
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18554
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18555
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18556
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18557
|
+
top: 0px;
|
18654
18558
|
}
|
18655
|
-
.v-
|
18656
|
-
|
18559
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18560
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18657
18561
|
}
|
18658
|
-
.v-
|
18659
|
-
|
18562
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18563
|
+
opacity: 1;
|
18660
18564
|
}
|
18661
|
-
.v-
|
18662
|
-
|
18663
|
-
padding-bottom: 16px;
|
18565
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18566
|
+
caret-color: transparent;
|
18664
18567
|
}
|
18665
|
-
.v-
|
18666
|
-
|
18667
|
-
|
18568
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18569
|
+
flex: 1 1;
|
18570
|
+
position: absolute;
|
18571
|
+
left: 0;
|
18572
|
+
right: 0;
|
18573
|
+
width: 100%;
|
18574
|
+
padding-inline: inherit;
|
18668
18575
|
}
|
18669
|
-
.v-
|
18670
|
-
|
18576
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18577
|
+
transition: none;
|
18671
18578
|
}
|
18672
|
-
|
18673
|
-
|
18674
|
-
margin-bottom: -4px;
|
18579
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18580
|
+
opacity: 0;
|
18675
18581
|
}
|
18676
|
-
.v-
|
18677
|
-
|
18678
|
-
padding-bottom: 4px;
|
18582
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18583
|
+
opacity: 0;
|
18679
18584
|
}
|
18680
|
-
.v-
|
18681
|
-
margin-
|
18585
|
+
.v-autocomplete__menu-icon {
|
18586
|
+
margin-inline-start: 4px;
|
18587
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18682
18588
|
}
|
18683
|
-
.v-
|
18684
|
-
|
18685
|
-
|
18589
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18590
|
+
opacity: var(--v-high-emphasis-opacity);
|
18591
|
+
transform: rotate(180deg);
|
18592
|
+
}.v-app-bar {
|
18593
|
+
display: flex;
|
18686
18594
|
}
|
18687
|
-
.v-
|
18688
|
-
|
18689
|
-
|
18595
|
+
.v-app-bar.v-toolbar {
|
18596
|
+
background: rgb(var(--v-theme-surface));
|
18597
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18690
18598
|
}
|
18691
|
-
.v-
|
18692
|
-
|
18599
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18600
|
+
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));
|
18693
18601
|
}
|
18694
|
-
|
18695
|
-
|
18696
|
-
|
18602
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18603
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18604
|
+
}.v-avatar {
|
18605
|
+
flex: none;
|
18606
|
+
align-items: center;
|
18607
|
+
display: inline-flex;
|
18608
|
+
justify-content: center;
|
18609
|
+
line-height: normal;
|
18610
|
+
overflow: hidden;
|
18611
|
+
position: relative;
|
18612
|
+
text-align: center;
|
18613
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18614
|
+
transition-property: width, height;
|
18615
|
+
vertical-align: middle;
|
18616
|
+
border-radius: 50%;
|
18697
18617
|
}
|
18698
|
-
.v-
|
18699
|
-
|
18700
|
-
padding-bottom: 0px;
|
18618
|
+
.v-avatar.v-avatar--size-x-small {
|
18619
|
+
--v-avatar-height: 24px;
|
18701
18620
|
}
|
18702
|
-
.v-
|
18703
|
-
|
18621
|
+
.v-avatar.v-avatar--size-small {
|
18622
|
+
--v-avatar-height: 32px;
|
18704
18623
|
}
|
18705
|
-
.v-
|
18706
|
-
|
18707
|
-
padding-bottom: 8px;
|
18624
|
+
.v-avatar.v-avatar--size-default {
|
18625
|
+
--v-avatar-height: 40px;
|
18708
18626
|
}
|
18709
|
-
.v-
|
18710
|
-
|
18711
|
-
padding-bottom: 8px;
|
18627
|
+
.v-avatar.v-avatar--size-large {
|
18628
|
+
--v-avatar-height: 48px;
|
18712
18629
|
}
|
18713
|
-
.v-
|
18714
|
-
|
18630
|
+
.v-avatar.v-avatar--size-x-large {
|
18631
|
+
--v-avatar-height: 56px;
|
18715
18632
|
}
|
18716
|
-
|
18717
|
-
|
18718
|
-
|
18719
|
-
z-index: 1;
|
18720
|
-
}
|
18721
|
-
|
18722
|
-
.v-banner__content {
|
18723
|
-
align-items: center;
|
18724
|
-
display: flex;
|
18725
|
-
grid-area: content;
|
18726
|
-
}
|
18727
|
-
|
18728
|
-
.v-banner__prepend {
|
18729
|
-
align-self: flex-start;
|
18730
|
-
grid-area: prepend;
|
18731
|
-
margin-inline-end: 24px;
|
18732
|
-
}
|
18733
|
-
|
18734
|
-
.v-banner-actions {
|
18735
|
-
align-self: flex-end;
|
18736
|
-
display: flex;
|
18737
|
-
flex: 0 1;
|
18738
|
-
grid-area: actions;
|
18739
|
-
justify-content: flex-end;
|
18740
|
-
}
|
18741
|
-
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
18742
|
-
margin-top: 20px;
|
18743
|
-
}
|
18744
|
-
|
18745
|
-
.v-banner-text {
|
18746
|
-
-webkit-box-orient: vertical;
|
18747
|
-
display: -webkit-box;
|
18748
|
-
padding-inline-end: 90px;
|
18749
|
-
overflow: hidden;
|
18750
|
-
}
|
18751
|
-
.v-banner--one-line .v-banner-text {
|
18752
|
-
-webkit-line-clamp: 1;
|
18753
|
-
}
|
18754
|
-
.v-banner--two-line .v-banner-text {
|
18755
|
-
-webkit-line-clamp: 2;
|
18756
|
-
}
|
18757
|
-
.v-banner--three-line .v-banner-text {
|
18758
|
-
-webkit-line-clamp: 3;
|
18759
|
-
}
|
18760
|
-
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18761
|
-
align-self: flex-start;
|
18762
|
-
}.bottom-sheet-transition-enter-from {
|
18763
|
-
transform: translateY(100%);
|
18764
|
-
}
|
18765
|
-
.bottom-sheet-transition-leave-to {
|
18766
|
-
transform: translateY(100%);
|
18767
|
-
}
|
18768
|
-
|
18769
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18770
|
-
align-self: flex-end;
|
18771
|
-
border-radius: 0;
|
18772
|
-
flex: 0 1 auto;
|
18773
|
-
left: 0;
|
18774
|
-
right: 0;
|
18775
|
-
margin-inline: 0;
|
18776
|
-
margin-bottom: 0;
|
18777
|
-
transition-duration: 0.2s;
|
18778
|
-
width: 100%;
|
18779
|
-
max-width: 100%;
|
18780
|
-
overflow: visible;
|
18781
|
-
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));
|
18782
|
-
}
|
18783
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18784
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18785
|
-
border-radius: 0;
|
18786
|
-
}
|
18787
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18788
|
-
max-width: none;
|
18789
|
-
}
|
18790
|
-
@media (min-width: 600px) {
|
18791
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18792
|
-
max-width: 70%;
|
18793
|
-
}
|
18794
|
-
}.v-avatar {
|
18795
|
-
flex: none;
|
18796
|
-
align-items: center;
|
18797
|
-
display: inline-flex;
|
18798
|
-
justify-content: center;
|
18799
|
-
line-height: normal;
|
18800
|
-
overflow: hidden;
|
18801
|
-
position: relative;
|
18802
|
-
text-align: center;
|
18803
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18804
|
-
transition-property: width, height;
|
18805
|
-
vertical-align: middle;
|
18806
|
-
border-radius: 50%;
|
18807
|
-
}
|
18808
|
-
.v-avatar.v-avatar--size-x-small {
|
18809
|
-
--v-avatar-height: 24px;
|
18810
|
-
}
|
18811
|
-
.v-avatar.v-avatar--size-small {
|
18812
|
-
--v-avatar-height: 32px;
|
18813
|
-
}
|
18814
|
-
.v-avatar.v-avatar--size-default {
|
18815
|
-
--v-avatar-height: 40px;
|
18816
|
-
}
|
18817
|
-
.v-avatar.v-avatar--size-large {
|
18818
|
-
--v-avatar-height: 48px;
|
18819
|
-
}
|
18820
|
-
.v-avatar.v-avatar--size-x-large {
|
18821
|
-
--v-avatar-height: 56px;
|
18822
|
-
}
|
18823
|
-
.v-avatar.v-avatar--density-default {
|
18824
|
-
height: calc(var(--v-avatar-height) + 0px);
|
18825
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18633
|
+
.v-avatar.v-avatar--density-default {
|
18634
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18635
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18826
18636
|
}
|
18827
18637
|
.v-avatar.v-avatar--density-comfortable {
|
18828
18638
|
height: calc(var(--v-avatar-height) + -4px);
|
@@ -18877,15 +18687,276 @@ html.overflow-y-hidden {
|
|
18877
18687
|
.v-avatar--rounded {
|
18878
18688
|
border-radius: 4px;
|
18879
18689
|
}
|
18880
|
-
.v-avatar--start {
|
18881
|
-
margin-inline-end: 8px;
|
18690
|
+
.v-avatar--start {
|
18691
|
+
margin-inline-end: 8px;
|
18692
|
+
}
|
18693
|
+
.v-avatar--end {
|
18694
|
+
margin-inline-start: 8px;
|
18695
|
+
}
|
18696
|
+
.v-avatar .v-img {
|
18697
|
+
height: 100%;
|
18698
|
+
width: 100%;
|
18699
|
+
}.v-badge {
|
18700
|
+
display: inline-block;
|
18701
|
+
line-height: 1;
|
18702
|
+
}
|
18703
|
+
|
18704
|
+
.v-badge__badge {
|
18705
|
+
align-items: center;
|
18706
|
+
display: inline-flex;
|
18707
|
+
border-radius: 10px;
|
18708
|
+
font-size: 0.75rem;
|
18709
|
+
font-weight: 500;
|
18710
|
+
height: 1.25rem;
|
18711
|
+
justify-content: center;
|
18712
|
+
min-width: 20px;
|
18713
|
+
padding: 4px 6px;
|
18714
|
+
pointer-events: auto;
|
18715
|
+
position: absolute;
|
18716
|
+
text-align: center;
|
18717
|
+
text-indent: 0;
|
18718
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18719
|
+
white-space: nowrap;
|
18720
|
+
background: rgb(var(--v-theme-surface-variant));
|
18721
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18722
|
+
}
|
18723
|
+
.v-badge--bordered .v-badge__badge::after {
|
18724
|
+
border-radius: inherit;
|
18725
|
+
border-style: solid;
|
18726
|
+
border-width: 2px;
|
18727
|
+
bottom: 0;
|
18728
|
+
color: rgb(var(--v-theme-background));
|
18729
|
+
content: "";
|
18730
|
+
left: 0;
|
18731
|
+
position: absolute;
|
18732
|
+
right: 0;
|
18733
|
+
top: 0;
|
18734
|
+
transform: scale(1.05);
|
18735
|
+
}
|
18736
|
+
.v-badge--dot .v-badge__badge {
|
18737
|
+
border-radius: 4.5px;
|
18738
|
+
height: 9px;
|
18739
|
+
min-width: 0;
|
18740
|
+
padding: 0;
|
18741
|
+
width: 9px;
|
18742
|
+
}
|
18743
|
+
.v-badge--dot .v-badge__badge::after {
|
18744
|
+
border-width: 1.5px;
|
18745
|
+
}
|
18746
|
+
.v-badge--inline .v-badge__badge {
|
18747
|
+
position: relative;
|
18748
|
+
vertical-align: middle;
|
18749
|
+
}
|
18750
|
+
.v-badge__badge .v-icon {
|
18751
|
+
color: inherit;
|
18752
|
+
font-size: 0.75rem;
|
18753
|
+
margin: 0 -2px;
|
18754
|
+
}
|
18755
|
+
.v-badge__badge img,
|
18756
|
+
.v-badge__badge .v-img {
|
18757
|
+
height: 100%;
|
18758
|
+
width: 100%;
|
18759
|
+
}
|
18760
|
+
|
18761
|
+
.v-badge__wrapper {
|
18762
|
+
display: flex;
|
18763
|
+
position: relative;
|
18764
|
+
}
|
18765
|
+
.v-badge--inline .v-badge__wrapper {
|
18766
|
+
align-items: center;
|
18767
|
+
display: inline-flex;
|
18768
|
+
justify-content: center;
|
18769
|
+
margin: 0 4px;
|
18770
|
+
}.v-banner {
|
18771
|
+
display: grid;
|
18772
|
+
flex: 1 1;
|
18773
|
+
font-size: 0.875rem;
|
18774
|
+
grid-template-areas: "prepend content actions";
|
18775
|
+
grid-template-columns: max-content auto max-content;
|
18776
|
+
grid-template-rows: max-content max-content;
|
18777
|
+
line-height: 1.6;
|
18778
|
+
overflow: hidden;
|
18779
|
+
padding-inline: 16px 8px;
|
18780
|
+
padding-top: 16px;
|
18781
|
+
padding-bottom: 16px;
|
18782
|
+
position: relative;
|
18783
|
+
width: 100%;
|
18784
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18785
|
+
border-style: solid;
|
18786
|
+
border-width: 0 0 thin 0;
|
18787
|
+
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));
|
18788
|
+
border-radius: 0;
|
18789
|
+
background: rgb(var(--v-theme-surface));
|
18790
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18791
|
+
}
|
18792
|
+
.v-banner--border {
|
18793
|
+
border-width: thin;
|
18794
|
+
box-shadow: none;
|
18795
|
+
}
|
18796
|
+
.v-banner--absolute {
|
18797
|
+
position: absolute;
|
18798
|
+
}
|
18799
|
+
.v-banner--fixed {
|
18800
|
+
position: fixed;
|
18801
|
+
}
|
18802
|
+
.v-banner--sticky {
|
18803
|
+
position: sticky;
|
18804
|
+
}
|
18805
|
+
.v-banner--rounded {
|
18806
|
+
border-radius: 4px;
|
18807
|
+
}
|
18808
|
+
.v-banner--stacked:not(.v-banner--one-line) {
|
18809
|
+
grid-template-areas: "prepend content" ". actions";
|
18810
|
+
}
|
18811
|
+
.v-banner--stacked .v-banner-text {
|
18812
|
+
padding-inline-end: 36px;
|
18813
|
+
}
|
18814
|
+
.v-banner--density-default .v-banner-actions {
|
18815
|
+
margin-bottom: -8px;
|
18816
|
+
}
|
18817
|
+
.v-banner--density-default.v-banner--one-line {
|
18818
|
+
padding-top: 8px;
|
18819
|
+
padding-bottom: 8px;
|
18820
|
+
}
|
18821
|
+
.v-banner--density-default.v-banner--one-line .v-banner-actions {
|
18822
|
+
margin-bottom: 0;
|
18823
|
+
}
|
18824
|
+
.v-banner--density-default.v-banner--one-line {
|
18825
|
+
padding-top: 10px;
|
18826
|
+
}
|
18827
|
+
.v-banner--density-default.v-banner--two-line {
|
18828
|
+
padding-top: 16px;
|
18829
|
+
padding-bottom: 16px;
|
18830
|
+
}
|
18831
|
+
.v-banner--density-default.v-banner--three-line {
|
18832
|
+
padding-top: 24px;
|
18833
|
+
padding-bottom: 16px;
|
18834
|
+
}
|
18835
|
+
.v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
|
18836
|
+
margin-top: 20px;
|
18837
|
+
}
|
18838
|
+
|
18839
|
+
.v-banner--density-comfortable .v-banner-actions {
|
18840
|
+
margin-bottom: -4px;
|
18841
|
+
}
|
18842
|
+
.v-banner--density-comfortable.v-banner--one-line {
|
18843
|
+
padding-top: 4px;
|
18844
|
+
padding-bottom: 4px;
|
18845
|
+
}
|
18846
|
+
.v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
|
18847
|
+
margin-bottom: 0;
|
18848
|
+
}
|
18849
|
+
.v-banner--density-comfortable.v-banner--two-line {
|
18850
|
+
padding-top: 12px;
|
18851
|
+
padding-bottom: 12px;
|
18852
|
+
}
|
18853
|
+
.v-banner--density-comfortable.v-banner--three-line {
|
18854
|
+
padding-top: 20px;
|
18855
|
+
padding-bottom: 12px;
|
18856
|
+
}
|
18857
|
+
.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
|
18858
|
+
margin-top: 16px;
|
18859
|
+
}
|
18860
|
+
|
18861
|
+
.v-banner--density-compact .v-banner-actions {
|
18862
|
+
margin-bottom: 0px;
|
18863
|
+
}
|
18864
|
+
.v-banner--density-compact.v-banner--one-line {
|
18865
|
+
padding-top: 0px;
|
18866
|
+
padding-bottom: 0px;
|
18867
|
+
}
|
18868
|
+
.v-banner--density-compact.v-banner--one-line .v-banner-actions {
|
18869
|
+
margin-bottom: 0;
|
18870
|
+
}
|
18871
|
+
.v-banner--density-compact.v-banner--two-line {
|
18872
|
+
padding-top: 8px;
|
18873
|
+
padding-bottom: 8px;
|
18874
|
+
}
|
18875
|
+
.v-banner--density-compact.v-banner--three-line {
|
18876
|
+
padding-top: 16px;
|
18877
|
+
padding-bottom: 8px;
|
18878
|
+
}
|
18879
|
+
.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
|
18880
|
+
margin-top: 12px;
|
18881
|
+
}
|
18882
|
+
|
18883
|
+
.v-banner--sticky {
|
18884
|
+
top: 0;
|
18885
|
+
z-index: 1;
|
18886
|
+
}
|
18887
|
+
|
18888
|
+
.v-banner__content {
|
18889
|
+
align-items: center;
|
18890
|
+
display: flex;
|
18891
|
+
grid-area: content;
|
18892
|
+
}
|
18893
|
+
|
18894
|
+
.v-banner__prepend {
|
18895
|
+
align-self: flex-start;
|
18896
|
+
grid-area: prepend;
|
18897
|
+
margin-inline-end: 24px;
|
18898
|
+
}
|
18899
|
+
|
18900
|
+
.v-banner-actions {
|
18901
|
+
align-self: flex-end;
|
18902
|
+
display: flex;
|
18903
|
+
flex: 0 1;
|
18904
|
+
grid-area: actions;
|
18905
|
+
justify-content: flex-end;
|
18906
|
+
}
|
18907
|
+
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
18908
|
+
margin-top: 20px;
|
18909
|
+
}
|
18910
|
+
|
18911
|
+
.v-banner-text {
|
18912
|
+
-webkit-box-orient: vertical;
|
18913
|
+
display: -webkit-box;
|
18914
|
+
padding-inline-end: 90px;
|
18915
|
+
overflow: hidden;
|
18916
|
+
}
|
18917
|
+
.v-banner--one-line .v-banner-text {
|
18918
|
+
-webkit-line-clamp: 1;
|
18919
|
+
}
|
18920
|
+
.v-banner--two-line .v-banner-text {
|
18921
|
+
-webkit-line-clamp: 2;
|
18922
|
+
}
|
18923
|
+
.v-banner--three-line .v-banner-text {
|
18924
|
+
-webkit-line-clamp: 3;
|
18925
|
+
}
|
18926
|
+
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18927
|
+
align-self: flex-start;
|
18928
|
+
}.bottom-sheet-transition-enter-from {
|
18929
|
+
transform: translateY(100%);
|
18930
|
+
}
|
18931
|
+
.bottom-sheet-transition-leave-to {
|
18932
|
+
transform: translateY(100%);
|
18933
|
+
}
|
18934
|
+
|
18935
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18936
|
+
align-self: flex-end;
|
18937
|
+
border-radius: 0;
|
18938
|
+
flex: 0 1 auto;
|
18939
|
+
left: 0;
|
18940
|
+
right: 0;
|
18941
|
+
margin-inline: 0;
|
18942
|
+
margin-bottom: 0;
|
18943
|
+
transition-duration: 0.2s;
|
18944
|
+
width: 100%;
|
18945
|
+
max-width: 100%;
|
18946
|
+
overflow: visible;
|
18947
|
+
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));
|
18948
|
+
}
|
18949
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18950
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18951
|
+
border-radius: 0;
|
18882
18952
|
}
|
18883
|
-
.v-
|
18884
|
-
|
18953
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18954
|
+
max-width: none;
|
18885
18955
|
}
|
18886
|
-
|
18887
|
-
|
18888
|
-
|
18956
|
+
@media (min-width: 600px) {
|
18957
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18958
|
+
max-width: 70%;
|
18959
|
+
}
|
18889
18960
|
}.v-bottom-navigation {
|
18890
18961
|
display: flex;
|
18891
18962
|
max-width: 100%;
|
@@ -19359,90 +19430,75 @@ html.overflow-y-hidden {
|
|
19359
19430
|
}
|
19360
19431
|
.v-pagination__item--is-active .v-btn__overlay {
|
19361
19432
|
opacity: var(--v-border-opacity);
|
19362
|
-
}.v-btn-
|
19363
|
-
|
19433
|
+
}.v-btn-group {
|
19434
|
+
display: inline-flex;
|
19435
|
+
flex-wrap: nowrap;
|
19436
|
+
max-width: 100%;
|
19437
|
+
min-width: 0;
|
19438
|
+
overflow: hidden;
|
19439
|
+
vertical-align: middle;
|
19440
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19441
|
+
border-style: solid;
|
19442
|
+
border-width: 0;
|
19443
|
+
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));
|
19444
|
+
border-radius: 4px;
|
19445
|
+
background: transparent;
|
19446
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19364
19447
|
}
|
19365
|
-
.v-btn-
|
19366
|
-
|
19448
|
+
.v-btn-group--border {
|
19449
|
+
border-width: thin;
|
19450
|
+
box-shadow: none;
|
19367
19451
|
}
|
19368
|
-
.v-btn-
|
19369
|
-
|
19452
|
+
.v-btn-group--density-default.v-btn-group {
|
19453
|
+
height: 48px;
|
19370
19454
|
}
|
19371
|
-
|
19372
|
-
|
19373
|
-
|
19374
|
-
}
|
19375
|
-
}.v-badge {
|
19376
|
-
display: inline-block;
|
19377
|
-
line-height: 1;
|
19455
|
+
|
19456
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19457
|
+
height: 40px;
|
19378
19458
|
}
|
19379
19459
|
|
19380
|
-
.v-
|
19381
|
-
|
19382
|
-
display: inline-flex;
|
19383
|
-
border-radius: 10px;
|
19384
|
-
font-size: 0.75rem;
|
19385
|
-
font-weight: 500;
|
19386
|
-
height: 1.25rem;
|
19387
|
-
justify-content: center;
|
19388
|
-
min-width: 20px;
|
19389
|
-
padding: 4px 6px;
|
19390
|
-
pointer-events: auto;
|
19391
|
-
position: absolute;
|
19392
|
-
text-align: center;
|
19393
|
-
text-indent: 0;
|
19394
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19395
|
-
white-space: nowrap;
|
19396
|
-
background: rgb(var(--v-theme-surface-variant));
|
19397
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19460
|
+
.v-btn-group--density-compact.v-btn-group {
|
19461
|
+
height: 36px;
|
19398
19462
|
}
|
19399
|
-
|
19400
|
-
|
19401
|
-
border-
|
19402
|
-
border-
|
19403
|
-
bottom: 0;
|
19404
|
-
color: rgb(var(--v-theme-background));
|
19405
|
-
content: "";
|
19406
|
-
left: 0;
|
19407
|
-
position: absolute;
|
19408
|
-
right: 0;
|
19409
|
-
top: 0;
|
19410
|
-
transform: scale(1.05);
|
19463
|
+
|
19464
|
+
.v-btn-group .v-btn {
|
19465
|
+
border-radius: 0;
|
19466
|
+
border-color: inherit;
|
19411
19467
|
}
|
19412
|
-
.v-
|
19413
|
-
border-
|
19414
|
-
height: 9px;
|
19415
|
-
min-width: 0;
|
19416
|
-
padding: 0;
|
19417
|
-
width: 9px;
|
19468
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19469
|
+
border-inline-end: none;
|
19418
19470
|
}
|
19419
|
-
.v-
|
19420
|
-
border-
|
19471
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19472
|
+
border-inline-start: none;
|
19421
19473
|
}
|
19422
|
-
.v-
|
19423
|
-
|
19424
|
-
|
19474
|
+
.v-btn-group .v-btn:first-child {
|
19475
|
+
border-start-start-radius: inherit;
|
19476
|
+
border-end-start-radius: inherit;
|
19425
19477
|
}
|
19426
|
-
.v-
|
19427
|
-
|
19428
|
-
|
19429
|
-
margin: 0 -2px;
|
19478
|
+
.v-btn-group .v-btn:last-child {
|
19479
|
+
border-start-end-radius: inherit;
|
19480
|
+
border-end-end-radius: inherit;
|
19430
19481
|
}
|
19431
|
-
.v-
|
19432
|
-
|
19433
|
-
|
19434
|
-
|
19482
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19483
|
+
border-inline-end-width: thin;
|
19484
|
+
border-inline-end-style: solid;
|
19485
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19435
19486
|
}
|
19436
|
-
|
19437
|
-
|
19438
|
-
|
19439
|
-
|
19487
|
+
.v-btn-group--tile {
|
19488
|
+
border-radius: 0;
|
19489
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19490
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19440
19491
|
}
|
19441
|
-
.v-
|
19442
|
-
|
19443
|
-
|
19444
|
-
|
19445
|
-
|
19492
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19493
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19494
|
+
}
|
19495
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19496
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19497
|
+
}
|
19498
|
+
@supports not selector(:focus-visible) {
|
19499
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19500
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19501
|
+
}
|
19446
19502
|
}.v-breadcrumbs {
|
19447
19503
|
display: flex;
|
19448
19504
|
align-items: center;
|
@@ -19500,11 +19556,24 @@ html.overflow-y-hidden {
|
|
19500
19556
|
display: inline-block;
|
19501
19557
|
padding: 0 8px;
|
19502
19558
|
vertical-align: middle;
|
19503
|
-
}.v-
|
19504
|
-
|
19559
|
+
}.v-chip-group {
|
19560
|
+
display: flex;
|
19561
|
+
max-width: 100%;
|
19562
|
+
min-width: 0;
|
19563
|
+
overflow-x: auto;
|
19564
|
+
padding: 4px 0;
|
19505
19565
|
}
|
19506
|
-
.v-
|
19507
|
-
|
19566
|
+
.v-chip-group .v-chip {
|
19567
|
+
margin: 4px 8px 4px 0;
|
19568
|
+
}
|
19569
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19570
|
+
opacity: var(--v-activated-opacity);
|
19571
|
+
}
|
19572
|
+
|
19573
|
+
.v-chip-group--column .v-slide-group__content {
|
19574
|
+
white-space: normal;
|
19575
|
+
flex-wrap: wrap;
|
19576
|
+
max-width: 100%;
|
19508
19577
|
}.v-card {
|
19509
19578
|
display: block;
|
19510
19579
|
overflow: hidden;
|
@@ -19804,6 +19873,11 @@ html.overflow-y-hidden {
|
|
19804
19873
|
pointer-events: none;
|
19805
19874
|
opacity: 0;
|
19806
19875
|
transition: opacity 0.2s ease-in-out;
|
19876
|
+
}.v-checkbox.v-input {
|
19877
|
+
flex: 0 1 auto;
|
19878
|
+
}
|
19879
|
+
.v-checkbox .v-selection-control {
|
19880
|
+
min-height: var(--v-input-control-height);
|
19807
19881
|
}.v-carousel {
|
19808
19882
|
overflow: hidden;
|
19809
19883
|
position: relative;
|
@@ -19867,80 +19941,87 @@ html.overflow-y-hidden {
|
|
19867
19941
|
flex-direction: column;
|
19868
19942
|
height: 100% !important;
|
19869
19943
|
width: 50px;
|
19870
|
-
}.v-
|
19871
|
-
|
19872
|
-
|
19944
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
19945
|
+
.v-combobox .v-field .v-text-field__suffix,
|
19946
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
19947
|
+
cursor: text;
|
19948
|
+
}
|
19949
|
+
.v-combobox .v-field .v-field__input > input {
|
19950
|
+
flex: 1 1;
|
19951
|
+
}
|
19952
|
+
.v-combobox .v-field input {
|
19953
|
+
min-width: 64px;
|
19954
|
+
}
|
19955
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
19873
19956
|
min-width: 0;
|
19874
|
-
overflow-x: auto;
|
19875
|
-
padding: 4px 0;
|
19876
19957
|
}
|
19877
|
-
.v-
|
19878
|
-
margin:
|
19958
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
19959
|
+
margin-inline-end: 2px;
|
19879
19960
|
}
|
19880
|
-
.v-
|
19881
|
-
|
19961
|
+
.v-combobox .v-combobox__selection-text {
|
19962
|
+
overflow: hidden;
|
19963
|
+
text-overflow: ellipsis;
|
19964
|
+
white-space: nowrap;
|
19882
19965
|
}
|
19883
19966
|
|
19884
|
-
.v-
|
19885
|
-
white-space: normal;
|
19886
|
-
flex-wrap: wrap;
|
19887
|
-
max-width: 100%;
|
19888
|
-
}.v-btn-group {
|
19889
|
-
display: inline-flex;
|
19890
|
-
flex-wrap: nowrap;
|
19891
|
-
max-width: 100%;
|
19892
|
-
min-width: 0;
|
19967
|
+
.v-combobox__content {
|
19893
19968
|
overflow: hidden;
|
19894
|
-
|
19895
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19896
|
-
border-style: solid;
|
19897
|
-
border-width: 0;
|
19898
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19969
|
+
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));
|
19899
19970
|
border-radius: 4px;
|
19900
|
-
background: transparent;
|
19901
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19902
19971
|
}
|
19903
|
-
.v-
|
19904
|
-
|
19905
|
-
box-shadow: none;
|
19972
|
+
.v-combobox__mask {
|
19973
|
+
background: rgb(var(--v-theme-surface-light));
|
19906
19974
|
}
|
19907
|
-
.v-
|
19908
|
-
|
19975
|
+
.v-combobox__selection {
|
19976
|
+
display: inline-flex;
|
19977
|
+
align-items: center;
|
19978
|
+
height: 1.5rem;
|
19979
|
+
letter-spacing: inherit;
|
19980
|
+
line-height: inherit;
|
19981
|
+
max-width: calc(100% - 2px - 2px);
|
19909
19982
|
}
|
19910
|
-
|
19911
|
-
|
19912
|
-
height: 40px;
|
19983
|
+
.v-combobox__selection:first-child {
|
19984
|
+
margin-inline-start: 0;
|
19913
19985
|
}
|
19914
|
-
|
19915
|
-
.v-
|
19916
|
-
|
19986
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
19987
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
19988
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
19989
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
19990
|
+
top: 0px;
|
19991
|
+
}
|
19992
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
19993
|
+
opacity: var(--v-medium-emphasis-opacity);
|
19994
|
+
}
|
19995
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
19996
|
+
opacity: 1;
|
19917
19997
|
}
|
19918
|
-
|
19919
|
-
|
19920
|
-
border-radius: 0;
|
19921
|
-
border-color: inherit;
|
19998
|
+
.v-combobox--selecting-index .v-field__input > input {
|
19999
|
+
caret-color: transparent;
|
19922
20000
|
}
|
19923
|
-
.v-
|
19924
|
-
|
20001
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20002
|
+
flex: 1 1;
|
20003
|
+
position: absolute;
|
20004
|
+
left: 0;
|
20005
|
+
right: 0;
|
20006
|
+
width: 100%;
|
20007
|
+
padding-inline: inherit;
|
19925
20008
|
}
|
19926
|
-
.v-
|
19927
|
-
|
20009
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20010
|
+
transition: none;
|
19928
20011
|
}
|
19929
|
-
.v-
|
19930
|
-
|
19931
|
-
border-end-start-radius: inherit;
|
20012
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20013
|
+
opacity: 0;
|
19932
20014
|
}
|
19933
|
-
.v-
|
19934
|
-
|
19935
|
-
border-end-end-radius: inherit;
|
20015
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20016
|
+
opacity: 0;
|
19936
20017
|
}
|
19937
|
-
.v-
|
19938
|
-
|
19939
|
-
|
19940
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20018
|
+
.v-combobox__menu-icon {
|
20019
|
+
margin-inline-start: 4px;
|
20020
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
19941
20021
|
}
|
19942
|
-
.v-
|
19943
|
-
|
20022
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
20023
|
+
opacity: var(--v-high-emphasis-opacity);
|
20024
|
+
transform: rotate(180deg);
|
19944
20025
|
}.v-chip {
|
19945
20026
|
align-items: center;
|
19946
20027
|
display: inline-flex;
|
@@ -20353,26 +20434,6 @@ html.overflow-y-hidden {
|
|
20353
20434
|
|
20354
20435
|
.v-chip--label {
|
20355
20436
|
border-radius: 4px;
|
20356
|
-
}.v-color-picker {
|
20357
|
-
align-self: flex-start;
|
20358
|
-
contain: content;
|
20359
|
-
}
|
20360
|
-
.v-color-picker.v-sheet {
|
20361
|
-
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));
|
20362
|
-
border-radius: 4px;
|
20363
|
-
}
|
20364
|
-
|
20365
|
-
.v-color-picker__controls {
|
20366
|
-
display: flex;
|
20367
|
-
flex-direction: column;
|
20368
|
-
padding: 16px;
|
20369
|
-
}
|
20370
|
-
|
20371
|
-
.v-color-picker--flat {
|
20372
|
-
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));
|
20373
|
-
}
|
20374
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20375
|
-
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));
|
20376
20437
|
}.v-container {
|
20377
20438
|
width: 100%;
|
20378
20439
|
padding: 16px;
|
@@ -21045,87 +21106,31 @@ html.overflow-y-hidden {
|
|
21045
21106
|
.offset-xxl-11 {
|
21046
21107
|
margin-inline-start: 91.6666666667%;
|
21047
21108
|
}
|
21048
|
-
}.v-
|
21049
|
-
|
21050
|
-
|
21051
|
-
cursor: text;
|
21052
|
-
}
|
21053
|
-
.v-combobox .v-field .v-field__input > input {
|
21054
|
-
flex: 1 1;
|
21055
|
-
}
|
21056
|
-
.v-combobox .v-field input {
|
21057
|
-
min-width: 64px;
|
21058
|
-
}
|
21059
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
21060
|
-
min-width: 0;
|
21061
|
-
}
|
21062
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
21063
|
-
margin-inline-end: 2px;
|
21064
|
-
}
|
21065
|
-
.v-combobox .v-combobox__selection-text {
|
21066
|
-
overflow: hidden;
|
21067
|
-
text-overflow: ellipsis;
|
21068
|
-
white-space: nowrap;
|
21109
|
+
}.v-color-picker {
|
21110
|
+
align-self: flex-start;
|
21111
|
+
contain: content;
|
21069
21112
|
}
|
21070
|
-
|
21071
|
-
.v-
|
21072
|
-
overflow: hidden;
|
21073
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21113
|
+
.v-color-picker.v-sheet {
|
21114
|
+
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));
|
21074
21115
|
border-radius: 4px;
|
21075
21116
|
}
|
21076
|
-
|
21077
|
-
|
21078
|
-
|
21079
|
-
|
21080
|
-
|
21081
|
-
align-items: center;
|
21082
|
-
height: 1.5rem;
|
21083
|
-
letter-spacing: inherit;
|
21084
|
-
line-height: inherit;
|
21085
|
-
max-width: calc(100% - 2px - 2px);
|
21086
|
-
}
|
21087
|
-
.v-combobox__selection:first-child {
|
21088
|
-
margin-inline-start: 0;
|
21089
|
-
}
|
21090
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21091
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21092
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21093
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21094
|
-
top: 0px;
|
21095
|
-
}
|
21096
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
21097
|
-
opacity: var(--v-medium-emphasis-opacity);
|
21098
|
-
}
|
21099
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
21100
|
-
opacity: 1;
|
21101
|
-
}
|
21102
|
-
.v-combobox--selecting-index .v-field__input > input {
|
21103
|
-
caret-color: transparent;
|
21104
|
-
}
|
21105
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
21106
|
-
flex: 1 1;
|
21107
|
-
position: absolute;
|
21108
|
-
left: 0;
|
21109
|
-
right: 0;
|
21110
|
-
width: 100%;
|
21111
|
-
padding-inline: inherit;
|
21112
|
-
}
|
21113
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
21114
|
-
transition: none;
|
21115
|
-
}
|
21116
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
21117
|
-
opacity: 0;
|
21118
|
-
}
|
21119
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
21120
|
-
opacity: 0;
|
21117
|
+
|
21118
|
+
.v-color-picker__controls {
|
21119
|
+
display: flex;
|
21120
|
+
flex-direction: column;
|
21121
|
+
padding: 16px;
|
21121
21122
|
}
|
21122
|
-
|
21123
|
-
|
21124
|
-
|
21123
|
+
|
21124
|
+
.v-color-picker--flat {
|
21125
|
+
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));
|
21125
21126
|
}
|
21126
|
-
.v-
|
21127
|
-
|
21128
|
-
|
21127
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21128
|
+
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));
|
21129
|
+
}.v-counter {
|
21130
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21131
|
+
flex: 0 1 auto;
|
21132
|
+
font-size: 12px;
|
21133
|
+
transition-duration: 150ms;
|
21129
21134
|
}.v-data-table {
|
21130
21135
|
width: 100%;
|
21131
21136
|
}
|
@@ -21342,105 +21347,8 @@ html.overflow-y-hidden {
|
|
21342
21347
|
display: flex;
|
21343
21348
|
margin-inline-start: 16px;
|
21344
21349
|
}
|
21345
|
-
.v-data-table-footer__page {
|
21346
|
-
padding: 0 8px;
|
21347
|
-
}.v-counter {
|
21348
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21349
|
-
flex: 0 1 auto;
|
21350
|
-
font-size: 12px;
|
21351
|
-
transition-duration: 150ms;
|
21352
|
-
}.v-dialog {
|
21353
|
-
align-items: center;
|
21354
|
-
justify-content: center;
|
21355
|
-
margin: auto;
|
21356
|
-
}
|
21357
|
-
.v-dialog > .v-overlay__content {
|
21358
|
-
max-height: calc(100% - 48px);
|
21359
|
-
width: calc(100% - 48px);
|
21360
|
-
max-width: calc(100% - 48px);
|
21361
|
-
margin: 24px;
|
21362
|
-
}
|
21363
|
-
.v-dialog > .v-overlay__content,
|
21364
|
-
.v-dialog > .v-overlay__content > form {
|
21365
|
-
display: flex;
|
21366
|
-
flex-direction: column;
|
21367
|
-
min-height: 0;
|
21368
|
-
}
|
21369
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21370
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
21371
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
21372
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21373
|
-
--v-scrollbar-offset: 0px;
|
21374
|
-
border-radius: 4px;
|
21375
|
-
overflow-y: auto;
|
21376
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21377
|
-
}
|
21378
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21379
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
21380
|
-
display: flex;
|
21381
|
-
flex-direction: column;
|
21382
|
-
}
|
21383
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21384
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21385
|
-
padding: 16px 24px;
|
21386
|
-
}
|
21387
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21388
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21389
|
-
padding-top: 0;
|
21390
|
-
}
|
21391
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21392
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21393
|
-
font-size: inherit;
|
21394
|
-
letter-spacing: 0.03125em;
|
21395
|
-
line-height: inherit;
|
21396
|
-
padding: 16px 24px 24px;
|
21397
|
-
}
|
21398
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21399
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21400
|
-
justify-content: flex-end;
|
21401
|
-
}
|
21402
|
-
|
21403
|
-
.v-dialog--fullscreen {
|
21404
|
-
--v-scrollbar-offset: 0px;
|
21405
|
-
}
|
21406
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
21407
|
-
border-radius: 0;
|
21408
|
-
margin: 0;
|
21409
|
-
padding: 0;
|
21410
|
-
width: 100%;
|
21411
|
-
height: 100%;
|
21412
|
-
max-width: 100%;
|
21413
|
-
max-height: 100%;
|
21414
|
-
overflow-y: auto;
|
21415
|
-
top: 0;
|
21416
|
-
left: 0;
|
21417
|
-
}
|
21418
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21419
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21420
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21421
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21422
|
-
min-height: 100%;
|
21423
|
-
min-width: 100%;
|
21424
|
-
border-radius: 0;
|
21425
|
-
}
|
21426
|
-
|
21427
|
-
.v-dialog--scrollable > .v-overlay__content,
|
21428
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
21429
|
-
display: flex;
|
21430
|
-
}
|
21431
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21432
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21433
|
-
display: flex;
|
21434
|
-
flex: 1 1 100%;
|
21435
|
-
flex-direction: column;
|
21436
|
-
max-height: 100%;
|
21437
|
-
max-width: 100%;
|
21438
|
-
}
|
21439
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21440
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21441
|
-
-webkit-backface-visibility: hidden;
|
21442
|
-
backface-visibility: hidden;
|
21443
|
-
overflow-y: auto;
|
21350
|
+
.v-data-table-footer__page {
|
21351
|
+
padding: 0 8px;
|
21444
21352
|
}.v-date-picker {
|
21445
21353
|
overflow: hidden;
|
21446
21354
|
width: 328px;
|
@@ -21503,6 +21411,95 @@ html.overflow-y-hidden {
|
|
21503
21411
|
|
21504
21412
|
.v-date-picker__title {
|
21505
21413
|
display: inline-block;
|
21414
|
+
}.v-date-picker-month {
|
21415
|
+
display: flex;
|
21416
|
+
justify-content: center;
|
21417
|
+
padding: 0 12px 8px;
|
21418
|
+
--v-date-picker-month-day-diff: 4px;
|
21419
|
+
}
|
21420
|
+
|
21421
|
+
.v-date-picker-month__weeks {
|
21422
|
+
display: grid;
|
21423
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21424
|
+
column-gap: 4px;
|
21425
|
+
font-size: 0.85rem;
|
21426
|
+
}
|
21427
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21428
|
+
grid-row-gap: 0;
|
21429
|
+
}
|
21430
|
+
|
21431
|
+
.v-date-picker-month__weekday {
|
21432
|
+
font-size: 0.85rem;
|
21433
|
+
}
|
21434
|
+
|
21435
|
+
.v-date-picker-month__days {
|
21436
|
+
display: grid;
|
21437
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21438
|
+
column-gap: 4px;
|
21439
|
+
flex: 1 1;
|
21440
|
+
justify-content: space-around;
|
21441
|
+
}
|
21442
|
+
|
21443
|
+
.v-date-picker-month__day {
|
21444
|
+
align-items: center;
|
21445
|
+
display: flex;
|
21446
|
+
justify-content: center;
|
21447
|
+
position: relative;
|
21448
|
+
height: 40px;
|
21449
|
+
width: 40px;
|
21450
|
+
}
|
21451
|
+
.v-date-picker-month__day--selected .v-btn {
|
21452
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21453
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21454
|
+
}
|
21455
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21456
|
+
--v-btn-height: 24px;
|
21457
|
+
--v-btn-size: 0.85rem;
|
21458
|
+
}
|
21459
|
+
.v-date-picker-month__day--week {
|
21460
|
+
font-size: var(--v-btn-size);
|
21461
|
+
}
|
21462
|
+
|
21463
|
+
.v-date-picker-month__day--adjacent {
|
21464
|
+
opacity: 0.5;
|
21465
|
+
}
|
21466
|
+
|
21467
|
+
.v-date-picker-month__day--hide-adjacent {
|
21468
|
+
opacity: 0;
|
21469
|
+
}.v-date-picker-months {
|
21470
|
+
height: 288px;
|
21471
|
+
}
|
21472
|
+
|
21473
|
+
.v-date-picker-months__content {
|
21474
|
+
align-items: center;
|
21475
|
+
display: grid;
|
21476
|
+
flex: 1 1;
|
21477
|
+
height: inherit;
|
21478
|
+
justify-content: space-around;
|
21479
|
+
grid-template-columns: repeat(2, 1fr);
|
21480
|
+
grid-gap: 0px 24px;
|
21481
|
+
padding-inline-start: 36px;
|
21482
|
+
padding-inline-end: 36px;
|
21483
|
+
}
|
21484
|
+
.v-date-picker-months__content .v-btn {
|
21485
|
+
text-transform: none;
|
21486
|
+
padding-inline-start: 8px;
|
21487
|
+
padding-inline-end: 8px;
|
21488
|
+
}.v-date-picker-years {
|
21489
|
+
height: 288px;
|
21490
|
+
overflow-y: scroll;
|
21491
|
+
}
|
21492
|
+
|
21493
|
+
.v-date-picker-years__content {
|
21494
|
+
display: grid;
|
21495
|
+
flex: 1 1;
|
21496
|
+
justify-content: space-around;
|
21497
|
+
grid-template-columns: repeat(3, 1fr);
|
21498
|
+
gap: 8px 24px;
|
21499
|
+
padding-inline: 32px;
|
21500
|
+
}
|
21501
|
+
.v-date-picker-years__content .v-btn {
|
21502
|
+
padding-inline: 8px;
|
21506
21503
|
}.v-date-picker-header {
|
21507
21504
|
align-items: flex-end;
|
21508
21505
|
height: 70px;
|
@@ -21563,95 +21560,148 @@ html.overflow-y-hidden {
|
|
21563
21560
|
.date-picker-header-reverse-transition-leave-to {
|
21564
21561
|
opacity: 0;
|
21565
21562
|
transform: translate(0, 100%);
|
21566
|
-
}.v-
|
21567
|
-
|
21568
|
-
|
21563
|
+
}.v-dialog {
|
21564
|
+
align-items: center;
|
21565
|
+
justify-content: center;
|
21566
|
+
margin: auto;
|
21569
21567
|
}
|
21570
|
-
|
21571
|
-
|
21572
|
-
|
21573
|
-
|
21574
|
-
|
21575
|
-
grid-template-columns: repeat(3, 1fr);
|
21576
|
-
gap: 8px 24px;
|
21577
|
-
padding-inline: 32px;
|
21568
|
+
.v-dialog > .v-overlay__content {
|
21569
|
+
max-height: calc(100% - 48px);
|
21570
|
+
width: calc(100% - 48px);
|
21571
|
+
max-width: calc(100% - 48px);
|
21572
|
+
margin: 24px;
|
21578
21573
|
}
|
21579
|
-
.v-
|
21580
|
-
|
21581
|
-
|
21582
|
-
|
21574
|
+
.v-dialog > .v-overlay__content,
|
21575
|
+
.v-dialog > .v-overlay__content > form {
|
21576
|
+
display: flex;
|
21577
|
+
flex-direction: column;
|
21578
|
+
min-height: 0;
|
21583
21579
|
}
|
21584
|
-
|
21585
|
-
.v-
|
21586
|
-
|
21587
|
-
|
21588
|
-
|
21589
|
-
|
21590
|
-
|
21591
|
-
|
21592
|
-
grid-gap: 0px 24px;
|
21593
|
-
padding-inline-start: 36px;
|
21594
|
-
padding-inline-end: 36px;
|
21580
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21581
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21582
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21583
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21584
|
+
--v-scrollbar-offset: 0px;
|
21585
|
+
border-radius: 4px;
|
21586
|
+
overflow-y: auto;
|
21587
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21595
21588
|
}
|
21596
|
-
.v-
|
21597
|
-
|
21598
|
-
padding-inline-start: 8px;
|
21599
|
-
padding-inline-end: 8px;
|
21600
|
-
}.v-date-picker-month {
|
21589
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21590
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21601
21591
|
display: flex;
|
21602
|
-
|
21603
|
-
|
21604
|
-
|
21592
|
+
flex-direction: column;
|
21593
|
+
}
|
21594
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21595
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21596
|
+
padding: 16px 24px;
|
21597
|
+
}
|
21598
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21599
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21600
|
+
padding-top: 0;
|
21601
|
+
}
|
21602
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21603
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21604
|
+
font-size: inherit;
|
21605
|
+
letter-spacing: 0.03125em;
|
21606
|
+
line-height: inherit;
|
21607
|
+
padding: 16px 24px 24px;
|
21608
|
+
}
|
21609
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21610
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21611
|
+
justify-content: flex-end;
|
21605
21612
|
}
|
21606
21613
|
|
21607
|
-
.v-
|
21608
|
-
|
21609
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21610
|
-
column-gap: 4px;
|
21611
|
-
font-size: 0.85rem;
|
21614
|
+
.v-dialog--fullscreen {
|
21615
|
+
--v-scrollbar-offset: 0px;
|
21612
21616
|
}
|
21613
|
-
.v-
|
21614
|
-
|
21617
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21618
|
+
border-radius: 0;
|
21619
|
+
margin: 0;
|
21620
|
+
padding: 0;
|
21621
|
+
width: 100%;
|
21622
|
+
height: 100%;
|
21623
|
+
max-width: 100%;
|
21624
|
+
max-height: 100%;
|
21625
|
+
overflow-y: auto;
|
21626
|
+
top: 0;
|
21627
|
+
left: 0;
|
21628
|
+
}
|
21629
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21630
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21631
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21632
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21633
|
+
min-height: 100%;
|
21634
|
+
min-width: 100%;
|
21635
|
+
border-radius: 0;
|
21615
21636
|
}
|
21616
21637
|
|
21617
|
-
.v-
|
21618
|
-
|
21638
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21639
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
21640
|
+
display: flex;
|
21641
|
+
}
|
21642
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21643
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21644
|
+
display: flex;
|
21645
|
+
flex: 1 1 100%;
|
21646
|
+
flex-direction: column;
|
21647
|
+
max-height: 100%;
|
21648
|
+
max-width: 100%;
|
21649
|
+
}
|
21650
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21651
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21652
|
+
-webkit-backface-visibility: hidden;
|
21653
|
+
backface-visibility: hidden;
|
21654
|
+
overflow-y: auto;
|
21655
|
+
}.v-divider {
|
21656
|
+
display: block;
|
21657
|
+
flex: 1 1 100%;
|
21658
|
+
height: 0px;
|
21659
|
+
max-height: 0px;
|
21660
|
+
opacity: var(--v-border-opacity);
|
21661
|
+
transition: inherit;
|
21662
|
+
border-style: solid;
|
21663
|
+
border-width: thin 0 0 0;
|
21664
|
+
}
|
21665
|
+
.v-divider--vertical {
|
21666
|
+
align-self: stretch;
|
21667
|
+
border-width: 0 thin 0 0;
|
21668
|
+
display: inline-flex;
|
21669
|
+
height: auto;
|
21670
|
+
margin-left: -1px;
|
21671
|
+
max-height: 100%;
|
21672
|
+
max-width: 0px;
|
21673
|
+
vertical-align: text-bottom;
|
21674
|
+
width: 0px;
|
21675
|
+
}
|
21676
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21677
|
+
max-width: calc(100% - 72px);
|
21678
|
+
margin-inline-start: 72px;
|
21679
|
+
}
|
21680
|
+
.v-divider--inset.v-divider--vertical {
|
21681
|
+
margin-bottom: 8px;
|
21682
|
+
margin-top: 8px;
|
21683
|
+
max-height: calc(100% - 16px);
|
21619
21684
|
}
|
21620
21685
|
|
21621
|
-
.v-
|
21622
|
-
|
21623
|
-
|
21624
|
-
|
21625
|
-
|
21626
|
-
|
21686
|
+
.v-divider__content {
|
21687
|
+
padding: 0 16px;
|
21688
|
+
text-wrap: nowrap;
|
21689
|
+
}
|
21690
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
21691
|
+
padding: 4px 0;
|
21627
21692
|
}
|
21628
21693
|
|
21629
|
-
.v-
|
21630
|
-
align-items: center;
|
21694
|
+
.v-divider__wrapper {
|
21631
21695
|
display: flex;
|
21696
|
+
align-items: center;
|
21632
21697
|
justify-content: center;
|
21633
|
-
position: relative;
|
21634
|
-
height: 40px;
|
21635
|
-
width: 40px;
|
21636
|
-
}
|
21637
|
-
.v-date-picker-month__day--selected .v-btn {
|
21638
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21639
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21640
|
-
}
|
21641
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21642
|
-
--v-btn-height: 24px;
|
21643
|
-
--v-btn-size: 0.85rem;
|
21644
21698
|
}
|
21645
|
-
.v-
|
21646
|
-
|
21647
|
-
|
21648
|
-
|
21649
|
-
.v-date-picker-month__day--adjacent {
|
21650
|
-
opacity: 0.5;
|
21699
|
+
.v-divider__wrapper--vertical {
|
21700
|
+
flex-direction: column;
|
21701
|
+
height: 100%;
|
21651
21702
|
}
|
21652
|
-
|
21653
|
-
|
21654
|
-
opacity: 0;
|
21703
|
+
.v-divider__wrapper--vertical .v-divider {
|
21704
|
+
margin: 0 auto;
|
21655
21705
|
}.v-expansion-panel {
|
21656
21706
|
background-color: rgb(var(--v-theme-surface));
|
21657
21707
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21862,6 +21912,73 @@ html.overflow-y-hidden {
|
|
21862
21912
|
}
|
21863
21913
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21864
21914
|
border-radius: 0;
|
21915
|
+
}.v-empty-state {
|
21916
|
+
align-items: center;
|
21917
|
+
display: flex;
|
21918
|
+
flex-direction: column;
|
21919
|
+
justify-content: center;
|
21920
|
+
min-height: 100%;
|
21921
|
+
padding: 16px;
|
21922
|
+
}
|
21923
|
+
.v-empty-state--start {
|
21924
|
+
align-items: flex-start;
|
21925
|
+
}
|
21926
|
+
.v-empty-state--center {
|
21927
|
+
align-items: center;
|
21928
|
+
}
|
21929
|
+
.v-empty-state--end {
|
21930
|
+
align-items: flex-end;
|
21931
|
+
}
|
21932
|
+
|
21933
|
+
.v-empty-state__media {
|
21934
|
+
text-align: center;
|
21935
|
+
width: 100%;
|
21936
|
+
}
|
21937
|
+
.v-empty-state__media .v-icon {
|
21938
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21939
|
+
}
|
21940
|
+
|
21941
|
+
.v-empty-state__headline {
|
21942
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21943
|
+
font-size: 3.75rem;
|
21944
|
+
font-weight: 300;
|
21945
|
+
line-height: 1;
|
21946
|
+
text-align: center;
|
21947
|
+
margin-bottom: 8px;
|
21948
|
+
}
|
21949
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
21950
|
+
font-size: 2.125rem;
|
21951
|
+
}
|
21952
|
+
|
21953
|
+
.v-empty-state__title {
|
21954
|
+
font-size: 1.25rem;
|
21955
|
+
font-weight: 500;
|
21956
|
+
line-height: 1.6;
|
21957
|
+
margin-bottom: 4px;
|
21958
|
+
text-align: center;
|
21959
|
+
}
|
21960
|
+
|
21961
|
+
.v-empty-state__text {
|
21962
|
+
font-size: 0.875rem;
|
21963
|
+
font-weight: 400;
|
21964
|
+
line-height: 1.425;
|
21965
|
+
padding: 0 16px;
|
21966
|
+
text-align: center;
|
21967
|
+
}
|
21968
|
+
|
21969
|
+
.v-empty-state__content {
|
21970
|
+
padding: 24px 0;
|
21971
|
+
}
|
21972
|
+
|
21973
|
+
.v-empty-state__actions {
|
21974
|
+
display: flex;
|
21975
|
+
gap: 8px;
|
21976
|
+
padding: 16px;
|
21977
|
+
}
|
21978
|
+
|
21979
|
+
.v-empty-state__action-btn.v-btn {
|
21980
|
+
background-color: initial;
|
21981
|
+
color: initial;
|
21865
21982
|
}/* region INPUT */
|
21866
21983
|
.v-field {
|
21867
21984
|
--v-theme-overlay-multiplier: 1;
|
@@ -22439,214 +22556,69 @@ textarea.v-field__input::placeholder {
|
|
22439
22556
|
flex: 1 1 auto;
|
22440
22557
|
pointer-events: none;
|
22441
22558
|
position: relative;
|
22442
|
-
transition-duration: 0.2s;
|
22443
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22444
|
-
vertical-align: middle;
|
22445
|
-
}
|
22446
|
-
.v-fab .v-btn {
|
22447
|
-
pointer-events: auto;
|
22448
|
-
}
|
22449
|
-
.v-fab .v-btn--variant-elevated {
|
22450
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22451
|
-
}
|
22452
|
-
.v-fab--app, .v-fab--absolute {
|
22453
|
-
display: flex;
|
22454
|
-
}
|
22455
|
-
.v-fab--start, .v-fab--left {
|
22456
|
-
justify-content: flex-start;
|
22457
|
-
}
|
22458
|
-
.v-fab--center {
|
22459
|
-
align-items: center;
|
22460
|
-
justify-content: center;
|
22461
|
-
}
|
22462
|
-
.v-fab--end, .v-fab--right {
|
22463
|
-
justify-content: flex-end;
|
22464
|
-
}
|
22465
|
-
.v-fab--bottom {
|
22466
|
-
align-items: flex-end;
|
22467
|
-
}
|
22468
|
-
.v-fab--top {
|
22469
|
-
align-items: flex-start;
|
22470
|
-
}
|
22471
|
-
.v-fab--extended .v-btn {
|
22472
|
-
border-radius: 9999px !important;
|
22473
|
-
}
|
22474
|
-
|
22475
|
-
.v-fab__container {
|
22476
|
-
align-self: center;
|
22477
|
-
display: inline-flex;
|
22478
|
-
position: absolute;
|
22479
|
-
vertical-align: middle;
|
22480
|
-
}
|
22481
|
-
.v-fab--app .v-fab__container {
|
22482
|
-
margin: 12px;
|
22483
|
-
}
|
22484
|
-
.v-fab--absolute .v-fab__container {
|
22485
|
-
position: absolute;
|
22486
|
-
z-index: 4;
|
22487
|
-
}
|
22488
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22489
|
-
transform: translateY(-50%);
|
22490
|
-
}
|
22491
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22492
|
-
transform: translateY(50%);
|
22493
|
-
}
|
22494
|
-
.v-fab--top .v-fab__container {
|
22495
|
-
top: 0;
|
22496
|
-
}
|
22497
|
-
.v-fab--bottom .v-fab__container {
|
22498
|
-
bottom: 0;
|
22499
|
-
}
|
22500
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22501
|
-
left: 0;
|
22502
|
-
}
|
22503
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22504
|
-
right: 0;
|
22505
|
-
}.v-empty-state {
|
22506
|
-
align-items: center;
|
22507
|
-
display: flex;
|
22508
|
-
flex-direction: column;
|
22509
|
-
justify-content: center;
|
22510
|
-
min-height: 100%;
|
22511
|
-
padding: 16px;
|
22512
|
-
}
|
22513
|
-
.v-empty-state--start {
|
22514
|
-
align-items: flex-start;
|
22515
|
-
}
|
22516
|
-
.v-empty-state--center {
|
22517
|
-
align-items: center;
|
22518
|
-
}
|
22519
|
-
.v-empty-state--end {
|
22520
|
-
align-items: flex-end;
|
22521
|
-
}
|
22522
|
-
|
22523
|
-
.v-empty-state__media {
|
22524
|
-
text-align: center;
|
22525
|
-
width: 100%;
|
22526
|
-
}
|
22527
|
-
.v-empty-state__media .v-icon {
|
22528
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22529
|
-
}
|
22530
|
-
|
22531
|
-
.v-empty-state__headline {
|
22532
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22533
|
-
font-size: 3.75rem;
|
22534
|
-
font-weight: 300;
|
22535
|
-
line-height: 1;
|
22536
|
-
text-align: center;
|
22537
|
-
margin-bottom: 8px;
|
22538
|
-
}
|
22539
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
22540
|
-
font-size: 2.125rem;
|
22541
|
-
}
|
22542
|
-
|
22543
|
-
.v-empty-state__title {
|
22544
|
-
font-size: 1.25rem;
|
22545
|
-
font-weight: 500;
|
22546
|
-
line-height: 1.6;
|
22547
|
-
margin-bottom: 4px;
|
22548
|
-
text-align: center;
|
22549
|
-
}
|
22550
|
-
|
22551
|
-
.v-empty-state__text {
|
22552
|
-
font-size: 0.875rem;
|
22553
|
-
font-weight: 400;
|
22554
|
-
line-height: 1.425;
|
22555
|
-
padding: 0 16px;
|
22556
|
-
text-align: center;
|
22557
|
-
}
|
22558
|
-
|
22559
|
-
.v-empty-state__content {
|
22560
|
-
padding: 24px 0;
|
22561
|
-
}
|
22562
|
-
|
22563
|
-
.v-empty-state__actions {
|
22564
|
-
display: flex;
|
22565
|
-
gap: 8px;
|
22566
|
-
padding: 16px;
|
22567
|
-
}
|
22568
|
-
|
22569
|
-
.v-empty-state__action-btn.v-btn {
|
22570
|
-
background-color: initial;
|
22571
|
-
color: initial;
|
22572
|
-
}.v-divider {
|
22573
|
-
display: block;
|
22574
|
-
flex: 1 1 100%;
|
22575
|
-
height: 0px;
|
22576
|
-
max-height: 0px;
|
22577
|
-
opacity: var(--v-border-opacity);
|
22578
|
-
transition: inherit;
|
22579
|
-
border-style: solid;
|
22580
|
-
border-width: thin 0 0 0;
|
22581
|
-
}
|
22582
|
-
.v-divider--vertical {
|
22583
|
-
align-self: stretch;
|
22584
|
-
border-width: 0 thin 0 0;
|
22585
|
-
display: inline-flex;
|
22586
|
-
height: auto;
|
22587
|
-
margin-left: -1px;
|
22588
|
-
max-height: 100%;
|
22589
|
-
max-width: 0px;
|
22590
|
-
vertical-align: text-bottom;
|
22591
|
-
width: 0px;
|
22592
|
-
}
|
22593
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
22594
|
-
max-width: calc(100% - 72px);
|
22595
|
-
margin-inline-start: 72px;
|
22596
|
-
}
|
22597
|
-
.v-divider--inset.v-divider--vertical {
|
22598
|
-
margin-bottom: 8px;
|
22599
|
-
margin-top: 8px;
|
22600
|
-
max-height: calc(100% - 16px);
|
22559
|
+
transition-duration: 0.2s;
|
22560
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22561
|
+
vertical-align: middle;
|
22601
22562
|
}
|
22602
|
-
|
22603
|
-
|
22604
|
-
padding: 0 16px;
|
22605
|
-
text-wrap: nowrap;
|
22563
|
+
.v-fab .v-btn {
|
22564
|
+
pointer-events: auto;
|
22606
22565
|
}
|
22607
|
-
.v-
|
22608
|
-
|
22566
|
+
.v-fab .v-btn--variant-elevated {
|
22567
|
+
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));
|
22609
22568
|
}
|
22610
|
-
|
22611
|
-
.v-divider__wrapper {
|
22569
|
+
.v-fab--app, .v-fab--absolute {
|
22612
22570
|
display: flex;
|
22571
|
+
}
|
22572
|
+
.v-fab--start, .v-fab--left {
|
22573
|
+
justify-content: flex-start;
|
22574
|
+
}
|
22575
|
+
.v-fab--center {
|
22613
22576
|
align-items: center;
|
22614
22577
|
justify-content: center;
|
22615
22578
|
}
|
22616
|
-
.v-
|
22617
|
-
|
22618
|
-
height: 100%;
|
22579
|
+
.v-fab--end, .v-fab--right {
|
22580
|
+
justify-content: flex-end;
|
22619
22581
|
}
|
22620
|
-
.v-
|
22621
|
-
|
22622
|
-
}.v-footer {
|
22623
|
-
align-items: center;
|
22624
|
-
display: flex;
|
22625
|
-
flex: 1 1 auto;
|
22626
|
-
padding: 8px 16px;
|
22627
|
-
position: relative;
|
22628
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22629
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22630
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22631
|
-
border-style: solid;
|
22632
|
-
border-width: 0;
|
22633
|
-
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));
|
22634
|
-
border-radius: 0;
|
22635
|
-
background: rgb(var(--v-theme-surface));
|
22636
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22582
|
+
.v-fab--bottom {
|
22583
|
+
align-items: flex-end;
|
22637
22584
|
}
|
22638
|
-
.v-
|
22639
|
-
|
22640
|
-
box-shadow: none;
|
22585
|
+
.v-fab--top {
|
22586
|
+
align-items: flex-start;
|
22641
22587
|
}
|
22642
|
-
.v-
|
22588
|
+
.v-fab--extended .v-btn {
|
22589
|
+
border-radius: 9999px !important;
|
22590
|
+
}
|
22591
|
+
|
22592
|
+
.v-fab__container {
|
22593
|
+
align-self: center;
|
22594
|
+
display: inline-flex;
|
22643
22595
|
position: absolute;
|
22596
|
+
vertical-align: middle;
|
22644
22597
|
}
|
22645
|
-
.v-
|
22646
|
-
|
22598
|
+
.v-fab--app .v-fab__container {
|
22599
|
+
margin: 12px;
|
22647
22600
|
}
|
22648
|
-
.v-
|
22649
|
-
|
22601
|
+
.v-fab--absolute .v-fab__container {
|
22602
|
+
position: absolute;
|
22603
|
+
z-index: 4;
|
22604
|
+
}
|
22605
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22606
|
+
transform: translateY(-50%);
|
22607
|
+
}
|
22608
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22609
|
+
transform: translateY(50%);
|
22610
|
+
}
|
22611
|
+
.v-fab--top .v-fab__container {
|
22612
|
+
top: 0;
|
22613
|
+
}
|
22614
|
+
.v-fab--bottom .v-fab__container {
|
22615
|
+
bottom: 0;
|
22616
|
+
}
|
22617
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22618
|
+
left: 0;
|
22619
|
+
}
|
22620
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22621
|
+
right: 0;
|
22650
22622
|
}.v-file-input--hide.v-input .v-field,
|
22651
22623
|
.v-file-input--hide.v-input .v-input__control,
|
22652
22624
|
.v-file-input--hide.v-input .v-input__details {
|
@@ -22676,6 +22648,34 @@ textarea.v-field__input::placeholder {
|
|
22676
22648
|
}
|
22677
22649
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
22678
22650
|
padding-inline: 0;
|
22651
|
+
}.v-footer {
|
22652
|
+
align-items: center;
|
22653
|
+
display: flex;
|
22654
|
+
flex: 1 1 auto;
|
22655
|
+
padding: 8px 16px;
|
22656
|
+
position: relative;
|
22657
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22658
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22659
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22660
|
+
border-style: solid;
|
22661
|
+
border-width: 0;
|
22662
|
+
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));
|
22663
|
+
border-radius: 0;
|
22664
|
+
background: rgb(var(--v-theme-surface));
|
22665
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22666
|
+
}
|
22667
|
+
.v-footer--border {
|
22668
|
+
border-width: thin;
|
22669
|
+
box-shadow: none;
|
22670
|
+
}
|
22671
|
+
.v-footer--absolute {
|
22672
|
+
position: absolute;
|
22673
|
+
}
|
22674
|
+
.v-footer--fixed {
|
22675
|
+
position: fixed;
|
22676
|
+
}
|
22677
|
+
.v-footer--rounded {
|
22678
|
+
border-radius: 4px;
|
22679
22679
|
}.v-icon {
|
22680
22680
|
--v-icon-size-multiplier: 1;
|
22681
22681
|
align-items: center;
|
@@ -22729,6 +22729,31 @@ textarea.v-field__input::placeholder {
|
|
22729
22729
|
|
22730
22730
|
.v-icon--end {
|
22731
22731
|
margin-inline-start: 8px;
|
22732
|
+
}.v-infinite-scroll--horizontal {
|
22733
|
+
display: flex;
|
22734
|
+
flex-direction: row;
|
22735
|
+
overflow-x: auto;
|
22736
|
+
}
|
22737
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22738
|
+
height: 100%;
|
22739
|
+
width: 1px;
|
22740
|
+
}
|
22741
|
+
|
22742
|
+
.v-infinite-scroll--vertical {
|
22743
|
+
display: flex;
|
22744
|
+
flex-direction: column;
|
22745
|
+
overflow-y: auto;
|
22746
|
+
}
|
22747
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22748
|
+
height: 1px;
|
22749
|
+
width: 100%;
|
22750
|
+
}
|
22751
|
+
|
22752
|
+
.v-infinite-scroll__side {
|
22753
|
+
align-items: center;
|
22754
|
+
display: flex;
|
22755
|
+
justify-content: center;
|
22756
|
+
padding: 8px;
|
22732
22757
|
}.v-img {
|
22733
22758
|
--v-theme-overlay-multiplier: 3;
|
22734
22759
|
z-index: 0;
|
@@ -22912,31 +22937,6 @@ textarea.v-field__input::placeholder {
|
|
22912
22937
|
max-width: 100%;
|
22913
22938
|
position: relative;
|
22914
22939
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22915
|
-
}.v-infinite-scroll--horizontal {
|
22916
|
-
display: flex;
|
22917
|
-
flex-direction: row;
|
22918
|
-
overflow-x: auto;
|
22919
|
-
}
|
22920
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22921
|
-
height: 100%;
|
22922
|
-
width: 1px;
|
22923
|
-
}
|
22924
|
-
|
22925
|
-
.v-infinite-scroll--vertical {
|
22926
|
-
display: flex;
|
22927
|
-
flex-direction: column;
|
22928
|
-
overflow-y: auto;
|
22929
|
-
}
|
22930
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22931
|
-
height: 1px;
|
22932
|
-
width: 100%;
|
22933
|
-
}
|
22934
|
-
|
22935
|
-
.v-infinite-scroll__side {
|
22936
|
-
align-items: center;
|
22937
|
-
display: flex;
|
22938
|
-
justify-content: center;
|
22939
|
-
padding: 8px;
|
22940
22940
|
}.v-label {
|
22941
22941
|
align-items: center;
|
22942
22942
|
color: inherit;
|
@@ -22952,21 +22952,122 @@ textarea.v-field__input::placeholder {
|
|
22952
22952
|
|
22953
22953
|
.v-label--clickable {
|
22954
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;
|
22955
22962
|
}.v-layout {
|
22956
22963
|
--v-scrollbar-offset: 0px;
|
22957
22964
|
display: flex;
|
22958
22965
|
flex: 1 1 auto;
|
22959
22966
|
}
|
22960
|
-
.v-layout--full-height {
|
22961
|
-
--v-scrollbar-offset: inherit;
|
22962
|
-
height: 100%;
|
22963
|
-
}.v-
|
22964
|
-
|
22965
|
-
|
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;
|
22966
23058
|
}
|
22967
23059
|
|
22968
|
-
.v-
|
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;
|
22969
23067
|
position: absolute;
|
23068
|
+
right: 0;
|
23069
|
+
top: 0;
|
23070
|
+
transition: opacity 0.2s ease-in-out;
|
22970
23071
|
}.v-list-item {
|
22971
23072
|
align-items: center;
|
22972
23073
|
display: grid;
|
@@ -23423,150 +23524,24 @@ textarea.v-field__input::placeholder {
|
|
23423
23524
|
}
|
23424
23525
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23425
23526
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23426
|
-
}.v-
|
23427
|
-
|
23428
|
-
|
23527
|
+
}.v-messages {
|
23528
|
+
flex: 1 1 auto;
|
23529
|
+
font-size: 12px;
|
23530
|
+
min-height: 14px;
|
23531
|
+
min-width: 1px;
|
23532
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23429
23533
|
position: relative;
|
23430
|
-
outline: none;
|
23431
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23432
|
-
border-style: solid;
|
23433
|
-
border-width: 0;
|
23434
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23435
|
-
border-radius: 0;
|
23436
|
-
background: rgba(var(--v-theme-surface));
|
23437
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23438
|
-
}
|
23439
|
-
.v-list--border {
|
23440
|
-
border-width: thin;
|
23441
|
-
box-shadow: none;
|
23442
|
-
}
|
23443
|
-
.v-list--disabled {
|
23444
|
-
pointer-events: none;
|
23445
|
-
-webkit-user-select: none;
|
23446
|
-
user-select: none;
|
23447
|
-
}
|
23448
|
-
.v-list--nav {
|
23449
|
-
padding-inline: 8px;
|
23450
|
-
}
|
23451
|
-
.v-list--rounded {
|
23452
|
-
border-radius: 4px;
|
23453
|
-
}
|
23454
|
-
.v-list--subheader {
|
23455
|
-
padding-top: 0;
|
23456
|
-
}
|
23457
|
-
|
23458
|
-
.v-list-img {
|
23459
|
-
border-radius: inherit;
|
23460
|
-
display: flex;
|
23461
|
-
height: 100%;
|
23462
|
-
left: 0;
|
23463
|
-
overflow: hidden;
|
23464
|
-
position: absolute;
|
23465
|
-
top: 0;
|
23466
|
-
width: 100%;
|
23467
|
-
z-index: -1;
|
23468
|
-
}
|
23469
|
-
|
23470
|
-
.v-list-subheader {
|
23471
|
-
align-items: center;
|
23472
|
-
background: inherit;
|
23473
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23474
|
-
display: flex;
|
23475
|
-
font-size: 0.875rem;
|
23476
|
-
font-weight: 400;
|
23477
|
-
line-height: 1.375rem;
|
23478
|
-
padding-inline-end: 16px;
|
23479
|
-
min-height: 40px;
|
23480
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23481
|
-
}
|
23482
|
-
.v-list-subheader__text {
|
23483
|
-
overflow: hidden;
|
23484
|
-
text-overflow: ellipsis;
|
23485
|
-
white-space: nowrap;
|
23486
|
-
}
|
23487
|
-
.v-list--density-default .v-list-subheader {
|
23488
|
-
min-height: 40px;
|
23489
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23490
|
-
}
|
23491
|
-
|
23492
|
-
.v-list--density-comfortable .v-list-subheader {
|
23493
|
-
min-height: 36px;
|
23494
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23495
|
-
}
|
23496
|
-
|
23497
|
-
.v-list--density-compact .v-list-subheader {
|
23498
|
-
min-height: 32px;
|
23499
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23500
|
-
}
|
23501
|
-
|
23502
|
-
.v-list-subheader--inset {
|
23503
|
-
--indent-padding: 56px;
|
23504
|
-
}
|
23505
|
-
.v-list--nav .v-list-subheader {
|
23506
|
-
font-size: 0.75rem;
|
23507
|
-
}
|
23508
|
-
.v-list-subheader--sticky {
|
23509
|
-
background: inherit;
|
23510
|
-
left: 0;
|
23511
|
-
position: sticky;
|
23512
|
-
top: 0;
|
23513
|
-
z-index: 1;
|
23514
23534
|
}
|
23515
|
-
|
23516
|
-
|
23517
|
-
|
23518
|
-
|
23519
|
-
|
23520
|
-
|
23521
|
-
|
23522
|
-
|
23523
|
-
position: absolute;
|
23524
|
-
right: 0;
|
23525
|
-
top: 0;
|
23526
|
-
transition: opacity 0.2s ease-in-out;
|
23535
|
+
.v-messages__message {
|
23536
|
+
line-height: 12px;
|
23537
|
+
word-break: break-word;
|
23538
|
+
overflow-wrap: break-word;
|
23539
|
+
word-wrap: break-word;
|
23540
|
+
-webkit-hyphens: auto;
|
23541
|
+
hyphens: auto;
|
23542
|
+
transition-duration: 150ms;
|
23527
23543
|
}.v-locale-provider {
|
23528
23544
|
display: contents;
|
23529
|
-
}.v-menu > .v-overlay__content {
|
23530
|
-
display: flex;
|
23531
|
-
flex-direction: column;
|
23532
|
-
border-radius: 4px;
|
23533
|
-
}
|
23534
|
-
.v-menu > .v-overlay__content > .v-card,
|
23535
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23536
|
-
.v-menu > .v-overlay__content > .v-list {
|
23537
|
-
background: rgb(var(--v-theme-surface));
|
23538
|
-
border-radius: inherit;
|
23539
|
-
overflow: auto;
|
23540
|
-
height: 100%;
|
23541
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23542
|
-
}.v-main {
|
23543
|
-
flex: 1 0 auto;
|
23544
|
-
max-width: 100%;
|
23545
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23546
|
-
padding-left: var(--v-layout-left);
|
23547
|
-
padding-right: var(--v-layout-right);
|
23548
|
-
padding-top: var(--v-layout-top);
|
23549
|
-
padding-bottom: var(--v-layout-bottom);
|
23550
|
-
}
|
23551
|
-
.v-main__scroller {
|
23552
|
-
max-width: 100%;
|
23553
|
-
position: relative;
|
23554
|
-
}
|
23555
|
-
.v-main--scrollable {
|
23556
|
-
display: flex;
|
23557
|
-
position: absolute;
|
23558
|
-
top: 0;
|
23559
|
-
left: 0;
|
23560
|
-
width: 100%;
|
23561
|
-
height: 100%;
|
23562
|
-
}
|
23563
|
-
.v-main--scrollable > .v-main__scroller {
|
23564
|
-
flex: 1 1 auto;
|
23565
|
-
overflow-y: auto;
|
23566
|
-
--v-layout-left: 0px;
|
23567
|
-
--v-layout-right: 0px;
|
23568
|
-
--v-layout-top: 0px;
|
23569
|
-
--v-layout-bottom: 0px;
|
23570
23545
|
}.v-navigation-drawer {
|
23571
23546
|
-webkit-overflow-scrolling: touch;
|
23572
23547
|
background: rgb(var(--v-theme-surface));
|
@@ -23669,22 +23644,55 @@ textarea.v-field__input::placeholder {
|
|
23669
23644
|
.v-navigation-drawer__append {
|
23670
23645
|
flex: none;
|
23671
23646
|
overflow: hidden;
|
23672
|
-
}.v-
|
23673
|
-
|
23674
|
-
|
23675
|
-
|
23676
|
-
|
23677
|
-
|
23647
|
+
}.v-menu > .v-overlay__content {
|
23648
|
+
display: flex;
|
23649
|
+
flex-direction: column;
|
23650
|
+
border-radius: 4px;
|
23651
|
+
}
|
23652
|
+
.v-menu > .v-overlay__content > .v-card,
|
23653
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23654
|
+
.v-menu > .v-overlay__content > .v-list {
|
23655
|
+
background: rgb(var(--v-theme-surface));
|
23656
|
+
border-radius: inherit;
|
23657
|
+
overflow: auto;
|
23658
|
+
height: 100%;
|
23659
|
+
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));
|
23660
|
+
}.v-main {
|
23661
|
+
flex: 1 0 auto;
|
23662
|
+
max-width: 100%;
|
23663
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23664
|
+
padding-left: var(--v-layout-left);
|
23665
|
+
padding-right: var(--v-layout-right);
|
23666
|
+
padding-top: var(--v-layout-top);
|
23667
|
+
padding-bottom: var(--v-layout-bottom);
|
23668
|
+
}
|
23669
|
+
.v-main__scroller {
|
23670
|
+
max-width: 100%;
|
23678
23671
|
position: relative;
|
23679
23672
|
}
|
23680
|
-
.v-
|
23681
|
-
|
23682
|
-
|
23683
|
-
|
23684
|
-
|
23685
|
-
|
23686
|
-
|
23687
|
-
|
23673
|
+
.v-main--scrollable {
|
23674
|
+
display: flex;
|
23675
|
+
position: absolute;
|
23676
|
+
top: 0;
|
23677
|
+
left: 0;
|
23678
|
+
width: 100%;
|
23679
|
+
height: 100%;
|
23680
|
+
}
|
23681
|
+
.v-main--scrollable > .v-main__scroller {
|
23682
|
+
flex: 1 1 auto;
|
23683
|
+
overflow-y: auto;
|
23684
|
+
--v-layout-left: 0px;
|
23685
|
+
--v-layout-right: 0px;
|
23686
|
+
--v-layout-top: 0px;
|
23687
|
+
--v-layout-bottom: 0px;
|
23688
|
+
}.v-pagination__list {
|
23689
|
+
display: inline-flex;
|
23690
|
+
list-style-type: none;
|
23691
|
+
justify-content: center;
|
23692
|
+
width: 100%;
|
23693
|
+
}
|
23694
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23695
|
+
margin: 0.3rem;
|
23688
23696
|
}.v-otp-input {
|
23689
23697
|
border-radius: 4px;
|
23690
23698
|
align-items: center;
|
@@ -23741,12 +23749,6 @@ textarea.v-field__input::placeholder {
|
|
23741
23749
|
}
|
23742
23750
|
.v-otp-input__loader .v-progress-linear {
|
23743
23751
|
position: absolute;
|
23744
|
-
}.v-parallax {
|
23745
|
-
position: relative;
|
23746
|
-
overflow: hidden;
|
23747
|
-
}
|
23748
|
-
.v-parallax--active > .v-img__img {
|
23749
|
-
will-change: transform;
|
23750
23752
|
}.v-overlay-container {
|
23751
23753
|
contain: layout;
|
23752
23754
|
left: 0;
|
@@ -23810,14 +23812,12 @@ html.v-overlay-scroll-blocked {
|
|
23810
23812
|
|
23811
23813
|
.v-overlay--scroll-blocked {
|
23812
23814
|
padding-inline-end: var(--v-scrollbar-offset);
|
23813
|
-
}.v-
|
23814
|
-
|
23815
|
-
|
23816
|
-
justify-content: center;
|
23817
|
-
width: 100%;
|
23815
|
+
}.v-parallax {
|
23816
|
+
position: relative;
|
23817
|
+
overflow: hidden;
|
23818
23818
|
}
|
23819
|
-
.v-
|
23820
|
-
|
23819
|
+
.v-parallax--active > .v-img__img {
|
23820
|
+
will-change: transform;
|
23821
23821
|
}.v-progress-circular {
|
23822
23822
|
align-items: center;
|
23823
23823
|
display: inline-flex;
|
@@ -23920,75 +23920,6 @@ html.v-overlay-scroll-blocked {
|
|
23920
23920
|
100% {
|
23921
23921
|
transform: rotate(270deg);
|
23922
23922
|
}
|
23923
|
-
}.v-slider .v-slider__container input {
|
23924
|
-
cursor: default;
|
23925
|
-
padding: 0;
|
23926
|
-
width: 100%;
|
23927
|
-
display: none;
|
23928
|
-
}
|
23929
|
-
.v-slider > .v-input__append,
|
23930
|
-
.v-slider > .v-input__prepend {
|
23931
|
-
padding: 0;
|
23932
|
-
}
|
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;
|
23943
|
-
}
|
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-radio-group > .v-input__control {
|
23981
|
-
flex-direction: column;
|
23982
|
-
}
|
23983
|
-
.v-radio-group > .v-input__control > .v-label {
|
23984
|
-
margin-inline-start: 16px;
|
23985
|
-
}
|
23986
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23987
|
-
padding-inline-start: 6px;
|
23988
|
-
margin-top: 8px;
|
23989
|
-
}
|
23990
|
-
.v-radio-group .v-input__details {
|
23991
|
-
padding-inline: 16px;
|
23992
23923
|
}.v-progress-linear {
|
23993
23924
|
background: transparent;
|
23994
23925
|
overflow: hidden;
|
@@ -24102,104 +24033,253 @@ html.v-overlay-scroll-blocked {
|
|
24102
24033
|
.v-progress-linear--fixed {
|
24103
24034
|
position: fixed;
|
24104
24035
|
}
|
24105
|
-
|
24106
|
-
.v-progress-linear--rounded {
|
24107
|
-
border-radius: 9999px;
|
24036
|
+
|
24037
|
+
.v-progress-linear--rounded {
|
24038
|
+
border-radius: 9999px;
|
24039
|
+
}
|
24040
|
+
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
|
24041
|
+
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
|
24042
|
+
border-radius: inherit;
|
24043
|
+
}
|
24044
|
+
|
24045
|
+
.v-progress-linear--striped .v-progress-linear__determinate {
|
24046
|
+
animation: progress-linear-stripes 1s infinite linear;
|
24047
|
+
background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
|
24048
|
+
background-repeat: repeat;
|
24049
|
+
background-size: var(--v-progress-linear-height);
|
24050
|
+
}
|
24051
|
+
|
24052
|
+
.v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
|
24053
|
+
animation-play-state: running;
|
24054
|
+
}
|
24055
|
+
.v-progress-linear--active .v-progress-linear__stream {
|
24056
|
+
animation-play-state: running;
|
24057
|
+
}
|
24058
|
+
|
24059
|
+
.v-progress-linear--rounded-bar .v-progress-linear__determinate,
|
24060
|
+
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
|
24061
|
+
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
24062
|
+
border-radius: 9999px;
|
24063
|
+
}
|
24064
|
+
.v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
24065
|
+
border-start-start-radius: 0;
|
24066
|
+
border-end-start-radius: 0;
|
24067
|
+
}
|
24068
|
+
|
24069
|
+
@keyframes indeterminate-ltr {
|
24070
|
+
0% {
|
24071
|
+
left: -90%;
|
24072
|
+
right: 100%;
|
24073
|
+
}
|
24074
|
+
60% {
|
24075
|
+
left: -90%;
|
24076
|
+
right: 100%;
|
24077
|
+
}
|
24078
|
+
100% {
|
24079
|
+
left: 100%;
|
24080
|
+
right: -35%;
|
24081
|
+
}
|
24082
|
+
}
|
24083
|
+
@keyframes indeterminate-rtl {
|
24084
|
+
0% {
|
24085
|
+
left: 100%;
|
24086
|
+
right: -90%;
|
24087
|
+
}
|
24088
|
+
60% {
|
24089
|
+
left: 100%;
|
24090
|
+
right: -90%;
|
24091
|
+
}
|
24092
|
+
100% {
|
24093
|
+
left: -35%;
|
24094
|
+
right: 100%;
|
24095
|
+
}
|
24096
|
+
}
|
24097
|
+
@keyframes indeterminate-short-ltr {
|
24098
|
+
0% {
|
24099
|
+
left: -200%;
|
24100
|
+
right: 100%;
|
24101
|
+
}
|
24102
|
+
60% {
|
24103
|
+
left: 107%;
|
24104
|
+
right: -8%;
|
24105
|
+
}
|
24106
|
+
100% {
|
24107
|
+
left: 107%;
|
24108
|
+
right: -8%;
|
24109
|
+
}
|
24110
|
+
}
|
24111
|
+
@keyframes indeterminate-short-rtl {
|
24112
|
+
0% {
|
24113
|
+
left: 100%;
|
24114
|
+
right: -200%;
|
24115
|
+
}
|
24116
|
+
60% {
|
24117
|
+
left: -8%;
|
24118
|
+
right: 107%;
|
24119
|
+
}
|
24120
|
+
100% {
|
24121
|
+
left: -8%;
|
24122
|
+
right: 107%;
|
24123
|
+
}
|
24124
|
+
}
|
24125
|
+
@keyframes stream {
|
24126
|
+
to {
|
24127
|
+
transform: translateX(var(--v-progress-linear-stream-to));
|
24128
|
+
}
|
24129
|
+
}
|
24130
|
+
@keyframes progress-linear-stripes {
|
24131
|
+
0% {
|
24132
|
+
background-position-x: var(--v-progress-linear-height);
|
24133
|
+
}
|
24134
|
+
}.v-radio-group > .v-input__control {
|
24135
|
+
flex-direction: column;
|
24136
|
+
}
|
24137
|
+
.v-radio-group > .v-input__control > .v-label {
|
24138
|
+
margin-inline-start: 16px;
|
24139
|
+
}
|
24140
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24141
|
+
padding-inline-start: 6px;
|
24142
|
+
margin-top: 8px;
|
24143
|
+
}
|
24144
|
+
.v-radio-group .v-input__details {
|
24145
|
+
padding-inline: 16px;
|
24146
|
+
}.v-slider .v-slider__container input {
|
24147
|
+
cursor: default;
|
24148
|
+
padding: 0;
|
24149
|
+
width: 100%;
|
24150
|
+
display: none;
|
24151
|
+
}
|
24152
|
+
.v-slider > .v-input__append,
|
24153
|
+
.v-slider > .v-input__prepend {
|
24154
|
+
padding: 0;
|
24155
|
+
}
|
24156
|
+
|
24157
|
+
.v-slider__container {
|
24158
|
+
position: relative;
|
24159
|
+
min-height: inherit;
|
24160
|
+
width: 100%;
|
24161
|
+
height: 100%;
|
24162
|
+
display: flex;
|
24163
|
+
justify-content: center;
|
24164
|
+
align-items: center;
|
24165
|
+
cursor: pointer;
|
24166
|
+
}
|
24167
|
+
.v-input--disabled .v-slider__container {
|
24168
|
+
opacity: var(--v-disabled-opacity);
|
24169
|
+
}
|
24170
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24171
|
+
color: rgb(var(--v-theme-error));
|
24172
|
+
}
|
24173
|
+
|
24174
|
+
.v-slider.v-input--horizontal {
|
24175
|
+
align-items: center;
|
24176
|
+
margin-inline: 8px 8px;
|
24177
|
+
}
|
24178
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24179
|
+
min-height: 32px;
|
24180
|
+
display: flex;
|
24181
|
+
align-items: center;
|
24182
|
+
}
|
24183
|
+
|
24184
|
+
.v-slider.v-input--vertical {
|
24185
|
+
justify-content: center;
|
24186
|
+
margin-top: 12px;
|
24187
|
+
margin-bottom: 12px;
|
24188
|
+
}
|
24189
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24190
|
+
min-height: 300px;
|
24191
|
+
}
|
24192
|
+
|
24193
|
+
.v-slider.v-input--disabled {
|
24194
|
+
pointer-events: none;
|
24195
|
+
}
|
24196
|
+
|
24197
|
+
.v-slider--has-labels > .v-input__control {
|
24198
|
+
margin-bottom: 4px;
|
24199
|
+
}
|
24200
|
+
|
24201
|
+
.v-slider__label {
|
24202
|
+
margin-inline-end: 12px;
|
24203
|
+
}.v-rating {
|
24204
|
+
max-width: 100%;
|
24205
|
+
display: inline-flex;
|
24206
|
+
white-space: nowrap;
|
24207
|
+
}
|
24208
|
+
.v-rating--readonly {
|
24209
|
+
pointer-events: none;
|
24210
|
+
}
|
24211
|
+
|
24212
|
+
.v-rating__wrapper {
|
24213
|
+
align-items: center;
|
24214
|
+
display: inline-flex;
|
24215
|
+
flex-direction: column;
|
24216
|
+
}
|
24217
|
+
.v-rating__wrapper--bottom {
|
24218
|
+
flex-direction: column-reverse;
|
24219
|
+
}
|
24220
|
+
|
24221
|
+
.v-rating__item {
|
24222
|
+
display: inline-flex;
|
24223
|
+
position: relative;
|
24224
|
+
}
|
24225
|
+
.v-rating__item label {
|
24226
|
+
cursor: pointer;
|
24108
24227
|
}
|
24109
|
-
.v-
|
24110
|
-
|
24111
|
-
border-radius: inherit;
|
24228
|
+
.v-rating__item .v-btn--variant-plain {
|
24229
|
+
opacity: 1;
|
24112
24230
|
}
|
24113
|
-
|
24114
|
-
|
24115
|
-
animation: progress-linear-stripes 1s infinite linear;
|
24116
|
-
background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
|
24117
|
-
background-repeat: repeat;
|
24118
|
-
background-size: var(--v-progress-linear-height);
|
24231
|
+
.v-rating__item .v-btn {
|
24232
|
+
transition-property: transform;
|
24119
24233
|
}
|
24120
|
-
|
24121
|
-
|
24122
|
-
|
24234
|
+
.v-rating__item .v-btn .v-icon {
|
24235
|
+
transition: inherit;
|
24236
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24123
24237
|
}
|
24124
|
-
.v-
|
24125
|
-
|
24238
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24239
|
+
transform: scale(1.25);
|
24126
24240
|
}
|
24127
|
-
|
24128
|
-
|
24129
|
-
|
24130
|
-
|
24131
|
-
|
24241
|
+
.v-rating__item--half {
|
24242
|
+
overflow: hidden;
|
24243
|
+
position: absolute;
|
24244
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24245
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24246
|
+
z-index: 1;
|
24132
24247
|
}
|
24133
|
-
.v-
|
24134
|
-
|
24135
|
-
border-end-start-radius: 0;
|
24248
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24249
|
+
opacity: 0;
|
24136
24250
|
}
|
24137
24251
|
|
24138
|
-
|
24139
|
-
0
|
24140
|
-
|
24141
|
-
|
24142
|
-
|
24143
|
-
|
24144
|
-
|
24145
|
-
|
24146
|
-
|
24147
|
-
100
|
24148
|
-
|
24149
|
-
|
24150
|
-
}
|
24151
|
-
}
|
24152
|
-
@keyframes indeterminate-rtl {
|
24153
|
-
0% {
|
24154
|
-
left: 100%;
|
24155
|
-
right: -90%;
|
24156
|
-
}
|
24157
|
-
60% {
|
24158
|
-
left: 100%;
|
24159
|
-
right: -90%;
|
24160
|
-
}
|
24161
|
-
100% {
|
24162
|
-
left: -35%;
|
24163
|
-
right: 100%;
|
24164
|
-
}
|
24252
|
+
.v-rating__hidden {
|
24253
|
+
height: 0;
|
24254
|
+
opacity: 0;
|
24255
|
+
position: absolute;
|
24256
|
+
width: 0;
|
24257
|
+
}.v-responsive {
|
24258
|
+
display: flex;
|
24259
|
+
flex: 1 0 auto;
|
24260
|
+
max-height: 100%;
|
24261
|
+
max-width: 100%;
|
24262
|
+
overflow: hidden;
|
24263
|
+
position: relative;
|
24165
24264
|
}
|
24166
|
-
|
24167
|
-
|
24168
|
-
|
24169
|
-
right: 100%;
|
24170
|
-
}
|
24171
|
-
60% {
|
24172
|
-
left: 107%;
|
24173
|
-
right: -8%;
|
24174
|
-
}
|
24175
|
-
100% {
|
24176
|
-
left: 107%;
|
24177
|
-
right: -8%;
|
24178
|
-
}
|
24265
|
+
.v-responsive--inline {
|
24266
|
+
display: inline-flex;
|
24267
|
+
flex: 0 0 auto;
|
24179
24268
|
}
|
24180
|
-
|
24181
|
-
|
24182
|
-
|
24183
|
-
|
24184
|
-
}
|
24185
|
-
60% {
|
24186
|
-
left: -8%;
|
24187
|
-
right: 107%;
|
24188
|
-
}
|
24189
|
-
100% {
|
24190
|
-
left: -8%;
|
24191
|
-
right: 107%;
|
24192
|
-
}
|
24269
|
+
|
24270
|
+
.v-responsive__content {
|
24271
|
+
flex: 1 0 0px;
|
24272
|
+
max-width: 100%;
|
24193
24273
|
}
|
24194
|
-
|
24195
|
-
|
24196
|
-
|
24197
|
-
}
|
24274
|
+
|
24275
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24276
|
+
margin-inline-start: -100%;
|
24198
24277
|
}
|
24199
|
-
|
24200
|
-
|
24201
|
-
|
24202
|
-
|
24278
|
+
|
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;
|
24203
24283
|
}.v-selection-control {
|
24204
24284
|
align-items: center;
|
24205
24285
|
contain: layout;
|
@@ -24349,86 +24429,6 @@ html.v-overlay-scroll-blocked {
|
|
24349
24429
|
.v-select--active-menu .v-select__menu-icon {
|
24350
24430
|
opacity: var(--v-high-emphasis-opacity);
|
24351
24431
|
transform: rotate(180deg);
|
24352
|
-
}.v-rating {
|
24353
|
-
max-width: 100%;
|
24354
|
-
display: inline-flex;
|
24355
|
-
white-space: nowrap;
|
24356
|
-
}
|
24357
|
-
.v-rating--readonly {
|
24358
|
-
pointer-events: none;
|
24359
|
-
}
|
24360
|
-
|
24361
|
-
.v-rating__wrapper {
|
24362
|
-
align-items: center;
|
24363
|
-
display: inline-flex;
|
24364
|
-
flex-direction: column;
|
24365
|
-
}
|
24366
|
-
.v-rating__wrapper--bottom {
|
24367
|
-
flex-direction: column-reverse;
|
24368
|
-
}
|
24369
|
-
|
24370
|
-
.v-rating__item {
|
24371
|
-
display: inline-flex;
|
24372
|
-
position: relative;
|
24373
|
-
}
|
24374
|
-
.v-rating__item label {
|
24375
|
-
cursor: pointer;
|
24376
|
-
}
|
24377
|
-
.v-rating__item .v-btn--variant-plain {
|
24378
|
-
opacity: 1;
|
24379
|
-
}
|
24380
|
-
.v-rating__item .v-btn {
|
24381
|
-
transition-property: transform;
|
24382
|
-
}
|
24383
|
-
.v-rating__item .v-btn .v-icon {
|
24384
|
-
transition: inherit;
|
24385
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24386
|
-
}
|
24387
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24388
|
-
transform: scale(1.25);
|
24389
|
-
}
|
24390
|
-
.v-rating__item--half {
|
24391
|
-
overflow: hidden;
|
24392
|
-
position: absolute;
|
24393
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24394
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24395
|
-
z-index: 1;
|
24396
|
-
}
|
24397
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24398
|
-
opacity: 0;
|
24399
|
-
}
|
24400
|
-
|
24401
|
-
.v-rating__hidden {
|
24402
|
-
height: 0;
|
24403
|
-
opacity: 0;
|
24404
|
-
position: absolute;
|
24405
|
-
width: 0;
|
24406
|
-
}.v-responsive {
|
24407
|
-
display: flex;
|
24408
|
-
flex: 1 0 auto;
|
24409
|
-
max-height: 100%;
|
24410
|
-
max-width: 100%;
|
24411
|
-
overflow: hidden;
|
24412
|
-
position: relative;
|
24413
|
-
}
|
24414
|
-
.v-responsive--inline {
|
24415
|
-
display: inline-flex;
|
24416
|
-
flex: 0 0 auto;
|
24417
|
-
}
|
24418
|
-
|
24419
|
-
.v-responsive__content {
|
24420
|
-
flex: 1 0 0px;
|
24421
|
-
max-width: 100%;
|
24422
|
-
}
|
24423
|
-
|
24424
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24425
|
-
margin-inline-start: -100%;
|
24426
|
-
}
|
24427
|
-
|
24428
|
-
.v-responsive__sizer {
|
24429
|
-
flex: 1 0 0px;
|
24430
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24431
|
-
pointer-events: none;
|
24432
24432
|
}.v-selection-control-group {
|
24433
24433
|
grid-area: control;
|
24434
24434
|
display: flex;
|
@@ -24855,32 +24855,73 @@ html.v-overlay-scroll-blocked {
|
|
24855
24855
|
.v-snackbar--top {
|
24856
24856
|
align-items: flex-start;
|
24857
24857
|
}
|
24858
|
-
.v-snackbar--bottom {
|
24859
|
-
align-items: flex-end;
|
24858
|
+
.v-snackbar--bottom {
|
24859
|
+
align-items: flex-end;
|
24860
|
+
}
|
24861
|
+
.v-snackbar--left, .v-snackbar--start {
|
24862
|
+
justify-content: flex-start;
|
24863
|
+
}
|
24864
|
+
.v-snackbar--right, .v-snackbar--end {
|
24865
|
+
justify-content: flex-end;
|
24866
|
+
}
|
24867
|
+
|
24868
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24869
|
+
transition-duration: 0.15s;
|
24870
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24871
|
+
}
|
24872
|
+
.v-snackbar-transition-enter-active {
|
24873
|
+
transition-property: opacity, transform;
|
24874
|
+
}
|
24875
|
+
.v-snackbar-transition-enter-from {
|
24876
|
+
opacity: 0;
|
24877
|
+
transform: scale(0.8);
|
24878
|
+
}
|
24879
|
+
.v-snackbar-transition-leave-active {
|
24880
|
+
transition-property: opacity;
|
24881
|
+
}
|
24882
|
+
.v-snackbar-transition-leave-to {
|
24883
|
+
opacity: 0;
|
24884
|
+
}.v-speed-dial__content {
|
24885
|
+
gap: 8px;
|
24886
|
+
}
|
24887
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24888
|
+
flex-direction: row;
|
24889
|
+
}
|
24890
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24891
|
+
flex-direction: row-reverse;
|
24892
|
+
}
|
24893
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24894
|
+
flex-direction: column-reverse;
|
24895
|
+
}
|
24896
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24897
|
+
transition-delay: 0s;
|
24898
|
+
}
|
24899
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24900
|
+
transition-delay: 0.05s;
|
24901
|
+
}
|
24902
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24903
|
+
transition-delay: 0.1s;
|
24860
24904
|
}
|
24861
|
-
.v-
|
24862
|
-
|
24905
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24906
|
+
transition-delay: 0.15s;
|
24863
24907
|
}
|
24864
|
-
.v-
|
24865
|
-
|
24908
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24909
|
+
transition-delay: 0.2s;
|
24866
24910
|
}
|
24867
|
-
|
24868
|
-
|
24869
|
-
transition-duration: 0.15s;
|
24870
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24911
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24912
|
+
transition-delay: 0.25s;
|
24871
24913
|
}
|
24872
|
-
.v-
|
24873
|
-
transition-
|
24914
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24915
|
+
transition-delay: 0.3s;
|
24874
24916
|
}
|
24875
|
-
.v-
|
24876
|
-
|
24877
|
-
transform: scale(0.8);
|
24917
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24918
|
+
transition-delay: 0.35s;
|
24878
24919
|
}
|
24879
|
-
.v-
|
24880
|
-
transition-
|
24920
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24921
|
+
transition-delay: 0.4s;
|
24881
24922
|
}
|
24882
|
-
.v-
|
24883
|
-
|
24923
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24924
|
+
transition-delay: 0.45s;
|
24884
24925
|
}.v-stepper.v-sheet {
|
24885
24926
|
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));
|
24886
24927
|
border-radius: 4px;
|
@@ -25047,47 +25088,6 @@ html.v-overlay-scroll-blocked {
|
|
25047
25088
|
width: 100%;
|
25048
25089
|
height: 100%;
|
25049
25090
|
pointer-events: none;
|
25050
|
-
}.v-speed-dial__content {
|
25051
|
-
gap: 8px;
|
25052
|
-
}
|
25053
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
25054
|
-
flex-direction: row;
|
25055
|
-
}
|
25056
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
25057
|
-
flex-direction: row-reverse;
|
25058
|
-
}
|
25059
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
25060
|
-
flex-direction: column-reverse;
|
25061
|
-
}
|
25062
|
-
.v-speed-dial__content > *:nth-child(1) {
|
25063
|
-
transition-delay: 0s;
|
25064
|
-
}
|
25065
|
-
.v-speed-dial__content > *:nth-child(2) {
|
25066
|
-
transition-delay: 0.05s;
|
25067
|
-
}
|
25068
|
-
.v-speed-dial__content > *:nth-child(3) {
|
25069
|
-
transition-delay: 0.1s;
|
25070
|
-
}
|
25071
|
-
.v-speed-dial__content > *:nth-child(4) {
|
25072
|
-
transition-delay: 0.15s;
|
25073
|
-
}
|
25074
|
-
.v-speed-dial__content > *:nth-child(5) {
|
25075
|
-
transition-delay: 0.2s;
|
25076
|
-
}
|
25077
|
-
.v-speed-dial__content > *:nth-child(6) {
|
25078
|
-
transition-delay: 0.25s;
|
25079
|
-
}
|
25080
|
-
.v-speed-dial__content > *:nth-child(7) {
|
25081
|
-
transition-delay: 0.3s;
|
25082
|
-
}
|
25083
|
-
.v-speed-dial__content > *:nth-child(8) {
|
25084
|
-
transition-delay: 0.35s;
|
25085
|
-
}
|
25086
|
-
.v-speed-dial__content > *:nth-child(9) {
|
25087
|
-
transition-delay: 0.4s;
|
25088
|
-
}
|
25089
|
-
.v-speed-dial__content > *:nth-child(10) {
|
25090
|
-
transition-delay: 0.45s;
|
25091
25091
|
}.v-system-bar {
|
25092
25092
|
align-items: center;
|
25093
25093
|
display: flex;
|
@@ -25305,101 +25305,6 @@ html.v-overlay-scroll-blocked {
|
|
25305
25305
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25306
25306
|
border-width: 0;
|
25307
25307
|
}
|
25308
|
-
}.v-tabs {
|
25309
|
-
display: flex;
|
25310
|
-
height: var(--v-tabs-height);
|
25311
|
-
}
|
25312
|
-
.v-tabs--density-default {
|
25313
|
-
--v-tabs-height: 48px;
|
25314
|
-
}
|
25315
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25316
|
-
--v-tabs-height: 72px;
|
25317
|
-
}
|
25318
|
-
|
25319
|
-
.v-tabs--density-comfortable {
|
25320
|
-
--v-tabs-height: 44px;
|
25321
|
-
}
|
25322
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25323
|
-
--v-tabs-height: 68px;
|
25324
|
-
}
|
25325
|
-
|
25326
|
-
.v-tabs--density-compact {
|
25327
|
-
--v-tabs-height: 36px;
|
25328
|
-
}
|
25329
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25330
|
-
--v-tabs-height: 60px;
|
25331
|
-
}
|
25332
|
-
|
25333
|
-
.v-tabs.v-slide-group--vertical {
|
25334
|
-
height: auto;
|
25335
|
-
flex: none;
|
25336
|
-
--v-tabs-height: 48px;
|
25337
|
-
}
|
25338
|
-
|
25339
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25340
|
-
margin-inline-start: 42px;
|
25341
|
-
}
|
25342
|
-
|
25343
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25344
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25345
|
-
margin-inline-end: auto;
|
25346
|
-
}
|
25347
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25348
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25349
|
-
margin-inline-start: auto;
|
25350
|
-
}
|
25351
|
-
|
25352
|
-
.v-tabs--grow {
|
25353
|
-
flex-grow: 1;
|
25354
|
-
}
|
25355
|
-
.v-tabs--grow .v-tab {
|
25356
|
-
flex: 1 0 auto;
|
25357
|
-
max-width: none;
|
25358
|
-
}
|
25359
|
-
|
25360
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25361
|
-
margin-inline-start: auto;
|
25362
|
-
}
|
25363
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25364
|
-
margin-inline-end: 0;
|
25365
|
-
}
|
25366
|
-
|
25367
|
-
@media (max-width: 1279.98px) {
|
25368
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25369
|
-
margin-inline-start: 52px;
|
25370
|
-
}
|
25371
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25372
|
-
margin-inline-end: 52px;
|
25373
|
-
}
|
25374
|
-
}.v-tab.v-tab.v-btn {
|
25375
|
-
height: var(--v-tabs-height);
|
25376
|
-
border-radius: 0;
|
25377
|
-
min-width: 90px;
|
25378
|
-
}
|
25379
|
-
.v-slide-group--horizontal .v-tab {
|
25380
|
-
max-width: 360px;
|
25381
|
-
}
|
25382
|
-
.v-slide-group--vertical .v-tab {
|
25383
|
-
justify-content: start;
|
25384
|
-
}
|
25385
|
-
|
25386
|
-
.v-tab__slider {
|
25387
|
-
position: absolute;
|
25388
|
-
bottom: 0;
|
25389
|
-
left: 0;
|
25390
|
-
height: 2px;
|
25391
|
-
width: 100%;
|
25392
|
-
background: currentColor;
|
25393
|
-
pointer-events: none;
|
25394
|
-
opacity: 0;
|
25395
|
-
}
|
25396
|
-
.v-tab--selected .v-tab__slider {
|
25397
|
-
opacity: 1;
|
25398
|
-
}
|
25399
|
-
.v-slide-group--vertical .v-tab__slider {
|
25400
|
-
top: 0;
|
25401
|
-
height: 100%;
|
25402
|
-
width: 2px;
|
25403
25308
|
}.v-table {
|
25404
25309
|
background: rgb(var(--v-theme-surface));
|
25405
25310
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25552,60 +25457,155 @@ html.v-overlay-scroll-blocked {
|
|
25552
25457
|
.v-text-field input:invalid {
|
25553
25458
|
box-shadow: none;
|
25554
25459
|
}
|
25555
|
-
.v-text-field .v-field {
|
25556
|
-
cursor: text;
|
25460
|
+
.v-text-field .v-field {
|
25461
|
+
cursor: text;
|
25462
|
+
}
|
25463
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25464
|
+
--v-field-padding-start: 6px;
|
25465
|
+
}
|
25466
|
+
|
25467
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25468
|
+
--v-field-padding-end: 0;
|
25469
|
+
}
|
25470
|
+
|
25471
|
+
.v-text-field .v-input__details {
|
25472
|
+
padding-inline: 16px;
|
25473
|
+
}
|
25474
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25475
|
+
padding-inline: 0;
|
25476
|
+
}
|
25477
|
+
|
25478
|
+
.v-text-field .v-field--no-label input,
|
25479
|
+
.v-text-field .v-field--active input {
|
25480
|
+
opacity: 1;
|
25481
|
+
}
|
25482
|
+
.v-text-field .v-field--single-line input {
|
25483
|
+
transition: none;
|
25484
|
+
}
|
25485
|
+
|
25486
|
+
/* endregion */
|
25487
|
+
/* region ELEMENTS */
|
25488
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25489
|
+
align-items: center;
|
25490
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25491
|
+
cursor: default;
|
25492
|
+
display: flex;
|
25493
|
+
opacity: 0;
|
25494
|
+
transition: inherit;
|
25495
|
+
white-space: nowrap;
|
25496
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25497
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25498
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25499
|
+
}
|
25500
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25501
|
+
opacity: 1;
|
25502
|
+
}
|
25503
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25504
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25505
|
+
}
|
25506
|
+
.v-text-field__prefix {
|
25507
|
+
padding-inline-start: var(--v-field-padding-start);
|
25508
|
+
}
|
25509
|
+
.v-text-field__suffix {
|
25510
|
+
padding-inline-end: var(--v-field-padding-end);
|
25511
|
+
}
|
25512
|
+
|
25513
|
+
/* endregion */.v-tab.v-tab.v-btn {
|
25514
|
+
height: var(--v-tabs-height);
|
25515
|
+
border-radius: 0;
|
25516
|
+
min-width: 90px;
|
25517
|
+
}
|
25518
|
+
.v-slide-group--horizontal .v-tab {
|
25519
|
+
max-width: 360px;
|
25520
|
+
}
|
25521
|
+
.v-slide-group--vertical .v-tab {
|
25522
|
+
justify-content: start;
|
25523
|
+
}
|
25524
|
+
|
25525
|
+
.v-tab__slider {
|
25526
|
+
position: absolute;
|
25527
|
+
bottom: 0;
|
25528
|
+
left: 0;
|
25529
|
+
height: 2px;
|
25530
|
+
width: 100%;
|
25531
|
+
background: currentColor;
|
25532
|
+
pointer-events: none;
|
25533
|
+
opacity: 0;
|
25534
|
+
}
|
25535
|
+
.v-tab--selected .v-tab__slider {
|
25536
|
+
opacity: 1;
|
25537
|
+
}
|
25538
|
+
.v-slide-group--vertical .v-tab__slider {
|
25539
|
+
top: 0;
|
25540
|
+
height: 100%;
|
25541
|
+
width: 2px;
|
25542
|
+
}.v-tabs {
|
25543
|
+
display: flex;
|
25544
|
+
height: var(--v-tabs-height);
|
25545
|
+
}
|
25546
|
+
.v-tabs--density-default {
|
25547
|
+
--v-tabs-height: 48px;
|
25557
25548
|
}
|
25558
|
-
.v-
|
25559
|
-
--v-
|
25549
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25550
|
+
--v-tabs-height: 72px;
|
25560
25551
|
}
|
25561
25552
|
|
25562
|
-
.v-
|
25563
|
-
--v-
|
25553
|
+
.v-tabs--density-comfortable {
|
25554
|
+
--v-tabs-height: 44px;
|
25555
|
+
}
|
25556
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25557
|
+
--v-tabs-height: 68px;
|
25564
25558
|
}
|
25565
25559
|
|
25566
|
-
.v-
|
25567
|
-
|
25560
|
+
.v-tabs--density-compact {
|
25561
|
+
--v-tabs-height: 36px;
|
25568
25562
|
}
|
25569
|
-
.v-
|
25570
|
-
|
25563
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25564
|
+
--v-tabs-height: 60px;
|
25571
25565
|
}
|
25572
25566
|
|
25573
|
-
.v-
|
25574
|
-
|
25575
|
-
|
25567
|
+
.v-tabs.v-slide-group--vertical {
|
25568
|
+
height: auto;
|
25569
|
+
flex: none;
|
25570
|
+
--v-tabs-height: 48px;
|
25576
25571
|
}
|
25577
|
-
|
25578
|
-
|
25572
|
+
|
25573
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25574
|
+
margin-inline-start: 42px;
|
25579
25575
|
}
|
25580
25576
|
|
25581
|
-
|
25582
|
-
|
25583
|
-
|
25584
|
-
align-items: center;
|
25585
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25586
|
-
cursor: default;
|
25587
|
-
display: flex;
|
25588
|
-
opacity: 0;
|
25589
|
-
transition: inherit;
|
25590
|
-
white-space: nowrap;
|
25591
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25592
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25593
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
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;
|
25594
25580
|
}
|
25595
|
-
.v-
|
25596
|
-
|
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;
|
25597
25584
|
}
|
25598
|
-
|
25599
|
-
|
25585
|
+
|
25586
|
+
.v-tabs--grow {
|
25587
|
+
flex-grow: 1;
|
25600
25588
|
}
|
25601
|
-
.v-
|
25602
|
-
|
25589
|
+
.v-tabs--grow .v-tab {
|
25590
|
+
flex: 1 0 auto;
|
25591
|
+
max-width: none;
|
25603
25592
|
}
|
25604
|
-
|
25605
|
-
|
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;
|
25606
25599
|
}
|
25607
25600
|
|
25608
|
-
|
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-textarea .v-field {
|
25609
25609
|
--v-textarea-control-height: var(--v-input-control-height);
|
25610
25610
|
}
|
25611
25611
|
.v-textarea .v-field__field {
|
@@ -25644,6 +25644,9 @@ html.v-overlay-scroll-blocked {
|
|
25644
25644
|
}
|
25645
25645
|
.v-textarea textarea:invalid {
|
25646
25646
|
box-shadow: none;
|
25647
|
+
}.v-theme-provider {
|
25648
|
+
background: rgb(var(--v-theme-background));
|
25649
|
+
color: rgb(var(--v-theme-on-background));
|
25647
25650
|
}.v-timeline .v-timeline-divider__dot {
|
25648
25651
|
background: rgb(var(--v-theme-surface-light));
|
25649
25652
|
}
|
@@ -26060,31 +26063,6 @@ html.v-overlay-scroll-blocked {
|
|
26060
26063
|
|
26061
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 {
|
26062
26065
|
padding-inline-end: 0;
|
26063
|
-
}.v-theme-provider {
|
26064
|
-
background: rgb(var(--v-theme-background));
|
26065
|
-
color: rgb(var(--v-theme-on-background));
|
26066
|
-
}.v-tooltip > .v-overlay__content {
|
26067
|
-
background: rgb(var(--v-theme-surface-variant));
|
26068
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26069
|
-
border-radius: 4px;
|
26070
|
-
font-size: 0.875rem;
|
26071
|
-
line-height: 1.6;
|
26072
|
-
display: inline-block;
|
26073
|
-
padding: 5px 16px;
|
26074
|
-
text-transform: initial;
|
26075
|
-
width: auto;
|
26076
|
-
opacity: 1;
|
26077
|
-
pointer-events: none;
|
26078
|
-
transition-property: opacity, transform;
|
26079
|
-
overflow-wrap: break-word;
|
26080
|
-
}
|
26081
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26082
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26083
|
-
transition-duration: 150ms;
|
26084
|
-
}
|
26085
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26086
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26087
|
-
transition-duration: 75ms;
|
26088
26066
|
}.v-toolbar {
|
26089
26067
|
align-items: flex-start;
|
26090
26068
|
display: flex;
|
@@ -26214,15 +26192,6 @@ html.v-overlay-scroll-blocked {
|
|
26214
26192
|
}
|
26215
26193
|
.v-toolbar-items > .v-btn {
|
26216
26194
|
border-radius: 0;
|
26217
|
-
}.v-virtual-scroll {
|
26218
|
-
display: block;
|
26219
|
-
flex: 1 1 auto;
|
26220
|
-
max-width: 100%;
|
26221
|
-
overflow: auto;
|
26222
|
-
position: relative;
|
26223
|
-
}
|
26224
|
-
.v-virtual-scroll__container {
|
26225
|
-
display: block;
|
26226
26195
|
}.v-window {
|
26227
26196
|
overflow: hidden;
|
26228
26197
|
}
|
@@ -26293,6 +26262,59 @@ html.v-overlay-scroll-blocked {
|
|
26293
26262
|
}
|
26294
26263
|
.v-window-y-reverse-transition-leave-to {
|
26295
26264
|
transform: translateY(100%);
|
26265
|
+
}.v-tooltip > .v-overlay__content {
|
26266
|
+
background: rgb(var(--v-theme-surface-variant));
|
26267
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26268
|
+
border-radius: 4px;
|
26269
|
+
font-size: 0.875rem;
|
26270
|
+
line-height: 1.6;
|
26271
|
+
display: inline-block;
|
26272
|
+
padding: 5px 16px;
|
26273
|
+
text-transform: initial;
|
26274
|
+
width: auto;
|
26275
|
+
opacity: 1;
|
26276
|
+
pointer-events: none;
|
26277
|
+
transition-property: opacity, transform;
|
26278
|
+
overflow-wrap: break-word;
|
26279
|
+
}
|
26280
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26281
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26282
|
+
transition-duration: 150ms;
|
26283
|
+
}
|
26284
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26285
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26286
|
+
transition-duration: 75ms;
|
26287
|
+
}.v-virtual-scroll {
|
26288
|
+
display: block;
|
26289
|
+
flex: 1 1 auto;
|
26290
|
+
max-width: 100%;
|
26291
|
+
overflow: auto;
|
26292
|
+
position: relative;
|
26293
|
+
}
|
26294
|
+
.v-virtual-scroll__container {
|
26295
|
+
display: block;
|
26296
|
+
}.v-color-picker-canvas {
|
26297
|
+
display: flex;
|
26298
|
+
position: relative;
|
26299
|
+
overflow: hidden;
|
26300
|
+
contain: content;
|
26301
|
+
touch-action: none;
|
26302
|
+
}
|
26303
|
+
.v-color-picker-canvas__dot {
|
26304
|
+
position: absolute;
|
26305
|
+
top: 0;
|
26306
|
+
left: 0;
|
26307
|
+
width: 15px;
|
26308
|
+
height: 15px;
|
26309
|
+
background: transparent;
|
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);
|
26312
|
+
}
|
26313
|
+
.v-color-picker-canvas__dot--disabled {
|
26314
|
+
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);
|
26315
|
+
}
|
26316
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26317
|
+
will-change: transform;
|
26296
26318
|
}.v-color-picker-edit {
|
26297
26319
|
display: flex;
|
26298
26320
|
margin-top: 24px;
|
@@ -26321,28 +26343,41 @@ html.v-overlay-scroll-blocked {
|
|
26321
26343
|
}
|
26322
26344
|
.v-color-picker-edit__input span {
|
26323
26345
|
font-size: 0.75rem;
|
26324
|
-
}.v-color-picker-
|
26346
|
+
}.v-color-picker-swatches {
|
26347
|
+
overflow-y: auto;
|
26348
|
+
}
|
26349
|
+
.v-color-picker-swatches > div {
|
26325
26350
|
display: flex;
|
26326
|
-
|
26327
|
-
|
26328
|
-
|
26329
|
-
touch-action: none;
|
26351
|
+
flex-wrap: wrap;
|
26352
|
+
justify-content: center;
|
26353
|
+
padding: 8px;
|
26330
26354
|
}
|
26331
|
-
|
26332
|
-
|
26333
|
-
|
26334
|
-
|
26335
|
-
|
26336
|
-
height: 15px;
|
26337
|
-
background: transparent;
|
26338
|
-
border-radius: 50%;
|
26339
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26355
|
+
|
26356
|
+
.v-color-picker-swatches__swatch {
|
26357
|
+
display: flex;
|
26358
|
+
flex-direction: column;
|
26359
|
+
margin-bottom: 10px;
|
26340
26360
|
}
|
26341
|
-
|
26342
|
-
|
26361
|
+
|
26362
|
+
.v-color-picker-swatches__color {
|
26363
|
+
position: relative;
|
26364
|
+
height: 18px;
|
26365
|
+
max-height: 18px;
|
26366
|
+
width: 45px;
|
26367
|
+
margin: 2px 4px;
|
26368
|
+
border-radius: 2px;
|
26369
|
+
-webkit-user-select: none;
|
26370
|
+
user-select: none;
|
26371
|
+
overflow: hidden;
|
26372
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26373
|
+
cursor: pointer;
|
26343
26374
|
}
|
26344
|
-
.v-color-picker-
|
26345
|
-
|
26375
|
+
.v-color-picker-swatches__color > div {
|
26376
|
+
display: flex;
|
26377
|
+
align-items: center;
|
26378
|
+
justify-content: center;
|
26379
|
+
width: 100%;
|
26380
|
+
height: 100%;
|
26346
26381
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26347
26382
|
background-color: transparent !important;
|
26348
26383
|
}
|
@@ -26413,41 +26448,6 @@ html.v-overlay-scroll-blocked {
|
|
26413
26448
|
.v-color-picker-preview__eye-dropper {
|
26414
26449
|
position: relative;
|
26415
26450
|
margin-right: 12px;
|
26416
|
-
}.v-color-picker-swatches {
|
26417
|
-
overflow-y: auto;
|
26418
|
-
}
|
26419
|
-
.v-color-picker-swatches > div {
|
26420
|
-
display: flex;
|
26421
|
-
flex-wrap: wrap;
|
26422
|
-
justify-content: center;
|
26423
|
-
padding: 8px;
|
26424
|
-
}
|
26425
|
-
|
26426
|
-
.v-color-picker-swatches__swatch {
|
26427
|
-
display: flex;
|
26428
|
-
flex-direction: column;
|
26429
|
-
margin-bottom: 10px;
|
26430
|
-
}
|
26431
|
-
|
26432
|
-
.v-color-picker-swatches__color {
|
26433
|
-
position: relative;
|
26434
|
-
height: 18px;
|
26435
|
-
max-height: 18px;
|
26436
|
-
width: 45px;
|
26437
|
-
margin: 2px 4px;
|
26438
|
-
border-radius: 2px;
|
26439
|
-
-webkit-user-select: none;
|
26440
|
-
user-select: none;
|
26441
|
-
overflow: hidden;
|
26442
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26443
|
-
cursor: pointer;
|
26444
|
-
}
|
26445
|
-
.v-color-picker-swatches__color > div {
|
26446
|
-
display: flex;
|
26447
|
-
align-items: center;
|
26448
|
-
justify-content: center;
|
26449
|
-
width: 100%;
|
26450
|
-
height: 100%;
|
26451
26451
|
}.v-slider-thumb {
|
26452
26452
|
touch-action: none;
|
26453
26453
|
color: rgb(var(--v-theme-surface-variant));
|