@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17978,80 +17978,74 @@ html.overflow-y-hidden {
|
|
17978
17978
|
}
|
17979
17979
|
.v-kbd {
|
17980
17980
|
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));
|
17981
|
-
}.v-
|
17981
|
+
}.v-stepper-vertical-item {
|
17982
17982
|
position: relative;
|
17983
|
-
|
17984
|
-
|
17985
|
-
|
17986
|
-
|
17987
|
-
.v-calendar-weekly .v-calendar__container {
|
17988
|
-
display: grid;
|
17989
|
-
}
|
17990
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
17991
|
-
grid-template-columns: repeat(7, 1fr);
|
17983
|
+
transition-duration: 0.2s;
|
17984
|
+
transition-property: opacity;
|
17985
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
17992
17986
|
}
|
17993
|
-
.v-
|
17994
|
-
|
17987
|
+
.v-stepper-vertical-item__title {
|
17988
|
+
font-size: 1rem;
|
17995
17989
|
}
|
17996
|
-
.v-
|
17997
|
-
|
17990
|
+
.v-stepper-vertical-item__subtitle {
|
17991
|
+
font-size: 0.75rem;
|
17998
17992
|
}
|
17999
|
-
.v-
|
18000
|
-
|
17993
|
+
.v-stepper-vertical-item .v-expansion-panel-text {
|
17994
|
+
padding-inline-start: 32px;
|
18001
17995
|
}
|
18002
|
-
.v-
|
18003
|
-
|
17996
|
+
.v-stepper-vertical-item:not(:last-child):before {
|
17997
|
+
content: "";
|
17998
|
+
position: absolute;
|
17999
|
+
width: 2px;
|
18000
|
+
height: calc(100% - 30px);
|
18001
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
18002
|
+
left: 35px;
|
18003
|
+
top: 44px;
|
18004
|
+
z-index: 1;
|
18005
|
+
transition-duration: 300ms;
|
18006
|
+
transition-property: height;
|
18004
18007
|
}
|
18005
|
-
.v-
|
18006
|
-
|
18008
|
+
.v-stepper-vertical-item:after {
|
18009
|
+
display: none;
|
18007
18010
|
}
|
18008
|
-
.v-
|
18009
|
-
|
18011
|
+
.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 {
|
18012
|
+
pointer-events: none;
|
18010
18013
|
}
|
18011
|
-
.v-
|
18012
|
-
|
18013
|
-
}.v-calendar-day__row-with-label {
|
18014
|
-
display: grid;
|
18015
|
-
grid-template-columns: 48px 8px 1fr;
|
18016
|
-
border-right: thin solid #e0e0e0;
|
18014
|
+
.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 {
|
18015
|
+
opacity: 0;
|
18017
18016
|
}
|
18018
|
-
|
18019
|
-
|
18020
|
-
|
18017
|
+
|
18018
|
+
.v-stepper-vertical-item__avatar.v-avatar {
|
18019
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
18020
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
18021
|
+
transition-property: background;
|
18021
18022
|
}
|
18022
|
-
.v-
|
18023
|
-
|
18024
|
-
border-bottom: thin solid #e0e0e0;
|
18025
|
-
position: absolute;
|
18026
|
-
width: 100%;
|
18027
|
-
margin-top: -1px;
|
18028
|
-
z-index: 3;
|
18029
|
-
pointer-events: none;
|
18023
|
+
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
18024
|
+
font-size: 0.875rem;
|
18030
18025
|
}
|
18031
|
-
.v-
|
18032
|
-
|
18033
|
-
text-align: center;
|
18034
|
-
position: relative;
|
18035
|
-
top: -8px;
|
18026
|
+
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
18027
|
+
background: rgb(var(--v-theme-surface-variant));
|
18036
18028
|
}
|
18037
|
-
.v-
|
18038
|
-
|
18029
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
18030
|
+
background: rgb(var(--v-theme-error));
|
18031
|
+
color: rgb(var(--v-theme-on-error));
|
18039
18032
|
}
|
18040
|
-
|
18041
|
-
|
18033
|
+
|
18034
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
18035
|
+
color: rgb(var(--v-theme-error));
|
18042
18036
|
}
|
18043
18037
|
|
18044
|
-
.v-
|
18045
|
-
|
18046
|
-
grid-template-columns: 1fr;
|
18047
|
-
border-right: thin solid #e0e0e0;
|
18038
|
+
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
18039
|
+
color: rgb(var(--v-theme-error));
|
18048
18040
|
}
|
18049
|
-
|
18050
|
-
|
18051
|
-
|
18041
|
+
|
18042
|
+
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
18043
|
+
margin-inline-end: 8px;
|
18052
18044
|
}
|
18053
|
-
.v-
|
18054
|
-
|
18045
|
+
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
18046
|
+
justify-content: flex-end;
|
18047
|
+
padding: 24px 0 0;
|
18048
|
+
flex-direction: row-reverse;
|
18055
18049
|
}.v-calendar {
|
18056
18050
|
background: rgb(var(--v-theme-background));
|
18057
18051
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -18279,6 +18273,44 @@ html.overflow-y-hidden {
|
|
18279
18273
|
}
|
18280
18274
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
18281
18275
|
border-right: none;
|
18276
|
+
}.v-number-input input[type=number] {
|
18277
|
+
-moz-appearance: textfield;
|
18278
|
+
}
|
18279
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18280
|
+
-webkit-appearance: none;
|
18281
|
+
}
|
18282
|
+
.v-number-input .v-field {
|
18283
|
+
padding-inline-end: 0;
|
18284
|
+
padding-inline-start: 0;
|
18285
|
+
}
|
18286
|
+
.v-number-input--inset .v-divider {
|
18287
|
+
height: 55%;
|
18288
|
+
width: 55%;
|
18289
|
+
align-self: center;
|
18290
|
+
}
|
18291
|
+
.v-number-input--split .v-field__input {
|
18292
|
+
text-align: center;
|
18293
|
+
}
|
18294
|
+
.v-number-input--stacked .v-number-input__control {
|
18295
|
+
flex-direction: column-reverse;
|
18296
|
+
}
|
18297
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
18298
|
+
flex: 1;
|
18299
|
+
}
|
18300
|
+
.v-number-input--hide-input .v-field {
|
18301
|
+
flex: none;
|
18302
|
+
}
|
18303
|
+
.v-number-input--hide-input .v-field__input {
|
18304
|
+
width: 0;
|
18305
|
+
padding-inline: 0;
|
18306
|
+
}
|
18307
|
+
.v-number-input__control {
|
18308
|
+
display: flex;
|
18309
|
+
height: 100%;
|
18310
|
+
}
|
18311
|
+
.v-number-input__control .v-btn {
|
18312
|
+
background-color: transparent;
|
18313
|
+
border-radius: 0;
|
18282
18314
|
}.v-calendar-header {
|
18283
18315
|
align-items: center;
|
18284
18316
|
display: flex;
|
@@ -18292,6 +18324,111 @@ html.overflow-y-hidden {
|
|
18292
18324
|
.v-calendar-header__title {
|
18293
18325
|
font-size: 1.5rem;
|
18294
18326
|
margin-inline-start: 24px;
|
18327
|
+
}.v-calendar-day {
|
18328
|
+
position: relative;
|
18329
|
+
display: flex;
|
18330
|
+
flex-direction: column;
|
18331
|
+
}
|
18332
|
+
|
18333
|
+
.v-calendar-weekly .v-calendar__container {
|
18334
|
+
display: grid;
|
18335
|
+
}
|
18336
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
18337
|
+
grid-template-columns: repeat(7, 1fr);
|
18338
|
+
}
|
18339
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
18340
|
+
grid-template-columns: repeat(6, 1fr);
|
18341
|
+
}
|
18342
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
18343
|
+
grid-template-columns: repeat(5, 1fr);
|
18344
|
+
}
|
18345
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
18346
|
+
grid-template-columns: repeat(4, 1fr);
|
18347
|
+
}
|
18348
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
18349
|
+
grid-template-columns: repeat(3, 1fr);
|
18350
|
+
}
|
18351
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
18352
|
+
grid-template-columns: repeat(2, 1fr);
|
18353
|
+
}
|
18354
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
18355
|
+
grid-template-columns: repeat(1, 1fr);
|
18356
|
+
}
|
18357
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
18358
|
+
grid-template-columns: repeat(1, 1fr);
|
18359
|
+
}.v-calendar-internal-event {
|
18360
|
+
overflow: hidden;
|
18361
|
+
padding: 4px;
|
18362
|
+
text-overflow: ellipsis;
|
18363
|
+
white-space: nowrap;
|
18364
|
+
}.v-calendar-day__row-with-label {
|
18365
|
+
display: grid;
|
18366
|
+
grid-template-columns: 48px 8px 1fr;
|
18367
|
+
border-right: thin solid #e0e0e0;
|
18368
|
+
}
|
18369
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
18370
|
+
position: relative;
|
18371
|
+
border-right: thin solid #e0e0e0;
|
18372
|
+
}
|
18373
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
18374
|
+
content: "";
|
18375
|
+
border-bottom: thin solid #e0e0e0;
|
18376
|
+
position: absolute;
|
18377
|
+
width: 100%;
|
18378
|
+
margin-top: -1px;
|
18379
|
+
z-index: 3;
|
18380
|
+
pointer-events: none;
|
18381
|
+
}
|
18382
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
18383
|
+
font-size: 10px;
|
18384
|
+
text-align: center;
|
18385
|
+
position: relative;
|
18386
|
+
top: -8px;
|
18387
|
+
}
|
18388
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
18389
|
+
border-bottom: thin solid #e0e0e0;
|
18390
|
+
}
|
18391
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
18392
|
+
border-bottom: none;
|
18393
|
+
}
|
18394
|
+
|
18395
|
+
.v-calendar-day__row-without-label {
|
18396
|
+
display: grid;
|
18397
|
+
grid-template-columns: 1fr;
|
18398
|
+
border-right: thin solid #e0e0e0;
|
18399
|
+
}
|
18400
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
18401
|
+
overflow: hidden;
|
18402
|
+
border-bottom: thin solid #e0e0e0;
|
18403
|
+
}
|
18404
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
18405
|
+
border-bottom: none;
|
18406
|
+
}.v-pull-to-refresh {
|
18407
|
+
overflow: hidden;
|
18408
|
+
position: relative;
|
18409
|
+
}
|
18410
|
+
.v-pull-to-refresh__pull-down {
|
18411
|
+
position: absolute;
|
18412
|
+
width: 100%;
|
18413
|
+
transition: top 0.3s ease-out;
|
18414
|
+
}
|
18415
|
+
.v-pull-to-refresh__pull-down--touching {
|
18416
|
+
transition: none;
|
18417
|
+
}
|
18418
|
+
.v-pull-to-refresh__pull-down-default {
|
18419
|
+
display: flex;
|
18420
|
+
width: 100%;
|
18421
|
+
height: 100%;
|
18422
|
+
justify-content: center;
|
18423
|
+
align-items: flex-end;
|
18424
|
+
padding-bottom: 10px;
|
18425
|
+
}
|
18426
|
+
.v-pull-to-refresh__scroll-container {
|
18427
|
+
position: relative;
|
18428
|
+
transition: top 0.3s ease-out;
|
18429
|
+
}
|
18430
|
+
.v-pull-to-refresh__scroll-container--touching {
|
18431
|
+
transition: none;
|
18295
18432
|
}.v-calendar-month__day {
|
18296
18433
|
position: relative;
|
18297
18434
|
display: flex;
|
@@ -18355,216 +18492,13 @@ html.overflow-y-hidden {
|
|
18355
18492
|
|
18356
18493
|
.v-calendar-weekly__day-alldayevents-container {
|
18357
18494
|
min-height: 24px;
|
18358
|
-
}.v-picker.v-
|
18359
|
-
|
18360
|
-
|
18361
|
-
grid-template-areas: "title" "header" "body";
|
18362
|
-
overflow: hidden;
|
18363
|
-
}
|
18364
|
-
.v-picker.v-sheet {
|
18365
|
-
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));
|
18366
|
-
}
|
18367
|
-
.v-picker.v-sheet {
|
18368
|
-
border-radius: 4px;
|
18369
|
-
}
|
18370
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
18371
|
-
grid-template-areas: "title" "header" "body" "actions";
|
18372
|
-
}
|
18373
|
-
|
18374
|
-
.v-picker__body {
|
18375
|
-
grid-area: body;
|
18376
|
-
overflow: hidden;
|
18377
|
-
position: relative;
|
18378
|
-
}
|
18379
|
-
|
18380
|
-
.v-picker__header {
|
18381
|
-
grid-area: header;
|
18382
|
-
}
|
18383
|
-
|
18384
|
-
.v-picker__actions {
|
18385
|
-
grid-area: actions;
|
18386
|
-
padding: 0 12px 12px;
|
18387
|
-
display: flex;
|
18388
|
-
align-items: center;
|
18389
|
-
justify-content: flex-end;
|
18390
|
-
}
|
18391
|
-
.v-picker__actions .v-btn {
|
18392
|
-
min-width: 48px;
|
18393
|
-
}
|
18394
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
18395
|
-
margin-inline-end: 8px;
|
18396
|
-
}
|
18397
|
-
|
18398
|
-
.v-picker--landscape {
|
18399
|
-
grid-template-areas: "title" "header body" "header body";
|
18400
|
-
}
|
18401
|
-
|
18402
|
-
.v-picker--landscape.v-picker--with-actions {
|
18403
|
-
grid-template-areas: "title" "header body" "header actions";
|
18404
|
-
}
|
18405
|
-
|
18406
|
-
.v-picker-title {
|
18407
|
-
text-transform: uppercase;
|
18408
|
-
font-size: 0.75rem;
|
18409
|
-
grid-area: title;
|
18410
|
-
padding-inline: 24px 12px;
|
18411
|
-
padding-top: 16px;
|
18412
|
-
padding-bottom: 16px;
|
18413
|
-
font-weight: 400;
|
18414
|
-
letter-spacing: 0.1666666667em;
|
18415
|
-
}.v-calendar-internal-event {
|
18416
|
-
overflow: hidden;
|
18417
|
-
padding: 4px;
|
18418
|
-
text-overflow: ellipsis;
|
18419
|
-
white-space: nowrap;
|
18420
|
-
}.v-number-input input[type=number] {
|
18421
|
-
-moz-appearance: textfield;
|
18422
|
-
}
|
18423
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
18424
|
-
-webkit-appearance: none;
|
18425
|
-
}
|
18426
|
-
.v-number-input .v-field {
|
18427
|
-
padding-inline-end: 0;
|
18428
|
-
padding-inline-start: 0;
|
18429
|
-
}
|
18430
|
-
.v-number-input--inset .v-divider {
|
18431
|
-
height: 55%;
|
18432
|
-
width: 55%;
|
18433
|
-
align-self: center;
|
18434
|
-
}
|
18435
|
-
.v-number-input--split .v-field__input {
|
18436
|
-
text-align: center;
|
18437
|
-
}
|
18438
|
-
.v-number-input--stacked .v-number-input__control {
|
18439
|
-
flex-direction: column-reverse;
|
18440
|
-
}
|
18441
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
18442
|
-
flex: 1;
|
18443
|
-
}
|
18444
|
-
.v-number-input--hide-input .v-field {
|
18445
|
-
flex: none;
|
18446
|
-
}
|
18447
|
-
.v-number-input--hide-input .v-field__input {
|
18448
|
-
width: 0;
|
18449
|
-
padding-inline: 0;
|
18450
|
-
}
|
18451
|
-
.v-number-input__control {
|
18452
|
-
display: flex;
|
18453
|
-
height: 100%;
|
18454
|
-
}
|
18455
|
-
.v-number-input__control .v-btn {
|
18456
|
-
background-color: transparent;
|
18457
|
-
border-radius: 0;
|
18458
|
-
}.v-stepper-vertical-item {
|
18459
|
-
position: relative;
|
18460
|
-
transition-duration: 0.2s;
|
18461
|
-
transition-property: opacity;
|
18462
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18463
|
-
}
|
18464
|
-
.v-stepper-vertical-item__title {
|
18465
|
-
font-size: 1rem;
|
18466
|
-
}
|
18467
|
-
.v-stepper-vertical-item__subtitle {
|
18468
|
-
font-size: 0.75rem;
|
18469
|
-
}
|
18470
|
-
.v-stepper-vertical-item .v-expansion-panel-text {
|
18471
|
-
padding-inline-start: 32px;
|
18472
|
-
}
|
18473
|
-
.v-stepper-vertical-item:not(:last-child):before {
|
18474
|
-
content: "";
|
18475
|
-
position: absolute;
|
18476
|
-
width: 2px;
|
18477
|
-
height: calc(100% - 30px);
|
18478
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
18479
|
-
left: 35px;
|
18480
|
-
top: 44px;
|
18481
|
-
z-index: 1;
|
18482
|
-
transition-duration: 300ms;
|
18483
|
-
transition-property: height;
|
18484
|
-
}
|
18485
|
-
.v-stepper-vertical-item:after {
|
18486
|
-
display: none;
|
18487
|
-
}
|
18488
|
-
.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 {
|
18489
|
-
pointer-events: none;
|
18490
|
-
}
|
18491
|
-
.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 {
|
18492
|
-
opacity: 0;
|
18493
|
-
}
|
18494
|
-
|
18495
|
-
.v-stepper-vertical-item__avatar.v-avatar {
|
18496
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
18497
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
18498
|
-
transition-property: background;
|
18499
|
-
}
|
18500
|
-
.v-stepper-vertical-item__avatar.v-avatar .v-icon {
|
18501
|
-
font-size: 0.875rem;
|
18502
|
-
}
|
18503
|
-
.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
|
18504
|
-
background: rgb(var(--v-theme-surface-variant));
|
18505
|
-
}
|
18506
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
|
18507
|
-
background: rgb(var(--v-theme-error));
|
18508
|
-
color: rgb(var(--v-theme-on-error));
|
18509
|
-
}
|
18510
|
-
|
18511
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__title {
|
18512
|
-
color: rgb(var(--v-theme-error));
|
18513
|
-
}
|
18514
|
-
|
18515
|
-
.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
|
18516
|
-
color: rgb(var(--v-theme-error));
|
18517
|
-
}
|
18518
|
-
|
18519
|
-
.v-stepper-vertical-actions.v-stepper-actions .v-btn {
|
18520
|
-
margin-inline-end: 8px;
|
18521
|
-
}
|
18522
|
-
.v-stepper .v-stepper-vertical-actions.v-stepper-actions {
|
18523
|
-
justify-content: flex-end;
|
18524
|
-
padding: 24px 0 0;
|
18525
|
-
flex-direction: row-reverse;
|
18526
|
-
}.v-treeview-item--filtered {
|
18527
|
-
display: none;
|
18528
|
-
}
|
18529
|
-
|
18530
|
-
.v-treeview {
|
18531
|
-
--indent-padding: 0px;
|
18532
|
-
}
|
18533
|
-
|
18534
|
-
.v-treeview-group.v-list-group {
|
18535
|
-
--list-indent-size: 16px;
|
18536
|
-
}
|
18537
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
18538
|
-
--prepend-width: 16px;
|
18539
|
-
}
|
18540
|
-
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18541
|
-
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18542
|
-
}.v-pull-to-refresh {
|
18543
|
-
overflow: hidden;
|
18544
|
-
position: relative;
|
18545
|
-
}
|
18546
|
-
.v-pull-to-refresh__pull-down {
|
18547
|
-
position: absolute;
|
18548
|
-
width: 100%;
|
18549
|
-
transition: top 0.3s ease-out;
|
18550
|
-
}
|
18551
|
-
.v-pull-to-refresh__pull-down--touching {
|
18552
|
-
transition: none;
|
18553
|
-
}
|
18554
|
-
.v-pull-to-refresh__pull-down-default {
|
18555
|
-
display: flex;
|
18556
|
-
width: 100%;
|
18557
|
-
height: 100%;
|
18558
|
-
justify-content: center;
|
18559
|
-
align-items: flex-end;
|
18560
|
-
padding-bottom: 10px;
|
18561
|
-
}
|
18562
|
-
.v-pull-to-refresh__scroll-container {
|
18563
|
-
position: relative;
|
18564
|
-
transition: top 0.3s ease-out;
|
18495
|
+
}.v-time-picker.v-picker {
|
18496
|
+
padding: 24px;
|
18497
|
+
width: 328px;
|
18565
18498
|
}
|
18566
|
-
.v-
|
18567
|
-
|
18499
|
+
.v-time-picker.v-picker .v-picker-title {
|
18500
|
+
padding: 0;
|
18501
|
+
margin-bottom: 20px;
|
18568
18502
|
}.v-time-picker-clock {
|
18569
18503
|
background: rgb(var(--v-theme-background));
|
18570
18504
|
color: rgb(var(--v-theme-on-background));
|
@@ -18696,39 +18630,96 @@ html.overflow-y-hidden {
|
|
18696
18630
|
|
18697
18631
|
.v-picker--landscape .v-time-picker-clock__container {
|
18698
18632
|
flex-direction: row;
|
18699
|
-
}.v-
|
18700
|
-
display:
|
18701
|
-
|
18702
|
-
|
18703
|
-
|
18704
|
-
padding-top: 4px;
|
18705
|
-
padding-bottom: 4px;
|
18706
|
-
margin-bottom: 36px;
|
18633
|
+
}.v-picker.v-sheet {
|
18634
|
+
display: grid;
|
18635
|
+
grid-auto-rows: min-content;
|
18636
|
+
grid-template-areas: "title" "header" "body";
|
18637
|
+
overflow: hidden;
|
18707
18638
|
}
|
18708
|
-
.v-
|
18709
|
-
|
18639
|
+
.v-picker.v-sheet {
|
18640
|
+
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));
|
18710
18641
|
}
|
18711
|
-
.v-
|
18712
|
-
|
18713
|
-
white-space: nowrap;
|
18714
|
-
direction: ltr;
|
18715
|
-
justify-content: center;
|
18642
|
+
.v-picker.v-sheet {
|
18643
|
+
border-radius: 4px;
|
18716
18644
|
}
|
18717
|
-
.v-
|
18718
|
-
|
18719
|
-
height: 80px;
|
18720
|
-
font-size: 56px;
|
18645
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
18646
|
+
grid-template-areas: "title" "header" "body" "actions";
|
18721
18647
|
}
|
18722
|
-
|
18723
|
-
|
18648
|
+
|
18649
|
+
.v-picker__body {
|
18650
|
+
grid-area: body;
|
18651
|
+
overflow: hidden;
|
18652
|
+
position: relative;
|
18724
18653
|
}
|
18725
|
-
|
18726
|
-
|
18727
|
-
|
18654
|
+
|
18655
|
+
.v-picker__header {
|
18656
|
+
grid-area: header;
|
18728
18657
|
}
|
18729
|
-
|
18730
|
-
|
18731
|
-
|
18658
|
+
|
18659
|
+
.v-picker__actions {
|
18660
|
+
grid-area: actions;
|
18661
|
+
padding: 0 12px 12px;
|
18662
|
+
display: flex;
|
18663
|
+
align-items: center;
|
18664
|
+
justify-content: flex-end;
|
18665
|
+
}
|
18666
|
+
.v-picker__actions .v-btn {
|
18667
|
+
min-width: 48px;
|
18668
|
+
}
|
18669
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
18670
|
+
margin-inline-end: 8px;
|
18671
|
+
}
|
18672
|
+
|
18673
|
+
.v-picker--landscape {
|
18674
|
+
grid-template-areas: "title" "header body" "header body";
|
18675
|
+
}
|
18676
|
+
|
18677
|
+
.v-picker--landscape.v-picker--with-actions {
|
18678
|
+
grid-template-areas: "title" "header body" "header actions";
|
18679
|
+
}
|
18680
|
+
|
18681
|
+
.v-picker-title {
|
18682
|
+
text-transform: uppercase;
|
18683
|
+
font-size: 0.75rem;
|
18684
|
+
grid-area: title;
|
18685
|
+
padding-inline: 24px 12px;
|
18686
|
+
padding-top: 16px;
|
18687
|
+
padding-bottom: 16px;
|
18688
|
+
font-weight: 400;
|
18689
|
+
letter-spacing: 0.1666666667em;
|
18690
|
+
}.v-time-picker-controls {
|
18691
|
+
display: flex;
|
18692
|
+
align-items: center;
|
18693
|
+
justify-content: center;
|
18694
|
+
font-size: 0.875rem;
|
18695
|
+
padding-top: 4px;
|
18696
|
+
padding-bottom: 4px;
|
18697
|
+
margin-bottom: 36px;
|
18698
|
+
}
|
18699
|
+
.v-time-picker-controls__text {
|
18700
|
+
padding-bottom: 12px;
|
18701
|
+
}
|
18702
|
+
.v-time-picker-controls__time {
|
18703
|
+
display: flex;
|
18704
|
+
white-space: nowrap;
|
18705
|
+
direction: ltr;
|
18706
|
+
justify-content: center;
|
18707
|
+
}
|
18708
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
18709
|
+
width: 96px;
|
18710
|
+
height: 80px;
|
18711
|
+
font-size: 56px;
|
18712
|
+
}
|
18713
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
18714
|
+
background: rgb(var(--v-theme-primary));
|
18715
|
+
}
|
18716
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
18717
|
+
width: 96px;
|
18718
|
+
height: 80px;
|
18719
|
+
}
|
18720
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
18721
|
+
width: 64px;
|
18722
|
+
height: 80px;
|
18732
18723
|
font-size: 40px;
|
18733
18724
|
}
|
18734
18725
|
.v-time-picker-controls__time__separator {
|
@@ -18799,13 +18790,22 @@ html.overflow-y-hidden {
|
|
18799
18790
|
}
|
18800
18791
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18801
18792
|
text-align: center;
|
18802
|
-
}.v-
|
18803
|
-
|
18804
|
-
width: 328px;
|
18793
|
+
}.v-treeview-item--filtered {
|
18794
|
+
display: none;
|
18805
18795
|
}
|
18806
|
-
|
18807
|
-
|
18808
|
-
|
18796
|
+
|
18797
|
+
.v-treeview {
|
18798
|
+
--indent-padding: 0px;
|
18799
|
+
}
|
18800
|
+
|
18801
|
+
.v-treeview-group.v-list-group {
|
18802
|
+
--list-indent-size: 16px;
|
18803
|
+
}
|
18804
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18805
|
+
--prepend-width: 16px;
|
18806
|
+
}
|
18807
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18808
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
18809
18809
|
}.v-application {
|
18810
18810
|
display: flex;
|
18811
18811
|
background: rgb(var(--v-theme-background));
|
@@ -19038,6 +19038,154 @@ html.overflow-y-hidden {
|
|
19038
19038
|
text-transform: none;
|
19039
19039
|
word-break: normal;
|
19040
19040
|
word-wrap: break-word;
|
19041
|
+
}.v-app-bar {
|
19042
|
+
display: flex;
|
19043
|
+
}
|
19044
|
+
.v-app-bar.v-toolbar {
|
19045
|
+
background: rgb(var(--v-theme-surface));
|
19046
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19047
|
+
}
|
19048
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
19049
|
+
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));
|
19050
|
+
}
|
19051
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
19052
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
19053
|
+
}.v-badge {
|
19054
|
+
display: inline-block;
|
19055
|
+
line-height: 1;
|
19056
|
+
}
|
19057
|
+
|
19058
|
+
.v-badge__badge {
|
19059
|
+
align-items: center;
|
19060
|
+
display: inline-flex;
|
19061
|
+
border-radius: 10px;
|
19062
|
+
font-size: 0.75rem;
|
19063
|
+
font-weight: 500;
|
19064
|
+
height: 1.25rem;
|
19065
|
+
justify-content: center;
|
19066
|
+
min-width: 20px;
|
19067
|
+
padding: 4px 6px;
|
19068
|
+
pointer-events: auto;
|
19069
|
+
position: absolute;
|
19070
|
+
text-align: center;
|
19071
|
+
text-indent: 0;
|
19072
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19073
|
+
white-space: nowrap;
|
19074
|
+
}
|
19075
|
+
.v-badge__badge {
|
19076
|
+
background: rgb(var(--v-theme-surface-variant));
|
19077
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19078
|
+
}
|
19079
|
+
.v-badge--bordered .v-badge__badge::after {
|
19080
|
+
border-radius: inherit;
|
19081
|
+
border-style: solid;
|
19082
|
+
border-width: 2px;
|
19083
|
+
bottom: 0;
|
19084
|
+
color: rgb(var(--v-theme-background));
|
19085
|
+
content: "";
|
19086
|
+
left: 0;
|
19087
|
+
position: absolute;
|
19088
|
+
right: 0;
|
19089
|
+
top: 0;
|
19090
|
+
transform: scale(1.05);
|
19091
|
+
}
|
19092
|
+
.v-badge--dot .v-badge__badge {
|
19093
|
+
border-radius: 4.5px;
|
19094
|
+
height: 9px;
|
19095
|
+
min-width: 0;
|
19096
|
+
padding: 0;
|
19097
|
+
width: 9px;
|
19098
|
+
}
|
19099
|
+
.v-badge--dot .v-badge__badge::after {
|
19100
|
+
border-width: 1.5px;
|
19101
|
+
}
|
19102
|
+
.v-badge--inline .v-badge__badge {
|
19103
|
+
position: relative;
|
19104
|
+
vertical-align: middle;
|
19105
|
+
}
|
19106
|
+
.v-badge__badge .v-icon {
|
19107
|
+
color: inherit;
|
19108
|
+
font-size: 0.75rem;
|
19109
|
+
margin: 0 -2px;
|
19110
|
+
}
|
19111
|
+
.v-badge__badge img,
|
19112
|
+
.v-badge__badge .v-img {
|
19113
|
+
height: 100%;
|
19114
|
+
width: 100%;
|
19115
|
+
}
|
19116
|
+
|
19117
|
+
.v-badge__wrapper {
|
19118
|
+
display: flex;
|
19119
|
+
position: relative;
|
19120
|
+
}
|
19121
|
+
.v-badge--inline .v-badge__wrapper {
|
19122
|
+
align-items: center;
|
19123
|
+
display: inline-flex;
|
19124
|
+
justify-content: center;
|
19125
|
+
margin: 0 4px;
|
19126
|
+
}.v-bottom-navigation {
|
19127
|
+
display: flex;
|
19128
|
+
max-width: 100%;
|
19129
|
+
overflow: hidden;
|
19130
|
+
position: absolute;
|
19131
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19132
|
+
}
|
19133
|
+
.v-bottom-navigation {
|
19134
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19135
|
+
border-style: solid;
|
19136
|
+
border-width: 0;
|
19137
|
+
}
|
19138
|
+
.v-bottom-navigation--border {
|
19139
|
+
border-width: thin;
|
19140
|
+
box-shadow: none;
|
19141
|
+
}
|
19142
|
+
.v-bottom-navigation {
|
19143
|
+
border-radius: 0;
|
19144
|
+
}
|
19145
|
+
.v-bottom-navigation {
|
19146
|
+
background: rgb(var(--v-theme-surface));
|
19147
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19148
|
+
}
|
19149
|
+
.v-bottom-navigation--active {
|
19150
|
+
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));
|
19151
|
+
}
|
19152
|
+
|
19153
|
+
.v-bottom-navigation__content {
|
19154
|
+
display: flex;
|
19155
|
+
flex: none;
|
19156
|
+
font-size: 0.75rem;
|
19157
|
+
justify-content: center;
|
19158
|
+
transition: inherit;
|
19159
|
+
width: 100%;
|
19160
|
+
}
|
19161
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19162
|
+
font-size: inherit;
|
19163
|
+
height: 100%;
|
19164
|
+
max-width: 168px;
|
19165
|
+
min-width: 80px;
|
19166
|
+
text-transform: none;
|
19167
|
+
transition: inherit;
|
19168
|
+
width: auto;
|
19169
|
+
}
|
19170
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19171
|
+
border-radius: 0;
|
19172
|
+
}
|
19173
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
19174
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19175
|
+
transition: inherit;
|
19176
|
+
}
|
19177
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19178
|
+
font-size: 1.5rem;
|
19179
|
+
}
|
19180
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
19181
|
+
flex-grow: 1;
|
19182
|
+
}
|
19183
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
19184
|
+
transition: inherit;
|
19185
|
+
opacity: 0;
|
19186
|
+
}
|
19187
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
19188
|
+
transform: translateY(0.5rem);
|
19041
19189
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
19042
19190
|
.v-autocomplete .v-field .v-text-field__suffix,
|
19043
19191
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -19289,93 +19437,8 @@ html.overflow-y-hidden {
|
|
19289
19437
|
}
|
19290
19438
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
19291
19439
|
align-self: flex-start;
|
19292
|
-
}.v-
|
19293
|
-
|
19294
|
-
}
|
19295
|
-
.v-app-bar.v-toolbar {
|
19296
|
-
background: rgb(var(--v-theme-surface));
|
19297
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19298
|
-
}
|
19299
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
19300
|
-
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));
|
19301
|
-
}
|
19302
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
19303
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
19304
|
-
}.v-badge {
|
19305
|
-
display: inline-block;
|
19306
|
-
line-height: 1;
|
19307
|
-
}
|
19308
|
-
|
19309
|
-
.v-badge__badge {
|
19310
|
-
align-items: center;
|
19311
|
-
display: inline-flex;
|
19312
|
-
border-radius: 10px;
|
19313
|
-
font-size: 0.75rem;
|
19314
|
-
font-weight: 500;
|
19315
|
-
height: 1.25rem;
|
19316
|
-
justify-content: center;
|
19317
|
-
min-width: 20px;
|
19318
|
-
padding: 4px 6px;
|
19319
|
-
pointer-events: auto;
|
19320
|
-
position: absolute;
|
19321
|
-
text-align: center;
|
19322
|
-
text-indent: 0;
|
19323
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
19324
|
-
white-space: nowrap;
|
19325
|
-
}
|
19326
|
-
.v-badge__badge {
|
19327
|
-
background: rgb(var(--v-theme-surface-variant));
|
19328
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
19329
|
-
}
|
19330
|
-
.v-badge--bordered .v-badge__badge::after {
|
19331
|
-
border-radius: inherit;
|
19332
|
-
border-style: solid;
|
19333
|
-
border-width: 2px;
|
19334
|
-
bottom: 0;
|
19335
|
-
color: rgb(var(--v-theme-background));
|
19336
|
-
content: "";
|
19337
|
-
left: 0;
|
19338
|
-
position: absolute;
|
19339
|
-
right: 0;
|
19340
|
-
top: 0;
|
19341
|
-
transform: scale(1.05);
|
19342
|
-
}
|
19343
|
-
.v-badge--dot .v-badge__badge {
|
19344
|
-
border-radius: 4.5px;
|
19345
|
-
height: 9px;
|
19346
|
-
min-width: 0;
|
19347
|
-
padding: 0;
|
19348
|
-
width: 9px;
|
19349
|
-
}
|
19350
|
-
.v-badge--dot .v-badge__badge::after {
|
19351
|
-
border-width: 1.5px;
|
19352
|
-
}
|
19353
|
-
.v-badge--inline .v-badge__badge {
|
19354
|
-
position: relative;
|
19355
|
-
vertical-align: middle;
|
19356
|
-
}
|
19357
|
-
.v-badge__badge .v-icon {
|
19358
|
-
color: inherit;
|
19359
|
-
font-size: 0.75rem;
|
19360
|
-
margin: 0 -2px;
|
19361
|
-
}
|
19362
|
-
.v-badge__badge img,
|
19363
|
-
.v-badge__badge .v-img {
|
19364
|
-
height: 100%;
|
19365
|
-
width: 100%;
|
19366
|
-
}
|
19367
|
-
|
19368
|
-
.v-badge__wrapper {
|
19369
|
-
display: flex;
|
19370
|
-
position: relative;
|
19371
|
-
}
|
19372
|
-
.v-badge--inline .v-badge__wrapper {
|
19373
|
-
align-items: center;
|
19374
|
-
display: inline-flex;
|
19375
|
-
justify-content: center;
|
19376
|
-
margin: 0 4px;
|
19377
|
-
}.v-avatar {
|
19378
|
-
flex: none;
|
19440
|
+
}.v-avatar {
|
19441
|
+
flex: none;
|
19379
19442
|
align-items: center;
|
19380
19443
|
display: inline-flex;
|
19381
19444
|
justify-content: center;
|
@@ -19471,160 +19534,6 @@ html.overflow-y-hidden {
|
|
19471
19534
|
.v-avatar .v-img {
|
19472
19535
|
height: 100%;
|
19473
19536
|
width: 100%;
|
19474
|
-
}.bottom-sheet-transition-enter-from {
|
19475
|
-
transform: translateY(100%);
|
19476
|
-
}
|
19477
|
-
.bottom-sheet-transition-leave-to {
|
19478
|
-
transform: translateY(100%);
|
19479
|
-
}
|
19480
|
-
|
19481
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19482
|
-
align-self: flex-end;
|
19483
|
-
border-radius: 0;
|
19484
|
-
flex: 0 1 auto;
|
19485
|
-
left: 0;
|
19486
|
-
right: 0;
|
19487
|
-
margin-inline: 0;
|
19488
|
-
margin-bottom: 0;
|
19489
|
-
transition-duration: 0.2s;
|
19490
|
-
width: 100%;
|
19491
|
-
max-width: 100%;
|
19492
|
-
overflow: visible;
|
19493
|
-
}
|
19494
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19495
|
-
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));
|
19496
|
-
}
|
19497
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19498
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19499
|
-
border-radius: 0;
|
19500
|
-
}
|
19501
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19502
|
-
max-width: none;
|
19503
|
-
}
|
19504
|
-
@media (min-width: 600px) {
|
19505
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19506
|
-
max-width: 70%;
|
19507
|
-
}
|
19508
|
-
}.v-bottom-navigation {
|
19509
|
-
display: flex;
|
19510
|
-
max-width: 100%;
|
19511
|
-
overflow: hidden;
|
19512
|
-
position: absolute;
|
19513
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19514
|
-
}
|
19515
|
-
.v-bottom-navigation {
|
19516
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19517
|
-
border-style: solid;
|
19518
|
-
border-width: 0;
|
19519
|
-
}
|
19520
|
-
.v-bottom-navigation--border {
|
19521
|
-
border-width: thin;
|
19522
|
-
box-shadow: none;
|
19523
|
-
}
|
19524
|
-
.v-bottom-navigation {
|
19525
|
-
border-radius: 0;
|
19526
|
-
}
|
19527
|
-
.v-bottom-navigation {
|
19528
|
-
background: rgb(var(--v-theme-surface));
|
19529
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19530
|
-
}
|
19531
|
-
.v-bottom-navigation--active {
|
19532
|
-
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));
|
19533
|
-
}
|
19534
|
-
|
19535
|
-
.v-bottom-navigation__content {
|
19536
|
-
display: flex;
|
19537
|
-
flex: none;
|
19538
|
-
font-size: 0.75rem;
|
19539
|
-
justify-content: center;
|
19540
|
-
transition: inherit;
|
19541
|
-
width: 100%;
|
19542
|
-
}
|
19543
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19544
|
-
font-size: inherit;
|
19545
|
-
height: 100%;
|
19546
|
-
max-width: 168px;
|
19547
|
-
min-width: 80px;
|
19548
|
-
text-transform: none;
|
19549
|
-
transition: inherit;
|
19550
|
-
width: auto;
|
19551
|
-
}
|
19552
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19553
|
-
border-radius: 0;
|
19554
|
-
}
|
19555
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
19556
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19557
|
-
transition: inherit;
|
19558
|
-
}
|
19559
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19560
|
-
font-size: 1.5rem;
|
19561
|
-
}
|
19562
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
19563
|
-
flex-grow: 1;
|
19564
|
-
}
|
19565
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
19566
|
-
transition: inherit;
|
19567
|
-
opacity: 0;
|
19568
|
-
}
|
19569
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
19570
|
-
transform: translateY(0.5rem);
|
19571
|
-
}.v-breadcrumbs {
|
19572
|
-
display: flex;
|
19573
|
-
align-items: center;
|
19574
|
-
line-height: 1.6;
|
19575
|
-
padding: 16px 12px;
|
19576
|
-
}
|
19577
|
-
.v-breadcrumbs--rounded {
|
19578
|
-
border-radius: 4px;
|
19579
|
-
}
|
19580
|
-
.v-breadcrumbs--density-default {
|
19581
|
-
padding-top: 16px;
|
19582
|
-
padding-bottom: 16px;
|
19583
|
-
}
|
19584
|
-
|
19585
|
-
.v-breadcrumbs--density-comfortable {
|
19586
|
-
padding-top: 12px;
|
19587
|
-
padding-bottom: 12px;
|
19588
|
-
}
|
19589
|
-
|
19590
|
-
.v-breadcrumbs--density-compact {
|
19591
|
-
padding-top: 8px;
|
19592
|
-
padding-bottom: 8px;
|
19593
|
-
}
|
19594
|
-
|
19595
|
-
.v-breadcrumbs__prepend {
|
19596
|
-
align-items: center;
|
19597
|
-
display: inline-flex;
|
19598
|
-
}
|
19599
|
-
|
19600
|
-
.v-breadcrumbs-item {
|
19601
|
-
align-items: center;
|
19602
|
-
color: inherit;
|
19603
|
-
display: inline-flex;
|
19604
|
-
padding: 0 4px;
|
19605
|
-
text-decoration: none;
|
19606
|
-
vertical-align: middle;
|
19607
|
-
}
|
19608
|
-
.v-breadcrumbs-item--disabled {
|
19609
|
-
opacity: var(--v-disabled-opacity);
|
19610
|
-
pointer-events: none;
|
19611
|
-
}
|
19612
|
-
.v-breadcrumbs-item--link {
|
19613
|
-
color: inherit;
|
19614
|
-
text-decoration: none;
|
19615
|
-
}
|
19616
|
-
.v-breadcrumbs-item--link:hover {
|
19617
|
-
text-decoration: underline;
|
19618
|
-
}
|
19619
|
-
.v-breadcrumbs-item .v-icon {
|
19620
|
-
font-size: 1rem;
|
19621
|
-
margin-inline: -4px 2px;
|
19622
|
-
}
|
19623
|
-
|
19624
|
-
.v-breadcrumbs-divider {
|
19625
|
-
display: inline-block;
|
19626
|
-
padding: 0 8px;
|
19627
|
-
vertical-align: middle;
|
19628
19537
|
}.v-btn {
|
19629
19538
|
align-items: center;
|
19630
19539
|
border-radius: 4px;
|
@@ -20053,25 +19962,72 @@ html.overflow-y-hidden {
|
|
20053
19962
|
}
|
20054
19963
|
.v-pagination__item--is-active .v-btn__overlay {
|
20055
19964
|
opacity: var(--v-border-opacity);
|
20056
|
-
}.
|
20057
|
-
|
20058
|
-
flex-wrap: nowrap;
|
20059
|
-
max-width: 100%;
|
20060
|
-
min-width: 0;
|
20061
|
-
overflow: hidden;
|
20062
|
-
vertical-align: middle;
|
19965
|
+
}.bottom-sheet-transition-enter-from {
|
19966
|
+
transform: translateY(100%);
|
20063
19967
|
}
|
20064
|
-
.
|
20065
|
-
|
20066
|
-
border-style: solid;
|
20067
|
-
border-width: 0;
|
19968
|
+
.bottom-sheet-transition-leave-to {
|
19969
|
+
transform: translateY(100%);
|
20068
19970
|
}
|
20069
|
-
|
20070
|
-
|
20071
|
-
|
19971
|
+
|
19972
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19973
|
+
align-self: flex-end;
|
19974
|
+
border-radius: 0;
|
19975
|
+
flex: 0 1 auto;
|
19976
|
+
left: 0;
|
19977
|
+
right: 0;
|
19978
|
+
margin-inline: 0;
|
19979
|
+
margin-bottom: 0;
|
19980
|
+
transition-duration: 0.2s;
|
19981
|
+
width: 100%;
|
19982
|
+
max-width: 100%;
|
19983
|
+
overflow: visible;
|
20072
19984
|
}
|
20073
|
-
.v-
|
20074
|
-
box-shadow: 0px
|
19985
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19986
|
+
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));
|
19987
|
+
}
|
19988
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19989
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19990
|
+
border-radius: 0;
|
19991
|
+
}
|
19992
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19993
|
+
max-width: none;
|
19994
|
+
}
|
19995
|
+
@media (min-width: 600px) {
|
19996
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19997
|
+
max-width: 70%;
|
19998
|
+
}
|
19999
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20000
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20001
|
+
}
|
20002
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
20003
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20004
|
+
}
|
20005
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
20006
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20007
|
+
}
|
20008
|
+
@supports not selector(:focus-visible) {
|
20009
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
20010
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20011
|
+
}
|
20012
|
+
}.v-btn-group {
|
20013
|
+
display: inline-flex;
|
20014
|
+
flex-wrap: nowrap;
|
20015
|
+
max-width: 100%;
|
20016
|
+
min-width: 0;
|
20017
|
+
overflow: hidden;
|
20018
|
+
vertical-align: middle;
|
20019
|
+
}
|
20020
|
+
.v-btn-group {
|
20021
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20022
|
+
border-style: solid;
|
20023
|
+
border-width: 0;
|
20024
|
+
}
|
20025
|
+
.v-btn-group--border {
|
20026
|
+
border-width: thin;
|
20027
|
+
box-shadow: none;
|
20028
|
+
}
|
20029
|
+
.v-btn-group {
|
20030
|
+
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));
|
20075
20031
|
}
|
20076
20032
|
.v-btn-group {
|
20077
20033
|
border-radius: 4px;
|
@@ -20424,19 +20380,71 @@ html.overflow-y-hidden {
|
|
20424
20380
|
pointer-events: none;
|
20425
20381
|
opacity: 0;
|
20426
20382
|
transition: opacity 0.2s ease-in-out;
|
20427
|
-
}.v-
|
20428
|
-
|
20383
|
+
}.v-carousel {
|
20384
|
+
overflow: hidden;
|
20385
|
+
position: relative;
|
20386
|
+
width: 100%;
|
20429
20387
|
}
|
20430
|
-
.v-
|
20431
|
-
|
20388
|
+
.v-carousel__controls {
|
20389
|
+
align-items: center;
|
20390
|
+
bottom: 0;
|
20391
|
+
display: flex;
|
20392
|
+
height: 50px;
|
20393
|
+
justify-content: center;
|
20394
|
+
list-style-type: none;
|
20395
|
+
position: absolute;
|
20396
|
+
width: 100%;
|
20397
|
+
z-index: 1;
|
20432
20398
|
}
|
20433
|
-
.v-
|
20434
|
-
|
20399
|
+
.v-carousel__controls {
|
20400
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20401
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20435
20402
|
}
|
20436
|
-
|
20437
|
-
|
20438
|
-
|
20439
|
-
|
20403
|
+
.v-carousel__controls > .v-item-group {
|
20404
|
+
flex: 0 1 auto;
|
20405
|
+
}
|
20406
|
+
.v-carousel__controls__item {
|
20407
|
+
margin: 0 8px;
|
20408
|
+
}
|
20409
|
+
.v-carousel__controls__item .v-icon {
|
20410
|
+
opacity: 0.5;
|
20411
|
+
}
|
20412
|
+
.v-carousel__controls__item--active .v-icon {
|
20413
|
+
opacity: 1;
|
20414
|
+
vertical-align: middle;
|
20415
|
+
}
|
20416
|
+
.v-carousel__controls__item:hover {
|
20417
|
+
background: none;
|
20418
|
+
}
|
20419
|
+
.v-carousel__controls__item:hover .v-icon {
|
20420
|
+
opacity: 0.8;
|
20421
|
+
}
|
20422
|
+
|
20423
|
+
.v-carousel__progress {
|
20424
|
+
margin: 0;
|
20425
|
+
position: absolute;
|
20426
|
+
bottom: 0;
|
20427
|
+
left: 0;
|
20428
|
+
right: 0;
|
20429
|
+
}
|
20430
|
+
|
20431
|
+
.v-carousel-item {
|
20432
|
+
display: block;
|
20433
|
+
height: inherit;
|
20434
|
+
text-decoration: none;
|
20435
|
+
}
|
20436
|
+
.v-carousel-item > .v-img {
|
20437
|
+
height: inherit;
|
20438
|
+
}
|
20439
|
+
|
20440
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20441
|
+
background: transparent;
|
20442
|
+
}
|
20443
|
+
|
20444
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20445
|
+
flex-direction: column;
|
20446
|
+
height: 100% !important;
|
20447
|
+
width: 50px;
|
20440
20448
|
}.v-chip {
|
20441
20449
|
align-items: center;
|
20442
20450
|
display: inline-flex;
|
@@ -20855,71 +20863,6 @@ html.overflow-y-hidden {
|
|
20855
20863
|
|
20856
20864
|
.v-chip--label {
|
20857
20865
|
border-radius: 4px;
|
20858
|
-
}.v-carousel {
|
20859
|
-
overflow: hidden;
|
20860
|
-
position: relative;
|
20861
|
-
width: 100%;
|
20862
|
-
}
|
20863
|
-
.v-carousel__controls {
|
20864
|
-
align-items: center;
|
20865
|
-
bottom: 0;
|
20866
|
-
display: flex;
|
20867
|
-
height: 50px;
|
20868
|
-
justify-content: center;
|
20869
|
-
list-style-type: none;
|
20870
|
-
position: absolute;
|
20871
|
-
width: 100%;
|
20872
|
-
z-index: 1;
|
20873
|
-
}
|
20874
|
-
.v-carousel__controls {
|
20875
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20876
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20877
|
-
}
|
20878
|
-
.v-carousel__controls > .v-item-group {
|
20879
|
-
flex: 0 1 auto;
|
20880
|
-
}
|
20881
|
-
.v-carousel__controls__item {
|
20882
|
-
margin: 0 8px;
|
20883
|
-
}
|
20884
|
-
.v-carousel__controls__item .v-icon {
|
20885
|
-
opacity: 0.5;
|
20886
|
-
}
|
20887
|
-
.v-carousel__controls__item--active .v-icon {
|
20888
|
-
opacity: 1;
|
20889
|
-
vertical-align: middle;
|
20890
|
-
}
|
20891
|
-
.v-carousel__controls__item:hover {
|
20892
|
-
background: none;
|
20893
|
-
}
|
20894
|
-
.v-carousel__controls__item:hover .v-icon {
|
20895
|
-
opacity: 0.8;
|
20896
|
-
}
|
20897
|
-
|
20898
|
-
.v-carousel__progress {
|
20899
|
-
margin: 0;
|
20900
|
-
position: absolute;
|
20901
|
-
bottom: 0;
|
20902
|
-
left: 0;
|
20903
|
-
right: 0;
|
20904
|
-
}
|
20905
|
-
|
20906
|
-
.v-carousel-item {
|
20907
|
-
display: block;
|
20908
|
-
height: inherit;
|
20909
|
-
text-decoration: none;
|
20910
|
-
}
|
20911
|
-
.v-carousel-item > .v-img {
|
20912
|
-
height: inherit;
|
20913
|
-
}
|
20914
|
-
|
20915
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20916
|
-
background: transparent;
|
20917
|
-
}
|
20918
|
-
|
20919
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20920
|
-
flex-direction: column;
|
20921
|
-
height: 100% !important;
|
20922
|
-
width: 50px;
|
20923
20866
|
}.v-checkbox.v-input {
|
20924
20867
|
flex: 0 1 auto;
|
20925
20868
|
}
|
@@ -20943,61 +20886,146 @@ html.overflow-y-hidden {
|
|
20943
20886
|
white-space: normal;
|
20944
20887
|
flex-wrap: wrap;
|
20945
20888
|
max-width: 100%;
|
20946
|
-
}.v-
|
20947
|
-
|
20948
|
-
|
20949
|
-
|
20950
|
-
.v-color-picker.v-sheet {
|
20951
|
-
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));
|
20889
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20890
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20891
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20892
|
+
cursor: text;
|
20952
20893
|
}
|
20953
|
-
.v-
|
20954
|
-
|
20894
|
+
.v-combobox .v-field .v-field__input > input {
|
20895
|
+
flex: 1 1;
|
20955
20896
|
}
|
20956
|
-
|
20957
|
-
|
20958
|
-
display: flex;
|
20959
|
-
flex-direction: column;
|
20960
|
-
padding: 16px;
|
20897
|
+
.v-combobox .v-field input {
|
20898
|
+
min-width: 64px;
|
20961
20899
|
}
|
20962
|
-
|
20963
|
-
|
20964
|
-
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));
|
20900
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
20901
|
+
min-width: 0;
|
20965
20902
|
}
|
20966
|
-
.v-
|
20967
|
-
|
20968
|
-
}.v-container {
|
20969
|
-
width: 100%;
|
20970
|
-
padding: 16px;
|
20971
|
-
margin-right: auto;
|
20972
|
-
margin-left: auto;
|
20903
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
20904
|
+
margin-inline-end: 2px;
|
20973
20905
|
}
|
20974
|
-
|
20975
|
-
|
20976
|
-
|
20977
|
-
|
20906
|
+
.v-combobox .v-combobox__selection-text {
|
20907
|
+
overflow: hidden;
|
20908
|
+
text-overflow: ellipsis;
|
20909
|
+
white-space: nowrap;
|
20978
20910
|
}
|
20979
|
-
|
20980
|
-
|
20981
|
-
|
20982
|
-
}
|
20911
|
+
|
20912
|
+
.v-combobox__content {
|
20913
|
+
overflow: hidden;
|
20983
20914
|
}
|
20984
|
-
|
20985
|
-
.v-
|
20986
|
-
max-width: 1800px;
|
20987
|
-
}
|
20915
|
+
.v-combobox__content {
|
20916
|
+
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));
|
20988
20917
|
}
|
20989
|
-
|
20990
|
-
|
20991
|
-
max-width: 2400px;
|
20992
|
-
}
|
20918
|
+
.v-combobox__content {
|
20919
|
+
border-radius: 4px;
|
20993
20920
|
}
|
20994
|
-
.v-
|
20995
|
-
|
20921
|
+
.v-combobox__mask {
|
20922
|
+
background: rgb(var(--v-theme-surface-light));
|
20996
20923
|
}
|
20997
|
-
.v-
|
20924
|
+
.v-combobox__selection {
|
20925
|
+
display: inline-flex;
|
20998
20926
|
align-items: center;
|
20999
|
-
|
21000
|
-
|
20927
|
+
height: 1.5rem;
|
20928
|
+
letter-spacing: inherit;
|
20929
|
+
line-height: inherit;
|
20930
|
+
max-width: calc(100% - 2px - 2px);
|
20931
|
+
}
|
20932
|
+
.v-combobox__selection:first-child {
|
20933
|
+
margin-inline-start: 0;
|
20934
|
+
}
|
20935
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20936
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20937
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20938
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20939
|
+
top: 0px;
|
20940
|
+
}
|
20941
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
20942
|
+
opacity: var(--v-medium-emphasis-opacity);
|
20943
|
+
}
|
20944
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20945
|
+
opacity: 1;
|
20946
|
+
}
|
20947
|
+
.v-combobox--selecting-index .v-field__input > input {
|
20948
|
+
caret-color: transparent;
|
20949
|
+
}
|
20950
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20951
|
+
flex: 1 1;
|
20952
|
+
position: absolute;
|
20953
|
+
left: 0;
|
20954
|
+
right: 0;
|
20955
|
+
width: 100%;
|
20956
|
+
padding-inline: inherit;
|
20957
|
+
}
|
20958
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20959
|
+
transition: none;
|
20960
|
+
}
|
20961
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20962
|
+
opacity: 0;
|
20963
|
+
}
|
20964
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20965
|
+
opacity: 0;
|
20966
|
+
}
|
20967
|
+
.v-combobox__menu-icon {
|
20968
|
+
margin-inline-start: 4px;
|
20969
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20970
|
+
}
|
20971
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
20972
|
+
opacity: var(--v-high-emphasis-opacity);
|
20973
|
+
transform: rotate(180deg);
|
20974
|
+
}.v-color-picker {
|
20975
|
+
align-self: flex-start;
|
20976
|
+
contain: content;
|
20977
|
+
}
|
20978
|
+
.v-color-picker.v-sheet {
|
20979
|
+
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));
|
20980
|
+
}
|
20981
|
+
.v-color-picker.v-sheet {
|
20982
|
+
border-radius: 4px;
|
20983
|
+
}
|
20984
|
+
|
20985
|
+
.v-color-picker__controls {
|
20986
|
+
display: flex;
|
20987
|
+
flex-direction: column;
|
20988
|
+
padding: 16px;
|
20989
|
+
}
|
20990
|
+
|
20991
|
+
.v-color-picker--flat {
|
20992
|
+
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));
|
20993
|
+
}
|
20994
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20995
|
+
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));
|
20996
|
+
}.v-container {
|
20997
|
+
width: 100%;
|
20998
|
+
padding: 16px;
|
20999
|
+
margin-right: auto;
|
21000
|
+
margin-left: auto;
|
21001
|
+
}
|
21002
|
+
@media (min-width: 960px) {
|
21003
|
+
.v-container {
|
21004
|
+
max-width: 900px;
|
21005
|
+
}
|
21006
|
+
}
|
21007
|
+
@media (min-width: 1280px) {
|
21008
|
+
.v-container {
|
21009
|
+
max-width: 1200px;
|
21010
|
+
}
|
21011
|
+
}
|
21012
|
+
@media (min-width: 1920px) {
|
21013
|
+
.v-container {
|
21014
|
+
max-width: 1800px;
|
21015
|
+
}
|
21016
|
+
}
|
21017
|
+
@media (min-width: 2560px) {
|
21018
|
+
.v-container {
|
21019
|
+
max-width: 2400px;
|
21020
|
+
}
|
21021
|
+
}
|
21022
|
+
.v-container--fluid {
|
21023
|
+
max-width: 100%;
|
21024
|
+
}
|
21025
|
+
.v-container.fill-height {
|
21026
|
+
align-items: center;
|
21027
|
+
display: flex;
|
21028
|
+
flex-wrap: wrap;
|
21001
21029
|
}
|
21002
21030
|
|
21003
21031
|
.v-row {
|
@@ -21642,324 +21670,125 @@ html.overflow-y-hidden {
|
|
21642
21670
|
flex: 0 1 auto;
|
21643
21671
|
font-size: 12px;
|
21644
21672
|
transition-duration: 150ms;
|
21645
|
-
}.v-
|
21646
|
-
|
21647
|
-
|
21648
|
-
|
21673
|
+
}.v-dialog {
|
21674
|
+
align-items: center;
|
21675
|
+
justify-content: center;
|
21676
|
+
margin: auto;
|
21649
21677
|
}
|
21650
|
-
.v-
|
21651
|
-
|
21678
|
+
.v-dialog > .v-overlay__content {
|
21679
|
+
max-height: calc(100% - 48px);
|
21680
|
+
width: calc(100% - 48px);
|
21681
|
+
max-width: calc(100% - 48px);
|
21682
|
+
margin: 24px;
|
21652
21683
|
}
|
21653
|
-
.v-
|
21654
|
-
|
21684
|
+
.v-dialog > .v-overlay__content,
|
21685
|
+
.v-dialog > .v-overlay__content > form {
|
21686
|
+
display: flex;
|
21687
|
+
flex-direction: column;
|
21688
|
+
min-height: 0;
|
21655
21689
|
}
|
21656
|
-
.v-
|
21657
|
-
|
21690
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21691
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21692
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21693
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21694
|
+
--v-scrollbar-offset: 0px;
|
21695
|
+
border-radius: 4px;
|
21696
|
+
overflow-y: auto;
|
21658
21697
|
}
|
21659
|
-
.v-
|
21660
|
-
|
21698
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21699
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21700
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21701
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21702
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21661
21703
|
}
|
21662
|
-
.v-
|
21663
|
-
|
21664
|
-
|
21665
|
-
|
21704
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21705
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21706
|
+
display: flex;
|
21707
|
+
flex-direction: column;
|
21666
21708
|
}
|
21667
|
-
|
21668
|
-
.v-
|
21669
|
-
|
21709
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21710
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21711
|
+
padding: 16px 24px;
|
21670
21712
|
}
|
21671
|
-
.v-
|
21672
|
-
|
21713
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21714
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21715
|
+
padding-top: 0;
|
21673
21716
|
}
|
21674
|
-
.v-
|
21675
|
-
|
21717
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21718
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21719
|
+
font-size: inherit;
|
21720
|
+
letter-spacing: 0.03125em;
|
21721
|
+
line-height: inherit;
|
21722
|
+
padding: 16px 24px 24px;
|
21676
21723
|
}
|
21677
|
-
.v-
|
21678
|
-
|
21724
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21725
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21726
|
+
justify-content: flex-end;
|
21679
21727
|
}
|
21680
|
-
|
21681
|
-
|
21682
|
-
|
21683
|
-
height: 1.5rem;
|
21684
|
-
letter-spacing: inherit;
|
21685
|
-
line-height: inherit;
|
21686
|
-
max-width: calc(100% - 2px - 2px);
|
21728
|
+
|
21729
|
+
.v-dialog--fullscreen {
|
21730
|
+
--v-scrollbar-offset: 0px;
|
21687
21731
|
}
|
21688
|
-
.v-
|
21689
|
-
|
21732
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21733
|
+
border-radius: 0;
|
21734
|
+
margin: 0;
|
21735
|
+
padding: 0;
|
21736
|
+
width: 100%;
|
21737
|
+
height: 100%;
|
21738
|
+
max-width: 100%;
|
21739
|
+
max-height: 100%;
|
21740
|
+
overflow-y: auto;
|
21741
|
+
top: 0;
|
21742
|
+
left: 0;
|
21690
21743
|
}
|
21691
|
-
.v-
|
21692
|
-
.v-
|
21693
|
-
.v-
|
21694
|
-
.v-
|
21695
|
-
|
21744
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21745
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21746
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21747
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21748
|
+
min-height: 100%;
|
21749
|
+
min-width: 100%;
|
21750
|
+
border-radius: 0;
|
21696
21751
|
}
|
21697
|
-
|
21698
|
-
|
21752
|
+
|
21753
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21754
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
21755
|
+
display: flex;
|
21699
21756
|
}
|
21700
|
-
.v-
|
21701
|
-
|
21757
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21758
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21759
|
+
display: flex;
|
21760
|
+
flex: 1 1 100%;
|
21761
|
+
flex-direction: column;
|
21762
|
+
max-height: 100%;
|
21763
|
+
max-width: 100%;
|
21702
21764
|
}
|
21703
|
-
.v-
|
21704
|
-
|
21765
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21766
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21767
|
+
-webkit-backface-visibility: hidden;
|
21768
|
+
backface-visibility: hidden;
|
21769
|
+
overflow-y: auto;
|
21770
|
+
}.v-data-table {
|
21771
|
+
width: 100%;
|
21705
21772
|
}
|
21706
|
-
|
21707
|
-
|
21708
|
-
position: absolute;
|
21709
|
-
left: 0;
|
21710
|
-
right: 0;
|
21773
|
+
|
21774
|
+
.v-data-table__table {
|
21711
21775
|
width: 100%;
|
21712
|
-
|
21776
|
+
border-collapse: separate;
|
21777
|
+
border-spacing: 0;
|
21713
21778
|
}
|
21714
|
-
|
21715
|
-
|
21779
|
+
|
21780
|
+
.v-data-table__tr--focus {
|
21781
|
+
border: 1px dotted black;
|
21716
21782
|
}
|
21717
|
-
.v-
|
21718
|
-
|
21783
|
+
.v-data-table__tr--clickable {
|
21784
|
+
cursor: pointer;
|
21719
21785
|
}
|
21720
|
-
|
21721
|
-
|
21722
|
-
|
21723
|
-
.v-
|
21724
|
-
|
21725
|
-
|
21726
|
-
}
|
21727
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
21728
|
-
opacity: var(--v-high-emphasis-opacity);
|
21729
|
-
transform: rotate(180deg);
|
21730
|
-
}.v-date-picker {
|
21731
|
-
overflow: hidden;
|
21732
|
-
width: 328px;
|
21733
|
-
}
|
21734
|
-
.v-date-picker--show-week {
|
21735
|
-
width: 368px;
|
21736
|
-
}.v-date-picker-month {
|
21737
|
-
display: flex;
|
21738
|
-
justify-content: center;
|
21739
|
-
padding: 0 12px 8px;
|
21740
|
-
--v-date-picker-month-day-diff: 4px;
|
21741
|
-
}
|
21742
|
-
|
21743
|
-
.v-date-picker-month__weeks {
|
21744
|
-
display: grid;
|
21745
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
21746
|
-
column-gap: 4px;
|
21747
|
-
font-size: 0.85rem;
|
21748
|
-
}
|
21749
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
21750
|
-
grid-row-gap: 0;
|
21751
|
-
}
|
21752
|
-
|
21753
|
-
.v-date-picker-month__weekday {
|
21754
|
-
font-size: 0.85rem;
|
21755
|
-
}
|
21756
|
-
|
21757
|
-
.v-date-picker-month__days {
|
21758
|
-
display: grid;
|
21759
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21760
|
-
column-gap: 4px;
|
21761
|
-
flex: 1 1;
|
21762
|
-
justify-content: space-around;
|
21763
|
-
}
|
21764
|
-
|
21765
|
-
.v-date-picker-month__day {
|
21766
|
-
align-items: center;
|
21767
|
-
display: flex;
|
21768
|
-
justify-content: center;
|
21769
|
-
position: relative;
|
21770
|
-
height: 40px;
|
21771
|
-
width: 40px;
|
21772
|
-
}
|
21773
|
-
.v-date-picker-month__day--selected .v-btn {
|
21774
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21775
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21776
|
-
}
|
21777
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21778
|
-
--v-btn-height: 24px;
|
21779
|
-
--v-btn-size: 0.85rem;
|
21780
|
-
}
|
21781
|
-
.v-date-picker-month__day--week {
|
21782
|
-
font-size: var(--v-btn-size);
|
21783
|
-
}
|
21784
|
-
|
21785
|
-
.v-date-picker-month__day--adjacent {
|
21786
|
-
opacity: 0.5;
|
21787
|
-
}
|
21788
|
-
|
21789
|
-
.v-date-picker-month__day--hide-adjacent {
|
21790
|
-
opacity: 0;
|
21791
|
-
}.v-date-picker-controls {
|
21792
|
-
display: flex;
|
21793
|
-
align-items: center;
|
21794
|
-
justify-content: space-between;
|
21795
|
-
font-size: 0.875rem;
|
21796
|
-
padding-top: 4px;
|
21797
|
-
padding-bottom: 4px;
|
21798
|
-
padding-inline-start: 6px;
|
21799
|
-
padding-inline-end: 12px;
|
21800
|
-
}
|
21801
|
-
.v-date-picker-controls > .v-btn:first-child {
|
21802
|
-
text-transform: none;
|
21803
|
-
font-weight: 400;
|
21804
|
-
line-height: initial;
|
21805
|
-
letter-spacing: initial;
|
21806
|
-
}
|
21807
|
-
.v-date-picker-controls--variant-classic {
|
21808
|
-
padding-inline-start: 12px;
|
21809
|
-
}
|
21810
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21811
|
-
opacity: 0.7;
|
21812
|
-
}
|
21813
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21814
|
-
cursor: pointer;
|
21815
|
-
}
|
21816
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21817
|
-
opacity: 1;
|
21818
|
-
}
|
21819
|
-
.v-date-picker-controls .v-btn:last-child {
|
21820
|
-
margin-inline-start: 4px;
|
21821
|
-
}
|
21822
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21823
|
-
transform: rotate(180deg);
|
21824
|
-
}
|
21825
|
-
|
21826
|
-
.v-date-picker-controls__date {
|
21827
|
-
margin-inline-end: 4px;
|
21828
|
-
}
|
21829
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21830
|
-
margin: auto;
|
21831
|
-
text-align: center;
|
21832
|
-
}
|
21833
|
-
|
21834
|
-
.v-date-picker-controls__month {
|
21835
|
-
display: flex;
|
21836
|
-
}
|
21837
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21838
|
-
flex-direction: row-reverse;
|
21839
|
-
}
|
21840
|
-
|
21841
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21842
|
-
flex: 1 0 auto;
|
21843
|
-
}
|
21844
|
-
|
21845
|
-
.v-date-picker__title {
|
21846
|
-
display: inline-block;
|
21847
|
-
}.v-date-picker-header {
|
21848
|
-
align-items: flex-end;
|
21849
|
-
height: 70px;
|
21850
|
-
display: grid;
|
21851
|
-
grid-template-areas: "prepend content append";
|
21852
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21853
|
-
overflow: hidden;
|
21854
|
-
padding-inline: 24px 12px;
|
21855
|
-
padding-bottom: 12px;
|
21856
|
-
}
|
21857
|
-
|
21858
|
-
.v-date-picker-header__append {
|
21859
|
-
grid-area: append;
|
21860
|
-
}
|
21861
|
-
|
21862
|
-
.v-date-picker-header__prepend {
|
21863
|
-
grid-area: prepend;
|
21864
|
-
padding-inline-start: 8px;
|
21865
|
-
}
|
21866
|
-
|
21867
|
-
.v-date-picker-header__content {
|
21868
|
-
align-items: center;
|
21869
|
-
display: inline-flex;
|
21870
|
-
font-size: 32px;
|
21871
|
-
line-height: 40px;
|
21872
|
-
grid-area: content;
|
21873
|
-
justify-content: space-between;
|
21874
|
-
}
|
21875
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21876
|
-
cursor: pointer;
|
21877
|
-
}
|
21878
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21879
|
-
opacity: 0.7;
|
21880
|
-
}
|
21881
|
-
|
21882
|
-
.date-picker-header-transition-enter-active,
|
21883
|
-
.date-picker-header-reverse-transition-enter-active {
|
21884
|
-
transition-duration: 0.3s;
|
21885
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21886
|
-
}
|
21887
|
-
.date-picker-header-transition-leave-active,
|
21888
|
-
.date-picker-header-reverse-transition-leave-active {
|
21889
|
-
transition-duration: 0.3s;
|
21890
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21891
|
-
}
|
21892
|
-
|
21893
|
-
.date-picker-header-transition-enter-from {
|
21894
|
-
transform: translate(0, 100%);
|
21895
|
-
}
|
21896
|
-
.date-picker-header-transition-leave-to {
|
21897
|
-
opacity: 0;
|
21898
|
-
transform: translate(0, -100%);
|
21899
|
-
}
|
21900
|
-
|
21901
|
-
.date-picker-header-reverse-transition-enter-from {
|
21902
|
-
transform: translate(0, -100%);
|
21903
|
-
}
|
21904
|
-
.date-picker-header-reverse-transition-leave-to {
|
21905
|
-
opacity: 0;
|
21906
|
-
transform: translate(0, 100%);
|
21907
|
-
}.v-date-picker-years {
|
21908
|
-
height: 288px;
|
21909
|
-
overflow-y: scroll;
|
21910
|
-
}
|
21911
|
-
|
21912
|
-
.v-date-picker-years__content {
|
21913
|
-
display: grid;
|
21914
|
-
flex: 1 1;
|
21915
|
-
justify-content: space-around;
|
21916
|
-
grid-template-columns: repeat(3, 1fr);
|
21917
|
-
gap: 8px 24px;
|
21918
|
-
padding-inline: 32px;
|
21919
|
-
}
|
21920
|
-
.v-date-picker-years__content .v-btn {
|
21921
|
-
padding-inline: 8px;
|
21922
|
-
}.v-date-picker-months {
|
21923
|
-
height: 288px;
|
21924
|
-
}
|
21925
|
-
|
21926
|
-
.v-date-picker-months__content {
|
21927
|
-
align-items: center;
|
21928
|
-
display: grid;
|
21929
|
-
flex: 1 1;
|
21930
|
-
height: inherit;
|
21931
|
-
justify-content: space-around;
|
21932
|
-
grid-template-columns: repeat(2, 1fr);
|
21933
|
-
grid-gap: 0px 24px;
|
21934
|
-
padding-inline-start: 36px;
|
21935
|
-
padding-inline-end: 36px;
|
21936
|
-
}
|
21937
|
-
.v-date-picker-months__content .v-btn {
|
21938
|
-
text-transform: none;
|
21939
|
-
padding-inline-start: 8px;
|
21940
|
-
padding-inline-end: 8px;
|
21941
|
-
}.v-data-table {
|
21942
|
-
width: 100%;
|
21943
|
-
}
|
21944
|
-
|
21945
|
-
.v-data-table__table {
|
21946
|
-
width: 100%;
|
21947
|
-
border-collapse: separate;
|
21948
|
-
border-spacing: 0;
|
21949
|
-
}
|
21950
|
-
|
21951
|
-
.v-data-table__tr--focus {
|
21952
|
-
border: 1px dotted black;
|
21953
|
-
}
|
21954
|
-
.v-data-table__tr--clickable {
|
21955
|
-
cursor: pointer;
|
21956
|
-
}
|
21957
|
-
|
21958
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21959
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21960
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21961
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21962
|
-
text-align: end;
|
21786
|
+
|
21787
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21788
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21789
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21790
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21791
|
+
text-align: end;
|
21963
21792
|
}
|
21964
21793
|
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21965
21794
|
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
@@ -22156,110 +21985,13 @@ html.overflow-y-hidden {
|
|
22156
21985
|
}
|
22157
21986
|
.v-data-table-footer__page {
|
22158
21987
|
padding: 0 8px;
|
22159
|
-
}.v-
|
22160
|
-
|
22161
|
-
|
22162
|
-
|
22163
|
-
|
22164
|
-
|
22165
|
-
|
22166
|
-
width: calc(100% - 48px);
|
22167
|
-
max-width: calc(100% - 48px);
|
22168
|
-
margin: 24px;
|
22169
|
-
}
|
22170
|
-
.v-dialog > .v-overlay__content,
|
22171
|
-
.v-dialog > .v-overlay__content > form {
|
22172
|
-
display: flex;
|
22173
|
-
flex-direction: column;
|
22174
|
-
min-height: 0;
|
22175
|
-
}
|
22176
|
-
.v-dialog > .v-overlay__content > .v-card,
|
22177
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
22178
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
22179
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
22180
|
-
--v-scrollbar-offset: 0px;
|
22181
|
-
border-radius: 4px;
|
22182
|
-
overflow-y: auto;
|
22183
|
-
}
|
22184
|
-
.v-dialog > .v-overlay__content > .v-card,
|
22185
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
22186
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
22187
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
22188
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22189
|
-
}
|
22190
|
-
.v-dialog > .v-overlay__content > .v-card,
|
22191
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
22192
|
-
display: flex;
|
22193
|
-
flex-direction: column;
|
22194
|
-
}
|
22195
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
22196
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
22197
|
-
padding: 16px 24px;
|
22198
|
-
}
|
22199
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
22200
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
22201
|
-
padding-top: 0;
|
22202
|
-
}
|
22203
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
22204
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
22205
|
-
font-size: inherit;
|
22206
|
-
letter-spacing: 0.03125em;
|
22207
|
-
line-height: inherit;
|
22208
|
-
padding: 16px 24px 24px;
|
22209
|
-
}
|
22210
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
22211
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
22212
|
-
justify-content: flex-end;
|
22213
|
-
}
|
22214
|
-
|
22215
|
-
.v-dialog--fullscreen {
|
22216
|
-
--v-scrollbar-offset: 0px;
|
22217
|
-
}
|
22218
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
22219
|
-
border-radius: 0;
|
22220
|
-
margin: 0;
|
22221
|
-
padding: 0;
|
22222
|
-
width: 100%;
|
22223
|
-
height: 100%;
|
22224
|
-
max-width: 100%;
|
22225
|
-
max-height: 100%;
|
22226
|
-
overflow-y: auto;
|
22227
|
-
top: 0;
|
22228
|
-
left: 0;
|
22229
|
-
}
|
22230
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
22231
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
22232
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
22233
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
22234
|
-
min-height: 100%;
|
22235
|
-
min-width: 100%;
|
22236
|
-
border-radius: 0;
|
22237
|
-
}
|
22238
|
-
|
22239
|
-
.v-dialog--scrollable > .v-overlay__content,
|
22240
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
22241
|
-
display: flex;
|
22242
|
-
}
|
22243
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
22244
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
22245
|
-
display: flex;
|
22246
|
-
flex: 1 1 100%;
|
22247
|
-
flex-direction: column;
|
22248
|
-
max-height: 100%;
|
22249
|
-
max-width: 100%;
|
22250
|
-
}
|
22251
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
22252
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
22253
|
-
-webkit-backface-visibility: hidden;
|
22254
|
-
backface-visibility: hidden;
|
22255
|
-
overflow-y: auto;
|
22256
|
-
}.v-divider {
|
22257
|
-
display: block;
|
22258
|
-
flex: 1 1 100%;
|
22259
|
-
height: 0px;
|
22260
|
-
max-height: 0px;
|
22261
|
-
opacity: var(--v-border-opacity);
|
22262
|
-
transition: inherit;
|
21988
|
+
}.v-divider {
|
21989
|
+
display: block;
|
21990
|
+
flex: 1 1 100%;
|
21991
|
+
height: 0px;
|
21992
|
+
max-height: 0px;
|
21993
|
+
opacity: var(--v-border-opacity);
|
21994
|
+
transition: inherit;
|
22263
21995
|
}
|
22264
21996
|
.v-divider {
|
22265
21997
|
border-style: solid;
|
@@ -22305,117 +22037,301 @@ html.overflow-y-hidden {
|
|
22305
22037
|
}
|
22306
22038
|
.v-divider__wrapper--vertical .v-divider {
|
22307
22039
|
margin: 0 auto;
|
22308
|
-
}.v-
|
22309
|
-
align-items: center;
|
22040
|
+
}.v-date-picker-controls {
|
22310
22041
|
display: flex;
|
22311
|
-
|
22312
|
-
justify-content:
|
22313
|
-
|
22314
|
-
padding:
|
22042
|
+
align-items: center;
|
22043
|
+
justify-content: space-between;
|
22044
|
+
font-size: 0.875rem;
|
22045
|
+
padding-top: 4px;
|
22046
|
+
padding-bottom: 4px;
|
22047
|
+
padding-inline-start: 6px;
|
22048
|
+
padding-inline-end: 12px;
|
22315
22049
|
}
|
22316
|
-
.v-
|
22317
|
-
|
22050
|
+
.v-date-picker-controls > .v-btn:first-child {
|
22051
|
+
text-transform: none;
|
22052
|
+
font-weight: 400;
|
22053
|
+
line-height: initial;
|
22054
|
+
letter-spacing: initial;
|
22318
22055
|
}
|
22319
|
-
.v-
|
22320
|
-
|
22056
|
+
.v-date-picker-controls--variant-classic {
|
22057
|
+
padding-inline-start: 12px;
|
22321
22058
|
}
|
22322
|
-
.v-
|
22323
|
-
|
22059
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
22060
|
+
opacity: 0.7;
|
22324
22061
|
}
|
22325
|
-
|
22326
|
-
|
22327
|
-
text-align: center;
|
22328
|
-
width: 100%;
|
22062
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
22063
|
+
cursor: pointer;
|
22329
22064
|
}
|
22330
|
-
.v-
|
22331
|
-
|
22065
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
22066
|
+
opacity: 1;
|
22332
22067
|
}
|
22333
|
-
|
22334
|
-
|
22335
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22336
|
-
font-size: 3.75rem;
|
22337
|
-
font-weight: 300;
|
22338
|
-
line-height: 1;
|
22339
|
-
text-align: center;
|
22340
|
-
margin-bottom: 8px;
|
22068
|
+
.v-date-picker-controls .v-btn:last-child {
|
22069
|
+
margin-inline-start: 4px;
|
22341
22070
|
}
|
22342
|
-
.v-
|
22343
|
-
|
22071
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
22072
|
+
transform: rotate(180deg);
|
22344
22073
|
}
|
22345
22074
|
|
22346
|
-
.v-
|
22347
|
-
|
22348
|
-
font-weight: 500;
|
22349
|
-
line-height: 1.6;
|
22350
|
-
margin-bottom: 4px;
|
22351
|
-
text-align: center;
|
22075
|
+
.v-date-picker-controls__date {
|
22076
|
+
margin-inline-end: 4px;
|
22352
22077
|
}
|
22353
|
-
|
22354
|
-
|
22355
|
-
font-size: 0.875rem;
|
22356
|
-
font-weight: 400;
|
22357
|
-
line-height: 1.425;
|
22358
|
-
padding: 0 16px;
|
22078
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
22079
|
+
margin: auto;
|
22359
22080
|
text-align: center;
|
22360
22081
|
}
|
22361
22082
|
|
22362
|
-
.v-
|
22363
|
-
|
22083
|
+
.v-date-picker-controls__month {
|
22084
|
+
display: flex;
|
22085
|
+
}
|
22086
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
22087
|
+
flex-direction: row-reverse;
|
22364
22088
|
}
|
22365
22089
|
|
22366
|
-
.v-
|
22367
|
-
|
22368
|
-
gap: 8px;
|
22369
|
-
padding: 16px;
|
22090
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
22091
|
+
flex: 1 0 auto;
|
22370
22092
|
}
|
22371
22093
|
|
22372
|
-
.v-
|
22373
|
-
|
22374
|
-
|
22375
|
-
|
22376
|
-
|
22377
|
-
.v-file-input--hide.v-input .v-input__details {
|
22378
|
-
display: none;
|
22094
|
+
.v-date-picker__title {
|
22095
|
+
display: inline-block;
|
22096
|
+
}.v-date-picker {
|
22097
|
+
overflow: hidden;
|
22098
|
+
width: 328px;
|
22379
22099
|
}
|
22380
|
-
.v-
|
22381
|
-
|
22382
|
-
|
22100
|
+
.v-date-picker--show-week {
|
22101
|
+
width: 368px;
|
22102
|
+
}.v-date-picker-header {
|
22103
|
+
align-items: flex-end;
|
22104
|
+
height: 70px;
|
22105
|
+
display: grid;
|
22106
|
+
grid-template-areas: "prepend content append";
|
22107
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
22108
|
+
overflow: hidden;
|
22109
|
+
padding-inline: 24px 12px;
|
22110
|
+
padding-bottom: 12px;
|
22383
22111
|
}
|
22384
|
-
|
22385
|
-
.v-
|
22386
|
-
|
22387
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22388
|
-
top: 0px;
|
22112
|
+
|
22113
|
+
.v-date-picker-header__append {
|
22114
|
+
grid-area: append;
|
22389
22115
|
}
|
22390
|
-
|
22391
|
-
|
22392
|
-
|
22393
|
-
|
22394
|
-
position: absolute;
|
22395
|
-
top: 0;
|
22396
|
-
width: 100%;
|
22397
|
-
z-index: 1;
|
22116
|
+
|
22117
|
+
.v-date-picker-header__prepend {
|
22118
|
+
grid-area: prepend;
|
22119
|
+
padding-inline-start: 8px;
|
22398
22120
|
}
|
22399
|
-
|
22400
|
-
|
22121
|
+
|
22122
|
+
.v-date-picker-header__content {
|
22123
|
+
align-items: center;
|
22124
|
+
display: inline-flex;
|
22125
|
+
font-size: 32px;
|
22126
|
+
line-height: 40px;
|
22127
|
+
grid-area: content;
|
22128
|
+
justify-content: space-between;
|
22401
22129
|
}
|
22402
|
-
.v-
|
22403
|
-
|
22404
|
-
}.v-expansion-panel {
|
22405
|
-
background-color: rgb(var(--v-theme-surface));
|
22406
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22130
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
22131
|
+
cursor: pointer;
|
22407
22132
|
}
|
22408
|
-
.v-
|
22409
|
-
|
22133
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
22134
|
+
opacity: 0.7;
|
22410
22135
|
}
|
22411
|
-
|
22412
|
-
|
22136
|
+
|
22137
|
+
.date-picker-header-transition-enter-active,
|
22138
|
+
.date-picker-header-reverse-transition-enter-active {
|
22139
|
+
transition-duration: 0.3s;
|
22140
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22413
22141
|
}
|
22414
|
-
.
|
22415
|
-
|
22142
|
+
.date-picker-header-transition-leave-active,
|
22143
|
+
.date-picker-header-reverse-transition-leave-active {
|
22144
|
+
transition-duration: 0.3s;
|
22145
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22416
22146
|
}
|
22417
22147
|
|
22418
|
-
.
|
22148
|
+
.date-picker-header-transition-enter-from {
|
22149
|
+
transform: translate(0, 100%);
|
22150
|
+
}
|
22151
|
+
.date-picker-header-transition-leave-to {
|
22152
|
+
opacity: 0;
|
22153
|
+
transform: translate(0, -100%);
|
22154
|
+
}
|
22155
|
+
|
22156
|
+
.date-picker-header-reverse-transition-enter-from {
|
22157
|
+
transform: translate(0, -100%);
|
22158
|
+
}
|
22159
|
+
.date-picker-header-reverse-transition-leave-to {
|
22160
|
+
opacity: 0;
|
22161
|
+
transform: translate(0, 100%);
|
22162
|
+
}.v-date-picker-months {
|
22163
|
+
height: 288px;
|
22164
|
+
}
|
22165
|
+
|
22166
|
+
.v-date-picker-months__content {
|
22167
|
+
align-items: center;
|
22168
|
+
display: grid;
|
22169
|
+
flex: 1 1;
|
22170
|
+
height: inherit;
|
22171
|
+
justify-content: space-around;
|
22172
|
+
grid-template-columns: repeat(2, 1fr);
|
22173
|
+
grid-gap: 0px 24px;
|
22174
|
+
padding-inline-start: 36px;
|
22175
|
+
padding-inline-end: 36px;
|
22176
|
+
}
|
22177
|
+
.v-date-picker-months__content .v-btn {
|
22178
|
+
text-transform: none;
|
22179
|
+
padding-inline-start: 8px;
|
22180
|
+
padding-inline-end: 8px;
|
22181
|
+
}.v-date-picker-month {
|
22182
|
+
display: flex;
|
22183
|
+
justify-content: center;
|
22184
|
+
padding: 0 12px 8px;
|
22185
|
+
--v-date-picker-month-day-diff: 4px;
|
22186
|
+
}
|
22187
|
+
|
22188
|
+
.v-date-picker-month__weeks {
|
22189
|
+
display: grid;
|
22190
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
22191
|
+
column-gap: 4px;
|
22192
|
+
font-size: 0.85rem;
|
22193
|
+
}
|
22194
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
22195
|
+
grid-row-gap: 0;
|
22196
|
+
}
|
22197
|
+
|
22198
|
+
.v-date-picker-month__weekday {
|
22199
|
+
font-size: 0.85rem;
|
22200
|
+
}
|
22201
|
+
|
22202
|
+
.v-date-picker-month__days {
|
22203
|
+
display: grid;
|
22204
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
22205
|
+
column-gap: 4px;
|
22206
|
+
flex: 1 1;
|
22207
|
+
justify-content: space-around;
|
22208
|
+
}
|
22209
|
+
|
22210
|
+
.v-date-picker-month__day {
|
22211
|
+
align-items: center;
|
22212
|
+
display: flex;
|
22213
|
+
justify-content: center;
|
22214
|
+
position: relative;
|
22215
|
+
height: 40px;
|
22216
|
+
width: 40px;
|
22217
|
+
}
|
22218
|
+
.v-date-picker-month__day--selected .v-btn {
|
22219
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
22220
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
22221
|
+
}
|
22222
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
22223
|
+
--v-btn-height: 24px;
|
22224
|
+
--v-btn-size: 0.85rem;
|
22225
|
+
}
|
22226
|
+
.v-date-picker-month__day--week {
|
22227
|
+
font-size: var(--v-btn-size);
|
22228
|
+
}
|
22229
|
+
|
22230
|
+
.v-date-picker-month__day--adjacent {
|
22231
|
+
opacity: 0.5;
|
22232
|
+
}
|
22233
|
+
|
22234
|
+
.v-date-picker-month__day--hide-adjacent {
|
22235
|
+
opacity: 0;
|
22236
|
+
}.v-date-picker-years {
|
22237
|
+
height: 288px;
|
22238
|
+
overflow-y: scroll;
|
22239
|
+
}
|
22240
|
+
|
22241
|
+
.v-date-picker-years__content {
|
22242
|
+
display: grid;
|
22243
|
+
flex: 1 1;
|
22244
|
+
justify-content: space-around;
|
22245
|
+
grid-template-columns: repeat(3, 1fr);
|
22246
|
+
gap: 8px 24px;
|
22247
|
+
padding-inline: 32px;
|
22248
|
+
}
|
22249
|
+
.v-date-picker-years__content .v-btn {
|
22250
|
+
padding-inline: 8px;
|
22251
|
+
}.v-fab {
|
22252
|
+
align-items: center;
|
22253
|
+
display: inline-flex;
|
22254
|
+
flex: 1 1 auto;
|
22255
|
+
pointer-events: none;
|
22256
|
+
position: relative;
|
22257
|
+
transition-duration: 0.2s;
|
22258
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22259
|
+
vertical-align: middle;
|
22260
|
+
}
|
22261
|
+
.v-fab .v-btn {
|
22262
|
+
pointer-events: auto;
|
22263
|
+
}
|
22264
|
+
.v-fab .v-btn--variant-elevated {
|
22265
|
+
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));
|
22266
|
+
}
|
22267
|
+
.v-fab--app, .v-fab--absolute {
|
22268
|
+
display: flex;
|
22269
|
+
}
|
22270
|
+
.v-fab--start, .v-fab--left {
|
22271
|
+
justify-content: flex-start;
|
22272
|
+
}
|
22273
|
+
.v-fab--center {
|
22274
|
+
align-items: center;
|
22275
|
+
justify-content: center;
|
22276
|
+
}
|
22277
|
+
.v-fab--end, .v-fab--right {
|
22278
|
+
justify-content: flex-end;
|
22279
|
+
}
|
22280
|
+
.v-fab--bottom {
|
22281
|
+
align-items: flex-end;
|
22282
|
+
}
|
22283
|
+
.v-fab--top {
|
22284
|
+
align-items: flex-start;
|
22285
|
+
}
|
22286
|
+
.v-fab--extended .v-btn {
|
22287
|
+
border-radius: 9999px !important;
|
22288
|
+
}
|
22289
|
+
|
22290
|
+
.v-fab__container {
|
22291
|
+
align-self: center;
|
22292
|
+
display: inline-flex;
|
22293
|
+
position: absolute;
|
22294
|
+
vertical-align: middle;
|
22295
|
+
}
|
22296
|
+
.v-fab--app .v-fab__container {
|
22297
|
+
margin: 12px;
|
22298
|
+
}
|
22299
|
+
.v-fab--absolute .v-fab__container {
|
22300
|
+
position: absolute;
|
22301
|
+
z-index: 4;
|
22302
|
+
}
|
22303
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22304
|
+
transform: translateY(-50%);
|
22305
|
+
}
|
22306
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22307
|
+
transform: translateY(50%);
|
22308
|
+
}
|
22309
|
+
.v-fab--top .v-fab__container {
|
22310
|
+
top: 0;
|
22311
|
+
}
|
22312
|
+
.v-fab--bottom .v-fab__container {
|
22313
|
+
bottom: 0;
|
22314
|
+
}
|
22315
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22316
|
+
left: 0;
|
22317
|
+
}
|
22318
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22319
|
+
right: 0;
|
22320
|
+
}.v-expansion-panel {
|
22321
|
+
background-color: rgb(var(--v-theme-surface));
|
22322
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22323
|
+
}
|
22324
|
+
.v-expansion-panel:not(:first-child)::after {
|
22325
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22326
|
+
}
|
22327
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22328
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
22329
|
+
}
|
22330
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
22331
|
+
opacity: 0.4615384615;
|
22332
|
+
}
|
22333
|
+
|
22334
|
+
.v-expansion-panels {
|
22419
22335
|
display: flex;
|
22420
22336
|
flex-wrap: wrap;
|
22421
22337
|
justify-content: center;
|
@@ -22617,75 +22533,6 @@ html.overflow-y-hidden {
|
|
22617
22533
|
}
|
22618
22534
|
.v-expansion-panels--tile > .v-expansion-panel {
|
22619
22535
|
border-radius: 0;
|
22620
|
-
}.v-fab {
|
22621
|
-
align-items: center;
|
22622
|
-
display: inline-flex;
|
22623
|
-
flex: 1 1 auto;
|
22624
|
-
pointer-events: none;
|
22625
|
-
position: relative;
|
22626
|
-
transition-duration: 0.2s;
|
22627
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22628
|
-
vertical-align: middle;
|
22629
|
-
}
|
22630
|
-
.v-fab .v-btn {
|
22631
|
-
pointer-events: auto;
|
22632
|
-
}
|
22633
|
-
.v-fab .v-btn--variant-elevated {
|
22634
|
-
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));
|
22635
|
-
}
|
22636
|
-
.v-fab--app, .v-fab--absolute {
|
22637
|
-
display: flex;
|
22638
|
-
}
|
22639
|
-
.v-fab--start, .v-fab--left {
|
22640
|
-
justify-content: flex-start;
|
22641
|
-
}
|
22642
|
-
.v-fab--center {
|
22643
|
-
align-items: center;
|
22644
|
-
justify-content: center;
|
22645
|
-
}
|
22646
|
-
.v-fab--end, .v-fab--right {
|
22647
|
-
justify-content: flex-end;
|
22648
|
-
}
|
22649
|
-
.v-fab--bottom {
|
22650
|
-
align-items: flex-end;
|
22651
|
-
}
|
22652
|
-
.v-fab--top {
|
22653
|
-
align-items: flex-start;
|
22654
|
-
}
|
22655
|
-
.v-fab--extended .v-btn {
|
22656
|
-
border-radius: 9999px !important;
|
22657
|
-
}
|
22658
|
-
|
22659
|
-
.v-fab__container {
|
22660
|
-
align-self: center;
|
22661
|
-
display: inline-flex;
|
22662
|
-
position: absolute;
|
22663
|
-
vertical-align: middle;
|
22664
|
-
}
|
22665
|
-
.v-fab--app .v-fab__container {
|
22666
|
-
margin: 12px;
|
22667
|
-
}
|
22668
|
-
.v-fab--absolute .v-fab__container {
|
22669
|
-
position: absolute;
|
22670
|
-
z-index: 4;
|
22671
|
-
}
|
22672
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22673
|
-
transform: translateY(-50%);
|
22674
|
-
}
|
22675
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22676
|
-
transform: translateY(50%);
|
22677
|
-
}
|
22678
|
-
.v-fab--top .v-fab__container {
|
22679
|
-
top: 0;
|
22680
|
-
}
|
22681
|
-
.v-fab--bottom .v-fab__container {
|
22682
|
-
bottom: 0;
|
22683
|
-
}
|
22684
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22685
|
-
left: 0;
|
22686
|
-
}
|
22687
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22688
|
-
right: 0;
|
22689
22536
|
}/* region INPUT */
|
22690
22537
|
.v-field {
|
22691
22538
|
display: grid;
|
@@ -23269,7 +23116,103 @@ textarea.v-field__input::placeholder {
|
|
23269
23116
|
opacity: 0;
|
23270
23117
|
}
|
23271
23118
|
|
23272
|
-
/* endregion */.v-
|
23119
|
+
/* endregion */.v-empty-state {
|
23120
|
+
align-items: center;
|
23121
|
+
display: flex;
|
23122
|
+
flex-direction: column;
|
23123
|
+
justify-content: center;
|
23124
|
+
min-height: 100%;
|
23125
|
+
padding: 16px;
|
23126
|
+
}
|
23127
|
+
.v-empty-state--start {
|
23128
|
+
align-items: flex-start;
|
23129
|
+
}
|
23130
|
+
.v-empty-state--center {
|
23131
|
+
align-items: center;
|
23132
|
+
}
|
23133
|
+
.v-empty-state--end {
|
23134
|
+
align-items: flex-end;
|
23135
|
+
}
|
23136
|
+
|
23137
|
+
.v-empty-state__media {
|
23138
|
+
text-align: center;
|
23139
|
+
width: 100%;
|
23140
|
+
}
|
23141
|
+
.v-empty-state__media .v-icon {
|
23142
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23143
|
+
}
|
23144
|
+
|
23145
|
+
.v-empty-state__headline {
|
23146
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23147
|
+
font-size: 3.75rem;
|
23148
|
+
font-weight: 300;
|
23149
|
+
line-height: 1;
|
23150
|
+
text-align: center;
|
23151
|
+
margin-bottom: 8px;
|
23152
|
+
}
|
23153
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
23154
|
+
font-size: 2.125rem;
|
23155
|
+
}
|
23156
|
+
|
23157
|
+
.v-empty-state__title {
|
23158
|
+
font-size: 1.25rem;
|
23159
|
+
font-weight: 500;
|
23160
|
+
line-height: 1.6;
|
23161
|
+
margin-bottom: 4px;
|
23162
|
+
text-align: center;
|
23163
|
+
}
|
23164
|
+
|
23165
|
+
.v-empty-state__text {
|
23166
|
+
font-size: 0.875rem;
|
23167
|
+
font-weight: 400;
|
23168
|
+
line-height: 1.425;
|
23169
|
+
padding: 0 16px;
|
23170
|
+
text-align: center;
|
23171
|
+
}
|
23172
|
+
|
23173
|
+
.v-empty-state__content {
|
23174
|
+
padding: 24px 0;
|
23175
|
+
}
|
23176
|
+
|
23177
|
+
.v-empty-state__actions {
|
23178
|
+
display: flex;
|
23179
|
+
gap: 8px;
|
23180
|
+
padding: 16px;
|
23181
|
+
}
|
23182
|
+
|
23183
|
+
.v-empty-state__action-btn.v-btn {
|
23184
|
+
background-color: initial;
|
23185
|
+
color: initial;
|
23186
|
+
}.v-file-input--hide.v-input .v-field,
|
23187
|
+
.v-file-input--hide.v-input .v-input__control,
|
23188
|
+
.v-file-input--hide.v-input .v-input__details {
|
23189
|
+
display: none;
|
23190
|
+
}
|
23191
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
23192
|
+
grid-area: control;
|
23193
|
+
margin: 0 auto;
|
23194
|
+
}
|
23195
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
23196
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
23197
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
23198
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
23199
|
+
top: 0px;
|
23200
|
+
}
|
23201
|
+
.v-file-input input[type=file] {
|
23202
|
+
height: 100%;
|
23203
|
+
left: 0;
|
23204
|
+
opacity: 0;
|
23205
|
+
position: absolute;
|
23206
|
+
top: 0;
|
23207
|
+
width: 100%;
|
23208
|
+
z-index: 1;
|
23209
|
+
}
|
23210
|
+
.v-file-input .v-input__details {
|
23211
|
+
padding-inline: 16px;
|
23212
|
+
}
|
23213
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
23214
|
+
padding-inline: 0;
|
23215
|
+
}.v-footer {
|
23273
23216
|
align-items: center;
|
23274
23217
|
display: flex;
|
23275
23218
|
flex: 1 1 auto;
|
@@ -23602,115 +23545,8 @@ textarea.v-field__input::placeholder {
|
|
23602
23545
|
|
23603
23546
|
.v-layout-item--absolute {
|
23604
23547
|
position: absolute;
|
23605
|
-
}.v-
|
23606
|
-
|
23607
|
-
padding: 8px 0;
|
23608
|
-
position: relative;
|
23609
|
-
outline: none;
|
23610
|
-
}
|
23611
|
-
.v-list {
|
23612
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23613
|
-
border-style: solid;
|
23614
|
-
border-width: 0;
|
23615
|
-
}
|
23616
|
-
.v-list--border {
|
23617
|
-
border-width: thin;
|
23618
|
-
box-shadow: none;
|
23619
|
-
}
|
23620
|
-
.v-list {
|
23621
|
-
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));
|
23622
|
-
}
|
23623
|
-
.v-list {
|
23624
|
-
border-radius: 0;
|
23625
|
-
}
|
23626
|
-
.v-list {
|
23627
|
-
background: rgba(var(--v-theme-surface));
|
23628
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23629
|
-
}
|
23630
|
-
.v-list--disabled {
|
23631
|
-
pointer-events: none;
|
23632
|
-
-webkit-user-select: none;
|
23633
|
-
user-select: none;
|
23634
|
-
}
|
23635
|
-
.v-list--nav {
|
23636
|
-
padding-inline: 8px;
|
23637
|
-
}
|
23638
|
-
.v-list--rounded {
|
23639
|
-
border-radius: 4px;
|
23640
|
-
}
|
23641
|
-
.v-list--subheader {
|
23642
|
-
padding-top: 0;
|
23643
|
-
}
|
23644
|
-
|
23645
|
-
.v-list-img {
|
23646
|
-
border-radius: inherit;
|
23647
|
-
display: flex;
|
23648
|
-
height: 100%;
|
23649
|
-
left: 0;
|
23650
|
-
overflow: hidden;
|
23651
|
-
position: absolute;
|
23652
|
-
top: 0;
|
23653
|
-
width: 100%;
|
23654
|
-
z-index: -1;
|
23655
|
-
}
|
23656
|
-
|
23657
|
-
.v-list-subheader {
|
23658
|
-
align-items: center;
|
23659
|
-
background: inherit;
|
23660
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23661
|
-
display: flex;
|
23662
|
-
font-size: 0.875rem;
|
23663
|
-
font-weight: 400;
|
23664
|
-
line-height: 1.375rem;
|
23665
|
-
padding-inline-end: 16px;
|
23666
|
-
min-height: 40px;
|
23667
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23668
|
-
}
|
23669
|
-
.v-list-subheader__text {
|
23670
|
-
overflow: hidden;
|
23671
|
-
text-overflow: ellipsis;
|
23672
|
-
white-space: nowrap;
|
23673
|
-
}
|
23674
|
-
.v-list--density-default .v-list-subheader {
|
23675
|
-
min-height: 40px;
|
23676
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23677
|
-
}
|
23678
|
-
|
23679
|
-
.v-list--density-comfortable .v-list-subheader {
|
23680
|
-
min-height: 36px;
|
23681
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23682
|
-
}
|
23683
|
-
|
23684
|
-
.v-list--density-compact .v-list-subheader {
|
23685
|
-
min-height: 32px;
|
23686
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23687
|
-
}
|
23688
|
-
|
23689
|
-
.v-list-subheader--inset {
|
23690
|
-
--indent-padding: 56px;
|
23691
|
-
}
|
23692
|
-
.v-list--nav .v-list-subheader {
|
23693
|
-
font-size: 0.75rem;
|
23694
|
-
}
|
23695
|
-
.v-list-subheader--sticky {
|
23696
|
-
background: inherit;
|
23697
|
-
left: 0;
|
23698
|
-
position: sticky;
|
23699
|
-
top: 0;
|
23700
|
-
z-index: 1;
|
23701
|
-
}
|
23702
|
-
|
23703
|
-
.v-list__overlay {
|
23704
|
-
background-color: currentColor;
|
23705
|
-
border-radius: inherit;
|
23706
|
-
bottom: 0;
|
23707
|
-
left: 0;
|
23708
|
-
opacity: 0;
|
23709
|
-
pointer-events: none;
|
23710
|
-
position: absolute;
|
23711
|
-
right: 0;
|
23712
|
-
top: 0;
|
23713
|
-
transition: opacity 0.2s ease-in-out;
|
23548
|
+
}.v-locale-provider {
|
23549
|
+
display: contents;
|
23714
23550
|
}.v-list-item {
|
23715
23551
|
align-items: center;
|
23716
23552
|
display: grid;
|
@@ -24177,27 +24013,145 @@ textarea.v-field__input::placeholder {
|
|
24177
24013
|
}
|
24178
24014
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
24179
24015
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24180
|
-
}.v-
|
24181
|
-
|
24182
|
-
|
24016
|
+
}.v-list {
|
24017
|
+
overflow: auto;
|
24018
|
+
padding: 8px 0;
|
24019
|
+
position: relative;
|
24020
|
+
outline: none;
|
24183
24021
|
}
|
24184
|
-
.v-
|
24022
|
+
.v-list {
|
24023
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24024
|
+
border-style: solid;
|
24025
|
+
border-width: 0;
|
24026
|
+
}
|
24027
|
+
.v-list--border {
|
24028
|
+
border-width: thin;
|
24029
|
+
box-shadow: none;
|
24030
|
+
}
|
24031
|
+
.v-list {
|
24032
|
+
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));
|
24033
|
+
}
|
24034
|
+
.v-list {
|
24035
|
+
border-radius: 0;
|
24036
|
+
}
|
24037
|
+
.v-list {
|
24038
|
+
background: rgba(var(--v-theme-surface));
|
24039
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24040
|
+
}
|
24041
|
+
.v-list--disabled {
|
24042
|
+
pointer-events: none;
|
24043
|
+
-webkit-user-select: none;
|
24044
|
+
user-select: none;
|
24045
|
+
}
|
24046
|
+
.v-list--nav {
|
24047
|
+
padding-inline: 8px;
|
24048
|
+
}
|
24049
|
+
.v-list--rounded {
|
24185
24050
|
border-radius: 4px;
|
24186
24051
|
}
|
24187
|
-
.v-
|
24188
|
-
|
24189
|
-
|
24190
|
-
|
24052
|
+
.v-list--subheader {
|
24053
|
+
padding-top: 0;
|
24054
|
+
}
|
24055
|
+
|
24056
|
+
.v-list-img {
|
24191
24057
|
border-radius: inherit;
|
24192
|
-
|
24058
|
+
display: flex;
|
24193
24059
|
height: 100%;
|
24194
|
-
|
24195
|
-
|
24196
|
-
|
24197
|
-
|
24198
|
-
|
24199
|
-
|
24200
|
-
|
24060
|
+
left: 0;
|
24061
|
+
overflow: hidden;
|
24062
|
+
position: absolute;
|
24063
|
+
top: 0;
|
24064
|
+
width: 100%;
|
24065
|
+
z-index: -1;
|
24066
|
+
}
|
24067
|
+
|
24068
|
+
.v-list-subheader {
|
24069
|
+
align-items: center;
|
24070
|
+
background: inherit;
|
24071
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
24072
|
+
display: flex;
|
24073
|
+
font-size: 0.875rem;
|
24074
|
+
font-weight: 400;
|
24075
|
+
line-height: 1.375rem;
|
24076
|
+
padding-inline-end: 16px;
|
24077
|
+
min-height: 40px;
|
24078
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
24079
|
+
}
|
24080
|
+
.v-list-subheader__text {
|
24081
|
+
overflow: hidden;
|
24082
|
+
text-overflow: ellipsis;
|
24083
|
+
white-space: nowrap;
|
24084
|
+
}
|
24085
|
+
.v-list--density-default .v-list-subheader {
|
24086
|
+
min-height: 40px;
|
24087
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
24088
|
+
}
|
24089
|
+
|
24090
|
+
.v-list--density-comfortable .v-list-subheader {
|
24091
|
+
min-height: 36px;
|
24092
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
24093
|
+
}
|
24094
|
+
|
24095
|
+
.v-list--density-compact .v-list-subheader {
|
24096
|
+
min-height: 32px;
|
24097
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
24098
|
+
}
|
24099
|
+
|
24100
|
+
.v-list-subheader--inset {
|
24101
|
+
--indent-padding: 56px;
|
24102
|
+
}
|
24103
|
+
.v-list--nav .v-list-subheader {
|
24104
|
+
font-size: 0.75rem;
|
24105
|
+
}
|
24106
|
+
.v-list-subheader--sticky {
|
24107
|
+
background: inherit;
|
24108
|
+
left: 0;
|
24109
|
+
position: sticky;
|
24110
|
+
top: 0;
|
24111
|
+
z-index: 1;
|
24112
|
+
}
|
24113
|
+
|
24114
|
+
.v-list__overlay {
|
24115
|
+
background-color: currentColor;
|
24116
|
+
border-radius: inherit;
|
24117
|
+
bottom: 0;
|
24118
|
+
left: 0;
|
24119
|
+
opacity: 0;
|
24120
|
+
pointer-events: none;
|
24121
|
+
position: absolute;
|
24122
|
+
right: 0;
|
24123
|
+
top: 0;
|
24124
|
+
transition: opacity 0.2s ease-in-out;
|
24125
|
+
}.v-main {
|
24126
|
+
flex: 1 0 auto;
|
24127
|
+
max-width: 100%;
|
24128
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24129
|
+
padding-left: var(--v-layout-left);
|
24130
|
+
padding-right: var(--v-layout-right);
|
24131
|
+
padding-top: var(--v-layout-top);
|
24132
|
+
padding-bottom: var(--v-layout-bottom);
|
24133
|
+
}
|
24134
|
+
.v-main__scroller {
|
24135
|
+
max-width: 100%;
|
24136
|
+
position: relative;
|
24137
|
+
}
|
24138
|
+
.v-main--scrollable {
|
24139
|
+
display: flex;
|
24140
|
+
}
|
24141
|
+
.v-main--scrollable {
|
24142
|
+
position: absolute;
|
24143
|
+
top: 0;
|
24144
|
+
left: 0;
|
24145
|
+
width: 100%;
|
24146
|
+
height: 100%;
|
24147
|
+
}
|
24148
|
+
.v-main--scrollable > .v-main__scroller {
|
24149
|
+
flex: 1 1 auto;
|
24150
|
+
overflow-y: auto;
|
24151
|
+
--v-layout-left: 0px;
|
24152
|
+
--v-layout-right: 0px;
|
24153
|
+
--v-layout-top: 0px;
|
24154
|
+
--v-layout-bottom: 0px;
|
24201
24155
|
}.v-messages {
|
24202
24156
|
flex: 1 1 auto;
|
24203
24157
|
font-size: 12px;
|
@@ -24214,6 +24168,91 @@ textarea.v-field__input::placeholder {
|
|
24214
24168
|
-webkit-hyphens: auto;
|
24215
24169
|
hyphens: auto;
|
24216
24170
|
transition-duration: 150ms;
|
24171
|
+
}.v-menu > .v-overlay__content {
|
24172
|
+
display: flex;
|
24173
|
+
flex-direction: column;
|
24174
|
+
}
|
24175
|
+
.v-menu > .v-overlay__content {
|
24176
|
+
border-radius: 4px;
|
24177
|
+
}
|
24178
|
+
.v-menu > .v-overlay__content > .v-card,
|
24179
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
24180
|
+
.v-menu > .v-overlay__content > .v-list {
|
24181
|
+
background: rgb(var(--v-theme-surface));
|
24182
|
+
border-radius: inherit;
|
24183
|
+
overflow: auto;
|
24184
|
+
height: 100%;
|
24185
|
+
}
|
24186
|
+
.v-menu > .v-overlay__content > .v-card,
|
24187
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
24188
|
+
.v-menu > .v-overlay__content > .v-list {
|
24189
|
+
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));
|
24190
|
+
}.v-pagination__list {
|
24191
|
+
display: inline-flex;
|
24192
|
+
list-style-type: none;
|
24193
|
+
justify-content: center;
|
24194
|
+
width: 100%;
|
24195
|
+
}
|
24196
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
24197
|
+
margin: 0.3rem;
|
24198
|
+
}.v-otp-input {
|
24199
|
+
align-items: center;
|
24200
|
+
display: flex;
|
24201
|
+
justify-content: center;
|
24202
|
+
padding: 0.5rem 0;
|
24203
|
+
position: relative;
|
24204
|
+
}
|
24205
|
+
.v-otp-input {
|
24206
|
+
border-radius: 4px;
|
24207
|
+
}
|
24208
|
+
.v-otp-input .v-field {
|
24209
|
+
height: 100%;
|
24210
|
+
}
|
24211
|
+
|
24212
|
+
.v-otp-input__divider {
|
24213
|
+
margin: 0 8px;
|
24214
|
+
}
|
24215
|
+
|
24216
|
+
.v-otp-input__content {
|
24217
|
+
align-items: center;
|
24218
|
+
display: flex;
|
24219
|
+
gap: 0.5rem;
|
24220
|
+
height: 64px;
|
24221
|
+
padding: 0.5rem;
|
24222
|
+
justify-content: center;
|
24223
|
+
max-width: 320px;
|
24224
|
+
position: relative;
|
24225
|
+
border-radius: inherit;
|
24226
|
+
}
|
24227
|
+
.v-otp-input--divided .v-otp-input__content {
|
24228
|
+
max-width: 360px;
|
24229
|
+
}
|
24230
|
+
|
24231
|
+
.v-otp-input__field {
|
24232
|
+
color: inherit;
|
24233
|
+
font-size: 1.25rem;
|
24234
|
+
height: 100%;
|
24235
|
+
outline: none;
|
24236
|
+
text-align: center;
|
24237
|
+
width: 100%;
|
24238
|
+
}
|
24239
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
24240
|
+
-webkit-appearance: none;
|
24241
|
+
margin: 0;
|
24242
|
+
}
|
24243
|
+
.v-otp-input__field[type=number] {
|
24244
|
+
-moz-appearance: textfield;
|
24245
|
+
}
|
24246
|
+
|
24247
|
+
.v-otp-input__loader {
|
24248
|
+
align-items: center;
|
24249
|
+
display: flex;
|
24250
|
+
height: 100%;
|
24251
|
+
justify-content: center;
|
24252
|
+
width: 100%;
|
24253
|
+
}
|
24254
|
+
.v-otp-input__loader .v-progress-linear {
|
24255
|
+
position: absolute;
|
24217
24256
|
}.v-navigation-drawer {
|
24218
24257
|
-webkit-overflow-scrolling: touch;
|
24219
24258
|
background: rgb(var(--v-theme-surface));
|
@@ -24322,94 +24361,108 @@ textarea.v-field__input::placeholder {
|
|
24322
24361
|
.v-navigation-drawer__append {
|
24323
24362
|
flex: none;
|
24324
24363
|
overflow: hidden;
|
24325
|
-
}.v-
|
24364
|
+
}.v-progress-circular {
|
24326
24365
|
align-items: center;
|
24327
|
-
display: flex;
|
24366
|
+
display: inline-flex;
|
24328
24367
|
justify-content: center;
|
24329
|
-
padding: 0.5rem 0;
|
24330
24368
|
position: relative;
|
24369
|
+
vertical-align: middle;
|
24331
24370
|
}
|
24332
|
-
.v-
|
24333
|
-
|
24334
|
-
}
|
24335
|
-
.v-otp-input .v-field {
|
24371
|
+
.v-progress-circular > svg {
|
24372
|
+
width: 100%;
|
24336
24373
|
height: 100%;
|
24374
|
+
margin: auto;
|
24375
|
+
position: absolute;
|
24376
|
+
top: 0;
|
24377
|
+
bottom: 0;
|
24378
|
+
left: 0;
|
24379
|
+
right: 0;
|
24380
|
+
z-index: 0;
|
24337
24381
|
}
|
24338
24382
|
|
24339
|
-
.v-
|
24340
|
-
margin: 0 8px;
|
24341
|
-
}
|
24342
|
-
|
24343
|
-
.v-otp-input__content {
|
24383
|
+
.v-progress-circular__content {
|
24344
24384
|
align-items: center;
|
24345
24385
|
display: flex;
|
24346
|
-
gap: 0.5rem;
|
24347
|
-
height: 64px;
|
24348
|
-
padding: 0.5rem;
|
24349
24386
|
justify-content: center;
|
24350
|
-
max-width: 320px;
|
24351
|
-
position: relative;
|
24352
|
-
border-radius: inherit;
|
24353
24387
|
}
|
24354
|
-
|
24355
|
-
|
24388
|
+
|
24389
|
+
.v-progress-circular__underlay {
|
24390
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24391
|
+
stroke: currentColor;
|
24392
|
+
z-index: 1;
|
24356
24393
|
}
|
24357
24394
|
|
24358
|
-
.v-
|
24359
|
-
|
24360
|
-
|
24361
|
-
|
24362
|
-
outline: none;
|
24363
|
-
text-align: center;
|
24364
|
-
width: 100%;
|
24395
|
+
.v-progress-circular__overlay {
|
24396
|
+
stroke: currentColor;
|
24397
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
24398
|
+
z-index: 2;
|
24365
24399
|
}
|
24366
|
-
|
24367
|
-
|
24368
|
-
|
24400
|
+
|
24401
|
+
.v-progress-circular--size-x-small {
|
24402
|
+
height: 16px;
|
24403
|
+
width: 16px;
|
24369
24404
|
}
|
24370
|
-
.v-
|
24371
|
-
|
24405
|
+
.v-progress-circular--size-small {
|
24406
|
+
height: 24px;
|
24407
|
+
width: 24px;
|
24372
24408
|
}
|
24373
|
-
|
24374
|
-
|
24375
|
-
|
24376
|
-
display: flex;
|
24377
|
-
height: 100%;
|
24378
|
-
justify-content: center;
|
24379
|
-
width: 100%;
|
24409
|
+
.v-progress-circular--size-default {
|
24410
|
+
height: 32px;
|
24411
|
+
width: 32px;
|
24380
24412
|
}
|
24381
|
-
.v-
|
24382
|
-
|
24383
|
-
|
24384
|
-
flex: 1 0 auto;
|
24385
|
-
max-width: 100%;
|
24386
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24387
|
-
padding-left: var(--v-layout-left);
|
24388
|
-
padding-right: var(--v-layout-right);
|
24389
|
-
padding-top: var(--v-layout-top);
|
24390
|
-
padding-bottom: var(--v-layout-bottom);
|
24413
|
+
.v-progress-circular--size-large {
|
24414
|
+
height: 48px;
|
24415
|
+
width: 48px;
|
24391
24416
|
}
|
24392
|
-
.v-
|
24393
|
-
|
24394
|
-
|
24417
|
+
.v-progress-circular--size-x-large {
|
24418
|
+
height: 64px;
|
24419
|
+
width: 64px;
|
24395
24420
|
}
|
24396
|
-
|
24397
|
-
|
24421
|
+
|
24422
|
+
.v-progress-circular--indeterminate > svg {
|
24423
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
24424
|
+
transform-origin: center center;
|
24425
|
+
transition: all 0.2s ease-in-out;
|
24398
24426
|
}
|
24399
|
-
.v-
|
24400
|
-
|
24401
|
-
|
24402
|
-
|
24403
|
-
|
24404
|
-
|
24427
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
24428
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
24429
|
+
stroke-dasharray: 25, 200;
|
24430
|
+
stroke-dashoffset: 0;
|
24431
|
+
stroke-linecap: round;
|
24432
|
+
transform-origin: center center;
|
24433
|
+
transform: rotate(-90deg);
|
24405
24434
|
}
|
24406
|
-
|
24407
|
-
|
24408
|
-
|
24409
|
-
|
24410
|
-
|
24411
|
-
|
24412
|
-
|
24435
|
+
|
24436
|
+
.v-progress-circular--disable-shrink > svg {
|
24437
|
+
animation-duration: 0.7s;
|
24438
|
+
}
|
24439
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
24440
|
+
animation: none;
|
24441
|
+
}
|
24442
|
+
|
24443
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
24444
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
24445
|
+
animation-play-state: paused !important;
|
24446
|
+
}
|
24447
|
+
|
24448
|
+
@keyframes progress-circular-dash {
|
24449
|
+
0% {
|
24450
|
+
stroke-dasharray: 1, 200;
|
24451
|
+
stroke-dashoffset: 0px;
|
24452
|
+
}
|
24453
|
+
50% {
|
24454
|
+
stroke-dasharray: 100, 200;
|
24455
|
+
stroke-dashoffset: -15px;
|
24456
|
+
}
|
24457
|
+
100% {
|
24458
|
+
stroke-dasharray: 100, 200;
|
24459
|
+
stroke-dashoffset: -124px;
|
24460
|
+
}
|
24461
|
+
}
|
24462
|
+
@keyframes progress-circular-rotate {
|
24463
|
+
100% {
|
24464
|
+
transform: rotate(270deg);
|
24465
|
+
}
|
24413
24466
|
}.v-overlay-container {
|
24414
24467
|
contain: layout;
|
24415
24468
|
left: 0;
|
@@ -24473,191 +24526,12 @@ html.v-overlay-scroll-blocked {
|
|
24473
24526
|
|
24474
24527
|
.v-overlay--scroll-blocked {
|
24475
24528
|
padding-inline-end: var(--v-scrollbar-offset);
|
24476
|
-
}.v-pagination__list {
|
24477
|
-
display: inline-flex;
|
24478
|
-
list-style-type: none;
|
24479
|
-
justify-content: center;
|
24480
|
-
width: 100%;
|
24481
|
-
}
|
24482
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
24483
|
-
margin: 0.3rem;
|
24484
24529
|
}.v-parallax {
|
24485
24530
|
position: relative;
|
24486
24531
|
overflow: hidden;
|
24487
24532
|
}
|
24488
24533
|
.v-parallax--active > .v-img__img {
|
24489
24534
|
will-change: transform;
|
24490
|
-
}.v-progress-circular {
|
24491
|
-
align-items: center;
|
24492
|
-
display: inline-flex;
|
24493
|
-
justify-content: center;
|
24494
|
-
position: relative;
|
24495
|
-
vertical-align: middle;
|
24496
|
-
}
|
24497
|
-
.v-progress-circular > svg {
|
24498
|
-
width: 100%;
|
24499
|
-
height: 100%;
|
24500
|
-
margin: auto;
|
24501
|
-
position: absolute;
|
24502
|
-
top: 0;
|
24503
|
-
bottom: 0;
|
24504
|
-
left: 0;
|
24505
|
-
right: 0;
|
24506
|
-
z-index: 0;
|
24507
|
-
}
|
24508
|
-
|
24509
|
-
.v-progress-circular__content {
|
24510
|
-
align-items: center;
|
24511
|
-
display: flex;
|
24512
|
-
justify-content: center;
|
24513
|
-
}
|
24514
|
-
|
24515
|
-
.v-progress-circular__underlay {
|
24516
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24517
|
-
stroke: currentColor;
|
24518
|
-
z-index: 1;
|
24519
|
-
}
|
24520
|
-
|
24521
|
-
.v-progress-circular__overlay {
|
24522
|
-
stroke: currentColor;
|
24523
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
24524
|
-
z-index: 2;
|
24525
|
-
}
|
24526
|
-
|
24527
|
-
.v-progress-circular--size-x-small {
|
24528
|
-
height: 16px;
|
24529
|
-
width: 16px;
|
24530
|
-
}
|
24531
|
-
.v-progress-circular--size-small {
|
24532
|
-
height: 24px;
|
24533
|
-
width: 24px;
|
24534
|
-
}
|
24535
|
-
.v-progress-circular--size-default {
|
24536
|
-
height: 32px;
|
24537
|
-
width: 32px;
|
24538
|
-
}
|
24539
|
-
.v-progress-circular--size-large {
|
24540
|
-
height: 48px;
|
24541
|
-
width: 48px;
|
24542
|
-
}
|
24543
|
-
.v-progress-circular--size-x-large {
|
24544
|
-
height: 64px;
|
24545
|
-
width: 64px;
|
24546
|
-
}
|
24547
|
-
|
24548
|
-
.v-progress-circular--indeterminate > svg {
|
24549
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
24550
|
-
transform-origin: center center;
|
24551
|
-
transition: all 0.2s ease-in-out;
|
24552
|
-
}
|
24553
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
24554
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
24555
|
-
stroke-dasharray: 25, 200;
|
24556
|
-
stroke-dashoffset: 0;
|
24557
|
-
stroke-linecap: round;
|
24558
|
-
transform-origin: center center;
|
24559
|
-
transform: rotate(-90deg);
|
24560
|
-
}
|
24561
|
-
|
24562
|
-
.v-progress-circular--disable-shrink > svg {
|
24563
|
-
animation-duration: 0.7s;
|
24564
|
-
}
|
24565
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
24566
|
-
animation: none;
|
24567
|
-
}
|
24568
|
-
|
24569
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
24570
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
24571
|
-
animation-play-state: paused !important;
|
24572
|
-
}
|
24573
|
-
|
24574
|
-
@keyframes progress-circular-dash {
|
24575
|
-
0% {
|
24576
|
-
stroke-dasharray: 1, 200;
|
24577
|
-
stroke-dashoffset: 0px;
|
24578
|
-
}
|
24579
|
-
50% {
|
24580
|
-
stroke-dasharray: 100, 200;
|
24581
|
-
stroke-dashoffset: -15px;
|
24582
|
-
}
|
24583
|
-
100% {
|
24584
|
-
stroke-dasharray: 100, 200;
|
24585
|
-
stroke-dashoffset: -124px;
|
24586
|
-
}
|
24587
|
-
}
|
24588
|
-
@keyframes progress-circular-rotate {
|
24589
|
-
100% {
|
24590
|
-
transform: rotate(270deg);
|
24591
|
-
}
|
24592
|
-
}.v-radio-group > .v-input__control {
|
24593
|
-
flex-direction: column;
|
24594
|
-
}
|
24595
|
-
.v-radio-group > .v-input__control > .v-label {
|
24596
|
-
margin-inline-start: 16px;
|
24597
|
-
}
|
24598
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24599
|
-
padding-inline-start: 6px;
|
24600
|
-
margin-top: 8px;
|
24601
|
-
}
|
24602
|
-
.v-radio-group .v-input__details {
|
24603
|
-
padding-inline: 16px;
|
24604
|
-
}.v-slider .v-slider__container input {
|
24605
|
-
cursor: default;
|
24606
|
-
padding: 0;
|
24607
|
-
width: 100%;
|
24608
|
-
display: none;
|
24609
|
-
}
|
24610
|
-
.v-slider > .v-input__append,
|
24611
|
-
.v-slider > .v-input__prepend {
|
24612
|
-
padding: 0;
|
24613
|
-
}
|
24614
|
-
|
24615
|
-
.v-slider__container {
|
24616
|
-
position: relative;
|
24617
|
-
min-height: inherit;
|
24618
|
-
width: 100%;
|
24619
|
-
height: 100%;
|
24620
|
-
display: flex;
|
24621
|
-
justify-content: center;
|
24622
|
-
align-items: center;
|
24623
|
-
cursor: pointer;
|
24624
|
-
}
|
24625
|
-
.v-input--disabled .v-slider__container {
|
24626
|
-
opacity: var(--v-disabled-opacity);
|
24627
|
-
}
|
24628
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24629
|
-
color: rgb(var(--v-theme-error));
|
24630
|
-
}
|
24631
|
-
|
24632
|
-
.v-slider.v-input--horizontal {
|
24633
|
-
align-items: center;
|
24634
|
-
margin-inline: 8px 8px;
|
24635
|
-
}
|
24636
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
24637
|
-
min-height: 32px;
|
24638
|
-
display: flex;
|
24639
|
-
align-items: center;
|
24640
|
-
}
|
24641
|
-
|
24642
|
-
.v-slider.v-input--vertical {
|
24643
|
-
justify-content: center;
|
24644
|
-
margin-top: 12px;
|
24645
|
-
margin-bottom: 12px;
|
24646
|
-
}
|
24647
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24648
|
-
min-height: 300px;
|
24649
|
-
}
|
24650
|
-
|
24651
|
-
.v-slider.v-input--disabled {
|
24652
|
-
pointer-events: none;
|
24653
|
-
}
|
24654
|
-
|
24655
|
-
.v-slider--has-labels > .v-input__control {
|
24656
|
-
margin-bottom: 4px;
|
24657
|
-
}
|
24658
|
-
|
24659
|
-
.v-slider__label {
|
24660
|
-
margin-inline-end: 12px;
|
24661
24535
|
}.v-progress-linear {
|
24662
24536
|
background: transparent;
|
24663
24537
|
overflow: hidden;
|
@@ -24939,6 +24813,163 @@ html.v-overlay-scroll-blocked {
|
|
24939
24813
|
opacity: 0;
|
24940
24814
|
position: absolute;
|
24941
24815
|
width: 0;
|
24816
|
+
}.v-radio-group > .v-input__control {
|
24817
|
+
flex-direction: column;
|
24818
|
+
}
|
24819
|
+
.v-radio-group > .v-input__control > .v-label {
|
24820
|
+
margin-inline-start: 16px;
|
24821
|
+
}
|
24822
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24823
|
+
padding-inline-start: 6px;
|
24824
|
+
margin-top: 8px;
|
24825
|
+
}
|
24826
|
+
.v-radio-group .v-input__details {
|
24827
|
+
padding-inline: 16px;
|
24828
|
+
}.v-slider .v-slider__container input {
|
24829
|
+
cursor: default;
|
24830
|
+
padding: 0;
|
24831
|
+
width: 100%;
|
24832
|
+
display: none;
|
24833
|
+
}
|
24834
|
+
.v-slider > .v-input__append,
|
24835
|
+
.v-slider > .v-input__prepend {
|
24836
|
+
padding: 0;
|
24837
|
+
}
|
24838
|
+
|
24839
|
+
.v-slider__container {
|
24840
|
+
position: relative;
|
24841
|
+
min-height: inherit;
|
24842
|
+
width: 100%;
|
24843
|
+
height: 100%;
|
24844
|
+
display: flex;
|
24845
|
+
justify-content: center;
|
24846
|
+
align-items: center;
|
24847
|
+
cursor: pointer;
|
24848
|
+
}
|
24849
|
+
.v-input--disabled .v-slider__container {
|
24850
|
+
opacity: var(--v-disabled-opacity);
|
24851
|
+
}
|
24852
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24853
|
+
color: rgb(var(--v-theme-error));
|
24854
|
+
}
|
24855
|
+
|
24856
|
+
.v-slider.v-input--horizontal {
|
24857
|
+
align-items: center;
|
24858
|
+
margin-inline: 8px 8px;
|
24859
|
+
}
|
24860
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24861
|
+
min-height: 32px;
|
24862
|
+
display: flex;
|
24863
|
+
align-items: center;
|
24864
|
+
}
|
24865
|
+
|
24866
|
+
.v-slider.v-input--vertical {
|
24867
|
+
justify-content: center;
|
24868
|
+
margin-top: 12px;
|
24869
|
+
margin-bottom: 12px;
|
24870
|
+
}
|
24871
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24872
|
+
min-height: 300px;
|
24873
|
+
}
|
24874
|
+
|
24875
|
+
.v-slider.v-input--disabled {
|
24876
|
+
pointer-events: none;
|
24877
|
+
}
|
24878
|
+
|
24879
|
+
.v-slider--has-labels > .v-input__control {
|
24880
|
+
margin-bottom: 4px;
|
24881
|
+
}
|
24882
|
+
|
24883
|
+
.v-slider__label {
|
24884
|
+
margin-inline-end: 12px;
|
24885
|
+
}.v-select .v-field .v-text-field__prefix,
|
24886
|
+
.v-select .v-field .v-text-field__suffix,
|
24887
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24888
|
+
cursor: pointer;
|
24889
|
+
}
|
24890
|
+
.v-select .v-field .v-field__input > input {
|
24891
|
+
align-self: flex-start;
|
24892
|
+
opacity: 1;
|
24893
|
+
flex: 0 0;
|
24894
|
+
position: absolute;
|
24895
|
+
width: 100%;
|
24896
|
+
transition: none;
|
24897
|
+
pointer-events: none;
|
24898
|
+
caret-color: transparent;
|
24899
|
+
}
|
24900
|
+
.v-select .v-field--dirty .v-select__selection {
|
24901
|
+
margin-inline-end: 2px;
|
24902
|
+
}
|
24903
|
+
.v-select .v-select__selection-text {
|
24904
|
+
overflow: hidden;
|
24905
|
+
text-overflow: ellipsis;
|
24906
|
+
white-space: nowrap;
|
24907
|
+
}
|
24908
|
+
.v-select__content {
|
24909
|
+
overflow: hidden;
|
24910
|
+
}
|
24911
|
+
.v-select__content {
|
24912
|
+
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));
|
24913
|
+
}
|
24914
|
+
.v-select__content {
|
24915
|
+
border-radius: 4px;
|
24916
|
+
}
|
24917
|
+
.v-select__selection {
|
24918
|
+
display: inline-flex;
|
24919
|
+
align-items: center;
|
24920
|
+
letter-spacing: inherit;
|
24921
|
+
line-height: inherit;
|
24922
|
+
max-width: 100%;
|
24923
|
+
}
|
24924
|
+
.v-select .v-select__selection:first-child {
|
24925
|
+
margin-inline-start: 0;
|
24926
|
+
}
|
24927
|
+
.v-select--selected .v-field .v-field__input > input {
|
24928
|
+
opacity: 0;
|
24929
|
+
}
|
24930
|
+
.v-select__menu-icon {
|
24931
|
+
margin-inline-start: 4px;
|
24932
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24933
|
+
}
|
24934
|
+
.v-select--active-menu .v-select__menu-icon {
|
24935
|
+
opacity: var(--v-high-emphasis-opacity);
|
24936
|
+
transform: rotate(180deg);
|
24937
|
+
}.v-sheet {
|
24938
|
+
display: block;
|
24939
|
+
}
|
24940
|
+
.v-sheet {
|
24941
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24942
|
+
border-style: solid;
|
24943
|
+
border-width: 0;
|
24944
|
+
}
|
24945
|
+
.v-sheet--border {
|
24946
|
+
border-width: thin;
|
24947
|
+
box-shadow: none;
|
24948
|
+
}
|
24949
|
+
.v-sheet {
|
24950
|
+
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));
|
24951
|
+
}
|
24952
|
+
.v-sheet--absolute {
|
24953
|
+
position: absolute;
|
24954
|
+
}
|
24955
|
+
.v-sheet--fixed {
|
24956
|
+
position: fixed;
|
24957
|
+
}
|
24958
|
+
.v-sheet--relative {
|
24959
|
+
position: relative;
|
24960
|
+
}
|
24961
|
+
.v-sheet--sticky {
|
24962
|
+
position: sticky;
|
24963
|
+
}
|
24964
|
+
.v-sheet {
|
24965
|
+
border-radius: 0;
|
24966
|
+
}
|
24967
|
+
.v-sheet {
|
24968
|
+
background: rgb(var(--v-theme-surface));
|
24969
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24970
|
+
}
|
24971
|
+
.v-sheet--rounded {
|
24972
|
+
border-radius: 4px;
|
24942
24973
|
}.v-selection-control {
|
24943
24974
|
align-items: center;
|
24944
24975
|
contain: layout;
|
@@ -25042,66 +25073,6 @@ html.v-overlay-scroll-blocked {
|
|
25042
25073
|
}
|
25043
25074
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
25044
25075
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25045
|
-
}.v-select .v-field .v-text-field__prefix,
|
25046
|
-
.v-select .v-field .v-text-field__suffix,
|
25047
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
25048
|
-
cursor: pointer;
|
25049
|
-
}
|
25050
|
-
.v-select .v-field .v-field__input > input {
|
25051
|
-
align-self: flex-start;
|
25052
|
-
opacity: 1;
|
25053
|
-
flex: 0 0;
|
25054
|
-
position: absolute;
|
25055
|
-
width: 100%;
|
25056
|
-
transition: none;
|
25057
|
-
pointer-events: none;
|
25058
|
-
caret-color: transparent;
|
25059
|
-
}
|
25060
|
-
.v-select .v-field--dirty .v-select__selection {
|
25061
|
-
margin-inline-end: 2px;
|
25062
|
-
}
|
25063
|
-
.v-select .v-select__selection-text {
|
25064
|
-
overflow: hidden;
|
25065
|
-
text-overflow: ellipsis;
|
25066
|
-
white-space: nowrap;
|
25067
|
-
}
|
25068
|
-
.v-select__content {
|
25069
|
-
overflow: hidden;
|
25070
|
-
}
|
25071
|
-
.v-select__content {
|
25072
|
-
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));
|
25073
|
-
}
|
25074
|
-
.v-select__content {
|
25075
|
-
border-radius: 4px;
|
25076
|
-
}
|
25077
|
-
.v-select__selection {
|
25078
|
-
display: inline-flex;
|
25079
|
-
align-items: center;
|
25080
|
-
letter-spacing: inherit;
|
25081
|
-
line-height: inherit;
|
25082
|
-
max-width: 100%;
|
25083
|
-
}
|
25084
|
-
.v-select .v-select__selection:first-child {
|
25085
|
-
margin-inline-start: 0;
|
25086
|
-
}
|
25087
|
-
.v-select--selected .v-field .v-field__input > input {
|
25088
|
-
opacity: 0;
|
25089
|
-
}
|
25090
|
-
.v-select__menu-icon {
|
25091
|
-
margin-inline-start: 4px;
|
25092
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25093
|
-
}
|
25094
|
-
.v-select--active-menu .v-select__menu-icon {
|
25095
|
-
opacity: var(--v-high-emphasis-opacity);
|
25096
|
-
transform: rotate(180deg);
|
25097
|
-
}.v-selection-control-group {
|
25098
|
-
grid-area: control;
|
25099
|
-
display: flex;
|
25100
|
-
flex-direction: column;
|
25101
|
-
}
|
25102
|
-
.v-selection-control-group--inline {
|
25103
|
-
flex-direction: row;
|
25104
|
-
flex-wrap: wrap;
|
25105
25076
|
}.v-responsive {
|
25106
25077
|
display: flex;
|
25107
25078
|
flex: 1 0 auto;
|
@@ -25128,6 +25099,14 @@ html.v-overlay-scroll-blocked {
|
|
25128
25099
|
flex: 1 0 0px;
|
25129
25100
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25130
25101
|
pointer-events: none;
|
25102
|
+
}.v-selection-control-group {
|
25103
|
+
grid-area: control;
|
25104
|
+
display: flex;
|
25105
|
+
flex-direction: column;
|
25106
|
+
}
|
25107
|
+
.v-selection-control-group--inline {
|
25108
|
+
flex-direction: row;
|
25109
|
+
flex-wrap: wrap;
|
25131
25110
|
}.v-slide-group {
|
25132
25111
|
display: flex;
|
25133
25112
|
overflow: hidden;
|
@@ -25183,56 +25162,20 @@ html.v-overlay-scroll-blocked {
|
|
25183
25162
|
.v-slide-group--vertical .v-slide-group__container {
|
25184
25163
|
overflow-x: hidden;
|
25185
25164
|
overflow-y: auto;
|
25186
|
-
}.v-
|
25187
|
-
|
25188
|
-
|
25189
|
-
|
25190
|
-
|
25191
|
-
|
25192
|
-
|
25193
|
-
|
25194
|
-
.v-sheet--border {
|
25195
|
-
border-width: thin;
|
25196
|
-
box-shadow: none;
|
25197
|
-
}
|
25198
|
-
.v-sheet {
|
25199
|
-
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));
|
25165
|
+
}.v-skeleton-loader {
|
25166
|
+
align-items: center;
|
25167
|
+
background: rgb(var(--v-theme-surface));
|
25168
|
+
border-radius: 4px;
|
25169
|
+
display: flex;
|
25170
|
+
flex-wrap: wrap;
|
25171
|
+
position: relative;
|
25172
|
+
vertical-align: top;
|
25200
25173
|
}
|
25201
|
-
.v-
|
25202
|
-
|
25174
|
+
.v-skeleton-loader__actions {
|
25175
|
+
justify-content: end;
|
25203
25176
|
}
|
25204
|
-
.v-
|
25205
|
-
|
25206
|
-
}
|
25207
|
-
.v-sheet--relative {
|
25208
|
-
position: relative;
|
25209
|
-
}
|
25210
|
-
.v-sheet--sticky {
|
25211
|
-
position: sticky;
|
25212
|
-
}
|
25213
|
-
.v-sheet {
|
25214
|
-
border-radius: 0;
|
25215
|
-
}
|
25216
|
-
.v-sheet {
|
25217
|
-
background: rgb(var(--v-theme-surface));
|
25218
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25219
|
-
}
|
25220
|
-
.v-sheet--rounded {
|
25221
|
-
border-radius: 4px;
|
25222
|
-
}.v-skeleton-loader {
|
25223
|
-
align-items: center;
|
25224
|
-
background: rgb(var(--v-theme-surface));
|
25225
|
-
border-radius: 4px;
|
25226
|
-
display: flex;
|
25227
|
-
flex-wrap: wrap;
|
25228
|
-
position: relative;
|
25229
|
-
vertical-align: top;
|
25230
|
-
}
|
25231
|
-
.v-skeleton-loader__actions {
|
25232
|
-
justify-content: end;
|
25233
|
-
}
|
25234
|
-
.v-skeleton-loader .v-skeleton-loader__ossein {
|
25235
|
-
height: 100%;
|
25177
|
+
.v-skeleton-loader .v-skeleton-loader__ossein {
|
25178
|
+
height: 100%;
|
25236
25179
|
}
|
25237
25180
|
.v-skeleton-loader .v-skeleton-loader__avatar,
|
25238
25181
|
.v-skeleton-loader .v-skeleton-loader__button,
|
@@ -25625,181 +25568,6 @@ html.v-overlay-scroll-blocked {
|
|
25625
25568
|
}
|
25626
25569
|
.v-speed-dial__content > *:nth-child(10) {
|
25627
25570
|
transition-delay: 0.45s;
|
25628
|
-
}.v-stepper.v-sheet {
|
25629
|
-
overflow: hidden;
|
25630
|
-
}
|
25631
|
-
.v-stepper.v-sheet {
|
25632
|
-
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));
|
25633
|
-
}
|
25634
|
-
.v-stepper.v-sheet {
|
25635
|
-
border-radius: 4px;
|
25636
|
-
}
|
25637
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
25638
|
-
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));
|
25639
|
-
}
|
25640
|
-
|
25641
|
-
.v-stepper-header {
|
25642
|
-
align-items: center;
|
25643
|
-
display: flex;
|
25644
|
-
position: relative;
|
25645
|
-
overflow-x: auto;
|
25646
|
-
justify-content: space-between;
|
25647
|
-
z-index: 1;
|
25648
|
-
}
|
25649
|
-
.v-stepper-header {
|
25650
|
-
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));
|
25651
|
-
}
|
25652
|
-
.v-stepper-header .v-divider {
|
25653
|
-
margin: 0 -16px;
|
25654
|
-
}
|
25655
|
-
.v-stepper-header .v-divider:last-child {
|
25656
|
-
margin-inline-end: 0;
|
25657
|
-
}
|
25658
|
-
.v-stepper-header .v-divider:first-child {
|
25659
|
-
margin-inline-start: 0;
|
25660
|
-
}
|
25661
|
-
.v-stepper--alt-labels .v-stepper-header {
|
25662
|
-
height: auto;
|
25663
|
-
}
|
25664
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25665
|
-
align-self: flex-start;
|
25666
|
-
margin: 35px -67px 0;
|
25667
|
-
}
|
25668
|
-
|
25669
|
-
.v-stepper-window {
|
25670
|
-
margin: 1.5rem;
|
25671
|
-
}
|
25672
|
-
|
25673
|
-
.v-stepper-actions {
|
25674
|
-
display: flex;
|
25675
|
-
align-items: center;
|
25676
|
-
justify-content: space-between;
|
25677
|
-
padding: 1rem;
|
25678
|
-
}
|
25679
|
-
.v-stepper .v-stepper-actions {
|
25680
|
-
padding: 0 1.5rem 1rem;
|
25681
|
-
}
|
25682
|
-
.v-stepper-window-item .v-stepper-actions {
|
25683
|
-
padding: 1.5rem 0 0;
|
25684
|
-
}.v-stepper-item {
|
25685
|
-
align-items: center;
|
25686
|
-
align-self: stretch;
|
25687
|
-
display: inline-flex;
|
25688
|
-
flex: none;
|
25689
|
-
outline: none;
|
25690
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25691
|
-
padding: 1.5rem;
|
25692
|
-
position: relative;
|
25693
|
-
transition-duration: 0.2s;
|
25694
|
-
transition-property: opacity;
|
25695
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25696
|
-
}
|
25697
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25698
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25699
|
-
}
|
25700
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25701
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25702
|
-
}
|
25703
|
-
@supports not selector(:focus-visible) {
|
25704
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25705
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25706
|
-
}
|
25707
|
-
}
|
25708
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25709
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25710
|
-
}
|
25711
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25712
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25713
|
-
}
|
25714
|
-
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
25715
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25716
|
-
}
|
25717
|
-
@supports not selector(:focus-visible) {
|
25718
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25719
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25720
|
-
}
|
25721
|
-
}
|
25722
|
-
.v-stepper--non-linear .v-stepper-item {
|
25723
|
-
opacity: var(--v-high-emphasis-opacity);
|
25724
|
-
}
|
25725
|
-
.v-stepper-item--selected {
|
25726
|
-
opacity: 1;
|
25727
|
-
}
|
25728
|
-
.v-stepper-item--error {
|
25729
|
-
color: rgb(var(--v-theme-error));
|
25730
|
-
}
|
25731
|
-
.v-stepper-item--disabled {
|
25732
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25733
|
-
pointer-events: none;
|
25734
|
-
}
|
25735
|
-
.v-stepper--alt-labels .v-stepper-item {
|
25736
|
-
flex-direction: column;
|
25737
|
-
justify-content: flex-start;
|
25738
|
-
align-items: center;
|
25739
|
-
flex-basis: 175px;
|
25740
|
-
}
|
25741
|
-
|
25742
|
-
.v-stepper-item__avatar.v-avatar {
|
25743
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25744
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25745
|
-
font-size: 0.75rem;
|
25746
|
-
margin-inline-end: 8px;
|
25747
|
-
}
|
25748
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
25749
|
-
margin-inline-end: 0;
|
25750
|
-
}
|
25751
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
25752
|
-
font-size: 0.875rem;
|
25753
|
-
}
|
25754
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
25755
|
-
background: rgb(var(--v-theme-surface-variant));
|
25756
|
-
}
|
25757
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
25758
|
-
background: rgb(var(--v-theme-error));
|
25759
|
-
}
|
25760
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25761
|
-
margin-bottom: 16px;
|
25762
|
-
margin-inline-end: 0;
|
25763
|
-
}
|
25764
|
-
|
25765
|
-
.v-stepper-item__title {
|
25766
|
-
line-height: 1;
|
25767
|
-
}
|
25768
|
-
.v-stepper--mobile .v-stepper-item__title {
|
25769
|
-
display: none;
|
25770
|
-
}
|
25771
|
-
|
25772
|
-
.v-stepper-item__subtitle {
|
25773
|
-
font-size: 0.75rem;
|
25774
|
-
text-align: left;
|
25775
|
-
line-height: 1;
|
25776
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25777
|
-
}
|
25778
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25779
|
-
text-align: center;
|
25780
|
-
}
|
25781
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
25782
|
-
display: none;
|
25783
|
-
}
|
25784
|
-
|
25785
|
-
.v-stepper-item__overlay {
|
25786
|
-
background-color: currentColor;
|
25787
|
-
border-radius: inherit;
|
25788
|
-
opacity: 0;
|
25789
|
-
transition: opacity 0.2s ease-in-out;
|
25790
|
-
}
|
25791
|
-
|
25792
|
-
.v-stepper-item__overlay,
|
25793
|
-
.v-stepper-item__underlay {
|
25794
|
-
pointer-events: none;
|
25795
|
-
}
|
25796
|
-
.v-stepper-item__overlay,
|
25797
|
-
.v-stepper-item__underlay {
|
25798
|
-
position: absolute;
|
25799
|
-
top: 0;
|
25800
|
-
left: 0;
|
25801
|
-
width: 100%;
|
25802
|
-
height: 100%;
|
25803
25571
|
}.v-switch .v-label {
|
25804
25572
|
padding-inline-start: 10px;
|
25805
25573
|
}
|
@@ -25982,250 +25750,276 @@ html.v-overlay-scroll-blocked {
|
|
25982
25750
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25983
25751
|
border-width: 0;
|
25984
25752
|
}
|
25985
|
-
}.v-
|
25986
|
-
|
25987
|
-
border-radius: 0;
|
25988
|
-
min-width: 90px;
|
25753
|
+
}.v-stepper.v-sheet {
|
25754
|
+
overflow: hidden;
|
25989
25755
|
}
|
25990
|
-
.v-
|
25991
|
-
|
25756
|
+
.v-stepper.v-sheet {
|
25757
|
+
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));
|
25992
25758
|
}
|
25993
|
-
.v-
|
25994
|
-
|
25759
|
+
.v-stepper.v-sheet {
|
25760
|
+
border-radius: 4px;
|
25761
|
+
}
|
25762
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
25763
|
+
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));
|
25995
25764
|
}
|
25996
25765
|
|
25997
|
-
.v-
|
25998
|
-
|
25999
|
-
|
26000
|
-
|
26001
|
-
|
26002
|
-
|
26003
|
-
|
26004
|
-
pointer-events: none;
|
26005
|
-
opacity: 0;
|
25766
|
+
.v-stepper-header {
|
25767
|
+
align-items: center;
|
25768
|
+
display: flex;
|
25769
|
+
position: relative;
|
25770
|
+
overflow-x: auto;
|
25771
|
+
justify-content: space-between;
|
25772
|
+
z-index: 1;
|
26006
25773
|
}
|
26007
|
-
.v-
|
26008
|
-
|
25774
|
+
.v-stepper-header {
|
25775
|
+
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));
|
26009
25776
|
}
|
26010
|
-
.v-
|
26011
|
-
|
26012
|
-
height: 100%;
|
26013
|
-
width: 2px;
|
26014
|
-
}.v-tabs {
|
26015
|
-
display: flex;
|
26016
|
-
height: var(--v-tabs-height);
|
25777
|
+
.v-stepper-header .v-divider {
|
25778
|
+
margin: 0 -16px;
|
26017
25779
|
}
|
26018
|
-
.v-
|
26019
|
-
|
25780
|
+
.v-stepper-header .v-divider:last-child {
|
25781
|
+
margin-inline-end: 0;
|
26020
25782
|
}
|
26021
|
-
.v-
|
26022
|
-
|
25783
|
+
.v-stepper-header .v-divider:first-child {
|
25784
|
+
margin-inline-start: 0;
|
26023
25785
|
}
|
26024
|
-
|
26025
|
-
|
26026
|
-
--v-tabs-height: 44px;
|
25786
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25787
|
+
height: auto;
|
26027
25788
|
}
|
26028
|
-
.v-
|
26029
|
-
|
25789
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25790
|
+
align-self: flex-start;
|
25791
|
+
margin: 35px -67px 0;
|
26030
25792
|
}
|
26031
25793
|
|
26032
|
-
.v-
|
26033
|
-
|
26034
|
-
}
|
26035
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
26036
|
-
--v-tabs-height: 60px;
|
25794
|
+
.v-stepper-window {
|
25795
|
+
margin: 1.5rem;
|
26037
25796
|
}
|
26038
25797
|
|
26039
|
-
.v-
|
26040
|
-
|
25798
|
+
.v-stepper-actions {
|
25799
|
+
display: flex;
|
25800
|
+
align-items: center;
|
25801
|
+
justify-content: space-between;
|
25802
|
+
padding: 1rem;
|
25803
|
+
}
|
25804
|
+
.v-stepper .v-stepper-actions {
|
25805
|
+
padding: 0 1.5rem 1rem;
|
25806
|
+
}
|
25807
|
+
.v-stepper-window-item .v-stepper-actions {
|
25808
|
+
padding: 1.5rem 0 0;
|
25809
|
+
}.v-stepper-item {
|
25810
|
+
align-items: center;
|
25811
|
+
align-self: stretch;
|
25812
|
+
display: inline-flex;
|
26041
25813
|
flex: none;
|
26042
|
-
|
25814
|
+
outline: none;
|
25815
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25816
|
+
padding: 1.5rem;
|
25817
|
+
position: relative;
|
25818
|
+
transition-duration: 0.2s;
|
25819
|
+
transition-property: opacity;
|
25820
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
26043
25821
|
}
|
26044
|
-
|
26045
|
-
|
26046
|
-
margin-inline-start: 42px;
|
25822
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25823
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
26047
25824
|
}
|
26048
|
-
|
26049
|
-
|
26050
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
26051
|
-
margin-inline-end: auto;
|
25825
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25826
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
26052
25827
|
}
|
26053
|
-
|
26054
|
-
.v-
|
26055
|
-
|
25828
|
+
@supports not selector(:focus-visible) {
|
25829
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25830
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25831
|
+
}
|
26056
25832
|
}
|
26057
|
-
|
26058
|
-
|
26059
|
-
flex-grow: 1;
|
25833
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25834
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
26060
25835
|
}
|
26061
|
-
.v-
|
26062
|
-
|
26063
|
-
|
25836
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25837
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25838
|
+
}
|
25839
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
25840
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25841
|
+
}
|
25842
|
+
@supports not selector(:focus-visible) {
|
25843
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25844
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25845
|
+
}
|
25846
|
+
}
|
25847
|
+
.v-stepper--non-linear .v-stepper-item {
|
25848
|
+
opacity: var(--v-high-emphasis-opacity);
|
25849
|
+
}
|
25850
|
+
.v-stepper-item--selected {
|
25851
|
+
opacity: 1;
|
25852
|
+
}
|
25853
|
+
.v-stepper-item--error {
|
25854
|
+
color: rgb(var(--v-theme-error));
|
25855
|
+
}
|
25856
|
+
.v-stepper-item--disabled {
|
25857
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25858
|
+
pointer-events: none;
|
25859
|
+
}
|
25860
|
+
.v-stepper--alt-labels .v-stepper-item {
|
25861
|
+
flex-direction: column;
|
25862
|
+
justify-content: flex-start;
|
25863
|
+
align-items: center;
|
25864
|
+
flex-basis: 175px;
|
26064
25865
|
}
|
26065
25866
|
|
26066
|
-
.v-
|
26067
|
-
|
25867
|
+
.v-stepper-item__avatar.v-avatar {
|
25868
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
25869
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25870
|
+
font-size: 0.75rem;
|
25871
|
+
margin-inline-end: 8px;
|
26068
25872
|
}
|
26069
|
-
.v-
|
25873
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
26070
25874
|
margin-inline-end: 0;
|
26071
25875
|
}
|
26072
|
-
|
26073
|
-
|
26074
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
26075
|
-
margin-inline-start: 52px;
|
26076
|
-
}
|
26077
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
26078
|
-
margin-inline-end: 52px;
|
26079
|
-
}
|
26080
|
-
}.v-textarea .v-field {
|
26081
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25876
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
25877
|
+
font-size: 0.875rem;
|
26082
25878
|
}
|
26083
|
-
.v-
|
26084
|
-
|
25879
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
25880
|
+
background: rgb(var(--v-theme-surface-variant));
|
26085
25881
|
}
|
26086
|
-
.v-
|
26087
|
-
|
26088
|
-
outline: none;
|
26089
|
-
-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));
|
26090
|
-
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));
|
25882
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
25883
|
+
background: rgb(var(--v-theme-error));
|
26091
25884
|
}
|
26092
|
-
.v-
|
26093
|
-
|
26094
|
-
|
26095
|
-
top: 0;
|
26096
|
-
left: 0;
|
26097
|
-
height: 0 !important;
|
26098
|
-
min-height: 0 !important;
|
26099
|
-
pointer-events: none;
|
25885
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25886
|
+
margin-bottom: 16px;
|
25887
|
+
margin-inline-end: 0;
|
26100
25888
|
}
|
26101
|
-
|
26102
|
-
|
25889
|
+
|
25890
|
+
.v-stepper-item__title {
|
25891
|
+
line-height: 1;
|
26103
25892
|
}
|
26104
|
-
.v-
|
26105
|
-
|
26106
|
-
opacity: 1;
|
25893
|
+
.v-stepper--mobile .v-stepper-item__title {
|
25894
|
+
display: none;
|
26107
25895
|
}
|
26108
|
-
|
26109
|
-
|
26110
|
-
|
26111
|
-
|
26112
|
-
|
25896
|
+
|
25897
|
+
.v-stepper-item__subtitle {
|
25898
|
+
font-size: 0.75rem;
|
25899
|
+
text-align: left;
|
25900
|
+
line-height: 1;
|
25901
|
+
opacity: var(--v-medium-emphasis-opacity);
|
26113
25902
|
}
|
26114
|
-
.v-
|
26115
|
-
|
25903
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25904
|
+
text-align: center;
|
26116
25905
|
}
|
26117
|
-
.v-
|
26118
|
-
|
26119
|
-
}
|
26120
|
-
|
26121
|
-
|
25906
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
25907
|
+
display: none;
|
25908
|
+
}
|
25909
|
+
|
25910
|
+
.v-stepper-item__overlay {
|
25911
|
+
background-color: currentColor;
|
25912
|
+
border-radius: inherit;
|
26122
25913
|
opacity: 0;
|
26123
|
-
|
26124
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26125
|
-
min-width: 0;
|
25914
|
+
transition: opacity 0.2s ease-in-out;
|
26126
25915
|
}
|
26127
|
-
|
26128
|
-
|
25916
|
+
|
25917
|
+
.v-stepper-item__overlay,
|
25918
|
+
.v-stepper-item__underlay {
|
25919
|
+
pointer-events: none;
|
26129
25920
|
}
|
26130
|
-
.v-
|
26131
|
-
|
25921
|
+
.v-stepper-item__overlay,
|
25922
|
+
.v-stepper-item__underlay {
|
25923
|
+
position: absolute;
|
25924
|
+
top: 0;
|
25925
|
+
left: 0;
|
25926
|
+
width: 100%;
|
25927
|
+
height: 100%;
|
25928
|
+
}.v-tabs {
|
25929
|
+
display: flex;
|
25930
|
+
height: var(--v-tabs-height);
|
26132
25931
|
}
|
26133
|
-
.v-
|
26134
|
-
|
25932
|
+
.v-tabs--density-default {
|
25933
|
+
--v-tabs-height: 48px;
|
26135
25934
|
}
|
26136
|
-
.v-
|
26137
|
-
--v-
|
25935
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25936
|
+
--v-tabs-height: 72px;
|
25937
|
+
}
|
25938
|
+
|
25939
|
+
.v-tabs--density-comfortable {
|
25940
|
+
--v-tabs-height: 44px;
|
25941
|
+
}
|
25942
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25943
|
+
--v-tabs-height: 68px;
|
25944
|
+
}
|
25945
|
+
|
25946
|
+
.v-tabs--density-compact {
|
25947
|
+
--v-tabs-height: 36px;
|
25948
|
+
}
|
25949
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25950
|
+
--v-tabs-height: 60px;
|
26138
25951
|
}
|
26139
25952
|
|
26140
|
-
.v-
|
26141
|
-
|
25953
|
+
.v-tabs.v-slide-group--vertical {
|
25954
|
+
height: auto;
|
25955
|
+
flex: none;
|
25956
|
+
--v-tabs-height: 48px;
|
26142
25957
|
}
|
26143
25958
|
|
26144
|
-
.v-
|
26145
|
-
|
26146
|
-
}
|
26147
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
26148
|
-
padding-inline: 0;
|
25959
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25960
|
+
margin-inline-start: 42px;
|
26149
25961
|
}
|
26150
25962
|
|
26151
|
-
.v-
|
26152
|
-
.v-
|
26153
|
-
|
25963
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25964
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25965
|
+
margin-inline-end: auto;
|
26154
25966
|
}
|
26155
|
-
.v-
|
26156
|
-
|
25967
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25968
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25969
|
+
margin-inline-start: auto;
|
26157
25970
|
}
|
26158
25971
|
|
26159
|
-
|
26160
|
-
|
26161
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
26162
|
-
align-items: center;
|
26163
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26164
|
-
cursor: default;
|
26165
|
-
display: flex;
|
26166
|
-
opacity: 0;
|
26167
|
-
transition: inherit;
|
26168
|
-
white-space: nowrap;
|
26169
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
26170
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
26171
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
26172
|
-
}
|
26173
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
26174
|
-
opacity: 1;
|
25972
|
+
.v-tabs--grow {
|
25973
|
+
flex-grow: 1;
|
26175
25974
|
}
|
26176
|
-
.v-
|
26177
|
-
|
25975
|
+
.v-tabs--grow .v-tab {
|
25976
|
+
flex: 1 0 auto;
|
25977
|
+
max-width: none;
|
26178
25978
|
}
|
26179
|
-
|
26180
|
-
|
25979
|
+
|
25980
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25981
|
+
margin-inline-start: auto;
|
26181
25982
|
}
|
26182
|
-
.v-
|
26183
|
-
|
25983
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25984
|
+
margin-inline-end: 0;
|
26184
25985
|
}
|
26185
25986
|
|
26186
|
-
|
26187
|
-
|
26188
|
-
|
26189
|
-
|
26190
|
-
|
26191
|
-
|
26192
|
-
|
26193
|
-
|
26194
|
-
|
26195
|
-
|
26196
|
-
width:
|
25987
|
+
@media (max-width: 1279.98px) {
|
25988
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25989
|
+
margin-inline-start: 52px;
|
25990
|
+
}
|
25991
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25992
|
+
margin-inline-end: 52px;
|
25993
|
+
}
|
25994
|
+
}.v-tab.v-tab.v-btn {
|
25995
|
+
height: var(--v-tabs-height);
|
25996
|
+
border-radius: 0;
|
25997
|
+
min-width: 90px;
|
26197
25998
|
}
|
26198
|
-
.v-
|
26199
|
-
|
25999
|
+
.v-slide-group--horizontal .v-tab {
|
26000
|
+
max-width: 360px;
|
26200
26001
|
}
|
26201
|
-
.v-
|
26202
|
-
|
26002
|
+
.v-slide-group--vertical .v-tab {
|
26003
|
+
justify-content: start;
|
26203
26004
|
}
|
26204
|
-
|
26005
|
+
|
26006
|
+
.v-tab__slider {
|
26205
26007
|
position: absolute;
|
26008
|
+
bottom: 0;
|
26009
|
+
left: 0;
|
26010
|
+
height: 2px;
|
26011
|
+
width: 100%;
|
26012
|
+
background: currentColor;
|
26013
|
+
pointer-events: none;
|
26014
|
+
opacity: 0;
|
26206
26015
|
}
|
26207
|
-
.v-
|
26208
|
-
|
26209
|
-
}
|
26210
|
-
.v-system-bar {
|
26211
|
-
background: rgba(var(--v-theme-surface-light));
|
26212
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26213
|
-
}
|
26214
|
-
.v-system-bar {
|
26215
|
-
font-size: 0.75rem;
|
26216
|
-
font-weight: 400;
|
26217
|
-
letter-spacing: 0.0333333333em;
|
26218
|
-
line-height: 1.667;
|
26219
|
-
text-transform: none;
|
26220
|
-
}
|
26221
|
-
.v-system-bar--rounded {
|
26222
|
-
border-radius: 0;
|
26223
|
-
}
|
26224
|
-
.v-system-bar--window {
|
26225
|
-
height: 32px;
|
26016
|
+
.v-tab--selected .v-tab__slider {
|
26017
|
+
opacity: 1;
|
26226
26018
|
}
|
26227
|
-
.v-
|
26228
|
-
|
26019
|
+
.v-slide-group--vertical .v-tab__slider {
|
26020
|
+
top: 0;
|
26021
|
+
height: 100%;
|
26022
|
+
width: 2px;
|
26229
26023
|
}.v-timeline .v-timeline-divider__dot {
|
26230
26024
|
background: rgb(var(--v-theme-surface-light));
|
26231
26025
|
}
|
@@ -26595,55 +26389,204 @@ html.v-overlay-scroll-blocked {
|
|
26595
26389
|
.v-timeline--horizontal.v-timeline--align-start {
|
26596
26390
|
justify-items: flex-start;
|
26597
26391
|
}
|
26598
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
26599
|
-
justify-content: flex-start;
|
26392
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
26393
|
+
justify-content: flex-start;
|
26394
|
+
}
|
26395
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26396
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26397
|
+
}
|
26398
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26399
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26400
|
+
}
|
26401
|
+
|
26402
|
+
.v-timeline--vertical.v-timeline--align-start {
|
26403
|
+
align-items: flex-start;
|
26404
|
+
}
|
26405
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
26406
|
+
justify-content: flex-start;
|
26407
|
+
}
|
26408
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26409
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26410
|
+
}
|
26411
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26412
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26413
|
+
}
|
26414
|
+
|
26415
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26416
|
+
display: none;
|
26417
|
+
}
|
26418
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26419
|
+
--v-timeline-line-size-offset: 12px;
|
26420
|
+
}
|
26421
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26422
|
+
padding-block-start: 0;
|
26423
|
+
}
|
26424
|
+
|
26425
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26426
|
+
padding-inline-start: 0;
|
26427
|
+
}
|
26428
|
+
|
26429
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
26430
|
+
display: none;
|
26431
|
+
}
|
26432
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
26433
|
+
--v-timeline-line-size-offset: 12px;
|
26434
|
+
}
|
26435
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
26436
|
+
padding-block-end: 0;
|
26437
|
+
}
|
26438
|
+
|
26439
|
+
.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 {
|
26440
|
+
padding-inline-end: 0;
|
26441
|
+
}/* region BLOCK */
|
26442
|
+
.v-text-field input {
|
26443
|
+
color: inherit;
|
26444
|
+
opacity: 0;
|
26445
|
+
flex: 1;
|
26446
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26447
|
+
min-width: 0;
|
26448
|
+
}
|
26449
|
+
.v-text-field input:focus, .v-text-field input:active {
|
26450
|
+
outline: none;
|
26451
|
+
}
|
26452
|
+
.v-text-field input:invalid {
|
26453
|
+
box-shadow: none;
|
26454
|
+
}
|
26455
|
+
.v-text-field .v-field {
|
26456
|
+
cursor: text;
|
26457
|
+
}
|
26458
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
26459
|
+
--v-field-padding-start: 6px;
|
26460
|
+
}
|
26461
|
+
|
26462
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
26463
|
+
--v-field-padding-end: 0;
|
26464
|
+
}
|
26465
|
+
|
26466
|
+
.v-text-field .v-input__details {
|
26467
|
+
padding-inline: 16px;
|
26468
|
+
}
|
26469
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
26470
|
+
padding-inline: 0;
|
26471
|
+
}
|
26472
|
+
|
26473
|
+
.v-text-field .v-field--no-label input,
|
26474
|
+
.v-text-field .v-field--active input {
|
26475
|
+
opacity: 1;
|
26476
|
+
}
|
26477
|
+
.v-text-field .v-field--single-line input {
|
26478
|
+
transition: none;
|
26479
|
+
}
|
26480
|
+
|
26481
|
+
/* endregion */
|
26482
|
+
/* region ELEMENTS */
|
26483
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
26484
|
+
align-items: center;
|
26485
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26486
|
+
cursor: default;
|
26487
|
+
display: flex;
|
26488
|
+
opacity: 0;
|
26489
|
+
transition: inherit;
|
26490
|
+
white-space: nowrap;
|
26491
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
26492
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
26493
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
26494
|
+
}
|
26495
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
26496
|
+
opacity: 1;
|
26497
|
+
}
|
26498
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
26499
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
26500
|
+
}
|
26501
|
+
.v-text-field__prefix {
|
26502
|
+
padding-inline-start: var(--v-field-padding-start);
|
26503
|
+
}
|
26504
|
+
.v-text-field__suffix {
|
26505
|
+
padding-inline-end: var(--v-field-padding-end);
|
26506
|
+
}
|
26507
|
+
|
26508
|
+
/* endregion */.v-system-bar {
|
26509
|
+
align-items: center;
|
26510
|
+
display: flex;
|
26511
|
+
flex: 1 1 auto;
|
26512
|
+
height: 24px;
|
26513
|
+
justify-content: flex-end;
|
26514
|
+
max-width: 100%;
|
26515
|
+
padding-inline: 8px;
|
26516
|
+
position: relative;
|
26517
|
+
text-align: end;
|
26518
|
+
width: 100%;
|
26519
|
+
}
|
26520
|
+
.v-system-bar .v-icon {
|
26521
|
+
opacity: var(--v-medium-emphasis-opacity);
|
26522
|
+
}
|
26523
|
+
.v-system-bar {
|
26524
|
+
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));
|
26525
|
+
}
|
26526
|
+
.v-system-bar--absolute {
|
26527
|
+
position: absolute;
|
26600
26528
|
}
|
26601
|
-
.v-
|
26602
|
-
|
26529
|
+
.v-system-bar--fixed {
|
26530
|
+
position: fixed;
|
26603
26531
|
}
|
26604
|
-
.v-
|
26605
|
-
|
26532
|
+
.v-system-bar {
|
26533
|
+
background: rgba(var(--v-theme-surface-light));
|
26534
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26606
26535
|
}
|
26607
|
-
|
26608
|
-
|
26609
|
-
|
26536
|
+
.v-system-bar {
|
26537
|
+
font-size: 0.75rem;
|
26538
|
+
font-weight: 400;
|
26539
|
+
letter-spacing: 0.0333333333em;
|
26540
|
+
line-height: 1.667;
|
26541
|
+
text-transform: none;
|
26610
26542
|
}
|
26611
|
-
.v-
|
26612
|
-
|
26543
|
+
.v-system-bar--rounded {
|
26544
|
+
border-radius: 0;
|
26613
26545
|
}
|
26614
|
-
.v-
|
26615
|
-
height:
|
26546
|
+
.v-system-bar--window {
|
26547
|
+
height: 32px;
|
26616
26548
|
}
|
26617
|
-
.v-
|
26618
|
-
|
26549
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
26550
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
26551
|
+
}.v-textarea .v-field {
|
26552
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
26619
26553
|
}
|
26620
|
-
|
26621
|
-
|
26622
|
-
display: none;
|
26554
|
+
.v-textarea .v-field__field {
|
26555
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
26623
26556
|
}
|
26624
|
-
.v-
|
26625
|
-
|
26557
|
+
.v-textarea .v-field__input {
|
26558
|
+
flex: 1 1 auto;
|
26559
|
+
outline: none;
|
26560
|
+
-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));
|
26561
|
+
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));
|
26626
26562
|
}
|
26627
|
-
.v-
|
26628
|
-
|
26563
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
26564
|
+
visibility: hidden;
|
26565
|
+
position: absolute;
|
26566
|
+
top: 0;
|
26567
|
+
left: 0;
|
26568
|
+
height: 0 !important;
|
26569
|
+
min-height: 0 !important;
|
26570
|
+
pointer-events: none;
|
26629
26571
|
}
|
26630
|
-
|
26631
|
-
|
26632
|
-
padding-inline-start: 0;
|
26572
|
+
.v-textarea--no-resize .v-field__input {
|
26573
|
+
resize: none;
|
26633
26574
|
}
|
26634
|
-
|
26635
|
-
.v-
|
26636
|
-
|
26575
|
+
.v-textarea .v-field--no-label textarea,
|
26576
|
+
.v-textarea .v-field--active textarea {
|
26577
|
+
opacity: 1;
|
26637
26578
|
}
|
26638
|
-
.v-
|
26639
|
-
|
26579
|
+
.v-textarea textarea {
|
26580
|
+
opacity: 0;
|
26581
|
+
flex: 1;
|
26582
|
+
min-width: 0;
|
26583
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26640
26584
|
}
|
26641
|
-
.v-
|
26642
|
-
|
26585
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
26586
|
+
outline: none;
|
26643
26587
|
}
|
26644
|
-
|
26645
|
-
|
26646
|
-
padding-inline-end: 0;
|
26588
|
+
.v-textarea textarea:invalid {
|
26589
|
+
box-shadow: none;
|
26647
26590
|
}.v-table {
|
26648
26591
|
font-size: 0.875rem;
|
26649
26592
|
transition-duration: 0.28s;
|
@@ -26786,9 +26729,6 @@ html.v-overlay-scroll-blocked {
|
|
26786
26729
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
26787
26730
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
26788
26731
|
border-top: 0px !important;
|
26789
|
-
}.v-theme-provider {
|
26790
|
-
background: rgb(var(--v-theme-background));
|
26791
|
-
color: rgb(var(--v-theme-on-background));
|
26792
26732
|
}.v-toolbar {
|
26793
26733
|
align-items: flex-start;
|
26794
26734
|
display: flex;
|
@@ -26932,6 +26872,9 @@ html.v-overlay-scroll-blocked {
|
|
26932
26872
|
}
|
26933
26873
|
.v-toolbar-items > .v-btn {
|
26934
26874
|
border-radius: 0;
|
26875
|
+
}.v-theme-provider {
|
26876
|
+
background: rgb(var(--v-theme-background));
|
26877
|
+
color: rgb(var(--v-theme-on-background));
|
26935
26878
|
}.v-tooltip > .v-overlay__content {
|
26936
26879
|
background: rgb(var(--v-theme-surface-variant));
|
26937
26880
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -27033,28 +26976,63 @@ html.v-overlay-scroll-blocked {
|
|
27033
26976
|
}
|
27034
26977
|
.v-window-y-reverse-transition-leave-to {
|
27035
26978
|
transform: translateY(100%);
|
27036
|
-
}.v-
|
26979
|
+
}.v-breadcrumbs {
|
27037
26980
|
display: flex;
|
27038
|
-
|
27039
|
-
|
27040
|
-
|
27041
|
-
touch-action: none;
|
26981
|
+
align-items: center;
|
26982
|
+
line-height: 1.6;
|
26983
|
+
padding: 16px 12px;
|
27042
26984
|
}
|
27043
|
-
.v-
|
27044
|
-
|
27045
|
-
top: 0;
|
27046
|
-
left: 0;
|
27047
|
-
width: 15px;
|
27048
|
-
height: 15px;
|
27049
|
-
background: transparent;
|
27050
|
-
border-radius: 50%;
|
27051
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26985
|
+
.v-breadcrumbs--rounded {
|
26986
|
+
border-radius: 4px;
|
27052
26987
|
}
|
27053
|
-
.v-
|
27054
|
-
|
26988
|
+
.v-breadcrumbs--density-default {
|
26989
|
+
padding-top: 16px;
|
26990
|
+
padding-bottom: 16px;
|
27055
26991
|
}
|
27056
|
-
|
27057
|
-
|
26992
|
+
|
26993
|
+
.v-breadcrumbs--density-comfortable {
|
26994
|
+
padding-top: 12px;
|
26995
|
+
padding-bottom: 12px;
|
26996
|
+
}
|
26997
|
+
|
26998
|
+
.v-breadcrumbs--density-compact {
|
26999
|
+
padding-top: 8px;
|
27000
|
+
padding-bottom: 8px;
|
27001
|
+
}
|
27002
|
+
|
27003
|
+
.v-breadcrumbs__prepend {
|
27004
|
+
align-items: center;
|
27005
|
+
display: inline-flex;
|
27006
|
+
}
|
27007
|
+
|
27008
|
+
.v-breadcrumbs-item {
|
27009
|
+
align-items: center;
|
27010
|
+
color: inherit;
|
27011
|
+
display: inline-flex;
|
27012
|
+
padding: 0 4px;
|
27013
|
+
text-decoration: none;
|
27014
|
+
vertical-align: middle;
|
27015
|
+
}
|
27016
|
+
.v-breadcrumbs-item--disabled {
|
27017
|
+
opacity: var(--v-disabled-opacity);
|
27018
|
+
pointer-events: none;
|
27019
|
+
}
|
27020
|
+
.v-breadcrumbs-item--link {
|
27021
|
+
color: inherit;
|
27022
|
+
text-decoration: none;
|
27023
|
+
}
|
27024
|
+
.v-breadcrumbs-item--link:hover {
|
27025
|
+
text-decoration: underline;
|
27026
|
+
}
|
27027
|
+
.v-breadcrumbs-item .v-icon {
|
27028
|
+
font-size: 1rem;
|
27029
|
+
margin-inline: -4px 2px;
|
27030
|
+
}
|
27031
|
+
|
27032
|
+
.v-breadcrumbs-divider {
|
27033
|
+
display: inline-block;
|
27034
|
+
padding: 0 8px;
|
27035
|
+
vertical-align: middle;
|
27058
27036
|
}.v-color-picker-edit {
|
27059
27037
|
display: flex;
|
27060
27038
|
margin-top: 24px;
|
@@ -27083,6 +27061,63 @@ html.v-overlay-scroll-blocked {
|
|
27083
27061
|
}
|
27084
27062
|
.v-color-picker-edit__input span {
|
27085
27063
|
font-size: 0.75rem;
|
27064
|
+
}.v-color-picker-canvas {
|
27065
|
+
display: flex;
|
27066
|
+
position: relative;
|
27067
|
+
overflow: hidden;
|
27068
|
+
contain: content;
|
27069
|
+
touch-action: none;
|
27070
|
+
}
|
27071
|
+
.v-color-picker-canvas__dot {
|
27072
|
+
position: absolute;
|
27073
|
+
top: 0;
|
27074
|
+
left: 0;
|
27075
|
+
width: 15px;
|
27076
|
+
height: 15px;
|
27077
|
+
background: transparent;
|
27078
|
+
border-radius: 50%;
|
27079
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
27080
|
+
}
|
27081
|
+
.v-color-picker-canvas__dot--disabled {
|
27082
|
+
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);
|
27083
|
+
}
|
27084
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
27085
|
+
will-change: transform;
|
27086
|
+
}.v-color-picker-swatches {
|
27087
|
+
overflow-y: auto;
|
27088
|
+
}
|
27089
|
+
.v-color-picker-swatches > div {
|
27090
|
+
display: flex;
|
27091
|
+
flex-wrap: wrap;
|
27092
|
+
justify-content: center;
|
27093
|
+
padding: 8px;
|
27094
|
+
}
|
27095
|
+
|
27096
|
+
.v-color-picker-swatches__swatch {
|
27097
|
+
display: flex;
|
27098
|
+
flex-direction: column;
|
27099
|
+
margin-bottom: 10px;
|
27100
|
+
}
|
27101
|
+
|
27102
|
+
.v-color-picker-swatches__color {
|
27103
|
+
position: relative;
|
27104
|
+
height: 18px;
|
27105
|
+
max-height: 18px;
|
27106
|
+
width: 45px;
|
27107
|
+
margin: 2px 4px;
|
27108
|
+
border-radius: 2px;
|
27109
|
+
-webkit-user-select: none;
|
27110
|
+
user-select: none;
|
27111
|
+
overflow: hidden;
|
27112
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27113
|
+
cursor: pointer;
|
27114
|
+
}
|
27115
|
+
.v-color-picker-swatches__color > div {
|
27116
|
+
display: flex;
|
27117
|
+
align-items: center;
|
27118
|
+
justify-content: center;
|
27119
|
+
width: 100%;
|
27120
|
+
height: 100%;
|
27086
27121
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
27087
27122
|
background-color: transparent !important;
|
27088
27123
|
}
|
@@ -27153,41 +27188,6 @@ html.v-overlay-scroll-blocked {
|
|
27153
27188
|
.v-color-picker-preview__eye-dropper {
|
27154
27189
|
position: relative;
|
27155
27190
|
margin-right: 12px;
|
27156
|
-
}.v-color-picker-swatches {
|
27157
|
-
overflow-y: auto;
|
27158
|
-
}
|
27159
|
-
.v-color-picker-swatches > div {
|
27160
|
-
display: flex;
|
27161
|
-
flex-wrap: wrap;
|
27162
|
-
justify-content: center;
|
27163
|
-
padding: 8px;
|
27164
|
-
}
|
27165
|
-
|
27166
|
-
.v-color-picker-swatches__swatch {
|
27167
|
-
display: flex;
|
27168
|
-
flex-direction: column;
|
27169
|
-
margin-bottom: 10px;
|
27170
|
-
}
|
27171
|
-
|
27172
|
-
.v-color-picker-swatches__color {
|
27173
|
-
position: relative;
|
27174
|
-
height: 18px;
|
27175
|
-
max-height: 18px;
|
27176
|
-
width: 45px;
|
27177
|
-
margin: 2px 4px;
|
27178
|
-
border-radius: 2px;
|
27179
|
-
-webkit-user-select: none;
|
27180
|
-
user-select: none;
|
27181
|
-
overflow: hidden;
|
27182
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
27183
|
-
cursor: pointer;
|
27184
|
-
}
|
27185
|
-
.v-color-picker-swatches__color > div {
|
27186
|
-
display: flex;
|
27187
|
-
align-items: center;
|
27188
|
-
justify-content: center;
|
27189
|
-
width: 100%;
|
27190
|
-
height: 100%;
|
27191
27191
|
}.v-slider-thumb {
|
27192
27192
|
touch-action: none;
|
27193
27193
|
color: rgb(var(--v-theme-surface-variant));
|