@vuetify/nightly 3.6.4-master.2024-05-09 → 3.6.5-master.2024-05-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -11
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +292 -4
- package/dist/json/importMap-labs.json +28 -16
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +87 -0
- package/dist/json/web-types.json +1313 -6
- package/dist/vuetify-labs.css +1683 -1615
- package/dist/vuetify-labs.d.ts +1669 -28
- package/dist/vuetify-labs.esm.js +310 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +310 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +963 -963
- package/dist/vuetify.d.ts +147 -69
- package/dist/vuetify.esm.js +50 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +50 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -52
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +54 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +82 -27
- package/lib/components/VSlideGroup/index.d.mts +2 -0
- package/lib/components/VStepper/VStepper.mjs +5 -2
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +5 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VTabs/index.d.mts +2 -0
- package/lib/components/VWindow/index.d.mts +2 -0
- package/lib/components/index.d.mts +102 -27
- package/lib/composables/group.mjs +8 -0
- package/lib/composables/group.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
- package/lib/labs/VStepperVertical/_variables.scss +3 -0
- package/lib/labs/VStepperVertical/index.d.mts +1590 -0
- package/lib/labs/VStepperVertical/index.mjs +4 -0
- package/lib/labs/VStepperVertical/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1599 -20
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.5-master.2024-05-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17640,6 +17640,44 @@ html.overflow-y-hidden {
|
|
17640
17640
|
font-weight: normal;
|
17641
17641
|
padding: 0.2em 0.4rem;
|
17642
17642
|
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));
|
17643
|
+
}.v-number-input input[type=number] {
|
17644
|
+
-moz-appearance: textfield;
|
17645
|
+
}
|
17646
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17647
|
+
-webkit-appearance: none;
|
17648
|
+
}
|
17649
|
+
.v-number-input .v-field {
|
17650
|
+
padding-inline-end: 0;
|
17651
|
+
padding-inline-start: 0;
|
17652
|
+
}
|
17653
|
+
.v-number-input--inset .v-divider {
|
17654
|
+
height: 55%;
|
17655
|
+
width: 55%;
|
17656
|
+
align-self: center;
|
17657
|
+
}
|
17658
|
+
.v-number-input--split .v-field__input {
|
17659
|
+
text-align: center;
|
17660
|
+
}
|
17661
|
+
.v-number-input--stacked .v-number-input__control {
|
17662
|
+
flex-direction: column-reverse;
|
17663
|
+
}
|
17664
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17665
|
+
flex: 1;
|
17666
|
+
}
|
17667
|
+
.v-number-input--hide-input .v-field {
|
17668
|
+
flex: none;
|
17669
|
+
}
|
17670
|
+
.v-number-input--hide-input .v-field__input {
|
17671
|
+
width: 0;
|
17672
|
+
padding-inline: 0;
|
17673
|
+
}
|
17674
|
+
.v-number-input__control {
|
17675
|
+
display: flex;
|
17676
|
+
height: 100%;
|
17677
|
+
}
|
17678
|
+
.v-number-input__control .v-btn {
|
17679
|
+
background-color: transparent;
|
17680
|
+
border-radius: 0;
|
17643
17681
|
}.v-calendar {
|
17644
17682
|
background: rgb(var(--v-theme-background));
|
17645
17683
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17867,6 +17905,19 @@ html.overflow-y-hidden {
|
|
17867
17905
|
}
|
17868
17906
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17869
17907
|
border-right: none;
|
17908
|
+
}.v-calendar-header {
|
17909
|
+
align-items: center;
|
17910
|
+
display: flex;
|
17911
|
+
min-height: 64px;
|
17912
|
+
}
|
17913
|
+
|
17914
|
+
.v-calendar-header__today {
|
17915
|
+
margin-inline-end: 24px;
|
17916
|
+
}
|
17917
|
+
|
17918
|
+
.v-calendar-header__title {
|
17919
|
+
font-size: 1.5rem;
|
17920
|
+
margin-inline-start: 24px;
|
17870
17921
|
}.v-calendar-day {
|
17871
17922
|
position: relative;
|
17872
17923
|
display: flex;
|
@@ -17899,6 +17950,121 @@ html.overflow-y-hidden {
|
|
17899
17950
|
}
|
17900
17951
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
17901
17952
|
grid-template-columns: repeat(1, 1fr);
|
17953
|
+
}.v-calendar-day__row-with-label {
|
17954
|
+
display: grid;
|
17955
|
+
grid-template-columns: 48px 8px 1fr;
|
17956
|
+
border-right: thin solid #e0e0e0;
|
17957
|
+
}
|
17958
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17959
|
+
position: relative;
|
17960
|
+
border-right: thin solid #e0e0e0;
|
17961
|
+
}
|
17962
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17963
|
+
content: "";
|
17964
|
+
border-bottom: thin solid #e0e0e0;
|
17965
|
+
position: absolute;
|
17966
|
+
width: 100%;
|
17967
|
+
margin-top: -1px;
|
17968
|
+
z-index: 3;
|
17969
|
+
pointer-events: none;
|
17970
|
+
}
|
17971
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17972
|
+
font-size: 10px;
|
17973
|
+
text-align: center;
|
17974
|
+
position: relative;
|
17975
|
+
top: -8px;
|
17976
|
+
}
|
17977
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17978
|
+
border-bottom: thin solid #e0e0e0;
|
17979
|
+
}
|
17980
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17981
|
+
border-bottom: none;
|
17982
|
+
}
|
17983
|
+
|
17984
|
+
.v-calendar-day__row-without-label {
|
17985
|
+
display: grid;
|
17986
|
+
grid-template-columns: 1fr;
|
17987
|
+
border-right: thin solid #e0e0e0;
|
17988
|
+
}
|
17989
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17990
|
+
overflow: hidden;
|
17991
|
+
border-bottom: thin solid #e0e0e0;
|
17992
|
+
}
|
17993
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17994
|
+
border-bottom: none;
|
17995
|
+
}.v-calendar-internal-event {
|
17996
|
+
overflow: hidden;
|
17997
|
+
padding: 4px;
|
17998
|
+
text-overflow: ellipsis;
|
17999
|
+
white-space: nowrap;
|
18000
|
+
}.v-stepper-vertical-item {
|
18001
|
+
position: relative;
|
18002
|
+
transition-duration: 0.2s;
|
18003
|
+
transition-property: opacity;
|
18004
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18005
|
+
}
|
18006
|
+
.v-stepper-vertical-item__title {
|
18007
|
+
font-size: 1rem;
|
18008
|
+
}
|
18009
|
+
.v-stepper-vertical-item__subtitle {
|
18010
|
+
font-size: 0.75rem;
|
18011
|
+
}
|
18012
|
+
.v-stepper-vertical-item .v-expansion-panel-text {
|
18013
|
+
padding-inline-start: 32px;
|
18014
|
+
}
|
18015
|
+
.v-stepper-vertical-item:not(:last-child):before {
|
18016
|
+
content: "";
|
18017
|
+
position: absolute;
|
18018
|
+
width: 2px;
|
18019
|
+
height: calc(100% - 30px);
|
18020
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
18021
|
+
left: 35px;
|
18022
|
+
top: 44px;
|
18023
|
+
z-index: 1;
|
18024
|
+
transition-duration: 300ms;
|
18025
|
+
transition-property: height;
|
18026
|
+
}
|
18027
|
+
.v-stepper-vertical-item:after {
|
18028
|
+
display: none;
|
18029
|
+
}
|
18030
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
|
18031
|
+
pointer-events: none;
|
18032
|
+
}
|
18033
|
+
.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
18034
|
+
opacity: 0;
|
18035
|
+
}
|
18036
|
+
|
18037
|
+
.v-stepper-vertical-item__avatar.v-avatar {
|
18038
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
18039
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
18040
|
+
transition-property: background;
|
18041
|
+
}
|
18042
|
+
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
18043
|
+
font-size: 0.875rem;
|
18044
|
+
}
|
18045
|
+
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
18046
|
+
background: rgb(var(--v-theme-surface-variant));
|
18047
|
+
}
|
18048
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
18049
|
+
background: rgb(var(--v-theme-error));
|
18050
|
+
color: rgb(var(--v-theme-on-error));
|
18051
|
+
}
|
18052
|
+
|
18053
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
18054
|
+
color: rgb(var(--v-theme-error));
|
18055
|
+
}
|
18056
|
+
|
18057
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
18058
|
+
color: rgb(var(--v-theme-error));
|
18059
|
+
}
|
18060
|
+
|
18061
|
+
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
18062
|
+
margin-inline-end: 8px;
|
18063
|
+
}
|
18064
|
+
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
18065
|
+
justify-content: flex-end;
|
18066
|
+
padding: 24px 0 0;
|
18067
|
+
flex-direction: row-reverse;
|
17902
18068
|
}.v-calendar-month__day {
|
17903
18069
|
position: relative;
|
17904
18070
|
display: flex;
|
@@ -17962,66 +18128,6 @@ html.overflow-y-hidden {
|
|
17962
18128
|
|
17963
18129
|
.v-calendar-weekly__day-alldayevents-container {
|
17964
18130
|
min-height: 24px;
|
17965
|
-
}.v-calendar-day__row-with-label {
|
17966
|
-
display: grid;
|
17967
|
-
grid-template-columns: 48px 8px 1fr;
|
17968
|
-
border-right: thin solid #e0e0e0;
|
17969
|
-
}
|
17970
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17971
|
-
position: relative;
|
17972
|
-
border-right: thin solid #e0e0e0;
|
17973
|
-
}
|
17974
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17975
|
-
content: "";
|
17976
|
-
border-bottom: thin solid #e0e0e0;
|
17977
|
-
position: absolute;
|
17978
|
-
width: 100%;
|
17979
|
-
margin-top: -1px;
|
17980
|
-
z-index: 3;
|
17981
|
-
pointer-events: none;
|
17982
|
-
}
|
17983
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17984
|
-
font-size: 10px;
|
17985
|
-
text-align: center;
|
17986
|
-
position: relative;
|
17987
|
-
top: -8px;
|
17988
|
-
}
|
17989
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17990
|
-
border-bottom: thin solid #e0e0e0;
|
17991
|
-
}
|
17992
|
-
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17993
|
-
border-bottom: none;
|
17994
|
-
}
|
17995
|
-
|
17996
|
-
.v-calendar-day__row-without-label {
|
17997
|
-
display: grid;
|
17998
|
-
grid-template-columns: 1fr;
|
17999
|
-
border-right: thin solid #e0e0e0;
|
18000
|
-
}
|
18001
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
18002
|
-
overflow: hidden;
|
18003
|
-
border-bottom: thin solid #e0e0e0;
|
18004
|
-
}
|
18005
|
-
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
18006
|
-
border-bottom: none;
|
18007
|
-
}.v-calendar-internal-event {
|
18008
|
-
overflow: hidden;
|
18009
|
-
padding: 4px;
|
18010
|
-
text-overflow: ellipsis;
|
18011
|
-
white-space: nowrap;
|
18012
|
-
}.v-calendar-header {
|
18013
|
-
align-items: center;
|
18014
|
-
display: flex;
|
18015
|
-
min-height: 64px;
|
18016
|
-
}
|
18017
|
-
|
18018
|
-
.v-calendar-header__today {
|
18019
|
-
margin-inline-end: 24px;
|
18020
|
-
}
|
18021
|
-
|
18022
|
-
.v-calendar-header__title {
|
18023
|
-
font-size: 1.5rem;
|
18024
|
-
margin-inline-start: 24px;
|
18025
18131
|
}.v-picker.v-sheet {
|
18026
18132
|
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));
|
18027
18133
|
border-radius: 4px;
|
@@ -18075,6 +18181,55 @@ html.overflow-y-hidden {
|
|
18075
18181
|
padding-bottom: 16px;
|
18076
18182
|
font-weight: 400;
|
18077
18183
|
letter-spacing: 0.1666666667em;
|
18184
|
+
}.v-pull-to-refresh {
|
18185
|
+
overflow: hidden;
|
18186
|
+
position: relative;
|
18187
|
+
}
|
18188
|
+
.v-pull-to-refresh__pull-down {
|
18189
|
+
position: absolute;
|
18190
|
+
width: 100%;
|
18191
|
+
transition: top 0.3s ease-out;
|
18192
|
+
}
|
18193
|
+
.v-pull-to-refresh__pull-down--touching {
|
18194
|
+
transition: none;
|
18195
|
+
}
|
18196
|
+
.v-pull-to-refresh__pull-down-default {
|
18197
|
+
display: flex;
|
18198
|
+
width: 100%;
|
18199
|
+
height: 100%;
|
18200
|
+
justify-content: center;
|
18201
|
+
align-items: flex-end;
|
18202
|
+
padding-bottom: 10px;
|
18203
|
+
}
|
18204
|
+
.v-pull-to-refresh__scroll-container {
|
18205
|
+
position: relative;
|
18206
|
+
transition: top 0.3s ease-out;
|
18207
|
+
}
|
18208
|
+
.v-pull-to-refresh__scroll-container--touching {
|
18209
|
+
transition: none;
|
18210
|
+
}.v-treeview-item--filtered {
|
18211
|
+
display: none;
|
18212
|
+
}
|
18213
|
+
|
18214
|
+
.v-treeview {
|
18215
|
+
--indent-padding: 0px;
|
18216
|
+
}
|
18217
|
+
|
18218
|
+
.v-treeview-group.v-list-group {
|
18219
|
+
--list-indent-size: 16px;
|
18220
|
+
}
|
18221
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18222
|
+
--prepend-width: 16px;
|
18223
|
+
}
|
18224
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18225
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18226
|
+
}.v-time-picker.v-picker {
|
18227
|
+
padding: 24px;
|
18228
|
+
width: 328px;
|
18229
|
+
}
|
18230
|
+
.v-time-picker.v-picker .v-picker-title {
|
18231
|
+
padding: 0;
|
18232
|
+
margin-bottom: 20px;
|
18078
18233
|
}.v-time-picker-controls {
|
18079
18234
|
display: flex;
|
18080
18235
|
align-items: center;
|
@@ -18178,13 +18333,6 @@ html.overflow-y-hidden {
|
|
18178
18333
|
}
|
18179
18334
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18180
18335
|
text-align: center;
|
18181
|
-
}.v-time-picker.v-picker {
|
18182
|
-
padding: 24px;
|
18183
|
-
width: 328px;
|
18184
|
-
}
|
18185
|
-
.v-time-picker.v-picker .v-picker-title {
|
18186
|
-
padding: 0;
|
18187
|
-
margin-bottom: 20px;
|
18188
18336
|
}.v-time-picker-clock {
|
18189
18337
|
background: rgb(var(--v-theme-background));
|
18190
18338
|
color: rgb(var(--v-theme-on-background));
|
@@ -18316,98 +18464,6 @@ html.overflow-y-hidden {
|
|
18316
18464
|
|
18317
18465
|
.v-picker--landscape .v-time-picker-clock__container {
|
18318
18466
|
flex-direction: row;
|
18319
|
-
}.v-number-input input[type=number] {
|
18320
|
-
-moz-appearance: textfield;
|
18321
|
-
}
|
18322
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18323
|
-
-webkit-appearance: none;
|
18324
|
-
}
|
18325
|
-
.v-number-input .v-field {
|
18326
|
-
padding-inline-end: 0;
|
18327
|
-
padding-inline-start: 0;
|
18328
|
-
}
|
18329
|
-
.v-number-input--inset .v-divider {
|
18330
|
-
height: 55%;
|
18331
|
-
width: 55%;
|
18332
|
-
align-self: center;
|
18333
|
-
}
|
18334
|
-
.v-number-input--split .v-field__input {
|
18335
|
-
text-align: center;
|
18336
|
-
}
|
18337
|
-
.v-number-input--stacked .v-number-input__control {
|
18338
|
-
flex-direction: column-reverse;
|
18339
|
-
}
|
18340
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
18341
|
-
flex: 1;
|
18342
|
-
}
|
18343
|
-
.v-number-input--hide-input .v-field {
|
18344
|
-
flex: none;
|
18345
|
-
}
|
18346
|
-
.v-number-input--hide-input .v-field__input {
|
18347
|
-
width: 0;
|
18348
|
-
padding-inline: 0;
|
18349
|
-
}
|
18350
|
-
.v-number-input__control {
|
18351
|
-
display: flex;
|
18352
|
-
height: 100%;
|
18353
|
-
}
|
18354
|
-
.v-number-input__control .v-btn {
|
18355
|
-
background-color: transparent;
|
18356
|
-
border-radius: 0;
|
18357
|
-
}.v-pull-to-refresh {
|
18358
|
-
overflow: hidden;
|
18359
|
-
position: relative;
|
18360
|
-
}
|
18361
|
-
.v-pull-to-refresh__pull-down {
|
18362
|
-
position: absolute;
|
18363
|
-
width: 100%;
|
18364
|
-
transition: top 0.3s ease-out;
|
18365
|
-
}
|
18366
|
-
.v-pull-to-refresh__pull-down--touching {
|
18367
|
-
transition: none;
|
18368
|
-
}
|
18369
|
-
.v-pull-to-refresh__pull-down-default {
|
18370
|
-
display: flex;
|
18371
|
-
width: 100%;
|
18372
|
-
height: 100%;
|
18373
|
-
justify-content: center;
|
18374
|
-
align-items: flex-end;
|
18375
|
-
padding-bottom: 10px;
|
18376
|
-
}
|
18377
|
-
.v-pull-to-refresh__scroll-container {
|
18378
|
-
position: relative;
|
18379
|
-
transition: top 0.3s ease-out;
|
18380
|
-
}
|
18381
|
-
.v-pull-to-refresh__scroll-container--touching {
|
18382
|
-
transition: none;
|
18383
|
-
}.v-treeview-item--filtered {
|
18384
|
-
display: none;
|
18385
|
-
}
|
18386
|
-
|
18387
|
-
.v-treeview {
|
18388
|
-
--indent-padding: 0px;
|
18389
|
-
}
|
18390
|
-
|
18391
|
-
.v-treeview-group.v-list-group {
|
18392
|
-
--list-indent-size: 16px;
|
18393
|
-
}
|
18394
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
18395
|
-
--prepend-width: 16px;
|
18396
|
-
}
|
18397
|
-
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18398
|
-
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18399
|
-
}.v-app-bar {
|
18400
|
-
display: flex;
|
18401
|
-
}
|
18402
|
-
.v-app-bar.v-toolbar {
|
18403
|
-
background: rgb(var(--v-theme-surface));
|
18404
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18405
|
-
}
|
18406
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18407
|
-
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));
|
18408
|
-
}
|
18409
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
18410
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
18411
18467
|
}.v-alert {
|
18412
18468
|
display: grid;
|
18413
18469
|
flex: 1 1;
|
@@ -18636,6 +18692,18 @@ html.overflow-y-hidden {
|
|
18636
18692
|
min-height: 100vh;
|
18637
18693
|
min-height: 100dvh;
|
18638
18694
|
position: relative;
|
18695
|
+
}.v-app-bar {
|
18696
|
+
display: flex;
|
18697
|
+
}
|
18698
|
+
.v-app-bar.v-toolbar {
|
18699
|
+
background: rgb(var(--v-theme-surface));
|
18700
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18701
|
+
}
|
18702
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18703
|
+
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));
|
18704
|
+
}
|
18705
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18706
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18639
18707
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
18640
18708
|
.v-autocomplete .v-field .v-text-field__suffix,
|
18641
18709
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -19040,6 +19108,61 @@ html.overflow-y-hidden {
|
|
19040
19108
|
display: inline-flex;
|
19041
19109
|
justify-content: center;
|
19042
19110
|
margin: 0 4px;
|
19111
|
+
}.v-bottom-navigation {
|
19112
|
+
display: flex;
|
19113
|
+
max-width: 100%;
|
19114
|
+
overflow: hidden;
|
19115
|
+
position: absolute;
|
19116
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19117
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19118
|
+
border-style: solid;
|
19119
|
+
border-width: 0;
|
19120
|
+
border-radius: 0;
|
19121
|
+
background: rgb(var(--v-theme-surface));
|
19122
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19123
|
+
}
|
19124
|
+
.v-bottom-navigation--border {
|
19125
|
+
border-width: thin;
|
19126
|
+
box-shadow: none;
|
19127
|
+
}
|
19128
|
+
.v-bottom-navigation--active {
|
19129
|
+
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));
|
19130
|
+
}
|
19131
|
+
|
19132
|
+
.v-bottom-navigation__content {
|
19133
|
+
display: flex;
|
19134
|
+
flex: none;
|
19135
|
+
font-size: 0.75rem;
|
19136
|
+
justify-content: center;
|
19137
|
+
transition: inherit;
|
19138
|
+
width: 100%;
|
19139
|
+
}
|
19140
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19141
|
+
font-size: inherit;
|
19142
|
+
height: 100%;
|
19143
|
+
max-width: 168px;
|
19144
|
+
min-width: 80px;
|
19145
|
+
text-transform: none;
|
19146
|
+
transition: inherit;
|
19147
|
+
width: auto;
|
19148
|
+
border-radius: 0;
|
19149
|
+
}
|
19150
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
19151
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19152
|
+
transition: inherit;
|
19153
|
+
}
|
19154
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19155
|
+
font-size: 1.5rem;
|
19156
|
+
}
|
19157
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
19158
|
+
flex-grow: 1;
|
19159
|
+
}
|
19160
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
19161
|
+
transition: inherit;
|
19162
|
+
opacity: 0;
|
19163
|
+
}
|
19164
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
19165
|
+
transform: translateY(0.5rem);
|
19043
19166
|
}.v-breadcrumbs {
|
19044
19167
|
display: flex;
|
19045
19168
|
align-items: center;
|
@@ -19097,61 +19220,107 @@ html.overflow-y-hidden {
|
|
19097
19220
|
display: inline-block;
|
19098
19221
|
padding: 0 8px;
|
19099
19222
|
vertical-align: middle;
|
19100
|
-
}.v-
|
19101
|
-
|
19223
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19224
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19225
|
+
}
|
19226
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19227
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19228
|
+
}
|
19229
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19230
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19231
|
+
}
|
19232
|
+
@supports not selector(:focus-visible) {
|
19233
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19234
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19235
|
+
}
|
19236
|
+
}.bottom-sheet-transition-enter-from {
|
19237
|
+
transform: translateY(100%);
|
19238
|
+
}
|
19239
|
+
.bottom-sheet-transition-leave-to {
|
19240
|
+
transform: translateY(100%);
|
19241
|
+
}
|
19242
|
+
|
19243
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19244
|
+
align-self: flex-end;
|
19245
|
+
border-radius: 0;
|
19246
|
+
flex: 0 1 auto;
|
19247
|
+
left: 0;
|
19248
|
+
right: 0;
|
19249
|
+
margin-inline: 0;
|
19250
|
+
margin-bottom: 0;
|
19251
|
+
transition-duration: 0.2s;
|
19252
|
+
width: 100%;
|
19253
|
+
max-width: 100%;
|
19254
|
+
overflow: visible;
|
19255
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19256
|
+
}
|
19257
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19258
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19259
|
+
border-radius: 0;
|
19260
|
+
}
|
19261
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19262
|
+
max-width: none;
|
19263
|
+
}
|
19264
|
+
@media (min-width: 600px) {
|
19265
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19266
|
+
max-width: 70%;
|
19267
|
+
}
|
19268
|
+
}.v-btn-group {
|
19269
|
+
display: inline-flex;
|
19270
|
+
flex-wrap: nowrap;
|
19102
19271
|
max-width: 100%;
|
19272
|
+
min-width: 0;
|
19103
19273
|
overflow: hidden;
|
19104
|
-
|
19105
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19274
|
+
vertical-align: middle;
|
19106
19275
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19107
19276
|
border-style: solid;
|
19108
19277
|
border-width: 0;
|
19109
|
-
|
19110
|
-
|
19278
|
+
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));
|
19279
|
+
border-radius: 4px;
|
19280
|
+
background: transparent;
|
19111
19281
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19112
19282
|
}
|
19113
|
-
.v-
|
19283
|
+
.v-btn-group--border {
|
19114
19284
|
border-width: thin;
|
19115
19285
|
box-shadow: none;
|
19116
19286
|
}
|
19117
|
-
.v-
|
19118
|
-
|
19287
|
+
.v-btn-group--density-default.v-btn-group {
|
19288
|
+
height: 48px;
|
19119
19289
|
}
|
19120
19290
|
|
19121
|
-
.v-
|
19122
|
-
|
19123
|
-
flex: none;
|
19124
|
-
font-size: 0.75rem;
|
19125
|
-
justify-content: center;
|
19126
|
-
transition: inherit;
|
19127
|
-
width: 100%;
|
19291
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19292
|
+
height: 40px;
|
19128
19293
|
}
|
19129
|
-
|
19130
|
-
|
19131
|
-
height:
|
19132
|
-
|
19133
|
-
|
19134
|
-
|
19135
|
-
transition: inherit;
|
19136
|
-
width: auto;
|
19294
|
+
|
19295
|
+
.v-btn-group--density-compact.v-btn-group {
|
19296
|
+
height: 36px;
|
19297
|
+
}
|
19298
|
+
|
19299
|
+
.v-btn-group .v-btn {
|
19137
19300
|
border-radius: 0;
|
19301
|
+
border-color: inherit;
|
19138
19302
|
}
|
19139
|
-
.v-
|
19140
|
-
|
19141
|
-
transition: inherit;
|
19303
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19304
|
+
border-inline-end: none;
|
19142
19305
|
}
|
19143
|
-
.v-
|
19144
|
-
|
19306
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19307
|
+
border-inline-start: none;
|
19145
19308
|
}
|
19146
|
-
.v-
|
19147
|
-
|
19309
|
+
.v-btn-group .v-btn:first-child {
|
19310
|
+
border-start-start-radius: inherit;
|
19311
|
+
border-end-start-radius: inherit;
|
19148
19312
|
}
|
19149
|
-
.v-
|
19150
|
-
|
19151
|
-
|
19313
|
+
.v-btn-group .v-btn:last-child {
|
19314
|
+
border-start-end-radius: inherit;
|
19315
|
+
border-end-end-radius: inherit;
|
19152
19316
|
}
|
19153
|
-
.v-
|
19154
|
-
|
19317
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19318
|
+
border-inline-end-width: thin;
|
19319
|
+
border-inline-end-style: solid;
|
19320
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19321
|
+
}
|
19322
|
+
.v-btn-group--tile {
|
19323
|
+
border-radius: 0;
|
19155
19324
|
}.v-btn {
|
19156
19325
|
align-items: center;
|
19157
19326
|
border-radius: 4px;
|
@@ -19564,197 +19733,395 @@ html.overflow-y-hidden {
|
|
19564
19733
|
}
|
19565
19734
|
.v-pagination__item--is-active .v-btn__overlay {
|
19566
19735
|
opacity: var(--v-border-opacity);
|
19567
|
-
}.
|
19568
|
-
|
19569
|
-
}
|
19570
|
-
.bottom-sheet-transition-leave-to {
|
19571
|
-
transform: translateY(100%);
|
19572
|
-
}
|
19573
|
-
|
19574
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19575
|
-
align-self: flex-end;
|
19576
|
-
border-radius: 0;
|
19577
|
-
flex: 0 1 auto;
|
19578
|
-
left: 0;
|
19579
|
-
right: 0;
|
19580
|
-
margin-inline: 0;
|
19581
|
-
margin-bottom: 0;
|
19582
|
-
transition-duration: 0.2s;
|
19583
|
-
width: 100%;
|
19584
|
-
max-width: 100%;
|
19585
|
-
overflow: visible;
|
19586
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19587
|
-
}
|
19588
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19589
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19590
|
-
border-radius: 0;
|
19591
|
-
}
|
19592
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19593
|
-
max-width: none;
|
19594
|
-
}
|
19595
|
-
@media (min-width: 600px) {
|
19596
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19597
|
-
max-width: 70%;
|
19598
|
-
}
|
19599
|
-
}.v-btn-group {
|
19600
|
-
display: inline-flex;
|
19601
|
-
flex-wrap: nowrap;
|
19602
|
-
max-width: 100%;
|
19603
|
-
min-width: 0;
|
19736
|
+
}.v-card {
|
19737
|
+
display: block;
|
19604
19738
|
overflow: hidden;
|
19605
|
-
|
19739
|
+
overflow-wrap: break-word;
|
19740
|
+
position: relative;
|
19741
|
+
padding: 0;
|
19742
|
+
text-decoration: none;
|
19743
|
+
transition-duration: 0.28s;
|
19744
|
+
transition-property: box-shadow, opacity, background;
|
19745
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19746
|
+
z-index: 0;
|
19606
19747
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19607
19748
|
border-style: solid;
|
19608
19749
|
border-width: 0;
|
19609
|
-
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));
|
19610
19750
|
border-radius: 4px;
|
19611
|
-
background: transparent;
|
19612
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19613
19751
|
}
|
19614
|
-
.v-
|
19752
|
+
.v-card--border {
|
19615
19753
|
border-width: thin;
|
19616
19754
|
box-shadow: none;
|
19617
19755
|
}
|
19618
|
-
.v-
|
19619
|
-
|
19620
|
-
}
|
19621
|
-
|
19622
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19623
|
-
height: 40px;
|
19624
|
-
}
|
19625
|
-
|
19626
|
-
.v-btn-group--density-compact.v-btn-group {
|
19627
|
-
height: 36px;
|
19628
|
-
}
|
19629
|
-
|
19630
|
-
.v-btn-group .v-btn {
|
19631
|
-
border-radius: 0;
|
19632
|
-
border-color: inherit;
|
19633
|
-
}
|
19634
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19635
|
-
border-inline-end: none;
|
19756
|
+
.v-card--absolute {
|
19757
|
+
position: absolute;
|
19636
19758
|
}
|
19637
|
-
.v-
|
19638
|
-
|
19759
|
+
.v-card--fixed {
|
19760
|
+
position: fixed;
|
19639
19761
|
}
|
19640
|
-
.v-
|
19641
|
-
|
19642
|
-
border-end-start-radius: inherit;
|
19762
|
+
.v-card:hover > .v-card__overlay {
|
19763
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19643
19764
|
}
|
19644
|
-
.v-
|
19645
|
-
|
19646
|
-
border-end-end-radius: inherit;
|
19765
|
+
.v-card:focus-visible > .v-card__overlay {
|
19766
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19647
19767
|
}
|
19648
|
-
|
19649
|
-
|
19650
|
-
|
19651
|
-
|
19768
|
+
@supports not selector(:focus-visible) {
|
19769
|
+
.v-card:focus > .v-card__overlay {
|
19770
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19771
|
+
}
|
19652
19772
|
}
|
19653
|
-
.v-
|
19654
|
-
border-radius: 0;
|
19655
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19773
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19656
19774
|
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19657
19775
|
}
|
19658
|
-
.v-
|
19776
|
+
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
19659
19777
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19660
19778
|
}
|
19661
|
-
.v-
|
19779
|
+
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
19662
19780
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19663
19781
|
}
|
19664
19782
|
@supports not selector(:focus-visible) {
|
19665
|
-
.v-
|
19783
|
+
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
19666
19784
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19667
19785
|
}
|
19668
|
-
}.v-carousel {
|
19669
|
-
overflow: hidden;
|
19670
|
-
position: relative;
|
19671
|
-
width: 100%;
|
19672
19786
|
}
|
19673
|
-
.v-
|
19674
|
-
|
19675
|
-
|
19676
|
-
display: flex;
|
19677
|
-
height: 50px;
|
19678
|
-
justify-content: center;
|
19679
|
-
list-style-type: none;
|
19680
|
-
position: absolute;
|
19681
|
-
width: 100%;
|
19682
|
-
z-index: 1;
|
19683
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19684
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19787
|
+
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
19788
|
+
background: transparent;
|
19789
|
+
color: inherit;
|
19685
19790
|
}
|
19686
|
-
.v-
|
19687
|
-
|
19791
|
+
.v-card--variant-plain {
|
19792
|
+
opacity: 0.62;
|
19688
19793
|
}
|
19689
|
-
.v-
|
19690
|
-
|
19794
|
+
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
|
19795
|
+
opacity: 1;
|
19691
19796
|
}
|
19692
|
-
.v-
|
19693
|
-
|
19797
|
+
.v-card--variant-plain .v-card__overlay {
|
19798
|
+
display: none;
|
19694
19799
|
}
|
19695
|
-
.v-
|
19696
|
-
|
19697
|
-
|
19800
|
+
.v-card--variant-elevated, .v-card--variant-flat {
|
19801
|
+
background: rgb(var(--v-theme-surface));
|
19802
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19698
19803
|
}
|
19699
|
-
.v-
|
19700
|
-
|
19804
|
+
.v-card--variant-elevated {
|
19805
|
+
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));
|
19701
19806
|
}
|
19702
|
-
.v-
|
19703
|
-
|
19807
|
+
.v-card--variant-flat {
|
19808
|
+
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));
|
19704
19809
|
}
|
19705
|
-
|
19706
|
-
|
19707
|
-
|
19708
|
-
|
19810
|
+
.v-card--variant-outlined {
|
19811
|
+
border: thin solid currentColor;
|
19812
|
+
}
|
19813
|
+
.v-card--variant-text .v-card__overlay {
|
19814
|
+
background: currentColor;
|
19815
|
+
}
|
19816
|
+
.v-card--variant-tonal .v-card__underlay {
|
19817
|
+
background: currentColor;
|
19818
|
+
opacity: var(--v-activated-opacity);
|
19819
|
+
border-radius: inherit;
|
19820
|
+
top: 0;
|
19821
|
+
right: 0;
|
19709
19822
|
bottom: 0;
|
19710
19823
|
left: 0;
|
19711
|
-
|
19824
|
+
pointer-events: none;
|
19712
19825
|
}
|
19713
|
-
|
19714
|
-
|
19715
|
-
display: block;
|
19716
|
-
height: inherit;
|
19717
|
-
text-decoration: none;
|
19826
|
+
.v-card .v-card__underlay {
|
19827
|
+
position: absolute;
|
19718
19828
|
}
|
19719
|
-
.v-
|
19720
|
-
|
19829
|
+
.v-card--disabled {
|
19830
|
+
pointer-events: none;
|
19831
|
+
-webkit-user-select: none;
|
19832
|
+
user-select: none;
|
19721
19833
|
}
|
19722
|
-
|
19723
|
-
|
19724
|
-
background: transparent;
|
19834
|
+
.v-card--disabled > :not(.v-card__loader) {
|
19835
|
+
opacity: 0.6;
|
19725
19836
|
}
|
19726
|
-
|
19727
|
-
|
19728
|
-
flex-direction: column;
|
19729
|
-
height: 100% !important;
|
19730
|
-
width: 50px;
|
19731
|
-
}.v-checkbox.v-input {
|
19732
|
-
flex: 0 1 auto;
|
19837
|
+
.v-card--flat {
|
19838
|
+
box-shadow: none;
|
19733
19839
|
}
|
19734
|
-
.v-
|
19735
|
-
|
19736
|
-
}.v-chip-group {
|
19737
|
-
display: flex;
|
19738
|
-
max-width: 100%;
|
19739
|
-
min-width: 0;
|
19740
|
-
overflow-x: auto;
|
19741
|
-
padding: 4px 0;
|
19840
|
+
.v-card--hover {
|
19841
|
+
cursor: pointer;
|
19742
19842
|
}
|
19743
|
-
.v-
|
19744
|
-
|
19843
|
+
.v-card--hover::before, .v-card--hover::after {
|
19844
|
+
border-radius: inherit;
|
19845
|
+
bottom: 0;
|
19846
|
+
content: "";
|
19847
|
+
display: block;
|
19848
|
+
left: 0;
|
19849
|
+
pointer-events: none;
|
19850
|
+
position: absolute;
|
19851
|
+
right: 0;
|
19852
|
+
top: 0;
|
19853
|
+
transition: inherit;
|
19745
19854
|
}
|
19746
|
-
.v-
|
19747
|
-
opacity:
|
19855
|
+
.v-card--hover::before {
|
19856
|
+
opacity: 1;
|
19857
|
+
z-index: -1;
|
19858
|
+
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));
|
19748
19859
|
}
|
19749
|
-
|
19750
|
-
|
19751
|
-
|
19752
|
-
|
19753
|
-
|
19754
|
-
|
19755
|
-
|
19756
|
-
|
19757
|
-
|
19860
|
+
.v-card--hover::after {
|
19861
|
+
z-index: 1;
|
19862
|
+
opacity: 0;
|
19863
|
+
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));
|
19864
|
+
}
|
19865
|
+
.v-card--hover:hover::after {
|
19866
|
+
opacity: 1;
|
19867
|
+
}
|
19868
|
+
.v-card--hover:hover::before {
|
19869
|
+
opacity: 0;
|
19870
|
+
}
|
19871
|
+
.v-card--hover:hover {
|
19872
|
+
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));
|
19873
|
+
}
|
19874
|
+
.v-card--link {
|
19875
|
+
cursor: pointer;
|
19876
|
+
}
|
19877
|
+
|
19878
|
+
.v-card-actions {
|
19879
|
+
align-items: center;
|
19880
|
+
display: flex;
|
19881
|
+
flex: none;
|
19882
|
+
min-height: 52px;
|
19883
|
+
padding: 0.5rem;
|
19884
|
+
}
|
19885
|
+
|
19886
|
+
.v-card-item {
|
19887
|
+
align-items: center;
|
19888
|
+
display: grid;
|
19889
|
+
flex: none;
|
19890
|
+
grid-template-areas: "prepend content append";
|
19891
|
+
grid-template-columns: max-content auto max-content;
|
19892
|
+
padding: 0.625rem 1rem;
|
19893
|
+
}
|
19894
|
+
.v-card-item + .v-card-text {
|
19895
|
+
padding-top: 0;
|
19896
|
+
}
|
19897
|
+
.v-card-item__prepend, .v-card-item__append {
|
19898
|
+
align-items: center;
|
19899
|
+
display: flex;
|
19900
|
+
}
|
19901
|
+
.v-card-item__prepend {
|
19902
|
+
grid-area: prepend;
|
19903
|
+
padding-inline-end: 0.5rem;
|
19904
|
+
}
|
19905
|
+
.v-card-item__append {
|
19906
|
+
grid-area: append;
|
19907
|
+
padding-inline-start: 0.5rem;
|
19908
|
+
}
|
19909
|
+
|
19910
|
+
.v-card-item__content {
|
19911
|
+
align-self: center;
|
19912
|
+
grid-area: content;
|
19913
|
+
overflow: hidden;
|
19914
|
+
}
|
19915
|
+
|
19916
|
+
.v-card-title {
|
19917
|
+
display: block;
|
19918
|
+
flex: none;
|
19919
|
+
font-size: 1.25rem;
|
19920
|
+
font-weight: 500;
|
19921
|
+
-webkit-hyphens: auto;
|
19922
|
+
hyphens: auto;
|
19923
|
+
letter-spacing: 0.0125em;
|
19924
|
+
min-width: 0;
|
19925
|
+
overflow-wrap: normal;
|
19926
|
+
overflow: hidden;
|
19927
|
+
padding: 0.5rem 1rem;
|
19928
|
+
text-overflow: ellipsis;
|
19929
|
+
text-transform: none;
|
19930
|
+
white-space: nowrap;
|
19931
|
+
word-break: normal;
|
19932
|
+
word-wrap: break-word;
|
19933
|
+
}
|
19934
|
+
.v-card .v-card-title {
|
19935
|
+
line-height: 1.6;
|
19936
|
+
}
|
19937
|
+
.v-card--density-comfortable .v-card-title {
|
19938
|
+
line-height: 1.75rem;
|
19939
|
+
}
|
19940
|
+
.v-card--density-compact .v-card-title {
|
19941
|
+
line-height: 1.55rem;
|
19942
|
+
}
|
19943
|
+
.v-card-item .v-card-title {
|
19944
|
+
padding: 0;
|
19945
|
+
}
|
19946
|
+
.v-card-title + .v-card-text,
|
19947
|
+
.v-card-title + .v-card-actions {
|
19948
|
+
padding-top: 0;
|
19949
|
+
}
|
19950
|
+
|
19951
|
+
.v-card-subtitle {
|
19952
|
+
display: block;
|
19953
|
+
flex: none;
|
19954
|
+
font-size: 0.875rem;
|
19955
|
+
font-weight: 400;
|
19956
|
+
letter-spacing: 0.0178571429em;
|
19957
|
+
opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
|
19958
|
+
overflow: hidden;
|
19959
|
+
padding: 0 1rem;
|
19960
|
+
text-overflow: ellipsis;
|
19961
|
+
text-transform: none;
|
19962
|
+
white-space: nowrap;
|
19963
|
+
}
|
19964
|
+
.v-card .v-card-subtitle {
|
19965
|
+
line-height: 1.425;
|
19966
|
+
}
|
19967
|
+
.v-card--density-comfortable .v-card-subtitle {
|
19968
|
+
line-height: 1.125rem;
|
19969
|
+
}
|
19970
|
+
.v-card--density-compact .v-card-subtitle {
|
19971
|
+
line-height: 1rem;
|
19972
|
+
}
|
19973
|
+
.v-card-item .v-card-subtitle {
|
19974
|
+
padding: 0 0 0.25rem;
|
19975
|
+
}
|
19976
|
+
|
19977
|
+
.v-card-text {
|
19978
|
+
flex: 1 1 auto;
|
19979
|
+
font-size: 0.875rem;
|
19980
|
+
font-weight: 400;
|
19981
|
+
letter-spacing: 0.0178571429em;
|
19982
|
+
opacity: var(--v-card-text-opacity, 1);
|
19983
|
+
padding: 1rem;
|
19984
|
+
text-transform: none;
|
19985
|
+
}
|
19986
|
+
.v-card .v-card-text {
|
19987
|
+
line-height: 1.425;
|
19988
|
+
}
|
19989
|
+
.v-card--density-comfortable .v-card-text {
|
19990
|
+
line-height: 1.2rem;
|
19991
|
+
}
|
19992
|
+
.v-card--density-compact .v-card-text {
|
19993
|
+
line-height: 1.15rem;
|
19994
|
+
}
|
19995
|
+
|
19996
|
+
.v-card__image {
|
19997
|
+
display: flex;
|
19998
|
+
height: 100%;
|
19999
|
+
flex: 1 1 auto;
|
20000
|
+
left: 0;
|
20001
|
+
overflow: hidden;
|
20002
|
+
position: absolute;
|
20003
|
+
top: 0;
|
20004
|
+
width: 100%;
|
20005
|
+
z-index: -1;
|
20006
|
+
}
|
20007
|
+
|
20008
|
+
.v-card__content {
|
20009
|
+
border-radius: inherit;
|
20010
|
+
overflow: hidden;
|
20011
|
+
position: relative;
|
20012
|
+
}
|
20013
|
+
|
20014
|
+
.v-card__loader {
|
20015
|
+
bottom: auto;
|
20016
|
+
top: 0;
|
20017
|
+
left: 0;
|
20018
|
+
position: absolute;
|
20019
|
+
right: 0;
|
20020
|
+
width: 100%;
|
20021
|
+
z-index: 1;
|
20022
|
+
}
|
20023
|
+
|
20024
|
+
.v-card__overlay {
|
20025
|
+
background-color: currentColor;
|
20026
|
+
border-radius: inherit;
|
20027
|
+
position: absolute;
|
20028
|
+
top: 0;
|
20029
|
+
right: 0;
|
20030
|
+
bottom: 0;
|
20031
|
+
left: 0;
|
20032
|
+
pointer-events: none;
|
20033
|
+
opacity: 0;
|
20034
|
+
transition: opacity 0.2s ease-in-out;
|
20035
|
+
}.v-checkbox.v-input {
|
20036
|
+
flex: 0 1 auto;
|
20037
|
+
}
|
20038
|
+
.v-checkbox .v-selection-control {
|
20039
|
+
min-height: var(--v-input-control-height);
|
20040
|
+
}.v-carousel {
|
20041
|
+
overflow: hidden;
|
20042
|
+
position: relative;
|
20043
|
+
width: 100%;
|
20044
|
+
}
|
20045
|
+
.v-carousel__controls {
|
20046
|
+
align-items: center;
|
20047
|
+
bottom: 0;
|
20048
|
+
display: flex;
|
20049
|
+
height: 50px;
|
20050
|
+
justify-content: center;
|
20051
|
+
list-style-type: none;
|
20052
|
+
position: absolute;
|
20053
|
+
width: 100%;
|
20054
|
+
z-index: 1;
|
20055
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20056
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20057
|
+
}
|
20058
|
+
.v-carousel__controls > .v-item-group {
|
20059
|
+
flex: 0 1 auto;
|
20060
|
+
}
|
20061
|
+
.v-carousel__controls__item {
|
20062
|
+
margin: 0 8px;
|
20063
|
+
}
|
20064
|
+
.v-carousel__controls__item .v-icon {
|
20065
|
+
opacity: 0.5;
|
20066
|
+
}
|
20067
|
+
.v-carousel__controls__item--active .v-icon {
|
20068
|
+
opacity: 1;
|
20069
|
+
vertical-align: middle;
|
20070
|
+
}
|
20071
|
+
.v-carousel__controls__item:hover {
|
20072
|
+
background: none;
|
20073
|
+
}
|
20074
|
+
.v-carousel__controls__item:hover .v-icon {
|
20075
|
+
opacity: 0.8;
|
20076
|
+
}
|
20077
|
+
|
20078
|
+
.v-carousel__progress {
|
20079
|
+
margin: 0;
|
20080
|
+
position: absolute;
|
20081
|
+
bottom: 0;
|
20082
|
+
left: 0;
|
20083
|
+
right: 0;
|
20084
|
+
}
|
20085
|
+
|
20086
|
+
.v-carousel-item {
|
20087
|
+
display: block;
|
20088
|
+
height: inherit;
|
20089
|
+
text-decoration: none;
|
20090
|
+
}
|
20091
|
+
.v-carousel-item > .v-img {
|
20092
|
+
height: inherit;
|
20093
|
+
}
|
20094
|
+
|
20095
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20096
|
+
background: transparent;
|
20097
|
+
}
|
20098
|
+
|
20099
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20100
|
+
flex-direction: column;
|
20101
|
+
height: 100% !important;
|
20102
|
+
width: 50px;
|
20103
|
+
}.v-chip-group {
|
20104
|
+
display: flex;
|
20105
|
+
max-width: 100%;
|
20106
|
+
min-width: 0;
|
20107
|
+
overflow-x: auto;
|
20108
|
+
padding: 4px 0;
|
20109
|
+
}
|
20110
|
+
.v-chip-group .v-chip {
|
20111
|
+
margin: 4px 8px 4px 0;
|
20112
|
+
}
|
20113
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20114
|
+
opacity: var(--v-activated-opacity);
|
20115
|
+
}
|
20116
|
+
|
20117
|
+
.v-chip-group--column .v-slide-group__content {
|
20118
|
+
white-space: normal;
|
20119
|
+
flex-wrap: wrap;
|
20120
|
+
max-width: 100%;
|
20121
|
+
}.v-chip {
|
20122
|
+
align-items: center;
|
20123
|
+
display: inline-flex;
|
20124
|
+
font-weight: 400;
|
19758
20125
|
max-width: 100%;
|
19759
20126
|
min-width: 0;
|
19760
20127
|
overflow: hidden;
|
@@ -20069,201 +20436,19 @@ html.overflow-y-hidden {
|
|
20069
20436
|
background: rgb(var(--v-theme-surface-variant));
|
20070
20437
|
color: rgb(var(--v-theme-on-surface-variant));
|
20071
20438
|
}
|
20072
|
-
.v-chip--variant-elevated {
|
20073
|
-
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));
|
20074
|
-
}
|
20075
|
-
.v-chip--variant-flat {
|
20076
|
-
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));
|
20077
|
-
}
|
20078
|
-
.v-chip--variant-outlined {
|
20079
|
-
border: thin solid currentColor;
|
20080
|
-
}
|
20081
|
-
.v-chip--variant-text .v-chip__overlay {
|
20082
|
-
background: currentColor;
|
20083
|
-
}
|
20084
|
-
.v-chip--variant-tonal .v-chip__underlay {
|
20085
|
-
background: currentColor;
|
20086
|
-
opacity: var(--v-activated-opacity);
|
20087
|
-
border-radius: inherit;
|
20088
|
-
top: 0;
|
20089
|
-
right: 0;
|
20090
|
-
bottom: 0;
|
20091
|
-
left: 0;
|
20092
|
-
pointer-events: none;
|
20093
|
-
}
|
20094
|
-
.v-chip .v-chip__underlay {
|
20095
|
-
position: absolute;
|
20096
|
-
}
|
20097
|
-
.v-chip--border {
|
20098
|
-
border-width: thin;
|
20099
|
-
}
|
20100
|
-
.v-chip--link {
|
20101
|
-
cursor: pointer;
|
20102
|
-
}
|
20103
|
-
.v-chip--link, .v-chip--filter {
|
20104
|
-
-webkit-user-select: none;
|
20105
|
-
user-select: none;
|
20106
|
-
}
|
20107
|
-
.v-chip--label {
|
20108
|
-
border-radius: 4px;
|
20109
|
-
}
|
20110
|
-
|
20111
|
-
.v-chip__content {
|
20112
|
-
align-items: center;
|
20113
|
-
display: inline-flex;
|
20114
|
-
}
|
20115
|
-
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
20116
|
-
overflow: hidden;
|
20117
|
-
}
|
20118
|
-
|
20119
|
-
.v-chip__filter,
|
20120
|
-
.v-chip__prepend,
|
20121
|
-
.v-chip__append,
|
20122
|
-
.v-chip__close {
|
20123
|
-
align-items: center;
|
20124
|
-
display: inline-flex;
|
20125
|
-
}
|
20126
|
-
|
20127
|
-
.v-chip__close {
|
20128
|
-
cursor: pointer;
|
20129
|
-
flex: 0 1 auto;
|
20130
|
-
font-size: 18px;
|
20131
|
-
max-height: 18px;
|
20132
|
-
max-width: 18px;
|
20133
|
-
-webkit-user-select: none;
|
20134
|
-
user-select: none;
|
20135
|
-
}
|
20136
|
-
.v-chip__close .v-icon {
|
20137
|
-
font-size: inherit;
|
20138
|
-
}
|
20139
|
-
|
20140
|
-
.v-chip__filter {
|
20141
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
20142
|
-
}
|
20143
|
-
|
20144
|
-
.v-chip__overlay {
|
20145
|
-
position: absolute;
|
20146
|
-
top: 0;
|
20147
|
-
left: 0;
|
20148
|
-
width: 100%;
|
20149
|
-
height: 100%;
|
20150
|
-
background-color: currentColor;
|
20151
|
-
border-radius: inherit;
|
20152
|
-
pointer-events: none;
|
20153
|
-
opacity: 0;
|
20154
|
-
transition: opacity 0.2s ease-in-out;
|
20155
|
-
}
|
20156
|
-
|
20157
|
-
.v-chip--disabled {
|
20158
|
-
opacity: 0.3;
|
20159
|
-
pointer-events: none;
|
20160
|
-
-webkit-user-select: none;
|
20161
|
-
user-select: none;
|
20162
|
-
}
|
20163
|
-
|
20164
|
-
.v-chip--label {
|
20165
|
-
border-radius: 4px;
|
20166
|
-
}.v-color-picker {
|
20167
|
-
align-self: flex-start;
|
20168
|
-
contain: content;
|
20169
|
-
}
|
20170
|
-
.v-color-picker.v-sheet {
|
20171
|
-
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));
|
20172
|
-
border-radius: 4px;
|
20173
|
-
}
|
20174
|
-
|
20175
|
-
.v-color-picker__controls {
|
20176
|
-
display: flex;
|
20177
|
-
flex-direction: column;
|
20178
|
-
padding: 16px;
|
20179
|
-
}
|
20180
|
-
|
20181
|
-
.v-color-picker--flat {
|
20182
|
-
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));
|
20183
|
-
}
|
20184
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20185
|
-
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));
|
20186
|
-
}.v-card {
|
20187
|
-
display: block;
|
20188
|
-
overflow: hidden;
|
20189
|
-
overflow-wrap: break-word;
|
20190
|
-
position: relative;
|
20191
|
-
padding: 0;
|
20192
|
-
text-decoration: none;
|
20193
|
-
transition-duration: 0.28s;
|
20194
|
-
transition-property: box-shadow, opacity, background;
|
20195
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20196
|
-
z-index: 0;
|
20197
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20198
|
-
border-style: solid;
|
20199
|
-
border-width: 0;
|
20200
|
-
border-radius: 4px;
|
20201
|
-
}
|
20202
|
-
.v-card--border {
|
20203
|
-
border-width: thin;
|
20204
|
-
box-shadow: none;
|
20205
|
-
}
|
20206
|
-
.v-card--absolute {
|
20207
|
-
position: absolute;
|
20208
|
-
}
|
20209
|
-
.v-card--fixed {
|
20210
|
-
position: fixed;
|
20211
|
-
}
|
20212
|
-
.v-card:hover > .v-card__overlay {
|
20213
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
20214
|
-
}
|
20215
|
-
.v-card:focus-visible > .v-card__overlay {
|
20216
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
20217
|
-
}
|
20218
|
-
@supports not selector(:focus-visible) {
|
20219
|
-
.v-card:focus > .v-card__overlay {
|
20220
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
20221
|
-
}
|
20222
|
-
}
|
20223
|
-
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
20224
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20225
|
-
}
|
20226
|
-
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
20227
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20228
|
-
}
|
20229
|
-
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
20230
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20231
|
-
}
|
20232
|
-
@supports not selector(:focus-visible) {
|
20233
|
-
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
20234
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20235
|
-
}
|
20236
|
-
}
|
20237
|
-
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
20238
|
-
background: transparent;
|
20239
|
-
color: inherit;
|
20240
|
-
}
|
20241
|
-
.v-card--variant-plain {
|
20242
|
-
opacity: 0.62;
|
20243
|
-
}
|
20244
|
-
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
|
20245
|
-
opacity: 1;
|
20246
|
-
}
|
20247
|
-
.v-card--variant-plain .v-card__overlay {
|
20248
|
-
display: none;
|
20249
|
-
}
|
20250
|
-
.v-card--variant-elevated, .v-card--variant-flat {
|
20251
|
-
background: rgb(var(--v-theme-surface));
|
20252
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20253
|
-
}
|
20254
|
-
.v-card--variant-elevated {
|
20439
|
+
.v-chip--variant-elevated {
|
20255
20440
|
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));
|
20256
20441
|
}
|
20257
|
-
.v-
|
20442
|
+
.v-chip--variant-flat {
|
20258
20443
|
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));
|
20259
20444
|
}
|
20260
|
-
.v-
|
20445
|
+
.v-chip--variant-outlined {
|
20261
20446
|
border: thin solid currentColor;
|
20262
20447
|
}
|
20263
|
-
.v-
|
20448
|
+
.v-chip--variant-text .v-chip__overlay {
|
20264
20449
|
background: currentColor;
|
20265
20450
|
}
|
20266
|
-
.v-
|
20451
|
+
.v-chip--variant-tonal .v-chip__underlay {
|
20267
20452
|
background: currentColor;
|
20268
20453
|
opacity: var(--v-activated-opacity);
|
20269
20454
|
border-radius: inherit;
|
@@ -20273,220 +20458,78 @@ html.overflow-y-hidden {
|
|
20273
20458
|
left: 0;
|
20274
20459
|
pointer-events: none;
|
20275
20460
|
}
|
20276
|
-
.v-
|
20461
|
+
.v-chip .v-chip__underlay {
|
20277
20462
|
position: absolute;
|
20278
20463
|
}
|
20279
|
-
.v-
|
20280
|
-
|
20281
|
-
-webkit-user-select: none;
|
20282
|
-
user-select: none;
|
20283
|
-
}
|
20284
|
-
.v-card--disabled > :not(.v-card__loader) {
|
20285
|
-
opacity: 0.6;
|
20286
|
-
}
|
20287
|
-
.v-card--flat {
|
20288
|
-
box-shadow: none;
|
20464
|
+
.v-chip--border {
|
20465
|
+
border-width: thin;
|
20289
20466
|
}
|
20290
|
-
.v-
|
20467
|
+
.v-chip--link {
|
20291
20468
|
cursor: pointer;
|
20292
20469
|
}
|
20293
|
-
.v-
|
20294
|
-
|
20295
|
-
|
20296
|
-
content: "";
|
20297
|
-
display: block;
|
20298
|
-
left: 0;
|
20299
|
-
pointer-events: none;
|
20300
|
-
position: absolute;
|
20301
|
-
right: 0;
|
20302
|
-
top: 0;
|
20303
|
-
transition: inherit;
|
20304
|
-
}
|
20305
|
-
.v-card--hover::before {
|
20306
|
-
opacity: 1;
|
20307
|
-
z-index: -1;
|
20308
|
-
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));
|
20309
|
-
}
|
20310
|
-
.v-card--hover::after {
|
20311
|
-
z-index: 1;
|
20312
|
-
opacity: 0;
|
20313
|
-
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));
|
20314
|
-
}
|
20315
|
-
.v-card--hover:hover::after {
|
20316
|
-
opacity: 1;
|
20317
|
-
}
|
20318
|
-
.v-card--hover:hover::before {
|
20319
|
-
opacity: 0;
|
20320
|
-
}
|
20321
|
-
.v-card--hover:hover {
|
20322
|
-
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));
|
20323
|
-
}
|
20324
|
-
.v-card--link {
|
20325
|
-
cursor: pointer;
|
20470
|
+
.v-chip--link, .v-chip--filter {
|
20471
|
+
-webkit-user-select: none;
|
20472
|
+
user-select: none;
|
20326
20473
|
}
|
20327
|
-
|
20328
|
-
|
20329
|
-
align-items: center;
|
20330
|
-
display: flex;
|
20331
|
-
flex: none;
|
20332
|
-
min-height: 52px;
|
20333
|
-
padding: 0.5rem;
|
20474
|
+
.v-chip--label {
|
20475
|
+
border-radius: 4px;
|
20334
20476
|
}
|
20335
20477
|
|
20336
|
-
.v-
|
20337
|
-
align-items: center;
|
20338
|
-
display: grid;
|
20339
|
-
flex: none;
|
20340
|
-
grid-template-areas: "prepend content append";
|
20341
|
-
grid-template-columns: max-content auto max-content;
|
20342
|
-
padding: 0.625rem 1rem;
|
20343
|
-
}
|
20344
|
-
.v-card-item + .v-card-text {
|
20345
|
-
padding-top: 0;
|
20346
|
-
}
|
20347
|
-
.v-card-item__prepend, .v-card-item__append {
|
20478
|
+
.v-chip__content {
|
20348
20479
|
align-items: center;
|
20349
|
-
display: flex;
|
20350
|
-
}
|
20351
|
-
.v-card-item__prepend {
|
20352
|
-
grid-area: prepend;
|
20353
|
-
padding-inline-end: 0.5rem;
|
20354
|
-
}
|
20355
|
-
.v-card-item__append {
|
20356
|
-
grid-area: append;
|
20357
|
-
padding-inline-start: 0.5rem;
|
20480
|
+
display: inline-flex;
|
20358
20481
|
}
|
20359
|
-
|
20360
|
-
.v-card-item__content {
|
20361
|
-
align-self: center;
|
20362
|
-
grid-area: content;
|
20482
|
+
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
20363
20483
|
overflow: hidden;
|
20364
20484
|
}
|
20365
20485
|
|
20366
|
-
.v-
|
20367
|
-
|
20368
|
-
|
20369
|
-
|
20370
|
-
|
20371
|
-
|
20372
|
-
hyphens: auto;
|
20373
|
-
letter-spacing: 0.0125em;
|
20374
|
-
min-width: 0;
|
20375
|
-
overflow-wrap: normal;
|
20376
|
-
overflow: hidden;
|
20377
|
-
padding: 0.5rem 1rem;
|
20378
|
-
text-overflow: ellipsis;
|
20379
|
-
text-transform: none;
|
20380
|
-
white-space: nowrap;
|
20381
|
-
word-break: normal;
|
20382
|
-
word-wrap: break-word;
|
20383
|
-
}
|
20384
|
-
.v-card .v-card-title {
|
20385
|
-
line-height: 1.6;
|
20386
|
-
}
|
20387
|
-
.v-card--density-comfortable .v-card-title {
|
20388
|
-
line-height: 1.75rem;
|
20389
|
-
}
|
20390
|
-
.v-card--density-compact .v-card-title {
|
20391
|
-
line-height: 1.55rem;
|
20392
|
-
}
|
20393
|
-
.v-card-item .v-card-title {
|
20394
|
-
padding: 0;
|
20395
|
-
}
|
20396
|
-
.v-card-title + .v-card-text,
|
20397
|
-
.v-card-title + .v-card-actions {
|
20398
|
-
padding-top: 0;
|
20486
|
+
.v-chip__filter,
|
20487
|
+
.v-chip__prepend,
|
20488
|
+
.v-chip__append,
|
20489
|
+
.v-chip__close {
|
20490
|
+
align-items: center;
|
20491
|
+
display: inline-flex;
|
20399
20492
|
}
|
20400
20493
|
|
20401
|
-
.v-
|
20402
|
-
|
20403
|
-
flex:
|
20404
|
-
font-size:
|
20405
|
-
|
20406
|
-
|
20407
|
-
|
20408
|
-
|
20409
|
-
padding: 0 1rem;
|
20410
|
-
text-overflow: ellipsis;
|
20411
|
-
text-transform: none;
|
20412
|
-
white-space: nowrap;
|
20413
|
-
}
|
20414
|
-
.v-card .v-card-subtitle {
|
20415
|
-
line-height: 1.425;
|
20416
|
-
}
|
20417
|
-
.v-card--density-comfortable .v-card-subtitle {
|
20418
|
-
line-height: 1.125rem;
|
20419
|
-
}
|
20420
|
-
.v-card--density-compact .v-card-subtitle {
|
20421
|
-
line-height: 1rem;
|
20494
|
+
.v-chip__close {
|
20495
|
+
cursor: pointer;
|
20496
|
+
flex: 0 1 auto;
|
20497
|
+
font-size: 18px;
|
20498
|
+
max-height: 18px;
|
20499
|
+
max-width: 18px;
|
20500
|
+
-webkit-user-select: none;
|
20501
|
+
user-select: none;
|
20422
20502
|
}
|
20423
|
-
.v-
|
20424
|
-
|
20503
|
+
.v-chip__close .v-icon {
|
20504
|
+
font-size: inherit;
|
20425
20505
|
}
|
20426
20506
|
|
20427
|
-
.v-
|
20428
|
-
|
20429
|
-
font-size: 0.875rem;
|
20430
|
-
font-weight: 400;
|
20431
|
-
letter-spacing: 0.0178571429em;
|
20432
|
-
opacity: var(--v-card-text-opacity, 1);
|
20433
|
-
padding: 1rem;
|
20434
|
-
text-transform: none;
|
20435
|
-
}
|
20436
|
-
.v-card .v-card-text {
|
20437
|
-
line-height: 1.425;
|
20438
|
-
}
|
20439
|
-
.v-card--density-comfortable .v-card-text {
|
20440
|
-
line-height: 1.2rem;
|
20441
|
-
}
|
20442
|
-
.v-card--density-compact .v-card-text {
|
20443
|
-
line-height: 1.15rem;
|
20507
|
+
.v-chip__filter {
|
20508
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
20444
20509
|
}
|
20445
20510
|
|
20446
|
-
.v-
|
20447
|
-
display: flex;
|
20448
|
-
height: 100%;
|
20449
|
-
flex: 1 1 auto;
|
20450
|
-
left: 0;
|
20451
|
-
overflow: hidden;
|
20511
|
+
.v-chip__overlay {
|
20452
20512
|
position: absolute;
|
20453
20513
|
top: 0;
|
20454
|
-
width: 100%;
|
20455
|
-
z-index: -1;
|
20456
|
-
}
|
20457
|
-
|
20458
|
-
.v-card__content {
|
20459
|
-
border-radius: inherit;
|
20460
|
-
overflow: hidden;
|
20461
|
-
position: relative;
|
20462
|
-
}
|
20463
|
-
|
20464
|
-
.v-card__loader {
|
20465
|
-
bottom: auto;
|
20466
|
-
top: 0;
|
20467
20514
|
left: 0;
|
20468
|
-
position: absolute;
|
20469
|
-
right: 0;
|
20470
20515
|
width: 100%;
|
20471
|
-
|
20472
|
-
}
|
20473
|
-
|
20474
|
-
.v-card__overlay {
|
20516
|
+
height: 100%;
|
20475
20517
|
background-color: currentColor;
|
20476
20518
|
border-radius: inherit;
|
20477
|
-
position: absolute;
|
20478
|
-
top: 0;
|
20479
|
-
right: 0;
|
20480
|
-
bottom: 0;
|
20481
|
-
left: 0;
|
20482
20519
|
pointer-events: none;
|
20483
20520
|
opacity: 0;
|
20484
20521
|
transition: opacity 0.2s ease-in-out;
|
20485
|
-
}
|
20486
|
-
|
20487
|
-
|
20488
|
-
|
20489
|
-
|
20522
|
+
}
|
20523
|
+
|
20524
|
+
.v-chip--disabled {
|
20525
|
+
opacity: 0.3;
|
20526
|
+
pointer-events: none;
|
20527
|
+
-webkit-user-select: none;
|
20528
|
+
user-select: none;
|
20529
|
+
}
|
20530
|
+
|
20531
|
+
.v-chip--label {
|
20532
|
+
border-radius: 4px;
|
20490
20533
|
}.v-container {
|
20491
20534
|
width: 100%;
|
20492
20535
|
padding: 16px;
|
@@ -21159,6 +21202,26 @@ html.overflow-y-hidden {
|
|
21159
21202
|
.offset-xxl-11 {
|
21160
21203
|
margin-inline-start: 91.6666666667%;
|
21161
21204
|
}
|
21205
|
+
}.v-color-picker {
|
21206
|
+
align-self: flex-start;
|
21207
|
+
contain: content;
|
21208
|
+
}
|
21209
|
+
.v-color-picker.v-sheet {
|
21210
|
+
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));
|
21211
|
+
border-radius: 4px;
|
21212
|
+
}
|
21213
|
+
|
21214
|
+
.v-color-picker__controls {
|
21215
|
+
display: flex;
|
21216
|
+
flex-direction: column;
|
21217
|
+
padding: 16px;
|
21218
|
+
}
|
21219
|
+
|
21220
|
+
.v-color-picker--flat {
|
21221
|
+
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));
|
21222
|
+
}
|
21223
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21224
|
+
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));
|
21162
21225
|
}.v-combobox .v-field .v-text-field__prefix,
|
21163
21226
|
.v-combobox .v-field .v-text-field__suffix,
|
21164
21227
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -21240,12 +21303,11 @@ html.overflow-y-hidden {
|
|
21240
21303
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
21241
21304
|
opacity: var(--v-high-emphasis-opacity);
|
21242
21305
|
transform: rotate(180deg);
|
21243
|
-
}.v-
|
21244
|
-
|
21245
|
-
|
21246
|
-
|
21247
|
-
|
21248
|
-
width: 368px;
|
21306
|
+
}.v-counter {
|
21307
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21308
|
+
flex: 0 1 auto;
|
21309
|
+
font-size: 12px;
|
21310
|
+
transition-duration: 150ms;
|
21249
21311
|
}.v-date-picker-controls {
|
21250
21312
|
display: flex;
|
21251
21313
|
align-items: center;
|
@@ -21302,6 +21364,12 @@ html.overflow-y-hidden {
|
|
21302
21364
|
|
21303
21365
|
.v-date-picker__title {
|
21304
21366
|
display: inline-block;
|
21367
|
+
}.v-date-picker {
|
21368
|
+
overflow: hidden;
|
21369
|
+
width: 328px;
|
21370
|
+
}
|
21371
|
+
.v-date-picker--show-week {
|
21372
|
+
width: 368px;
|
21305
21373
|
}.v-date-picker-month {
|
21306
21374
|
display: flex;
|
21307
21375
|
justify-content: center;
|
@@ -21451,37 +21519,6 @@ html.overflow-y-hidden {
|
|
21451
21519
|
}
|
21452
21520
|
.v-date-picker-years__content .v-btn {
|
21453
21521
|
padding-inline: 8px;
|
21454
|
-
}.v-data-table-footer {
|
21455
|
-
align-items: center;
|
21456
|
-
display: flex;
|
21457
|
-
flex-wrap: wrap;
|
21458
|
-
justify-content: flex-end;
|
21459
|
-
padding: 8px 4px;
|
21460
|
-
}
|
21461
|
-
.v-data-table-footer__items-per-page {
|
21462
|
-
align-items: center;
|
21463
|
-
display: flex;
|
21464
|
-
justify-content: center;
|
21465
|
-
}
|
21466
|
-
.v-data-table-footer__items-per-page > span {
|
21467
|
-
padding-inline-end: 8px;
|
21468
|
-
}
|
21469
|
-
.v-data-table-footer__items-per-page > .v-select {
|
21470
|
-
width: 90px;
|
21471
|
-
}
|
21472
|
-
.v-data-table-footer__info {
|
21473
|
-
display: flex;
|
21474
|
-
justify-content: flex-end;
|
21475
|
-
min-width: 116px;
|
21476
|
-
padding: 0 16px;
|
21477
|
-
}
|
21478
|
-
.v-data-table-footer__paginationz {
|
21479
|
-
align-items: center;
|
21480
|
-
display: flex;
|
21481
|
-
margin-inline-start: 16px;
|
21482
|
-
}
|
21483
|
-
.v-data-table-footer__page {
|
21484
|
-
padding: 0 8px;
|
21485
21522
|
}.v-data-table {
|
21486
21523
|
width: 100%;
|
21487
21524
|
}
|
@@ -21664,55 +21701,37 @@ html.overflow-y-hidden {
|
|
21664
21701
|
}
|
21665
21702
|
.v-data-table__td-sort-icon-active {
|
21666
21703
|
color: rgba(var(--v-theme-on-surface));
|
21667
|
-
}.v-
|
21668
|
-
|
21669
|
-
|
21670
|
-
|
21671
|
-
|
21672
|
-
|
21673
|
-
transition: inherit;
|
21674
|
-
border-style: solid;
|
21675
|
-
border-width: thin 0 0 0;
|
21704
|
+
}.v-data-table-footer {
|
21705
|
+
align-items: center;
|
21706
|
+
display: flex;
|
21707
|
+
flex-wrap: wrap;
|
21708
|
+
justify-content: flex-end;
|
21709
|
+
padding: 8px 4px;
|
21676
21710
|
}
|
21677
|
-
.v-
|
21678
|
-
align-
|
21679
|
-
|
21680
|
-
|
21681
|
-
height: 100%;
|
21682
|
-
margin-left: -1px;
|
21683
|
-
max-height: 100%;
|
21684
|
-
max-width: 0px;
|
21685
|
-
vertical-align: text-bottom;
|
21686
|
-
width: 0px;
|
21711
|
+
.v-data-table-footer__items-per-page {
|
21712
|
+
align-items: center;
|
21713
|
+
display: flex;
|
21714
|
+
justify-content: center;
|
21687
21715
|
}
|
21688
|
-
.v-
|
21689
|
-
|
21690
|
-
margin-inline-start: 72px;
|
21716
|
+
.v-data-table-footer__items-per-page > span {
|
21717
|
+
padding-inline-end: 8px;
|
21691
21718
|
}
|
21692
|
-
.v-
|
21693
|
-
|
21694
|
-
margin-top: 8px;
|
21695
|
-
max-height: calc(100% - 16px);
|
21719
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21720
|
+
width: 90px;
|
21696
21721
|
}
|
21697
|
-
|
21698
|
-
|
21722
|
+
.v-data-table-footer__info {
|
21723
|
+
display: flex;
|
21724
|
+
justify-content: flex-end;
|
21725
|
+
min-width: 116px;
|
21699
21726
|
padding: 0 16px;
|
21700
21727
|
}
|
21701
|
-
.v-
|
21702
|
-
padding: 4px 0;
|
21703
|
-
}
|
21704
|
-
|
21705
|
-
.v-divider__wrapper {
|
21706
|
-
display: flex;
|
21728
|
+
.v-data-table-footer__paginationz {
|
21707
21729
|
align-items: center;
|
21708
|
-
|
21709
|
-
|
21710
|
-
.v-divider__wrapper--vertical {
|
21711
|
-
flex-direction: column;
|
21712
|
-
height: 100%;
|
21730
|
+
display: flex;
|
21731
|
+
margin-inline-start: 16px;
|
21713
21732
|
}
|
21714
|
-
.v-
|
21715
|
-
|
21733
|
+
.v-data-table-footer__page {
|
21734
|
+
padding: 0 8px;
|
21716
21735
|
}.v-dialog {
|
21717
21736
|
align-items: center;
|
21718
21737
|
justify-content: center;
|
@@ -21794,153 +21813,17 @@ html.overflow-y-hidden {
|
|
21794
21813
|
}
|
21795
21814
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21796
21815
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21797
|
-
display: flex;
|
21798
|
-
flex: 1 1 100%;
|
21799
|
-
flex-direction: column;
|
21800
|
-
max-height: 100%;
|
21801
|
-
max-width: 100%;
|
21802
|
-
}
|
21803
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21804
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21805
|
-
-webkit-backface-visibility: hidden;
|
21806
|
-
backface-visibility: hidden;
|
21807
|
-
overflow-y: auto;
|
21808
|
-
}.v-empty-state {
|
21809
|
-
align-items: center;
|
21810
|
-
display: flex;
|
21811
|
-
flex-direction: column;
|
21812
|
-
justify-content: center;
|
21813
|
-
min-height: 100%;
|
21814
|
-
padding: 16px;
|
21815
|
-
}
|
21816
|
-
.v-empty-state--start {
|
21817
|
-
align-items: flex-start;
|
21818
|
-
}
|
21819
|
-
.v-empty-state--center {
|
21820
|
-
align-items: center;
|
21821
|
-
}
|
21822
|
-
.v-empty-state--end {
|
21823
|
-
align-items: flex-end;
|
21824
|
-
}
|
21825
|
-
|
21826
|
-
.v-empty-state__media {
|
21827
|
-
text-align: center;
|
21828
|
-
width: 100%;
|
21829
|
-
}
|
21830
|
-
.v-empty-state__media .v-icon {
|
21831
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21832
|
-
}
|
21833
|
-
|
21834
|
-
.v-empty-state__headline {
|
21835
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21836
|
-
font-size: 3.75rem;
|
21837
|
-
font-weight: 300;
|
21838
|
-
line-height: 1;
|
21839
|
-
text-align: center;
|
21840
|
-
margin-bottom: 8px;
|
21841
|
-
}
|
21842
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
21843
|
-
font-size: 2.125rem;
|
21844
|
-
}
|
21845
|
-
|
21846
|
-
.v-empty-state__title {
|
21847
|
-
font-size: 1.25rem;
|
21848
|
-
font-weight: 500;
|
21849
|
-
line-height: 1.6;
|
21850
|
-
margin-bottom: 4px;
|
21851
|
-
text-align: center;
|
21852
|
-
}
|
21853
|
-
|
21854
|
-
.v-empty-state__text {
|
21855
|
-
font-size: 0.875rem;
|
21856
|
-
font-weight: 400;
|
21857
|
-
line-height: 1.425;
|
21858
|
-
padding: 0 16px;
|
21859
|
-
text-align: center;
|
21860
|
-
}
|
21861
|
-
|
21862
|
-
.v-empty-state__content {
|
21863
|
-
padding: 24px 0;
|
21864
|
-
}
|
21865
|
-
|
21866
|
-
.v-empty-state__actions {
|
21867
|
-
display: flex;
|
21868
|
-
gap: 8px;
|
21869
|
-
padding: 16px;
|
21870
|
-
}
|
21871
|
-
|
21872
|
-
.v-empty-state__action-btn.v-btn {
|
21873
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21874
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21875
|
-
}.v-fab {
|
21876
|
-
align-items: center;
|
21877
|
-
display: inline-flex;
|
21878
|
-
flex: 1 1 auto;
|
21879
|
-
pointer-events: none;
|
21880
|
-
position: relative;
|
21881
|
-
transition-duration: 0.2s;
|
21882
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21883
|
-
vertical-align: middle;
|
21884
|
-
}
|
21885
|
-
.v-fab .v-btn {
|
21886
|
-
pointer-events: auto;
|
21887
|
-
}
|
21888
|
-
.v-fab .v-btn--variant-elevated {
|
21889
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21890
|
-
}
|
21891
|
-
.v-fab--app, .v-fab--absolute {
|
21892
|
-
display: flex;
|
21893
|
-
}
|
21894
|
-
.v-fab--start, .v-fab--left {
|
21895
|
-
justify-content: flex-start;
|
21896
|
-
}
|
21897
|
-
.v-fab--center {
|
21898
|
-
align-items: center;
|
21899
|
-
justify-content: center;
|
21900
|
-
}
|
21901
|
-
.v-fab--end, .v-fab--right {
|
21902
|
-
justify-content: flex-end;
|
21903
|
-
}
|
21904
|
-
.v-fab--bottom {
|
21905
|
-
align-items: flex-end;
|
21906
|
-
}
|
21907
|
-
.v-fab--top {
|
21908
|
-
align-items: flex-start;
|
21909
|
-
}
|
21910
|
-
.v-fab--extended .v-btn {
|
21911
|
-
border-radius: 9999px !important;
|
21912
|
-
}
|
21913
|
-
|
21914
|
-
.v-fab__container {
|
21915
|
-
align-self: center;
|
21916
|
-
display: inline-flex;
|
21917
|
-
position: absolute;
|
21918
|
-
vertical-align: middle;
|
21919
|
-
}
|
21920
|
-
.v-fab--app .v-fab__container {
|
21921
|
-
margin: 12px;
|
21922
|
-
}
|
21923
|
-
.v-fab--absolute .v-fab__container {
|
21924
|
-
position: absolute;
|
21925
|
-
z-index: 4;
|
21926
|
-
}
|
21927
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21928
|
-
transform: translateY(-50%);
|
21929
|
-
}
|
21930
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21931
|
-
transform: translateY(50%);
|
21932
|
-
}
|
21933
|
-
.v-fab--top .v-fab__container {
|
21934
|
-
top: 0;
|
21935
|
-
}
|
21936
|
-
.v-fab--bottom .v-fab__container {
|
21937
|
-
bottom: 0;
|
21938
|
-
}
|
21939
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21940
|
-
left: 0;
|
21816
|
+
display: flex;
|
21817
|
+
flex: 1 1 100%;
|
21818
|
+
flex-direction: column;
|
21819
|
+
max-height: 100%;
|
21820
|
+
max-width: 100%;
|
21941
21821
|
}
|
21942
|
-
.v-
|
21943
|
-
|
21822
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21823
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21824
|
+
-webkit-backface-visibility: hidden;
|
21825
|
+
backface-visibility: hidden;
|
21826
|
+
overflow-y: auto;
|
21944
21827
|
}.v-expansion-panel {
|
21945
21828
|
background-color: rgb(var(--v-theme-surface));
|
21946
21829
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -22151,6 +22034,55 @@ html.overflow-y-hidden {
|
|
22151
22034
|
}
|
22152
22035
|
.v-expansion-panels--tile > .v-expansion-panel {
|
22153
22036
|
border-radius: 0;
|
22037
|
+
}.v-divider {
|
22038
|
+
display: block;
|
22039
|
+
flex: 1 1 100%;
|
22040
|
+
height: 0px;
|
22041
|
+
max-height: 0px;
|
22042
|
+
opacity: var(--v-border-opacity);
|
22043
|
+
transition: inherit;
|
22044
|
+
border-style: solid;
|
22045
|
+
border-width: thin 0 0 0;
|
22046
|
+
}
|
22047
|
+
.v-divider--vertical {
|
22048
|
+
align-self: stretch;
|
22049
|
+
border-width: 0 thin 0 0;
|
22050
|
+
display: inline-flex;
|
22051
|
+
height: 100%;
|
22052
|
+
margin-left: -1px;
|
22053
|
+
max-height: 100%;
|
22054
|
+
max-width: 0px;
|
22055
|
+
vertical-align: text-bottom;
|
22056
|
+
width: 0px;
|
22057
|
+
}
|
22058
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
22059
|
+
max-width: calc(100% - 72px);
|
22060
|
+
margin-inline-start: 72px;
|
22061
|
+
}
|
22062
|
+
.v-divider--inset.v-divider--vertical {
|
22063
|
+
margin-bottom: 8px;
|
22064
|
+
margin-top: 8px;
|
22065
|
+
max-height: calc(100% - 16px);
|
22066
|
+
}
|
22067
|
+
|
22068
|
+
.v-divider__content {
|
22069
|
+
padding: 0 16px;
|
22070
|
+
}
|
22071
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
22072
|
+
padding: 4px 0;
|
22073
|
+
}
|
22074
|
+
|
22075
|
+
.v-divider__wrapper {
|
22076
|
+
display: flex;
|
22077
|
+
align-items: center;
|
22078
|
+
justify-content: center;
|
22079
|
+
}
|
22080
|
+
.v-divider__wrapper--vertical {
|
22081
|
+
flex-direction: column;
|
22082
|
+
height: 100%;
|
22083
|
+
}
|
22084
|
+
.v-divider__wrapper--vertical .v-divider {
|
22085
|
+
margin: 0 auto;
|
22154
22086
|
}/* region INPUT */
|
22155
22087
|
.v-field {
|
22156
22088
|
display: grid;
|
@@ -22721,35 +22653,73 @@ textarea.v-field__input::placeholder {
|
|
22721
22653
|
opacity: 0;
|
22722
22654
|
}
|
22723
22655
|
|
22724
|
-
/* endregion */.v-
|
22725
|
-
|
22726
|
-
|
22727
|
-
|
22656
|
+
/* endregion */.v-empty-state {
|
22657
|
+
align-items: center;
|
22658
|
+
display: flex;
|
22659
|
+
flex-direction: column;
|
22660
|
+
justify-content: center;
|
22661
|
+
min-height: 100%;
|
22662
|
+
padding: 16px;
|
22728
22663
|
}
|
22729
|
-
.v-
|
22730
|
-
|
22731
|
-
margin: 0 auto;
|
22664
|
+
.v-empty-state--start {
|
22665
|
+
align-items: flex-start;
|
22732
22666
|
}
|
22733
|
-
.v-
|
22734
|
-
|
22735
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22736
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22737
|
-
top: 0px;
|
22667
|
+
.v-empty-state--center {
|
22668
|
+
align-items: center;
|
22738
22669
|
}
|
22739
|
-
.v-
|
22740
|
-
|
22741
|
-
|
22742
|
-
|
22743
|
-
|
22744
|
-
|
22670
|
+
.v-empty-state--end {
|
22671
|
+
align-items: flex-end;
|
22672
|
+
}
|
22673
|
+
|
22674
|
+
.v-empty-state__media {
|
22675
|
+
text-align: center;
|
22745
22676
|
width: 100%;
|
22746
|
-
z-index: 1;
|
22747
22677
|
}
|
22748
|
-
.v-
|
22749
|
-
|
22678
|
+
.v-empty-state__media .v-icon {
|
22679
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22750
22680
|
}
|
22751
|
-
|
22752
|
-
|
22681
|
+
|
22682
|
+
.v-empty-state__headline {
|
22683
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22684
|
+
font-size: 3.75rem;
|
22685
|
+
font-weight: 300;
|
22686
|
+
line-height: 1;
|
22687
|
+
text-align: center;
|
22688
|
+
margin-bottom: 8px;
|
22689
|
+
}
|
22690
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
22691
|
+
font-size: 2.125rem;
|
22692
|
+
}
|
22693
|
+
|
22694
|
+
.v-empty-state__title {
|
22695
|
+
font-size: 1.25rem;
|
22696
|
+
font-weight: 500;
|
22697
|
+
line-height: 1.6;
|
22698
|
+
margin-bottom: 4px;
|
22699
|
+
text-align: center;
|
22700
|
+
}
|
22701
|
+
|
22702
|
+
.v-empty-state__text {
|
22703
|
+
font-size: 0.875rem;
|
22704
|
+
font-weight: 400;
|
22705
|
+
line-height: 1.425;
|
22706
|
+
padding: 0 16px;
|
22707
|
+
text-align: center;
|
22708
|
+
}
|
22709
|
+
|
22710
|
+
.v-empty-state__content {
|
22711
|
+
padding: 24px 0;
|
22712
|
+
}
|
22713
|
+
|
22714
|
+
.v-empty-state__actions {
|
22715
|
+
display: flex;
|
22716
|
+
gap: 8px;
|
22717
|
+
padding: 16px;
|
22718
|
+
}
|
22719
|
+
|
22720
|
+
.v-empty-state__action-btn.v-btn {
|
22721
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
22722
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
22753
22723
|
}.v-footer {
|
22754
22724
|
align-items: center;
|
22755
22725
|
display: flex;
|
@@ -22778,6 +22748,104 @@ textarea.v-field__input::placeholder {
|
|
22778
22748
|
}
|
22779
22749
|
.v-footer--rounded {
|
22780
22750
|
border-radius: 4px;
|
22751
|
+
}.v-fab {
|
22752
|
+
align-items: center;
|
22753
|
+
display: inline-flex;
|
22754
|
+
flex: 1 1 auto;
|
22755
|
+
pointer-events: none;
|
22756
|
+
position: relative;
|
22757
|
+
transition-duration: 0.2s;
|
22758
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22759
|
+
vertical-align: middle;
|
22760
|
+
}
|
22761
|
+
.v-fab .v-btn {
|
22762
|
+
pointer-events: auto;
|
22763
|
+
}
|
22764
|
+
.v-fab .v-btn--variant-elevated {
|
22765
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22766
|
+
}
|
22767
|
+
.v-fab--app, .v-fab--absolute {
|
22768
|
+
display: flex;
|
22769
|
+
}
|
22770
|
+
.v-fab--start, .v-fab--left {
|
22771
|
+
justify-content: flex-start;
|
22772
|
+
}
|
22773
|
+
.v-fab--center {
|
22774
|
+
align-items: center;
|
22775
|
+
justify-content: center;
|
22776
|
+
}
|
22777
|
+
.v-fab--end, .v-fab--right {
|
22778
|
+
justify-content: flex-end;
|
22779
|
+
}
|
22780
|
+
.v-fab--bottom {
|
22781
|
+
align-items: flex-end;
|
22782
|
+
}
|
22783
|
+
.v-fab--top {
|
22784
|
+
align-items: flex-start;
|
22785
|
+
}
|
22786
|
+
.v-fab--extended .v-btn {
|
22787
|
+
border-radius: 9999px !important;
|
22788
|
+
}
|
22789
|
+
|
22790
|
+
.v-fab__container {
|
22791
|
+
align-self: center;
|
22792
|
+
display: inline-flex;
|
22793
|
+
position: absolute;
|
22794
|
+
vertical-align: middle;
|
22795
|
+
}
|
22796
|
+
.v-fab--app .v-fab__container {
|
22797
|
+
margin: 12px;
|
22798
|
+
}
|
22799
|
+
.v-fab--absolute .v-fab__container {
|
22800
|
+
position: absolute;
|
22801
|
+
z-index: 4;
|
22802
|
+
}
|
22803
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22804
|
+
transform: translateY(-50%);
|
22805
|
+
}
|
22806
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22807
|
+
transform: translateY(50%);
|
22808
|
+
}
|
22809
|
+
.v-fab--top .v-fab__container {
|
22810
|
+
top: 0;
|
22811
|
+
}
|
22812
|
+
.v-fab--bottom .v-fab__container {
|
22813
|
+
bottom: 0;
|
22814
|
+
}
|
22815
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22816
|
+
left: 0;
|
22817
|
+
}
|
22818
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22819
|
+
right: 0;
|
22820
|
+
}.v-file-input--hide.v-input .v-field,
|
22821
|
+
.v-file-input--hide.v-input .v-input__control,
|
22822
|
+
.v-file-input--hide.v-input .v-input__details {
|
22823
|
+
display: none;
|
22824
|
+
}
|
22825
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22826
|
+
grid-area: control;
|
22827
|
+
margin: 0 auto;
|
22828
|
+
}
|
22829
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22830
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22831
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22832
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22833
|
+
top: 0px;
|
22834
|
+
}
|
22835
|
+
.v-file-input input[type=file] {
|
22836
|
+
height: 100%;
|
22837
|
+
left: 0;
|
22838
|
+
opacity: 0;
|
22839
|
+
position: absolute;
|
22840
|
+
top: 0;
|
22841
|
+
width: 100%;
|
22842
|
+
z-index: 1;
|
22843
|
+
}
|
22844
|
+
.v-file-input .v-input__details {
|
22845
|
+
padding-inline: 16px;
|
22846
|
+
}
|
22847
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22848
|
+
padding-inline: 0;
|
22781
22849
|
}.v-icon {
|
22782
22850
|
--v-icon-size-multiplier: 1;
|
22783
22851
|
align-items: center;
|
@@ -22825,12 +22893,37 @@ textarea.v-field__input::placeholder {
|
|
22825
22893
|
height: 100%;
|
22826
22894
|
}
|
22827
22895
|
|
22828
|
-
.v-icon--start {
|
22829
|
-
margin-inline-end: 8px;
|
22896
|
+
.v-icon--start {
|
22897
|
+
margin-inline-end: 8px;
|
22898
|
+
}
|
22899
|
+
|
22900
|
+
.v-icon--end {
|
22901
|
+
margin-inline-start: 8px;
|
22902
|
+
}.v-infinite-scroll--horizontal {
|
22903
|
+
display: flex;
|
22904
|
+
flex-direction: row;
|
22905
|
+
overflow-x: auto;
|
22906
|
+
}
|
22907
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22908
|
+
height: 100%;
|
22909
|
+
width: 1px;
|
22910
|
+
}
|
22911
|
+
|
22912
|
+
.v-infinite-scroll--vertical {
|
22913
|
+
display: flex;
|
22914
|
+
flex-direction: column;
|
22915
|
+
overflow-y: auto;
|
22916
|
+
}
|
22917
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22918
|
+
height: 1px;
|
22919
|
+
width: 100%;
|
22830
22920
|
}
|
22831
22921
|
|
22832
|
-
.v-
|
22833
|
-
|
22922
|
+
.v-infinite-scroll__side {
|
22923
|
+
align-items: center;
|
22924
|
+
display: flex;
|
22925
|
+
justify-content: center;
|
22926
|
+
padding: 8px;
|
22834
22927
|
}.v-input {
|
22835
22928
|
display: grid;
|
22836
22929
|
flex: 1 1 auto;
|
@@ -22973,6 +23066,13 @@ textarea.v-field__input::placeholder {
|
|
22973
23066
|
|
22974
23067
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22975
23068
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
23069
|
+
}.v-layout-item {
|
23070
|
+
position: absolute;
|
23071
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23072
|
+
}
|
23073
|
+
|
23074
|
+
.v-layout-item--absolute {
|
23075
|
+
position: absolute;
|
22976
23076
|
}.v-img {
|
22977
23077
|
--v-theme-overlay-multiplier: 3;
|
22978
23078
|
z-index: 0;
|
@@ -23009,31 +23109,6 @@ textarea.v-field__input::placeholder {
|
|
23009
23109
|
|
23010
23110
|
.v-img__gradient {
|
23011
23111
|
background-repeat: no-repeat;
|
23012
|
-
}.v-infinite-scroll--horizontal {
|
23013
|
-
display: flex;
|
23014
|
-
flex-direction: row;
|
23015
|
-
overflow-x: auto;
|
23016
|
-
}
|
23017
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
23018
|
-
height: 100%;
|
23019
|
-
width: 1px;
|
23020
|
-
}
|
23021
|
-
|
23022
|
-
.v-infinite-scroll--vertical {
|
23023
|
-
display: flex;
|
23024
|
-
flex-direction: column;
|
23025
|
-
overflow-y: auto;
|
23026
|
-
}
|
23027
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
23028
|
-
height: 1px;
|
23029
|
-
width: 100%;
|
23030
|
-
}
|
23031
|
-
|
23032
|
-
.v-infinite-scroll__side {
|
23033
|
-
align-items: center;
|
23034
|
-
display: flex;
|
23035
|
-
justify-content: center;
|
23036
|
-
padding: 8px;
|
23037
23112
|
}.v-layout {
|
23038
23113
|
--v-scrollbar-offset: 0px;
|
23039
23114
|
display: flex;
|
@@ -23042,18 +23117,6 @@ textarea.v-field__input::placeholder {
|
|
23042
23117
|
.v-layout--full-height {
|
23043
23118
|
--v-scrollbar-offset: inherit;
|
23044
23119
|
height: 100%;
|
23045
|
-
}.v-layout-item {
|
23046
|
-
position: absolute;
|
23047
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23048
|
-
}
|
23049
|
-
|
23050
|
-
.v-layout-item--absolute {
|
23051
|
-
position: absolute;
|
23052
|
-
}.v-item-group {
|
23053
|
-
flex: 0 1 auto;
|
23054
|
-
max-width: 100%;
|
23055
|
-
position: relative;
|
23056
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23057
23120
|
}.v-label {
|
23058
23121
|
align-items: center;
|
23059
23122
|
color: inherit;
|
@@ -23069,6 +23132,13 @@ textarea.v-field__input::placeholder {
|
|
23069
23132
|
|
23070
23133
|
.v-label--clickable {
|
23071
23134
|
cursor: pointer;
|
23135
|
+
}.v-item-group {
|
23136
|
+
flex: 0 1 auto;
|
23137
|
+
max-width: 100%;
|
23138
|
+
position: relative;
|
23139
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23140
|
+
}.v-locale-provider {
|
23141
|
+
display: contents;
|
23072
23142
|
}.v-list {
|
23073
23143
|
overflow: auto;
|
23074
23144
|
padding: 8px 0;
|
@@ -23626,37 +23696,6 @@ textarea.v-field__input::placeholder {
|
|
23626
23696
|
}
|
23627
23697
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
23628
23698
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23629
|
-
}.v-menu > .v-overlay__content {
|
23630
|
-
display: flex;
|
23631
|
-
flex-direction: column;
|
23632
|
-
border-radius: 4px;
|
23633
|
-
}
|
23634
|
-
.v-menu > .v-overlay__content > .v-card,
|
23635
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23636
|
-
.v-menu > .v-overlay__content > .v-list {
|
23637
|
-
background: rgb(var(--v-theme-surface));
|
23638
|
-
border-radius: inherit;
|
23639
|
-
overflow: auto;
|
23640
|
-
height: 100%;
|
23641
|
-
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));
|
23642
|
-
}.v-locale-provider {
|
23643
|
-
display: contents;
|
23644
|
-
}.v-messages {
|
23645
|
-
flex: 1 1 auto;
|
23646
|
-
font-size: 12px;
|
23647
|
-
min-height: 14px;
|
23648
|
-
min-width: 1px;
|
23649
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23650
|
-
position: relative;
|
23651
|
-
}
|
23652
|
-
.v-messages__message {
|
23653
|
-
line-height: 12px;
|
23654
|
-
word-break: break-word;
|
23655
|
-
overflow-wrap: break-word;
|
23656
|
-
word-wrap: break-word;
|
23657
|
-
-webkit-hyphens: auto;
|
23658
|
-
hyphens: auto;
|
23659
|
-
transition-duration: 150ms;
|
23660
23699
|
}.v-main {
|
23661
23700
|
flex: 1 0 auto;
|
23662
23701
|
max-width: 100%;
|
@@ -23787,6 +23826,35 @@ textarea.v-field__input::placeholder {
|
|
23787
23826
|
.v-navigation-drawer__append {
|
23788
23827
|
flex: none;
|
23789
23828
|
overflow: hidden;
|
23829
|
+
}.v-menu > .v-overlay__content {
|
23830
|
+
display: flex;
|
23831
|
+
flex-direction: column;
|
23832
|
+
border-radius: 4px;
|
23833
|
+
}
|
23834
|
+
.v-menu > .v-overlay__content > .v-card,
|
23835
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23836
|
+
.v-menu > .v-overlay__content > .v-list {
|
23837
|
+
background: rgb(var(--v-theme-surface));
|
23838
|
+
border-radius: inherit;
|
23839
|
+
overflow: auto;
|
23840
|
+
height: 100%;
|
23841
|
+
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));
|
23842
|
+
}.v-messages {
|
23843
|
+
flex: 1 1 auto;
|
23844
|
+
font-size: 12px;
|
23845
|
+
min-height: 14px;
|
23846
|
+
min-width: 1px;
|
23847
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23848
|
+
position: relative;
|
23849
|
+
}
|
23850
|
+
.v-messages__message {
|
23851
|
+
line-height: 12px;
|
23852
|
+
word-break: break-word;
|
23853
|
+
overflow-wrap: break-word;
|
23854
|
+
word-wrap: break-word;
|
23855
|
+
-webkit-hyphens: auto;
|
23856
|
+
hyphens: auto;
|
23857
|
+
transition-duration: 150ms;
|
23790
23858
|
}.v-otp-input {
|
23791
23859
|
border-radius: 4px;
|
23792
23860
|
align-items: center;
|
@@ -23843,6 +23911,12 @@ textarea.v-field__input::placeholder {
|
|
23843
23911
|
}
|
23844
23912
|
.v-otp-input__loader .v-progress-linear {
|
23845
23913
|
position: absolute;
|
23914
|
+
}.v-parallax {
|
23915
|
+
position: relative;
|
23916
|
+
overflow: hidden;
|
23917
|
+
}
|
23918
|
+
.v-parallax--active > .v-img__img {
|
23919
|
+
will-change: transform;
|
23846
23920
|
}.v-pagination__list {
|
23847
23921
|
display: inline-flex;
|
23848
23922
|
list-style-type: none;
|
@@ -24016,6 +24090,18 @@ html.v-overlay-scroll-blocked {
|
|
24016
24090
|
|
24017
24091
|
.v-overlay--scroll-blocked {
|
24018
24092
|
padding-inline-end: var(--v-scrollbar-offset);
|
24093
|
+
}.v-radio-group > .v-input__control {
|
24094
|
+
flex-direction: column;
|
24095
|
+
}
|
24096
|
+
.v-radio-group > .v-input__control > .v-label {
|
24097
|
+
margin-inline-start: 16px;
|
24098
|
+
}
|
24099
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24100
|
+
padding-inline-start: 6px;
|
24101
|
+
margin-top: 8px;
|
24102
|
+
}
|
24103
|
+
.v-radio-group .v-input__details {
|
24104
|
+
padding-inline: 16px;
|
24019
24105
|
}.v-progress-linear {
|
24020
24106
|
background: transparent;
|
24021
24107
|
overflow: hidden;
|
@@ -24227,24 +24313,63 @@ html.v-overlay-scroll-blocked {
|
|
24227
24313
|
0% {
|
24228
24314
|
background-position-x: var(--v-progress-linear-height);
|
24229
24315
|
}
|
24230
|
-
}.v-
|
24231
|
-
|
24232
|
-
|
24233
|
-
|
24234
|
-
|
24316
|
+
}.v-slider .v-slider__container input {
|
24317
|
+
cursor: default;
|
24318
|
+
padding: 0;
|
24319
|
+
width: 100%;
|
24320
|
+
display: none;
|
24235
24321
|
}
|
24236
|
-
.v-
|
24237
|
-
|
24238
|
-
|
24322
|
+
.v-slider > .v-input__append,
|
24323
|
+
.v-slider > .v-input__prepend {
|
24324
|
+
padding: 0;
|
24239
24325
|
}
|
24240
|
-
|
24241
|
-
|
24242
|
-
}.v-parallax {
|
24326
|
+
|
24327
|
+
.v-slider__container {
|
24243
24328
|
position: relative;
|
24244
|
-
|
24329
|
+
min-height: inherit;
|
24330
|
+
width: 100%;
|
24331
|
+
height: 100%;
|
24332
|
+
display: flex;
|
24333
|
+
justify-content: center;
|
24334
|
+
align-items: center;
|
24335
|
+
cursor: pointer;
|
24245
24336
|
}
|
24246
|
-
.v-
|
24247
|
-
|
24337
|
+
.v-input--disabled .v-slider__container {
|
24338
|
+
opacity: var(--v-disabled-opacity);
|
24339
|
+
}
|
24340
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24341
|
+
color: rgb(var(--v-theme-error));
|
24342
|
+
}
|
24343
|
+
|
24344
|
+
.v-slider.v-input--horizontal {
|
24345
|
+
align-items: center;
|
24346
|
+
margin-inline: 8px 8px;
|
24347
|
+
}
|
24348
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24349
|
+
min-height: 32px;
|
24350
|
+
display: flex;
|
24351
|
+
align-items: center;
|
24352
|
+
}
|
24353
|
+
|
24354
|
+
.v-slider.v-input--vertical {
|
24355
|
+
justify-content: center;
|
24356
|
+
margin-top: 12px;
|
24357
|
+
margin-bottom: 12px;
|
24358
|
+
}
|
24359
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24360
|
+
min-height: 300px;
|
24361
|
+
}
|
24362
|
+
|
24363
|
+
.v-slider.v-input--disabled {
|
24364
|
+
pointer-events: none;
|
24365
|
+
}
|
24366
|
+
|
24367
|
+
.v-slider--has-labels > .v-input__control {
|
24368
|
+
margin-bottom: 4px;
|
24369
|
+
}
|
24370
|
+
|
24371
|
+
.v-slider__label {
|
24372
|
+
margin-inline-end: 12px;
|
24248
24373
|
}.v-rating {
|
24249
24374
|
max-width: 100%;
|
24250
24375
|
display: inline-flex;
|
@@ -24287,75 +24412,44 @@ html.v-overlay-scroll-blocked {
|
|
24287
24412
|
overflow: hidden;
|
24288
24413
|
position: absolute;
|
24289
24414
|
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24290
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24291
|
-
z-index: 1;
|
24292
|
-
}
|
24293
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24294
|
-
opacity: 0;
|
24295
|
-
}
|
24296
|
-
|
24297
|
-
.v-rating__hidden {
|
24298
|
-
height: 0;
|
24299
|
-
opacity: 0;
|
24300
|
-
position: absolute;
|
24301
|
-
width: 0;
|
24302
|
-
}.v-slider .v-slider__container input {
|
24303
|
-
cursor: default;
|
24304
|
-
padding: 0;
|
24305
|
-
width: 100%;
|
24306
|
-
display: none;
|
24307
|
-
}
|
24308
|
-
.v-slider > .v-input__append,
|
24309
|
-
.v-slider > .v-input__prepend {
|
24310
|
-
padding: 0;
|
24311
|
-
}
|
24312
|
-
|
24313
|
-
.v-slider__container {
|
24314
|
-
position: relative;
|
24315
|
-
min-height: inherit;
|
24316
|
-
width: 100%;
|
24317
|
-
height: 100%;
|
24318
|
-
display: flex;
|
24319
|
-
justify-content: center;
|
24320
|
-
align-items: center;
|
24321
|
-
cursor: pointer;
|
24322
|
-
}
|
24323
|
-
.v-input--disabled .v-slider__container {
|
24324
|
-
opacity: var(--v-disabled-opacity);
|
24325
|
-
}
|
24326
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24327
|
-
color: rgb(var(--v-theme-error));
|
24328
|
-
}
|
24329
|
-
|
24330
|
-
.v-slider.v-input--horizontal {
|
24331
|
-
align-items: center;
|
24332
|
-
margin-inline: 8px 8px;
|
24415
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24416
|
+
z-index: 1;
|
24333
24417
|
}
|
24334
|
-
.v-
|
24335
|
-
|
24336
|
-
display: flex;
|
24337
|
-
align-items: center;
|
24418
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24419
|
+
opacity: 0;
|
24338
24420
|
}
|
24339
24421
|
|
24340
|
-
.v-
|
24341
|
-
|
24342
|
-
|
24343
|
-
|
24422
|
+
.v-rating__hidden {
|
24423
|
+
height: 0;
|
24424
|
+
opacity: 0;
|
24425
|
+
position: absolute;
|
24426
|
+
width: 0;
|
24427
|
+
}.v-responsive {
|
24428
|
+
display: flex;
|
24429
|
+
flex: 1 0 auto;
|
24430
|
+
max-height: 100%;
|
24431
|
+
max-width: 100%;
|
24432
|
+
overflow: hidden;
|
24433
|
+
position: relative;
|
24344
24434
|
}
|
24345
|
-
.v-
|
24346
|
-
|
24435
|
+
.v-responsive--inline {
|
24436
|
+
display: inline-flex;
|
24437
|
+
flex: 0 0 auto;
|
24347
24438
|
}
|
24348
24439
|
|
24349
|
-
.v-
|
24350
|
-
|
24440
|
+
.v-responsive__content {
|
24441
|
+
flex: 1 0 0px;
|
24442
|
+
max-width: 100%;
|
24351
24443
|
}
|
24352
24444
|
|
24353
|
-
.v-
|
24354
|
-
margin-
|
24445
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24446
|
+
margin-inline-start: -100%;
|
24355
24447
|
}
|
24356
24448
|
|
24357
|
-
.v-
|
24358
|
-
|
24449
|
+
.v-responsive__sizer {
|
24450
|
+
flex: 1 0 0px;
|
24451
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24452
|
+
pointer-events: none;
|
24359
24453
|
}.v-select .v-field .v-text-field__prefix,
|
24360
24454
|
.v-select .v-field .v-text-field__suffix,
|
24361
24455
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24404,32 +24498,6 @@ html.v-overlay-scroll-blocked {
|
|
24404
24498
|
.v-select--active-menu .v-select__menu-icon {
|
24405
24499
|
opacity: var(--v-high-emphasis-opacity);
|
24406
24500
|
transform: rotate(180deg);
|
24407
|
-
}.v-responsive {
|
24408
|
-
display: flex;
|
24409
|
-
flex: 1 0 auto;
|
24410
|
-
max-height: 100%;
|
24411
|
-
max-width: 100%;
|
24412
|
-
overflow: hidden;
|
24413
|
-
position: relative;
|
24414
|
-
}
|
24415
|
-
.v-responsive--inline {
|
24416
|
-
display: inline-flex;
|
24417
|
-
flex: 0 0 auto;
|
24418
|
-
}
|
24419
|
-
|
24420
|
-
.v-responsive__content {
|
24421
|
-
flex: 1 0 0px;
|
24422
|
-
max-width: 100%;
|
24423
|
-
}
|
24424
|
-
|
24425
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24426
|
-
margin-inline-start: -100%;
|
24427
|
-
}
|
24428
|
-
|
24429
|
-
.v-responsive__sizer {
|
24430
|
-
flex: 1 0 0px;
|
24431
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24432
|
-
pointer-events: none;
|
24433
24501
|
}.v-selection-control {
|
24434
24502
|
align-items: center;
|
24435
24503
|
contain: layout;
|
@@ -24531,6 +24599,97 @@ html.v-overlay-scroll-blocked {
|
|
24531
24599
|
}
|
24532
24600
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24533
24601
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24602
|
+
}.v-selection-control-group {
|
24603
|
+
grid-area: control;
|
24604
|
+
display: flex;
|
24605
|
+
flex-direction: column;
|
24606
|
+
}
|
24607
|
+
.v-selection-control-group--inline {
|
24608
|
+
flex-direction: row;
|
24609
|
+
flex-wrap: wrap;
|
24610
|
+
}.v-sheet {
|
24611
|
+
display: block;
|
24612
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24613
|
+
border-style: solid;
|
24614
|
+
border-width: 0;
|
24615
|
+
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));
|
24616
|
+
border-radius: 0;
|
24617
|
+
background: rgb(var(--v-theme-surface));
|
24618
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24619
|
+
}
|
24620
|
+
.v-sheet--border {
|
24621
|
+
border-width: thin;
|
24622
|
+
box-shadow: none;
|
24623
|
+
}
|
24624
|
+
.v-sheet--absolute {
|
24625
|
+
position: absolute;
|
24626
|
+
}
|
24627
|
+
.v-sheet--fixed {
|
24628
|
+
position: fixed;
|
24629
|
+
}
|
24630
|
+
.v-sheet--relative {
|
24631
|
+
position: relative;
|
24632
|
+
}
|
24633
|
+
.v-sheet--sticky {
|
24634
|
+
position: sticky;
|
24635
|
+
}
|
24636
|
+
.v-sheet--rounded {
|
24637
|
+
border-radius: 4px;
|
24638
|
+
}.v-slide-group {
|
24639
|
+
display: flex;
|
24640
|
+
overflow: hidden;
|
24641
|
+
}
|
24642
|
+
|
24643
|
+
.v-slide-group__next,
|
24644
|
+
.v-slide-group__prev {
|
24645
|
+
align-items: center;
|
24646
|
+
display: flex;
|
24647
|
+
flex: 0 1 52px;
|
24648
|
+
justify-content: center;
|
24649
|
+
min-width: 52px;
|
24650
|
+
cursor: pointer;
|
24651
|
+
}
|
24652
|
+
.v-slide-group__next--disabled,
|
24653
|
+
.v-slide-group__prev--disabled {
|
24654
|
+
pointer-events: none;
|
24655
|
+
opacity: var(--v-disabled-opacity);
|
24656
|
+
}
|
24657
|
+
|
24658
|
+
.v-slide-group__content {
|
24659
|
+
display: flex;
|
24660
|
+
flex: 1 0 auto;
|
24661
|
+
position: relative;
|
24662
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24663
|
+
white-space: nowrap;
|
24664
|
+
}
|
24665
|
+
.v-slide-group__content > * {
|
24666
|
+
white-space: initial;
|
24667
|
+
}
|
24668
|
+
|
24669
|
+
.v-slide-group__container {
|
24670
|
+
contain: content;
|
24671
|
+
display: flex;
|
24672
|
+
flex: 1 1 auto;
|
24673
|
+
overflow-x: auto;
|
24674
|
+
overflow-y: hidden;
|
24675
|
+
scrollbar-width: none;
|
24676
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24677
|
+
}
|
24678
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24679
|
+
display: none;
|
24680
|
+
}
|
24681
|
+
|
24682
|
+
.v-slide-group--vertical {
|
24683
|
+
max-height: inherit;
|
24684
|
+
}
|
24685
|
+
.v-slide-group--vertical,
|
24686
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24687
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24688
|
+
flex-direction: column;
|
24689
|
+
}
|
24690
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24691
|
+
overflow-x: hidden;
|
24692
|
+
overflow-y: auto;
|
24534
24693
|
}.v-skeleton-loader {
|
24535
24694
|
align-items: center;
|
24536
24695
|
background: rgb(var(--v-theme-surface));
|
@@ -24731,120 +24890,29 @@ html.v-overlay-scroll-blocked {
|
|
24731
24890
|
height: 12px;
|
24732
24891
|
}
|
24733
24892
|
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
24734
|
-
margin-top: -8px;
|
24735
|
-
max-width: 50%;
|
24736
|
-
}
|
24737
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
24738
|
-
max-width: 70%;
|
24739
|
-
}
|
24740
|
-
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
24741
|
-
display: none;
|
24742
|
-
}
|
24743
|
-
.v-skeleton-loader--is-loading {
|
24744
|
-
overflow: hidden;
|
24745
|
-
}
|
24746
|
-
.v-skeleton-loader--tile {
|
24747
|
-
border-radius: 0;
|
24748
|
-
}
|
24749
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
24750
|
-
border-radius: 0;
|
24751
|
-
}
|
24752
|
-
|
24753
|
-
@keyframes loading {
|
24754
|
-
100% {
|
24755
|
-
transform: translateX(100%);
|
24756
|
-
}
|
24757
|
-
}.v-selection-control-group {
|
24758
|
-
grid-area: control;
|
24759
|
-
display: flex;
|
24760
|
-
flex-direction: column;
|
24761
|
-
}
|
24762
|
-
.v-selection-control-group--inline {
|
24763
|
-
flex-direction: row;
|
24764
|
-
flex-wrap: wrap;
|
24765
|
-
}.v-slide-group {
|
24766
|
-
display: flex;
|
24767
|
-
overflow: hidden;
|
24768
|
-
}
|
24769
|
-
|
24770
|
-
.v-slide-group__next,
|
24771
|
-
.v-slide-group__prev {
|
24772
|
-
align-items: center;
|
24773
|
-
display: flex;
|
24774
|
-
flex: 0 1 52px;
|
24775
|
-
justify-content: center;
|
24776
|
-
min-width: 52px;
|
24777
|
-
cursor: pointer;
|
24778
|
-
}
|
24779
|
-
.v-slide-group__next--disabled,
|
24780
|
-
.v-slide-group__prev--disabled {
|
24781
|
-
pointer-events: none;
|
24782
|
-
opacity: var(--v-disabled-opacity);
|
24783
|
-
}
|
24784
|
-
|
24785
|
-
.v-slide-group__content {
|
24786
|
-
display: flex;
|
24787
|
-
flex: 1 0 auto;
|
24788
|
-
position: relative;
|
24789
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24790
|
-
white-space: nowrap;
|
24791
|
-
}
|
24792
|
-
.v-slide-group__content > * {
|
24793
|
-
white-space: initial;
|
24794
|
-
}
|
24795
|
-
|
24796
|
-
.v-slide-group__container {
|
24797
|
-
contain: content;
|
24798
|
-
display: flex;
|
24799
|
-
flex: 1 1 auto;
|
24800
|
-
overflow-x: auto;
|
24801
|
-
overflow-y: hidden;
|
24802
|
-
scrollbar-width: none;
|
24803
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24804
|
-
}
|
24805
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24806
|
-
display: none;
|
24807
|
-
}
|
24808
|
-
|
24809
|
-
.v-slide-group--vertical {
|
24810
|
-
max-height: inherit;
|
24811
|
-
}
|
24812
|
-
.v-slide-group--vertical,
|
24813
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24814
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24815
|
-
flex-direction: column;
|
24816
|
-
}
|
24817
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24818
|
-
overflow-x: hidden;
|
24819
|
-
overflow-y: auto;
|
24820
|
-
}.v-sheet {
|
24821
|
-
display: block;
|
24822
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24823
|
-
border-style: solid;
|
24824
|
-
border-width: 0;
|
24825
|
-
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));
|
24826
|
-
border-radius: 0;
|
24827
|
-
background: rgb(var(--v-theme-surface));
|
24828
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24893
|
+
margin-top: -8px;
|
24894
|
+
max-width: 50%;
|
24829
24895
|
}
|
24830
|
-
.v-
|
24831
|
-
|
24832
|
-
box-shadow: none;
|
24896
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
24897
|
+
max-width: 70%;
|
24833
24898
|
}
|
24834
|
-
.v-
|
24835
|
-
|
24899
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
24900
|
+
display: none;
|
24836
24901
|
}
|
24837
|
-
.v-
|
24838
|
-
|
24902
|
+
.v-skeleton-loader--is-loading {
|
24903
|
+
overflow: hidden;
|
24839
24904
|
}
|
24840
|
-
.v-
|
24841
|
-
|
24905
|
+
.v-skeleton-loader--tile {
|
24906
|
+
border-radius: 0;
|
24842
24907
|
}
|
24843
|
-
.v-
|
24844
|
-
|
24908
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
24909
|
+
border-radius: 0;
|
24845
24910
|
}
|
24846
|
-
|
24847
|
-
|
24911
|
+
|
24912
|
+
@keyframes loading {
|
24913
|
+
100% {
|
24914
|
+
transform: translateX(100%);
|
24915
|
+
}
|
24848
24916
|
}.v-snackbar {
|
24849
24917
|
justify-content: center;
|
24850
24918
|
z-index: 10000;
|
@@ -24983,6 +25051,47 @@ html.v-overlay-scroll-blocked {
|
|
24983
25051
|
}
|
24984
25052
|
.v-snackbar-transition-leave-to {
|
24985
25053
|
opacity: 0;
|
25054
|
+
}.v-speed-dial__content {
|
25055
|
+
gap: 8px;
|
25056
|
+
}
|
25057
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
25058
|
+
flex-direction: row;
|
25059
|
+
}
|
25060
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
25061
|
+
flex-direction: row-reverse;
|
25062
|
+
}
|
25063
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
25064
|
+
flex-direction: column-reverse;
|
25065
|
+
}
|
25066
|
+
.v-speed-dial__content > *:nth-child(1) {
|
25067
|
+
transition-delay: 0s;
|
25068
|
+
}
|
25069
|
+
.v-speed-dial__content > *:nth-child(2) {
|
25070
|
+
transition-delay: 0.05s;
|
25071
|
+
}
|
25072
|
+
.v-speed-dial__content > *:nth-child(3) {
|
25073
|
+
transition-delay: 0.1s;
|
25074
|
+
}
|
25075
|
+
.v-speed-dial__content > *:nth-child(4) {
|
25076
|
+
transition-delay: 0.15s;
|
25077
|
+
}
|
25078
|
+
.v-speed-dial__content > *:nth-child(5) {
|
25079
|
+
transition-delay: 0.2s;
|
25080
|
+
}
|
25081
|
+
.v-speed-dial__content > *:nth-child(6) {
|
25082
|
+
transition-delay: 0.25s;
|
25083
|
+
}
|
25084
|
+
.v-speed-dial__content > *:nth-child(7) {
|
25085
|
+
transition-delay: 0.3s;
|
25086
|
+
}
|
25087
|
+
.v-speed-dial__content > *:nth-child(8) {
|
25088
|
+
transition-delay: 0.35s;
|
25089
|
+
}
|
25090
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25091
|
+
transition-delay: 0.4s;
|
25092
|
+
}
|
25093
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25094
|
+
transition-delay: 0.45s;
|
24986
25095
|
}.v-stepper.v-sheet {
|
24987
25096
|
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));
|
24988
25097
|
border-radius: 4px;
|
@@ -25146,47 +25255,43 @@ html.v-overlay-scroll-blocked {
|
|
25146
25255
|
width: 100%;
|
25147
25256
|
height: 100%;
|
25148
25257
|
pointer-events: none;
|
25149
|
-
}.v-
|
25150
|
-
|
25151
|
-
|
25152
|
-
|
25153
|
-
|
25154
|
-
|
25155
|
-
|
25156
|
-
|
25157
|
-
|
25158
|
-
|
25159
|
-
|
25160
|
-
|
25161
|
-
|
25162
|
-
|
25163
|
-
|
25164
|
-
|
25165
|
-
|
25166
|
-
|
25167
|
-
|
25168
|
-
transition-delay: 0.1s;
|
25169
|
-
}
|
25170
|
-
.v-speed-dial__content > *:nth-child(4) {
|
25171
|
-
transition-delay: 0.15s;
|
25258
|
+
}.v-system-bar {
|
25259
|
+
align-items: center;
|
25260
|
+
display: flex;
|
25261
|
+
flex: 1 1 auto;
|
25262
|
+
height: 24px;
|
25263
|
+
justify-content: flex-end;
|
25264
|
+
max-width: 100%;
|
25265
|
+
padding-inline: 8px;
|
25266
|
+
position: relative;
|
25267
|
+
text-align: end;
|
25268
|
+
width: 100%;
|
25269
|
+
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));
|
25270
|
+
background: rgba(var(--v-theme-surface-light));
|
25271
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25272
|
+
font-size: 0.75rem;
|
25273
|
+
font-weight: 400;
|
25274
|
+
letter-spacing: 0.0333333333em;
|
25275
|
+
line-height: 1.667;
|
25276
|
+
text-transform: none;
|
25172
25277
|
}
|
25173
|
-
.v-
|
25174
|
-
|
25278
|
+
.v-system-bar .v-icon {
|
25279
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25175
25280
|
}
|
25176
|
-
.v-
|
25177
|
-
|
25281
|
+
.v-system-bar--absolute {
|
25282
|
+
position: absolute;
|
25178
25283
|
}
|
25179
|
-
.v-
|
25180
|
-
|
25284
|
+
.v-system-bar--fixed {
|
25285
|
+
position: fixed;
|
25181
25286
|
}
|
25182
|
-
.v-
|
25183
|
-
|
25287
|
+
.v-system-bar--rounded {
|
25288
|
+
border-radius: 0;
|
25184
25289
|
}
|
25185
|
-
.v-
|
25186
|
-
|
25290
|
+
.v-system-bar--window {
|
25291
|
+
height: 32px;
|
25187
25292
|
}
|
25188
|
-
.v-
|
25189
|
-
|
25293
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25294
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25190
25295
|
}.v-tab.v-tab.v-btn {
|
25191
25296
|
height: var(--v-tabs-height);
|
25192
25297
|
border-radius: 0;
|
@@ -25223,65 +25328,203 @@ html.v-overlay-scroll-blocked {
|
|
25223
25328
|
.v-tabs--density-default {
|
25224
25329
|
--v-tabs-height: 48px;
|
25225
25330
|
}
|
25226
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25227
|
-
--v-tabs-height: 72px;
|
25331
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25332
|
+
--v-tabs-height: 72px;
|
25333
|
+
}
|
25334
|
+
|
25335
|
+
.v-tabs--density-comfortable {
|
25336
|
+
--v-tabs-height: 44px;
|
25337
|
+
}
|
25338
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25339
|
+
--v-tabs-height: 68px;
|
25340
|
+
}
|
25341
|
+
|
25342
|
+
.v-tabs--density-compact {
|
25343
|
+
--v-tabs-height: 36px;
|
25344
|
+
}
|
25345
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25346
|
+
--v-tabs-height: 60px;
|
25347
|
+
}
|
25348
|
+
|
25349
|
+
.v-tabs.v-slide-group--vertical {
|
25350
|
+
height: auto;
|
25351
|
+
flex: none;
|
25352
|
+
--v-tabs-height: 48px;
|
25353
|
+
}
|
25354
|
+
|
25355
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25356
|
+
margin-inline-start: 42px;
|
25357
|
+
}
|
25358
|
+
|
25359
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25360
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25361
|
+
margin-inline-end: auto;
|
25362
|
+
}
|
25363
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25364
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25365
|
+
margin-inline-start: auto;
|
25366
|
+
}
|
25367
|
+
|
25368
|
+
.v-tabs--grow {
|
25369
|
+
flex-grow: 1;
|
25370
|
+
}
|
25371
|
+
.v-tabs--grow .v-tab {
|
25372
|
+
flex: 1 0 auto;
|
25373
|
+
max-width: none;
|
25374
|
+
}
|
25375
|
+
|
25376
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25377
|
+
margin-inline-start: auto;
|
25378
|
+
}
|
25379
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25380
|
+
margin-inline-end: 0;
|
25381
|
+
}
|
25382
|
+
|
25383
|
+
@media (max-width: 1279.98px) {
|
25384
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25385
|
+
margin-inline-start: 52px;
|
25386
|
+
}
|
25387
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25388
|
+
margin-inline-end: 52px;
|
25389
|
+
}
|
25390
|
+
}.v-table {
|
25391
|
+
background: rgb(var(--v-theme-surface));
|
25392
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25393
|
+
font-size: 0.875rem;
|
25394
|
+
transition-duration: 0.28s;
|
25395
|
+
transition-property: box-shadow, opacity, background, height;
|
25396
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25397
|
+
}
|
25398
|
+
.v-table .v-table-divider {
|
25399
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25400
|
+
}
|
25401
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
25402
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25403
|
+
}
|
25404
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25405
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25406
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25407
|
+
}
|
25408
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25409
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25410
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25411
|
+
}
|
25412
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25413
|
+
position: relative;
|
25414
|
+
}
|
25415
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25416
|
+
content: "";
|
25417
|
+
position: absolute;
|
25418
|
+
top: 0;
|
25419
|
+
left: 0;
|
25420
|
+
width: 100%;
|
25421
|
+
height: 100%;
|
25422
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25423
|
+
pointer-events: none;
|
25424
|
+
}
|
25425
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25426
|
+
background: rgb(var(--v-theme-surface));
|
25427
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25428
|
+
z-index: 1;
|
25429
|
+
}
|
25430
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25431
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25432
|
+
background: rgb(var(--v-theme-surface));
|
25433
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25434
|
+
}
|
25435
|
+
|
25436
|
+
.v-table {
|
25437
|
+
border-radius: inherit;
|
25438
|
+
line-height: 1.5;
|
25439
|
+
max-width: 100%;
|
25440
|
+
display: flex;
|
25441
|
+
flex-direction: column;
|
25442
|
+
}
|
25443
|
+
.v-table > .v-table__wrapper > table {
|
25444
|
+
width: 100%;
|
25445
|
+
border-spacing: 0;
|
25446
|
+
}
|
25447
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25448
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25449
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25450
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25451
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25452
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25453
|
+
padding: 0 16px;
|
25454
|
+
transition-duration: 0.28s;
|
25455
|
+
transition-property: box-shadow, opacity, background, height;
|
25456
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25457
|
+
}
|
25458
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25459
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25460
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25461
|
+
height: var(--v-table-row-height);
|
25228
25462
|
}
|
25229
|
-
|
25230
|
-
.v-
|
25231
|
-
|
25463
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25464
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25465
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25466
|
+
height: var(--v-table-header-height);
|
25467
|
+
font-weight: 500;
|
25468
|
+
-webkit-user-select: none;
|
25469
|
+
user-select: none;
|
25470
|
+
text-align: start;
|
25232
25471
|
}
|
25233
|
-
.v-
|
25234
|
-
--v-
|
25472
|
+
.v-table--density-default {
|
25473
|
+
--v-table-header-height: 56px;
|
25474
|
+
--v-table-row-height: 52px;
|
25235
25475
|
}
|
25236
25476
|
|
25237
|
-
.v-
|
25238
|
-
--v-
|
25239
|
-
|
25240
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25241
|
-
--v-tabs-height: 60px;
|
25477
|
+
.v-table--density-comfortable {
|
25478
|
+
--v-table-header-height: 48px;
|
25479
|
+
--v-table-row-height: 44px;
|
25242
25480
|
}
|
25243
25481
|
|
25244
|
-
.v-
|
25245
|
-
height:
|
25246
|
-
|
25247
|
-
--v-tabs-height: 48px;
|
25482
|
+
.v-table--density-compact {
|
25483
|
+
--v-table-header-height: 40px;
|
25484
|
+
--v-table-row-height: 36px;
|
25248
25485
|
}
|
25249
25486
|
|
25250
|
-
.v-
|
25251
|
-
|
25487
|
+
.v-table__wrapper {
|
25488
|
+
border-radius: inherit;
|
25489
|
+
overflow: auto;
|
25490
|
+
flex: 1 1 auto;
|
25252
25491
|
}
|
25253
25492
|
|
25254
|
-
.v-
|
25255
|
-
|
25256
|
-
margin-inline-end: auto;
|
25493
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
25494
|
+
border-top-left-radius: 0;
|
25257
25495
|
}
|
25258
|
-
.v-
|
25259
|
-
|
25260
|
-
margin-inline-start: auto;
|
25496
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
25497
|
+
border-top-right-radius: 0;
|
25261
25498
|
}
|
25262
25499
|
|
25263
|
-
.v-
|
25264
|
-
|
25500
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
25501
|
+
border-bottom-left-radius: 0;
|
25265
25502
|
}
|
25266
|
-
.v-
|
25267
|
-
|
25268
|
-
max-width: none;
|
25503
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
25504
|
+
border-bottom-right-radius: 0;
|
25269
25505
|
}
|
25270
25506
|
|
25271
|
-
.v-
|
25272
|
-
|
25507
|
+
.v-table--fixed-height > .v-table__wrapper {
|
25508
|
+
overflow-y: auto;
|
25273
25509
|
}
|
25274
|
-
|
25275
|
-
|
25510
|
+
|
25511
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25512
|
+
position: sticky;
|
25513
|
+
top: 0;
|
25514
|
+
z-index: 2;
|
25515
|
+
}
|
25516
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25517
|
+
border-bottom: 0px !important;
|
25276
25518
|
}
|
25277
25519
|
|
25278
|
-
|
25279
|
-
|
25280
|
-
|
25281
|
-
|
25282
|
-
|
25283
|
-
|
25284
|
-
|
25520
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25521
|
+
position: sticky;
|
25522
|
+
bottom: 0;
|
25523
|
+
z-index: 1;
|
25524
|
+
}
|
25525
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25526
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25527
|
+
border-top: 0px !important;
|
25285
25528
|
}.v-switch .v-label {
|
25286
25529
|
padding-inline-start: 10px;
|
25287
25530
|
}
|
@@ -25418,45 +25661,9 @@ html.v-overlay-scroll-blocked {
|
|
25418
25661
|
}
|
25419
25662
|
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25420
25663
|
transform: rotate(-90deg);
|
25421
|
-
}.v-
|
25422
|
-
|
25423
|
-
|
25424
|
-
.v-textarea .v-field__field {
|
25425
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25426
|
-
}
|
25427
|
-
.v-textarea .v-field__input {
|
25428
|
-
flex: 1 1 auto;
|
25429
|
-
outline: none;
|
25430
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25431
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25432
|
-
}
|
25433
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25434
|
-
visibility: hidden;
|
25435
|
-
position: absolute;
|
25436
|
-
top: 0;
|
25437
|
-
left: 0;
|
25438
|
-
height: 0 !important;
|
25439
|
-
min-height: 0 !important;
|
25440
|
-
pointer-events: none;
|
25441
|
-
}
|
25442
|
-
.v-textarea--no-resize .v-field__input {
|
25443
|
-
resize: none;
|
25444
|
-
}
|
25445
|
-
.v-textarea .v-field--no-label textarea,
|
25446
|
-
.v-textarea .v-field--active textarea {
|
25447
|
-
opacity: 1;
|
25448
|
-
}
|
25449
|
-
.v-textarea textarea {
|
25450
|
-
opacity: 0;
|
25451
|
-
flex: 1;
|
25452
|
-
min-width: 0;
|
25453
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25454
|
-
}
|
25455
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25456
|
-
outline: none;
|
25457
|
-
}
|
25458
|
-
.v-textarea textarea:invalid {
|
25459
|
-
box-shadow: none;
|
25664
|
+
}.v-theme-provider {
|
25665
|
+
background: rgb(var(--v-theme-background));
|
25666
|
+
color: rgb(var(--v-theme-on-background));
|
25460
25667
|
}/* region BLOCK */
|
25461
25668
|
.v-text-field input {
|
25462
25669
|
color: inherit;
|
@@ -25465,240 +25672,104 @@ html.v-overlay-scroll-blocked {
|
|
25465
25672
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25466
25673
|
min-width: 0;
|
25467
25674
|
}
|
25468
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25469
|
-
outline: none;
|
25470
|
-
}
|
25471
|
-
.v-text-field input:invalid {
|
25472
|
-
box-shadow: none;
|
25473
|
-
}
|
25474
|
-
.v-text-field .v-field {
|
25475
|
-
cursor: text;
|
25476
|
-
}
|
25477
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
25478
|
-
--v-field-padding-start: 6px;
|
25479
|
-
}
|
25480
|
-
|
25481
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
25482
|
-
--v-field-padding-end: 0;
|
25483
|
-
}
|
25484
|
-
|
25485
|
-
.v-text-field .v-input__details {
|
25486
|
-
padding-inline: 16px;
|
25487
|
-
}
|
25488
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25489
|
-
padding-inline: 0;
|
25490
|
-
}
|
25491
|
-
|
25492
|
-
.v-text-field .v-field--no-label input,
|
25493
|
-
.v-text-field .v-field--active input {
|
25494
|
-
opacity: 1;
|
25495
|
-
}
|
25496
|
-
.v-text-field .v-field--single-line input {
|
25497
|
-
transition: none;
|
25498
|
-
}
|
25499
|
-
|
25500
|
-
/* endregion */
|
25501
|
-
/* region ELEMENTS */
|
25502
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25503
|
-
align-items: center;
|
25504
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25505
|
-
cursor: default;
|
25506
|
-
display: flex;
|
25507
|
-
opacity: 0;
|
25508
|
-
transition: inherit;
|
25509
|
-
white-space: nowrap;
|
25510
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25511
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25512
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25513
|
-
}
|
25514
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25515
|
-
opacity: 1;
|
25516
|
-
}
|
25517
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25518
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25519
|
-
}
|
25520
|
-
.v-text-field__prefix {
|
25521
|
-
padding-inline-start: var(--v-field-padding-start);
|
25522
|
-
}
|
25523
|
-
.v-text-field__suffix {
|
25524
|
-
padding-inline-end: var(--v-field-padding-end);
|
25525
|
-
}
|
25526
|
-
|
25527
|
-
/* endregion */.v-system-bar {
|
25528
|
-
align-items: center;
|
25529
|
-
display: flex;
|
25530
|
-
flex: 1 1 auto;
|
25531
|
-
height: 24px;
|
25532
|
-
justify-content: flex-end;
|
25533
|
-
max-width: 100%;
|
25534
|
-
padding-inline: 8px;
|
25535
|
-
position: relative;
|
25536
|
-
text-align: end;
|
25537
|
-
width: 100%;
|
25538
|
-
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));
|
25539
|
-
background: rgba(var(--v-theme-surface-light));
|
25540
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25541
|
-
font-size: 0.75rem;
|
25542
|
-
font-weight: 400;
|
25543
|
-
letter-spacing: 0.0333333333em;
|
25544
|
-
line-height: 1.667;
|
25545
|
-
text-transform: none;
|
25546
|
-
}
|
25547
|
-
.v-system-bar .v-icon {
|
25548
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25549
|
-
}
|
25550
|
-
.v-system-bar--absolute {
|
25551
|
-
position: absolute;
|
25552
|
-
}
|
25553
|
-
.v-system-bar--fixed {
|
25554
|
-
position: fixed;
|
25555
|
-
}
|
25556
|
-
.v-system-bar--rounded {
|
25557
|
-
border-radius: 0;
|
25558
|
-
}
|
25559
|
-
.v-system-bar--window {
|
25560
|
-
height: 32px;
|
25561
|
-
}
|
25562
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25563
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25564
|
-
}.v-table {
|
25565
|
-
background: rgb(var(--v-theme-surface));
|
25566
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25567
|
-
font-size: 0.875rem;
|
25568
|
-
transition-duration: 0.28s;
|
25569
|
-
transition-property: box-shadow, opacity, background, height;
|
25570
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25571
|
-
}
|
25572
|
-
.v-table .v-table-divider {
|
25573
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25574
|
-
}
|
25575
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
25576
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25577
|
-
}
|
25578
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25579
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25580
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25581
|
-
}
|
25582
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25583
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25584
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25585
|
-
}
|
25586
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25587
|
-
position: relative;
|
25675
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25676
|
+
outline: none;
|
25588
25677
|
}
|
25589
|
-
.v-
|
25590
|
-
|
25591
|
-
position: absolute;
|
25592
|
-
top: 0;
|
25593
|
-
left: 0;
|
25594
|
-
width: 100%;
|
25595
|
-
height: 100%;
|
25596
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25597
|
-
pointer-events: none;
|
25678
|
+
.v-text-field input:invalid {
|
25679
|
+
box-shadow: none;
|
25598
25680
|
}
|
25599
|
-
.v-
|
25600
|
-
|
25601
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25602
|
-
z-index: 1;
|
25681
|
+
.v-text-field .v-field {
|
25682
|
+
cursor: text;
|
25603
25683
|
}
|
25604
|
-
.v-
|
25605
|
-
|
25606
|
-
background: rgb(var(--v-theme-surface));
|
25607
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25684
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25685
|
+
--v-field-padding-start: 6px;
|
25608
25686
|
}
|
25609
25687
|
|
25610
|
-
.v-
|
25611
|
-
|
25612
|
-
line-height: 1.5;
|
25613
|
-
max-width: 100%;
|
25614
|
-
display: flex;
|
25615
|
-
flex-direction: column;
|
25616
|
-
}
|
25617
|
-
.v-table > .v-table__wrapper > table {
|
25618
|
-
width: 100%;
|
25619
|
-
border-spacing: 0;
|
25688
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25689
|
+
--v-field-padding-end: 0;
|
25620
25690
|
}
|
25621
|
-
|
25622
|
-
.v-
|
25623
|
-
|
25624
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25625
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25626
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25627
|
-
padding: 0 16px;
|
25628
|
-
transition-duration: 0.28s;
|
25629
|
-
transition-property: box-shadow, opacity, background, height;
|
25630
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25691
|
+
|
25692
|
+
.v-text-field .v-input__details {
|
25693
|
+
padding-inline: 16px;
|
25631
25694
|
}
|
25632
|
-
.v-
|
25633
|
-
|
25634
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25635
|
-
height: var(--v-table-row-height);
|
25695
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25696
|
+
padding-inline: 0;
|
25636
25697
|
}
|
25637
|
-
|
25638
|
-
.v-
|
25639
|
-
.v-
|
25640
|
-
|
25641
|
-
font-weight: 500;
|
25642
|
-
-webkit-user-select: none;
|
25643
|
-
user-select: none;
|
25644
|
-
text-align: start;
|
25698
|
+
|
25699
|
+
.v-text-field .v-field--no-label input,
|
25700
|
+
.v-text-field .v-field--active input {
|
25701
|
+
opacity: 1;
|
25645
25702
|
}
|
25646
|
-
.v-
|
25647
|
-
|
25648
|
-
--v-table-row-height: 52px;
|
25703
|
+
.v-text-field .v-field--single-line input {
|
25704
|
+
transition: none;
|
25649
25705
|
}
|
25650
25706
|
|
25651
|
-
|
25652
|
-
|
25653
|
-
|
25707
|
+
/* endregion */
|
25708
|
+
/* region ELEMENTS */
|
25709
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25710
|
+
align-items: center;
|
25711
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25712
|
+
cursor: default;
|
25713
|
+
display: flex;
|
25714
|
+
opacity: 0;
|
25715
|
+
transition: inherit;
|
25716
|
+
white-space: nowrap;
|
25717
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25718
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25719
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25654
25720
|
}
|
25655
|
-
|
25656
|
-
|
25657
|
-
--v-table-header-height: 40px;
|
25658
|
-
--v-table-row-height: 36px;
|
25721
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25722
|
+
opacity: 1;
|
25659
25723
|
}
|
25660
|
-
|
25661
|
-
|
25662
|
-
border-radius: inherit;
|
25663
|
-
overflow: auto;
|
25664
|
-
flex: 1 1 auto;
|
25724
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25725
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25665
25726
|
}
|
25666
|
-
|
25667
|
-
|
25668
|
-
border-top-left-radius: 0;
|
25727
|
+
.v-text-field__prefix {
|
25728
|
+
padding-inline-start: var(--v-field-padding-start);
|
25669
25729
|
}
|
25670
|
-
.v-
|
25671
|
-
|
25730
|
+
.v-text-field__suffix {
|
25731
|
+
padding-inline-end: var(--v-field-padding-end);
|
25672
25732
|
}
|
25673
25733
|
|
25674
|
-
|
25675
|
-
|
25734
|
+
/* endregion */.v-textarea .v-field {
|
25735
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25676
25736
|
}
|
25677
|
-
.v-
|
25678
|
-
|
25737
|
+
.v-textarea .v-field__field {
|
25738
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25679
25739
|
}
|
25680
|
-
|
25681
|
-
|
25682
|
-
|
25740
|
+
.v-textarea .v-field__input {
|
25741
|
+
flex: 1 1 auto;
|
25742
|
+
outline: none;
|
25743
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25744
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25683
25745
|
}
|
25684
|
-
|
25685
|
-
|
25686
|
-
position:
|
25746
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25747
|
+
visibility: hidden;
|
25748
|
+
position: absolute;
|
25687
25749
|
top: 0;
|
25688
|
-
|
25750
|
+
left: 0;
|
25751
|
+
height: 0 !important;
|
25752
|
+
min-height: 0 !important;
|
25753
|
+
pointer-events: none;
|
25689
25754
|
}
|
25690
|
-
.v-
|
25691
|
-
|
25755
|
+
.v-textarea--no-resize .v-field__input {
|
25756
|
+
resize: none;
|
25692
25757
|
}
|
25693
|
-
|
25694
|
-
.v-
|
25695
|
-
|
25696
|
-
bottom: 0;
|
25697
|
-
z-index: 1;
|
25758
|
+
.v-textarea .v-field--no-label textarea,
|
25759
|
+
.v-textarea .v-field--active textarea {
|
25760
|
+
opacity: 1;
|
25698
25761
|
}
|
25699
|
-
.v-
|
25700
|
-
|
25701
|
-
|
25762
|
+
.v-textarea textarea {
|
25763
|
+
opacity: 0;
|
25764
|
+
flex: 1;
|
25765
|
+
min-width: 0;
|
25766
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25767
|
+
}
|
25768
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25769
|
+
outline: none;
|
25770
|
+
}
|
25771
|
+
.v-textarea textarea:invalid {
|
25772
|
+
box-shadow: none;
|
25702
25773
|
}.v-timeline .v-timeline-divider__dot {
|
25703
25774
|
background: rgb(var(--v-theme-surface-light));
|
25704
25775
|
}
|
@@ -26115,31 +26186,6 @@ html.v-overlay-scroll-blocked {
|
|
26115
26186
|
|
26116
26187
|
.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 {
|
26117
26188
|
padding-inline-end: 0;
|
26118
|
-
}.v-tooltip > .v-overlay__content {
|
26119
|
-
background: rgb(var(--v-theme-surface-variant));
|
26120
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26121
|
-
border-radius: 4px;
|
26122
|
-
font-size: 0.875rem;
|
26123
|
-
line-height: 1.6;
|
26124
|
-
display: inline-block;
|
26125
|
-
padding: 5px 16px;
|
26126
|
-
text-transform: initial;
|
26127
|
-
width: auto;
|
26128
|
-
opacity: 1;
|
26129
|
-
pointer-events: none;
|
26130
|
-
transition-property: opacity, transform;
|
26131
|
-
overflow-wrap: break-word;
|
26132
|
-
}
|
26133
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26134
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26135
|
-
transition-duration: 150ms;
|
26136
|
-
}
|
26137
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26138
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26139
|
-
transition-duration: 75ms;
|
26140
|
-
}.v-theme-provider {
|
26141
|
-
background: rgb(var(--v-theme-background));
|
26142
|
-
color: rgb(var(--v-theme-on-background));
|
26143
26189
|
}.v-window {
|
26144
26190
|
overflow: hidden;
|
26145
26191
|
}
|
@@ -26210,6 +26256,28 @@ html.v-overlay-scroll-blocked {
|
|
26210
26256
|
}
|
26211
26257
|
.v-window-y-reverse-transition-leave-to {
|
26212
26258
|
transform: translateY(100%);
|
26259
|
+
}.v-tooltip > .v-overlay__content {
|
26260
|
+
background: rgb(var(--v-theme-surface-variant));
|
26261
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26262
|
+
border-radius: 4px;
|
26263
|
+
font-size: 0.875rem;
|
26264
|
+
line-height: 1.6;
|
26265
|
+
display: inline-block;
|
26266
|
+
padding: 5px 16px;
|
26267
|
+
text-transform: initial;
|
26268
|
+
width: auto;
|
26269
|
+
opacity: 1;
|
26270
|
+
pointer-events: none;
|
26271
|
+
transition-property: opacity, transform;
|
26272
|
+
overflow-wrap: break-word;
|
26273
|
+
}
|
26274
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26275
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26276
|
+
transition-duration: 150ms;
|
26277
|
+
}
|
26278
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26279
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26280
|
+
transition-duration: 75ms;
|
26213
26281
|
}.v-toolbar {
|
26214
26282
|
align-items: flex-start;
|
26215
26283
|
display: flex;
|
@@ -26348,6 +26416,28 @@ html.v-overlay-scroll-blocked {
|
|
26348
26416
|
}
|
26349
26417
|
.v-virtual-scroll__container {
|
26350
26418
|
display: block;
|
26419
|
+
}.v-color-picker-canvas {
|
26420
|
+
display: flex;
|
26421
|
+
position: relative;
|
26422
|
+
overflow: hidden;
|
26423
|
+
contain: content;
|
26424
|
+
touch-action: none;
|
26425
|
+
}
|
26426
|
+
.v-color-picker-canvas__dot {
|
26427
|
+
position: absolute;
|
26428
|
+
top: 0;
|
26429
|
+
left: 0;
|
26430
|
+
width: 15px;
|
26431
|
+
height: 15px;
|
26432
|
+
background: transparent;
|
26433
|
+
border-radius: 50%;
|
26434
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26435
|
+
}
|
26436
|
+
.v-color-picker-canvas__dot--disabled {
|
26437
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26438
|
+
}
|
26439
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26440
|
+
will-change: transform;
|
26351
26441
|
}.v-color-picker-edit {
|
26352
26442
|
display: flex;
|
26353
26443
|
margin-top: 24px;
|
@@ -26376,28 +26466,6 @@ html.v-overlay-scroll-blocked {
|
|
26376
26466
|
}
|
26377
26467
|
.v-color-picker-edit__input span {
|
26378
26468
|
font-size: 0.75rem;
|
26379
|
-
}.v-color-picker-canvas {
|
26380
|
-
display: flex;
|
26381
|
-
position: relative;
|
26382
|
-
overflow: hidden;
|
26383
|
-
contain: content;
|
26384
|
-
touch-action: none;
|
26385
|
-
}
|
26386
|
-
.v-color-picker-canvas__dot {
|
26387
|
-
position: absolute;
|
26388
|
-
top: 0;
|
26389
|
-
left: 0;
|
26390
|
-
width: 15px;
|
26391
|
-
height: 15px;
|
26392
|
-
background: transparent;
|
26393
|
-
border-radius: 50%;
|
26394
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26395
|
-
}
|
26396
|
-
.v-color-picker-canvas__dot--disabled {
|
26397
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26398
|
-
}
|
26399
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26400
|
-
will-change: transform;
|
26401
26469
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26402
26470
|
background-color: transparent !important;
|
26403
26471
|
}
|