vuetify 3.5.9 → 3.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +8 -4
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +2456 -2414
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +681 -676
- package/dist/vuetify.d.ts +2356 -2303
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +37 -36
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17045,18 +17045,6 @@ html.overflow-y-hidden {
|
|
|
17045
17045
|
min-height: 100vh;
|
|
17046
17046
|
min-height: 100dvh;
|
|
17047
17047
|
position: relative;
|
|
17048
|
-
}.v-app-bar {
|
|
17049
|
-
display: flex;
|
|
17050
|
-
}
|
|
17051
|
-
.v-app-bar.v-toolbar {
|
|
17052
|
-
background: rgb(var(--v-theme-surface));
|
|
17053
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17054
|
-
}
|
|
17055
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17056
|
-
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));
|
|
17057
|
-
}
|
|
17058
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17059
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17060
17048
|
}.v-alert {
|
|
17061
17049
|
display: grid;
|
|
17062
17050
|
flex: 1 1;
|
|
@@ -17267,6 +17255,18 @@ html.overflow-y-hidden {
|
|
|
17267
17255
|
text-transform: none;
|
|
17268
17256
|
word-break: normal;
|
|
17269
17257
|
word-wrap: break-word;
|
|
17258
|
+
}.v-app-bar {
|
|
17259
|
+
display: flex;
|
|
17260
|
+
}
|
|
17261
|
+
.v-app-bar.v-toolbar {
|
|
17262
|
+
background: rgb(var(--v-theme-surface));
|
|
17263
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17264
|
+
}
|
|
17265
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17266
|
+
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));
|
|
17267
|
+
}
|
|
17268
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17269
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17270
17270
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17271
17271
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17272
17272
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17435,132 +17435,6 @@ html.overflow-y-hidden {
|
|
|
17435
17435
|
.v-avatar .v-img {
|
|
17436
17436
|
height: 100%;
|
|
17437
17437
|
width: 100%;
|
|
17438
|
-
}.v-badge {
|
|
17439
|
-
display: inline-block;
|
|
17440
|
-
line-height: 1;
|
|
17441
|
-
}
|
|
17442
|
-
|
|
17443
|
-
.v-badge__badge {
|
|
17444
|
-
align-items: center;
|
|
17445
|
-
display: inline-flex;
|
|
17446
|
-
border-radius: 10px;
|
|
17447
|
-
font-size: 0.75rem;
|
|
17448
|
-
font-weight: 500;
|
|
17449
|
-
height: 1.25rem;
|
|
17450
|
-
justify-content: center;
|
|
17451
|
-
min-width: 20px;
|
|
17452
|
-
padding: 4px 6px;
|
|
17453
|
-
pointer-events: auto;
|
|
17454
|
-
position: absolute;
|
|
17455
|
-
text-align: center;
|
|
17456
|
-
text-indent: 0;
|
|
17457
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17458
|
-
white-space: nowrap;
|
|
17459
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17460
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17461
|
-
}
|
|
17462
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17463
|
-
border-radius: inherit;
|
|
17464
|
-
border-style: solid;
|
|
17465
|
-
border-width: 2px;
|
|
17466
|
-
bottom: 0;
|
|
17467
|
-
color: rgb(var(--v-theme-background));
|
|
17468
|
-
content: "";
|
|
17469
|
-
left: 0;
|
|
17470
|
-
position: absolute;
|
|
17471
|
-
right: 0;
|
|
17472
|
-
top: 0;
|
|
17473
|
-
transform: scale(1.05);
|
|
17474
|
-
}
|
|
17475
|
-
.v-badge--dot .v-badge__badge {
|
|
17476
|
-
border-radius: 4.5px;
|
|
17477
|
-
height: 9px;
|
|
17478
|
-
min-width: 0;
|
|
17479
|
-
padding: 0;
|
|
17480
|
-
width: 9px;
|
|
17481
|
-
}
|
|
17482
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17483
|
-
border-width: 1.5px;
|
|
17484
|
-
}
|
|
17485
|
-
.v-badge--inline .v-badge__badge {
|
|
17486
|
-
position: relative;
|
|
17487
|
-
vertical-align: middle;
|
|
17488
|
-
}
|
|
17489
|
-
.v-badge__badge .v-icon {
|
|
17490
|
-
color: inherit;
|
|
17491
|
-
font-size: 0.75rem;
|
|
17492
|
-
margin: 0 -2px;
|
|
17493
|
-
}
|
|
17494
|
-
.v-badge__badge img,
|
|
17495
|
-
.v-badge__badge .v-img {
|
|
17496
|
-
height: 100%;
|
|
17497
|
-
width: 100%;
|
|
17498
|
-
}
|
|
17499
|
-
|
|
17500
|
-
.v-badge__wrapper {
|
|
17501
|
-
display: flex;
|
|
17502
|
-
position: relative;
|
|
17503
|
-
}
|
|
17504
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17505
|
-
align-items: center;
|
|
17506
|
-
display: inline-flex;
|
|
17507
|
-
justify-content: center;
|
|
17508
|
-
margin: 0 4px;
|
|
17509
|
-
}.v-bottom-navigation {
|
|
17510
|
-
display: flex;
|
|
17511
|
-
max-width: 100%;
|
|
17512
|
-
overflow: hidden;
|
|
17513
|
-
position: absolute;
|
|
17514
|
-
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17515
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17516
|
-
border-style: solid;
|
|
17517
|
-
border-width: 0;
|
|
17518
|
-
border-radius: 0;
|
|
17519
|
-
background: rgb(var(--v-theme-surface));
|
|
17520
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17521
|
-
}
|
|
17522
|
-
.v-bottom-navigation--border {
|
|
17523
|
-
border-width: thin;
|
|
17524
|
-
box-shadow: none;
|
|
17525
|
-
}
|
|
17526
|
-
.v-bottom-navigation--active {
|
|
17527
|
-
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));
|
|
17528
|
-
}
|
|
17529
|
-
|
|
17530
|
-
.v-bottom-navigation__content {
|
|
17531
|
-
display: flex;
|
|
17532
|
-
flex: none;
|
|
17533
|
-
font-size: 0.75rem;
|
|
17534
|
-
justify-content: center;
|
|
17535
|
-
transition: inherit;
|
|
17536
|
-
width: 100%;
|
|
17537
|
-
}
|
|
17538
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
17539
|
-
font-size: inherit;
|
|
17540
|
-
height: 100%;
|
|
17541
|
-
max-width: 168px;
|
|
17542
|
-
min-width: 80px;
|
|
17543
|
-
text-transform: none;
|
|
17544
|
-
transition: inherit;
|
|
17545
|
-
width: auto;
|
|
17546
|
-
border-radius: 0;
|
|
17547
|
-
}
|
|
17548
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
17549
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17550
|
-
transition: inherit;
|
|
17551
|
-
}
|
|
17552
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17553
|
-
font-size: 1.5rem;
|
|
17554
|
-
}
|
|
17555
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
17556
|
-
flex-grow: 1;
|
|
17557
|
-
}
|
|
17558
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17559
|
-
transition: inherit;
|
|
17560
|
-
opacity: 0;
|
|
17561
|
-
}
|
|
17562
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17563
|
-
transform: translateY(0.5rem);
|
|
17564
17438
|
}.v-banner {
|
|
17565
17439
|
display: grid;
|
|
17566
17440
|
flex: 1 1;
|
|
@@ -17718,38 +17592,132 @@ html.overflow-y-hidden {
|
|
|
17718
17592
|
}
|
|
17719
17593
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17720
17594
|
align-self: flex-start;
|
|
17721
|
-
}.
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
.bottom-sheet-transition-leave-to {
|
|
17725
|
-
transform: translateY(100%);
|
|
17595
|
+
}.v-badge {
|
|
17596
|
+
display: inline-block;
|
|
17597
|
+
line-height: 1;
|
|
17726
17598
|
}
|
|
17727
17599
|
|
|
17728
|
-
.v-
|
|
17729
|
-
align-
|
|
17730
|
-
|
|
17731
|
-
|
|
17600
|
+
.v-badge__badge {
|
|
17601
|
+
align-items: center;
|
|
17602
|
+
display: inline-flex;
|
|
17603
|
+
border-radius: 10px;
|
|
17604
|
+
font-size: 0.75rem;
|
|
17605
|
+
font-weight: 500;
|
|
17606
|
+
height: 1.25rem;
|
|
17607
|
+
justify-content: center;
|
|
17608
|
+
min-width: 20px;
|
|
17609
|
+
padding: 4px 6px;
|
|
17610
|
+
pointer-events: auto;
|
|
17611
|
+
position: absolute;
|
|
17612
|
+
text-align: center;
|
|
17613
|
+
text-indent: 0;
|
|
17614
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17615
|
+
white-space: nowrap;
|
|
17616
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17617
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17618
|
+
}
|
|
17619
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17620
|
+
border-radius: inherit;
|
|
17621
|
+
border-style: solid;
|
|
17622
|
+
border-width: 2px;
|
|
17623
|
+
bottom: 0;
|
|
17624
|
+
color: rgb(var(--v-theme-background));
|
|
17625
|
+
content: "";
|
|
17732
17626
|
left: 0;
|
|
17627
|
+
position: absolute;
|
|
17733
17628
|
right: 0;
|
|
17734
|
-
|
|
17735
|
-
|
|
17736
|
-
|
|
17629
|
+
top: 0;
|
|
17630
|
+
transform: scale(1.05);
|
|
17631
|
+
}
|
|
17632
|
+
.v-badge--dot .v-badge__badge {
|
|
17633
|
+
border-radius: 4.5px;
|
|
17634
|
+
height: 9px;
|
|
17635
|
+
min-width: 0;
|
|
17636
|
+
padding: 0;
|
|
17637
|
+
width: 9px;
|
|
17638
|
+
}
|
|
17639
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17640
|
+
border-width: 1.5px;
|
|
17641
|
+
}
|
|
17642
|
+
.v-badge--inline .v-badge__badge {
|
|
17643
|
+
position: relative;
|
|
17644
|
+
vertical-align: middle;
|
|
17645
|
+
}
|
|
17646
|
+
.v-badge__badge .v-icon {
|
|
17647
|
+
color: inherit;
|
|
17648
|
+
font-size: 0.75rem;
|
|
17649
|
+
margin: 0 -2px;
|
|
17650
|
+
}
|
|
17651
|
+
.v-badge__badge img,
|
|
17652
|
+
.v-badge__badge .v-img {
|
|
17653
|
+
height: 100%;
|
|
17737
17654
|
width: 100%;
|
|
17655
|
+
}
|
|
17656
|
+
|
|
17657
|
+
.v-badge__wrapper {
|
|
17658
|
+
display: flex;
|
|
17659
|
+
position: relative;
|
|
17660
|
+
}
|
|
17661
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17662
|
+
align-items: center;
|
|
17663
|
+
display: inline-flex;
|
|
17664
|
+
justify-content: center;
|
|
17665
|
+
margin: 0 4px;
|
|
17666
|
+
}.v-bottom-navigation {
|
|
17667
|
+
display: flex;
|
|
17738
17668
|
max-width: 100%;
|
|
17739
|
-
overflow:
|
|
17740
|
-
|
|
17669
|
+
overflow: hidden;
|
|
17670
|
+
position: absolute;
|
|
17671
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17672
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17673
|
+
border-style: solid;
|
|
17674
|
+
border-width: 0;
|
|
17675
|
+
border-radius: 0;
|
|
17676
|
+
background: rgb(var(--v-theme-surface));
|
|
17677
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17741
17678
|
}
|
|
17742
|
-
.v-bottom-
|
|
17743
|
-
|
|
17679
|
+
.v-bottom-navigation--border {
|
|
17680
|
+
border-width: thin;
|
|
17681
|
+
box-shadow: none;
|
|
17682
|
+
}
|
|
17683
|
+
.v-bottom-navigation--active {
|
|
17684
|
+
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));
|
|
17685
|
+
}
|
|
17686
|
+
|
|
17687
|
+
.v-bottom-navigation__content {
|
|
17688
|
+
display: flex;
|
|
17689
|
+
flex: none;
|
|
17690
|
+
font-size: 0.75rem;
|
|
17691
|
+
justify-content: center;
|
|
17692
|
+
transition: inherit;
|
|
17693
|
+
width: 100%;
|
|
17694
|
+
}
|
|
17695
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
17696
|
+
font-size: inherit;
|
|
17697
|
+
height: 100%;
|
|
17698
|
+
max-width: 168px;
|
|
17699
|
+
min-width: 80px;
|
|
17700
|
+
text-transform: none;
|
|
17701
|
+
transition: inherit;
|
|
17702
|
+
width: auto;
|
|
17744
17703
|
border-radius: 0;
|
|
17745
17704
|
}
|
|
17746
|
-
.v-bottom-
|
|
17747
|
-
|
|
17705
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
17706
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17707
|
+
transition: inherit;
|
|
17748
17708
|
}
|
|
17749
|
-
|
|
17750
|
-
|
|
17751
|
-
|
|
17752
|
-
|
|
17709
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
17710
|
+
font-size: 1.5rem;
|
|
17711
|
+
}
|
|
17712
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
17713
|
+
flex-grow: 1;
|
|
17714
|
+
}
|
|
17715
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17716
|
+
transition: inherit;
|
|
17717
|
+
opacity: 0;
|
|
17718
|
+
}
|
|
17719
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17720
|
+
transform: translateY(0.5rem);
|
|
17753
17721
|
}.v-breadcrumbs {
|
|
17754
17722
|
display: flex;
|
|
17755
17723
|
align-items: center;
|
|
@@ -17802,11 +17770,43 @@ html.overflow-y-hidden {
|
|
|
17802
17770
|
font-size: 1rem;
|
|
17803
17771
|
margin-inline: -4px 2px;
|
|
17804
17772
|
}
|
|
17805
|
-
|
|
17806
|
-
.v-breadcrumbs-divider {
|
|
17807
|
-
display: inline-block;
|
|
17808
|
-
padding: 0 8px;
|
|
17809
|
-
vertical-align: middle;
|
|
17773
|
+
|
|
17774
|
+
.v-breadcrumbs-divider {
|
|
17775
|
+
display: inline-block;
|
|
17776
|
+
padding: 0 8px;
|
|
17777
|
+
vertical-align: middle;
|
|
17778
|
+
}.bottom-sheet-transition-enter-from {
|
|
17779
|
+
transform: translateY(100%);
|
|
17780
|
+
}
|
|
17781
|
+
.bottom-sheet-transition-leave-to {
|
|
17782
|
+
transform: translateY(100%);
|
|
17783
|
+
}
|
|
17784
|
+
|
|
17785
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17786
|
+
align-self: flex-end;
|
|
17787
|
+
border-radius: 0;
|
|
17788
|
+
flex: 0 1 auto;
|
|
17789
|
+
left: 0;
|
|
17790
|
+
right: 0;
|
|
17791
|
+
margin-inline: 0;
|
|
17792
|
+
margin-bottom: 0;
|
|
17793
|
+
transition-duration: 0.2s;
|
|
17794
|
+
width: 100%;
|
|
17795
|
+
max-width: 100%;
|
|
17796
|
+
overflow: visible;
|
|
17797
|
+
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));
|
|
17798
|
+
}
|
|
17799
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17800
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17801
|
+
border-radius: 0;
|
|
17802
|
+
}
|
|
17803
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17804
|
+
max-width: none;
|
|
17805
|
+
}
|
|
17806
|
+
@media (min-width: 600px) {
|
|
17807
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17808
|
+
max-width: 70%;
|
|
17809
|
+
}
|
|
17810
17810
|
}.v-btn {
|
|
17811
17811
|
align-items: center;
|
|
17812
17812
|
border-radius: 4px;
|
|
@@ -18638,11 +18638,6 @@ html.overflow-y-hidden {
|
|
|
18638
18638
|
flex-direction: column;
|
|
18639
18639
|
height: 100% !important;
|
|
18640
18640
|
width: 50px;
|
|
18641
|
-
}.v-checkbox.v-input {
|
|
18642
|
-
flex: 0 1 auto;
|
|
18643
|
-
}
|
|
18644
|
-
.v-checkbox .v-selection-control {
|
|
18645
|
-
min-height: var(--v-input-control-height);
|
|
18646
18641
|
}.v-chip {
|
|
18647
18642
|
align-items: center;
|
|
18648
18643
|
display: inline-flex;
|
|
@@ -19050,6 +19045,11 @@ html.overflow-y-hidden {
|
|
|
19050
19045
|
|
|
19051
19046
|
.v-chip--label {
|
|
19052
19047
|
border-radius: 4px;
|
|
19048
|
+
}.v-checkbox.v-input {
|
|
19049
|
+
flex: 0 1 auto;
|
|
19050
|
+
}
|
|
19051
|
+
.v-checkbox .v-selection-control {
|
|
19052
|
+
min-height: var(--v-input-control-height);
|
|
19053
19053
|
}.v-chip-group {
|
|
19054
19054
|
display: flex;
|
|
19055
19055
|
max-width: 100%;
|
|
@@ -19740,6 +19740,26 @@ html.overflow-y-hidden {
|
|
|
19740
19740
|
.offset-xxl-11 {
|
|
19741
19741
|
margin-inline-start: 91.6666666667%;
|
|
19742
19742
|
}
|
|
19743
|
+
}.v-color-picker {
|
|
19744
|
+
align-self: flex-start;
|
|
19745
|
+
contain: content;
|
|
19746
|
+
}
|
|
19747
|
+
.v-color-picker.v-sheet {
|
|
19748
|
+
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));
|
|
19749
|
+
border-radius: 4px;
|
|
19750
|
+
}
|
|
19751
|
+
|
|
19752
|
+
.v-color-picker__controls {
|
|
19753
|
+
display: flex;
|
|
19754
|
+
flex-direction: column;
|
|
19755
|
+
padding: 16px;
|
|
19756
|
+
}
|
|
19757
|
+
|
|
19758
|
+
.v-color-picker--flat {
|
|
19759
|
+
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));
|
|
19760
|
+
}
|
|
19761
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19762
|
+
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));
|
|
19743
19763
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
19744
19764
|
.v-combobox .v-field .v-text-field__suffix,
|
|
19745
19765
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19821,26 +19841,6 @@ html.overflow-y-hidden {
|
|
|
19821
19841
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19822
19842
|
opacity: var(--v-high-emphasis-opacity);
|
|
19823
19843
|
transform: rotate(180deg);
|
|
19824
|
-
}.v-color-picker {
|
|
19825
|
-
align-self: flex-start;
|
|
19826
|
-
contain: content;
|
|
19827
|
-
}
|
|
19828
|
-
.v-color-picker.v-sheet {
|
|
19829
|
-
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));
|
|
19830
|
-
border-radius: 4px;
|
|
19831
|
-
}
|
|
19832
|
-
|
|
19833
|
-
.v-color-picker__controls {
|
|
19834
|
-
display: flex;
|
|
19835
|
-
flex-direction: column;
|
|
19836
|
-
padding: 16px;
|
|
19837
|
-
}
|
|
19838
|
-
|
|
19839
|
-
.v-color-picker--flat {
|
|
19840
|
-
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));
|
|
19841
|
-
}
|
|
19842
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19843
|
-
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));
|
|
19844
19844
|
}.v-counter {
|
|
19845
19845
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19846
19846
|
flex: 0 1 auto;
|
|
@@ -20020,6 +20020,62 @@ html.overflow-y-hidden {
|
|
|
20020
20020
|
}
|
|
20021
20021
|
.v-date-picker--show-week {
|
|
20022
20022
|
width: 368px;
|
|
20023
|
+
}.v-date-picker-controls {
|
|
20024
|
+
display: flex;
|
|
20025
|
+
align-items: center;
|
|
20026
|
+
justify-content: space-between;
|
|
20027
|
+
font-size: 0.875rem;
|
|
20028
|
+
padding-top: 4px;
|
|
20029
|
+
padding-bottom: 4px;
|
|
20030
|
+
padding-inline-start: 6px;
|
|
20031
|
+
padding-inline-end: 12px;
|
|
20032
|
+
}
|
|
20033
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20034
|
+
text-transform: none;
|
|
20035
|
+
font-weight: 400;
|
|
20036
|
+
line-height: initial;
|
|
20037
|
+
letter-spacing: initial;
|
|
20038
|
+
}
|
|
20039
|
+
.v-date-picker-controls--variant-classic {
|
|
20040
|
+
padding-inline-start: 12px;
|
|
20041
|
+
}
|
|
20042
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20043
|
+
opacity: 0.7;
|
|
20044
|
+
}
|
|
20045
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20046
|
+
cursor: pointer;
|
|
20047
|
+
}
|
|
20048
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20049
|
+
opacity: 1;
|
|
20050
|
+
}
|
|
20051
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20052
|
+
margin-inline-start: 4px;
|
|
20053
|
+
}
|
|
20054
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20055
|
+
transform: rotate(180deg);
|
|
20056
|
+
}
|
|
20057
|
+
|
|
20058
|
+
.v-date-picker-controls__date {
|
|
20059
|
+
margin-inline-end: 4px;
|
|
20060
|
+
}
|
|
20061
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20062
|
+
margin: auto;
|
|
20063
|
+
text-align: center;
|
|
20064
|
+
}
|
|
20065
|
+
|
|
20066
|
+
.v-date-picker-controls__month {
|
|
20067
|
+
display: flex;
|
|
20068
|
+
}
|
|
20069
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20070
|
+
flex-direction: row-reverse;
|
|
20071
|
+
}
|
|
20072
|
+
|
|
20073
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20074
|
+
flex: 1 0 auto;
|
|
20075
|
+
}
|
|
20076
|
+
|
|
20077
|
+
.v-date-picker__title {
|
|
20078
|
+
display: inline-block;
|
|
20023
20079
|
}.v-date-picker-header {
|
|
20024
20080
|
align-items: flex-end;
|
|
20025
20081
|
height: 70px;
|
|
@@ -20080,6 +20136,25 @@ html.overflow-y-hidden {
|
|
|
20080
20136
|
.date-picker-header-reverse-transition-leave-to {
|
|
20081
20137
|
opacity: 0;
|
|
20082
20138
|
transform: translate(0, 100%);
|
|
20139
|
+
}.v-date-picker-months {
|
|
20140
|
+
height: 288px;
|
|
20141
|
+
}
|
|
20142
|
+
|
|
20143
|
+
.v-date-picker-months__content {
|
|
20144
|
+
align-items: center;
|
|
20145
|
+
display: grid;
|
|
20146
|
+
flex: 1 1;
|
|
20147
|
+
height: inherit;
|
|
20148
|
+
justify-content: space-around;
|
|
20149
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20150
|
+
grid-gap: 0px 24px;
|
|
20151
|
+
padding-inline-start: 36px;
|
|
20152
|
+
padding-inline-end: 36px;
|
|
20153
|
+
}
|
|
20154
|
+
.v-date-picker-months__content .v-btn {
|
|
20155
|
+
text-transform: none;
|
|
20156
|
+
padding-inline-start: 8px;
|
|
20157
|
+
padding-inline-end: 8px;
|
|
20083
20158
|
}.v-date-picker-month {
|
|
20084
20159
|
display: flex;
|
|
20085
20160
|
justify-content: center;
|
|
@@ -20135,81 +20210,6 @@ html.overflow-y-hidden {
|
|
|
20135
20210
|
|
|
20136
20211
|
.v-date-picker-month__day--hide-adjacent {
|
|
20137
20212
|
opacity: 0;
|
|
20138
|
-
}.v-date-picker-controls {
|
|
20139
|
-
display: flex;
|
|
20140
|
-
align-items: center;
|
|
20141
|
-
justify-content: space-between;
|
|
20142
|
-
font-size: 0.875rem;
|
|
20143
|
-
padding-top: 4px;
|
|
20144
|
-
padding-bottom: 4px;
|
|
20145
|
-
padding-inline-start: 6px;
|
|
20146
|
-
padding-inline-end: 12px;
|
|
20147
|
-
}
|
|
20148
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20149
|
-
text-transform: none;
|
|
20150
|
-
font-weight: 400;
|
|
20151
|
-
line-height: initial;
|
|
20152
|
-
letter-spacing: initial;
|
|
20153
|
-
}
|
|
20154
|
-
.v-date-picker-controls--variant-classic {
|
|
20155
|
-
padding-inline-start: 12px;
|
|
20156
|
-
}
|
|
20157
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20158
|
-
opacity: 0.7;
|
|
20159
|
-
}
|
|
20160
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20161
|
-
cursor: pointer;
|
|
20162
|
-
}
|
|
20163
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20164
|
-
opacity: 1;
|
|
20165
|
-
}
|
|
20166
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20167
|
-
margin-inline-start: 4px;
|
|
20168
|
-
}
|
|
20169
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20170
|
-
transform: rotate(180deg);
|
|
20171
|
-
}
|
|
20172
|
-
|
|
20173
|
-
.v-date-picker-controls__date {
|
|
20174
|
-
margin-inline-end: 4px;
|
|
20175
|
-
}
|
|
20176
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20177
|
-
margin: auto;
|
|
20178
|
-
text-align: center;
|
|
20179
|
-
}
|
|
20180
|
-
|
|
20181
|
-
.v-date-picker-controls__month {
|
|
20182
|
-
display: flex;
|
|
20183
|
-
}
|
|
20184
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20185
|
-
flex-direction: row-reverse;
|
|
20186
|
-
}
|
|
20187
|
-
|
|
20188
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20189
|
-
flex: 1 0 auto;
|
|
20190
|
-
}
|
|
20191
|
-
|
|
20192
|
-
.v-date-picker__title {
|
|
20193
|
-
display: inline-block;
|
|
20194
|
-
}.v-date-picker-months {
|
|
20195
|
-
height: 288px;
|
|
20196
|
-
}
|
|
20197
|
-
|
|
20198
|
-
.v-date-picker-months__content {
|
|
20199
|
-
align-items: center;
|
|
20200
|
-
display: grid;
|
|
20201
|
-
flex: 1 1;
|
|
20202
|
-
height: inherit;
|
|
20203
|
-
justify-content: space-around;
|
|
20204
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20205
|
-
grid-gap: 0px 24px;
|
|
20206
|
-
padding-inline-start: 36px;
|
|
20207
|
-
padding-inline-end: 36px;
|
|
20208
|
-
}
|
|
20209
|
-
.v-date-picker-months__content .v-btn {
|
|
20210
|
-
text-transform: none;
|
|
20211
|
-
padding-inline-start: 8px;
|
|
20212
|
-
padding-inline-end: 8px;
|
|
20213
20213
|
}.v-date-picker-years {
|
|
20214
20214
|
height: 288px;
|
|
20215
20215
|
overflow-y: scroll;
|
|
@@ -20552,6 +20552,26 @@ html.overflow-y-hidden {
|
|
|
20552
20552
|
}
|
|
20553
20553
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
20554
20554
|
border-radius: 0;
|
|
20555
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20556
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20557
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20558
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20559
|
+
top: 0px;
|
|
20560
|
+
}
|
|
20561
|
+
.v-file-input input[type=file] {
|
|
20562
|
+
height: 100%;
|
|
20563
|
+
left: 0;
|
|
20564
|
+
opacity: 0;
|
|
20565
|
+
position: absolute;
|
|
20566
|
+
top: 0;
|
|
20567
|
+
width: 100%;
|
|
20568
|
+
z-index: 1;
|
|
20569
|
+
}
|
|
20570
|
+
.v-file-input .v-input__details {
|
|
20571
|
+
padding-inline: 16px;
|
|
20572
|
+
}
|
|
20573
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
20574
|
+
padding-inline: 0;
|
|
20555
20575
|
}/* region INPUT */
|
|
20556
20576
|
.v-field {
|
|
20557
20577
|
display: grid;
|
|
@@ -21038,6 +21058,8 @@ textarea.v-field__input::placeholder {
|
|
|
21038
21058
|
}
|
|
21039
21059
|
.v-field--variant-outlined .v-field__loader {
|
|
21040
21060
|
top: calc(100% - 3px);
|
|
21061
|
+
width: calc(100% - 1px * 2);
|
|
21062
|
+
left: 1px;
|
|
21041
21063
|
}
|
|
21042
21064
|
|
|
21043
21065
|
/* endregion */
|
|
@@ -21120,27 +21142,7 @@ textarea.v-field__input::placeholder {
|
|
|
21120
21142
|
opacity: 0;
|
|
21121
21143
|
}
|
|
21122
21144
|
|
|
21123
|
-
/* endregion */.v-
|
|
21124
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21125
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21126
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21127
|
-
top: 0px;
|
|
21128
|
-
}
|
|
21129
|
-
.v-file-input input[type=file] {
|
|
21130
|
-
height: 100%;
|
|
21131
|
-
left: 0;
|
|
21132
|
-
opacity: 0;
|
|
21133
|
-
position: absolute;
|
|
21134
|
-
top: 0;
|
|
21135
|
-
width: 100%;
|
|
21136
|
-
z-index: 1;
|
|
21137
|
-
}
|
|
21138
|
-
.v-file-input .v-input__details {
|
|
21139
|
-
padding-inline: 16px;
|
|
21140
|
-
}
|
|
21141
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21142
|
-
padding-inline: 0;
|
|
21143
|
-
}.v-footer {
|
|
21145
|
+
/* endregion */.v-footer {
|
|
21144
21146
|
align-items: center;
|
|
21145
21147
|
display: flex;
|
|
21146
21148
|
flex: 1 1 auto;
|
|
@@ -21189,6 +21191,10 @@ textarea.v-field__input::placeholder {
|
|
|
21189
21191
|
.v-icon--clickable {
|
|
21190
21192
|
cursor: pointer;
|
|
21191
21193
|
}
|
|
21194
|
+
.v-icon--disabled {
|
|
21195
|
+
pointer-events: none;
|
|
21196
|
+
opacity: 0.38;
|
|
21197
|
+
}
|
|
21192
21198
|
.v-icon--size-x-small {
|
|
21193
21199
|
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
21194
21200
|
}
|
|
@@ -21278,6 +21284,11 @@ textarea.v-field__input::placeholder {
|
|
|
21278
21284
|
display: flex;
|
|
21279
21285
|
justify-content: center;
|
|
21280
21286
|
padding: 8px;
|
|
21287
|
+
}.v-item-group {
|
|
21288
|
+
flex: 0 1 auto;
|
|
21289
|
+
max-width: 100%;
|
|
21290
|
+
position: relative;
|
|
21291
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21281
21292
|
}.v-input {
|
|
21282
21293
|
display: grid;
|
|
21283
21294
|
flex: 1 1 auto;
|
|
@@ -21420,11 +21431,6 @@ textarea.v-field__input::placeholder {
|
|
|
21420
21431
|
|
|
21421
21432
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21422
21433
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21423
|
-
}.v-item-group {
|
|
21424
|
-
flex: 0 1 auto;
|
|
21425
|
-
max-width: 100%;
|
|
21426
|
-
position: relative;
|
|
21427
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21428
21434
|
}.v-label {
|
|
21429
21435
|
align-items: center;
|
|
21430
21436
|
color: inherit;
|
|
@@ -22007,8 +22013,6 @@ textarea.v-field__input::placeholder {
|
|
|
22007
22013
|
}
|
|
22008
22014
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22009
22015
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22010
|
-
}.v-locale-provider {
|
|
22011
|
-
display: contents;
|
|
22012
22016
|
}.v-main {
|
|
22013
22017
|
flex: 1 0 auto;
|
|
22014
22018
|
max-width: 100%;
|
|
@@ -22037,6 +22041,8 @@ textarea.v-field__input::placeholder {
|
|
|
22037
22041
|
--v-layout-right: 0px;
|
|
22038
22042
|
--v-layout-top: 0px;
|
|
22039
22043
|
--v-layout-bottom: 0px;
|
|
22044
|
+
}.v-locale-provider {
|
|
22045
|
+
display: contents;
|
|
22040
22046
|
}.v-menu > .v-overlay__content {
|
|
22041
22047
|
display: flex;
|
|
22042
22048
|
flex-direction: column;
|
|
@@ -22066,62 +22072,6 @@ textarea.v-field__input::placeholder {
|
|
|
22066
22072
|
-webkit-hyphens: auto;
|
|
22067
22073
|
hyphens: auto;
|
|
22068
22074
|
transition-duration: 150ms;
|
|
22069
|
-
}.v-otp-input {
|
|
22070
|
-
border-radius: 4px;
|
|
22071
|
-
align-items: center;
|
|
22072
|
-
display: flex;
|
|
22073
|
-
justify-content: center;
|
|
22074
|
-
padding: 0.5rem 0;
|
|
22075
|
-
position: relative;
|
|
22076
|
-
}
|
|
22077
|
-
.v-otp-input .v-field {
|
|
22078
|
-
height: 100%;
|
|
22079
|
-
}
|
|
22080
|
-
|
|
22081
|
-
.v-otp-input__divider {
|
|
22082
|
-
margin: 0 8px;
|
|
22083
|
-
}
|
|
22084
|
-
|
|
22085
|
-
.v-otp-input__content {
|
|
22086
|
-
align-items: center;
|
|
22087
|
-
display: flex;
|
|
22088
|
-
gap: 0.5rem;
|
|
22089
|
-
height: 64px;
|
|
22090
|
-
padding: 0.5rem;
|
|
22091
|
-
justify-content: center;
|
|
22092
|
-
max-width: 320px;
|
|
22093
|
-
position: relative;
|
|
22094
|
-
border-radius: inherit;
|
|
22095
|
-
}
|
|
22096
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
22097
|
-
max-width: 360px;
|
|
22098
|
-
}
|
|
22099
|
-
|
|
22100
|
-
.v-otp-input__field {
|
|
22101
|
-
color: inherit;
|
|
22102
|
-
font-size: 1.25rem;
|
|
22103
|
-
height: 100%;
|
|
22104
|
-
outline: none;
|
|
22105
|
-
text-align: center;
|
|
22106
|
-
width: 100%;
|
|
22107
|
-
}
|
|
22108
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
22109
|
-
-webkit-appearance: none;
|
|
22110
|
-
margin: 0;
|
|
22111
|
-
}
|
|
22112
|
-
.v-otp-input__field[type=number] {
|
|
22113
|
-
-moz-appearance: textfield;
|
|
22114
|
-
}
|
|
22115
|
-
|
|
22116
|
-
.v-otp-input__loader {
|
|
22117
|
-
align-items: center;
|
|
22118
|
-
display: flex;
|
|
22119
|
-
height: 100%;
|
|
22120
|
-
justify-content: center;
|
|
22121
|
-
width: 100%;
|
|
22122
|
-
}
|
|
22123
|
-
.v-otp-input__loader .v-progress-linear {
|
|
22124
|
-
position: absolute;
|
|
22125
22075
|
}.v-navigation-drawer {
|
|
22126
22076
|
-webkit-overflow-scrolling: touch;
|
|
22127
22077
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22198,7 +22148,7 @@ textarea.v-field__input::placeholder {
|
|
|
22198
22148
|
width: 100%;
|
|
22199
22149
|
z-index: -1;
|
|
22200
22150
|
}
|
|
22201
|
-
.v-navigation-drawer__img img {
|
|
22151
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
|
22202
22152
|
height: inherit;
|
|
22203
22153
|
object-fit: cover;
|
|
22204
22154
|
width: inherit;
|
|
@@ -22220,6 +22170,70 @@ textarea.v-field__input::placeholder {
|
|
|
22220
22170
|
.v-navigation-drawer__append {
|
|
22221
22171
|
flex: none;
|
|
22222
22172
|
overflow: hidden;
|
|
22173
|
+
}.v-otp-input {
|
|
22174
|
+
border-radius: 4px;
|
|
22175
|
+
align-items: center;
|
|
22176
|
+
display: flex;
|
|
22177
|
+
justify-content: center;
|
|
22178
|
+
padding: 0.5rem 0;
|
|
22179
|
+
position: relative;
|
|
22180
|
+
}
|
|
22181
|
+
.v-otp-input .v-field {
|
|
22182
|
+
height: 100%;
|
|
22183
|
+
}
|
|
22184
|
+
|
|
22185
|
+
.v-otp-input__divider {
|
|
22186
|
+
margin: 0 8px;
|
|
22187
|
+
}
|
|
22188
|
+
|
|
22189
|
+
.v-otp-input__content {
|
|
22190
|
+
align-items: center;
|
|
22191
|
+
display: flex;
|
|
22192
|
+
gap: 0.5rem;
|
|
22193
|
+
height: 64px;
|
|
22194
|
+
padding: 0.5rem;
|
|
22195
|
+
justify-content: center;
|
|
22196
|
+
max-width: 320px;
|
|
22197
|
+
position: relative;
|
|
22198
|
+
border-radius: inherit;
|
|
22199
|
+
}
|
|
22200
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
22201
|
+
max-width: 360px;
|
|
22202
|
+
}
|
|
22203
|
+
|
|
22204
|
+
.v-otp-input__field {
|
|
22205
|
+
color: inherit;
|
|
22206
|
+
font-size: 1.25rem;
|
|
22207
|
+
height: 100%;
|
|
22208
|
+
outline: none;
|
|
22209
|
+
text-align: center;
|
|
22210
|
+
width: 100%;
|
|
22211
|
+
}
|
|
22212
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
22213
|
+
-webkit-appearance: none;
|
|
22214
|
+
margin: 0;
|
|
22215
|
+
}
|
|
22216
|
+
.v-otp-input__field[type=number] {
|
|
22217
|
+
-moz-appearance: textfield;
|
|
22218
|
+
}
|
|
22219
|
+
|
|
22220
|
+
.v-otp-input__loader {
|
|
22221
|
+
align-items: center;
|
|
22222
|
+
display: flex;
|
|
22223
|
+
height: 100%;
|
|
22224
|
+
justify-content: center;
|
|
22225
|
+
width: 100%;
|
|
22226
|
+
}
|
|
22227
|
+
.v-otp-input__loader .v-progress-linear {
|
|
22228
|
+
position: absolute;
|
|
22229
|
+
}.v-pagination__list {
|
|
22230
|
+
display: inline-flex;
|
|
22231
|
+
list-style-type: none;
|
|
22232
|
+
justify-content: center;
|
|
22233
|
+
width: 100%;
|
|
22234
|
+
}
|
|
22235
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22236
|
+
margin: 0.3rem;
|
|
22223
22237
|
}.v-overlay-container {
|
|
22224
22238
|
contain: layout;
|
|
22225
22239
|
left: 0;
|
|
@@ -22283,14 +22297,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22283
22297
|
|
|
22284
22298
|
.v-overlay--scroll-blocked {
|
|
22285
22299
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22286
|
-
}.v-
|
|
22287
|
-
|
|
22288
|
-
|
|
22289
|
-
justify-content: center;
|
|
22290
|
-
width: 100%;
|
|
22300
|
+
}.v-parallax {
|
|
22301
|
+
position: relative;
|
|
22302
|
+
overflow: hidden;
|
|
22291
22303
|
}
|
|
22292
|
-
.v-
|
|
22293
|
-
|
|
22304
|
+
.v-parallax--active > .v-img__img {
|
|
22305
|
+
will-change: transform;
|
|
22294
22306
|
}.v-progress-circular {
|
|
22295
22307
|
align-items: center;
|
|
22296
22308
|
display: inline-flex;
|
|
@@ -22393,12 +22405,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22393
22405
|
100% {
|
|
22394
22406
|
transform: rotate(270deg);
|
|
22395
22407
|
}
|
|
22396
|
-
}.v-parallax {
|
|
22397
|
-
position: relative;
|
|
22398
|
-
overflow: hidden;
|
|
22399
|
-
}
|
|
22400
|
-
.v-parallax--active > .v-img__img {
|
|
22401
|
-
will-change: transform;
|
|
22402
22408
|
}.v-progress-linear {
|
|
22403
22409
|
background: transparent;
|
|
22404
22410
|
overflow: hidden;
|
|
@@ -22457,7 +22463,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22457
22463
|
right: auto;
|
|
22458
22464
|
top: 0;
|
|
22459
22465
|
width: auto;
|
|
22460
|
-
will-change: left, right;
|
|
22461
22466
|
}
|
|
22462
22467
|
.v-progress-linear__indeterminate .long {
|
|
22463
22468
|
animation-name: indeterminate-ltr;
|
|
@@ -22621,6 +22626,60 @@ html.v-overlay-scroll-blocked {
|
|
|
22621
22626
|
}
|
|
22622
22627
|
.v-radio-group .v-input__details {
|
|
22623
22628
|
padding-inline: 16px;
|
|
22629
|
+
}.v-rating {
|
|
22630
|
+
max-width: 100%;
|
|
22631
|
+
display: inline-flex;
|
|
22632
|
+
white-space: nowrap;
|
|
22633
|
+
}
|
|
22634
|
+
.v-rating--readonly {
|
|
22635
|
+
pointer-events: none;
|
|
22636
|
+
}
|
|
22637
|
+
|
|
22638
|
+
.v-rating__wrapper {
|
|
22639
|
+
align-items: center;
|
|
22640
|
+
display: inline-flex;
|
|
22641
|
+
flex-direction: column;
|
|
22642
|
+
}
|
|
22643
|
+
.v-rating__wrapper--bottom {
|
|
22644
|
+
flex-direction: column-reverse;
|
|
22645
|
+
}
|
|
22646
|
+
|
|
22647
|
+
.v-rating__item {
|
|
22648
|
+
display: inline-flex;
|
|
22649
|
+
position: relative;
|
|
22650
|
+
}
|
|
22651
|
+
.v-rating__item label {
|
|
22652
|
+
cursor: pointer;
|
|
22653
|
+
}
|
|
22654
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22655
|
+
opacity: 1;
|
|
22656
|
+
}
|
|
22657
|
+
.v-rating__item .v-btn {
|
|
22658
|
+
transition-property: transform;
|
|
22659
|
+
}
|
|
22660
|
+
.v-rating__item .v-btn .v-icon {
|
|
22661
|
+
transition: inherit;
|
|
22662
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22663
|
+
}
|
|
22664
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22665
|
+
transform: scale(1.25);
|
|
22666
|
+
}
|
|
22667
|
+
.v-rating__item--half {
|
|
22668
|
+
overflow: hidden;
|
|
22669
|
+
position: absolute;
|
|
22670
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22671
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22672
|
+
z-index: 1;
|
|
22673
|
+
}
|
|
22674
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22675
|
+
opacity: 0;
|
|
22676
|
+
}
|
|
22677
|
+
|
|
22678
|
+
.v-rating__hidden {
|
|
22679
|
+
height: 0;
|
|
22680
|
+
opacity: 0;
|
|
22681
|
+
position: absolute;
|
|
22682
|
+
width: 0;
|
|
22624
22683
|
}.v-slider .v-slider__container input {
|
|
22625
22684
|
cursor: default;
|
|
22626
22685
|
padding: 0;
|
|
@@ -22664,74 +22723,20 @@ html.v-overlay-scroll-blocked {
|
|
|
22664
22723
|
margin-top: 12px;
|
|
22665
22724
|
margin-bottom: 12px;
|
|
22666
22725
|
}
|
|
22667
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
22668
|
-
min-height: 300px;
|
|
22669
|
-
}
|
|
22670
|
-
|
|
22671
|
-
.v-slider.v-input--disabled {
|
|
22672
|
-
pointer-events: none;
|
|
22673
|
-
}
|
|
22674
|
-
|
|
22675
|
-
.v-slider--has-labels > .v-input__control {
|
|
22676
|
-
margin-bottom: 4px;
|
|
22677
|
-
}
|
|
22678
|
-
|
|
22679
|
-
.v-slider__label {
|
|
22680
|
-
margin-inline-end: 12px;
|
|
22681
|
-
}.v-rating {
|
|
22682
|
-
max-width: 100%;
|
|
22683
|
-
display: inline-flex;
|
|
22684
|
-
white-space: nowrap;
|
|
22685
|
-
}
|
|
22686
|
-
.v-rating--readonly {
|
|
22687
|
-
pointer-events: none;
|
|
22688
|
-
}
|
|
22689
|
-
|
|
22690
|
-
.v-rating__wrapper {
|
|
22691
|
-
align-items: center;
|
|
22692
|
-
display: inline-flex;
|
|
22693
|
-
flex-direction: column;
|
|
22694
|
-
}
|
|
22695
|
-
.v-rating__wrapper--bottom {
|
|
22696
|
-
flex-direction: column-reverse;
|
|
22697
|
-
}
|
|
22698
|
-
|
|
22699
|
-
.v-rating__item {
|
|
22700
|
-
display: inline-flex;
|
|
22701
|
-
position: relative;
|
|
22702
|
-
}
|
|
22703
|
-
.v-rating__item label {
|
|
22704
|
-
cursor: pointer;
|
|
22705
|
-
}
|
|
22706
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22707
|
-
opacity: 1;
|
|
22708
|
-
}
|
|
22709
|
-
.v-rating__item .v-btn {
|
|
22710
|
-
transition-property: transform;
|
|
22711
|
-
}
|
|
22712
|
-
.v-rating__item .v-btn .v-icon {
|
|
22713
|
-
transition: inherit;
|
|
22714
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22715
|
-
}
|
|
22716
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22717
|
-
transform: scale(1.25);
|
|
22718
|
-
}
|
|
22719
|
-
.v-rating__item--half {
|
|
22720
|
-
overflow: hidden;
|
|
22721
|
-
position: absolute;
|
|
22722
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22723
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22724
|
-
z-index: 1;
|
|
22726
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
22727
|
+
min-height: 300px;
|
|
22725
22728
|
}
|
|
22726
|
-
|
|
22727
|
-
|
|
22729
|
+
|
|
22730
|
+
.v-slider.v-input--disabled {
|
|
22731
|
+
pointer-events: none;
|
|
22728
22732
|
}
|
|
22729
22733
|
|
|
22730
|
-
.v-
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
|
|
22734
|
+
.v-slider--has-labels > .v-input__control {
|
|
22735
|
+
margin-bottom: 4px;
|
|
22736
|
+
}
|
|
22737
|
+
|
|
22738
|
+
.v-slider__label {
|
|
22739
|
+
margin-inline-end: 12px;
|
|
22735
22740
|
}.v-responsive {
|
|
22736
22741
|
display: flex;
|
|
22737
22742
|
flex: 1 0 auto;
|
|
@@ -22907,6 +22912,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22907
22912
|
}
|
|
22908
22913
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22909
22914
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22915
|
+
}.v-selection-control-group {
|
|
22916
|
+
grid-area: control;
|
|
22917
|
+
display: flex;
|
|
22918
|
+
flex-direction: column;
|
|
22919
|
+
}
|
|
22920
|
+
.v-selection-control-group--inline {
|
|
22921
|
+
flex-direction: row;
|
|
22922
|
+
flex-wrap: wrap;
|
|
22910
22923
|
}.v-sheet {
|
|
22911
22924
|
display: block;
|
|
22912
22925
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22935,14 +22948,48 @@ html.v-overlay-scroll-blocked {
|
|
|
22935
22948
|
}
|
|
22936
22949
|
.v-sheet--rounded {
|
|
22937
22950
|
border-radius: 4px;
|
|
22938
|
-
}.v-
|
|
22939
|
-
grid-area: control;
|
|
22951
|
+
}.v-slide-group {
|
|
22940
22952
|
display: flex;
|
|
22941
|
-
|
|
22953
|
+
overflow: hidden;
|
|
22942
22954
|
}
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22955
|
+
|
|
22956
|
+
.v-slide-group__next,
|
|
22957
|
+
.v-slide-group__prev {
|
|
22958
|
+
align-items: center;
|
|
22959
|
+
display: flex;
|
|
22960
|
+
flex: 0 1 52px;
|
|
22961
|
+
justify-content: center;
|
|
22962
|
+
min-width: 52px;
|
|
22963
|
+
cursor: pointer;
|
|
22964
|
+
}
|
|
22965
|
+
.v-slide-group__next--disabled,
|
|
22966
|
+
.v-slide-group__prev--disabled {
|
|
22967
|
+
pointer-events: none;
|
|
22968
|
+
opacity: var(--v-disabled-opacity);
|
|
22969
|
+
}
|
|
22970
|
+
|
|
22971
|
+
.v-slide-group__content {
|
|
22972
|
+
display: flex;
|
|
22973
|
+
flex: 1 0 auto;
|
|
22974
|
+
position: relative;
|
|
22975
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
22976
|
+
white-space: nowrap;
|
|
22977
|
+
}
|
|
22978
|
+
.v-slide-group__content > * {
|
|
22979
|
+
white-space: initial;
|
|
22980
|
+
}
|
|
22981
|
+
|
|
22982
|
+
.v-slide-group__container {
|
|
22983
|
+
contain: content;
|
|
22984
|
+
display: flex;
|
|
22985
|
+
flex: 1 1 auto;
|
|
22986
|
+
overflow: hidden;
|
|
22987
|
+
}
|
|
22988
|
+
|
|
22989
|
+
.v-slide-group--vertical,
|
|
22990
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
22991
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
22992
|
+
flex-direction: column;
|
|
22946
22993
|
}.v-skeleton-loader {
|
|
22947
22994
|
align-items: center;
|
|
22948
22995
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23166,48 +23213,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23166
23213
|
100% {
|
|
23167
23214
|
transform: translateX(100%);
|
|
23168
23215
|
}
|
|
23169
|
-
}.v-slide-group {
|
|
23170
|
-
display: flex;
|
|
23171
|
-
overflow: hidden;
|
|
23172
|
-
}
|
|
23173
|
-
|
|
23174
|
-
.v-slide-group__next,
|
|
23175
|
-
.v-slide-group__prev {
|
|
23176
|
-
align-items: center;
|
|
23177
|
-
display: flex;
|
|
23178
|
-
flex: 0 1 52px;
|
|
23179
|
-
justify-content: center;
|
|
23180
|
-
min-width: 52px;
|
|
23181
|
-
cursor: pointer;
|
|
23182
|
-
}
|
|
23183
|
-
.v-slide-group__next--disabled,
|
|
23184
|
-
.v-slide-group__prev--disabled {
|
|
23185
|
-
pointer-events: none;
|
|
23186
|
-
opacity: var(--v-disabled-opacity);
|
|
23187
|
-
}
|
|
23188
|
-
|
|
23189
|
-
.v-slide-group__content {
|
|
23190
|
-
display: flex;
|
|
23191
|
-
flex: 1 0 auto;
|
|
23192
|
-
position: relative;
|
|
23193
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23194
|
-
white-space: nowrap;
|
|
23195
|
-
}
|
|
23196
|
-
.v-slide-group__content > * {
|
|
23197
|
-
white-space: initial;
|
|
23198
|
-
}
|
|
23199
|
-
|
|
23200
|
-
.v-slide-group__container {
|
|
23201
|
-
contain: content;
|
|
23202
|
-
display: flex;
|
|
23203
|
-
flex: 1 1 auto;
|
|
23204
|
-
overflow: hidden;
|
|
23205
|
-
}
|
|
23206
|
-
|
|
23207
|
-
.v-slide-group--vertical,
|
|
23208
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23209
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23210
|
-
flex-direction: column;
|
|
23211
23216
|
}.v-snackbar {
|
|
23212
23217
|
justify-content: center;
|
|
23213
23218
|
z-index: 10000;
|
|
@@ -23443,43 +23448,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23443
23448
|
}
|
|
23444
23449
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23445
23450
|
display: none;
|
|
23446
|
-
}.v-system-bar {
|
|
23447
|
-
align-items: center;
|
|
23448
|
-
display: flex;
|
|
23449
|
-
flex: 1 1 auto;
|
|
23450
|
-
height: 24px;
|
|
23451
|
-
justify-content: flex-end;
|
|
23452
|
-
max-width: 100%;
|
|
23453
|
-
padding-inline: 8px;
|
|
23454
|
-
position: relative;
|
|
23455
|
-
text-align: end;
|
|
23456
|
-
width: 100%;
|
|
23457
|
-
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));
|
|
23458
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23459
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23460
|
-
font-size: 0.75rem;
|
|
23461
|
-
font-weight: 400;
|
|
23462
|
-
letter-spacing: 0.0333333333em;
|
|
23463
|
-
line-height: 1.25rem;
|
|
23464
|
-
text-transform: none;
|
|
23465
|
-
}
|
|
23466
|
-
.v-system-bar .v-icon {
|
|
23467
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23468
|
-
}
|
|
23469
|
-
.v-system-bar--absolute {
|
|
23470
|
-
position: absolute;
|
|
23471
|
-
}
|
|
23472
|
-
.v-system-bar--fixed {
|
|
23473
|
-
position: fixed;
|
|
23474
|
-
}
|
|
23475
|
-
.v-system-bar--rounded {
|
|
23476
|
-
border-radius: 0;
|
|
23477
|
-
}
|
|
23478
|
-
.v-system-bar--window {
|
|
23479
|
-
height: 32px;
|
|
23480
|
-
}
|
|
23481
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23482
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23483
23451
|
}.v-switch .v-label {
|
|
23484
23452
|
padding-inline-start: 10px;
|
|
23485
23453
|
}
|
|
@@ -23598,35 +23566,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23598
23566
|
}
|
|
23599
23567
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23600
23568
|
width: auto;
|
|
23601
|
-
}.v-tab.v-tab.v-btn {
|
|
23602
|
-
height: var(--v-tabs-height);
|
|
23603
|
-
border-radius: 0;
|
|
23604
|
-
min-width: 90px;
|
|
23605
|
-
}
|
|
23606
|
-
.v-slide-group--horizontal .v-tab {
|
|
23607
|
-
max-width: 360px;
|
|
23608
|
-
}
|
|
23609
|
-
.v-slide-group--vertical .v-tab {
|
|
23610
|
-
justify-content: start;
|
|
23611
|
-
}
|
|
23612
|
-
|
|
23613
|
-
.v-tab__slider {
|
|
23614
|
-
position: absolute;
|
|
23615
|
-
bottom: 0;
|
|
23616
|
-
left: 0;
|
|
23617
|
-
height: 2px;
|
|
23618
|
-
width: 100%;
|
|
23619
|
-
background: currentColor;
|
|
23620
|
-
pointer-events: none;
|
|
23621
|
-
opacity: 0;
|
|
23622
|
-
}
|
|
23623
|
-
.v-tab--selected .v-tab__slider {
|
|
23624
|
-
opacity: 1;
|
|
23625
|
-
}
|
|
23626
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
23627
|
-
top: 0;
|
|
23628
|
-
height: 100%;
|
|
23629
|
-
width: 2px;
|
|
23630
23569
|
}.v-tabs {
|
|
23631
23570
|
display: flex;
|
|
23632
23571
|
height: var(--v-tabs-height);
|
|
@@ -23692,114 +23631,37 @@ html.v-overlay-scroll-blocked {
|
|
|
23692
23631
|
}
|
|
23693
23632
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23694
23633
|
margin-inline-end: 52px;
|
|
23695
|
-
}
|
|
23696
|
-
}.v-
|
|
23697
|
-
|
|
23698
|
-
|
|
23699
|
-
|
|
23700
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23701
|
-
}
|
|
23702
|
-
.v-textarea .v-field__input {
|
|
23703
|
-
flex: 1 1 auto;
|
|
23704
|
-
outline: none;
|
|
23705
|
-
-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));
|
|
23706
|
-
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));
|
|
23707
|
-
}
|
|
23708
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23709
|
-
visibility: hidden;
|
|
23710
|
-
position: absolute;
|
|
23711
|
-
top: 0;
|
|
23712
|
-
left: 0;
|
|
23713
|
-
height: 0 !important;
|
|
23714
|
-
min-height: 0 !important;
|
|
23715
|
-
pointer-events: none;
|
|
23716
|
-
}
|
|
23717
|
-
.v-textarea--no-resize .v-field__input {
|
|
23718
|
-
resize: none;
|
|
23719
|
-
}
|
|
23720
|
-
.v-textarea .v-field--no-label textarea,
|
|
23721
|
-
.v-textarea .v-field--active textarea {
|
|
23722
|
-
opacity: 1;
|
|
23723
|
-
}
|
|
23724
|
-
.v-textarea textarea {
|
|
23725
|
-
opacity: 0;
|
|
23726
|
-
flex: 1;
|
|
23727
|
-
min-width: 0;
|
|
23728
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23729
|
-
}
|
|
23730
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23731
|
-
outline: none;
|
|
23732
|
-
}
|
|
23733
|
-
.v-textarea textarea:invalid {
|
|
23734
|
-
box-shadow: none;
|
|
23735
|
-
}/* region BLOCK */
|
|
23736
|
-
.v-text-field input {
|
|
23737
|
-
color: inherit;
|
|
23738
|
-
opacity: 0;
|
|
23739
|
-
flex: 1;
|
|
23740
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23741
|
-
min-width: 0;
|
|
23742
|
-
}
|
|
23743
|
-
.v-text-field input:focus, .v-text-field input:active {
|
|
23744
|
-
outline: none;
|
|
23745
|
-
}
|
|
23746
|
-
.v-text-field input:invalid {
|
|
23747
|
-
box-shadow: none;
|
|
23748
|
-
}
|
|
23749
|
-
.v-text-field .v-field {
|
|
23750
|
-
cursor: text;
|
|
23751
|
-
}
|
|
23752
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
23753
|
-
--v-field-padding-start: 6px;
|
|
23754
|
-
}
|
|
23755
|
-
|
|
23756
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
23757
|
-
--v-field-padding-end: 0;
|
|
23758
|
-
}
|
|
23759
|
-
|
|
23760
|
-
.v-text-field .v-input__details {
|
|
23761
|
-
padding-inline: 16px;
|
|
23762
|
-
}
|
|
23763
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
23764
|
-
padding-inline: 0;
|
|
23634
|
+
}
|
|
23635
|
+
}.v-tab.v-tab.v-btn {
|
|
23636
|
+
height: var(--v-tabs-height);
|
|
23637
|
+
border-radius: 0;
|
|
23638
|
+
min-width: 90px;
|
|
23765
23639
|
}
|
|
23766
|
-
|
|
23767
|
-
|
|
23768
|
-
.v-text-field .v-field--active input {
|
|
23769
|
-
opacity: 1;
|
|
23640
|
+
.v-slide-group--horizontal .v-tab {
|
|
23641
|
+
max-width: 360px;
|
|
23770
23642
|
}
|
|
23771
|
-
.v-
|
|
23772
|
-
|
|
23643
|
+
.v-slide-group--vertical .v-tab {
|
|
23644
|
+
justify-content: start;
|
|
23773
23645
|
}
|
|
23774
23646
|
|
|
23775
|
-
|
|
23776
|
-
|
|
23777
|
-
|
|
23778
|
-
|
|
23779
|
-
|
|
23780
|
-
|
|
23781
|
-
|
|
23647
|
+
.v-tab__slider {
|
|
23648
|
+
position: absolute;
|
|
23649
|
+
bottom: 0;
|
|
23650
|
+
left: 0;
|
|
23651
|
+
height: 2px;
|
|
23652
|
+
width: 100%;
|
|
23653
|
+
background: currentColor;
|
|
23654
|
+
pointer-events: none;
|
|
23782
23655
|
opacity: 0;
|
|
23783
|
-
transition: inherit;
|
|
23784
|
-
white-space: nowrap;
|
|
23785
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
23786
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
23787
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
23788
23656
|
}
|
|
23789
|
-
.v-
|
|
23657
|
+
.v-tab--selected .v-tab__slider {
|
|
23790
23658
|
opacity: 1;
|
|
23791
23659
|
}
|
|
23792
|
-
.v-
|
|
23793
|
-
|
|
23794
|
-
|
|
23795
|
-
|
|
23796
|
-
|
|
23797
|
-
}
|
|
23798
|
-
.v-text-field__suffix {
|
|
23799
|
-
padding-inline-end: var(--v-field-padding-end);
|
|
23800
|
-
}
|
|
23801
|
-
|
|
23802
|
-
/* endregion */.v-table {
|
|
23660
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23661
|
+
top: 0;
|
|
23662
|
+
height: 100%;
|
|
23663
|
+
width: 2px;
|
|
23664
|
+
}.v-table {
|
|
23803
23665
|
background: rgb(var(--v-theme-surface));
|
|
23804
23666
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23805
23667
|
font-size: 0.875rem;
|
|
@@ -23937,10 +23799,113 @@ html.v-overlay-scroll-blocked {
|
|
|
23937
23799
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23938
23800
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23939
23801
|
border-top: 0px !important;
|
|
23940
|
-
}.v-
|
|
23941
|
-
|
|
23942
|
-
|
|
23943
|
-
|
|
23802
|
+
}.v-textarea .v-field {
|
|
23803
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23804
|
+
}
|
|
23805
|
+
.v-textarea .v-field__field {
|
|
23806
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23807
|
+
}
|
|
23808
|
+
.v-textarea .v-field__input {
|
|
23809
|
+
flex: 1 1 auto;
|
|
23810
|
+
outline: none;
|
|
23811
|
+
-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));
|
|
23812
|
+
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));
|
|
23813
|
+
}
|
|
23814
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23815
|
+
visibility: hidden;
|
|
23816
|
+
position: absolute;
|
|
23817
|
+
top: 0;
|
|
23818
|
+
left: 0;
|
|
23819
|
+
height: 0 !important;
|
|
23820
|
+
min-height: 0 !important;
|
|
23821
|
+
pointer-events: none;
|
|
23822
|
+
}
|
|
23823
|
+
.v-textarea--no-resize .v-field__input {
|
|
23824
|
+
resize: none;
|
|
23825
|
+
}
|
|
23826
|
+
.v-textarea .v-field--no-label textarea,
|
|
23827
|
+
.v-textarea .v-field--active textarea {
|
|
23828
|
+
opacity: 1;
|
|
23829
|
+
}
|
|
23830
|
+
.v-textarea textarea {
|
|
23831
|
+
opacity: 0;
|
|
23832
|
+
flex: 1;
|
|
23833
|
+
min-width: 0;
|
|
23834
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23835
|
+
}
|
|
23836
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23837
|
+
outline: none;
|
|
23838
|
+
}
|
|
23839
|
+
.v-textarea textarea:invalid {
|
|
23840
|
+
box-shadow: none;
|
|
23841
|
+
}/* region BLOCK */
|
|
23842
|
+
.v-text-field input {
|
|
23843
|
+
color: inherit;
|
|
23844
|
+
opacity: 0;
|
|
23845
|
+
flex: 1;
|
|
23846
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23847
|
+
min-width: 0;
|
|
23848
|
+
}
|
|
23849
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
23850
|
+
outline: none;
|
|
23851
|
+
}
|
|
23852
|
+
.v-text-field input:invalid {
|
|
23853
|
+
box-shadow: none;
|
|
23854
|
+
}
|
|
23855
|
+
.v-text-field .v-field {
|
|
23856
|
+
cursor: text;
|
|
23857
|
+
}
|
|
23858
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
23859
|
+
--v-field-padding-start: 6px;
|
|
23860
|
+
}
|
|
23861
|
+
|
|
23862
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
23863
|
+
--v-field-padding-end: 0;
|
|
23864
|
+
}
|
|
23865
|
+
|
|
23866
|
+
.v-text-field .v-input__details {
|
|
23867
|
+
padding-inline: 16px;
|
|
23868
|
+
}
|
|
23869
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
23870
|
+
padding-inline: 0;
|
|
23871
|
+
}
|
|
23872
|
+
|
|
23873
|
+
.v-text-field .v-field--no-label input,
|
|
23874
|
+
.v-text-field .v-field--active input {
|
|
23875
|
+
opacity: 1;
|
|
23876
|
+
}
|
|
23877
|
+
.v-text-field .v-field--single-line input {
|
|
23878
|
+
transition: none;
|
|
23879
|
+
}
|
|
23880
|
+
|
|
23881
|
+
/* endregion */
|
|
23882
|
+
/* region ELEMENTS */
|
|
23883
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
23884
|
+
align-items: center;
|
|
23885
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23886
|
+
cursor: default;
|
|
23887
|
+
display: flex;
|
|
23888
|
+
opacity: 0;
|
|
23889
|
+
transition: inherit;
|
|
23890
|
+
white-space: nowrap;
|
|
23891
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
23892
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
23893
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
23894
|
+
}
|
|
23895
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
23896
|
+
opacity: 1;
|
|
23897
|
+
}
|
|
23898
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
23899
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
23900
|
+
}
|
|
23901
|
+
.v-text-field__prefix {
|
|
23902
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
23903
|
+
}
|
|
23904
|
+
.v-text-field__suffix {
|
|
23905
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
23906
|
+
}
|
|
23907
|
+
|
|
23908
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
|
23944
23909
|
background: rgb(var(--v-theme-surface-light));
|
|
23945
23910
|
}
|
|
23946
23911
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24356,6 +24321,9 @@ html.v-overlay-scroll-blocked {
|
|
|
24356
24321
|
|
|
24357
24322
|
.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 {
|
|
24358
24323
|
padding-inline-end: 0;
|
|
24324
|
+
}.v-theme-provider {
|
|
24325
|
+
background: rgb(var(--v-theme-background));
|
|
24326
|
+
color: rgb(var(--v-theme-on-background));
|
|
24359
24327
|
}.v-toolbar {
|
|
24360
24328
|
align-items: flex-start;
|
|
24361
24329
|
display: flex;
|
|
@@ -24585,6 +24553,43 @@ html.v-overlay-scroll-blocked {
|
|
|
24585
24553
|
}
|
|
24586
24554
|
.v-window-y-reverse-transition-leave-to {
|
|
24587
24555
|
transform: translateY(100%);
|
|
24556
|
+
}.v-system-bar {
|
|
24557
|
+
align-items: center;
|
|
24558
|
+
display: flex;
|
|
24559
|
+
flex: 1 1 auto;
|
|
24560
|
+
height: 24px;
|
|
24561
|
+
justify-content: flex-end;
|
|
24562
|
+
max-width: 100%;
|
|
24563
|
+
padding-inline: 8px;
|
|
24564
|
+
position: relative;
|
|
24565
|
+
text-align: end;
|
|
24566
|
+
width: 100%;
|
|
24567
|
+
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));
|
|
24568
|
+
background: rgba(var(--v-theme-surface-light));
|
|
24569
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24570
|
+
font-size: 0.75rem;
|
|
24571
|
+
font-weight: 400;
|
|
24572
|
+
letter-spacing: 0.0333333333em;
|
|
24573
|
+
line-height: 1.25rem;
|
|
24574
|
+
text-transform: none;
|
|
24575
|
+
}
|
|
24576
|
+
.v-system-bar .v-icon {
|
|
24577
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24578
|
+
}
|
|
24579
|
+
.v-system-bar--absolute {
|
|
24580
|
+
position: absolute;
|
|
24581
|
+
}
|
|
24582
|
+
.v-system-bar--fixed {
|
|
24583
|
+
position: fixed;
|
|
24584
|
+
}
|
|
24585
|
+
.v-system-bar--rounded {
|
|
24586
|
+
border-radius: 0;
|
|
24587
|
+
}
|
|
24588
|
+
.v-system-bar--window {
|
|
24589
|
+
height: 32px;
|
|
24590
|
+
}
|
|
24591
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24592
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24588
24593
|
}.v-color-picker-canvas {
|
|
24589
24594
|
display: flex;
|
|
24590
24595
|
position: relative;
|
|
@@ -24607,6 +24612,34 @@ html.v-overlay-scroll-blocked {
|
|
|
24607
24612
|
}
|
|
24608
24613
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24609
24614
|
will-change: transform;
|
|
24615
|
+
}.v-color-picker-edit {
|
|
24616
|
+
display: flex;
|
|
24617
|
+
margin-top: 24px;
|
|
24618
|
+
}
|
|
24619
|
+
|
|
24620
|
+
.v-color-picker-edit__input {
|
|
24621
|
+
width: 100%;
|
|
24622
|
+
display: flex;
|
|
24623
|
+
flex-wrap: wrap;
|
|
24624
|
+
justify-content: center;
|
|
24625
|
+
text-align: center;
|
|
24626
|
+
}
|
|
24627
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24628
|
+
margin-inline-end: 8px;
|
|
24629
|
+
}
|
|
24630
|
+
.v-color-picker-edit__input input {
|
|
24631
|
+
border-radius: 4px;
|
|
24632
|
+
margin-bottom: 8px;
|
|
24633
|
+
min-width: 0;
|
|
24634
|
+
outline: none;
|
|
24635
|
+
text-align: center;
|
|
24636
|
+
width: 100%;
|
|
24637
|
+
height: 32px;
|
|
24638
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24639
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24640
|
+
}
|
|
24641
|
+
.v-color-picker-edit__input span {
|
|
24642
|
+
font-size: 0.75rem;
|
|
24610
24643
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24611
24644
|
background-color: transparent !important;
|
|
24612
24645
|
}
|
|
@@ -24677,34 +24710,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24677
24710
|
.v-color-picker-preview__eye-dropper {
|
|
24678
24711
|
position: relative;
|
|
24679
24712
|
margin-right: 12px;
|
|
24680
|
-
}.v-color-picker-edit {
|
|
24681
|
-
display: flex;
|
|
24682
|
-
margin-top: 24px;
|
|
24683
|
-
}
|
|
24684
|
-
|
|
24685
|
-
.v-color-picker-edit__input {
|
|
24686
|
-
width: 100%;
|
|
24687
|
-
display: flex;
|
|
24688
|
-
flex-wrap: wrap;
|
|
24689
|
-
justify-content: center;
|
|
24690
|
-
text-align: center;
|
|
24691
|
-
}
|
|
24692
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24693
|
-
margin-inline-end: 8px;
|
|
24694
|
-
}
|
|
24695
|
-
.v-color-picker-edit__input input {
|
|
24696
|
-
border-radius: 4px;
|
|
24697
|
-
margin-bottom: 8px;
|
|
24698
|
-
min-width: 0;
|
|
24699
|
-
outline: none;
|
|
24700
|
-
text-align: center;
|
|
24701
|
-
width: 100%;
|
|
24702
|
-
height: 32px;
|
|
24703
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24704
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24705
|
-
}
|
|
24706
|
-
.v-color-picker-edit__input span {
|
|
24707
|
-
font-size: 0.75rem;
|
|
24708
24713
|
}.v-color-picker-swatches {
|
|
24709
24714
|
overflow-y: auto;
|
|
24710
24715
|
}
|