@vuetify/nightly 3.8.8-master.2025-06-08 → 3.8.8-master.2025-06-10
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 +6 -3
- package/dist/json/attributes.json +2963 -2963
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5784 -5784
- package/dist/vuetify-labs.cjs +11 -11
- package/dist/vuetify-labs.css +3689 -3689
- package/dist/vuetify-labs.d.ts +61 -61
- package/dist/vuetify-labs.esm.js +12 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2210 -2210
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +12 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +915 -916
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js +0 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.8-master.2025-06-
|
2
|
+
* Vuetify v3.8.8-master.2025-06-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17927,6 +17927,28 @@ html.overflow-y-hidden {
|
|
17927
17927
|
.v-locale--is-ltr .float-print-start {
|
17928
17928
|
float: left !important;
|
17929
17929
|
}
|
17930
|
+
}.v-code {
|
17931
|
+
background-color: rgb(var(--v-theme-code));
|
17932
|
+
color: rgb(var(--v-theme-on-code));
|
17933
|
+
border-radius: 4px;
|
17934
|
+
line-height: 1.8;
|
17935
|
+
font-size: 0.9em;
|
17936
|
+
font-weight: normal;
|
17937
|
+
padding: 0.2em 0.4em;
|
17938
|
+
}
|
17939
|
+
.v-code:has(> pre) {
|
17940
|
+
display: inline-block;
|
17941
|
+
}.v-kbd {
|
17942
|
+
background: rgb(var(--v-theme-kbd));
|
17943
|
+
color: rgb(var(--v-theme-on-kbd));
|
17944
|
+
border-radius: 3px;
|
17945
|
+
display: inline;
|
17946
|
+
font-size: 85%;
|
17947
|
+
font-weight: normal;
|
17948
|
+
padding: 0.2em 0.4rem;
|
17949
|
+
}
|
17950
|
+
.v-kbd {
|
17951
|
+
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));
|
17930
17952
|
}.v-ripple__container {
|
17931
17953
|
color: inherit;
|
17932
17954
|
border-radius: inherit;
|
@@ -17963,28 +17985,6 @@ html.overflow-y-hidden {
|
|
17963
17985
|
.v-ripple__animation--out {
|
17964
17986
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17965
17987
|
opacity: 0;
|
17966
|
-
}.v-code {
|
17967
|
-
background-color: rgb(var(--v-theme-code));
|
17968
|
-
color: rgb(var(--v-theme-on-code));
|
17969
|
-
border-radius: 4px;
|
17970
|
-
line-height: 1.8;
|
17971
|
-
font-size: 0.9em;
|
17972
|
-
font-weight: normal;
|
17973
|
-
padding: 0.2em 0.4em;
|
17974
|
-
}
|
17975
|
-
.v-code:has(> pre) {
|
17976
|
-
display: inline-block;
|
17977
|
-
}.v-kbd {
|
17978
|
-
background: rgb(var(--v-theme-kbd));
|
17979
|
-
color: rgb(var(--v-theme-on-kbd));
|
17980
|
-
border-radius: 3px;
|
17981
|
-
display: inline;
|
17982
|
-
font-size: 85%;
|
17983
|
-
font-weight: normal;
|
17984
|
-
padding: 0.2em 0.4rem;
|
17985
|
-
}
|
17986
|
-
.v-kbd {
|
17987
|
-
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));
|
17988
17988
|
}.v-application {
|
17989
17989
|
display: flex;
|
17990
17990
|
background: rgb(var(--v-theme-background));
|
@@ -18013,112 +18013,90 @@ html.overflow-y-hidden {
|
|
18013
18013
|
}
|
18014
18014
|
.v-app-bar:not(.v-toolbar--absolute) {
|
18015
18015
|
padding-inline-end: var(--v-scrollbar-offset);
|
18016
|
-
}.v-
|
18017
|
-
|
18018
|
-
|
18019
|
-
|
18020
|
-
|
18021
|
-
line-height: normal;
|
18022
|
-
overflow: hidden;
|
18023
|
-
position: relative;
|
18024
|
-
text-align: center;
|
18025
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18026
|
-
transition-property: width, height;
|
18027
|
-
vertical-align: middle;
|
18016
|
+
}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18017
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18018
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18019
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18020
|
+
top: 0px;
|
18028
18021
|
}
|
18029
|
-
.v-
|
18030
|
-
|
18022
|
+
.v-autocomplete .v-field .v-text-field__prefix,
|
18023
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18024
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18025
|
+
cursor: text;
|
18031
18026
|
}
|
18032
|
-
.v-
|
18033
|
-
|
18027
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18028
|
+
flex: 1 1;
|
18034
18029
|
}
|
18035
|
-
.v-
|
18036
|
-
|
18030
|
+
.v-autocomplete .v-field input {
|
18031
|
+
min-width: 64px;
|
18037
18032
|
}
|
18038
|
-
.v-
|
18039
|
-
|
18033
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18034
|
+
min-width: 0;
|
18040
18035
|
}
|
18041
|
-
.v-
|
18042
|
-
|
18036
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18037
|
+
margin-inline-end: 2px;
|
18043
18038
|
}
|
18044
|
-
.v-
|
18045
|
-
|
18046
|
-
|
18039
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18040
|
+
overflow: hidden;
|
18041
|
+
text-overflow: ellipsis;
|
18042
|
+
white-space: nowrap;
|
18047
18043
|
}
|
18048
|
-
|
18049
|
-
|
18050
|
-
|
18044
|
+
|
18045
|
+
.v-autocomplete__content {
|
18046
|
+
overflow: hidden;
|
18051
18047
|
}
|
18052
|
-
.v-
|
18053
|
-
|
18054
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18048
|
+
.v-autocomplete__content {
|
18049
|
+
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));
|
18055
18050
|
}
|
18056
|
-
.v-
|
18057
|
-
border-
|
18058
|
-
border-style: solid;
|
18059
|
-
border-width: 0;
|
18051
|
+
.v-autocomplete__content {
|
18052
|
+
border-radius: 4px;
|
18060
18053
|
}
|
18061
|
-
.v-
|
18062
|
-
|
18063
|
-
box-shadow: none;
|
18054
|
+
.v-autocomplete__mask {
|
18055
|
+
background: rgb(var(--v-theme-surface-light));
|
18064
18056
|
}
|
18065
|
-
.v-
|
18066
|
-
|
18057
|
+
.v-autocomplete__selection {
|
18058
|
+
display: inline-flex;
|
18059
|
+
align-items: center;
|
18060
|
+
height: 1.5rem;
|
18061
|
+
letter-spacing: inherit;
|
18062
|
+
line-height: inherit;
|
18063
|
+
max-width: calc(100% - 2px - 2px);
|
18067
18064
|
}
|
18068
|
-
.v-
|
18069
|
-
|
18070
|
-
color: inherit;
|
18065
|
+
.v-autocomplete__selection:first-child {
|
18066
|
+
margin-inline-start: 0;
|
18071
18067
|
}
|
18072
|
-
.v-
|
18073
|
-
opacity:
|
18068
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18069
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18074
18070
|
}
|
18075
|
-
.v-
|
18071
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18076
18072
|
opacity: 1;
|
18077
18073
|
}
|
18078
|
-
.v-
|
18079
|
-
|
18080
|
-
}
|
18081
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18082
|
-
background: var(--v-theme-surface);
|
18083
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18084
|
-
}
|
18085
|
-
.v-avatar--variant-elevated {
|
18086
|
-
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));
|
18087
|
-
}
|
18088
|
-
.v-avatar--variant-flat {
|
18089
|
-
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));
|
18090
|
-
}
|
18091
|
-
.v-avatar--variant-outlined {
|
18092
|
-
border: thin solid currentColor;
|
18093
|
-
}
|
18094
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
18095
|
-
background: currentColor;
|
18074
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18075
|
+
caret-color: transparent;
|
18096
18076
|
}
|
18097
|
-
.v-
|
18098
|
-
|
18099
|
-
|
18100
|
-
border-radius: inherit;
|
18101
|
-
top: 0;
|
18102
|
-
right: 0;
|
18103
|
-
bottom: 0;
|
18077
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18078
|
+
flex: 1 1;
|
18079
|
+
position: absolute;
|
18104
18080
|
left: 0;
|
18105
|
-
|
18081
|
+
right: 0;
|
18082
|
+
width: 100%;
|
18083
|
+
padding-inline: inherit;
|
18106
18084
|
}
|
18107
|
-
.v-
|
18108
|
-
|
18085
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18086
|
+
transition: none;
|
18109
18087
|
}
|
18110
|
-
.v-
|
18111
|
-
|
18088
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18089
|
+
opacity: 0;
|
18112
18090
|
}
|
18113
|
-
.v-
|
18114
|
-
|
18091
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18092
|
+
opacity: 0;
|
18115
18093
|
}
|
18116
|
-
.v-
|
18117
|
-
margin-inline-start:
|
18094
|
+
.v-autocomplete__menu-icon {
|
18095
|
+
margin-inline-start: 4px;
|
18096
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18118
18097
|
}
|
18119
|
-
.v-
|
18120
|
-
|
18121
|
-
width: 100%;
|
18098
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18099
|
+
transform: rotate(180deg);
|
18122
18100
|
}.v-alert {
|
18123
18101
|
display: grid;
|
18124
18102
|
flex: 1 1;
|
@@ -18335,64 +18313,170 @@ html.overflow-y-hidden {
|
|
18335
18313
|
text-transform: none;
|
18336
18314
|
word-break: normal;
|
18337
18315
|
word-wrap: break-word;
|
18338
|
-
}.v-
|
18339
|
-
|
18340
|
-
line-height: 1;
|
18341
|
-
}
|
18342
|
-
|
18343
|
-
.v-badge__badge {
|
18316
|
+
}.v-avatar {
|
18317
|
+
flex: none;
|
18344
18318
|
align-items: center;
|
18345
18319
|
display: inline-flex;
|
18346
|
-
border-radius: 10px;
|
18347
|
-
font-family: "Roboto", sans-serif;
|
18348
|
-
font-size: 0.75rem;
|
18349
|
-
font-weight: 500;
|
18350
|
-
height: 1.25rem;
|
18351
18320
|
justify-content: center;
|
18352
|
-
|
18353
|
-
|
18354
|
-
|
18355
|
-
position: absolute;
|
18321
|
+
line-height: normal;
|
18322
|
+
overflow: hidden;
|
18323
|
+
position: relative;
|
18356
18324
|
text-align: center;
|
18357
|
-
|
18358
|
-
transition:
|
18359
|
-
|
18325
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18326
|
+
transition-property: width, height;
|
18327
|
+
vertical-align: middle;
|
18360
18328
|
}
|
18361
|
-
.v-
|
18362
|
-
|
18363
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18329
|
+
.v-avatar.v-avatar--size-x-small {
|
18330
|
+
--v-avatar-height: 24px;
|
18364
18331
|
}
|
18365
|
-
.v-
|
18366
|
-
|
18332
|
+
.v-avatar.v-avatar--size-small {
|
18333
|
+
--v-avatar-height: 32px;
|
18367
18334
|
}
|
18368
|
-
.v-
|
18369
|
-
|
18370
|
-
border-style: solid;
|
18371
|
-
border-width: 2px;
|
18372
|
-
bottom: 0;
|
18373
|
-
color: rgb(var(--v-theme-background));
|
18374
|
-
content: "";
|
18375
|
-
left: 0;
|
18376
|
-
position: absolute;
|
18377
|
-
right: 0;
|
18378
|
-
top: 0;
|
18379
|
-
transform: scale(1.05);
|
18335
|
+
.v-avatar.v-avatar--size-default {
|
18336
|
+
--v-avatar-height: 40px;
|
18380
18337
|
}
|
18381
|
-
.v-
|
18382
|
-
|
18383
|
-
height: 9px;
|
18384
|
-
min-width: 0;
|
18385
|
-
padding: 0;
|
18386
|
-
width: 9px;
|
18338
|
+
.v-avatar.v-avatar--size-large {
|
18339
|
+
--v-avatar-height: 48px;
|
18387
18340
|
}
|
18388
|
-
.v-
|
18389
|
-
|
18341
|
+
.v-avatar.v-avatar--size-x-large {
|
18342
|
+
--v-avatar-height: 56px;
|
18390
18343
|
}
|
18391
|
-
.v-
|
18392
|
-
|
18393
|
-
|
18344
|
+
.v-avatar.v-avatar--density-default {
|
18345
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18346
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18394
18347
|
}
|
18395
|
-
.v-
|
18348
|
+
.v-avatar.v-avatar--density-comfortable {
|
18349
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18350
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18351
|
+
}
|
18352
|
+
.v-avatar.v-avatar--density-compact {
|
18353
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18354
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18355
|
+
}
|
18356
|
+
.v-avatar {
|
18357
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18358
|
+
border-style: solid;
|
18359
|
+
border-width: 0;
|
18360
|
+
}
|
18361
|
+
.v-avatar--border {
|
18362
|
+
border-width: thin;
|
18363
|
+
box-shadow: none;
|
18364
|
+
}
|
18365
|
+
.v-avatar {
|
18366
|
+
border-radius: 50%;
|
18367
|
+
}
|
18368
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18369
|
+
background: transparent;
|
18370
|
+
color: inherit;
|
18371
|
+
}
|
18372
|
+
.v-avatar--variant-plain {
|
18373
|
+
opacity: 0.62;
|
18374
|
+
}
|
18375
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18376
|
+
opacity: 1;
|
18377
|
+
}
|
18378
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18379
|
+
display: none;
|
18380
|
+
}
|
18381
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18382
|
+
background: var(--v-theme-surface);
|
18383
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18384
|
+
}
|
18385
|
+
.v-avatar--variant-elevated {
|
18386
|
+
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));
|
18387
|
+
}
|
18388
|
+
.v-avatar--variant-flat {
|
18389
|
+
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));
|
18390
|
+
}
|
18391
|
+
.v-avatar--variant-outlined {
|
18392
|
+
border: thin solid currentColor;
|
18393
|
+
}
|
18394
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18395
|
+
background: currentColor;
|
18396
|
+
}
|
18397
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18398
|
+
background: currentColor;
|
18399
|
+
opacity: var(--v-activated-opacity);
|
18400
|
+
border-radius: inherit;
|
18401
|
+
top: 0;
|
18402
|
+
right: 0;
|
18403
|
+
bottom: 0;
|
18404
|
+
left: 0;
|
18405
|
+
pointer-events: none;
|
18406
|
+
}
|
18407
|
+
.v-avatar .v-avatar__underlay {
|
18408
|
+
position: absolute;
|
18409
|
+
}
|
18410
|
+
.v-avatar--rounded {
|
18411
|
+
border-radius: 4px;
|
18412
|
+
}
|
18413
|
+
.v-avatar--start {
|
18414
|
+
margin-inline-end: 8px;
|
18415
|
+
}
|
18416
|
+
.v-avatar--end {
|
18417
|
+
margin-inline-start: 8px;
|
18418
|
+
}
|
18419
|
+
.v-avatar .v-img {
|
18420
|
+
height: 100%;
|
18421
|
+
width: 100%;
|
18422
|
+
}.v-badge {
|
18423
|
+
display: inline-block;
|
18424
|
+
line-height: 1;
|
18425
|
+
}
|
18426
|
+
|
18427
|
+
.v-badge__badge {
|
18428
|
+
align-items: center;
|
18429
|
+
display: inline-flex;
|
18430
|
+
border-radius: 10px;
|
18431
|
+
font-family: "Roboto", sans-serif;
|
18432
|
+
font-size: 0.75rem;
|
18433
|
+
font-weight: 500;
|
18434
|
+
height: 1.25rem;
|
18435
|
+
justify-content: center;
|
18436
|
+
min-width: 20px;
|
18437
|
+
padding: 4px 6px;
|
18438
|
+
pointer-events: auto;
|
18439
|
+
position: absolute;
|
18440
|
+
text-align: center;
|
18441
|
+
text-indent: 0;
|
18442
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18443
|
+
white-space: nowrap;
|
18444
|
+
}
|
18445
|
+
.v-badge__badge {
|
18446
|
+
background: rgb(var(--v-theme-surface-variant));
|
18447
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18448
|
+
}
|
18449
|
+
.v-badge__badge:has(.v-icon) {
|
18450
|
+
padding: 4px 6px;
|
18451
|
+
}
|
18452
|
+
.v-badge--bordered .v-badge__badge::after {
|
18453
|
+
border-radius: inherit;
|
18454
|
+
border-style: solid;
|
18455
|
+
border-width: 2px;
|
18456
|
+
bottom: 0;
|
18457
|
+
color: rgb(var(--v-theme-background));
|
18458
|
+
content: "";
|
18459
|
+
left: 0;
|
18460
|
+
position: absolute;
|
18461
|
+
right: 0;
|
18462
|
+
top: 0;
|
18463
|
+
transform: scale(1.05);
|
18464
|
+
}
|
18465
|
+
.v-badge--dot .v-badge__badge {
|
18466
|
+
border-radius: 4.5px;
|
18467
|
+
height: 9px;
|
18468
|
+
min-width: 0;
|
18469
|
+
padding: 0;
|
18470
|
+
width: 9px;
|
18471
|
+
}
|
18472
|
+
.v-badge--dot .v-badge__badge::after {
|
18473
|
+
border-width: 1.5px;
|
18474
|
+
}
|
18475
|
+
.v-badge--inline .v-badge__badge {
|
18476
|
+
position: relative;
|
18477
|
+
vertical-align: middle;
|
18478
|
+
}
|
18479
|
+
.v-badge__badge .v-icon {
|
18396
18480
|
color: inherit;
|
18397
18481
|
font-size: 0.75rem;
|
18398
18482
|
margin: 0 -2px;
|
@@ -19106,86 +19190,29 @@ html.overflow-y-hidden {
|
|
19106
19190
|
flex-direction: column;
|
19107
19191
|
height: 100% !important;
|
19108
19192
|
width: 50px;
|
19109
|
-
}.v-
|
19110
|
-
|
19111
|
-
|
19193
|
+
}.v-checkbox.v-input {
|
19194
|
+
flex: 0 1 auto;
|
19195
|
+
}
|
19196
|
+
.v-checkbox .v-selection-control {
|
19197
|
+
min-height: var(--v-input-control-height);
|
19198
|
+
}.v-chip-group {
|
19199
|
+
display: flex;
|
19112
19200
|
max-width: 100%;
|
19113
19201
|
min-width: 0;
|
19114
|
-
overflow:
|
19115
|
-
|
19116
|
-
}
|
19117
|
-
.v-btn-group {
|
19118
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19119
|
-
border-style: solid;
|
19120
|
-
border-width: 0;
|
19121
|
-
}
|
19122
|
-
.v-btn-group--border {
|
19123
|
-
border-width: thin;
|
19124
|
-
box-shadow: none;
|
19125
|
-
}
|
19126
|
-
.v-btn-group {
|
19127
|
-
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));
|
19128
|
-
}
|
19129
|
-
.v-btn-group {
|
19130
|
-
border-radius: 4px;
|
19131
|
-
}
|
19132
|
-
.v-btn-group {
|
19133
|
-
background: transparent;
|
19134
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19135
|
-
}
|
19136
|
-
.v-btn-group--density-default.v-btn-group {
|
19137
|
-
height: 48px;
|
19202
|
+
overflow-x: auto;
|
19203
|
+
padding: 4px 0;
|
19138
19204
|
}
|
19139
|
-
|
19140
|
-
|
19141
|
-
height: 40px;
|
19205
|
+
.v-chip-group .v-chip {
|
19206
|
+
margin: 4px 8px 4px 0;
|
19142
19207
|
}
|
19143
|
-
|
19144
|
-
|
19145
|
-
height: 36px;
|
19208
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19209
|
+
opacity: var(--v-activated-opacity);
|
19146
19210
|
}
|
19147
19211
|
|
19148
|
-
.v-
|
19149
|
-
|
19150
|
-
|
19151
|
-
|
19152
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19153
|
-
border-inline-end: none;
|
19154
|
-
}
|
19155
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19156
|
-
border-inline-start: none;
|
19157
|
-
}
|
19158
|
-
.v-btn-group .v-btn:first-child {
|
19159
|
-
border-start-start-radius: inherit;
|
19160
|
-
border-end-start-radius: inherit;
|
19161
|
-
}
|
19162
|
-
.v-btn-group .v-btn:last-child {
|
19163
|
-
border-start-end-radius: inherit;
|
19164
|
-
border-end-end-radius: inherit;
|
19165
|
-
}
|
19166
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19167
|
-
border-inline-end-width: thin;
|
19168
|
-
border-inline-end-style: solid;
|
19169
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19170
|
-
}
|
19171
|
-
.v-btn-group--tile {
|
19172
|
-
border-radius: 0;
|
19173
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19174
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19175
|
-
}
|
19176
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19177
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19178
|
-
}
|
19179
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19180
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19181
|
-
}
|
19182
|
-
@supports not selector(:focus-visible) {
|
19183
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19184
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19185
|
-
}
|
19186
|
-
}
|
19187
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19188
|
-
opacity: 1;
|
19212
|
+
.v-chip-group--column .v-slide-group__content {
|
19213
|
+
white-space: normal;
|
19214
|
+
flex-wrap: wrap;
|
19215
|
+
max-width: 100%;
|
19189
19216
|
}.v-btn {
|
19190
19217
|
align-items: center;
|
19191
19218
|
border-radius: 4px;
|
@@ -19635,745 +19662,320 @@ html.overflow-y-hidden {
|
|
19635
19662
|
}
|
19636
19663
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19637
19664
|
opacity: var(--v-border-opacity);
|
19638
|
-
}.v-
|
19639
|
-
|
19640
|
-
|
19641
|
-
|
19642
|
-
min-height: var(--v-input-control-height);
|
19643
|
-
}.v-chip {
|
19644
|
-
align-items: center;
|
19645
|
-
display: inline-flex;
|
19646
|
-
font-weight: 400;
|
19647
|
-
max-width: 100%;
|
19648
|
-
min-width: 0;
|
19649
|
-
overflow: hidden;
|
19650
|
-
position: relative;
|
19651
|
-
text-decoration: none;
|
19652
|
-
white-space: nowrap;
|
19653
|
-
vertical-align: middle;
|
19665
|
+
}.v-color-picker {
|
19666
|
+
align-self: flex-start;
|
19667
|
+
contain: content;
|
19668
|
+
width: 300px;
|
19654
19669
|
}
|
19655
|
-
.v-
|
19656
|
-
--v-
|
19670
|
+
.v-color-picker.v-sheet.v-picker {
|
19671
|
+
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));
|
19657
19672
|
}
|
19658
|
-
.v-
|
19659
|
-
|
19660
|
-
--v-chip-height: 20px;
|
19661
|
-
font-size: 0.625rem;
|
19662
|
-
padding: 0 8px;
|
19673
|
+
.v-color-picker.v-sheet.v-picker {
|
19674
|
+
border-radius: 4px;
|
19663
19675
|
}
|
19664
|
-
|
19665
|
-
|
19666
|
-
|
19667
|
-
|
19668
|
-
|
19676
|
+
|
19677
|
+
.v-color-picker__controls {
|
19678
|
+
display: flex;
|
19679
|
+
flex-direction: column;
|
19680
|
+
padding: 16px;
|
19669
19681
|
}
|
19670
19682
|
|
19671
|
-
.v-
|
19672
|
-
|
19673
|
-
margin-inline-end: 4px;
|
19683
|
+
.v-color-picker--flat {
|
19684
|
+
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));
|
19674
19685
|
}
|
19675
|
-
.v-
|
19676
|
-
|
19686
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19687
|
+
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));
|
19688
|
+
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
19689
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
19690
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
19691
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
19692
|
+
top: 0px;
|
19677
19693
|
}
|
19678
|
-
|
19679
|
-
.v-
|
19680
|
-
|
19681
|
-
|
19694
|
+
.v-combobox .v-field .v-text-field__prefix,
|
19695
|
+
.v-combobox .v-field .v-text-field__suffix,
|
19696
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
19697
|
+
cursor: text;
|
19682
19698
|
}
|
19683
|
-
.v-
|
19684
|
-
|
19699
|
+
.v-combobox .v-field .v-field__input > input {
|
19700
|
+
flex: 1 1;
|
19685
19701
|
}
|
19686
|
-
|
19687
|
-
|
19688
|
-
margin-inline-start: 12px;
|
19702
|
+
.v-combobox .v-field input {
|
19703
|
+
min-width: 64px;
|
19689
19704
|
}
|
19690
|
-
|
19691
|
-
|
19692
|
-
.v-chip.v-chip--size-x-small .v-chip__filter {
|
19693
|
-
margin-inline-start: -4px;
|
19694
|
-
margin-inline-end: 4px;
|
19705
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
19706
|
+
min-width: 0;
|
19695
19707
|
}
|
19696
|
-
.v-
|
19697
|
-
|
19698
|
-
margin-inline-start: 4px;
|
19699
|
-
margin-inline-end: -4px;
|
19708
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
19709
|
+
margin-inline-end: 2px;
|
19700
19710
|
}
|
19701
|
-
.v-
|
19702
|
-
|
19703
|
-
|
19704
|
-
|
19711
|
+
.v-combobox .v-combobox__selection-text {
|
19712
|
+
overflow: hidden;
|
19713
|
+
text-overflow: ellipsis;
|
19714
|
+
white-space: nowrap;
|
19705
19715
|
}
|
19706
19716
|
|
19707
|
-
.v-
|
19708
|
-
|
19709
|
-
--v-chip-height: 26px;
|
19710
|
-
font-size: 0.75rem;
|
19711
|
-
padding: 0 10px;
|
19717
|
+
.v-combobox__content {
|
19718
|
+
overflow: hidden;
|
19712
19719
|
}
|
19713
|
-
.v-
|
19714
|
-
--v-
|
19720
|
+
.v-combobox__content {
|
19721
|
+
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));
|
19715
19722
|
}
|
19716
|
-
.v-
|
19717
|
-
|
19723
|
+
.v-combobox__content {
|
19724
|
+
border-radius: 4px;
|
19718
19725
|
}
|
19719
|
-
|
19720
|
-
|
19721
|
-
margin-inline-start: -7px;
|
19722
|
-
margin-inline-end: 5px;
|
19726
|
+
.v-combobox__mask {
|
19727
|
+
background: rgb(var(--v-theme-surface-light));
|
19723
19728
|
}
|
19724
|
-
.v-
|
19725
|
-
|
19729
|
+
.v-combobox__selection {
|
19730
|
+
display: inline-flex;
|
19731
|
+
align-items: center;
|
19732
|
+
height: 1.5rem;
|
19733
|
+
letter-spacing: inherit;
|
19734
|
+
line-height: inherit;
|
19735
|
+
max-width: calc(100% - 2px - 2px);
|
19726
19736
|
}
|
19727
|
-
|
19728
|
-
|
19729
|
-
margin-inline-start: 5px;
|
19730
|
-
margin-inline-end: -7px;
|
19737
|
+
.v-combobox__selection:first-child {
|
19738
|
+
margin-inline-start: 0;
|
19731
19739
|
}
|
19732
|
-
.v-
|
19733
|
-
|
19740
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
19741
|
+
opacity: var(--v-medium-emphasis-opacity);
|
19734
19742
|
}
|
19735
|
-
|
19736
|
-
|
19737
|
-
margin-inline-start: 15px;
|
19743
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
19744
|
+
opacity: 1;
|
19738
19745
|
}
|
19739
|
-
|
19740
|
-
|
19741
|
-
.v-chip.v-chip--size-small .v-chip__filter {
|
19742
|
-
margin-inline-start: -5px;
|
19743
|
-
margin-inline-end: 5px;
|
19746
|
+
.v-combobox--selecting-index .v-field__input > input {
|
19747
|
+
caret-color: transparent;
|
19744
19748
|
}
|
19745
|
-
.v-
|
19746
|
-
|
19747
|
-
|
19748
|
-
|
19749
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
19750
|
+
flex: 1 1;
|
19751
|
+
position: absolute;
|
19752
|
+
left: 0;
|
19753
|
+
right: 0;
|
19754
|
+
width: 100%;
|
19755
|
+
padding-inline: inherit;
|
19749
19756
|
}
|
19750
|
-
.v-
|
19751
|
-
|
19752
|
-
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
19753
|
-
margin-inline-start: 10px;
|
19757
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
19758
|
+
transition: none;
|
19754
19759
|
}
|
19755
|
-
|
19756
|
-
|
19757
|
-
--v-chip-size: 0.875rem;
|
19758
|
-
--v-chip-height: 32px;
|
19759
|
-
font-size: 0.875rem;
|
19760
|
-
padding: 0 12px;
|
19760
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
19761
|
+
opacity: 0;
|
19761
19762
|
}
|
19762
|
-
.v-
|
19763
|
-
|
19763
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
19764
|
+
opacity: 0;
|
19764
19765
|
}
|
19765
|
-
.v-
|
19766
|
-
|
19766
|
+
.v-combobox__menu-icon {
|
19767
|
+
margin-inline-start: 4px;
|
19768
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
19767
19769
|
}
|
19768
|
-
|
19769
|
-
|
19770
|
-
|
19771
|
-
|
19770
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
19771
|
+
transform: rotate(180deg);
|
19772
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19773
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19772
19774
|
}
|
19773
|
-
.v-
|
19774
|
-
|
19775
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19776
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19775
19777
|
}
|
19776
|
-
|
19777
|
-
|
19778
|
-
margin-inline-start: 6px;
|
19779
|
-
margin-inline-end: -8.4px;
|
19778
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19779
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19780
19780
|
}
|
19781
|
-
|
19782
|
-
|
19781
|
+
@supports not selector(:focus-visible) {
|
19782
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19783
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19784
|
+
}
|
19783
19785
|
}
|
19784
|
-
|
19785
|
-
|
19786
|
-
|
19786
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19787
|
+
opacity: 1;
|
19788
|
+
}.v-container {
|
19789
|
+
width: 100%;
|
19790
|
+
padding: 16px;
|
19791
|
+
margin-right: auto;
|
19792
|
+
margin-left: auto;
|
19787
19793
|
}
|
19788
|
-
|
19789
|
-
.v-
|
19790
|
-
|
19791
|
-
|
19792
|
-
margin-inline-end: 6px;
|
19794
|
+
@media (min-width: 960px) {
|
19795
|
+
.v-container {
|
19796
|
+
max-width: 900px;
|
19797
|
+
}
|
19793
19798
|
}
|
19794
|
-
|
19795
|
-
.v-
|
19796
|
-
|
19797
|
-
|
19799
|
+
@media (min-width: 1280px) {
|
19800
|
+
.v-container {
|
19801
|
+
max-width: 1200px;
|
19802
|
+
}
|
19798
19803
|
}
|
19799
|
-
|
19800
|
-
.v-
|
19801
|
-
|
19802
|
-
|
19804
|
+
@media (min-width: 1920px) {
|
19805
|
+
.v-container {
|
19806
|
+
max-width: 1800px;
|
19807
|
+
}
|
19803
19808
|
}
|
19804
|
-
|
19805
|
-
.v-
|
19806
|
-
|
19807
|
-
|
19808
|
-
font-size: 1rem;
|
19809
|
-
padding: 0 14px;
|
19809
|
+
@media (min-width: 2560px) {
|
19810
|
+
.v-container {
|
19811
|
+
max-width: 2400px;
|
19812
|
+
}
|
19810
19813
|
}
|
19811
|
-
.v-
|
19812
|
-
|
19814
|
+
.v-container--fluid {
|
19815
|
+
max-width: 100%;
|
19813
19816
|
}
|
19814
|
-
.v-
|
19815
|
-
|
19817
|
+
.v-container.fill-height {
|
19818
|
+
align-items: center;
|
19819
|
+
display: flex;
|
19820
|
+
flex-wrap: wrap;
|
19816
19821
|
}
|
19817
19822
|
|
19818
|
-
.v-
|
19819
|
-
|
19820
|
-
|
19823
|
+
.v-row {
|
19824
|
+
display: flex;
|
19825
|
+
flex-wrap: wrap;
|
19826
|
+
flex: 1 1 auto;
|
19827
|
+
margin: -12px;
|
19821
19828
|
}
|
19822
|
-
.v-
|
19823
|
-
margin-
|
19829
|
+
.v-row + .v-row {
|
19830
|
+
margin-top: 12px;
|
19824
19831
|
}
|
19825
|
-
|
19826
|
-
|
19827
|
-
margin-inline-start: 7px;
|
19828
|
-
margin-inline-end: -9.8px;
|
19832
|
+
.v-row + .v-row--dense {
|
19833
|
+
margin-top: 4px;
|
19829
19834
|
}
|
19830
|
-
.v-
|
19831
|
-
margin
|
19835
|
+
.v-row--dense {
|
19836
|
+
margin: -4px;
|
19832
19837
|
}
|
19833
|
-
|
19834
|
-
.v-
|
19835
|
-
|
19838
|
+
.v-row--dense > .v-col,
|
19839
|
+
.v-row--dense > [class*=v-col-] {
|
19840
|
+
padding: 4px;
|
19836
19841
|
}
|
19837
|
-
|
19838
|
-
|
19839
|
-
.v-chip.v-chip--size-large .v-chip__filter {
|
19840
|
-
margin-inline-start: -7px;
|
19841
|
-
margin-inline-end: 7px;
|
19842
|
-
}
|
19843
|
-
.v-chip.v-chip--size-large .v-icon--end,
|
19844
|
-
.v-chip.v-chip--size-large .v-chip__close {
|
19845
|
-
margin-inline-start: 7px;
|
19846
|
-
margin-inline-end: -7px;
|
19842
|
+
.v-row.v-row--no-gutters {
|
19843
|
+
margin: 0;
|
19847
19844
|
}
|
19848
|
-
.v-
|
19849
|
-
.v-
|
19850
|
-
|
19851
|
-
margin-inline-start: 14px;
|
19845
|
+
.v-row.v-row--no-gutters > .v-col,
|
19846
|
+
.v-row.v-row--no-gutters > [class*=v-col-] {
|
19847
|
+
padding: 0;
|
19852
19848
|
}
|
19853
19849
|
|
19854
|
-
.v-
|
19855
|
-
|
19856
|
-
--v-chip-height: 44px;
|
19857
|
-
font-size: 1.125rem;
|
19858
|
-
padding: 0 17px;
|
19859
|
-
}
|
19860
|
-
.v-chip.v-chip--size-x-large .v-avatar {
|
19861
|
-
--v-avatar-height: 38px;
|
19862
|
-
}
|
19863
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
19864
|
-
--v-avatar-height: 44px;
|
19850
|
+
.v-spacer {
|
19851
|
+
flex-grow: 1;
|
19865
19852
|
}
|
19866
19853
|
|
19867
|
-
.v-
|
19868
|
-
|
19869
|
-
|
19870
|
-
|
19871
|
-
.v-
|
19872
|
-
|
19854
|
+
.v-col-xxl,
|
19855
|
+
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
19856
|
+
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
19857
|
+
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
19858
|
+
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
19859
|
+
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
19860
|
+
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
19861
|
+
width: 100%;
|
19862
|
+
padding: 12px;
|
19873
19863
|
}
|
19874
19864
|
|
19875
|
-
.v-
|
19876
|
-
|
19877
|
-
|
19878
|
-
|
19879
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
19880
|
-
margin-inline-end: -17px;
|
19865
|
+
.v-col {
|
19866
|
+
flex-basis: 0;
|
19867
|
+
flex-grow: 1;
|
19868
|
+
max-width: 100%;
|
19881
19869
|
}
|
19882
19870
|
|
19883
|
-
.v-
|
19884
|
-
|
19871
|
+
.v-col-auto {
|
19872
|
+
flex: 0 0 auto;
|
19873
|
+
width: auto;
|
19874
|
+
max-width: 100%;
|
19885
19875
|
}
|
19886
19876
|
|
19887
|
-
.v-
|
19888
|
-
|
19889
|
-
|
19890
|
-
margin-inline-end: 8.5px;
|
19891
|
-
}
|
19892
|
-
.v-chip.v-chip--size-x-large .v-icon--end,
|
19893
|
-
.v-chip.v-chip--size-x-large .v-chip__close {
|
19894
|
-
margin-inline-start: 8.5px;
|
19895
|
-
margin-inline-end: -8.5px;
|
19896
|
-
}
|
19897
|
-
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
|
19898
|
-
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
|
19899
|
-
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
|
19900
|
-
margin-inline-start: 17px;
|
19877
|
+
.v-col-1 {
|
19878
|
+
flex: 0 0 8.3333333333%;
|
19879
|
+
max-width: 8.3333333333%;
|
19901
19880
|
}
|
19902
19881
|
|
19903
|
-
.v-
|
19904
|
-
|
19882
|
+
.v-col-2 {
|
19883
|
+
flex: 0 0 16.6666666667%;
|
19884
|
+
max-width: 16.6666666667%;
|
19905
19885
|
}
|
19906
19886
|
|
19907
|
-
.v-
|
19908
|
-
|
19887
|
+
.v-col-3 {
|
19888
|
+
flex: 0 0 25%;
|
19889
|
+
max-width: 25%;
|
19909
19890
|
}
|
19910
19891
|
|
19911
|
-
.v-
|
19912
|
-
|
19892
|
+
.v-col-4 {
|
19893
|
+
flex: 0 0 33.3333333333%;
|
19894
|
+
max-width: 33.3333333333%;
|
19913
19895
|
}
|
19914
19896
|
|
19915
|
-
.v-
|
19916
|
-
|
19917
|
-
|
19918
|
-
border-width: 0;
|
19919
|
-
}
|
19920
|
-
.v-chip:hover > .v-chip__overlay {
|
19921
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19922
|
-
}
|
19923
|
-
.v-chip:focus-visible > .v-chip__overlay {
|
19924
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19925
|
-
}
|
19926
|
-
@supports not selector(:focus-visible) {
|
19927
|
-
.v-chip:focus > .v-chip__overlay {
|
19928
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19929
|
-
}
|
19930
|
-
}
|
19931
|
-
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
19932
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19933
|
-
}
|
19934
|
-
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
19935
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19936
|
-
}
|
19937
|
-
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
19938
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19939
|
-
}
|
19940
|
-
@supports not selector(:focus-visible) {
|
19941
|
-
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
19942
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19943
|
-
}
|
19944
|
-
}
|
19945
|
-
.v-chip {
|
19946
|
-
border-radius: 9999px;
|
19947
|
-
}
|
19948
|
-
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
19949
|
-
background: transparent;
|
19950
|
-
color: inherit;
|
19951
|
-
}
|
19952
|
-
.v-chip--variant-plain {
|
19953
|
-
opacity: 0.26;
|
19954
|
-
}
|
19955
|
-
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
19956
|
-
opacity: 1;
|
19957
|
-
}
|
19958
|
-
.v-chip--variant-plain .v-chip__overlay {
|
19959
|
-
display: none;
|
19897
|
+
.v-col-5 {
|
19898
|
+
flex: 0 0 41.6666666667%;
|
19899
|
+
max-width: 41.6666666667%;
|
19960
19900
|
}
|
19961
|
-
|
19962
|
-
|
19963
|
-
|
19901
|
+
|
19902
|
+
.v-col-6 {
|
19903
|
+
flex: 0 0 50%;
|
19904
|
+
max-width: 50%;
|
19964
19905
|
}
|
19965
|
-
|
19966
|
-
|
19906
|
+
|
19907
|
+
.v-col-7 {
|
19908
|
+
flex: 0 0 58.3333333333%;
|
19909
|
+
max-width: 58.3333333333%;
|
19967
19910
|
}
|
19968
|
-
|
19969
|
-
|
19911
|
+
|
19912
|
+
.v-col-8 {
|
19913
|
+
flex: 0 0 66.6666666667%;
|
19914
|
+
max-width: 66.6666666667%;
|
19970
19915
|
}
|
19971
|
-
|
19972
|
-
|
19916
|
+
|
19917
|
+
.v-col-9 {
|
19918
|
+
flex: 0 0 75%;
|
19919
|
+
max-width: 75%;
|
19973
19920
|
}
|
19974
|
-
|
19975
|
-
|
19921
|
+
|
19922
|
+
.v-col-10 {
|
19923
|
+
flex: 0 0 83.3333333333%;
|
19924
|
+
max-width: 83.3333333333%;
|
19976
19925
|
}
|
19977
|
-
|
19978
|
-
|
19979
|
-
|
19980
|
-
|
19981
|
-
top: 0;
|
19982
|
-
right: 0;
|
19983
|
-
bottom: 0;
|
19984
|
-
left: 0;
|
19985
|
-
pointer-events: none;
|
19926
|
+
|
19927
|
+
.v-col-11 {
|
19928
|
+
flex: 0 0 91.6666666667%;
|
19929
|
+
max-width: 91.6666666667%;
|
19986
19930
|
}
|
19987
|
-
|
19988
|
-
|
19931
|
+
|
19932
|
+
.v-col-12 {
|
19933
|
+
flex: 0 0 100%;
|
19934
|
+
max-width: 100%;
|
19989
19935
|
}
|
19990
|
-
|
19991
|
-
|
19936
|
+
|
19937
|
+
.offset-1 {
|
19938
|
+
margin-inline-start: 8.3333333333%;
|
19992
19939
|
}
|
19993
|
-
|
19994
|
-
|
19940
|
+
|
19941
|
+
.offset-2 {
|
19942
|
+
margin-inline-start: 16.6666666667%;
|
19995
19943
|
}
|
19996
|
-
|
19997
|
-
|
19998
|
-
|
19944
|
+
|
19945
|
+
.offset-3 {
|
19946
|
+
margin-inline-start: 25%;
|
19999
19947
|
}
|
20000
|
-
|
20001
|
-
|
19948
|
+
|
19949
|
+
.offset-4 {
|
19950
|
+
margin-inline-start: 33.3333333333%;
|
20002
19951
|
}
|
20003
19952
|
|
20004
|
-
.
|
20005
|
-
|
20006
|
-
display: inline-flex;
|
19953
|
+
.offset-5 {
|
19954
|
+
margin-inline-start: 41.6666666667%;
|
20007
19955
|
}
|
20008
|
-
|
20009
|
-
|
19956
|
+
|
19957
|
+
.offset-6 {
|
19958
|
+
margin-inline-start: 50%;
|
20010
19959
|
}
|
20011
19960
|
|
20012
|
-
.
|
20013
|
-
.
|
20014
|
-
.v-chip__append,
|
20015
|
-
.v-chip__close {
|
20016
|
-
align-items: center;
|
20017
|
-
display: inline-flex;
|
19961
|
+
.offset-7 {
|
19962
|
+
margin-inline-start: 58.3333333333%;
|
20018
19963
|
}
|
20019
19964
|
|
20020
|
-
.
|
20021
|
-
|
20022
|
-
flex: 0 1 auto;
|
20023
|
-
font-size: 18px;
|
20024
|
-
max-height: 18px;
|
20025
|
-
max-width: 18px;
|
20026
|
-
-webkit-user-select: none;
|
20027
|
-
user-select: none;
|
19965
|
+
.offset-8 {
|
19966
|
+
margin-inline-start: 66.6666666667%;
|
20028
19967
|
}
|
20029
|
-
|
20030
|
-
|
19968
|
+
|
19969
|
+
.offset-9 {
|
19970
|
+
margin-inline-start: 75%;
|
20031
19971
|
}
|
20032
19972
|
|
20033
|
-
.
|
20034
|
-
|
19973
|
+
.offset-10 {
|
19974
|
+
margin-inline-start: 83.3333333333%;
|
20035
19975
|
}
|
20036
19976
|
|
20037
|
-
.
|
20038
|
-
|
20039
|
-
border-radius: inherit;
|
20040
|
-
pointer-events: none;
|
20041
|
-
opacity: 0;
|
20042
|
-
transition: opacity 0.2s ease-in-out;
|
20043
|
-
}
|
20044
|
-
.v-chip__overlay {
|
20045
|
-
position: absolute;
|
20046
|
-
top: 0;
|
20047
|
-
left: 0;
|
20048
|
-
width: 100%;
|
20049
|
-
height: 100%;
|
20050
|
-
}
|
20051
|
-
|
20052
|
-
.v-chip--disabled {
|
20053
|
-
opacity: 0.3;
|
20054
|
-
pointer-events: none;
|
20055
|
-
-webkit-user-select: none;
|
20056
|
-
user-select: none;
|
20057
|
-
}
|
20058
|
-
|
20059
|
-
.v-chip--label {
|
20060
|
-
border-radius: 4px;
|
20061
|
-
}.v-chip-group {
|
20062
|
-
display: flex;
|
20063
|
-
max-width: 100%;
|
20064
|
-
min-width: 0;
|
20065
|
-
overflow-x: auto;
|
20066
|
-
padding: 4px 0;
|
20067
|
-
}
|
20068
|
-
.v-chip-group .v-chip {
|
20069
|
-
margin: 4px 8px 4px 0;
|
20070
|
-
}
|
20071
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20072
|
-
opacity: var(--v-activated-opacity);
|
20073
|
-
}
|
20074
|
-
|
20075
|
-
.v-chip-group--column .v-slide-group__content {
|
20076
|
-
white-space: normal;
|
20077
|
-
flex-wrap: wrap;
|
20078
|
-
max-width: 100%;
|
20079
|
-
}.v-color-picker {
|
20080
|
-
align-self: flex-start;
|
20081
|
-
contain: content;
|
20082
|
-
width: 300px;
|
20083
|
-
}
|
20084
|
-
.v-color-picker.v-sheet.v-picker {
|
20085
|
-
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));
|
20086
|
-
}
|
20087
|
-
.v-color-picker.v-sheet.v-picker {
|
20088
|
-
border-radius: 4px;
|
20089
|
-
}
|
20090
|
-
|
20091
|
-
.v-color-picker__controls {
|
20092
|
-
display: flex;
|
20093
|
-
flex-direction: column;
|
20094
|
-
padding: 16px;
|
20095
|
-
}
|
20096
|
-
|
20097
|
-
.v-color-picker--flat {
|
20098
|
-
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));
|
20099
|
-
}
|
20100
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20101
|
-
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));
|
20102
|
-
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20103
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20104
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20105
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20106
|
-
top: 0px;
|
20107
|
-
}
|
20108
|
-
.v-combobox .v-field .v-text-field__prefix,
|
20109
|
-
.v-combobox .v-field .v-text-field__suffix,
|
20110
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20111
|
-
cursor: text;
|
20112
|
-
}
|
20113
|
-
.v-combobox .v-field .v-field__input > input {
|
20114
|
-
flex: 1 1;
|
20115
|
-
}
|
20116
|
-
.v-combobox .v-field input {
|
20117
|
-
min-width: 64px;
|
20118
|
-
}
|
20119
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
20120
|
-
min-width: 0;
|
20121
|
-
}
|
20122
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
20123
|
-
margin-inline-end: 2px;
|
20124
|
-
}
|
20125
|
-
.v-combobox .v-combobox__selection-text {
|
20126
|
-
overflow: hidden;
|
20127
|
-
text-overflow: ellipsis;
|
20128
|
-
white-space: nowrap;
|
20129
|
-
}
|
20130
|
-
|
20131
|
-
.v-combobox__content {
|
20132
|
-
overflow: hidden;
|
20133
|
-
}
|
20134
|
-
.v-combobox__content {
|
20135
|
-
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));
|
20136
|
-
}
|
20137
|
-
.v-combobox__content {
|
20138
|
-
border-radius: 4px;
|
20139
|
-
}
|
20140
|
-
.v-combobox__mask {
|
20141
|
-
background: rgb(var(--v-theme-surface-light));
|
20142
|
-
}
|
20143
|
-
.v-combobox__selection {
|
20144
|
-
display: inline-flex;
|
20145
|
-
align-items: center;
|
20146
|
-
height: 1.5rem;
|
20147
|
-
letter-spacing: inherit;
|
20148
|
-
line-height: inherit;
|
20149
|
-
max-width: calc(100% - 2px - 2px);
|
20150
|
-
}
|
20151
|
-
.v-combobox__selection:first-child {
|
20152
|
-
margin-inline-start: 0;
|
20153
|
-
}
|
20154
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
20155
|
-
opacity: var(--v-medium-emphasis-opacity);
|
20156
|
-
}
|
20157
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20158
|
-
opacity: 1;
|
20159
|
-
}
|
20160
|
-
.v-combobox--selecting-index .v-field__input > input {
|
20161
|
-
caret-color: transparent;
|
20162
|
-
}
|
20163
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20164
|
-
flex: 1 1;
|
20165
|
-
position: absolute;
|
20166
|
-
left: 0;
|
20167
|
-
right: 0;
|
20168
|
-
width: 100%;
|
20169
|
-
padding-inline: inherit;
|
20170
|
-
}
|
20171
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20172
|
-
transition: none;
|
20173
|
-
}
|
20174
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20175
|
-
opacity: 0;
|
20176
|
-
}
|
20177
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20178
|
-
opacity: 0;
|
20179
|
-
}
|
20180
|
-
.v-combobox__menu-icon {
|
20181
|
-
margin-inline-start: 4px;
|
20182
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20183
|
-
}
|
20184
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
20185
|
-
transform: rotate(180deg);
|
20186
|
-
}.v-container {
|
20187
|
-
width: 100%;
|
20188
|
-
padding: 16px;
|
20189
|
-
margin-right: auto;
|
20190
|
-
margin-left: auto;
|
20191
|
-
}
|
20192
|
-
@media (min-width: 960px) {
|
20193
|
-
.v-container {
|
20194
|
-
max-width: 900px;
|
20195
|
-
}
|
20196
|
-
}
|
20197
|
-
@media (min-width: 1280px) {
|
20198
|
-
.v-container {
|
20199
|
-
max-width: 1200px;
|
20200
|
-
}
|
20201
|
-
}
|
20202
|
-
@media (min-width: 1920px) {
|
20203
|
-
.v-container {
|
20204
|
-
max-width: 1800px;
|
20205
|
-
}
|
20206
|
-
}
|
20207
|
-
@media (min-width: 2560px) {
|
20208
|
-
.v-container {
|
20209
|
-
max-width: 2400px;
|
20210
|
-
}
|
20211
|
-
}
|
20212
|
-
.v-container--fluid {
|
20213
|
-
max-width: 100%;
|
20214
|
-
}
|
20215
|
-
.v-container.fill-height {
|
20216
|
-
align-items: center;
|
20217
|
-
display: flex;
|
20218
|
-
flex-wrap: wrap;
|
20219
|
-
}
|
20220
|
-
|
20221
|
-
.v-row {
|
20222
|
-
display: flex;
|
20223
|
-
flex-wrap: wrap;
|
20224
|
-
flex: 1 1 auto;
|
20225
|
-
margin: -12px;
|
20226
|
-
}
|
20227
|
-
.v-row + .v-row {
|
20228
|
-
margin-top: 12px;
|
20229
|
-
}
|
20230
|
-
.v-row + .v-row--dense {
|
20231
|
-
margin-top: 4px;
|
20232
|
-
}
|
20233
|
-
.v-row--dense {
|
20234
|
-
margin: -4px;
|
20235
|
-
}
|
20236
|
-
.v-row--dense > .v-col,
|
20237
|
-
.v-row--dense > [class*=v-col-] {
|
20238
|
-
padding: 4px;
|
20239
|
-
}
|
20240
|
-
.v-row.v-row--no-gutters {
|
20241
|
-
margin: 0;
|
20242
|
-
}
|
20243
|
-
.v-row.v-row--no-gutters > .v-col,
|
20244
|
-
.v-row.v-row--no-gutters > [class*=v-col-] {
|
20245
|
-
padding: 0;
|
20246
|
-
}
|
20247
|
-
|
20248
|
-
.v-spacer {
|
20249
|
-
flex-grow: 1;
|
20250
|
-
}
|
20251
|
-
|
20252
|
-
.v-col-xxl,
|
20253
|
-
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
20254
|
-
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
20255
|
-
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
|
20256
|
-
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
|
20257
|
-
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
|
20258
|
-
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
|
20259
|
-
width: 100%;
|
20260
|
-
padding: 12px;
|
20261
|
-
}
|
20262
|
-
|
20263
|
-
.v-col {
|
20264
|
-
flex-basis: 0;
|
20265
|
-
flex-grow: 1;
|
20266
|
-
max-width: 100%;
|
20267
|
-
}
|
20268
|
-
|
20269
|
-
.v-col-auto {
|
20270
|
-
flex: 0 0 auto;
|
20271
|
-
width: auto;
|
20272
|
-
max-width: 100%;
|
20273
|
-
}
|
20274
|
-
|
20275
|
-
.v-col-1 {
|
20276
|
-
flex: 0 0 8.3333333333%;
|
20277
|
-
max-width: 8.3333333333%;
|
20278
|
-
}
|
20279
|
-
|
20280
|
-
.v-col-2 {
|
20281
|
-
flex: 0 0 16.6666666667%;
|
20282
|
-
max-width: 16.6666666667%;
|
20283
|
-
}
|
20284
|
-
|
20285
|
-
.v-col-3 {
|
20286
|
-
flex: 0 0 25%;
|
20287
|
-
max-width: 25%;
|
20288
|
-
}
|
20289
|
-
|
20290
|
-
.v-col-4 {
|
20291
|
-
flex: 0 0 33.3333333333%;
|
20292
|
-
max-width: 33.3333333333%;
|
20293
|
-
}
|
20294
|
-
|
20295
|
-
.v-col-5 {
|
20296
|
-
flex: 0 0 41.6666666667%;
|
20297
|
-
max-width: 41.6666666667%;
|
20298
|
-
}
|
20299
|
-
|
20300
|
-
.v-col-6 {
|
20301
|
-
flex: 0 0 50%;
|
20302
|
-
max-width: 50%;
|
20303
|
-
}
|
20304
|
-
|
20305
|
-
.v-col-7 {
|
20306
|
-
flex: 0 0 58.3333333333%;
|
20307
|
-
max-width: 58.3333333333%;
|
20308
|
-
}
|
20309
|
-
|
20310
|
-
.v-col-8 {
|
20311
|
-
flex: 0 0 66.6666666667%;
|
20312
|
-
max-width: 66.6666666667%;
|
20313
|
-
}
|
20314
|
-
|
20315
|
-
.v-col-9 {
|
20316
|
-
flex: 0 0 75%;
|
20317
|
-
max-width: 75%;
|
20318
|
-
}
|
20319
|
-
|
20320
|
-
.v-col-10 {
|
20321
|
-
flex: 0 0 83.3333333333%;
|
20322
|
-
max-width: 83.3333333333%;
|
20323
|
-
}
|
20324
|
-
|
20325
|
-
.v-col-11 {
|
20326
|
-
flex: 0 0 91.6666666667%;
|
20327
|
-
max-width: 91.6666666667%;
|
20328
|
-
}
|
20329
|
-
|
20330
|
-
.v-col-12 {
|
20331
|
-
flex: 0 0 100%;
|
20332
|
-
max-width: 100%;
|
20333
|
-
}
|
20334
|
-
|
20335
|
-
.offset-1 {
|
20336
|
-
margin-inline-start: 8.3333333333%;
|
20337
|
-
}
|
20338
|
-
|
20339
|
-
.offset-2 {
|
20340
|
-
margin-inline-start: 16.6666666667%;
|
20341
|
-
}
|
20342
|
-
|
20343
|
-
.offset-3 {
|
20344
|
-
margin-inline-start: 25%;
|
20345
|
-
}
|
20346
|
-
|
20347
|
-
.offset-4 {
|
20348
|
-
margin-inline-start: 33.3333333333%;
|
20349
|
-
}
|
20350
|
-
|
20351
|
-
.offset-5 {
|
20352
|
-
margin-inline-start: 41.6666666667%;
|
20353
|
-
}
|
20354
|
-
|
20355
|
-
.offset-6 {
|
20356
|
-
margin-inline-start: 50%;
|
20357
|
-
}
|
20358
|
-
|
20359
|
-
.offset-7 {
|
20360
|
-
margin-inline-start: 58.3333333333%;
|
20361
|
-
}
|
20362
|
-
|
20363
|
-
.offset-8 {
|
20364
|
-
margin-inline-start: 66.6666666667%;
|
20365
|
-
}
|
20366
|
-
|
20367
|
-
.offset-9 {
|
20368
|
-
margin-inline-start: 75%;
|
20369
|
-
}
|
20370
|
-
|
20371
|
-
.offset-10 {
|
20372
|
-
margin-inline-start: 83.3333333333%;
|
20373
|
-
}
|
20374
|
-
|
20375
|
-
.offset-11 {
|
20376
|
-
margin-inline-start: 91.6666666667%;
|
19977
|
+
.offset-11 {
|
19978
|
+
margin-inline-start: 91.6666666667%;
|
20377
19979
|
}
|
20378
19980
|
|
20379
19981
|
@media (min-width: 600px) {
|
@@ -20860,37 +20462,6 @@ html.overflow-y-hidden {
|
|
20860
20462
|
flex: 0 1 auto;
|
20861
20463
|
font-size: 12px;
|
20862
20464
|
transition-duration: 150ms;
|
20863
|
-
}.v-data-table-footer {
|
20864
|
-
align-items: center;
|
20865
|
-
display: flex;
|
20866
|
-
flex-wrap: wrap;
|
20867
|
-
justify-content: flex-end;
|
20868
|
-
padding: 8px 4px;
|
20869
|
-
}
|
20870
|
-
.v-data-table-footer__items-per-page {
|
20871
|
-
align-items: center;
|
20872
|
-
display: flex;
|
20873
|
-
justify-content: center;
|
20874
|
-
}
|
20875
|
-
.v-data-table-footer__items-per-page > span {
|
20876
|
-
padding-inline-end: 8px;
|
20877
|
-
}
|
20878
|
-
.v-data-table-footer__items-per-page > .v-select {
|
20879
|
-
width: 90px;
|
20880
|
-
}
|
20881
|
-
.v-data-table-footer__info {
|
20882
|
-
display: flex;
|
20883
|
-
justify-content: flex-end;
|
20884
|
-
min-width: 116px;
|
20885
|
-
padding: 0 16px;
|
20886
|
-
}
|
20887
|
-
.v-data-table-footer__paginationz {
|
20888
|
-
align-items: center;
|
20889
|
-
display: flex;
|
20890
|
-
margin-inline-start: 16px;
|
20891
|
-
}
|
20892
|
-
.v-data-table-footer__page {
|
20893
|
-
padding: 0 8px;
|
20894
20465
|
}.v-data-table {
|
20895
20466
|
width: 100%;
|
20896
20467
|
}
|
@@ -21078,12 +20649,37 @@ html.overflow-y-hidden {
|
|
21078
20649
|
}
|
21079
20650
|
.v-data-table__td-sort-icon-active {
|
21080
20651
|
color: rgba(var(--v-theme-on-surface));
|
21081
|
-
}.v-
|
21082
|
-
|
21083
|
-
|
20652
|
+
}.v-data-table-footer {
|
20653
|
+
align-items: center;
|
20654
|
+
display: flex;
|
20655
|
+
flex-wrap: wrap;
|
20656
|
+
justify-content: flex-end;
|
20657
|
+
padding: 8px 4px;
|
21084
20658
|
}
|
21085
|
-
.v-
|
21086
|
-
|
20659
|
+
.v-data-table-footer__items-per-page {
|
20660
|
+
align-items: center;
|
20661
|
+
display: flex;
|
20662
|
+
justify-content: center;
|
20663
|
+
}
|
20664
|
+
.v-data-table-footer__items-per-page > span {
|
20665
|
+
padding-inline-end: 8px;
|
20666
|
+
}
|
20667
|
+
.v-data-table-footer__items-per-page > .v-select {
|
20668
|
+
width: 90px;
|
20669
|
+
}
|
20670
|
+
.v-data-table-footer__info {
|
20671
|
+
display: flex;
|
20672
|
+
justify-content: flex-end;
|
20673
|
+
min-width: 116px;
|
20674
|
+
padding: 0 16px;
|
20675
|
+
}
|
20676
|
+
.v-data-table-footer__paginationz {
|
20677
|
+
align-items: center;
|
20678
|
+
display: flex;
|
20679
|
+
margin-inline-start: 16px;
|
20680
|
+
}
|
20681
|
+
.v-data-table-footer__page {
|
20682
|
+
padding: 0 8px;
|
21087
20683
|
}.v-date-picker-controls {
|
21088
20684
|
display: flex;
|
21089
20685
|
align-items: center;
|
@@ -21201,6 +20797,21 @@ html.overflow-y-hidden {
|
|
21201
20797
|
.date-picker-header-reverse-transition-leave-to {
|
21202
20798
|
opacity: 0;
|
21203
20799
|
transform: translate(0, 100%);
|
20800
|
+
}.v-date-picker-years {
|
20801
|
+
height: 288px;
|
20802
|
+
overflow-y: scroll;
|
20803
|
+
}
|
20804
|
+
|
20805
|
+
.v-date-picker-years__content {
|
20806
|
+
display: grid;
|
20807
|
+
flex: 1 1;
|
20808
|
+
justify-content: space-around;
|
20809
|
+
grid-template-columns: repeat(3, 1fr);
|
20810
|
+
gap: 8px 24px;
|
20811
|
+
padding-inline: 32px;
|
20812
|
+
}
|
20813
|
+
.v-date-picker-years__content .v-btn {
|
20814
|
+
padding-inline: 8px;
|
21204
20815
|
}.v-date-picker-months {
|
21205
20816
|
height: 288px;
|
21206
20817
|
}
|
@@ -21220,21 +20831,12 @@ html.overflow-y-hidden {
|
|
21220
20831
|
text-transform: none;
|
21221
20832
|
padding-inline-start: 8px;
|
21222
20833
|
padding-inline-end: 8px;
|
21223
|
-
}.v-date-picker
|
21224
|
-
|
21225
|
-
|
21226
|
-
}
|
21227
|
-
|
21228
|
-
.v-date-picker-years__content {
|
21229
|
-
display: grid;
|
21230
|
-
flex: 1 1;
|
21231
|
-
justify-content: space-around;
|
21232
|
-
grid-template-columns: repeat(3, 1fr);
|
21233
|
-
gap: 8px 24px;
|
21234
|
-
padding-inline: 32px;
|
20834
|
+
}.v-date-picker {
|
20835
|
+
overflow: hidden;
|
20836
|
+
width: 328px;
|
21235
20837
|
}
|
21236
|
-
.v-date-picker-
|
21237
|
-
|
20838
|
+
.v-date-picker--show-week {
|
20839
|
+
width: 368px;
|
21238
20840
|
}.v-date-picker-month {
|
21239
20841
|
display: flex;
|
21240
20842
|
justify-content: center;
|
@@ -21389,58 +20991,6 @@ html.overflow-y-hidden {
|
|
21389
20991
|
-webkit-backface-visibility: hidden;
|
21390
20992
|
backface-visibility: hidden;
|
21391
20993
|
overflow-y: auto;
|
21392
|
-
}.v-divider {
|
21393
|
-
display: block;
|
21394
|
-
flex: 1 1 100%;
|
21395
|
-
height: 0px;
|
21396
|
-
max-height: 0px;
|
21397
|
-
opacity: var(--v-border-opacity);
|
21398
|
-
transition: inherit;
|
21399
|
-
}
|
21400
|
-
.v-divider {
|
21401
|
-
border-style: solid;
|
21402
|
-
border-width: thin 0 0 0;
|
21403
|
-
}
|
21404
|
-
.v-divider--vertical {
|
21405
|
-
align-self: stretch;
|
21406
|
-
border-width: 0 thin 0 0;
|
21407
|
-
display: inline-flex;
|
21408
|
-
height: auto;
|
21409
|
-
margin-left: -1px;
|
21410
|
-
max-height: 100%;
|
21411
|
-
max-width: 0px;
|
21412
|
-
vertical-align: text-bottom;
|
21413
|
-
width: 0px;
|
21414
|
-
}
|
21415
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
21416
|
-
max-width: calc(100% - 72px);
|
21417
|
-
margin-inline-start: 72px;
|
21418
|
-
}
|
21419
|
-
.v-divider--inset.v-divider--vertical {
|
21420
|
-
margin-bottom: 8px;
|
21421
|
-
margin-top: 8px;
|
21422
|
-
max-height: calc(100% - 16px);
|
21423
|
-
}
|
21424
|
-
|
21425
|
-
.v-divider__content {
|
21426
|
-
padding: 0 16px;
|
21427
|
-
text-wrap: nowrap;
|
21428
|
-
}
|
21429
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
21430
|
-
padding: 4px 0;
|
21431
|
-
}
|
21432
|
-
|
21433
|
-
.v-divider__wrapper {
|
21434
|
-
display: flex;
|
21435
|
-
align-items: center;
|
21436
|
-
justify-content: center;
|
21437
|
-
}
|
21438
|
-
.v-divider__wrapper--vertical {
|
21439
|
-
flex-direction: column;
|
21440
|
-
height: 100%;
|
21441
|
-
}
|
21442
|
-
.v-divider__wrapper--vertical .v-divider {
|
21443
|
-
margin: 0 auto;
|
21444
20994
|
}.v-empty-state {
|
21445
20995
|
align-items: center;
|
21446
20996
|
display: flex;
|
@@ -21508,6 +21058,58 @@ html.overflow-y-hidden {
|
|
21508
21058
|
.v-empty-state__action-btn.v-btn {
|
21509
21059
|
background-color: initial;
|
21510
21060
|
color: initial;
|
21061
|
+
}.v-divider {
|
21062
|
+
display: block;
|
21063
|
+
flex: 1 1 100%;
|
21064
|
+
height: 0px;
|
21065
|
+
max-height: 0px;
|
21066
|
+
opacity: var(--v-border-opacity);
|
21067
|
+
transition: inherit;
|
21068
|
+
}
|
21069
|
+
.v-divider {
|
21070
|
+
border-style: solid;
|
21071
|
+
border-width: thin 0 0 0;
|
21072
|
+
}
|
21073
|
+
.v-divider--vertical {
|
21074
|
+
align-self: stretch;
|
21075
|
+
border-width: 0 thin 0 0;
|
21076
|
+
display: inline-flex;
|
21077
|
+
height: auto;
|
21078
|
+
margin-left: -1px;
|
21079
|
+
max-height: 100%;
|
21080
|
+
max-width: 0px;
|
21081
|
+
vertical-align: text-bottom;
|
21082
|
+
width: 0px;
|
21083
|
+
}
|
21084
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21085
|
+
max-width: calc(100% - 72px);
|
21086
|
+
margin-inline-start: 72px;
|
21087
|
+
}
|
21088
|
+
.v-divider--inset.v-divider--vertical {
|
21089
|
+
margin-bottom: 8px;
|
21090
|
+
margin-top: 8px;
|
21091
|
+
max-height: calc(100% - 16px);
|
21092
|
+
}
|
21093
|
+
|
21094
|
+
.v-divider__content {
|
21095
|
+
padding: 0 16px;
|
21096
|
+
text-wrap: nowrap;
|
21097
|
+
}
|
21098
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
21099
|
+
padding: 4px 0;
|
21100
|
+
}
|
21101
|
+
|
21102
|
+
.v-divider__wrapper {
|
21103
|
+
display: flex;
|
21104
|
+
align-items: center;
|
21105
|
+
justify-content: center;
|
21106
|
+
}
|
21107
|
+
.v-divider__wrapper--vertical {
|
21108
|
+
flex-direction: column;
|
21109
|
+
height: 100%;
|
21110
|
+
}
|
21111
|
+
.v-divider__wrapper--vertical .v-divider {
|
21112
|
+
margin: 0 auto;
|
21511
21113
|
}.v-expansion-panel {
|
21512
21114
|
background-color: rgb(var(--v-theme-surface));
|
21513
21115
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -22316,8 +21918,44 @@ textarea.v-field__input::placeholder {
|
|
22316
21918
|
.v-field--loading .v-field__outline::before {
|
22317
21919
|
opacity: 0;
|
22318
21920
|
}
|
22319
|
-
|
22320
|
-
/* endregion */.v-
|
21921
|
+
|
21922
|
+
/* endregion */.v-footer {
|
21923
|
+
align-items: center;
|
21924
|
+
display: flex;
|
21925
|
+
flex: 1 1 auto;
|
21926
|
+
padding: 8px 16px;
|
21927
|
+
position: relative;
|
21928
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21929
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21930
|
+
}
|
21931
|
+
.v-footer {
|
21932
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21933
|
+
border-style: solid;
|
21934
|
+
border-width: 0;
|
21935
|
+
}
|
21936
|
+
.v-footer--border {
|
21937
|
+
border-width: thin;
|
21938
|
+
box-shadow: none;
|
21939
|
+
}
|
21940
|
+
.v-footer {
|
21941
|
+
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));
|
21942
|
+
}
|
21943
|
+
.v-footer--absolute {
|
21944
|
+
position: absolute;
|
21945
|
+
}
|
21946
|
+
.v-footer--fixed {
|
21947
|
+
position: fixed;
|
21948
|
+
}
|
21949
|
+
.v-footer {
|
21950
|
+
border-radius: 0;
|
21951
|
+
}
|
21952
|
+
.v-footer {
|
21953
|
+
background: rgb(var(--v-theme-surface));
|
21954
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21955
|
+
}
|
21956
|
+
.v-footer--rounded {
|
21957
|
+
border-radius: 4px;
|
21958
|
+
}.v-fab {
|
22321
21959
|
align-items: center;
|
22322
21960
|
display: inline-flex;
|
22323
21961
|
flex: 1 1 auto;
|
@@ -22390,42 +22028,6 @@ textarea.v-field__input::placeholder {
|
|
22390
22028
|
}
|
22391
22029
|
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22392
22030
|
right: 0;
|
22393
|
-
}.v-footer {
|
22394
|
-
align-items: center;
|
22395
|
-
display: flex;
|
22396
|
-
flex: 1 1 auto;
|
22397
|
-
padding: 8px 16px;
|
22398
|
-
position: relative;
|
22399
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22400
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22401
|
-
}
|
22402
|
-
.v-footer {
|
22403
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22404
|
-
border-style: solid;
|
22405
|
-
border-width: 0;
|
22406
|
-
}
|
22407
|
-
.v-footer--border {
|
22408
|
-
border-width: thin;
|
22409
|
-
box-shadow: none;
|
22410
|
-
}
|
22411
|
-
.v-footer {
|
22412
|
-
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));
|
22413
|
-
}
|
22414
|
-
.v-footer--absolute {
|
22415
|
-
position: absolute;
|
22416
|
-
}
|
22417
|
-
.v-footer--fixed {
|
22418
|
-
position: fixed;
|
22419
|
-
}
|
22420
|
-
.v-footer {
|
22421
|
-
border-radius: 0;
|
22422
|
-
}
|
22423
|
-
.v-footer {
|
22424
|
-
background: rgb(var(--v-theme-surface));
|
22425
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22426
|
-
}
|
22427
|
-
.v-footer--rounded {
|
22428
|
-
border-radius: 4px;
|
22429
22031
|
}.v-file-input--hide.v-input .v-field,
|
22430
22032
|
.v-file-input--hide.v-input .v-input__control,
|
22431
22033
|
.v-file-input--hide.v-input .v-input__details {
|
@@ -22458,60 +22060,6 @@ textarea.v-field__input::placeholder {
|
|
22458
22060
|
}
|
22459
22061
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
22460
22062
|
padding-inline: 0;
|
22461
|
-
}.v-icon {
|
22462
|
-
--v-icon-size-multiplier: 1;
|
22463
|
-
align-items: center;
|
22464
|
-
display: inline-flex;
|
22465
|
-
font-feature-settings: "liga";
|
22466
|
-
height: 1em;
|
22467
|
-
justify-content: center;
|
22468
|
-
letter-spacing: normal;
|
22469
|
-
line-height: 1;
|
22470
|
-
position: relative;
|
22471
|
-
opacity: var(--v-icon-opacity, 1);
|
22472
|
-
text-indent: 0;
|
22473
|
-
text-align: center;
|
22474
|
-
-webkit-user-select: none;
|
22475
|
-
user-select: none;
|
22476
|
-
vertical-align: middle;
|
22477
|
-
width: 1em;
|
22478
|
-
min-width: 1em;
|
22479
|
-
}
|
22480
|
-
.v-icon--clickable {
|
22481
|
-
cursor: pointer;
|
22482
|
-
}
|
22483
|
-
.v-icon--disabled {
|
22484
|
-
pointer-events: none;
|
22485
|
-
opacity: 0.38;
|
22486
|
-
}
|
22487
|
-
.v-icon--size-x-small {
|
22488
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22489
|
-
}
|
22490
|
-
.v-icon--size-small {
|
22491
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22492
|
-
}
|
22493
|
-
.v-icon--size-default {
|
22494
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22495
|
-
}
|
22496
|
-
.v-icon--size-large {
|
22497
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22498
|
-
}
|
22499
|
-
.v-icon--size-x-large {
|
22500
|
-
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22501
|
-
}
|
22502
|
-
|
22503
|
-
.v-icon__svg {
|
22504
|
-
fill: currentColor;
|
22505
|
-
width: 100%;
|
22506
|
-
height: 100%;
|
22507
|
-
}
|
22508
|
-
|
22509
|
-
.v-icon--start {
|
22510
|
-
margin-inline-end: 8px;
|
22511
|
-
}
|
22512
|
-
|
22513
|
-
.v-icon--end {
|
22514
|
-
margin-inline-start: 8px;
|
22515
22063
|
}.v-img {
|
22516
22064
|
--v-theme-overlay-multiplier: 3;
|
22517
22065
|
z-index: 0;
|
@@ -22600,6 +22148,60 @@ textarea.v-field__input::placeholder {
|
|
22600
22148
|
display: flex;
|
22601
22149
|
justify-content: center;
|
22602
22150
|
padding: 8px;
|
22151
|
+
}.v-icon {
|
22152
|
+
--v-icon-size-multiplier: 1;
|
22153
|
+
align-items: center;
|
22154
|
+
display: inline-flex;
|
22155
|
+
font-feature-settings: "liga";
|
22156
|
+
height: 1em;
|
22157
|
+
justify-content: center;
|
22158
|
+
letter-spacing: normal;
|
22159
|
+
line-height: 1;
|
22160
|
+
position: relative;
|
22161
|
+
opacity: var(--v-icon-opacity, 1);
|
22162
|
+
text-indent: 0;
|
22163
|
+
text-align: center;
|
22164
|
+
-webkit-user-select: none;
|
22165
|
+
user-select: none;
|
22166
|
+
vertical-align: middle;
|
22167
|
+
width: 1em;
|
22168
|
+
min-width: 1em;
|
22169
|
+
}
|
22170
|
+
.v-icon--clickable {
|
22171
|
+
cursor: pointer;
|
22172
|
+
}
|
22173
|
+
.v-icon--disabled {
|
22174
|
+
pointer-events: none;
|
22175
|
+
opacity: 0.38;
|
22176
|
+
}
|
22177
|
+
.v-icon--size-x-small {
|
22178
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22179
|
+
}
|
22180
|
+
.v-icon--size-small {
|
22181
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22182
|
+
}
|
22183
|
+
.v-icon--size-default {
|
22184
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22185
|
+
}
|
22186
|
+
.v-icon--size-large {
|
22187
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22188
|
+
}
|
22189
|
+
.v-icon--size-x-large {
|
22190
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22191
|
+
}
|
22192
|
+
|
22193
|
+
.v-icon__svg {
|
22194
|
+
fill: currentColor;
|
22195
|
+
width: 100%;
|
22196
|
+
height: 100%;
|
22197
|
+
}
|
22198
|
+
|
22199
|
+
.v-icon--start {
|
22200
|
+
margin-inline-end: 8px;
|
22201
|
+
}
|
22202
|
+
|
22203
|
+
.v-icon--end {
|
22204
|
+
margin-inline-start: 8px;
|
22603
22205
|
}.v-input {
|
22604
22206
|
display: grid;
|
22605
22207
|
flex: 1 1 auto;
|
@@ -22747,6 +22349,11 @@ textarea.v-field__input::placeholder {
|
|
22747
22349
|
|
22748
22350
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22749
22351
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22352
|
+
}.v-item-group {
|
22353
|
+
flex: 0 1 auto;
|
22354
|
+
max-width: 100%;
|
22355
|
+
position: relative;
|
22356
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22750
22357
|
}.v-label {
|
22751
22358
|
align-items: center;
|
22752
22359
|
color: inherit;
|
@@ -22762,26 +22369,146 @@ textarea.v-field__input::placeholder {
|
|
22762
22369
|
|
22763
22370
|
.v-label--clickable {
|
22764
22371
|
cursor: pointer;
|
22765
|
-
}.v-
|
22372
|
+
}.v-layout {
|
22373
|
+
--v-scrollbar-offset: 0px;
|
22374
|
+
display: flex;
|
22375
|
+
flex: 1 1 auto;
|
22376
|
+
}
|
22377
|
+
.v-layout--full-height {
|
22378
|
+
--v-scrollbar-offset: inherit;
|
22379
|
+
height: 100%;
|
22380
|
+
}.v-layout-item {
|
22381
|
+
position: absolute;
|
22382
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22383
|
+
}
|
22384
|
+
|
22385
|
+
.v-layout-item--absolute {
|
22386
|
+
position: absolute;
|
22387
|
+
}.v-menu > .v-overlay__content {
|
22388
|
+
display: flex;
|
22389
|
+
flex-direction: column;
|
22390
|
+
}
|
22391
|
+
.v-menu > .v-overlay__content {
|
22392
|
+
border-radius: 4px;
|
22393
|
+
}
|
22394
|
+
.v-menu > .v-overlay__content > .v-card,
|
22395
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22396
|
+
.v-menu > .v-overlay__content > .v-list {
|
22397
|
+
background: rgb(var(--v-theme-surface));
|
22398
|
+
border-radius: inherit;
|
22399
|
+
overflow: auto;
|
22400
|
+
height: 100%;
|
22401
|
+
}
|
22402
|
+
.v-menu > .v-overlay__content > .v-card,
|
22403
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22404
|
+
.v-menu > .v-overlay__content > .v-list {
|
22405
|
+
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));
|
22406
|
+
}.v-locale-provider {
|
22407
|
+
display: contents;
|
22408
|
+
}.v-navigation-drawer {
|
22409
|
+
-webkit-overflow-scrolling: touch;
|
22410
|
+
background: rgb(var(--v-theme-surface));
|
22411
|
+
display: flex;
|
22412
|
+
flex-direction: column;
|
22413
|
+
height: 100%;
|
22414
|
+
max-width: 100%;
|
22415
|
+
pointer-events: auto;
|
22416
|
+
transition-duration: 0.2s;
|
22417
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
22418
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22419
|
+
position: absolute;
|
22420
|
+
}
|
22421
|
+
.v-navigation-drawer {
|
22422
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22423
|
+
border-style: solid;
|
22424
|
+
border-width: 0;
|
22425
|
+
}
|
22426
|
+
.v-navigation-drawer--border {
|
22427
|
+
border-width: thin;
|
22428
|
+
box-shadow: none;
|
22429
|
+
}
|
22430
|
+
.v-navigation-drawer {
|
22431
|
+
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));
|
22432
|
+
}
|
22433
|
+
.v-navigation-drawer {
|
22434
|
+
background: rgb(var(--v-theme-surface));
|
22435
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22436
|
+
}
|
22437
|
+
.v-navigation-drawer--rounded {
|
22438
|
+
border-radius: 4px;
|
22439
|
+
}
|
22440
|
+
.v-navigation-drawer--top {
|
22441
|
+
top: 0;
|
22442
|
+
border-bottom-width: thin;
|
22443
|
+
}
|
22444
|
+
.v-navigation-drawer--bottom {
|
22445
|
+
left: 0;
|
22446
|
+
border-top-width: thin;
|
22447
|
+
}
|
22448
|
+
.v-navigation-drawer--left {
|
22449
|
+
top: 0;
|
22450
|
+
left: 0;
|
22451
|
+
right: auto;
|
22452
|
+
border-right-width: thin;
|
22453
|
+
}
|
22454
|
+
.v-navigation-drawer--right {
|
22455
|
+
top: 0;
|
22456
|
+
left: auto;
|
22457
|
+
right: 0;
|
22458
|
+
border-left-width: thin;
|
22459
|
+
}
|
22460
|
+
.v-navigation-drawer--floating {
|
22461
|
+
border: none;
|
22462
|
+
}
|
22463
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
22464
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22465
|
+
}
|
22466
|
+
.v-navigation-drawer--sticky {
|
22467
|
+
height: auto;
|
22468
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
22469
|
+
}
|
22470
|
+
.v-navigation-drawer .v-list {
|
22471
|
+
overflow: hidden;
|
22472
|
+
}
|
22473
|
+
|
22474
|
+
.v-navigation-drawer__content {
|
22766
22475
|
flex: 0 1 auto;
|
22476
|
+
height: 100%;
|
22767
22477
|
max-width: 100%;
|
22768
|
-
|
22769
|
-
|
22770
|
-
}.v-layout {
|
22771
|
-
--v-scrollbar-offset: 0px;
|
22772
|
-
display: flex;
|
22773
|
-
flex: 1 1 auto;
|
22478
|
+
overflow-x: hidden;
|
22479
|
+
overflow-y: auto;
|
22774
22480
|
}
|
22775
|
-
|
22776
|
-
|
22481
|
+
|
22482
|
+
.v-navigation-drawer__img {
|
22777
22483
|
height: 100%;
|
22778
|
-
|
22484
|
+
left: 0;
|
22779
22485
|
position: absolute;
|
22780
|
-
|
22486
|
+
top: 0;
|
22487
|
+
width: 100%;
|
22488
|
+
z-index: -1;
|
22489
|
+
}
|
22490
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
22491
|
+
height: inherit;
|
22492
|
+
object-fit: cover;
|
22493
|
+
width: inherit;
|
22781
22494
|
}
|
22782
22495
|
|
22783
|
-
.v-
|
22496
|
+
.v-navigation-drawer__scrim {
|
22784
22497
|
position: absolute;
|
22498
|
+
top: 0;
|
22499
|
+
left: 0;
|
22500
|
+
width: 100%;
|
22501
|
+
height: 100%;
|
22502
|
+
background: black;
|
22503
|
+
opacity: 0.2;
|
22504
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22505
|
+
z-index: 1;
|
22506
|
+
}
|
22507
|
+
|
22508
|
+
.v-navigation-drawer__prepend,
|
22509
|
+
.v-navigation-drawer__append {
|
22510
|
+
flex: none;
|
22511
|
+
overflow: hidden;
|
22785
22512
|
}.v-list {
|
22786
22513
|
overflow: auto;
|
22787
22514
|
padding: 8px 0;
|
@@ -22891,8 +22618,6 @@ textarea.v-field__input::placeholder {
|
|
22891
22618
|
right: 0;
|
22892
22619
|
top: 0;
|
22893
22620
|
transition: opacity 0.2s ease-in-out;
|
22894
|
-
}.v-locale-provider {
|
22895
|
-
display: contents;
|
22896
22621
|
}.v-list-item {
|
22897
22622
|
align-items: center;
|
22898
22623
|
display: grid;
|
@@ -23360,233 +23085,79 @@ textarea.v-field__input::placeholder {
|
|
23360
23085
|
}
|
23361
23086
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23362
23087
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23363
|
-
}.v-
|
23364
|
-
|
23365
|
-
max-width: 100%;
|
23366
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23367
|
-
padding-left: var(--v-layout-left);
|
23368
|
-
padding-right: var(--v-layout-right);
|
23369
|
-
padding-top: var(--v-layout-top);
|
23370
|
-
padding-bottom: var(--v-layout-bottom);
|
23371
|
-
}
|
23372
|
-
.v-main__scroller {
|
23373
|
-
max-width: 100%;
|
23374
|
-
position: relative;
|
23375
|
-
}
|
23376
|
-
.v-main--scrollable {
|
23377
|
-
display: flex;
|
23378
|
-
}
|
23379
|
-
.v-main--scrollable {
|
23380
|
-
position: absolute;
|
23381
|
-
top: 0;
|
23382
|
-
left: 0;
|
23383
|
-
width: 100%;
|
23384
|
-
height: 100%;
|
23385
|
-
}
|
23386
|
-
.v-main--scrollable > .v-main__scroller {
|
23387
|
-
flex: 1 1 auto;
|
23388
|
-
overflow-y: auto;
|
23389
|
-
--v-layout-left: 0px;
|
23390
|
-
--v-layout-right: 0px;
|
23391
|
-
--v-layout-top: 0px;
|
23392
|
-
--v-layout-bottom: 0px;
|
23393
|
-
}.v-menu > .v-overlay__content {
|
23394
|
-
display: flex;
|
23395
|
-
flex-direction: column;
|
23396
|
-
}
|
23397
|
-
.v-menu > .v-overlay__content {
|
23398
|
-
border-radius: 4px;
|
23399
|
-
}
|
23400
|
-
.v-menu > .v-overlay__content > .v-card,
|
23401
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23402
|
-
.v-menu > .v-overlay__content > .v-list {
|
23403
|
-
background: rgb(var(--v-theme-surface));
|
23404
|
-
border-radius: inherit;
|
23405
|
-
overflow: auto;
|
23406
|
-
height: 100%;
|
23407
|
-
}
|
23408
|
-
.v-menu > .v-overlay__content > .v-card,
|
23409
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23410
|
-
.v-menu > .v-overlay__content > .v-list {
|
23411
|
-
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));
|
23412
|
-
}.v-messages {
|
23413
|
-
flex: 1 1 auto;
|
23414
|
-
font-size: 12px;
|
23415
|
-
min-height: 14px;
|
23416
|
-
min-width: 1px;
|
23417
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23418
|
-
position: relative;
|
23419
|
-
}
|
23420
|
-
.v-messages__message {
|
23421
|
-
line-height: 12px;
|
23422
|
-
word-break: break-word;
|
23423
|
-
overflow-wrap: break-word;
|
23424
|
-
word-wrap: break-word;
|
23425
|
-
-webkit-hyphens: auto;
|
23426
|
-
hyphens: auto;
|
23427
|
-
transition-duration: 150ms;
|
23428
|
-
}.v-navigation-drawer {
|
23429
|
-
-webkit-overflow-scrolling: touch;
|
23430
|
-
background: rgb(var(--v-theme-surface));
|
23431
|
-
display: flex;
|
23432
|
-
flex-direction: column;
|
23433
|
-
height: 100%;
|
23434
|
-
max-width: 100%;
|
23435
|
-
pointer-events: auto;
|
23436
|
-
transition-duration: 0.2s;
|
23437
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23438
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23439
|
-
position: absolute;
|
23440
|
-
}
|
23441
|
-
.v-navigation-drawer {
|
23442
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23443
|
-
border-style: solid;
|
23444
|
-
border-width: 0;
|
23445
|
-
}
|
23446
|
-
.v-navigation-drawer--border {
|
23447
|
-
border-width: thin;
|
23448
|
-
box-shadow: none;
|
23449
|
-
}
|
23450
|
-
.v-navigation-drawer {
|
23451
|
-
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));
|
23452
|
-
}
|
23453
|
-
.v-navigation-drawer {
|
23454
|
-
background: rgb(var(--v-theme-surface));
|
23455
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23456
|
-
}
|
23457
|
-
.v-navigation-drawer--rounded {
|
23458
|
-
border-radius: 4px;
|
23459
|
-
}
|
23460
|
-
.v-navigation-drawer--top {
|
23461
|
-
top: 0;
|
23462
|
-
border-bottom-width: thin;
|
23463
|
-
}
|
23464
|
-
.v-navigation-drawer--bottom {
|
23465
|
-
left: 0;
|
23466
|
-
border-top-width: thin;
|
23467
|
-
}
|
23468
|
-
.v-navigation-drawer--left {
|
23469
|
-
top: 0;
|
23470
|
-
left: 0;
|
23471
|
-
right: auto;
|
23472
|
-
border-right-width: thin;
|
23473
|
-
}
|
23474
|
-
.v-navigation-drawer--right {
|
23475
|
-
top: 0;
|
23476
|
-
left: auto;
|
23477
|
-
right: 0;
|
23478
|
-
border-left-width: thin;
|
23479
|
-
}
|
23480
|
-
.v-navigation-drawer--floating {
|
23481
|
-
border: none;
|
23482
|
-
}
|
23483
|
-
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23484
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23485
|
-
}
|
23486
|
-
.v-navigation-drawer--sticky {
|
23487
|
-
height: auto;
|
23488
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
23489
|
-
}
|
23490
|
-
.v-navigation-drawer .v-list {
|
23491
|
-
overflow: hidden;
|
23492
|
-
}
|
23493
|
-
|
23494
|
-
.v-navigation-drawer__content {
|
23495
|
-
flex: 0 1 auto;
|
23496
|
-
height: 100%;
|
23497
|
-
max-width: 100%;
|
23498
|
-
overflow-x: hidden;
|
23499
|
-
overflow-y: auto;
|
23088
|
+
}.v-number-input input[type=number] {
|
23089
|
+
-moz-appearance: textfield;
|
23500
23090
|
}
|
23501
|
-
|
23502
|
-
|
23503
|
-
height: 100%;
|
23504
|
-
left: 0;
|
23505
|
-
position: absolute;
|
23506
|
-
top: 0;
|
23507
|
-
width: 100%;
|
23508
|
-
z-index: -1;
|
23091
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
23092
|
+
-webkit-appearance: none;
|
23509
23093
|
}
|
23510
|
-
.v-
|
23511
|
-
|
23512
|
-
object-fit: cover;
|
23513
|
-
width: inherit;
|
23094
|
+
.v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
|
23095
|
+
padding-inline-start: 0;
|
23514
23096
|
}
|
23515
|
-
|
23516
|
-
|
23517
|
-
position: absolute;
|
23518
|
-
top: 0;
|
23519
|
-
left: 0;
|
23520
|
-
width: 100%;
|
23521
|
-
height: 100%;
|
23522
|
-
background: black;
|
23523
|
-
opacity: 0.2;
|
23524
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23525
|
-
z-index: 1;
|
23097
|
+
.v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
|
23098
|
+
padding-inline-end: 0;
|
23526
23099
|
}
|
23527
|
-
|
23528
|
-
|
23529
|
-
.v-navigation-drawer__append {
|
23530
|
-
flex: none;
|
23531
|
-
overflow: hidden;
|
23532
|
-
}.v-otp-input {
|
23533
|
-
align-items: center;
|
23534
|
-
display: flex;
|
23535
|
-
justify-content: center;
|
23536
|
-
padding: 0.5rem 0;
|
23537
|
-
position: relative;
|
23100
|
+
.v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
|
23101
|
+
margin-inline-end: 4px;
|
23538
23102
|
}
|
23539
|
-
.v-
|
23540
|
-
|
23103
|
+
.v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
|
23104
|
+
.v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
|
23105
|
+
margin-inline: 8px 0;
|
23541
23106
|
}
|
23542
|
-
.v-
|
23543
|
-
|
23107
|
+
.v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
|
23108
|
+
margin-inline-start: 4px;
|
23544
23109
|
}
|
23545
|
-
|
23546
|
-
.v-
|
23547
|
-
margin: 0 8px;
|
23110
|
+
.v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
|
23111
|
+
.v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
|
23112
|
+
margin-inline: 0 8px;
|
23548
23113
|
}
|
23549
|
-
|
23550
|
-
|
23551
|
-
align-items: center;
|
23552
|
-
display: flex;
|
23553
|
-
gap: 0.5rem;
|
23554
|
-
height: 64px;
|
23555
|
-
padding: 0.5rem;
|
23556
|
-
justify-content: center;
|
23557
|
-
max-width: 320px;
|
23558
|
-
position: relative;
|
23559
|
-
border-radius: inherit;
|
23114
|
+
.v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
|
23115
|
+
margin-inline-end: 8px;
|
23560
23116
|
}
|
23561
|
-
.v-
|
23562
|
-
|
23117
|
+
.v-number-input--inset .v-divider {
|
23118
|
+
height: 55%;
|
23119
|
+
width: 55%;
|
23120
|
+
align-self: center;
|
23563
23121
|
}
|
23564
|
-
|
23565
|
-
.v-otp-input__field {
|
23566
|
-
color: inherit;
|
23567
|
-
font-size: 1.25rem;
|
23568
|
-
height: 100%;
|
23569
|
-
outline: none;
|
23122
|
+
.v-number-input--split .v-field__input {
|
23570
23123
|
text-align: center;
|
23571
|
-
width: 100%;
|
23572
23124
|
}
|
23573
|
-
.v-
|
23574
|
-
-
|
23575
|
-
margin: 0;
|
23125
|
+
.v-number-input--stacked .v-number-input__control {
|
23126
|
+
flex-direction: column-reverse;
|
23576
23127
|
}
|
23577
|
-
.v-
|
23578
|
-
|
23128
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
23129
|
+
flex: 1;
|
23579
23130
|
}
|
23580
|
-
|
23581
|
-
|
23582
|
-
|
23131
|
+
.v-number-input--hide-input .v-field {
|
23132
|
+
flex: none;
|
23133
|
+
}
|
23134
|
+
.v-number-input--hide-input .v-field__input {
|
23135
|
+
width: 0;
|
23136
|
+
padding-inline: 0;
|
23137
|
+
}
|
23138
|
+
.v-number-input__control {
|
23583
23139
|
display: flex;
|
23584
23140
|
height: 100%;
|
23585
|
-
justify-content: center;
|
23586
|
-
width: 100%;
|
23587
23141
|
}
|
23588
|
-
.v-
|
23589
|
-
|
23142
|
+
.v-number-input__control .v-btn {
|
23143
|
+
background-color: transparent;
|
23144
|
+
border-radius: 0;
|
23145
|
+
}.v-messages {
|
23146
|
+
flex: 1 1 auto;
|
23147
|
+
font-size: 12px;
|
23148
|
+
min-height: 14px;
|
23149
|
+
min-width: 1px;
|
23150
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23151
|
+
position: relative;
|
23152
|
+
}
|
23153
|
+
.v-messages__message {
|
23154
|
+
line-height: 12px;
|
23155
|
+
word-break: break-word;
|
23156
|
+
overflow-wrap: break-word;
|
23157
|
+
word-wrap: break-word;
|
23158
|
+
-webkit-hyphens: auto;
|
23159
|
+
hyphens: auto;
|
23160
|
+
transition-duration: 150ms;
|
23590
23161
|
}.v-overlay-container {
|
23591
23162
|
contain: layout;
|
23592
23163
|
left: 0;
|
@@ -23659,69 +23230,114 @@ html.v-overlay-scroll-blocked {
|
|
23659
23230
|
}
|
23660
23231
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23661
23232
|
margin: 0.3rem;
|
23662
|
-
}.v-
|
23663
|
-
|
23233
|
+
}.v-parallax {
|
23234
|
+
position: relative;
|
23235
|
+
overflow: hidden;
|
23664
23236
|
}
|
23665
|
-
.v-
|
23666
|
-
-
|
23237
|
+
.v-parallax--active > .v-img__img {
|
23238
|
+
will-change: transform;
|
23239
|
+
}.v-progress-circular {
|
23240
|
+
align-items: center;
|
23241
|
+
display: inline-flex;
|
23242
|
+
justify-content: center;
|
23243
|
+
position: relative;
|
23244
|
+
vertical-align: middle;
|
23667
23245
|
}
|
23668
|
-
.v-
|
23669
|
-
|
23246
|
+
.v-progress-circular > svg {
|
23247
|
+
width: 100%;
|
23248
|
+
height: 100%;
|
23249
|
+
margin: auto;
|
23250
|
+
position: absolute;
|
23251
|
+
top: 0;
|
23252
|
+
bottom: 0;
|
23253
|
+
left: 0;
|
23254
|
+
right: 0;
|
23255
|
+
z-index: 0;
|
23670
23256
|
}
|
23671
|
-
|
23672
|
-
|
23257
|
+
|
23258
|
+
.v-progress-circular__content {
|
23259
|
+
align-items: center;
|
23260
|
+
display: flex;
|
23261
|
+
justify-content: center;
|
23673
23262
|
}
|
23674
|
-
|
23675
|
-
|
23263
|
+
|
23264
|
+
.v-progress-circular__underlay {
|
23265
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23266
|
+
stroke: currentColor;
|
23267
|
+
z-index: 1;
|
23676
23268
|
}
|
23677
|
-
|
23678
|
-
.v-
|
23679
|
-
|
23269
|
+
|
23270
|
+
.v-progress-circular__overlay {
|
23271
|
+
stroke: currentColor;
|
23272
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23273
|
+
z-index: 2;
|
23680
23274
|
}
|
23681
|
-
|
23682
|
-
|
23275
|
+
|
23276
|
+
.v-progress-circular--size-x-small {
|
23277
|
+
height: 16px;
|
23278
|
+
width: 16px;
|
23683
23279
|
}
|
23684
|
-
.v-
|
23685
|
-
|
23686
|
-
|
23280
|
+
.v-progress-circular--size-small {
|
23281
|
+
height: 24px;
|
23282
|
+
width: 24px;
|
23687
23283
|
}
|
23688
|
-
.v-
|
23689
|
-
|
23284
|
+
.v-progress-circular--size-default {
|
23285
|
+
height: 32px;
|
23286
|
+
width: 32px;
|
23690
23287
|
}
|
23691
|
-
.v-
|
23692
|
-
height:
|
23693
|
-
width:
|
23694
|
-
align-self: center;
|
23288
|
+
.v-progress-circular--size-large {
|
23289
|
+
height: 48px;
|
23290
|
+
width: 48px;
|
23695
23291
|
}
|
23696
|
-
.v-
|
23697
|
-
|
23292
|
+
.v-progress-circular--size-x-large {
|
23293
|
+
height: 64px;
|
23294
|
+
width: 64px;
|
23698
23295
|
}
|
23699
|
-
|
23700
|
-
|
23296
|
+
|
23297
|
+
.v-progress-circular--indeterminate > svg {
|
23298
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23299
|
+
transform-origin: center center;
|
23300
|
+
transition: all 0.2s ease-in-out;
|
23701
23301
|
}
|
23702
|
-
.v-
|
23703
|
-
|
23302
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23303
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23304
|
+
stroke-dasharray: 25, 200;
|
23305
|
+
stroke-dashoffset: 0;
|
23306
|
+
stroke-linecap: round;
|
23307
|
+
transform-origin: center center;
|
23308
|
+
transform: rotate(-90deg);
|
23704
23309
|
}
|
23705
|
-
|
23706
|
-
|
23310
|
+
|
23311
|
+
.v-progress-circular--disable-shrink > svg {
|
23312
|
+
animation-duration: 0.7s;
|
23707
23313
|
}
|
23708
|
-
.v-
|
23709
|
-
|
23710
|
-
padding-inline: 0;
|
23314
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23315
|
+
animation: none;
|
23711
23316
|
}
|
23712
|
-
|
23713
|
-
|
23714
|
-
|
23317
|
+
|
23318
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23319
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23320
|
+
animation-play-state: paused !important;
|
23715
23321
|
}
|
23716
|
-
|
23717
|
-
|
23718
|
-
|
23719
|
-
|
23720
|
-
|
23721
|
-
|
23322
|
+
|
23323
|
+
@keyframes progress-circular-dash {
|
23324
|
+
0% {
|
23325
|
+
stroke-dasharray: 1, 200;
|
23326
|
+
stroke-dashoffset: 0px;
|
23327
|
+
}
|
23328
|
+
50% {
|
23329
|
+
stroke-dasharray: 100, 200;
|
23330
|
+
stroke-dashoffset: -15px;
|
23331
|
+
}
|
23332
|
+
100% {
|
23333
|
+
stroke-dasharray: 100, 200;
|
23334
|
+
stroke-dashoffset: -124px;
|
23335
|
+
}
|
23722
23336
|
}
|
23723
|
-
|
23724
|
-
|
23337
|
+
@keyframes progress-circular-rotate {
|
23338
|
+
100% {
|
23339
|
+
transform: rotate(270deg);
|
23340
|
+
}
|
23725
23341
|
}.v-progress-linear {
|
23726
23342
|
background: transparent;
|
23727
23343
|
overflow: hidden;
|
@@ -23950,108 +23566,62 @@ html.v-overlay-scroll-blocked {
|
|
23950
23566
|
0% {
|
23951
23567
|
background-position-x: var(--v-progress-linear-height);
|
23952
23568
|
}
|
23953
|
-
}.v-
|
23954
|
-
|
23955
|
-
|
23956
|
-
|
23957
|
-
|
23958
|
-
|
23959
|
-
|
23960
|
-
|
23961
|
-
width: 100%;
|
23962
|
-
height: 100%;
|
23963
|
-
margin: auto;
|
23964
|
-
position: absolute;
|
23965
|
-
top: 0;
|
23966
|
-
bottom: 0;
|
23967
|
-
left: 0;
|
23968
|
-
right: 0;
|
23969
|
-
z-index: 0;
|
23970
|
-
}
|
23971
|
-
|
23972
|
-
.v-progress-circular__content {
|
23973
|
-
align-items: center;
|
23974
|
-
display: flex;
|
23975
|
-
justify-content: center;
|
23976
|
-
}
|
23977
|
-
|
23978
|
-
.v-progress-circular__underlay {
|
23979
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23980
|
-
stroke: currentColor;
|
23981
|
-
z-index: 1;
|
23982
|
-
}
|
23983
|
-
|
23984
|
-
.v-progress-circular__overlay {
|
23985
|
-
stroke: currentColor;
|
23986
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23987
|
-
z-index: 2;
|
23988
|
-
}
|
23989
|
-
|
23990
|
-
.v-progress-circular--size-x-small {
|
23991
|
-
height: 16px;
|
23992
|
-
width: 16px;
|
23993
|
-
}
|
23994
|
-
.v-progress-circular--size-small {
|
23995
|
-
height: 24px;
|
23996
|
-
width: 24px;
|
23997
|
-
}
|
23998
|
-
.v-progress-circular--size-default {
|
23999
|
-
height: 32px;
|
24000
|
-
width: 32px;
|
24001
|
-
}
|
24002
|
-
.v-progress-circular--size-large {
|
24003
|
-
height: 48px;
|
24004
|
-
width: 48px;
|
23569
|
+
}.v-main {
|
23570
|
+
flex: 1 0 auto;
|
23571
|
+
max-width: 100%;
|
23572
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23573
|
+
padding-left: var(--v-layout-left);
|
23574
|
+
padding-right: var(--v-layout-right);
|
23575
|
+
padding-top: var(--v-layout-top);
|
23576
|
+
padding-bottom: var(--v-layout-bottom);
|
24005
23577
|
}
|
24006
|
-
.v-
|
24007
|
-
|
24008
|
-
|
23578
|
+
.v-main__scroller {
|
23579
|
+
max-width: 100%;
|
23580
|
+
position: relative;
|
24009
23581
|
}
|
24010
|
-
|
24011
|
-
|
24012
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
24013
|
-
transform-origin: center center;
|
24014
|
-
transition: all 0.2s ease-in-out;
|
23582
|
+
.v-main--scrollable {
|
23583
|
+
display: flex;
|
24015
23584
|
}
|
24016
|
-
.v-
|
24017
|
-
|
24018
|
-
|
24019
|
-
|
24020
|
-
|
24021
|
-
|
24022
|
-
transform: rotate(-90deg);
|
23585
|
+
.v-main--scrollable {
|
23586
|
+
position: absolute;
|
23587
|
+
top: 0;
|
23588
|
+
left: 0;
|
23589
|
+
width: 100%;
|
23590
|
+
height: 100%;
|
24023
23591
|
}
|
24024
|
-
|
24025
|
-
|
24026
|
-
|
23592
|
+
.v-main--scrollable > .v-main__scroller {
|
23593
|
+
flex: 1 1 auto;
|
23594
|
+
overflow-y: auto;
|
23595
|
+
--v-layout-left: 0px;
|
23596
|
+
--v-layout-right: 0px;
|
23597
|
+
--v-layout-top: 0px;
|
23598
|
+
--v-layout-bottom: 0px;
|
23599
|
+
}.v-responsive {
|
23600
|
+
display: flex;
|
23601
|
+
flex: 1 0 auto;
|
23602
|
+
max-height: 100%;
|
23603
|
+
max-width: 100%;
|
23604
|
+
overflow: hidden;
|
23605
|
+
position: relative;
|
24027
23606
|
}
|
24028
|
-
.v-
|
24029
|
-
|
23607
|
+
.v-responsive--inline {
|
23608
|
+
display: inline-flex;
|
23609
|
+
flex: 0 0 auto;
|
24030
23610
|
}
|
24031
23611
|
|
24032
|
-
.v-
|
24033
|
-
|
24034
|
-
|
23612
|
+
.v-responsive__content {
|
23613
|
+
flex: 1 0 0px;
|
23614
|
+
max-width: 100%;
|
24035
23615
|
}
|
24036
23616
|
|
24037
|
-
|
24038
|
-
|
24039
|
-
stroke-dasharray: 1, 200;
|
24040
|
-
stroke-dashoffset: 0px;
|
24041
|
-
}
|
24042
|
-
50% {
|
24043
|
-
stroke-dasharray: 100, 200;
|
24044
|
-
stroke-dashoffset: -15px;
|
24045
|
-
}
|
24046
|
-
100% {
|
24047
|
-
stroke-dasharray: 100, 200;
|
24048
|
-
stroke-dashoffset: -124px;
|
24049
|
-
}
|
23617
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23618
|
+
margin-inline-start: -100%;
|
24050
23619
|
}
|
24051
|
-
|
24052
|
-
|
24053
|
-
|
24054
|
-
|
23620
|
+
|
23621
|
+
.v-responsive__sizer {
|
23622
|
+
flex: 1 0 0px;
|
23623
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23624
|
+
pointer-events: none;
|
24055
23625
|
}.v-slider .v-slider__container input {
|
24056
23626
|
cursor: default;
|
24057
23627
|
padding: 0;
|
@@ -24109,6 +23679,18 @@ html.v-overlay-scroll-blocked {
|
|
24109
23679
|
|
24110
23680
|
.v-slider__label {
|
24111
23681
|
margin-inline-end: 12px;
|
23682
|
+
}.v-radio-group > .v-input__control {
|
23683
|
+
flex-direction: column;
|
23684
|
+
}
|
23685
|
+
.v-radio-group > .v-input__control > .v-label {
|
23686
|
+
margin-inline-start: 16px;
|
23687
|
+
}
|
23688
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23689
|
+
padding-inline-start: 6px;
|
23690
|
+
margin-top: 8px;
|
23691
|
+
}
|
23692
|
+
.v-radio-group .v-input__details {
|
23693
|
+
padding-inline: 16px;
|
24112
23694
|
}.v-rating {
|
24113
23695
|
max-width: 100%;
|
24114
23696
|
display: inline-flex;
|
@@ -24162,32 +23744,6 @@ html.v-overlay-scroll-blocked {
|
|
24162
23744
|
opacity: 0;
|
24163
23745
|
position: absolute;
|
24164
23746
|
width: 0;
|
24165
|
-
}.v-responsive {
|
24166
|
-
display: flex;
|
24167
|
-
flex: 1 0 auto;
|
24168
|
-
max-height: 100%;
|
24169
|
-
max-width: 100%;
|
24170
|
-
overflow: hidden;
|
24171
|
-
position: relative;
|
24172
|
-
}
|
24173
|
-
.v-responsive--inline {
|
24174
|
-
display: inline-flex;
|
24175
|
-
flex: 0 0 auto;
|
24176
|
-
}
|
24177
|
-
|
24178
|
-
.v-responsive__content {
|
24179
|
-
flex: 1 0 0px;
|
24180
|
-
max-width: 100%;
|
24181
|
-
}
|
24182
|
-
|
24183
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24184
|
-
margin-inline-start: -100%;
|
24185
|
-
}
|
24186
|
-
|
24187
|
-
.v-responsive__sizer {
|
24188
|
-
flex: 1 0 0px;
|
24189
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24190
|
-
pointer-events: none;
|
24191
23747
|
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
24192
23748
|
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
24193
23749
|
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
@@ -24346,6 +23902,50 @@ html.v-overlay-scroll-blocked {
|
|
24346
23902
|
}
|
24347
23903
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24348
23904
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23905
|
+
}.v-sheet {
|
23906
|
+
display: block;
|
23907
|
+
}
|
23908
|
+
.v-sheet {
|
23909
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23910
|
+
border-style: solid;
|
23911
|
+
border-width: 0;
|
23912
|
+
}
|
23913
|
+
.v-sheet--border {
|
23914
|
+
border-width: thin;
|
23915
|
+
box-shadow: none;
|
23916
|
+
}
|
23917
|
+
.v-sheet {
|
23918
|
+
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));
|
23919
|
+
}
|
23920
|
+
.v-sheet--absolute {
|
23921
|
+
position: absolute;
|
23922
|
+
}
|
23923
|
+
.v-sheet--fixed {
|
23924
|
+
position: fixed;
|
23925
|
+
}
|
23926
|
+
.v-sheet--relative {
|
23927
|
+
position: relative;
|
23928
|
+
}
|
23929
|
+
.v-sheet--sticky {
|
23930
|
+
position: sticky;
|
23931
|
+
}
|
23932
|
+
.v-sheet {
|
23933
|
+
border-radius: 0;
|
23934
|
+
}
|
23935
|
+
.v-sheet {
|
23936
|
+
background: rgb(var(--v-theme-surface));
|
23937
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23938
|
+
}
|
23939
|
+
.v-sheet--rounded {
|
23940
|
+
border-radius: 4px;
|
23941
|
+
}.v-selection-control-group {
|
23942
|
+
grid-area: control;
|
23943
|
+
display: flex;
|
23944
|
+
flex-direction: column;
|
23945
|
+
}
|
23946
|
+
.v-selection-control-group--inline {
|
23947
|
+
flex-direction: row;
|
23948
|
+
flex-wrap: wrap;
|
24349
23949
|
}.v-slide-group {
|
24350
23950
|
display: flex;
|
24351
23951
|
overflow: hidden;
|
@@ -24401,50 +24001,6 @@ html.v-overlay-scroll-blocked {
|
|
24401
24001
|
.v-slide-group--vertical .v-slide-group__container {
|
24402
24002
|
overflow-x: hidden;
|
24403
24003
|
overflow-y: auto;
|
24404
|
-
}.v-selection-control-group {
|
24405
|
-
grid-area: control;
|
24406
|
-
display: flex;
|
24407
|
-
flex-direction: column;
|
24408
|
-
}
|
24409
|
-
.v-selection-control-group--inline {
|
24410
|
-
flex-direction: row;
|
24411
|
-
flex-wrap: wrap;
|
24412
|
-
}.v-sheet {
|
24413
|
-
display: block;
|
24414
|
-
}
|
24415
|
-
.v-sheet {
|
24416
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24417
|
-
border-style: solid;
|
24418
|
-
border-width: 0;
|
24419
|
-
}
|
24420
|
-
.v-sheet--border {
|
24421
|
-
border-width: thin;
|
24422
|
-
box-shadow: none;
|
24423
|
-
}
|
24424
|
-
.v-sheet {
|
24425
|
-
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));
|
24426
|
-
}
|
24427
|
-
.v-sheet--absolute {
|
24428
|
-
position: absolute;
|
24429
|
-
}
|
24430
|
-
.v-sheet--fixed {
|
24431
|
-
position: fixed;
|
24432
|
-
}
|
24433
|
-
.v-sheet--relative {
|
24434
|
-
position: relative;
|
24435
|
-
}
|
24436
|
-
.v-sheet--sticky {
|
24437
|
-
position: sticky;
|
24438
|
-
}
|
24439
|
-
.v-sheet {
|
24440
|
-
border-radius: 0;
|
24441
|
-
}
|
24442
|
-
.v-sheet {
|
24443
|
-
background: rgb(var(--v-theme-surface));
|
24444
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24445
|
-
}
|
24446
|
-
.v-sheet--rounded {
|
24447
|
-
border-radius: 4px;
|
24448
24004
|
}.v-skeleton-loader {
|
24449
24005
|
align-items: center;
|
24450
24006
|
background: rgb(var(--v-theme-surface));
|
@@ -24834,23 +24390,87 @@ html.v-overlay-scroll-blocked {
|
|
24834
24390
|
.v-speed-dial__content > *:nth-child(4) {
|
24835
24391
|
transition-delay: 0.15s;
|
24836
24392
|
}
|
24837
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24838
|
-
transition-delay: 0.2s;
|
24393
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24394
|
+
transition-delay: 0.2s;
|
24395
|
+
}
|
24396
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24397
|
+
transition-delay: 0.25s;
|
24398
|
+
}
|
24399
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24400
|
+
transition-delay: 0.3s;
|
24401
|
+
}
|
24402
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24403
|
+
transition-delay: 0.35s;
|
24404
|
+
}
|
24405
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24406
|
+
transition-delay: 0.4s;
|
24407
|
+
}
|
24408
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24409
|
+
transition-delay: 0.45s;
|
24410
|
+
}.v-btn-group {
|
24411
|
+
display: inline-flex;
|
24412
|
+
flex-wrap: nowrap;
|
24413
|
+
max-width: 100%;
|
24414
|
+
min-width: 0;
|
24415
|
+
overflow: hidden;
|
24416
|
+
vertical-align: middle;
|
24417
|
+
}
|
24418
|
+
.v-btn-group {
|
24419
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24420
|
+
border-style: solid;
|
24421
|
+
border-width: 0;
|
24422
|
+
}
|
24423
|
+
.v-btn-group--border {
|
24424
|
+
border-width: thin;
|
24425
|
+
box-shadow: none;
|
24426
|
+
}
|
24427
|
+
.v-btn-group {
|
24428
|
+
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));
|
24429
|
+
}
|
24430
|
+
.v-btn-group {
|
24431
|
+
border-radius: 4px;
|
24432
|
+
}
|
24433
|
+
.v-btn-group {
|
24434
|
+
background: transparent;
|
24435
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24436
|
+
}
|
24437
|
+
.v-btn-group--density-default.v-btn-group {
|
24438
|
+
height: 48px;
|
24439
|
+
}
|
24440
|
+
|
24441
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
24442
|
+
height: 40px;
|
24443
|
+
}
|
24444
|
+
|
24445
|
+
.v-btn-group--density-compact.v-btn-group {
|
24446
|
+
height: 36px;
|
24447
|
+
}
|
24448
|
+
|
24449
|
+
.v-btn-group .v-btn {
|
24450
|
+
border-radius: 0;
|
24451
|
+
border-color: inherit;
|
24452
|
+
}
|
24453
|
+
.v-btn-group .v-btn:not(:last-child) {
|
24454
|
+
border-inline-end: none;
|
24839
24455
|
}
|
24840
|
-
.v-
|
24841
|
-
|
24456
|
+
.v-btn-group .v-btn:not(:first-child) {
|
24457
|
+
border-inline-start: none;
|
24842
24458
|
}
|
24843
|
-
.v-
|
24844
|
-
|
24459
|
+
.v-btn-group .v-btn:first-child {
|
24460
|
+
border-start-start-radius: inherit;
|
24461
|
+
border-end-start-radius: inherit;
|
24845
24462
|
}
|
24846
|
-
.v-
|
24847
|
-
|
24463
|
+
.v-btn-group .v-btn:last-child {
|
24464
|
+
border-start-end-radius: inherit;
|
24465
|
+
border-end-end-radius: inherit;
|
24848
24466
|
}
|
24849
|
-
.v-
|
24850
|
-
|
24467
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
24468
|
+
border-inline-end-width: thin;
|
24469
|
+
border-inline-end-style: solid;
|
24470
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24851
24471
|
}
|
24852
|
-
.v-
|
24853
|
-
|
24472
|
+
.v-btn-group--tile {
|
24473
|
+
border-radius: 0;
|
24854
24474
|
}.v-stepper-item {
|
24855
24475
|
align-items: center;
|
24856
24476
|
align-self: stretch;
|
@@ -24976,56 +24596,333 @@ html.v-overlay-scroll-blocked {
|
|
24976
24596
|
.v-stepper.v-sheet {
|
24977
24597
|
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));
|
24978
24598
|
}
|
24979
|
-
.v-stepper.v-sheet {
|
24980
|
-
border-radius: 4px;
|
24599
|
+
.v-stepper.v-sheet {
|
24600
|
+
border-radius: 4px;
|
24601
|
+
}
|
24602
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24603
|
+
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));
|
24604
|
+
}
|
24605
|
+
|
24606
|
+
.v-stepper-header {
|
24607
|
+
align-items: center;
|
24608
|
+
display: flex;
|
24609
|
+
position: relative;
|
24610
|
+
overflow-x: auto;
|
24611
|
+
justify-content: space-between;
|
24612
|
+
z-index: 1;
|
24613
|
+
}
|
24614
|
+
.v-stepper-header {
|
24615
|
+
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));
|
24616
|
+
}
|
24617
|
+
.v-stepper-header .v-divider {
|
24618
|
+
margin: 0 -16px;
|
24619
|
+
}
|
24620
|
+
.v-stepper-header .v-divider:last-child {
|
24621
|
+
margin-inline-end: 0;
|
24622
|
+
}
|
24623
|
+
.v-stepper-header .v-divider:first-child {
|
24624
|
+
margin-inline-start: 0;
|
24625
|
+
}
|
24626
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24627
|
+
height: auto;
|
24628
|
+
}
|
24629
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24630
|
+
align-self: flex-start;
|
24631
|
+
margin: 35px -67px 0;
|
24632
|
+
}
|
24633
|
+
|
24634
|
+
.v-stepper-window {
|
24635
|
+
margin: 1.5rem;
|
24636
|
+
}
|
24637
|
+
|
24638
|
+
.v-stepper-actions {
|
24639
|
+
display: flex;
|
24640
|
+
align-items: center;
|
24641
|
+
justify-content: space-between;
|
24642
|
+
padding: 1rem;
|
24643
|
+
}
|
24644
|
+
.v-stepper .v-stepper-actions {
|
24645
|
+
padding: 0 1.5rem 1rem;
|
24646
|
+
}
|
24647
|
+
.v-stepper-window-item .v-stepper-actions {
|
24648
|
+
padding: 1.5rem 0 0;
|
24649
|
+
}.v-tabs {
|
24650
|
+
display: flex;
|
24651
|
+
height: var(--v-tabs-height);
|
24652
|
+
}
|
24653
|
+
.v-tabs--density-default {
|
24654
|
+
--v-tabs-height: 48px;
|
24655
|
+
}
|
24656
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24657
|
+
--v-tabs-height: 72px;
|
24658
|
+
}
|
24659
|
+
|
24660
|
+
.v-tabs--density-comfortable {
|
24661
|
+
--v-tabs-height: 44px;
|
24662
|
+
}
|
24663
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24664
|
+
--v-tabs-height: 68px;
|
24665
|
+
}
|
24666
|
+
|
24667
|
+
.v-tabs--density-compact {
|
24668
|
+
--v-tabs-height: 36px;
|
24669
|
+
}
|
24670
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24671
|
+
--v-tabs-height: 60px;
|
24672
|
+
}
|
24673
|
+
|
24674
|
+
.v-tabs.v-slide-group--vertical {
|
24675
|
+
height: auto;
|
24676
|
+
flex: none;
|
24677
|
+
--v-tabs-height: 48px;
|
24678
|
+
}
|
24679
|
+
|
24680
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24681
|
+
margin-inline-start: 42px;
|
24682
|
+
}
|
24683
|
+
|
24684
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24685
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24686
|
+
margin-inline-end: auto;
|
24687
|
+
}
|
24688
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24689
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24690
|
+
margin-inline-start: auto;
|
24691
|
+
}
|
24692
|
+
|
24693
|
+
.v-tabs--grow {
|
24694
|
+
flex-grow: 1;
|
24695
|
+
}
|
24696
|
+
.v-tabs--grow .v-tab {
|
24697
|
+
flex: 1 0 auto;
|
24698
|
+
max-width: none;
|
24699
|
+
}
|
24700
|
+
|
24701
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24702
|
+
margin-inline-start: auto;
|
24703
|
+
}
|
24704
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24705
|
+
margin-inline-end: 0;
|
24706
|
+
}
|
24707
|
+
|
24708
|
+
@media (max-width: 1279.98px) {
|
24709
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24710
|
+
margin-inline-start: 52px;
|
24711
|
+
}
|
24712
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24713
|
+
margin-inline-end: 52px;
|
24714
|
+
}
|
24715
|
+
}.v-tab.v-tab.v-btn {
|
24716
|
+
height: var(--v-tabs-height);
|
24717
|
+
border-radius: 0;
|
24718
|
+
min-width: 90px;
|
24719
|
+
}
|
24720
|
+
.v-slide-group--horizontal .v-tab {
|
24721
|
+
max-width: 360px;
|
24722
|
+
}
|
24723
|
+
.v-slide-group--vertical .v-tab {
|
24724
|
+
justify-content: start;
|
24725
|
+
}
|
24726
|
+
|
24727
|
+
.v-tab__slider {
|
24728
|
+
position: absolute;
|
24729
|
+
bottom: 0;
|
24730
|
+
left: 0;
|
24731
|
+
height: 2px;
|
24732
|
+
width: 100%;
|
24733
|
+
background: currentColor;
|
24734
|
+
pointer-events: none;
|
24735
|
+
opacity: 0;
|
24736
|
+
}
|
24737
|
+
.v-tab--selected .v-tab__slider {
|
24738
|
+
opacity: 1;
|
24739
|
+
}
|
24740
|
+
.v-slide-group--vertical .v-tab__slider {
|
24741
|
+
top: 0;
|
24742
|
+
height: 100%;
|
24743
|
+
width: 2px;
|
24744
|
+
}.v-switch .v-label {
|
24745
|
+
padding-inline-start: 10px;
|
24746
|
+
}
|
24747
|
+
|
24748
|
+
.v-switch__loader {
|
24749
|
+
display: flex;
|
24750
|
+
}
|
24751
|
+
.v-switch__loader .v-progress-circular {
|
24752
|
+
color: rgb(var(--v-theme-surface));
|
24753
|
+
}
|
24754
|
+
|
24755
|
+
.v-switch__track,
|
24756
|
+
.v-switch__thumb {
|
24757
|
+
transition: none;
|
24758
|
+
}
|
24759
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24760
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24761
|
+
background-color: rgb(var(--v-theme-error));
|
24762
|
+
color: rgb(var(--v-theme-on-error));
|
24763
|
+
}
|
24764
|
+
|
24765
|
+
.v-switch__track-true {
|
24766
|
+
margin-inline-end: auto;
|
24767
|
+
}
|
24768
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24769
|
+
opacity: 0;
|
24770
|
+
}
|
24771
|
+
|
24772
|
+
.v-switch__track-false {
|
24773
|
+
margin-inline-start: auto;
|
24774
|
+
}
|
24775
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24776
|
+
opacity: 0;
|
24777
|
+
}
|
24778
|
+
|
24779
|
+
.v-switch__track {
|
24780
|
+
display: inline-flex;
|
24781
|
+
align-items: center;
|
24782
|
+
font-size: 0.5rem;
|
24783
|
+
padding: 0 5px;
|
24784
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24785
|
+
border-radius: 9999px;
|
24786
|
+
height: 14px;
|
24787
|
+
opacity: 0.6;
|
24788
|
+
min-width: 36px;
|
24789
|
+
cursor: pointer;
|
24790
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24791
|
+
}
|
24792
|
+
.v-switch--inset .v-switch__track {
|
24793
|
+
border-radius: 9999px;
|
24794
|
+
font-size: 0.75rem;
|
24795
|
+
height: 32px;
|
24796
|
+
min-width: 52px;
|
24797
|
+
}
|
24798
|
+
|
24799
|
+
.v-switch__thumb {
|
24800
|
+
align-items: center;
|
24801
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24802
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24803
|
+
border-radius: 50%;
|
24804
|
+
display: flex;
|
24805
|
+
font-size: 0.75rem;
|
24806
|
+
height: 20px;
|
24807
|
+
justify-content: center;
|
24808
|
+
width: 20px;
|
24809
|
+
pointer-events: none;
|
24810
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24811
|
+
position: relative;
|
24812
|
+
overflow: hidden;
|
24813
|
+
}
|
24814
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24815
|
+
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));
|
24816
|
+
}
|
24817
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24818
|
+
background: rgb(var(--v-theme-surface-variant));
|
24819
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24820
|
+
}
|
24821
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24822
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24823
|
+
}
|
24824
|
+
.v-switch--inset .v-switch__thumb {
|
24825
|
+
height: 24px;
|
24826
|
+
width: 24px;
|
24827
|
+
transform: scale(0.6666666667);
|
24828
|
+
}
|
24829
|
+
.v-switch--inset .v-switch__thumb--filled {
|
24830
|
+
transform: none;
|
24981
24831
|
}
|
24982
|
-
.v-
|
24983
|
-
|
24832
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24833
|
+
transform: none;
|
24834
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24984
24835
|
}
|
24985
24836
|
|
24986
|
-
.v-
|
24987
|
-
|
24988
|
-
display: flex;
|
24989
|
-
position: relative;
|
24990
|
-
overflow-x: auto;
|
24991
|
-
justify-content: space-between;
|
24992
|
-
z-index: 1;
|
24837
|
+
.v-switch.v-input {
|
24838
|
+
flex: 0 1 auto;
|
24993
24839
|
}
|
24994
|
-
.v-
|
24995
|
-
|
24840
|
+
.v-switch .v-selection-control {
|
24841
|
+
min-height: var(--v-input-control-height);
|
24996
24842
|
}
|
24997
|
-
.v-
|
24998
|
-
|
24843
|
+
.v-switch .v-selection-control__input {
|
24844
|
+
border-radius: 50%;
|
24845
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24846
|
+
position: absolute;
|
24999
24847
|
}
|
25000
|
-
.v-
|
25001
|
-
|
24848
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24849
|
+
transform: translateX(-10px);
|
25002
24850
|
}
|
25003
|
-
|
25004
|
-
|
24851
|
+
|
24852
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24853
|
+
transform: translateX(10px);
|
25005
24854
|
}
|
25006
|
-
|
25007
|
-
|
24855
|
+
|
24856
|
+
.v-switch .v-selection-control__input .v-icon {
|
24857
|
+
position: absolute;
|
25008
24858
|
}
|
25009
|
-
.v-
|
25010
|
-
|
25011
|
-
margin: 35px -67px 0;
|
24859
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24860
|
+
transform: translateX(10px);
|
25012
24861
|
}
|
25013
24862
|
|
25014
|
-
.v-
|
25015
|
-
|
24863
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24864
|
+
transform: translateX(-10px);
|
25016
24865
|
}
|
25017
24866
|
|
25018
|
-
.v-
|
25019
|
-
|
25020
|
-
align-items: center;
|
25021
|
-
justify-content: space-between;
|
25022
|
-
padding: 1rem;
|
24867
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24868
|
+
transform: scale(0.8);
|
25023
24869
|
}
|
25024
|
-
.v-
|
25025
|
-
|
24870
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24871
|
+
transform: scale(0.75);
|
24872
|
+
box-shadow: none;
|
25026
24873
|
}
|
25027
|
-
.v-
|
25028
|
-
|
24874
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24875
|
+
width: auto;
|
24876
|
+
}
|
24877
|
+
.v-switch.v-input--vertical .v-label {
|
24878
|
+
min-width: max-content;
|
24879
|
+
}
|
24880
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24881
|
+
transform: rotate(-90deg);
|
24882
|
+
}
|
24883
|
+
|
24884
|
+
@media (forced-colors: active) {
|
24885
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
24886
|
+
color: currentColor;
|
24887
|
+
}
|
24888
|
+
.v-switch .v-switch__thumb {
|
24889
|
+
background-color: buttontext;
|
24890
|
+
}
|
24891
|
+
.v-switch .v-switch__track,
|
24892
|
+
.v-switch .v-switch__thumb {
|
24893
|
+
border: 1px solid;
|
24894
|
+
color: buttontext;
|
24895
|
+
}
|
24896
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24897
|
+
background-color: highlight;
|
24898
|
+
}
|
24899
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24900
|
+
background-color: highlight;
|
24901
|
+
}
|
24902
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24903
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24904
|
+
color: highlight;
|
24905
|
+
}
|
24906
|
+
.v-switch.v-switch--inset .v-switch__track {
|
24907
|
+
border-width: 2px;
|
24908
|
+
}
|
24909
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24910
|
+
background-color: highlighttext;
|
24911
|
+
color: highlighttext;
|
24912
|
+
}
|
24913
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24914
|
+
background-color: graytext;
|
24915
|
+
}
|
24916
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24917
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24918
|
+
color: graytext;
|
24919
|
+
}
|
24920
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24921
|
+
background-color: canvas;
|
24922
|
+
}
|
24923
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24924
|
+
border-width: 0;
|
24925
|
+
}
|
25029
24926
|
}/* region BLOCK */
|
25030
24927
|
.v-text-field input {
|
25031
24928
|
color: inherit;
|
@@ -25110,144 +25007,49 @@ html.v-overlay-scroll-blocked {
|
|
25110
25007
|
padding-inline-start: var(--v-field-padding-start);
|
25111
25008
|
}
|
25112
25009
|
|
25113
|
-
/* endregion */.v-
|
25114
|
-
|
25115
|
-
transition-duration: 0.28s;
|
25116
|
-
transition-property: box-shadow, opacity, background, height;
|
25117
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25118
|
-
}
|
25119
|
-
.v-table {
|
25120
|
-
background: rgb(var(--v-theme-surface));
|
25121
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25122
|
-
}
|
25123
|
-
.v-table .v-table-divider {
|
25124
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25125
|
-
}
|
25126
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
25127
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25128
|
-
}
|
25129
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25130
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25131
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25132
|
-
}
|
25133
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25134
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25135
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25136
|
-
}
|
25137
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25138
|
-
position: relative;
|
25139
|
-
}
|
25140
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25141
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25142
|
-
pointer-events: none;
|
25143
|
-
}
|
25144
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25145
|
-
content: "";
|
25146
|
-
position: absolute;
|
25147
|
-
top: 0;
|
25148
|
-
left: 0;
|
25149
|
-
width: 100%;
|
25150
|
-
height: 100%;
|
25151
|
-
}
|
25152
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25153
|
-
background: rgb(var(--v-theme-surface));
|
25154
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25155
|
-
z-index: 1;
|
25156
|
-
}
|
25157
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25158
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25159
|
-
background: rgb(var(--v-theme-surface));
|
25160
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25161
|
-
}
|
25162
|
-
|
25163
|
-
.v-table {
|
25164
|
-
border-radius: inherit;
|
25165
|
-
line-height: 1.5;
|
25166
|
-
max-width: 100%;
|
25010
|
+
/* endregion */.v-system-bar {
|
25011
|
+
align-items: center;
|
25167
25012
|
display: flex;
|
25168
|
-
flex
|
25169
|
-
|
25170
|
-
|
25013
|
+
flex: 1 1 auto;
|
25014
|
+
height: 24px;
|
25015
|
+
justify-content: flex-end;
|
25016
|
+
max-width: 100%;
|
25017
|
+
padding-inline: 8px;
|
25018
|
+
position: relative;
|
25019
|
+
text-align: end;
|
25171
25020
|
width: 100%;
|
25172
|
-
border-spacing: 0;
|
25173
|
-
}
|
25174
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25175
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25176
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25177
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25178
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25179
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25180
|
-
padding: 0 16px;
|
25181
|
-
transition-duration: 0.28s;
|
25182
|
-
transition-property: box-shadow, opacity, background, height;
|
25183
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25184
|
-
}
|
25185
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25186
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25187
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25188
|
-
height: var(--v-table-row-height);
|
25189
|
-
}
|
25190
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25191
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25192
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25193
|
-
height: var(--v-table-header-height);
|
25194
|
-
font-weight: 500;
|
25195
|
-
-webkit-user-select: none;
|
25196
|
-
user-select: none;
|
25197
|
-
text-align: start;
|
25198
|
-
}
|
25199
|
-
.v-table--density-default {
|
25200
|
-
--v-table-header-height: 56px;
|
25201
|
-
--v-table-row-height: 52px;
|
25202
|
-
}
|
25203
|
-
|
25204
|
-
.v-table--density-comfortable {
|
25205
|
-
--v-table-header-height: 48px;
|
25206
|
-
--v-table-row-height: 44px;
|
25207
25021
|
}
|
25208
|
-
|
25209
|
-
|
25210
|
-
--v-table-header-height: 40px;
|
25211
|
-
--v-table-row-height: 36px;
|
25022
|
+
.v-system-bar .v-icon {
|
25023
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25212
25024
|
}
|
25213
|
-
|
25214
|
-
.v-
|
25215
|
-
border-radius: inherit;
|
25216
|
-
overflow: auto;
|
25217
|
-
flex: 1 1 auto;
|
25025
|
+
.v-system-bar {
|
25026
|
+
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));
|
25218
25027
|
}
|
25219
|
-
|
25220
|
-
|
25221
|
-
border-top-left-radius: 0;
|
25222
|
-
border-top-right-radius: 0;
|
25028
|
+
.v-system-bar--absolute {
|
25029
|
+
position: absolute;
|
25223
25030
|
}
|
25224
|
-
|
25225
|
-
|
25226
|
-
border-bottom-left-radius: 0;
|
25227
|
-
border-bottom-right-radius: 0;
|
25031
|
+
.v-system-bar--fixed {
|
25032
|
+
position: fixed;
|
25228
25033
|
}
|
25229
|
-
|
25230
|
-
|
25231
|
-
|
25034
|
+
.v-system-bar {
|
25035
|
+
background: rgba(var(--v-theme-surface-light));
|
25036
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25232
25037
|
}
|
25233
|
-
|
25234
|
-
|
25235
|
-
|
25236
|
-
|
25237
|
-
|
25038
|
+
.v-system-bar {
|
25039
|
+
font-size: 0.75rem;
|
25040
|
+
font-weight: 400;
|
25041
|
+
letter-spacing: 0.0333333333em;
|
25042
|
+
line-height: 1.667;
|
25043
|
+
text-transform: none;
|
25238
25044
|
}
|
25239
|
-
.v-
|
25240
|
-
border-
|
25045
|
+
.v-system-bar--rounded {
|
25046
|
+
border-radius: 0;
|
25241
25047
|
}
|
25242
|
-
|
25243
|
-
|
25244
|
-
position: sticky;
|
25245
|
-
bottom: 0;
|
25246
|
-
z-index: 1;
|
25048
|
+
.v-system-bar--window {
|
25049
|
+
height: 32px;
|
25247
25050
|
}
|
25248
|
-
.v-
|
25249
|
-
|
25250
|
-
border-top: 0px !important;
|
25051
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25052
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25251
25053
|
}.v-theme-provider {
|
25252
25054
|
background: rgb(var(--v-theme-background));
|
25253
25055
|
color: rgb(var(--v-theme-on-background));
|
@@ -25718,6 +25520,30 @@ html.v-overlay-scroll-blocked {
|
|
25718
25520
|
|
25719
25521
|
.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 {
|
25720
25522
|
padding-inline-end: 0;
|
25523
|
+
}.v-tooltip > .v-overlay__content {
|
25524
|
+
background: rgb(var(--v-theme-surface-variant));
|
25525
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25526
|
+
border-radius: 4px;
|
25527
|
+
font-size: 0.875rem;
|
25528
|
+
line-height: 1.6;
|
25529
|
+
display: inline-block;
|
25530
|
+
padding: 5px 16px;
|
25531
|
+
text-transform: initial;
|
25532
|
+
width: auto;
|
25533
|
+
opacity: 1;
|
25534
|
+
transition-property: opacity, transform;
|
25535
|
+
overflow-wrap: break-word;
|
25536
|
+
}
|
25537
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25538
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25539
|
+
transition-duration: 150ms;
|
25540
|
+
}
|
25541
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25542
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25543
|
+
transition-duration: 75ms;
|
25544
|
+
}
|
25545
|
+
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
|
25546
|
+
pointer-events: none;
|
25721
25547
|
}.v-toolbar {
|
25722
25548
|
align-items: flex-start;
|
25723
25549
|
display: flex;
|
@@ -25767,620 +25593,794 @@ html.v-overlay-scroll-blocked {
|
|
25767
25593
|
display: inline-flex;
|
25768
25594
|
width: auto;
|
25769
25595
|
}
|
25770
|
-
.v-toolbar--rounded {
|
25771
|
-
border-radius: 4px;
|
25596
|
+
.v-toolbar--rounded {
|
25597
|
+
border-radius: 4px;
|
25598
|
+
}
|
25599
|
+
|
25600
|
+
.v-toolbar__content,
|
25601
|
+
.v-toolbar__extension {
|
25602
|
+
align-items: center;
|
25603
|
+
display: flex;
|
25604
|
+
flex: 0 0 auto;
|
25605
|
+
position: relative;
|
25606
|
+
transition: inherit;
|
25607
|
+
width: 100%;
|
25608
|
+
}
|
25609
|
+
|
25610
|
+
.v-toolbar__content {
|
25611
|
+
overflow: hidden;
|
25612
|
+
}
|
25613
|
+
.v-toolbar__content > .v-btn:first-child {
|
25614
|
+
margin-inline-start: 4px;
|
25615
|
+
}
|
25616
|
+
.v-toolbar__content > .v-btn:last-child {
|
25617
|
+
margin-inline-end: 4px;
|
25618
|
+
}
|
25619
|
+
.v-toolbar__content > .v-toolbar-title {
|
25620
|
+
margin-inline-start: 20px;
|
25621
|
+
}
|
25622
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25623
|
+
align-items: flex-start;
|
25624
|
+
}
|
25625
|
+
|
25626
|
+
.v-toolbar__image {
|
25627
|
+
display: flex;
|
25628
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25629
|
+
transition-property: opacity;
|
25630
|
+
}
|
25631
|
+
.v-toolbar__image {
|
25632
|
+
position: absolute;
|
25633
|
+
top: 0;
|
25634
|
+
left: 0;
|
25635
|
+
width: 100%;
|
25636
|
+
height: 100%;
|
25637
|
+
}
|
25638
|
+
|
25639
|
+
.v-toolbar__prepend,
|
25640
|
+
.v-toolbar__append {
|
25641
|
+
align-items: center;
|
25642
|
+
align-self: stretch;
|
25643
|
+
display: flex;
|
25644
|
+
}
|
25645
|
+
|
25646
|
+
.v-toolbar__prepend {
|
25647
|
+
margin-inline: 4px auto;
|
25648
|
+
}
|
25649
|
+
|
25650
|
+
.v-toolbar__append {
|
25651
|
+
margin-inline: auto 4px;
|
25652
|
+
}
|
25653
|
+
|
25654
|
+
.v-toolbar-title {
|
25655
|
+
flex: 1 1;
|
25656
|
+
font-size: 1.25rem;
|
25657
|
+
min-width: 0;
|
25658
|
+
}
|
25659
|
+
.v-toolbar-title {
|
25660
|
+
font-size: 1.25rem;
|
25661
|
+
font-weight: 400;
|
25662
|
+
letter-spacing: 0;
|
25663
|
+
line-height: 1.75rem;
|
25664
|
+
text-transform: none;
|
25665
|
+
}
|
25666
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25667
|
+
align-self: flex-end;
|
25668
|
+
padding-bottom: 6px;
|
25669
|
+
}
|
25670
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25671
|
+
font-size: 1.5rem;
|
25672
|
+
font-weight: 400;
|
25673
|
+
letter-spacing: 0;
|
25674
|
+
line-height: 2.25rem;
|
25675
|
+
text-transform: none;
|
25676
|
+
}
|
25677
|
+
|
25678
|
+
.v-toolbar-title__placeholder {
|
25679
|
+
overflow: hidden;
|
25680
|
+
text-overflow: ellipsis;
|
25681
|
+
white-space: nowrap;
|
25682
|
+
}
|
25683
|
+
|
25684
|
+
.v-toolbar-items {
|
25685
|
+
display: flex;
|
25686
|
+
height: inherit;
|
25687
|
+
align-self: stretch;
|
25688
|
+
}
|
25689
|
+
.v-toolbar-items > .v-btn {
|
25690
|
+
border-radius: 0;
|
25691
|
+
}.v-window {
|
25692
|
+
overflow: hidden;
|
25693
|
+
}
|
25694
|
+
.v-window__container {
|
25695
|
+
display: flex;
|
25696
|
+
flex-direction: column;
|
25697
|
+
height: inherit;
|
25698
|
+
position: relative;
|
25699
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25700
|
+
}
|
25701
|
+
.v-window__controls {
|
25702
|
+
position: absolute;
|
25703
|
+
left: 0;
|
25704
|
+
top: 0;
|
25705
|
+
width: 100%;
|
25706
|
+
height: 100%;
|
25707
|
+
display: flex;
|
25708
|
+
align-items: center;
|
25709
|
+
justify-content: space-between;
|
25710
|
+
padding: 0 16px;
|
25711
|
+
pointer-events: none;
|
25712
|
+
}
|
25713
|
+
.v-window__controls > * {
|
25714
|
+
pointer-events: auto;
|
25715
|
+
}
|
25716
|
+
.v-window--show-arrows-on-hover {
|
25717
|
+
overflow: hidden;
|
25718
|
+
}
|
25719
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
25720
|
+
transform: translateX(-200%);
|
25721
|
+
}
|
25722
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
25723
|
+
transform: translateX(200%);
|
25724
|
+
}
|
25725
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
25726
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
25727
|
+
transform: translateX(0);
|
25728
|
+
}
|
25729
|
+
|
25730
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
25731
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25732
|
+
}
|
25733
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
25734
|
+
position: absolute !important;
|
25735
|
+
top: 0;
|
25736
|
+
width: 100%;
|
25737
|
+
}
|
25738
|
+
.v-window-x-transition-enter-from {
|
25739
|
+
transform: translateX(100%);
|
25740
|
+
}
|
25741
|
+
.v-window-x-transition-leave-to {
|
25742
|
+
transform: translateX(-100%);
|
25743
|
+
}
|
25744
|
+
.v-window-x-reverse-transition-enter-from {
|
25745
|
+
transform: translateX(-100%);
|
25746
|
+
}
|
25747
|
+
.v-window-x-reverse-transition-leave-to {
|
25748
|
+
transform: translateX(100%);
|
25749
|
+
}
|
25750
|
+
.v-window-y-transition-enter-from {
|
25751
|
+
transform: translateY(100%);
|
25752
|
+
}
|
25753
|
+
.v-window-y-transition-leave-to {
|
25754
|
+
transform: translateY(-100%);
|
25755
|
+
}
|
25756
|
+
.v-window-y-reverse-transition-enter-from {
|
25757
|
+
transform: translateY(-100%);
|
25758
|
+
}
|
25759
|
+
.v-window-y-reverse-transition-leave-to {
|
25760
|
+
transform: translateY(100%);
|
25761
|
+
}.v-otp-input {
|
25762
|
+
align-items: center;
|
25763
|
+
display: flex;
|
25764
|
+
justify-content: center;
|
25765
|
+
padding: 0.5rem 0;
|
25766
|
+
position: relative;
|
25767
|
+
}
|
25768
|
+
.v-otp-input {
|
25769
|
+
border-radius: 4px;
|
25770
|
+
}
|
25771
|
+
.v-otp-input .v-field {
|
25772
|
+
height: 100%;
|
25773
|
+
}
|
25774
|
+
|
25775
|
+
.v-otp-input__divider {
|
25776
|
+
margin: 0 8px;
|
25777
|
+
}
|
25778
|
+
|
25779
|
+
.v-otp-input__content {
|
25780
|
+
align-items: center;
|
25781
|
+
display: flex;
|
25782
|
+
gap: 0.5rem;
|
25783
|
+
height: 64px;
|
25784
|
+
padding: 0.5rem;
|
25785
|
+
justify-content: center;
|
25786
|
+
max-width: 320px;
|
25787
|
+
position: relative;
|
25788
|
+
border-radius: inherit;
|
25789
|
+
}
|
25790
|
+
.v-otp-input--divided .v-otp-input__content {
|
25791
|
+
max-width: 360px;
|
25792
|
+
}
|
25793
|
+
|
25794
|
+
.v-otp-input__field {
|
25795
|
+
color: inherit;
|
25796
|
+
font-size: 1.25rem;
|
25797
|
+
height: 100%;
|
25798
|
+
outline: none;
|
25799
|
+
text-align: center;
|
25800
|
+
width: 100%;
|
25801
|
+
}
|
25802
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
25803
|
+
-webkit-appearance: none;
|
25804
|
+
margin: 0;
|
25805
|
+
}
|
25806
|
+
.v-otp-input__field[type=number] {
|
25807
|
+
-moz-appearance: textfield;
|
25772
25808
|
}
|
25773
25809
|
|
25774
|
-
.v-
|
25775
|
-
.v-toolbar__extension {
|
25810
|
+
.v-otp-input__loader {
|
25776
25811
|
align-items: center;
|
25777
25812
|
display: flex;
|
25778
|
-
|
25779
|
-
|
25780
|
-
transition: inherit;
|
25813
|
+
height: 100%;
|
25814
|
+
justify-content: center;
|
25781
25815
|
width: 100%;
|
25782
25816
|
}
|
25783
|
-
|
25784
|
-
|
25785
|
-
|
25817
|
+
.v-otp-input__loader .v-progress-linear {
|
25818
|
+
position: absolute;
|
25819
|
+
}.v-table {
|
25820
|
+
font-size: 0.875rem;
|
25821
|
+
transition-duration: 0.28s;
|
25822
|
+
transition-property: box-shadow, opacity, background, height;
|
25823
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25786
25824
|
}
|
25787
|
-
.v-
|
25788
|
-
|
25825
|
+
.v-table {
|
25826
|
+
background: rgb(var(--v-theme-surface));
|
25827
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25789
25828
|
}
|
25790
|
-
.v-
|
25791
|
-
|
25829
|
+
.v-table .v-table-divider {
|
25830
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25792
25831
|
}
|
25793
|
-
.v-
|
25794
|
-
|
25832
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
25833
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25795
25834
|
}
|
25796
|
-
.v-
|
25797
|
-
|
25835
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25836
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25837
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25798
25838
|
}
|
25799
|
-
|
25800
|
-
.v-
|
25801
|
-
|
25802
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25803
|
-
transition-property: opacity;
|
25839
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25840
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25841
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25804
25842
|
}
|
25805
|
-
.v-
|
25843
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25844
|
+
position: relative;
|
25845
|
+
}
|
25846
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25847
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25848
|
+
pointer-events: none;
|
25849
|
+
}
|
25850
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25851
|
+
content: "";
|
25806
25852
|
position: absolute;
|
25807
25853
|
top: 0;
|
25808
25854
|
left: 0;
|
25809
25855
|
width: 100%;
|
25810
25856
|
height: 100%;
|
25811
25857
|
}
|
25812
|
-
|
25813
|
-
|
25814
|
-
|
25815
|
-
|
25816
|
-
align-self: stretch;
|
25817
|
-
display: flex;
|
25858
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25859
|
+
background: rgb(var(--v-theme-surface));
|
25860
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25861
|
+
z-index: 1;
|
25818
25862
|
}
|
25819
|
-
|
25820
|
-
.v-
|
25821
|
-
|
25863
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25864
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25865
|
+
background: rgb(var(--v-theme-surface));
|
25866
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25822
25867
|
}
|
25823
25868
|
|
25824
|
-
.v-
|
25825
|
-
|
25869
|
+
.v-table {
|
25870
|
+
border-radius: inherit;
|
25871
|
+
line-height: 1.5;
|
25872
|
+
max-width: 100%;
|
25873
|
+
display: flex;
|
25874
|
+
flex-direction: column;
|
25826
25875
|
}
|
25827
|
-
|
25828
|
-
|
25829
|
-
|
25830
|
-
font-size: 1.25rem;
|
25831
|
-
min-width: 0;
|
25876
|
+
.v-table > .v-table__wrapper > table {
|
25877
|
+
width: 100%;
|
25878
|
+
border-spacing: 0;
|
25832
25879
|
}
|
25833
|
-
.v-
|
25834
|
-
|
25835
|
-
|
25836
|
-
|
25837
|
-
|
25838
|
-
|
25880
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25881
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25882
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25883
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25884
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25885
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25886
|
+
padding: 0 16px;
|
25887
|
+
transition-duration: 0.28s;
|
25888
|
+
transition-property: box-shadow, opacity, background, height;
|
25889
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25839
25890
|
}
|
25840
|
-
.v-
|
25841
|
-
|
25842
|
-
|
25891
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25892
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25893
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25894
|
+
height: var(--v-table-row-height);
|
25843
25895
|
}
|
25844
|
-
.v-
|
25845
|
-
|
25846
|
-
|
25847
|
-
|
25848
|
-
|
25849
|
-
|
25896
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25897
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25898
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25899
|
+
height: var(--v-table-header-height);
|
25900
|
+
font-weight: 500;
|
25901
|
+
-webkit-user-select: none;
|
25902
|
+
user-select: none;
|
25903
|
+
text-align: start;
|
25904
|
+
}
|
25905
|
+
.v-table--density-default {
|
25906
|
+
--v-table-header-height: 56px;
|
25907
|
+
--v-table-row-height: 52px;
|
25850
25908
|
}
|
25851
25909
|
|
25852
|
-
.v-
|
25853
|
-
|
25854
|
-
|
25855
|
-
white-space: nowrap;
|
25910
|
+
.v-table--density-comfortable {
|
25911
|
+
--v-table-header-height: 48px;
|
25912
|
+
--v-table-row-height: 44px;
|
25856
25913
|
}
|
25857
25914
|
|
25858
|
-
.v-
|
25859
|
-
|
25860
|
-
height:
|
25861
|
-
align-self: stretch;
|
25915
|
+
.v-table--density-compact {
|
25916
|
+
--v-table-header-height: 40px;
|
25917
|
+
--v-table-row-height: 36px;
|
25862
25918
|
}
|
25863
|
-
|
25864
|
-
|
25865
|
-
|
25866
|
-
|
25867
|
-
|
25868
|
-
border-radius: 4px;
|
25869
|
-
font-size: 0.875rem;
|
25870
|
-
line-height: 1.6;
|
25871
|
-
display: inline-block;
|
25872
|
-
padding: 5px 16px;
|
25873
|
-
text-transform: initial;
|
25874
|
-
width: auto;
|
25875
|
-
opacity: 1;
|
25876
|
-
transition-property: opacity, transform;
|
25877
|
-
overflow-wrap: break-word;
|
25919
|
+
|
25920
|
+
.v-table__wrapper {
|
25921
|
+
border-radius: inherit;
|
25922
|
+
overflow: auto;
|
25923
|
+
flex: 1 1 auto;
|
25878
25924
|
}
|
25879
|
-
|
25880
|
-
|
25881
|
-
|
25925
|
+
|
25926
|
+
.v-table--has-top > .v-table__wrapper {
|
25927
|
+
border-top-left-radius: 0;
|
25928
|
+
border-top-right-radius: 0;
|
25882
25929
|
}
|
25883
|
-
|
25884
|
-
|
25885
|
-
|
25930
|
+
|
25931
|
+
.v-table--has-bottom > .v-table__wrapper {
|
25932
|
+
border-bottom-left-radius: 0;
|
25933
|
+
border-bottom-right-radius: 0;
|
25886
25934
|
}
|
25887
|
-
|
25888
|
-
|
25889
|
-
|
25890
|
-
display: block;
|
25891
|
-
flex: 1 1 auto;
|
25892
|
-
max-width: 100%;
|
25893
|
-
overflow: auto;
|
25894
|
-
position: relative;
|
25935
|
+
|
25936
|
+
.v-table--fixed-height > .v-table__wrapper {
|
25937
|
+
overflow-y: auto;
|
25895
25938
|
}
|
25896
|
-
|
25897
|
-
|
25898
|
-
|
25899
|
-
|
25939
|
+
|
25940
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25941
|
+
position: sticky;
|
25942
|
+
top: 0;
|
25943
|
+
z-index: 2;
|
25900
25944
|
}
|
25901
|
-
.v-
|
25902
|
-
|
25945
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25946
|
+
border-bottom: 0px !important;
|
25903
25947
|
}
|
25904
|
-
|
25905
|
-
|
25906
|
-
|
25948
|
+
|
25949
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25950
|
+
position: sticky;
|
25951
|
+
bottom: 0;
|
25952
|
+
z-index: 1;
|
25907
25953
|
}
|
25908
|
-
.v-
|
25909
|
-
|
25910
|
-
|
25954
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25955
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25956
|
+
border-top: 0px !important;
|
25957
|
+
}.v-chip {
|
25958
|
+
align-items: center;
|
25959
|
+
display: inline-flex;
|
25960
|
+
font-weight: 400;
|
25961
|
+
max-width: 100%;
|
25962
|
+
min-width: 0;
|
25911
25963
|
overflow: hidden;
|
25912
|
-
}
|
25913
|
-
.v-window__container {
|
25914
|
-
display: flex;
|
25915
|
-
flex-direction: column;
|
25916
|
-
height: inherit;
|
25917
25964
|
position: relative;
|
25918
|
-
|
25965
|
+
text-decoration: none;
|
25966
|
+
white-space: nowrap;
|
25967
|
+
vertical-align: middle;
|
25919
25968
|
}
|
25920
|
-
.v-
|
25921
|
-
|
25922
|
-
left: 0;
|
25923
|
-
top: 0;
|
25924
|
-
width: 100%;
|
25925
|
-
height: 100%;
|
25926
|
-
display: flex;
|
25927
|
-
align-items: center;
|
25928
|
-
justify-content: space-between;
|
25929
|
-
padding: 0 16px;
|
25930
|
-
pointer-events: none;
|
25969
|
+
.v-chip .v-icon {
|
25970
|
+
--v-icon-size-multiplier: 0.8571428571;
|
25931
25971
|
}
|
25932
|
-
.v-
|
25933
|
-
|
25972
|
+
.v-chip.v-chip--size-x-small {
|
25973
|
+
--v-chip-size: 0.625rem;
|
25974
|
+
--v-chip-height: 20px;
|
25975
|
+
font-size: 0.625rem;
|
25976
|
+
padding: 0 8px;
|
25934
25977
|
}
|
25935
|
-
.v-
|
25936
|
-
|
25978
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
25979
|
+
--v-avatar-height: 14px;
|
25937
25980
|
}
|
25938
|
-
.v-
|
25939
|
-
|
25981
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
25982
|
+
--v-avatar-height: 20px;
|
25940
25983
|
}
|
25941
|
-
|
25942
|
-
|
25984
|
+
|
25985
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
25986
|
+
margin-inline-start: -5.6px;
|
25987
|
+
margin-inline-end: 4px;
|
25943
25988
|
}
|
25944
|
-
.v-
|
25945
|
-
|
25946
|
-
transform: translateX(0);
|
25989
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
25990
|
+
margin-inline-start: -8px;
|
25947
25991
|
}
|
25948
25992
|
|
25949
|
-
.v-
|
25950
|
-
|
25993
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
25994
|
+
margin-inline-start: 4px;
|
25995
|
+
margin-inline-end: -5.6px;
|
25951
25996
|
}
|
25952
|
-
.v-
|
25953
|
-
|
25954
|
-
top: 0;
|
25955
|
-
width: 100%;
|
25997
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
25998
|
+
margin-inline-end: -8px;
|
25956
25999
|
}
|
25957
|
-
|
25958
|
-
|
26000
|
+
|
26001
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
26002
|
+
margin-inline-start: 12px;
|
25959
26003
|
}
|
25960
|
-
|
25961
|
-
|
26004
|
+
|
26005
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
26006
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
26007
|
+
margin-inline-start: -4px;
|
26008
|
+
margin-inline-end: 4px;
|
25962
26009
|
}
|
25963
|
-
.v-
|
25964
|
-
|
26010
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
26011
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
26012
|
+
margin-inline-start: 4px;
|
26013
|
+
margin-inline-end: -4px;
|
25965
26014
|
}
|
25966
|
-
.v-
|
25967
|
-
|
26015
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
26016
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
26017
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
26018
|
+
margin-inline-start: 8px;
|
25968
26019
|
}
|
25969
|
-
|
25970
|
-
|
26020
|
+
|
26021
|
+
.v-chip.v-chip--size-small {
|
26022
|
+
--v-chip-size: 0.75rem;
|
26023
|
+
--v-chip-height: 26px;
|
26024
|
+
font-size: 0.75rem;
|
26025
|
+
padding: 0 10px;
|
25971
26026
|
}
|
25972
|
-
.v-
|
25973
|
-
|
26027
|
+
.v-chip.v-chip--size-small .v-avatar {
|
26028
|
+
--v-avatar-height: 20px;
|
25974
26029
|
}
|
25975
|
-
.v-
|
25976
|
-
|
26030
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
26031
|
+
--v-avatar-height: 26px;
|
25977
26032
|
}
|
25978
|
-
|
25979
|
-
|
25980
|
-
|
25981
|
-
|
25982
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
25983
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
25984
|
-
top: 0px;
|
26033
|
+
|
26034
|
+
.v-chip.v-chip--size-small .v-avatar--start {
|
26035
|
+
margin-inline-start: -7px;
|
26036
|
+
margin-inline-end: 5px;
|
25985
26037
|
}
|
25986
|
-
.v-
|
25987
|
-
|
25988
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
25989
|
-
cursor: text;
|
26038
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
26039
|
+
margin-inline-start: -10px;
|
25990
26040
|
}
|
25991
|
-
|
25992
|
-
|
26041
|
+
|
26042
|
+
.v-chip.v-chip--size-small .v-avatar--end {
|
26043
|
+
margin-inline-start: 5px;
|
26044
|
+
margin-inline-end: -7px;
|
25993
26045
|
}
|
25994
|
-
.v-
|
25995
|
-
|
26046
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
26047
|
+
margin-inline-end: -10px;
|
25996
26048
|
}
|
25997
|
-
|
25998
|
-
|
26049
|
+
|
26050
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
|
26051
|
+
margin-inline-start: 15px;
|
25999
26052
|
}
|
26000
|
-
|
26001
|
-
|
26053
|
+
|
26054
|
+
.v-chip.v-chip--size-small .v-icon--start,
|
26055
|
+
.v-chip.v-chip--size-small .v-chip__filter {
|
26056
|
+
margin-inline-start: -5px;
|
26057
|
+
margin-inline-end: 5px;
|
26002
26058
|
}
|
26003
|
-
.v-
|
26004
|
-
|
26005
|
-
|
26006
|
-
|
26059
|
+
.v-chip.v-chip--size-small .v-icon--end,
|
26060
|
+
.v-chip.v-chip--size-small .v-chip__close {
|
26061
|
+
margin-inline-start: 5px;
|
26062
|
+
margin-inline-end: -5px;
|
26063
|
+
}
|
26064
|
+
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
|
26065
|
+
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
|
26066
|
+
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
26067
|
+
margin-inline-start: 10px;
|
26007
26068
|
}
|
26008
26069
|
|
26009
|
-
.v-
|
26010
|
-
|
26070
|
+
.v-chip.v-chip--size-default {
|
26071
|
+
--v-chip-size: 0.875rem;
|
26072
|
+
--v-chip-height: 32px;
|
26073
|
+
font-size: 0.875rem;
|
26074
|
+
padding: 0 12px;
|
26011
26075
|
}
|
26012
|
-
.v-
|
26013
|
-
|
26076
|
+
.v-chip.v-chip--size-default .v-avatar {
|
26077
|
+
--v-avatar-height: 26px;
|
26014
26078
|
}
|
26015
|
-
.v-
|
26016
|
-
|
26079
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
|
26080
|
+
--v-avatar-height: 32px;
|
26017
26081
|
}
|
26018
|
-
|
26019
|
-
|
26082
|
+
|
26083
|
+
.v-chip.v-chip--size-default .v-avatar--start {
|
26084
|
+
margin-inline-start: -8.4px;
|
26085
|
+
margin-inline-end: 6px;
|
26020
26086
|
}
|
26021
|
-
.v-
|
26022
|
-
|
26023
|
-
align-items: center;
|
26024
|
-
height: 1.5rem;
|
26025
|
-
letter-spacing: inherit;
|
26026
|
-
line-height: inherit;
|
26027
|
-
max-width: calc(100% - 2px - 2px);
|
26087
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
26088
|
+
margin-inline-start: -12px;
|
26028
26089
|
}
|
26029
|
-
|
26030
|
-
|
26090
|
+
|
26091
|
+
.v-chip.v-chip--size-default .v-avatar--end {
|
26092
|
+
margin-inline-start: 6px;
|
26093
|
+
margin-inline-end: -8.4px;
|
26031
26094
|
}
|
26032
|
-
.v-
|
26033
|
-
|
26095
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
|
26096
|
+
margin-inline-end: -12px;
|
26034
26097
|
}
|
26035
|
-
|
26036
|
-
|
26098
|
+
|
26099
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
|
26100
|
+
margin-inline-start: 18px;
|
26037
26101
|
}
|
26038
|
-
|
26039
|
-
|
26102
|
+
|
26103
|
+
.v-chip.v-chip--size-default .v-icon--start,
|
26104
|
+
.v-chip.v-chip--size-default .v-chip__filter {
|
26105
|
+
margin-inline-start: -6px;
|
26106
|
+
margin-inline-end: 6px;
|
26040
26107
|
}
|
26041
|
-
.v-
|
26042
|
-
|
26043
|
-
|
26044
|
-
|
26045
|
-
right: 0;
|
26046
|
-
width: 100%;
|
26047
|
-
padding-inline: inherit;
|
26108
|
+
.v-chip.v-chip--size-default .v-icon--end,
|
26109
|
+
.v-chip.v-chip--size-default .v-chip__close {
|
26110
|
+
margin-inline-start: 6px;
|
26111
|
+
margin-inline-end: -6px;
|
26048
26112
|
}
|
26049
|
-
.v-
|
26050
|
-
|
26113
|
+
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
|
26114
|
+
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
|
26115
|
+
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
|
26116
|
+
margin-inline-start: 12px;
|
26051
26117
|
}
|
26052
|
-
|
26053
|
-
|
26118
|
+
|
26119
|
+
.v-chip.v-chip--size-large {
|
26120
|
+
--v-chip-size: 1rem;
|
26121
|
+
--v-chip-height: 38px;
|
26122
|
+
font-size: 1rem;
|
26123
|
+
padding: 0 14px;
|
26054
26124
|
}
|
26055
|
-
.v-
|
26056
|
-
|
26125
|
+
.v-chip.v-chip--size-large .v-avatar {
|
26126
|
+
--v-avatar-height: 32px;
|
26057
26127
|
}
|
26058
|
-
.v-
|
26059
|
-
|
26060
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26128
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
|
26129
|
+
--v-avatar-height: 38px;
|
26061
26130
|
}
|
26062
|
-
|
26063
|
-
|
26064
|
-
|
26065
|
-
|
26131
|
+
|
26132
|
+
.v-chip.v-chip--size-large .v-avatar--start {
|
26133
|
+
margin-inline-start: -9.8px;
|
26134
|
+
margin-inline-end: 7px;
|
26135
|
+
}
|
26136
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
26137
|
+
margin-inline-start: -14px;
|
26066
26138
|
}
|
26067
26139
|
|
26068
|
-
.v-
|
26069
|
-
|
26140
|
+
.v-chip.v-chip--size-large .v-avatar--end {
|
26141
|
+
margin-inline-start: 7px;
|
26142
|
+
margin-inline-end: -9.8px;
|
26070
26143
|
}
|
26071
|
-
.v-
|
26072
|
-
|
26144
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
|
26145
|
+
margin-inline-end: -14px;
|
26073
26146
|
}
|
26074
26147
|
|
26075
|
-
.v-
|
26076
|
-
|
26077
|
-
transition: none;
|
26148
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
|
26149
|
+
margin-inline-start: 21px;
|
26078
26150
|
}
|
26079
|
-
|
26080
|
-
.v-
|
26081
|
-
|
26082
|
-
|
26151
|
+
|
26152
|
+
.v-chip.v-chip--size-large .v-icon--start,
|
26153
|
+
.v-chip.v-chip--size-large .v-chip__filter {
|
26154
|
+
margin-inline-start: -7px;
|
26155
|
+
margin-inline-end: 7px;
|
26156
|
+
}
|
26157
|
+
.v-chip.v-chip--size-large .v-icon--end,
|
26158
|
+
.v-chip.v-chip--size-large .v-chip__close {
|
26159
|
+
margin-inline-start: 7px;
|
26160
|
+
margin-inline-end: -7px;
|
26161
|
+
}
|
26162
|
+
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
|
26163
|
+
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
|
26164
|
+
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
26165
|
+
margin-inline-start: 14px;
|
26083
26166
|
}
|
26084
26167
|
|
26085
|
-
.v-
|
26086
|
-
|
26168
|
+
.v-chip.v-chip--size-x-large {
|
26169
|
+
--v-chip-size: 1.125rem;
|
26170
|
+
--v-chip-height: 44px;
|
26171
|
+
font-size: 1.125rem;
|
26172
|
+
padding: 0 17px;
|
26173
|
+
}
|
26174
|
+
.v-chip.v-chip--size-x-large .v-avatar {
|
26175
|
+
--v-avatar-height: 38px;
|
26087
26176
|
}
|
26088
|
-
.v-
|
26089
|
-
|
26177
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
26178
|
+
--v-avatar-height: 44px;
|
26090
26179
|
}
|
26091
26180
|
|
26092
|
-
.v-
|
26093
|
-
margin-inline-start:
|
26181
|
+
.v-chip.v-chip--size-x-large .v-avatar--start {
|
26182
|
+
margin-inline-start: -11.9px;
|
26183
|
+
margin-inline-end: 8.5px;
|
26094
26184
|
}
|
26095
|
-
.v-
|
26096
|
-
|
26185
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
26186
|
+
margin-inline-start: -17px;
|
26097
26187
|
}
|
26098
26188
|
|
26099
|
-
.v-
|
26100
|
-
|
26101
|
-
|
26102
|
-
font-size: 0.5rem;
|
26103
|
-
padding: 0 5px;
|
26104
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
26105
|
-
border-radius: 9999px;
|
26106
|
-
height: 14px;
|
26107
|
-
opacity: 0.6;
|
26108
|
-
min-width: 36px;
|
26109
|
-
cursor: pointer;
|
26110
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
26189
|
+
.v-chip.v-chip--size-x-large .v-avatar--end {
|
26190
|
+
margin-inline-start: 8.5px;
|
26191
|
+
margin-inline-end: -11.9px;
|
26111
26192
|
}
|
26112
|
-
.v-
|
26113
|
-
|
26114
|
-
font-size: 0.75rem;
|
26115
|
-
height: 32px;
|
26116
|
-
min-width: 52px;
|
26193
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
26194
|
+
margin-inline-end: -17px;
|
26117
26195
|
}
|
26118
26196
|
|
26119
|
-
.v-
|
26120
|
-
|
26121
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
26122
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
26123
|
-
border-radius: 50%;
|
26124
|
-
display: flex;
|
26125
|
-
font-size: 0.75rem;
|
26126
|
-
height: 20px;
|
26127
|
-
justify-content: center;
|
26128
|
-
width: 20px;
|
26129
|
-
pointer-events: none;
|
26130
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
26131
|
-
position: relative;
|
26132
|
-
overflow: hidden;
|
26197
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
|
26198
|
+
margin-inline-start: 25.5px;
|
26133
26199
|
}
|
26134
|
-
|
26135
|
-
|
26200
|
+
|
26201
|
+
.v-chip.v-chip--size-x-large .v-icon--start,
|
26202
|
+
.v-chip.v-chip--size-x-large .v-chip__filter {
|
26203
|
+
margin-inline-start: -8.5px;
|
26204
|
+
margin-inline-end: 8.5px;
|
26136
26205
|
}
|
26137
|
-
.v-
|
26138
|
-
|
26139
|
-
|
26206
|
+
.v-chip.v-chip--size-x-large .v-icon--end,
|
26207
|
+
.v-chip.v-chip--size-x-large .v-chip__close {
|
26208
|
+
margin-inline-start: 8.5px;
|
26209
|
+
margin-inline-end: -8.5px;
|
26140
26210
|
}
|
26141
|
-
.v-
|
26142
|
-
|
26211
|
+
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
|
26212
|
+
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
|
26213
|
+
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
|
26214
|
+
margin-inline-start: 17px;
|
26143
26215
|
}
|
26144
|
-
|
26145
|
-
|
26146
|
-
|
26147
|
-
transform: scale(0.6666666667);
|
26216
|
+
|
26217
|
+
.v-chip.v-chip--density-default {
|
26218
|
+
height: calc(var(--v-chip-height) + 0px);
|
26148
26219
|
}
|
26149
|
-
|
26150
|
-
|
26220
|
+
|
26221
|
+
.v-chip.v-chip--density-comfortable {
|
26222
|
+
height: calc(var(--v-chip-height) + -4px);
|
26151
26223
|
}
|
26152
|
-
|
26153
|
-
|
26154
|
-
|
26224
|
+
|
26225
|
+
.v-chip.v-chip--density-compact {
|
26226
|
+
height: calc(var(--v-chip-height) + -8px);
|
26155
26227
|
}
|
26156
26228
|
|
26157
|
-
.v-
|
26158
|
-
|
26229
|
+
.v-chip {
|
26230
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26231
|
+
border-style: solid;
|
26232
|
+
border-width: 0;
|
26159
26233
|
}
|
26160
|
-
.v-
|
26161
|
-
|
26234
|
+
.v-chip:hover > .v-chip__overlay {
|
26235
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
26162
26236
|
}
|
26163
|
-
.v-
|
26164
|
-
|
26165
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
26166
|
-
position: absolute;
|
26237
|
+
.v-chip:focus-visible > .v-chip__overlay {
|
26238
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
26167
26239
|
}
|
26168
|
-
|
26169
|
-
|
26240
|
+
@supports not selector(:focus-visible) {
|
26241
|
+
.v-chip:focus > .v-chip__overlay {
|
26242
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
26243
|
+
}
|
26170
26244
|
}
|
26171
|
-
|
26172
|
-
|
26173
|
-
transform: translateX(10px);
|
26245
|
+
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
26246
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
26174
26247
|
}
|
26175
|
-
|
26176
|
-
|
26177
|
-
position: absolute;
|
26248
|
+
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
26249
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
26178
26250
|
}
|
26179
|
-
.v-
|
26180
|
-
|
26251
|
+
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
26252
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26181
26253
|
}
|
26182
|
-
|
26183
|
-
.v-
|
26184
|
-
|
26254
|
+
@supports not selector(:focus-visible) {
|
26255
|
+
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
26256
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
26257
|
+
}
|
26185
26258
|
}
|
26186
|
-
|
26187
|
-
|
26188
|
-
transform: scale(0.8);
|
26259
|
+
.v-chip {
|
26260
|
+
border-radius: 9999px;
|
26189
26261
|
}
|
26190
|
-
.v-
|
26191
|
-
|
26192
|
-
|
26262
|
+
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
26263
|
+
background: transparent;
|
26264
|
+
color: inherit;
|
26193
26265
|
}
|
26194
|
-
.v-
|
26195
|
-
|
26266
|
+
.v-chip--variant-plain {
|
26267
|
+
opacity: 0.26;
|
26196
26268
|
}
|
26197
|
-
.v-
|
26198
|
-
|
26269
|
+
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
26270
|
+
opacity: 1;
|
26199
26271
|
}
|
26200
|
-
.v-
|
26201
|
-
|
26272
|
+
.v-chip--variant-plain .v-chip__overlay {
|
26273
|
+
display: none;
|
26202
26274
|
}
|
26203
|
-
|
26204
|
-
|
26205
|
-
|
26206
|
-
color: currentColor;
|
26207
|
-
}
|
26208
|
-
.v-switch .v-switch__thumb {
|
26209
|
-
background-color: buttontext;
|
26210
|
-
}
|
26211
|
-
.v-switch .v-switch__track,
|
26212
|
-
.v-switch .v-switch__thumb {
|
26213
|
-
border: 1px solid;
|
26214
|
-
color: buttontext;
|
26215
|
-
}
|
26216
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26217
|
-
background-color: highlight;
|
26218
|
-
}
|
26219
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
26220
|
-
background-color: highlight;
|
26221
|
-
}
|
26222
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
26223
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26224
|
-
color: highlight;
|
26225
|
-
}
|
26226
|
-
.v-switch.v-switch--inset .v-switch__track {
|
26227
|
-
border-width: 2px;
|
26228
|
-
}
|
26229
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
26230
|
-
background-color: highlighttext;
|
26231
|
-
color: highlighttext;
|
26232
|
-
}
|
26233
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
26234
|
-
background-color: graytext;
|
26235
|
-
}
|
26236
|
-
.v-switch.v-input--disabled .v-switch__track,
|
26237
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
26238
|
-
color: graytext;
|
26239
|
-
}
|
26240
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
26241
|
-
background-color: canvas;
|
26242
|
-
}
|
26243
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
26244
|
-
border-width: 0;
|
26245
|
-
}
|
26246
|
-
}.v-tabs {
|
26247
|
-
display: flex;
|
26248
|
-
height: var(--v-tabs-height);
|
26275
|
+
.v-chip--variant-elevated, .v-chip--variant-flat {
|
26276
|
+
background: rgb(var(--v-theme-surface-variant));
|
26277
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26249
26278
|
}
|
26250
|
-
.v-
|
26251
|
-
--v-
|
26279
|
+
.v-chip--variant-elevated {
|
26280
|
+
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));
|
26252
26281
|
}
|
26253
|
-
.v-
|
26254
|
-
--v-
|
26282
|
+
.v-chip--variant-flat {
|
26283
|
+
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));
|
26255
26284
|
}
|
26256
|
-
|
26257
|
-
|
26258
|
-
--v-tabs-height: 44px;
|
26285
|
+
.v-chip--variant-outlined {
|
26286
|
+
border: thin solid currentColor;
|
26259
26287
|
}
|
26260
|
-
.v-
|
26261
|
-
|
26288
|
+
.v-chip--variant-text .v-chip__overlay {
|
26289
|
+
background: currentColor;
|
26262
26290
|
}
|
26263
|
-
|
26264
|
-
|
26265
|
-
--v-
|
26291
|
+
.v-chip--variant-tonal .v-chip__underlay {
|
26292
|
+
background: currentColor;
|
26293
|
+
opacity: var(--v-activated-opacity);
|
26294
|
+
border-radius: inherit;
|
26295
|
+
top: 0;
|
26296
|
+
right: 0;
|
26297
|
+
bottom: 0;
|
26298
|
+
left: 0;
|
26299
|
+
pointer-events: none;
|
26266
26300
|
}
|
26267
|
-
.v-
|
26268
|
-
|
26301
|
+
.v-chip .v-chip__underlay {
|
26302
|
+
position: absolute;
|
26269
26303
|
}
|
26270
|
-
|
26271
|
-
|
26272
|
-
height: auto;
|
26273
|
-
flex: none;
|
26274
|
-
--v-tabs-height: 48px;
|
26304
|
+
.v-chip--border {
|
26305
|
+
border-width: thin;
|
26275
26306
|
}
|
26276
|
-
|
26277
|
-
|
26278
|
-
margin-inline-start: 42px;
|
26307
|
+
.v-chip--link {
|
26308
|
+
cursor: pointer;
|
26279
26309
|
}
|
26280
|
-
|
26281
|
-
|
26282
|
-
|
26283
|
-
margin-inline-end: auto;
|
26310
|
+
.v-chip--link, .v-chip--filter {
|
26311
|
+
-webkit-user-select: none;
|
26312
|
+
user-select: none;
|
26284
26313
|
}
|
26285
|
-
.v-
|
26286
|
-
|
26287
|
-
margin-inline-start: auto;
|
26314
|
+
.v-chip--label {
|
26315
|
+
border-radius: 4px;
|
26288
26316
|
}
|
26289
26317
|
|
26290
|
-
.v-
|
26291
|
-
|
26318
|
+
.v-chip__content {
|
26319
|
+
align-items: center;
|
26320
|
+
display: inline-flex;
|
26292
26321
|
}
|
26293
|
-
.v-
|
26294
|
-
|
26295
|
-
max-width: none;
|
26322
|
+
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
26323
|
+
overflow: hidden;
|
26296
26324
|
}
|
26297
26325
|
|
26298
|
-
.v-
|
26299
|
-
|
26300
|
-
|
26301
|
-
.v-
|
26302
|
-
|
26326
|
+
.v-chip__filter,
|
26327
|
+
.v-chip__prepend,
|
26328
|
+
.v-chip__append,
|
26329
|
+
.v-chip__close {
|
26330
|
+
align-items: center;
|
26331
|
+
display: inline-flex;
|
26303
26332
|
}
|
26304
26333
|
|
26305
|
-
|
26306
|
-
|
26307
|
-
|
26308
|
-
|
26309
|
-
|
26310
|
-
|
26311
|
-
|
26312
|
-
|
26313
|
-
height: var(--v-tabs-height);
|
26314
|
-
border-radius: 0;
|
26315
|
-
min-width: 90px;
|
26334
|
+
.v-chip__close {
|
26335
|
+
cursor: pointer;
|
26336
|
+
flex: 0 1 auto;
|
26337
|
+
font-size: 18px;
|
26338
|
+
max-height: 18px;
|
26339
|
+
max-width: 18px;
|
26340
|
+
-webkit-user-select: none;
|
26341
|
+
user-select: none;
|
26316
26342
|
}
|
26317
|
-
.v-
|
26318
|
-
|
26343
|
+
.v-chip__close .v-icon {
|
26344
|
+
font-size: inherit;
|
26319
26345
|
}
|
26320
|
-
|
26321
|
-
|
26346
|
+
|
26347
|
+
.v-chip__filter {
|
26348
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
26322
26349
|
}
|
26323
26350
|
|
26324
|
-
.v-
|
26325
|
-
|
26326
|
-
|
26327
|
-
left: 0;
|
26328
|
-
height: 2px;
|
26329
|
-
width: 100%;
|
26330
|
-
background: currentColor;
|
26351
|
+
.v-chip__overlay {
|
26352
|
+
background-color: currentColor;
|
26353
|
+
border-radius: inherit;
|
26331
26354
|
pointer-events: none;
|
26332
26355
|
opacity: 0;
|
26356
|
+
transition: opacity 0.2s ease-in-out;
|
26333
26357
|
}
|
26334
|
-
.v-
|
26335
|
-
|
26336
|
-
}
|
26337
|
-
.v-slide-group--vertical .v-tab__slider {
|
26358
|
+
.v-chip__overlay {
|
26359
|
+
position: absolute;
|
26338
26360
|
top: 0;
|
26361
|
+
left: 0;
|
26362
|
+
width: 100%;
|
26339
26363
|
height: 100%;
|
26340
|
-
|
26341
|
-
|
26342
|
-
|
26343
|
-
|
26364
|
+
}
|
26365
|
+
|
26366
|
+
.v-chip--disabled {
|
26367
|
+
opacity: 0.3;
|
26368
|
+
pointer-events: none;
|
26369
|
+
-webkit-user-select: none;
|
26370
|
+
user-select: none;
|
26371
|
+
}
|
26372
|
+
|
26373
|
+
.v-chip--label {
|
26374
|
+
border-radius: 4px;
|
26375
|
+
}.v-virtual-scroll {
|
26376
|
+
display: block;
|
26344
26377
|
flex: 1 1 auto;
|
26345
|
-
height: 24px;
|
26346
|
-
justify-content: flex-end;
|
26347
26378
|
max-width: 100%;
|
26348
|
-
|
26379
|
+
overflow: auto;
|
26349
26380
|
position: relative;
|
26350
|
-
text-align: end;
|
26351
|
-
width: 100%;
|
26352
|
-
}
|
26353
|
-
.v-system-bar .v-icon {
|
26354
|
-
opacity: var(--v-medium-emphasis-opacity);
|
26355
|
-
}
|
26356
|
-
.v-system-bar {
|
26357
|
-
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));
|
26358
|
-
}
|
26359
|
-
.v-system-bar--absolute {
|
26360
|
-
position: absolute;
|
26361
|
-
}
|
26362
|
-
.v-system-bar--fixed {
|
26363
|
-
position: fixed;
|
26364
|
-
}
|
26365
|
-
.v-system-bar {
|
26366
|
-
background: rgba(var(--v-theme-surface-light));
|
26367
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26368
|
-
}
|
26369
|
-
.v-system-bar {
|
26370
|
-
font-size: 0.75rem;
|
26371
|
-
font-weight: 400;
|
26372
|
-
letter-spacing: 0.0333333333em;
|
26373
|
-
line-height: 1.667;
|
26374
|
-
text-transform: none;
|
26375
26381
|
}
|
26376
|
-
.v-
|
26377
|
-
|
26378
|
-
}
|
26379
|
-
.v-system-bar--window {
|
26380
|
-
height: 32px;
|
26381
|
-
}
|
26382
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
26383
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
26382
|
+
.v-virtual-scroll__container {
|
26383
|
+
display: block;
|
26384
26384
|
}.v-color-picker-canvas {
|
26385
26385
|
display: flex;
|
26386
26386
|
position: relative;
|
@@ -26403,6 +26403,69 @@ html.v-overlay-scroll-blocked {
|
|
26403
26403
|
}
|
26404
26404
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26405
26405
|
will-change: transform;
|
26406
|
+
}.v-color-picker-edit {
|
26407
|
+
display: flex;
|
26408
|
+
margin-top: 24px;
|
26409
|
+
}
|
26410
|
+
|
26411
|
+
.v-color-picker-edit__input {
|
26412
|
+
width: 100%;
|
26413
|
+
display: flex;
|
26414
|
+
flex-wrap: wrap;
|
26415
|
+
justify-content: center;
|
26416
|
+
text-align: center;
|
26417
|
+
}
|
26418
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26419
|
+
margin-inline-end: 8px;
|
26420
|
+
}
|
26421
|
+
.v-color-picker-edit__input input {
|
26422
|
+
border-radius: 4px;
|
26423
|
+
margin-bottom: 8px;
|
26424
|
+
min-width: 0;
|
26425
|
+
outline: none;
|
26426
|
+
text-align: center;
|
26427
|
+
width: 100%;
|
26428
|
+
height: 32px;
|
26429
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26430
|
+
color: rgba(var(--v-theme-on-surface));
|
26431
|
+
}
|
26432
|
+
.v-color-picker-edit__input span {
|
26433
|
+
font-size: 0.75rem;
|
26434
|
+
}.v-color-picker-swatches {
|
26435
|
+
overflow-y: auto;
|
26436
|
+
}
|
26437
|
+
.v-color-picker-swatches > div {
|
26438
|
+
display: flex;
|
26439
|
+
flex-wrap: wrap;
|
26440
|
+
justify-content: center;
|
26441
|
+
padding: 8px;
|
26442
|
+
}
|
26443
|
+
|
26444
|
+
.v-color-picker-swatches__swatch {
|
26445
|
+
display: flex;
|
26446
|
+
flex-direction: column;
|
26447
|
+
margin-bottom: 10px;
|
26448
|
+
}
|
26449
|
+
|
26450
|
+
.v-color-picker-swatches__color {
|
26451
|
+
position: relative;
|
26452
|
+
height: 18px;
|
26453
|
+
max-height: 18px;
|
26454
|
+
width: 45px;
|
26455
|
+
margin: 2px 4px;
|
26456
|
+
border-radius: 2px;
|
26457
|
+
-webkit-user-select: none;
|
26458
|
+
user-select: none;
|
26459
|
+
overflow: hidden;
|
26460
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26461
|
+
cursor: pointer;
|
26462
|
+
}
|
26463
|
+
.v-color-picker-swatches__color > div {
|
26464
|
+
display: flex;
|
26465
|
+
align-items: center;
|
26466
|
+
justify-content: center;
|
26467
|
+
width: 100%;
|
26468
|
+
height: 100%;
|
26406
26469
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26407
26470
|
background-color: transparent !important;
|
26408
26471
|
}
|
@@ -26473,69 +26536,6 @@ html.v-overlay-scroll-blocked {
|
|
26473
26536
|
.v-color-picker-preview__eye-dropper {
|
26474
26537
|
position: relative;
|
26475
26538
|
margin-right: 12px;
|
26476
|
-
}.v-color-picker-swatches {
|
26477
|
-
overflow-y: auto;
|
26478
|
-
}
|
26479
|
-
.v-color-picker-swatches > div {
|
26480
|
-
display: flex;
|
26481
|
-
flex-wrap: wrap;
|
26482
|
-
justify-content: center;
|
26483
|
-
padding: 8px;
|
26484
|
-
}
|
26485
|
-
|
26486
|
-
.v-color-picker-swatches__swatch {
|
26487
|
-
display: flex;
|
26488
|
-
flex-direction: column;
|
26489
|
-
margin-bottom: 10px;
|
26490
|
-
}
|
26491
|
-
|
26492
|
-
.v-color-picker-swatches__color {
|
26493
|
-
position: relative;
|
26494
|
-
height: 18px;
|
26495
|
-
max-height: 18px;
|
26496
|
-
width: 45px;
|
26497
|
-
margin: 2px 4px;
|
26498
|
-
border-radius: 2px;
|
26499
|
-
-webkit-user-select: none;
|
26500
|
-
user-select: none;
|
26501
|
-
overflow: hidden;
|
26502
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26503
|
-
cursor: pointer;
|
26504
|
-
}
|
26505
|
-
.v-color-picker-swatches__color > div {
|
26506
|
-
display: flex;
|
26507
|
-
align-items: center;
|
26508
|
-
justify-content: center;
|
26509
|
-
width: 100%;
|
26510
|
-
height: 100%;
|
26511
|
-
}.v-color-picker-edit {
|
26512
|
-
display: flex;
|
26513
|
-
margin-top: 24px;
|
26514
|
-
}
|
26515
|
-
|
26516
|
-
.v-color-picker-edit__input {
|
26517
|
-
width: 100%;
|
26518
|
-
display: flex;
|
26519
|
-
flex-wrap: wrap;
|
26520
|
-
justify-content: center;
|
26521
|
-
text-align: center;
|
26522
|
-
}
|
26523
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26524
|
-
margin-inline-end: 8px;
|
26525
|
-
}
|
26526
|
-
.v-color-picker-edit__input input {
|
26527
|
-
border-radius: 4px;
|
26528
|
-
margin-bottom: 8px;
|
26529
|
-
min-width: 0;
|
26530
|
-
outline: none;
|
26531
|
-
text-align: center;
|
26532
|
-
width: 100%;
|
26533
|
-
height: 32px;
|
26534
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26535
|
-
color: rgba(var(--v-theme-on-surface));
|
26536
|
-
}
|
26537
|
-
.v-color-picker-edit__input span {
|
26538
|
-
font-size: 0.75rem;
|
26539
26539
|
}.v-picker.v-sheet {
|
26540
26540
|
display: grid;
|
26541
26541
|
grid-auto-rows: min-content;
|