vuetify 3.3.12 → 3.3.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 +45 -5
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +10 -0
- package/dist/json/web-types.json +158 -11
- package/dist/vuetify-labs.css +242 -205
- package/dist/vuetify-labs.d.ts +169 -35
- package/dist/vuetify-labs.esm.js +97 -58
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +97 -58
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +195 -158
- package/dist/vuetify.d.ts +172 -38
- package/dist/vuetify.esm.js +97 -58
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +97 -58
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +149 -149
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCheckbox/index.d.mts +3 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +28 -19
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +6 -1
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/index.d.mts +169 -35
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/index.d.mts +6 -0
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17142,6 +17142,93 @@ html.overflow-y-hidden {
|
|
|
17142
17142
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17143
17143
|
opacity: var(--v-high-emphasis-opacity);
|
|
17144
17144
|
transform: rotate(180deg);
|
|
17145
|
+
}.v-avatar {
|
|
17146
|
+
flex: none;
|
|
17147
|
+
align-items: center;
|
|
17148
|
+
display: inline-flex;
|
|
17149
|
+
justify-content: center;
|
|
17150
|
+
line-height: normal;
|
|
17151
|
+
overflow: hidden;
|
|
17152
|
+
position: relative;
|
|
17153
|
+
text-align: center;
|
|
17154
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17155
|
+
transition-property: width, height;
|
|
17156
|
+
vertical-align: middle;
|
|
17157
|
+
border-radius: 50%;
|
|
17158
|
+
}
|
|
17159
|
+
.v-avatar.v-avatar--size-x-small {
|
|
17160
|
+
--v-avatar-height: 24px;
|
|
17161
|
+
}
|
|
17162
|
+
.v-avatar.v-avatar--size-small {
|
|
17163
|
+
--v-avatar-height: 32px;
|
|
17164
|
+
}
|
|
17165
|
+
.v-avatar.v-avatar--size-default {
|
|
17166
|
+
--v-avatar-height: 40px;
|
|
17167
|
+
}
|
|
17168
|
+
.v-avatar.v-avatar--size-large {
|
|
17169
|
+
--v-avatar-height: 48px;
|
|
17170
|
+
}
|
|
17171
|
+
.v-avatar.v-avatar--size-x-large {
|
|
17172
|
+
--v-avatar-height: 56px;
|
|
17173
|
+
}
|
|
17174
|
+
.v-avatar.v-avatar--density-default {
|
|
17175
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
17176
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
17177
|
+
}
|
|
17178
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
17179
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
17180
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
17181
|
+
}
|
|
17182
|
+
.v-avatar.v-avatar--density-compact {
|
|
17183
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
17184
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
17185
|
+
}
|
|
17186
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17187
|
+
background: transparent;
|
|
17188
|
+
color: inherit;
|
|
17189
|
+
}
|
|
17190
|
+
.v-avatar--variant-plain {
|
|
17191
|
+
opacity: 0.62;
|
|
17192
|
+
}
|
|
17193
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17194
|
+
opacity: 1;
|
|
17195
|
+
}
|
|
17196
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17197
|
+
display: none;
|
|
17198
|
+
}
|
|
17199
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17200
|
+
background: var(--v-theme-surface);
|
|
17201
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17202
|
+
}
|
|
17203
|
+
.v-avatar--variant-elevated {
|
|
17204
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17205
|
+
}
|
|
17206
|
+
.v-avatar--variant-flat {
|
|
17207
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17208
|
+
}
|
|
17209
|
+
.v-avatar--variant-outlined {
|
|
17210
|
+
border: thin solid currentColor;
|
|
17211
|
+
}
|
|
17212
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
17213
|
+
background: currentColor;
|
|
17214
|
+
}
|
|
17215
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17216
|
+
background: currentColor;
|
|
17217
|
+
opacity: var(--v-activated-opacity);
|
|
17218
|
+
border-radius: inherit;
|
|
17219
|
+
position: absolute;
|
|
17220
|
+
top: 0;
|
|
17221
|
+
right: 0;
|
|
17222
|
+
bottom: 0;
|
|
17223
|
+
left: 0;
|
|
17224
|
+
pointer-events: none;
|
|
17225
|
+
}
|
|
17226
|
+
.v-avatar--rounded {
|
|
17227
|
+
border-radius: 4px;
|
|
17228
|
+
}
|
|
17229
|
+
.v-avatar .v-img {
|
|
17230
|
+
height: 100%;
|
|
17231
|
+
width: 100%;
|
|
17145
17232
|
}.v-badge {
|
|
17146
17233
|
display: inline-block;
|
|
17147
17234
|
line-height: 1;
|
|
@@ -17371,93 +17458,6 @@ html.overflow-y-hidden {
|
|
|
17371
17458
|
}
|
|
17372
17459
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17373
17460
|
align-self: flex-start;
|
|
17374
|
-
}.v-avatar {
|
|
17375
|
-
flex: none;
|
|
17376
|
-
align-items: center;
|
|
17377
|
-
display: inline-flex;
|
|
17378
|
-
justify-content: center;
|
|
17379
|
-
line-height: normal;
|
|
17380
|
-
overflow: hidden;
|
|
17381
|
-
position: relative;
|
|
17382
|
-
text-align: center;
|
|
17383
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17384
|
-
transition-property: width, height;
|
|
17385
|
-
vertical-align: middle;
|
|
17386
|
-
border-radius: 50%;
|
|
17387
|
-
}
|
|
17388
|
-
.v-avatar.v-avatar--size-x-small {
|
|
17389
|
-
--v-avatar-height: 24px;
|
|
17390
|
-
}
|
|
17391
|
-
.v-avatar.v-avatar--size-small {
|
|
17392
|
-
--v-avatar-height: 32px;
|
|
17393
|
-
}
|
|
17394
|
-
.v-avatar.v-avatar--size-default {
|
|
17395
|
-
--v-avatar-height: 40px;
|
|
17396
|
-
}
|
|
17397
|
-
.v-avatar.v-avatar--size-large {
|
|
17398
|
-
--v-avatar-height: 48px;
|
|
17399
|
-
}
|
|
17400
|
-
.v-avatar.v-avatar--size-x-large {
|
|
17401
|
-
--v-avatar-height: 56px;
|
|
17402
|
-
}
|
|
17403
|
-
.v-avatar.v-avatar--density-default {
|
|
17404
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
17405
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
17406
|
-
}
|
|
17407
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
17408
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
17409
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
17410
|
-
}
|
|
17411
|
-
.v-avatar.v-avatar--density-compact {
|
|
17412
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
17413
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
17414
|
-
}
|
|
17415
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17416
|
-
background: transparent;
|
|
17417
|
-
color: inherit;
|
|
17418
|
-
}
|
|
17419
|
-
.v-avatar--variant-plain {
|
|
17420
|
-
opacity: 0.62;
|
|
17421
|
-
}
|
|
17422
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17423
|
-
opacity: 1;
|
|
17424
|
-
}
|
|
17425
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17426
|
-
display: none;
|
|
17427
|
-
}
|
|
17428
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17429
|
-
background: var(--v-theme-surface);
|
|
17430
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17431
|
-
}
|
|
17432
|
-
.v-avatar--variant-elevated {
|
|
17433
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17434
|
-
}
|
|
17435
|
-
.v-avatar--variant-flat {
|
|
17436
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17437
|
-
}
|
|
17438
|
-
.v-avatar--variant-outlined {
|
|
17439
|
-
border: thin solid currentColor;
|
|
17440
|
-
}
|
|
17441
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
17442
|
-
background: currentColor;
|
|
17443
|
-
}
|
|
17444
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17445
|
-
background: currentColor;
|
|
17446
|
-
opacity: var(--v-activated-opacity);
|
|
17447
|
-
border-radius: inherit;
|
|
17448
|
-
position: absolute;
|
|
17449
|
-
top: 0;
|
|
17450
|
-
right: 0;
|
|
17451
|
-
bottom: 0;
|
|
17452
|
-
left: 0;
|
|
17453
|
-
pointer-events: none;
|
|
17454
|
-
}
|
|
17455
|
-
.v-avatar--rounded {
|
|
17456
|
-
border-radius: 4px;
|
|
17457
|
-
}
|
|
17458
|
-
.v-avatar .v-img {
|
|
17459
|
-
height: 100%;
|
|
17460
|
-
width: 100%;
|
|
17461
17461
|
}.v-bottom-navigation {
|
|
17462
17462
|
display: flex;
|
|
17463
17463
|
max-width: 100%;
|
|
@@ -17508,6 +17508,7 @@ html.overflow-y-hidden {
|
|
|
17508
17508
|
flex-grow: 1;
|
|
17509
17509
|
}
|
|
17510
17510
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17511
|
+
transition: inherit;
|
|
17511
17512
|
opacity: 0;
|
|
17512
17513
|
}
|
|
17513
17514
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
@@ -17883,6 +17884,9 @@ html.overflow-y-hidden {
|
|
|
17883
17884
|
.v-btn--rounded {
|
|
17884
17885
|
border-radius: 24px;
|
|
17885
17886
|
}
|
|
17887
|
+
.v-btn--rounded.v-btn--icon {
|
|
17888
|
+
border-radius: 4px;
|
|
17889
|
+
}
|
|
17886
17890
|
.v-btn .v-icon {
|
|
17887
17891
|
--v-icon-size-multiplier: 0.8571428571;
|
|
17888
17892
|
}
|
|
@@ -18038,6 +18042,8 @@ html.overflow-y-hidden {
|
|
|
18038
18042
|
}
|
|
18039
18043
|
.v-btn-group--tile {
|
|
18040
18044
|
border-radius: 0;
|
|
18045
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18046
|
+
opacity: var(--v-activated-opacity);
|
|
18041
18047
|
}.v-card {
|
|
18042
18048
|
display: block;
|
|
18043
18049
|
overflow: hidden;
|
|
@@ -18328,8 +18334,6 @@ html.overflow-y-hidden {
|
|
|
18328
18334
|
pointer-events: none;
|
|
18329
18335
|
opacity: 0;
|
|
18330
18336
|
transition: opacity 0.2s ease-in-out;
|
|
18331
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18332
|
-
opacity: var(--v-activated-opacity);
|
|
18333
18337
|
}.v-carousel {
|
|
18334
18338
|
overflow: hidden;
|
|
18335
18339
|
position: relative;
|
|
@@ -19899,6 +19903,35 @@ html.overflow-y-hidden {
|
|
|
19899
19903
|
-webkit-backface-visibility: hidden;
|
|
19900
19904
|
backface-visibility: hidden;
|
|
19901
19905
|
overflow-y: auto;
|
|
19906
|
+
}.v-divider {
|
|
19907
|
+
display: block;
|
|
19908
|
+
flex: 1 1 100%;
|
|
19909
|
+
height: 0px;
|
|
19910
|
+
max-height: 0px;
|
|
19911
|
+
opacity: var(--v-border-opacity);
|
|
19912
|
+
transition: inherit;
|
|
19913
|
+
border-style: solid;
|
|
19914
|
+
border-width: thin 0 0 0;
|
|
19915
|
+
}
|
|
19916
|
+
.v-divider--vertical {
|
|
19917
|
+
align-self: stretch;
|
|
19918
|
+
border-width: 0 thin 0 0;
|
|
19919
|
+
display: inline-flex;
|
|
19920
|
+
height: inherit;
|
|
19921
|
+
margin-left: -1px;
|
|
19922
|
+
max-height: 100%;
|
|
19923
|
+
max-width: 0px;
|
|
19924
|
+
vertical-align: text-bottom;
|
|
19925
|
+
width: 0px;
|
|
19926
|
+
}
|
|
19927
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
19928
|
+
max-width: calc(100% - 72px);
|
|
19929
|
+
margin-inline-start: 72px;
|
|
19930
|
+
}
|
|
19931
|
+
.v-divider--inset.v-divider--vertical {
|
|
19932
|
+
margin-bottom: 8px;
|
|
19933
|
+
margin-top: 8px;
|
|
19934
|
+
max-height: calc(100% - 16px);
|
|
19902
19935
|
}.v-expansion-panel {
|
|
19903
19936
|
background-color: rgb(var(--v-theme-surface));
|
|
19904
19937
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -20351,6 +20384,7 @@ textarea.v-field__input::placeholder {
|
|
|
20351
20384
|
transform-origin: left center;
|
|
20352
20385
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20353
20386
|
transition-property: opacity, transform;
|
|
20387
|
+
z-index: 1;
|
|
20354
20388
|
}
|
|
20355
20389
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
20356
20390
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -20624,36 +20658,7 @@ textarea.v-field__input::placeholder {
|
|
|
20624
20658
|
opacity: 0;
|
|
20625
20659
|
}
|
|
20626
20660
|
|
|
20627
|
-
/* endregion */.v-
|
|
20628
|
-
display: block;
|
|
20629
|
-
flex: 1 1 100%;
|
|
20630
|
-
height: 0px;
|
|
20631
|
-
max-height: 0px;
|
|
20632
|
-
opacity: var(--v-border-opacity);
|
|
20633
|
-
transition: inherit;
|
|
20634
|
-
border-style: solid;
|
|
20635
|
-
border-width: thin 0 0 0;
|
|
20636
|
-
}
|
|
20637
|
-
.v-divider--vertical {
|
|
20638
|
-
align-self: stretch;
|
|
20639
|
-
border-width: 0 thin 0 0;
|
|
20640
|
-
display: inline-flex;
|
|
20641
|
-
height: inherit;
|
|
20642
|
-
margin-left: -1px;
|
|
20643
|
-
max-height: 100%;
|
|
20644
|
-
max-width: 0px;
|
|
20645
|
-
vertical-align: text-bottom;
|
|
20646
|
-
width: 0px;
|
|
20647
|
-
}
|
|
20648
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20649
|
-
max-width: calc(100% - 72px);
|
|
20650
|
-
margin-inline-start: 72px;
|
|
20651
|
-
}
|
|
20652
|
-
.v-divider--inset.v-divider--vertical {
|
|
20653
|
-
margin-bottom: 8px;
|
|
20654
|
-
margin-top: 8px;
|
|
20655
|
-
max-height: calc(100% - 16px);
|
|
20656
|
-
}.v-file-input input[type=file] {
|
|
20661
|
+
/* endregion */.v-file-input input[type=file] {
|
|
20657
20662
|
height: 100%;
|
|
20658
20663
|
left: 0;
|
|
20659
20664
|
opacity: 0;
|
|
@@ -20662,6 +20667,10 @@ textarea.v-field__input::placeholder {
|
|
|
20662
20667
|
width: 100%;
|
|
20663
20668
|
z-index: 1;
|
|
20664
20669
|
}
|
|
20670
|
+
.v-file-input .v-input__details {
|
|
20671
|
+
padding-inline-start: 16px;
|
|
20672
|
+
padding-inline-end: 16px;
|
|
20673
|
+
}
|
|
20665
20674
|
.v-file-input .v-chip {
|
|
20666
20675
|
margin-top: var(--v-input-chips-margin-top);
|
|
20667
20676
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
@@ -20965,7 +20974,7 @@ textarea.v-field__input::placeholder {
|
|
|
20965
20974
|
padding-inline-start: 8px;
|
|
20966
20975
|
padding-inline-end: 8px;
|
|
20967
20976
|
}
|
|
20968
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
20977
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20969
20978
|
--v-avatar-height: 24px;
|
|
20970
20979
|
}
|
|
20971
20980
|
.v-list--rounded {
|
|
@@ -21177,12 +21186,13 @@ textarea.v-field__input::placeholder {
|
|
|
21177
21186
|
display: flex;
|
|
21178
21187
|
grid-area: prepend;
|
|
21179
21188
|
}
|
|
21180
|
-
.v-list-item__prepend > .v-
|
|
21181
|
-
|
|
21189
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
21190
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
21191
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
21192
|
+
width: 32px;
|
|
21182
21193
|
}
|
|
21183
|
-
.v-list-item__prepend > .v-
|
|
21184
|
-
|
|
21185
|
-
margin-inline-end: 32px;
|
|
21194
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
21195
|
+
width: 16px;
|
|
21186
21196
|
}
|
|
21187
21197
|
.v-list-item--three-line .v-list-item__prepend {
|
|
21188
21198
|
align-self: start;
|
|
@@ -21194,12 +21204,16 @@ textarea.v-field__input::placeholder {
|
|
|
21194
21204
|
align-items: center;
|
|
21195
21205
|
grid-area: append;
|
|
21196
21206
|
}
|
|
21197
|
-
.v-list-item__append
|
|
21198
|
-
|
|
21207
|
+
.v-list-item__append .v-list-item__spacer {
|
|
21208
|
+
order: -1;
|
|
21199
21209
|
}
|
|
21200
|
-
.v-list-item__append > .v-badge .v-
|
|
21201
|
-
.v-list-item__append > .v-icon
|
|
21202
|
-
|
|
21210
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
21211
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
21212
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
21213
|
+
width: 32px;
|
|
21214
|
+
}
|
|
21215
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
21216
|
+
width: 16px;
|
|
21203
21217
|
}
|
|
21204
21218
|
.v-list-item--three-line .v-list-item__append {
|
|
21205
21219
|
align-self: start;
|
|
@@ -21532,7 +21546,6 @@ textarea.v-field__input::placeholder {
|
|
|
21532
21546
|
transition-duration: 0.2s;
|
|
21533
21547
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21534
21548
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21535
|
-
will-change: transform;
|
|
21536
21549
|
position: absolute;
|
|
21537
21550
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21538
21551
|
border-style: solid;
|
|
@@ -22011,10 +22024,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22011
22024
|
flex-direction: column;
|
|
22012
22025
|
}
|
|
22013
22026
|
.v-radio-group > .v-input__control > .v-label {
|
|
22014
|
-
margin-inline-start:
|
|
22027
|
+
margin-inline-start: 16px;
|
|
22015
22028
|
}
|
|
22016
22029
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22030
|
+
padding-inline-start: 6px;
|
|
22017
22031
|
margin-top: 8px;
|
|
22032
|
+
}
|
|
22033
|
+
.v-radio-group .v-input__details {
|
|
22034
|
+
padding-inline-start: 16px;
|
|
22035
|
+
padding-inline-end: 16px;
|
|
22018
22036
|
}.v-slider .v-slider__container input {
|
|
22019
22037
|
cursor: default;
|
|
22020
22038
|
padding: 0;
|
|
@@ -22153,6 +22171,58 @@ html.v-overlay-scroll-blocked {
|
|
|
22153
22171
|
flex: 1 0 0px;
|
|
22154
22172
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22155
22173
|
pointer-events: none;
|
|
22174
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
22175
|
+
.v-select .v-field .v-text-field__suffix,
|
|
22176
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22177
|
+
cursor: pointer;
|
|
22178
|
+
}
|
|
22179
|
+
.v-select .v-field .v-field__input > input {
|
|
22180
|
+
align-self: flex-start;
|
|
22181
|
+
opacity: 1;
|
|
22182
|
+
flex: 0 0;
|
|
22183
|
+
position: absolute;
|
|
22184
|
+
width: 100%;
|
|
22185
|
+
transition: none;
|
|
22186
|
+
pointer-events: none;
|
|
22187
|
+
caret-color: transparent;
|
|
22188
|
+
}
|
|
22189
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
22190
|
+
margin-inline-end: 2px;
|
|
22191
|
+
}
|
|
22192
|
+
.v-select .v-select__selection-text {
|
|
22193
|
+
overflow: hidden;
|
|
22194
|
+
text-overflow: ellipsis;
|
|
22195
|
+
white-space: nowrap;
|
|
22196
|
+
}
|
|
22197
|
+
.v-select__content {
|
|
22198
|
+
overflow: hidden;
|
|
22199
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22200
|
+
border-radius: 4px;
|
|
22201
|
+
}
|
|
22202
|
+
.v-select__selection {
|
|
22203
|
+
display: inline-flex;
|
|
22204
|
+
align-items: center;
|
|
22205
|
+
letter-spacing: inherit;
|
|
22206
|
+
line-height: inherit;
|
|
22207
|
+
max-width: 100%;
|
|
22208
|
+
}
|
|
22209
|
+
.v-select .v-select__selection {
|
|
22210
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22211
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22212
|
+
}
|
|
22213
|
+
.v-select .v-select__selection:first-child {
|
|
22214
|
+
margin-inline-start: 0;
|
|
22215
|
+
}
|
|
22216
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
22217
|
+
opacity: 0;
|
|
22218
|
+
}
|
|
22219
|
+
.v-select__menu-icon {
|
|
22220
|
+
margin-inline-start: 4px;
|
|
22221
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22222
|
+
}
|
|
22223
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
22224
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
22225
|
+
transform: rotate(180deg);
|
|
22156
22226
|
}.v-selection-control {
|
|
22157
22227
|
align-items: center;
|
|
22158
22228
|
contain: layout;
|
|
@@ -22255,58 +22325,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22255
22325
|
}
|
|
22256
22326
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22257
22327
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22258
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22259
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22260
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22261
|
-
cursor: pointer;
|
|
22262
|
-
}
|
|
22263
|
-
.v-select .v-field .v-field__input > input {
|
|
22264
|
-
align-self: flex-start;
|
|
22265
|
-
opacity: 1;
|
|
22266
|
-
flex: 0 0;
|
|
22267
|
-
position: absolute;
|
|
22268
|
-
width: 100%;
|
|
22269
|
-
transition: none;
|
|
22270
|
-
pointer-events: none;
|
|
22271
|
-
caret-color: transparent;
|
|
22272
|
-
}
|
|
22273
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22274
|
-
margin-inline-end: 2px;
|
|
22275
|
-
}
|
|
22276
|
-
.v-select .v-select__selection-text {
|
|
22277
|
-
overflow: hidden;
|
|
22278
|
-
text-overflow: ellipsis;
|
|
22279
|
-
white-space: nowrap;
|
|
22280
|
-
}
|
|
22281
|
-
.v-select__content {
|
|
22282
|
-
overflow: hidden;
|
|
22283
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22284
|
-
border-radius: 4px;
|
|
22285
|
-
}
|
|
22286
|
-
.v-select__selection {
|
|
22287
|
-
display: inline-flex;
|
|
22288
|
-
align-items: center;
|
|
22289
|
-
letter-spacing: inherit;
|
|
22290
|
-
line-height: inherit;
|
|
22291
|
-
max-width: 100%;
|
|
22292
|
-
}
|
|
22293
|
-
.v-select .v-select__selection {
|
|
22294
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22295
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22296
|
-
}
|
|
22297
|
-
.v-select .v-select__selection:first-child {
|
|
22298
|
-
margin-inline-start: 0;
|
|
22299
|
-
}
|
|
22300
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
22301
|
-
opacity: 0;
|
|
22302
|
-
}
|
|
22303
|
-
.v-select__menu-icon {
|
|
22304
|
-
margin-inline-start: 4px;
|
|
22305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22306
|
-
}
|
|
22307
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
22308
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
22309
|
-
transform: rotate(180deg);
|
|
22310
22328
|
}.v-selection-control-group {
|
|
22311
22329
|
grid-area: control;
|
|
22312
22330
|
display: flex;
|
|
@@ -22508,52 +22526,56 @@ html.v-overlay-scroll-blocked {
|
|
|
22508
22526
|
|
|
22509
22527
|
.v-switch__track,
|
|
22510
22528
|
.v-switch__thumb {
|
|
22511
|
-
background-color: currentColor;
|
|
22512
22529
|
transition: none;
|
|
22513
22530
|
}
|
|
22514
22531
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
22515
22532
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
22516
22533
|
background-color: rgb(var(--v-theme-error));
|
|
22517
|
-
|
|
22518
|
-
|
|
22519
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
22520
|
-
color: currentColor;
|
|
22534
|
+
color: rgb(var(--v-theme-on-error));
|
|
22521
22535
|
}
|
|
22522
22536
|
|
|
22523
22537
|
.v-switch__track {
|
|
22524
|
-
|
|
22538
|
+
background-color: currentColor;
|
|
22539
|
+
border-radius: 9999px;
|
|
22525
22540
|
height: 14px;
|
|
22526
22541
|
opacity: 0.6;
|
|
22527
22542
|
width: 36px;
|
|
22528
22543
|
cursor: pointer;
|
|
22544
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
22529
22545
|
}
|
|
22530
22546
|
.v-switch--inset .v-switch__track {
|
|
22531
|
-
border-radius:
|
|
22532
|
-
height:
|
|
22533
|
-
width:
|
|
22547
|
+
border-radius: 9999px;
|
|
22548
|
+
height: 32px;
|
|
22549
|
+
width: 52px;
|
|
22534
22550
|
}
|
|
22535
22551
|
|
|
22536
22552
|
.v-switch__thumb {
|
|
22537
22553
|
align-items: center;
|
|
22538
22554
|
border-radius: 50%;
|
|
22539
|
-
|
|
22555
|
+
background: rgb(var(--v-theme-surface));
|
|
22556
|
+
color: rgb(var(--v-theme-on-surface));
|
|
22540
22557
|
display: flex;
|
|
22541
22558
|
height: 20px;
|
|
22542
22559
|
justify-content: center;
|
|
22543
22560
|
width: 20px;
|
|
22544
22561
|
pointer-events: none;
|
|
22545
|
-
transition: 0.15s transform cubic-bezier(0
|
|
22562
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22563
|
+
position: relative;
|
|
22564
|
+
overflow: hidden;
|
|
22546
22565
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22547
22566
|
}
|
|
22548
22567
|
.v-switch--inset .v-switch__thumb {
|
|
22568
|
+
height: 24px;
|
|
22569
|
+
width: 24px;
|
|
22570
|
+
transform: scale(0.6666666667);
|
|
22549
22571
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22550
22572
|
}
|
|
22551
|
-
.v-switch
|
|
22552
|
-
|
|
22573
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
22574
|
+
transform: none;
|
|
22553
22575
|
}
|
|
22554
|
-
|
|
22555
|
-
|
|
22556
|
-
|
|
22576
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
22577
|
+
transform: none;
|
|
22578
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22557
22579
|
}
|
|
22558
22580
|
|
|
22559
22581
|
.v-switch .v-selection-control {
|
|
@@ -22561,10 +22583,13 @@ html.v-overlay-scroll-blocked {
|
|
|
22561
22583
|
}
|
|
22562
22584
|
.v-switch .v-selection-control__input {
|
|
22563
22585
|
border-radius: 50%;
|
|
22564
|
-
transition: 0.
|
|
22586
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
22565
22587
|
transform: translateX(-10px);
|
|
22566
22588
|
position: absolute;
|
|
22567
22589
|
}
|
|
22590
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
22591
|
+
position: absolute;
|
|
22592
|
+
}
|
|
22568
22593
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22569
22594
|
transform: translateX(10px);
|
|
22570
22595
|
}
|
|
@@ -22888,8 +22913,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22888
22913
|
flex: 1;
|
|
22889
22914
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22890
22915
|
min-width: 0;
|
|
22891
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22892
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22893
22916
|
}
|
|
22894
22917
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22895
22918
|
outline: none;
|
|
@@ -22908,6 +22931,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22908
22931
|
--v-field-padding-end: 0;
|
|
22909
22932
|
}
|
|
22910
22933
|
|
|
22934
|
+
.v-text-field .v-field__input input {
|
|
22935
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22936
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22937
|
+
}
|
|
22938
|
+
.v-text-field input.v-field__input {
|
|
22939
|
+
min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom));
|
|
22940
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
22941
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
22942
|
+
}
|
|
22911
22943
|
.v-text-field .v-input__details {
|
|
22912
22944
|
padding-inline-start: 16px;
|
|
22913
22945
|
padding-inline-end: 16px;
|
|
@@ -22981,7 +23013,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22981
23013
|
position: relative;
|
|
22982
23014
|
}
|
|
22983
23015
|
.v-timeline--horizontal.v-timeline {
|
|
22984
|
-
grid-column-gap: 24px;
|
|
22985
23016
|
width: 100%;
|
|
22986
23017
|
}
|
|
22987
23018
|
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
@@ -22990,6 +23021,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22990
23021
|
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
22991
23022
|
padding-inline-end: 24px;
|
|
22992
23023
|
}
|
|
23024
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
23025
|
+
padding-inline-end: 24px;
|
|
23026
|
+
}
|
|
23027
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
23028
|
+
padding-inline-end: 24px;
|
|
23029
|
+
}
|
|
22993
23030
|
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
22994
23031
|
grid-row: 3;
|
|
22995
23032
|
padding-block-start: 24px;
|