@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-29 → 3.6.1-dev.2024-05-01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -100
- package/dist/_component-variables-labs.sass +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/attributes.json +61 -9
- package/dist/json/importMap-labs.json +30 -46
- package/dist/json/importMap.json +116 -96
- package/dist/json/tags.json +19 -1
- package/dist/json/web-types.json +906 -494
- package/dist/vuetify-labs.css +2122 -2065
- package/dist/vuetify-labs.d.ts +5250 -5026
- package/dist/vuetify-labs.esm.js +3962 -3756
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3962 -3756
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +930 -722
- package/dist/vuetify.d.ts +3309 -968
- package/dist/vuetify.esm.js +1832 -908
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1832 -908
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +624 -564
- package/dist/vuetify.min.js.map +1 -1
- package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
- package/lib/components/VConfirmEdit/index.mjs.map +1 -0
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +35 -0
- package/lib/components/VDataTable/VDataTable.sass +34 -1
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +21 -21
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -4
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/components/VEmptyState/index.mjs.map +1 -0
- package/lib/{labs → components}/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.mjs.map +1 -0
- package/lib/components/VFab/index.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -0
- package/lib/components/VSparkline/VSparkline.mjs +44 -320
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/components/VSparkline/index.mjs +1 -3
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSparkline/util/line.mjs.map +1 -0
- package/lib/components/VSparkline/util/path.mjs.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
- package/lib/components/VSpeedDial/index.mjs +1 -3
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/index.d.mts +3289 -954
- package/lib/components/index.mjs +6 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- 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 +44 -43
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1505 -3641
- package/lib/labs/components.mjs +1 -5
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VSparkline/helpers/core.mjs +0 -49
- package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/math.mjs +0 -34
- package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/path.mjs +0 -27
- package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
- package/lib/components/VSpeedDial/_variables.scss +0 -5
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
- package/lib/labs/VEmptyState/index.mjs.map +0 -1
- package/lib/labs/VFab/VFab.mjs.map +0 -1
- package/lib/labs/VFab/index.mjs.map +0 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
- package/lib/labs/VSparkline/VSparkline.mjs +0 -49
- package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
- package/lib/labs/VSparkline/index.mjs +0 -2
- package/lib/labs/VSparkline/index.mjs.map +0 -1
- package/lib/labs/VSparkline/util/line.mjs.map +0 -1
- package/lib/labs/VSparkline/util/path.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -77
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
- package/lib/labs/VSpeedDial/index.mjs +0 -2
- package/lib/labs/VSpeedDial/index.mjs.map +0 -1
- /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
- /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
- /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
- /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
- /package/lib/{labs → components}/VFab/VFab.css +0 -0
- /package/lib/{labs → components}/VFab/VFab.sass +0 -0
- /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
- /package/lib/{labs → components}/VFab/_variables.scss +0 -0
- /package/lib/{labs → components}/VFab/index.d.mts +0 -0
- /package/lib/{labs → components}/VFab/index.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
- /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
- /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
- /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.1-dev.2024-05-01
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17380,6 +17380,38 @@ html.overflow-y-hidden {
|
|
|
17380
17380
|
font-weight: normal;
|
|
17381
17381
|
padding: 0.2em 0.4rem;
|
|
17382
17382
|
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));
|
|
17383
|
+
}.v-calendar-day {
|
|
17384
|
+
position: relative;
|
|
17385
|
+
display: flex;
|
|
17386
|
+
flex-direction: column;
|
|
17387
|
+
}
|
|
17388
|
+
|
|
17389
|
+
.v-calendar-weekly .v-calendar__container {
|
|
17390
|
+
display: grid;
|
|
17391
|
+
}
|
|
17392
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17393
|
+
grid-template-columns: repeat(7, 1fr);
|
|
17394
|
+
}
|
|
17395
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17396
|
+
grid-template-columns: repeat(6, 1fr);
|
|
17397
|
+
}
|
|
17398
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17399
|
+
grid-template-columns: repeat(5, 1fr);
|
|
17400
|
+
}
|
|
17401
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17402
|
+
grid-template-columns: repeat(4, 1fr);
|
|
17403
|
+
}
|
|
17404
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17405
|
+
grid-template-columns: repeat(3, 1fr);
|
|
17406
|
+
}
|
|
17407
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17408
|
+
grid-template-columns: repeat(2, 1fr);
|
|
17409
|
+
}
|
|
17410
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17411
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17412
|
+
}
|
|
17413
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17414
|
+
grid-template-columns: repeat(1, 1fr);
|
|
17383
17415
|
}.v-calendar-weekly {
|
|
17384
17416
|
width: 100%;
|
|
17385
17417
|
height: 100%;
|
|
@@ -17603,51 +17635,6 @@ html.overflow-y-hidden {
|
|
|
17603
17635
|
}
|
|
17604
17636
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
|
17605
17637
|
border-right: none;
|
|
17606
|
-
}.v-calendar-day {
|
|
17607
|
-
position: relative;
|
|
17608
|
-
display: flex;
|
|
17609
|
-
flex-direction: column;
|
|
17610
|
-
}
|
|
17611
|
-
|
|
17612
|
-
.v-calendar-weekly .v-calendar__container {
|
|
17613
|
-
display: grid;
|
|
17614
|
-
}
|
|
17615
|
-
.v-calendar-weekly .v-calendar__container.days__7 {
|
|
17616
|
-
grid-template-columns: repeat(7, 1fr);
|
|
17617
|
-
}
|
|
17618
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
|
17619
|
-
grid-template-columns: repeat(6, 1fr);
|
|
17620
|
-
}
|
|
17621
|
-
.v-calendar-weekly .v-calendar__container.days__5 {
|
|
17622
|
-
grid-template-columns: repeat(5, 1fr);
|
|
17623
|
-
}
|
|
17624
|
-
.v-calendar-weekly .v-calendar__container.days__4 {
|
|
17625
|
-
grid-template-columns: repeat(4, 1fr);
|
|
17626
|
-
}
|
|
17627
|
-
.v-calendar-weekly .v-calendar__container.days__3 {
|
|
17628
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17629
|
-
}
|
|
17630
|
-
.v-calendar-weekly .v-calendar__container.days__2 {
|
|
17631
|
-
grid-template-columns: repeat(2, 1fr);
|
|
17632
|
-
}
|
|
17633
|
-
.v-calendar-weekly .v-calendar__container.days__1 {
|
|
17634
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17635
|
-
}
|
|
17636
|
-
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17637
|
-
grid-template-columns: repeat(1, 1fr);
|
|
17638
|
-
}.v-calendar-header {
|
|
17639
|
-
align-items: center;
|
|
17640
|
-
display: flex;
|
|
17641
|
-
min-height: 64px;
|
|
17642
|
-
}
|
|
17643
|
-
|
|
17644
|
-
.v-calendar-header__today {
|
|
17645
|
-
margin-inline-end: 24px;
|
|
17646
|
-
}
|
|
17647
|
-
|
|
17648
|
-
.v-calendar-header__title {
|
|
17649
|
-
font-size: 1.5rem;
|
|
17650
|
-
margin-inline-start: 24px;
|
|
17651
17638
|
}.v-calendar-day__row-with-label {
|
|
17652
17639
|
display: grid;
|
|
17653
17640
|
grid-template-columns: 48px 8px 1fr;
|
|
@@ -17690,6 +17677,19 @@ html.overflow-y-hidden {
|
|
|
17690
17677
|
}
|
|
17691
17678
|
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
|
17692
17679
|
border-bottom: none;
|
|
17680
|
+
}.v-calendar-header {
|
|
17681
|
+
align-items: center;
|
|
17682
|
+
display: flex;
|
|
17683
|
+
min-height: 64px;
|
|
17684
|
+
}
|
|
17685
|
+
|
|
17686
|
+
.v-calendar-header__today {
|
|
17687
|
+
margin-inline-end: 24px;
|
|
17688
|
+
}
|
|
17689
|
+
|
|
17690
|
+
.v-calendar-header__title {
|
|
17691
|
+
font-size: 1.5rem;
|
|
17692
|
+
margin-inline-start: 24px;
|
|
17693
17693
|
}.v-calendar-internal-event {
|
|
17694
17694
|
overflow: hidden;
|
|
17695
17695
|
padding: 4px;
|
|
@@ -17758,142 +17758,44 @@ html.overflow-y-hidden {
|
|
|
17758
17758
|
|
|
17759
17759
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17760
17760
|
min-height: 24px;
|
|
17761
|
-
}.v-
|
|
17762
|
-
|
|
17763
|
-
display: inline-flex;
|
|
17764
|
-
flex: 1 1 auto;
|
|
17765
|
-
pointer-events: none;
|
|
17766
|
-
position: relative;
|
|
17767
|
-
transition-duration: 0.2s;
|
|
17768
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17769
|
-
vertical-align: middle;
|
|
17770
|
-
}
|
|
17771
|
-
.v-fab .v-btn {
|
|
17772
|
-
pointer-events: auto;
|
|
17773
|
-
}
|
|
17774
|
-
.v-fab .v-btn--variant-elevated {
|
|
17775
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17776
|
-
}
|
|
17777
|
-
.v-fab--app, .v-fab--absolute {
|
|
17778
|
-
display: flex;
|
|
17779
|
-
}
|
|
17780
|
-
.v-fab--start, .v-fab--left {
|
|
17781
|
-
justify-content: flex-start;
|
|
17782
|
-
}
|
|
17783
|
-
.v-fab--center {
|
|
17784
|
-
align-items: center;
|
|
17785
|
-
justify-content: center;
|
|
17786
|
-
}
|
|
17787
|
-
.v-fab--end, .v-fab--right {
|
|
17788
|
-
justify-content: flex-end;
|
|
17789
|
-
}
|
|
17790
|
-
.v-fab--bottom {
|
|
17791
|
-
align-items: flex-end;
|
|
17761
|
+
}.v-number-input input[type=number] {
|
|
17762
|
+
-moz-appearance: textfield;
|
|
17792
17763
|
}
|
|
17793
|
-
.v-
|
|
17794
|
-
|
|
17764
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
|
17765
|
+
-webkit-appearance: none;
|
|
17795
17766
|
}
|
|
17796
|
-
.v-
|
|
17797
|
-
|
|
17767
|
+
.v-number-input .v-field {
|
|
17768
|
+
padding-inline-end: 0;
|
|
17769
|
+
padding-inline-start: 0;
|
|
17798
17770
|
}
|
|
17799
|
-
|
|
17800
|
-
|
|
17771
|
+
.v-number-input--inset .v-divider {
|
|
17772
|
+
height: 55%;
|
|
17773
|
+
width: 55%;
|
|
17801
17774
|
align-self: center;
|
|
17802
|
-
display: inline-flex;
|
|
17803
|
-
position: absolute;
|
|
17804
|
-
vertical-align: middle;
|
|
17805
|
-
}
|
|
17806
|
-
.v-fab--app .v-fab__container {
|
|
17807
|
-
margin: 12px;
|
|
17808
|
-
}
|
|
17809
|
-
.v-fab--absolute .v-fab__container {
|
|
17810
|
-
position: absolute;
|
|
17811
|
-
z-index: 4;
|
|
17812
|
-
}
|
|
17813
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
|
17814
|
-
transform: translateY(-50%);
|
|
17815
|
-
}
|
|
17816
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
17817
|
-
transform: translateY(50%);
|
|
17818
|
-
}
|
|
17819
|
-
.v-fab--top .v-fab__container {
|
|
17820
|
-
top: 0;
|
|
17821
|
-
}
|
|
17822
|
-
.v-fab--bottom .v-fab__container {
|
|
17823
|
-
bottom: 0;
|
|
17824
|
-
}
|
|
17825
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
17826
|
-
left: 0;
|
|
17827
|
-
}
|
|
17828
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
17829
|
-
right: 0;
|
|
17830
|
-
}.v-empty-state {
|
|
17831
|
-
align-items: center;
|
|
17832
|
-
display: flex;
|
|
17833
|
-
flex-direction: column;
|
|
17834
|
-
justify-content: center;
|
|
17835
|
-
min-height: 100%;
|
|
17836
|
-
padding: 16px;
|
|
17837
|
-
}
|
|
17838
|
-
.v-empty-state--start {
|
|
17839
|
-
align-items: flex-start;
|
|
17840
|
-
}
|
|
17841
|
-
.v-empty-state--center {
|
|
17842
|
-
align-items: center;
|
|
17843
|
-
}
|
|
17844
|
-
.v-empty-state--end {
|
|
17845
|
-
align-items: flex-end;
|
|
17846
|
-
}
|
|
17847
|
-
|
|
17848
|
-
.v-empty-state__media {
|
|
17849
|
-
text-align: center;
|
|
17850
|
-
width: 100%;
|
|
17851
|
-
}
|
|
17852
|
-
.v-empty-state__media .v-icon {
|
|
17853
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17854
17775
|
}
|
|
17855
|
-
|
|
17856
|
-
.v-empty-state__headline {
|
|
17857
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17858
|
-
font-size: 3.75rem;
|
|
17859
|
-
font-weight: 300;
|
|
17860
|
-
line-height: 1;
|
|
17776
|
+
.v-number-input--split .v-field__input {
|
|
17861
17777
|
text-align: center;
|
|
17862
|
-
margin-bottom: 8px;
|
|
17863
17778
|
}
|
|
17864
|
-
.v-
|
|
17865
|
-
|
|
17779
|
+
.v-number-input--stacked .v-number-input__control {
|
|
17780
|
+
flex-direction: column-reverse;
|
|
17866
17781
|
}
|
|
17867
|
-
|
|
17868
|
-
|
|
17869
|
-
font-size: 1.25rem;
|
|
17870
|
-
font-weight: 500;
|
|
17871
|
-
line-height: 1.6;
|
|
17872
|
-
margin-bottom: 4px;
|
|
17873
|
-
text-align: center;
|
|
17782
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
|
17783
|
+
flex: 1;
|
|
17874
17784
|
}
|
|
17875
|
-
|
|
17876
|
-
|
|
17877
|
-
font-size: 0.875rem;
|
|
17878
|
-
font-weight: 400;
|
|
17879
|
-
line-height: 1.425;
|
|
17880
|
-
padding: 0 16px;
|
|
17881
|
-
text-align: center;
|
|
17785
|
+
.v-number-input--hide-input .v-field {
|
|
17786
|
+
flex: none;
|
|
17882
17787
|
}
|
|
17883
|
-
|
|
17884
|
-
|
|
17885
|
-
padding:
|
|
17788
|
+
.v-number-input--hide-input .v-field__input {
|
|
17789
|
+
width: 0;
|
|
17790
|
+
padding-inline: 0;
|
|
17886
17791
|
}
|
|
17887
|
-
|
|
17888
|
-
.v-empty-state__actions {
|
|
17792
|
+
.v-number-input__control {
|
|
17889
17793
|
display: flex;
|
|
17890
|
-
|
|
17891
|
-
padding: 16px;
|
|
17794
|
+
height: 100%;
|
|
17892
17795
|
}
|
|
17893
|
-
|
|
17894
|
-
|
|
17895
|
-
|
|
17896
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
17796
|
+
.v-number-input__control .v-btn {
|
|
17797
|
+
background-color: transparent;
|
|
17798
|
+
border-radius: 0;
|
|
17897
17799
|
}.v-picker.v-sheet {
|
|
17898
17800
|
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));
|
|
17899
17801
|
border-radius: 4px;
|
|
@@ -17947,85 +17849,132 @@ html.overflow-y-hidden {
|
|
|
17947
17849
|
padding-bottom: 16px;
|
|
17948
17850
|
font-weight: 400;
|
|
17949
17851
|
letter-spacing: 0.1666666667em;
|
|
17950
|
-
}.v-
|
|
17951
|
-
|
|
17852
|
+
}.v-time-picker.v-picker {
|
|
17853
|
+
padding: 24px;
|
|
17854
|
+
width: 328px;
|
|
17952
17855
|
}
|
|
17953
|
-
.v-
|
|
17954
|
-
|
|
17856
|
+
.v-time-picker.v-picker .v-picker-title {
|
|
17857
|
+
padding: 0;
|
|
17858
|
+
margin-bottom: 20px;
|
|
17859
|
+
}.v-time-picker-controls {
|
|
17860
|
+
display: flex;
|
|
17861
|
+
align-items: center;
|
|
17862
|
+
justify-content: center;
|
|
17863
|
+
font-size: 0.875rem;
|
|
17864
|
+
padding-top: 4px;
|
|
17865
|
+
padding-bottom: 4px;
|
|
17866
|
+
margin-bottom: 36px;
|
|
17955
17867
|
}
|
|
17956
|
-
.v-
|
|
17957
|
-
|
|
17868
|
+
.v-time-picker-controls__text {
|
|
17869
|
+
padding-bottom: 12px;
|
|
17958
17870
|
}
|
|
17959
|
-
.v-
|
|
17960
|
-
|
|
17871
|
+
.v-time-picker-controls__time {
|
|
17872
|
+
display: flex;
|
|
17873
|
+
white-space: nowrap;
|
|
17874
|
+
direction: ltr;
|
|
17875
|
+
justify-content: center;
|
|
17961
17876
|
}
|
|
17962
|
-
.v-
|
|
17963
|
-
|
|
17877
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
|
17878
|
+
width: 96px;
|
|
17879
|
+
height: 80px;
|
|
17880
|
+
font-size: 56px;
|
|
17964
17881
|
}
|
|
17965
|
-
.v-
|
|
17966
|
-
|
|
17882
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
|
17883
|
+
background: rgb(var(--v-theme-primary));
|
|
17967
17884
|
}
|
|
17968
|
-
.v-
|
|
17969
|
-
|
|
17885
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
|
17886
|
+
width: 96px;
|
|
17887
|
+
height: 80px;
|
|
17970
17888
|
}
|
|
17971
|
-
.v-
|
|
17972
|
-
|
|
17889
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
|
17890
|
+
width: 64px;
|
|
17891
|
+
height: 80px;
|
|
17892
|
+
font-size: 40px;
|
|
17973
17893
|
}
|
|
17974
|
-
.v-
|
|
17975
|
-
|
|
17894
|
+
.v-time-picker-controls__time__separator {
|
|
17895
|
+
font-size: 56px;
|
|
17896
|
+
height: 80px;
|
|
17897
|
+
width: 24px;
|
|
17898
|
+
text-align: center;
|
|
17976
17899
|
}
|
|
17977
|
-
.v-
|
|
17978
|
-
|
|
17900
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
|
17901
|
+
height: 80px;
|
|
17902
|
+
font-size: 56px;
|
|
17979
17903
|
}
|
|
17980
|
-
|
|
17981
|
-
|
|
17904
|
+
|
|
17905
|
+
.v-time-picker-controls__ampm {
|
|
17906
|
+
margin-left: 12px;
|
|
17907
|
+
align-self: flex-end;
|
|
17908
|
+
display: flex;
|
|
17909
|
+
flex-direction: column;
|
|
17910
|
+
font-size: 18px;
|
|
17911
|
+
text-transform: uppercase;
|
|
17982
17912
|
}
|
|
17983
|
-
.v-
|
|
17984
|
-
|
|
17913
|
+
.v-time-picker-controls__ampm--readonly {
|
|
17914
|
+
pointer-events: none;
|
|
17985
17915
|
}
|
|
17986
|
-
.v-
|
|
17987
|
-
|
|
17916
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
|
17917
|
+
opacity: 0.6;
|
|
17988
17918
|
}
|
|
17989
|
-
.v-
|
|
17990
|
-
|
|
17991
|
-
|
|
17992
|
-
-
|
|
17919
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
|
17920
|
+
font-size: 18px;
|
|
17921
|
+
padding: 0 8px;
|
|
17922
|
+
min-width: 52px;
|
|
17923
|
+
height: 40px;
|
|
17993
17924
|
}
|
|
17994
|
-
.v-
|
|
17995
|
-
-
|
|
17925
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
|
17926
|
+
border-radius: 4px 4px 0 0;
|
|
17927
|
+
border: 1px solid;
|
|
17996
17928
|
}
|
|
17997
|
-
.v-
|
|
17998
|
-
|
|
17999
|
-
|
|
17929
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
|
17930
|
+
border-radius: 0 0 4px 4px;
|
|
17931
|
+
border: 1px solid;
|
|
17932
|
+
border-top: none;
|
|
18000
17933
|
}
|
|
18001
|
-
.v-
|
|
18002
|
-
|
|
18003
|
-
width: 55%;
|
|
18004
|
-
align-self: center;
|
|
17934
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
|
17935
|
+
background: rgb(var(--v-theme-primary));
|
|
18005
17936
|
}
|
|
18006
|
-
|
|
17937
|
+
|
|
17938
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
|
17939
|
+
flex-direction: column;
|
|
17940
|
+
justify-content: center;
|
|
17941
|
+
height: 100%;
|
|
17942
|
+
}
|
|
17943
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
|
17944
|
+
text-align: right;
|
|
17945
|
+
}
|
|
17946
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
17947
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
17948
|
+
height: 55px;
|
|
17949
|
+
font-size: 55px;
|
|
17950
|
+
}
|
|
17951
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
17952
|
+
margin: 16px 0 0;
|
|
17953
|
+
align-self: initial;
|
|
18007
17954
|
text-align: center;
|
|
18008
17955
|
}
|
|
18009
|
-
|
|
18010
|
-
|
|
17956
|
+
|
|
17957
|
+
.v-picker--time .v-picker__title--landscape {
|
|
17958
|
+
padding: 0;
|
|
18011
17959
|
}
|
|
18012
|
-
.v-
|
|
18013
|
-
|
|
17960
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
17961
|
+
text-align: center;
|
|
17962
|
+
}.v-treeview-item--filtered {
|
|
17963
|
+
display: none;
|
|
18014
17964
|
}
|
|
18015
|
-
|
|
18016
|
-
|
|
17965
|
+
|
|
17966
|
+
.v-treeview {
|
|
17967
|
+
--indent-padding: 0px;
|
|
18017
17968
|
}
|
|
18018
|
-
|
|
18019
|
-
|
|
18020
|
-
|
|
17969
|
+
|
|
17970
|
+
.v-treeview-group.v-list-group {
|
|
17971
|
+
--list-indent-size: 16px;
|
|
18021
17972
|
}
|
|
18022
|
-
.v-
|
|
18023
|
-
|
|
18024
|
-
height: 100%;
|
|
17973
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
|
17974
|
+
--prepend-width: 16px;
|
|
18025
17975
|
}
|
|
18026
|
-
.v-
|
|
18027
|
-
|
|
18028
|
-
border-radius: 0;
|
|
17976
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
17977
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
|
18029
17978
|
}.v-time-picker-clock {
|
|
18030
17979
|
background: rgb(var(--v-theme-background));
|
|
18031
17980
|
color: rgb(var(--v-theme-on-background));
|
|
@@ -18157,273 +18106,80 @@ html.overflow-y-hidden {
|
|
|
18157
18106
|
|
|
18158
18107
|
.v-picker--landscape .v-time-picker-clock__container {
|
|
18159
18108
|
flex-direction: row;
|
|
18160
|
-
}.v-
|
|
18161
|
-
|
|
18162
|
-
|
|
18163
|
-
justify-content: center;
|
|
18164
|
-
font-size: 0.875rem;
|
|
18165
|
-
padding-top: 4px;
|
|
18166
|
-
padding-bottom: 4px;
|
|
18167
|
-
margin-bottom: 36px;
|
|
18109
|
+
}.v-pull-to-refresh {
|
|
18110
|
+
overflow: hidden;
|
|
18111
|
+
position: relative;
|
|
18168
18112
|
}
|
|
18169
|
-
.v-
|
|
18170
|
-
|
|
18113
|
+
.v-pull-to-refresh__pull-down {
|
|
18114
|
+
position: absolute;
|
|
18115
|
+
width: 100%;
|
|
18116
|
+
transition: top 0.3s ease-out;
|
|
18171
18117
|
}
|
|
18172
|
-
.v-
|
|
18118
|
+
.v-pull-to-refresh__pull-down--touching {
|
|
18119
|
+
transition: none;
|
|
18120
|
+
}
|
|
18121
|
+
.v-pull-to-refresh__pull-down-default {
|
|
18173
18122
|
display: flex;
|
|
18174
|
-
|
|
18175
|
-
|
|
18123
|
+
width: 100%;
|
|
18124
|
+
height: 100%;
|
|
18176
18125
|
justify-content: center;
|
|
18126
|
+
align-items: flex-end;
|
|
18127
|
+
padding-bottom: 10px;
|
|
18177
18128
|
}
|
|
18178
|
-
.v-
|
|
18179
|
-
|
|
18180
|
-
|
|
18181
|
-
font-size: 56px;
|
|
18182
|
-
}
|
|
18183
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
|
18184
|
-
background: rgb(var(--v-theme-primary));
|
|
18185
|
-
}
|
|
18186
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
|
18187
|
-
width: 96px;
|
|
18188
|
-
height: 80px;
|
|
18189
|
-
}
|
|
18190
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
|
18191
|
-
width: 64px;
|
|
18192
|
-
height: 80px;
|
|
18193
|
-
font-size: 40px;
|
|
18194
|
-
}
|
|
18195
|
-
.v-time-picker-controls__time__separator {
|
|
18196
|
-
font-size: 56px;
|
|
18197
|
-
height: 80px;
|
|
18198
|
-
width: 24px;
|
|
18199
|
-
text-align: center;
|
|
18129
|
+
.v-pull-to-refresh__scroll-container {
|
|
18130
|
+
position: relative;
|
|
18131
|
+
transition: top 0.3s ease-out;
|
|
18200
18132
|
}
|
|
18201
|
-
.v-
|
|
18202
|
-
|
|
18203
|
-
|
|
18133
|
+
.v-pull-to-refresh__scroll-container--touching {
|
|
18134
|
+
transition: none;
|
|
18135
|
+
}.v-application {
|
|
18136
|
+
display: flex;
|
|
18137
|
+
background: rgb(var(--v-theme-background));
|
|
18138
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18204
18139
|
}
|
|
18205
18140
|
|
|
18206
|
-
.v-
|
|
18207
|
-
|
|
18208
|
-
|
|
18141
|
+
.v-application__wrap {
|
|
18142
|
+
-webkit-backface-visibility: hidden;
|
|
18143
|
+
backface-visibility: hidden;
|
|
18209
18144
|
display: flex;
|
|
18210
18145
|
flex-direction: column;
|
|
18211
|
-
|
|
18212
|
-
|
|
18213
|
-
|
|
18214
|
-
|
|
18215
|
-
|
|
18146
|
+
flex: 1 1 auto;
|
|
18147
|
+
max-width: 100%;
|
|
18148
|
+
min-height: 100vh;
|
|
18149
|
+
min-height: 100dvh;
|
|
18150
|
+
position: relative;
|
|
18151
|
+
}.v-alert {
|
|
18152
|
+
display: grid;
|
|
18153
|
+
flex: 1 1;
|
|
18154
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
|
18155
|
+
grid-template-columns: max-content auto max-content max-content;
|
|
18156
|
+
position: relative;
|
|
18157
|
+
padding: 16px;
|
|
18158
|
+
overflow: hidden;
|
|
18159
|
+
--v-border-color: currentColor;
|
|
18160
|
+
border-radius: 4px;
|
|
18216
18161
|
}
|
|
18217
|
-
.v-
|
|
18218
|
-
|
|
18162
|
+
.v-alert--absolute {
|
|
18163
|
+
position: absolute;
|
|
18219
18164
|
}
|
|
18220
|
-
.v-
|
|
18221
|
-
|
|
18222
|
-
padding: 0 8px;
|
|
18223
|
-
min-width: 52px;
|
|
18224
|
-
height: 40px;
|
|
18165
|
+
.v-alert--fixed {
|
|
18166
|
+
position: fixed;
|
|
18225
18167
|
}
|
|
18226
|
-
.v-
|
|
18227
|
-
|
|
18228
|
-
border: 1px solid;
|
|
18168
|
+
.v-alert--sticky {
|
|
18169
|
+
position: sticky;
|
|
18229
18170
|
}
|
|
18230
|
-
.v-
|
|
18231
|
-
|
|
18232
|
-
|
|
18233
|
-
border-top: none;
|
|
18171
|
+
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
|
18172
|
+
background: transparent;
|
|
18173
|
+
color: inherit;
|
|
18234
18174
|
}
|
|
18235
|
-
.v-
|
|
18236
|
-
|
|
18175
|
+
.v-alert--variant-plain {
|
|
18176
|
+
opacity: 0.62;
|
|
18237
18177
|
}
|
|
18238
|
-
|
|
18239
|
-
|
|
18240
|
-
flex-direction: column;
|
|
18241
|
-
justify-content: center;
|
|
18242
|
-
height: 100%;
|
|
18178
|
+
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
|
18179
|
+
opacity: 1;
|
|
18243
18180
|
}
|
|
18244
|
-
.v-
|
|
18245
|
-
|
|
18246
|
-
}
|
|
18247
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
18248
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
18249
|
-
height: 55px;
|
|
18250
|
-
font-size: 55px;
|
|
18251
|
-
}
|
|
18252
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
18253
|
-
margin: 16px 0 0;
|
|
18254
|
-
align-self: initial;
|
|
18255
|
-
text-align: center;
|
|
18256
|
-
}
|
|
18257
|
-
|
|
18258
|
-
.v-picker--time .v-picker__title--landscape {
|
|
18259
|
-
padding: 0;
|
|
18260
|
-
}
|
|
18261
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
18262
|
-
text-align: center;
|
|
18263
|
-
}.v-time-picker.v-picker {
|
|
18264
|
-
padding: 24px;
|
|
18265
|
-
width: 328px;
|
|
18266
|
-
}
|
|
18267
|
-
.v-time-picker.v-picker .v-picker-title {
|
|
18268
|
-
padding: 0;
|
|
18269
|
-
margin-bottom: 20px;
|
|
18270
|
-
}.v-treeview-item--filtered {
|
|
18271
|
-
display: none;
|
|
18272
|
-
}
|
|
18273
|
-
|
|
18274
|
-
.v-treeview {
|
|
18275
|
-
--indent-padding: 0px;
|
|
18276
|
-
}
|
|
18277
|
-
|
|
18278
|
-
.v-treeview-group.v-list-group {
|
|
18279
|
-
--list-indent-size: 16px;
|
|
18280
|
-
}
|
|
18281
|
-
.v-list--slim .v-treeview-group.v-list-group {
|
|
18282
|
-
--prepend-width: 16px;
|
|
18283
|
-
}
|
|
18284
|
-
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
18285
|
-
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
|
18286
|
-
}.v-app-bar {
|
|
18287
|
-
display: flex;
|
|
18288
|
-
}
|
|
18289
|
-
.v-app-bar.v-toolbar {
|
|
18290
|
-
background: rgb(var(--v-theme-surface));
|
|
18291
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18292
|
-
}
|
|
18293
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18294
|
-
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));
|
|
18295
|
-
}
|
|
18296
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18297
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
18298
|
-
}.v-application {
|
|
18299
|
-
display: flex;
|
|
18300
|
-
background: rgb(var(--v-theme-background));
|
|
18301
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18302
|
-
}
|
|
18303
|
-
|
|
18304
|
-
.v-application__wrap {
|
|
18305
|
-
-webkit-backface-visibility: hidden;
|
|
18306
|
-
backface-visibility: hidden;
|
|
18307
|
-
display: flex;
|
|
18308
|
-
flex-direction: column;
|
|
18309
|
-
flex: 1 1 auto;
|
|
18310
|
-
max-width: 100%;
|
|
18311
|
-
min-height: 100vh;
|
|
18312
|
-
min-height: 100dvh;
|
|
18313
|
-
position: relative;
|
|
18314
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18315
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18316
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18317
|
-
cursor: text;
|
|
18318
|
-
}
|
|
18319
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18320
|
-
flex: 1 1;
|
|
18321
|
-
}
|
|
18322
|
-
.v-autocomplete .v-field input {
|
|
18323
|
-
min-width: 64px;
|
|
18324
|
-
}
|
|
18325
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18326
|
-
min-width: 0;
|
|
18327
|
-
}
|
|
18328
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18329
|
-
margin-inline-end: 2px;
|
|
18330
|
-
}
|
|
18331
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
18332
|
-
overflow: hidden;
|
|
18333
|
-
text-overflow: ellipsis;
|
|
18334
|
-
white-space: nowrap;
|
|
18335
|
-
}
|
|
18336
|
-
|
|
18337
|
-
.v-autocomplete__content {
|
|
18338
|
-
overflow: hidden;
|
|
18339
|
-
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));
|
|
18340
|
-
border-radius: 4px;
|
|
18341
|
-
}
|
|
18342
|
-
.v-autocomplete__mask {
|
|
18343
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18344
|
-
}
|
|
18345
|
-
.v-autocomplete__selection {
|
|
18346
|
-
display: inline-flex;
|
|
18347
|
-
align-items: center;
|
|
18348
|
-
height: 1.5rem;
|
|
18349
|
-
letter-spacing: inherit;
|
|
18350
|
-
line-height: inherit;
|
|
18351
|
-
max-width: calc(100% - 2px - 2px);
|
|
18352
|
-
}
|
|
18353
|
-
.v-autocomplete__selection:first-child {
|
|
18354
|
-
margin-inline-start: 0;
|
|
18355
|
-
}
|
|
18356
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18357
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18358
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18359
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18360
|
-
top: 0px;
|
|
18361
|
-
}
|
|
18362
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18363
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
18364
|
-
}
|
|
18365
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18366
|
-
opacity: 1;
|
|
18367
|
-
}
|
|
18368
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18369
|
-
caret-color: transparent;
|
|
18370
|
-
}
|
|
18371
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18372
|
-
flex: 1 1;
|
|
18373
|
-
position: absolute;
|
|
18374
|
-
left: 0;
|
|
18375
|
-
right: 0;
|
|
18376
|
-
width: 100%;
|
|
18377
|
-
padding-inline: inherit;
|
|
18378
|
-
}
|
|
18379
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18380
|
-
transition: none;
|
|
18381
|
-
}
|
|
18382
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18383
|
-
opacity: 0;
|
|
18384
|
-
}
|
|
18385
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18386
|
-
opacity: 0;
|
|
18387
|
-
}
|
|
18388
|
-
.v-autocomplete__menu-icon {
|
|
18389
|
-
margin-inline-start: 4px;
|
|
18390
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18391
|
-
}
|
|
18392
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18393
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
18394
|
-
transform: rotate(180deg);
|
|
18395
|
-
}.v-alert {
|
|
18396
|
-
display: grid;
|
|
18397
|
-
flex: 1 1;
|
|
18398
|
-
grid-template-areas: "prepend content append close" ". content . .";
|
|
18399
|
-
grid-template-columns: max-content auto max-content max-content;
|
|
18400
|
-
position: relative;
|
|
18401
|
-
padding: 16px;
|
|
18402
|
-
overflow: hidden;
|
|
18403
|
-
--v-border-color: currentColor;
|
|
18404
|
-
border-radius: 4px;
|
|
18405
|
-
}
|
|
18406
|
-
.v-alert--absolute {
|
|
18407
|
-
position: absolute;
|
|
18408
|
-
}
|
|
18409
|
-
.v-alert--fixed {
|
|
18410
|
-
position: fixed;
|
|
18411
|
-
}
|
|
18412
|
-
.v-alert--sticky {
|
|
18413
|
-
position: sticky;
|
|
18414
|
-
}
|
|
18415
|
-
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
|
18416
|
-
background: transparent;
|
|
18417
|
-
color: inherit;
|
|
18418
|
-
}
|
|
18419
|
-
.v-alert--variant-plain {
|
|
18420
|
-
opacity: 0.62;
|
|
18421
|
-
}
|
|
18422
|
-
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
|
18423
|
-
opacity: 1;
|
|
18424
|
-
}
|
|
18425
|
-
.v-alert--variant-plain .v-alert__overlay {
|
|
18426
|
-
display: none;
|
|
18181
|
+
.v-alert--variant-plain .v-alert__overlay {
|
|
18182
|
+
display: none;
|
|
18427
18183
|
}
|
|
18428
18184
|
.v-alert--variant-elevated, .v-alert--variant-flat {
|
|
18429
18185
|
background: rgb(var(--v-theme-surface-light));
|
|
@@ -18602,69 +18358,162 @@ html.overflow-y-hidden {
|
|
|
18602
18358
|
text-transform: none;
|
|
18603
18359
|
word-break: normal;
|
|
18604
18360
|
word-wrap: break-word;
|
|
18605
|
-
}.v-
|
|
18606
|
-
display:
|
|
18607
|
-
line-height: 1;
|
|
18361
|
+
}.v-app-bar {
|
|
18362
|
+
display: flex;
|
|
18608
18363
|
}
|
|
18609
|
-
|
|
18610
|
-
|
|
18611
|
-
|
|
18612
|
-
display: inline-flex;
|
|
18613
|
-
border-radius: 10px;
|
|
18614
|
-
font-size: 0.75rem;
|
|
18615
|
-
font-weight: 500;
|
|
18616
|
-
height: 1.25rem;
|
|
18617
|
-
justify-content: center;
|
|
18618
|
-
min-width: 20px;
|
|
18619
|
-
padding: 4px 6px;
|
|
18620
|
-
pointer-events: auto;
|
|
18621
|
-
position: absolute;
|
|
18622
|
-
text-align: center;
|
|
18623
|
-
text-indent: 0;
|
|
18624
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18625
|
-
white-space: nowrap;
|
|
18626
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18627
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18364
|
+
.v-app-bar.v-toolbar {
|
|
18365
|
+
background: rgb(var(--v-theme-surface));
|
|
18366
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18628
18367
|
}
|
|
18629
|
-
.v-
|
|
18630
|
-
|
|
18631
|
-
border-style: solid;
|
|
18632
|
-
border-width: 2px;
|
|
18633
|
-
bottom: 0;
|
|
18634
|
-
color: rgb(var(--v-theme-background));
|
|
18635
|
-
content: "";
|
|
18636
|
-
left: 0;
|
|
18637
|
-
position: absolute;
|
|
18638
|
-
right: 0;
|
|
18639
|
-
top: 0;
|
|
18640
|
-
transform: scale(1.05);
|
|
18368
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18369
|
+
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));
|
|
18641
18370
|
}
|
|
18642
|
-
.v-
|
|
18643
|
-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
|
|
18647
|
-
|
|
18371
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18372
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
18373
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18374
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18375
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18376
|
+
cursor: text;
|
|
18648
18377
|
}
|
|
18649
|
-
.v-
|
|
18650
|
-
|
|
18378
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18379
|
+
flex: 1 1;
|
|
18651
18380
|
}
|
|
18652
|
-
.v-
|
|
18653
|
-
|
|
18654
|
-
vertical-align: middle;
|
|
18381
|
+
.v-autocomplete .v-field input {
|
|
18382
|
+
min-width: 64px;
|
|
18655
18383
|
}
|
|
18656
|
-
.v-
|
|
18657
|
-
|
|
18658
|
-
font-size: 0.75rem;
|
|
18659
|
-
margin: 0 -2px;
|
|
18384
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18385
|
+
min-width: 0;
|
|
18660
18386
|
}
|
|
18661
|
-
.v-
|
|
18662
|
-
|
|
18663
|
-
height: 100%;
|
|
18664
|
-
width: 100%;
|
|
18387
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18388
|
+
margin-inline-end: 2px;
|
|
18665
18389
|
}
|
|
18666
|
-
|
|
18667
|
-
|
|
18390
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18391
|
+
overflow: hidden;
|
|
18392
|
+
text-overflow: ellipsis;
|
|
18393
|
+
white-space: nowrap;
|
|
18394
|
+
}
|
|
18395
|
+
|
|
18396
|
+
.v-autocomplete__content {
|
|
18397
|
+
overflow: hidden;
|
|
18398
|
+
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));
|
|
18399
|
+
border-radius: 4px;
|
|
18400
|
+
}
|
|
18401
|
+
.v-autocomplete__mask {
|
|
18402
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18403
|
+
}
|
|
18404
|
+
.v-autocomplete__selection {
|
|
18405
|
+
display: inline-flex;
|
|
18406
|
+
align-items: center;
|
|
18407
|
+
height: 1.5rem;
|
|
18408
|
+
letter-spacing: inherit;
|
|
18409
|
+
line-height: inherit;
|
|
18410
|
+
max-width: calc(100% - 2px - 2px);
|
|
18411
|
+
}
|
|
18412
|
+
.v-autocomplete__selection:first-child {
|
|
18413
|
+
margin-inline-start: 0;
|
|
18414
|
+
}
|
|
18415
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18416
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18417
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18418
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18419
|
+
top: 0px;
|
|
18420
|
+
}
|
|
18421
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18422
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18423
|
+
}
|
|
18424
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18425
|
+
opacity: 1;
|
|
18426
|
+
}
|
|
18427
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18428
|
+
caret-color: transparent;
|
|
18429
|
+
}
|
|
18430
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18431
|
+
flex: 1 1;
|
|
18432
|
+
position: absolute;
|
|
18433
|
+
left: 0;
|
|
18434
|
+
right: 0;
|
|
18435
|
+
width: 100%;
|
|
18436
|
+
padding-inline: inherit;
|
|
18437
|
+
}
|
|
18438
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18439
|
+
transition: none;
|
|
18440
|
+
}
|
|
18441
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18442
|
+
opacity: 0;
|
|
18443
|
+
}
|
|
18444
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18445
|
+
opacity: 0;
|
|
18446
|
+
}
|
|
18447
|
+
.v-autocomplete__menu-icon {
|
|
18448
|
+
margin-inline-start: 4px;
|
|
18449
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18450
|
+
}
|
|
18451
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18452
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
18453
|
+
transform: rotate(180deg);
|
|
18454
|
+
}.v-badge {
|
|
18455
|
+
display: inline-block;
|
|
18456
|
+
line-height: 1;
|
|
18457
|
+
}
|
|
18458
|
+
|
|
18459
|
+
.v-badge__badge {
|
|
18460
|
+
align-items: center;
|
|
18461
|
+
display: inline-flex;
|
|
18462
|
+
border-radius: 10px;
|
|
18463
|
+
font-size: 0.75rem;
|
|
18464
|
+
font-weight: 500;
|
|
18465
|
+
height: 1.25rem;
|
|
18466
|
+
justify-content: center;
|
|
18467
|
+
min-width: 20px;
|
|
18468
|
+
padding: 4px 6px;
|
|
18469
|
+
pointer-events: auto;
|
|
18470
|
+
position: absolute;
|
|
18471
|
+
text-align: center;
|
|
18472
|
+
text-indent: 0;
|
|
18473
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18474
|
+
white-space: nowrap;
|
|
18475
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18476
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18477
|
+
}
|
|
18478
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18479
|
+
border-radius: inherit;
|
|
18480
|
+
border-style: solid;
|
|
18481
|
+
border-width: 2px;
|
|
18482
|
+
bottom: 0;
|
|
18483
|
+
color: rgb(var(--v-theme-background));
|
|
18484
|
+
content: "";
|
|
18485
|
+
left: 0;
|
|
18486
|
+
position: absolute;
|
|
18487
|
+
right: 0;
|
|
18488
|
+
top: 0;
|
|
18489
|
+
transform: scale(1.05);
|
|
18490
|
+
}
|
|
18491
|
+
.v-badge--dot .v-badge__badge {
|
|
18492
|
+
border-radius: 4.5px;
|
|
18493
|
+
height: 9px;
|
|
18494
|
+
min-width: 0;
|
|
18495
|
+
padding: 0;
|
|
18496
|
+
width: 9px;
|
|
18497
|
+
}
|
|
18498
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18499
|
+
border-width: 1.5px;
|
|
18500
|
+
}
|
|
18501
|
+
.v-badge--inline .v-badge__badge {
|
|
18502
|
+
position: relative;
|
|
18503
|
+
vertical-align: middle;
|
|
18504
|
+
}
|
|
18505
|
+
.v-badge__badge .v-icon {
|
|
18506
|
+
color: inherit;
|
|
18507
|
+
font-size: 0.75rem;
|
|
18508
|
+
margin: 0 -2px;
|
|
18509
|
+
}
|
|
18510
|
+
.v-badge__badge img,
|
|
18511
|
+
.v-badge__badge .v-img {
|
|
18512
|
+
height: 100%;
|
|
18513
|
+
width: 100%;
|
|
18514
|
+
}
|
|
18515
|
+
|
|
18516
|
+
.v-badge__wrapper {
|
|
18668
18517
|
display: flex;
|
|
18669
18518
|
position: relative;
|
|
18670
18519
|
}
|
|
@@ -18673,6 +18522,99 @@ html.overflow-y-hidden {
|
|
|
18673
18522
|
display: inline-flex;
|
|
18674
18523
|
justify-content: center;
|
|
18675
18524
|
margin: 0 4px;
|
|
18525
|
+
}.v-avatar {
|
|
18526
|
+
flex: none;
|
|
18527
|
+
align-items: center;
|
|
18528
|
+
display: inline-flex;
|
|
18529
|
+
justify-content: center;
|
|
18530
|
+
line-height: normal;
|
|
18531
|
+
overflow: hidden;
|
|
18532
|
+
position: relative;
|
|
18533
|
+
text-align: center;
|
|
18534
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18535
|
+
transition-property: width, height;
|
|
18536
|
+
vertical-align: middle;
|
|
18537
|
+
border-radius: 50%;
|
|
18538
|
+
}
|
|
18539
|
+
.v-avatar.v-avatar--size-x-small {
|
|
18540
|
+
--v-avatar-height: 24px;
|
|
18541
|
+
}
|
|
18542
|
+
.v-avatar.v-avatar--size-small {
|
|
18543
|
+
--v-avatar-height: 32px;
|
|
18544
|
+
}
|
|
18545
|
+
.v-avatar.v-avatar--size-default {
|
|
18546
|
+
--v-avatar-height: 40px;
|
|
18547
|
+
}
|
|
18548
|
+
.v-avatar.v-avatar--size-large {
|
|
18549
|
+
--v-avatar-height: 48px;
|
|
18550
|
+
}
|
|
18551
|
+
.v-avatar.v-avatar--size-x-large {
|
|
18552
|
+
--v-avatar-height: 56px;
|
|
18553
|
+
}
|
|
18554
|
+
.v-avatar.v-avatar--density-default {
|
|
18555
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
18556
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
18557
|
+
}
|
|
18558
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
18559
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
18560
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
18561
|
+
}
|
|
18562
|
+
.v-avatar.v-avatar--density-compact {
|
|
18563
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
18564
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
18565
|
+
}
|
|
18566
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18567
|
+
background: transparent;
|
|
18568
|
+
color: inherit;
|
|
18569
|
+
}
|
|
18570
|
+
.v-avatar--variant-plain {
|
|
18571
|
+
opacity: 0.62;
|
|
18572
|
+
}
|
|
18573
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18574
|
+
opacity: 1;
|
|
18575
|
+
}
|
|
18576
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18577
|
+
display: none;
|
|
18578
|
+
}
|
|
18579
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18580
|
+
background: var(--v-theme-surface);
|
|
18581
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18582
|
+
}
|
|
18583
|
+
.v-avatar--variant-elevated {
|
|
18584
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18585
|
+
}
|
|
18586
|
+
.v-avatar--variant-flat {
|
|
18587
|
+
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));
|
|
18588
|
+
}
|
|
18589
|
+
.v-avatar--variant-outlined {
|
|
18590
|
+
border: thin solid currentColor;
|
|
18591
|
+
}
|
|
18592
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
18593
|
+
background: currentColor;
|
|
18594
|
+
}
|
|
18595
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18596
|
+
background: currentColor;
|
|
18597
|
+
opacity: var(--v-activated-opacity);
|
|
18598
|
+
border-radius: inherit;
|
|
18599
|
+
position: absolute;
|
|
18600
|
+
top: 0;
|
|
18601
|
+
right: 0;
|
|
18602
|
+
bottom: 0;
|
|
18603
|
+
left: 0;
|
|
18604
|
+
pointer-events: none;
|
|
18605
|
+
}
|
|
18606
|
+
.v-avatar--rounded {
|
|
18607
|
+
border-radius: 4px;
|
|
18608
|
+
}
|
|
18609
|
+
.v-avatar--start {
|
|
18610
|
+
margin-inline-end: 8px;
|
|
18611
|
+
}
|
|
18612
|
+
.v-avatar--end {
|
|
18613
|
+
margin-inline-start: 8px;
|
|
18614
|
+
}
|
|
18615
|
+
.v-avatar .v-img {
|
|
18616
|
+
height: 100%;
|
|
18617
|
+
width: 100%;
|
|
18676
18618
|
}.v-banner {
|
|
18677
18619
|
display: grid;
|
|
18678
18620
|
flex: 1 1;
|
|
@@ -18830,35 +18772,90 @@ html.overflow-y-hidden {
|
|
|
18830
18772
|
}
|
|
18831
18773
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
18832
18774
|
align-self: flex-start;
|
|
18833
|
-
}.bottom-
|
|
18834
|
-
|
|
18835
|
-
}
|
|
18836
|
-
.bottom-sheet-transition-leave-to {
|
|
18837
|
-
transform: translateY(100%);
|
|
18838
|
-
}
|
|
18839
|
-
|
|
18840
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18841
|
-
align-self: flex-end;
|
|
18842
|
-
border-radius: 0;
|
|
18843
|
-
flex: 0 1 auto;
|
|
18844
|
-
left: 0;
|
|
18845
|
-
right: 0;
|
|
18846
|
-
margin-inline: 0;
|
|
18847
|
-
margin-bottom: 0;
|
|
18848
|
-
transition-duration: 0.2s;
|
|
18849
|
-
width: 100%;
|
|
18775
|
+
}.v-bottom-navigation {
|
|
18776
|
+
display: flex;
|
|
18850
18777
|
max-width: 100%;
|
|
18851
|
-
overflow:
|
|
18852
|
-
|
|
18853
|
-
|
|
18854
|
-
|
|
18855
|
-
|
|
18778
|
+
overflow: hidden;
|
|
18779
|
+
position: absolute;
|
|
18780
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18781
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18782
|
+
border-style: solid;
|
|
18783
|
+
border-width: 0;
|
|
18856
18784
|
border-radius: 0;
|
|
18785
|
+
background: rgb(var(--v-theme-surface));
|
|
18786
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18857
18787
|
}
|
|
18858
|
-
.v-bottom-
|
|
18859
|
-
|
|
18860
|
-
|
|
18861
|
-
|
|
18788
|
+
.v-bottom-navigation--border {
|
|
18789
|
+
border-width: thin;
|
|
18790
|
+
box-shadow: none;
|
|
18791
|
+
}
|
|
18792
|
+
.v-bottom-navigation--active {
|
|
18793
|
+
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));
|
|
18794
|
+
}
|
|
18795
|
+
|
|
18796
|
+
.v-bottom-navigation__content {
|
|
18797
|
+
display: flex;
|
|
18798
|
+
flex: none;
|
|
18799
|
+
font-size: 0.75rem;
|
|
18800
|
+
justify-content: center;
|
|
18801
|
+
transition: inherit;
|
|
18802
|
+
width: 100%;
|
|
18803
|
+
}
|
|
18804
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18805
|
+
font-size: inherit;
|
|
18806
|
+
height: 100%;
|
|
18807
|
+
max-width: 168px;
|
|
18808
|
+
min-width: 80px;
|
|
18809
|
+
text-transform: none;
|
|
18810
|
+
transition: inherit;
|
|
18811
|
+
width: auto;
|
|
18812
|
+
border-radius: 0;
|
|
18813
|
+
}
|
|
18814
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18815
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18816
|
+
transition: inherit;
|
|
18817
|
+
}
|
|
18818
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18819
|
+
font-size: 1.5rem;
|
|
18820
|
+
}
|
|
18821
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18822
|
+
flex-grow: 1;
|
|
18823
|
+
}
|
|
18824
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18825
|
+
transition: inherit;
|
|
18826
|
+
opacity: 0;
|
|
18827
|
+
}
|
|
18828
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18829
|
+
transform: translateY(0.5rem);
|
|
18830
|
+
}.bottom-sheet-transition-enter-from {
|
|
18831
|
+
transform: translateY(100%);
|
|
18832
|
+
}
|
|
18833
|
+
.bottom-sheet-transition-leave-to {
|
|
18834
|
+
transform: translateY(100%);
|
|
18835
|
+
}
|
|
18836
|
+
|
|
18837
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
18838
|
+
align-self: flex-end;
|
|
18839
|
+
border-radius: 0;
|
|
18840
|
+
flex: 0 1 auto;
|
|
18841
|
+
left: 0;
|
|
18842
|
+
right: 0;
|
|
18843
|
+
margin-inline: 0;
|
|
18844
|
+
margin-bottom: 0;
|
|
18845
|
+
transition-duration: 0.2s;
|
|
18846
|
+
width: 100%;
|
|
18847
|
+
max-width: 100%;
|
|
18848
|
+
overflow: visible;
|
|
18849
|
+
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));
|
|
18850
|
+
}
|
|
18851
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
18852
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
18853
|
+
border-radius: 0;
|
|
18854
|
+
}
|
|
18855
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18856
|
+
max-width: none;
|
|
18857
|
+
}
|
|
18858
|
+
@media (min-width: 600px) {
|
|
18862
18859
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18863
18860
|
max-width: 70%;
|
|
18864
18861
|
}
|
|
@@ -18919,99 +18916,6 @@ html.overflow-y-hidden {
|
|
|
18919
18916
|
display: inline-block;
|
|
18920
18917
|
padding: 0 8px;
|
|
18921
18918
|
vertical-align: middle;
|
|
18922
|
-
}.v-avatar {
|
|
18923
|
-
flex: none;
|
|
18924
|
-
align-items: center;
|
|
18925
|
-
display: inline-flex;
|
|
18926
|
-
justify-content: center;
|
|
18927
|
-
line-height: normal;
|
|
18928
|
-
overflow: hidden;
|
|
18929
|
-
position: relative;
|
|
18930
|
-
text-align: center;
|
|
18931
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18932
|
-
transition-property: width, height;
|
|
18933
|
-
vertical-align: middle;
|
|
18934
|
-
border-radius: 50%;
|
|
18935
|
-
}
|
|
18936
|
-
.v-avatar.v-avatar--size-x-small {
|
|
18937
|
-
--v-avatar-height: 24px;
|
|
18938
|
-
}
|
|
18939
|
-
.v-avatar.v-avatar--size-small {
|
|
18940
|
-
--v-avatar-height: 32px;
|
|
18941
|
-
}
|
|
18942
|
-
.v-avatar.v-avatar--size-default {
|
|
18943
|
-
--v-avatar-height: 40px;
|
|
18944
|
-
}
|
|
18945
|
-
.v-avatar.v-avatar--size-large {
|
|
18946
|
-
--v-avatar-height: 48px;
|
|
18947
|
-
}
|
|
18948
|
-
.v-avatar.v-avatar--size-x-large {
|
|
18949
|
-
--v-avatar-height: 56px;
|
|
18950
|
-
}
|
|
18951
|
-
.v-avatar.v-avatar--density-default {
|
|
18952
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
18953
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
18954
|
-
}
|
|
18955
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
18956
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
18957
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
18958
|
-
}
|
|
18959
|
-
.v-avatar.v-avatar--density-compact {
|
|
18960
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
18961
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
18962
|
-
}
|
|
18963
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
18964
|
-
background: transparent;
|
|
18965
|
-
color: inherit;
|
|
18966
|
-
}
|
|
18967
|
-
.v-avatar--variant-plain {
|
|
18968
|
-
opacity: 0.62;
|
|
18969
|
-
}
|
|
18970
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
18971
|
-
opacity: 1;
|
|
18972
|
-
}
|
|
18973
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
18974
|
-
display: none;
|
|
18975
|
-
}
|
|
18976
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
18977
|
-
background: var(--v-theme-surface);
|
|
18978
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18979
|
-
}
|
|
18980
|
-
.v-avatar--variant-elevated {
|
|
18981
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
18982
|
-
}
|
|
18983
|
-
.v-avatar--variant-flat {
|
|
18984
|
-
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));
|
|
18985
|
-
}
|
|
18986
|
-
.v-avatar--variant-outlined {
|
|
18987
|
-
border: thin solid currentColor;
|
|
18988
|
-
}
|
|
18989
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
18990
|
-
background: currentColor;
|
|
18991
|
-
}
|
|
18992
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
18993
|
-
background: currentColor;
|
|
18994
|
-
opacity: var(--v-activated-opacity);
|
|
18995
|
-
border-radius: inherit;
|
|
18996
|
-
position: absolute;
|
|
18997
|
-
top: 0;
|
|
18998
|
-
right: 0;
|
|
18999
|
-
bottom: 0;
|
|
19000
|
-
left: 0;
|
|
19001
|
-
pointer-events: none;
|
|
19002
|
-
}
|
|
19003
|
-
.v-avatar--rounded {
|
|
19004
|
-
border-radius: 4px;
|
|
19005
|
-
}
|
|
19006
|
-
.v-avatar--start {
|
|
19007
|
-
margin-inline-end: 8px;
|
|
19008
|
-
}
|
|
19009
|
-
.v-avatar--end {
|
|
19010
|
-
margin-inline-start: 8px;
|
|
19011
|
-
}
|
|
19012
|
-
.v-avatar .v-img {
|
|
19013
|
-
height: 100%;
|
|
19014
|
-
width: 100%;
|
|
19015
18919
|
}.v-btn {
|
|
19016
18920
|
align-items: center;
|
|
19017
18921
|
border-radius: 4px;
|
|
@@ -19422,61 +19326,80 @@ html.overflow-y-hidden {
|
|
|
19422
19326
|
}
|
|
19423
19327
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
19424
19328
|
opacity: var(--v-border-opacity);
|
|
19425
|
-
}.v-
|
|
19426
|
-
|
|
19329
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19330
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19331
|
+
}
|
|
19332
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19333
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19334
|
+
}
|
|
19335
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19336
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19337
|
+
}
|
|
19338
|
+
@supports not selector(:focus-visible) {
|
|
19339
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19340
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19341
|
+
}
|
|
19342
|
+
}.v-checkbox.v-input {
|
|
19343
|
+
flex: 0 1 auto;
|
|
19344
|
+
}
|
|
19345
|
+
.v-checkbox .v-selection-control {
|
|
19346
|
+
min-height: var(--v-input-control-height);
|
|
19347
|
+
}.v-btn-group {
|
|
19348
|
+
display: inline-flex;
|
|
19349
|
+
flex-wrap: nowrap;
|
|
19427
19350
|
max-width: 100%;
|
|
19351
|
+
min-width: 0;
|
|
19428
19352
|
overflow: hidden;
|
|
19429
|
-
|
|
19430
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19353
|
+
vertical-align: middle;
|
|
19431
19354
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19432
19355
|
border-style: solid;
|
|
19433
19356
|
border-width: 0;
|
|
19434
|
-
|
|
19435
|
-
|
|
19357
|
+
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));
|
|
19358
|
+
border-radius: 4px;
|
|
19359
|
+
background: transparent;
|
|
19436
19360
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19437
19361
|
}
|
|
19438
|
-
.v-
|
|
19362
|
+
.v-btn-group--border {
|
|
19439
19363
|
border-width: thin;
|
|
19440
19364
|
box-shadow: none;
|
|
19441
19365
|
}
|
|
19442
|
-
.v-
|
|
19443
|
-
|
|
19366
|
+
.v-btn-group--density-default.v-btn-group {
|
|
19367
|
+
height: 48px;
|
|
19444
19368
|
}
|
|
19445
19369
|
|
|
19446
|
-
.v-
|
|
19447
|
-
|
|
19448
|
-
flex: none;
|
|
19449
|
-
font-size: 0.75rem;
|
|
19450
|
-
justify-content: center;
|
|
19451
|
-
transition: inherit;
|
|
19452
|
-
width: 100%;
|
|
19370
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
19371
|
+
height: 40px;
|
|
19453
19372
|
}
|
|
19454
|
-
|
|
19455
|
-
|
|
19456
|
-
height:
|
|
19457
|
-
|
|
19458
|
-
|
|
19459
|
-
|
|
19460
|
-
transition: inherit;
|
|
19461
|
-
width: auto;
|
|
19373
|
+
|
|
19374
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
19375
|
+
height: 36px;
|
|
19376
|
+
}
|
|
19377
|
+
|
|
19378
|
+
.v-btn-group .v-btn {
|
|
19462
19379
|
border-radius: 0;
|
|
19380
|
+
border-color: inherit;
|
|
19463
19381
|
}
|
|
19464
|
-
.v-
|
|
19465
|
-
|
|
19466
|
-
transition: inherit;
|
|
19382
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
19383
|
+
border-inline-end: none;
|
|
19467
19384
|
}
|
|
19468
|
-
.v-
|
|
19469
|
-
|
|
19385
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
19386
|
+
border-inline-start: none;
|
|
19470
19387
|
}
|
|
19471
|
-
.v-
|
|
19472
|
-
|
|
19388
|
+
.v-btn-group .v-btn:first-child {
|
|
19389
|
+
border-start-start-radius: inherit;
|
|
19390
|
+
border-end-start-radius: inherit;
|
|
19473
19391
|
}
|
|
19474
|
-
.v-
|
|
19475
|
-
|
|
19476
|
-
|
|
19392
|
+
.v-btn-group .v-btn:last-child {
|
|
19393
|
+
border-start-end-radius: inherit;
|
|
19394
|
+
border-end-end-radius: inherit;
|
|
19477
19395
|
}
|
|
19478
|
-
.v-
|
|
19479
|
-
|
|
19396
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19397
|
+
border-inline-end-width: thin;
|
|
19398
|
+
border-inline-end-style: solid;
|
|
19399
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19400
|
+
}
|
|
19401
|
+
.v-btn-group--tile {
|
|
19402
|
+
border-radius: 0;
|
|
19480
19403
|
}.v-card {
|
|
19481
19404
|
display: block;
|
|
19482
19405
|
overflow: hidden;
|
|
@@ -19774,98 +19697,69 @@ html.overflow-y-hidden {
|
|
|
19774
19697
|
pointer-events: none;
|
|
19775
19698
|
opacity: 0;
|
|
19776
19699
|
transition: opacity 0.2s ease-in-out;
|
|
19777
|
-
}.v-
|
|
19778
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19779
|
-
}
|
|
19780
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19781
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19782
|
-
}
|
|
19783
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19784
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19785
|
-
}
|
|
19786
|
-
@supports not selector(:focus-visible) {
|
|
19787
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19788
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19789
|
-
}
|
|
19790
|
-
}.v-btn-group {
|
|
19791
|
-
display: inline-flex;
|
|
19792
|
-
flex-wrap: nowrap;
|
|
19793
|
-
max-width: 100%;
|
|
19794
|
-
min-width: 0;
|
|
19700
|
+
}.v-carousel {
|
|
19795
19701
|
overflow: hidden;
|
|
19796
|
-
|
|
19797
|
-
|
|
19798
|
-
border-style: solid;
|
|
19799
|
-
border-width: 0;
|
|
19800
|
-
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));
|
|
19801
|
-
border-radius: 4px;
|
|
19802
|
-
background: transparent;
|
|
19803
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19804
|
-
}
|
|
19805
|
-
.v-btn-group--border {
|
|
19806
|
-
border-width: thin;
|
|
19807
|
-
box-shadow: none;
|
|
19808
|
-
}
|
|
19809
|
-
.v-btn-group--density-default.v-btn-group {
|
|
19810
|
-
height: 48px;
|
|
19811
|
-
}
|
|
19812
|
-
|
|
19813
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
19814
|
-
height: 40px;
|
|
19702
|
+
position: relative;
|
|
19703
|
+
width: 100%;
|
|
19815
19704
|
}
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19705
|
+
.v-carousel__controls {
|
|
19706
|
+
align-items: center;
|
|
19707
|
+
bottom: 0;
|
|
19708
|
+
display: flex;
|
|
19709
|
+
height: 50px;
|
|
19710
|
+
justify-content: center;
|
|
19711
|
+
list-style-type: none;
|
|
19712
|
+
position: absolute;
|
|
19713
|
+
width: 100%;
|
|
19714
|
+
z-index: 1;
|
|
19715
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19716
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19819
19717
|
}
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
border-radius: 0;
|
|
19823
|
-
border-color: inherit;
|
|
19718
|
+
.v-carousel__controls > .v-item-group {
|
|
19719
|
+
flex: 0 1 auto;
|
|
19824
19720
|
}
|
|
19825
|
-
.v-
|
|
19826
|
-
|
|
19721
|
+
.v-carousel__controls__item {
|
|
19722
|
+
margin: 0 8px;
|
|
19827
19723
|
}
|
|
19828
|
-
.v-
|
|
19829
|
-
|
|
19724
|
+
.v-carousel__controls__item .v-icon {
|
|
19725
|
+
opacity: 0.5;
|
|
19830
19726
|
}
|
|
19831
|
-
.v-
|
|
19832
|
-
|
|
19833
|
-
|
|
19727
|
+
.v-carousel__controls__item--active .v-icon {
|
|
19728
|
+
opacity: 1;
|
|
19729
|
+
vertical-align: middle;
|
|
19834
19730
|
}
|
|
19835
|
-
.v-
|
|
19836
|
-
|
|
19837
|
-
border-end-end-radius: inherit;
|
|
19731
|
+
.v-carousel__controls__item:hover {
|
|
19732
|
+
background: none;
|
|
19838
19733
|
}
|
|
19839
|
-
.v-
|
|
19840
|
-
|
|
19841
|
-
border-inline-end-style: solid;
|
|
19842
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19734
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
19735
|
+
opacity: 0.8;
|
|
19843
19736
|
}
|
|
19844
|
-
|
|
19845
|
-
|
|
19846
|
-
|
|
19847
|
-
|
|
19737
|
+
|
|
19738
|
+
.v-carousel__progress {
|
|
19739
|
+
margin: 0;
|
|
19740
|
+
position: absolute;
|
|
19741
|
+
bottom: 0;
|
|
19742
|
+
left: 0;
|
|
19743
|
+
right: 0;
|
|
19848
19744
|
}
|
|
19849
|
-
|
|
19850
|
-
|
|
19851
|
-
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
min-width: 0;
|
|
19855
|
-
overflow-x: auto;
|
|
19856
|
-
padding: 4px 0;
|
|
19745
|
+
|
|
19746
|
+
.v-carousel-item {
|
|
19747
|
+
display: block;
|
|
19748
|
+
height: inherit;
|
|
19749
|
+
text-decoration: none;
|
|
19857
19750
|
}
|
|
19858
|
-
.v-
|
|
19859
|
-
|
|
19751
|
+
.v-carousel-item > .v-img {
|
|
19752
|
+
height: inherit;
|
|
19860
19753
|
}
|
|
19861
|
-
|
|
19862
|
-
|
|
19754
|
+
|
|
19755
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19756
|
+
background: transparent;
|
|
19863
19757
|
}
|
|
19864
19758
|
|
|
19865
|
-
.v-
|
|
19866
|
-
|
|
19867
|
-
|
|
19868
|
-
|
|
19759
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19760
|
+
flex-direction: column;
|
|
19761
|
+
height: 100% !important;
|
|
19762
|
+
width: 50px;
|
|
19869
19763
|
}.v-chip {
|
|
19870
19764
|
align-items: center;
|
|
19871
19765
|
display: inline-flex;
|
|
@@ -20276,74 +20170,44 @@ html.overflow-y-hidden {
|
|
|
20276
20170
|
|
|
20277
20171
|
.v-chip--label {
|
|
20278
20172
|
border-radius: 4px;
|
|
20279
|
-
}.v-
|
|
20280
|
-
overflow: hidden;
|
|
20281
|
-
position: relative;
|
|
20282
|
-
width: 100%;
|
|
20283
|
-
}
|
|
20284
|
-
.v-carousel__controls {
|
|
20285
|
-
align-items: center;
|
|
20286
|
-
bottom: 0;
|
|
20173
|
+
}.v-chip-group {
|
|
20287
20174
|
display: flex;
|
|
20288
|
-
|
|
20289
|
-
|
|
20290
|
-
|
|
20291
|
-
|
|
20292
|
-
width: 100%;
|
|
20293
|
-
z-index: 1;
|
|
20294
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
20295
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20296
|
-
}
|
|
20297
|
-
.v-carousel__controls > .v-item-group {
|
|
20298
|
-
flex: 0 1 auto;
|
|
20299
|
-
}
|
|
20300
|
-
.v-carousel__controls__item {
|
|
20301
|
-
margin: 0 8px;
|
|
20302
|
-
}
|
|
20303
|
-
.v-carousel__controls__item .v-icon {
|
|
20304
|
-
opacity: 0.5;
|
|
20305
|
-
}
|
|
20306
|
-
.v-carousel__controls__item--active .v-icon {
|
|
20307
|
-
opacity: 1;
|
|
20308
|
-
vertical-align: middle;
|
|
20309
|
-
}
|
|
20310
|
-
.v-carousel__controls__item:hover {
|
|
20311
|
-
background: none;
|
|
20175
|
+
max-width: 100%;
|
|
20176
|
+
min-width: 0;
|
|
20177
|
+
overflow-x: auto;
|
|
20178
|
+
padding: 4px 0;
|
|
20312
20179
|
}
|
|
20313
|
-
.v-
|
|
20314
|
-
|
|
20180
|
+
.v-chip-group .v-chip {
|
|
20181
|
+
margin: 4px 8px 4px 0;
|
|
20315
20182
|
}
|
|
20316
|
-
|
|
20317
|
-
|
|
20318
|
-
margin: 0;
|
|
20319
|
-
position: absolute;
|
|
20320
|
-
bottom: 0;
|
|
20321
|
-
left: 0;
|
|
20322
|
-
right: 0;
|
|
20183
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20184
|
+
opacity: var(--v-activated-opacity);
|
|
20323
20185
|
}
|
|
20324
20186
|
|
|
20325
|
-
.v-
|
|
20326
|
-
|
|
20327
|
-
|
|
20328
|
-
|
|
20187
|
+
.v-chip-group--column .v-slide-group__content {
|
|
20188
|
+
white-space: normal;
|
|
20189
|
+
flex-wrap: wrap;
|
|
20190
|
+
max-width: 100%;
|
|
20191
|
+
}.v-color-picker {
|
|
20192
|
+
align-self: flex-start;
|
|
20193
|
+
contain: content;
|
|
20329
20194
|
}
|
|
20330
|
-
.v-
|
|
20331
|
-
|
|
20195
|
+
.v-color-picker.v-sheet {
|
|
20196
|
+
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));
|
|
20197
|
+
border-radius: 4px;
|
|
20332
20198
|
}
|
|
20333
20199
|
|
|
20334
|
-
.v-
|
|
20335
|
-
|
|
20200
|
+
.v-color-picker__controls {
|
|
20201
|
+
display: flex;
|
|
20202
|
+
flex-direction: column;
|
|
20203
|
+
padding: 16px;
|
|
20336
20204
|
}
|
|
20337
20205
|
|
|
20338
|
-
.v-
|
|
20339
|
-
|
|
20340
|
-
|
|
20341
|
-
|
|
20342
|
-
|
|
20343
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20344
|
-
flex: 0 1 auto;
|
|
20345
|
-
font-size: 12px;
|
|
20346
|
-
transition-duration: 150ms;
|
|
20206
|
+
.v-color-picker--flat {
|
|
20207
|
+
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));
|
|
20208
|
+
}
|
|
20209
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20210
|
+
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));
|
|
20347
20211
|
}.v-container {
|
|
20348
20212
|
width: 100%;
|
|
20349
20213
|
padding: 16px;
|
|
@@ -21016,26 +20880,6 @@ html.overflow-y-hidden {
|
|
|
21016
20880
|
.offset-xxl-11 {
|
|
21017
20881
|
margin-inline-start: 91.6666666667%;
|
|
21018
20882
|
}
|
|
21019
|
-
}.v-color-picker {
|
|
21020
|
-
align-self: flex-start;
|
|
21021
|
-
contain: content;
|
|
21022
|
-
}
|
|
21023
|
-
.v-color-picker.v-sheet {
|
|
21024
|
-
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));
|
|
21025
|
-
border-radius: 4px;
|
|
21026
|
-
}
|
|
21027
|
-
|
|
21028
|
-
.v-color-picker__controls {
|
|
21029
|
-
display: flex;
|
|
21030
|
-
flex-direction: column;
|
|
21031
|
-
padding: 16px;
|
|
21032
|
-
}
|
|
21033
|
-
|
|
21034
|
-
.v-color-picker--flat {
|
|
21035
|
-
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));
|
|
21036
|
-
}
|
|
21037
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
21038
|
-
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));
|
|
21039
20883
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
21040
20884
|
.v-combobox .v-field .v-text-field__suffix,
|
|
21041
20885
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -21117,18 +20961,54 @@ html.overflow-y-hidden {
|
|
|
21117
20961
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21118
20962
|
opacity: var(--v-high-emphasis-opacity);
|
|
21119
20963
|
transform: rotate(180deg);
|
|
21120
|
-
}.v-
|
|
21121
|
-
|
|
20964
|
+
}.v-counter {
|
|
20965
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20966
|
+
flex: 0 1 auto;
|
|
20967
|
+
font-size: 12px;
|
|
20968
|
+
transition-duration: 150ms;
|
|
20969
|
+
}.v-data-table-footer {
|
|
20970
|
+
align-items: center;
|
|
20971
|
+
display: flex;
|
|
20972
|
+
flex-wrap: wrap;
|
|
20973
|
+
justify-content: flex-end;
|
|
20974
|
+
padding: 8px 4px;
|
|
21122
20975
|
}
|
|
21123
|
-
|
|
21124
|
-
|
|
21125
|
-
|
|
21126
|
-
|
|
21127
|
-
border-spacing: 0;
|
|
20976
|
+
.v-data-table-footer__items-per-page {
|
|
20977
|
+
align-items: center;
|
|
20978
|
+
display: flex;
|
|
20979
|
+
justify-content: center;
|
|
21128
20980
|
}
|
|
21129
|
-
|
|
21130
|
-
|
|
21131
|
-
|
|
20981
|
+
.v-data-table-footer__items-per-page > span {
|
|
20982
|
+
padding-inline-end: 8px;
|
|
20983
|
+
}
|
|
20984
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
20985
|
+
width: 90px;
|
|
20986
|
+
}
|
|
20987
|
+
.v-data-table-footer__info {
|
|
20988
|
+
display: flex;
|
|
20989
|
+
justify-content: flex-end;
|
|
20990
|
+
min-width: 116px;
|
|
20991
|
+
padding: 0 16px;
|
|
20992
|
+
}
|
|
20993
|
+
.v-data-table-footer__paginationz {
|
|
20994
|
+
align-items: center;
|
|
20995
|
+
display: flex;
|
|
20996
|
+
margin-inline-start: 16px;
|
|
20997
|
+
}
|
|
20998
|
+
.v-data-table-footer__page {
|
|
20999
|
+
padding: 0 8px;
|
|
21000
|
+
}.v-data-table {
|
|
21001
|
+
width: 100%;
|
|
21002
|
+
}
|
|
21003
|
+
|
|
21004
|
+
.v-data-table__table {
|
|
21005
|
+
width: 100%;
|
|
21006
|
+
border-collapse: separate;
|
|
21007
|
+
border-spacing: 0;
|
|
21008
|
+
}
|
|
21009
|
+
|
|
21010
|
+
.v-data-table__tr--focus {
|
|
21011
|
+
border: 1px dotted black;
|
|
21132
21012
|
}
|
|
21133
21013
|
.v-data-table__tr--clickable {
|
|
21134
21014
|
cursor: pointer;
|
|
@@ -21264,41 +21144,81 @@ html.overflow-y-hidden {
|
|
|
21264
21144
|
.v-data-table-rows-loading,
|
|
21265
21145
|
.v-data-table-rows-no-data {
|
|
21266
21146
|
text-align: center;
|
|
21267
|
-
}.v-data-table-footer {
|
|
21268
|
-
display: flex;
|
|
21269
|
-
align-items: center;
|
|
21270
|
-
flex-wrap: wrap;
|
|
21271
|
-
padding: 4px;
|
|
21272
|
-
justify-content: flex-end;
|
|
21273
21147
|
}
|
|
21274
21148
|
|
|
21275
|
-
.v-data-
|
|
21276
|
-
|
|
21277
|
-
align-items: center;
|
|
21149
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
21150
|
+
grid-template-columns: 0;
|
|
21278
21151
|
justify-content: center;
|
|
21279
21152
|
}
|
|
21280
|
-
.v-data-
|
|
21281
|
-
|
|
21153
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
21154
|
+
grid-template-columns: 0;
|
|
21155
|
+
justify-content: end;
|
|
21282
21156
|
}
|
|
21283
|
-
.v-data-
|
|
21284
|
-
|
|
21157
|
+
.v-data-table__tr--mobile > td {
|
|
21158
|
+
align-items: center;
|
|
21159
|
+
column-gap: 4px;
|
|
21160
|
+
display: grid;
|
|
21161
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21162
|
+
min-height: var(--v-table-row-height);
|
|
21163
|
+
}
|
|
21164
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
21165
|
+
border-bottom: 0 !important;
|
|
21285
21166
|
}
|
|
21286
21167
|
|
|
21287
|
-
.v-data-
|
|
21288
|
-
|
|
21289
|
-
|
|
21290
|
-
min-width: 116px;
|
|
21291
|
-
padding: 0 16px;
|
|
21168
|
+
.v-data-table__td-title {
|
|
21169
|
+
font-weight: bold;
|
|
21170
|
+
text-align: left;
|
|
21292
21171
|
}
|
|
21293
21172
|
|
|
21294
|
-
.v-data-
|
|
21295
|
-
|
|
21296
|
-
align-items: center;
|
|
21297
|
-
margin-inline-start: 16px;
|
|
21173
|
+
.v-data-table__td-value {
|
|
21174
|
+
text-align: right;
|
|
21298
21175
|
}
|
|
21299
21176
|
|
|
21300
|
-
.v-data-
|
|
21301
|
-
|
|
21177
|
+
.v-data-table__td-sort-icon {
|
|
21178
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
21179
|
+
}
|
|
21180
|
+
.v-data-table__td-sort-icon-active {
|
|
21181
|
+
color: rgba(var(--v-theme-on-surface));
|
|
21182
|
+
}.v-date-picker {
|
|
21183
|
+
overflow: hidden;
|
|
21184
|
+
width: 328px;
|
|
21185
|
+
}
|
|
21186
|
+
.v-date-picker--show-week {
|
|
21187
|
+
width: 368px;
|
|
21188
|
+
}.v-date-picker-years {
|
|
21189
|
+
height: 288px;
|
|
21190
|
+
overflow-y: scroll;
|
|
21191
|
+
}
|
|
21192
|
+
|
|
21193
|
+
.v-date-picker-years__content {
|
|
21194
|
+
display: grid;
|
|
21195
|
+
flex: 1 1;
|
|
21196
|
+
justify-content: space-around;
|
|
21197
|
+
grid-template-columns: repeat(3, 1fr);
|
|
21198
|
+
gap: 8px 24px;
|
|
21199
|
+
padding-inline: 32px;
|
|
21200
|
+
}
|
|
21201
|
+
.v-date-picker-years__content .v-btn {
|
|
21202
|
+
padding-inline: 8px;
|
|
21203
|
+
}.v-date-picker-months {
|
|
21204
|
+
height: 288px;
|
|
21205
|
+
}
|
|
21206
|
+
|
|
21207
|
+
.v-date-picker-months__content {
|
|
21208
|
+
align-items: center;
|
|
21209
|
+
display: grid;
|
|
21210
|
+
flex: 1 1;
|
|
21211
|
+
height: inherit;
|
|
21212
|
+
justify-content: space-around;
|
|
21213
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21214
|
+
grid-gap: 0px 24px;
|
|
21215
|
+
padding-inline-start: 36px;
|
|
21216
|
+
padding-inline-end: 36px;
|
|
21217
|
+
}
|
|
21218
|
+
.v-date-picker-months__content .v-btn {
|
|
21219
|
+
text-transform: none;
|
|
21220
|
+
padding-inline-start: 8px;
|
|
21221
|
+
padding-inline-end: 8px;
|
|
21302
21222
|
}.v-date-picker-controls {
|
|
21303
21223
|
display: flex;
|
|
21304
21224
|
align-items: center;
|
|
@@ -21355,12 +21275,6 @@ html.overflow-y-hidden {
|
|
|
21355
21275
|
|
|
21356
21276
|
.v-date-picker__title {
|
|
21357
21277
|
display: inline-block;
|
|
21358
|
-
}.v-date-picker {
|
|
21359
|
-
overflow: hidden;
|
|
21360
|
-
width: 328px;
|
|
21361
|
-
}
|
|
21362
|
-
.v-date-picker--show-week {
|
|
21363
|
-
width: 368px;
|
|
21364
21278
|
}.v-date-picker-month {
|
|
21365
21279
|
display: flex;
|
|
21366
21280
|
justify-content: center;
|
|
@@ -21416,25 +21330,6 @@ html.overflow-y-hidden {
|
|
|
21416
21330
|
|
|
21417
21331
|
.v-date-picker-month__day--hide-adjacent {
|
|
21418
21332
|
opacity: 0;
|
|
21419
|
-
}.v-date-picker-months {
|
|
21420
|
-
height: 288px;
|
|
21421
|
-
}
|
|
21422
|
-
|
|
21423
|
-
.v-date-picker-months__content {
|
|
21424
|
-
align-items: center;
|
|
21425
|
-
display: grid;
|
|
21426
|
-
flex: 1 1;
|
|
21427
|
-
height: inherit;
|
|
21428
|
-
justify-content: space-around;
|
|
21429
|
-
grid-template-columns: repeat(2, 1fr);
|
|
21430
|
-
grid-gap: 0px 24px;
|
|
21431
|
-
padding-inline-start: 36px;
|
|
21432
|
-
padding-inline-end: 36px;
|
|
21433
|
-
}
|
|
21434
|
-
.v-date-picker-months__content .v-btn {
|
|
21435
|
-
text-transform: none;
|
|
21436
|
-
padding-inline-start: 8px;
|
|
21437
|
-
padding-inline-end: 8px;
|
|
21438
21333
|
}.v-date-picker-header {
|
|
21439
21334
|
align-items: flex-end;
|
|
21440
21335
|
height: 70px;
|
|
@@ -21495,70 +21390,6 @@ html.overflow-y-hidden {
|
|
|
21495
21390
|
.date-picker-header-reverse-transition-leave-to {
|
|
21496
21391
|
opacity: 0;
|
|
21497
21392
|
transform: translate(0, 100%);
|
|
21498
|
-
}.v-date-picker-years {
|
|
21499
|
-
height: 288px;
|
|
21500
|
-
overflow-y: scroll;
|
|
21501
|
-
}
|
|
21502
|
-
|
|
21503
|
-
.v-date-picker-years__content {
|
|
21504
|
-
display: grid;
|
|
21505
|
-
flex: 1 1;
|
|
21506
|
-
justify-content: space-around;
|
|
21507
|
-
grid-template-columns: repeat(3, 1fr);
|
|
21508
|
-
gap: 8px 24px;
|
|
21509
|
-
padding-inline: 32px;
|
|
21510
|
-
}
|
|
21511
|
-
.v-date-picker-years__content .v-btn {
|
|
21512
|
-
padding-inline: 8px;
|
|
21513
|
-
}.v-divider {
|
|
21514
|
-
display: block;
|
|
21515
|
-
flex: 1 1 100%;
|
|
21516
|
-
height: 0px;
|
|
21517
|
-
max-height: 0px;
|
|
21518
|
-
opacity: var(--v-border-opacity);
|
|
21519
|
-
transition: inherit;
|
|
21520
|
-
border-style: solid;
|
|
21521
|
-
border-width: thin 0 0 0;
|
|
21522
|
-
}
|
|
21523
|
-
.v-divider--vertical {
|
|
21524
|
-
align-self: stretch;
|
|
21525
|
-
border-width: 0 thin 0 0;
|
|
21526
|
-
display: inline-flex;
|
|
21527
|
-
height: 100%;
|
|
21528
|
-
margin-left: -1px;
|
|
21529
|
-
max-height: 100%;
|
|
21530
|
-
max-width: 0px;
|
|
21531
|
-
vertical-align: text-bottom;
|
|
21532
|
-
width: 0px;
|
|
21533
|
-
}
|
|
21534
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
21535
|
-
max-width: calc(100% - 72px);
|
|
21536
|
-
margin-inline-start: 72px;
|
|
21537
|
-
}
|
|
21538
|
-
.v-divider--inset.v-divider--vertical {
|
|
21539
|
-
margin-bottom: 8px;
|
|
21540
|
-
margin-top: 8px;
|
|
21541
|
-
max-height: calc(100% - 16px);
|
|
21542
|
-
}
|
|
21543
|
-
|
|
21544
|
-
.v-divider__content {
|
|
21545
|
-
padding: 0 16px;
|
|
21546
|
-
}
|
|
21547
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
|
21548
|
-
padding: 4px 0;
|
|
21549
|
-
}
|
|
21550
|
-
|
|
21551
|
-
.v-divider__wrapper {
|
|
21552
|
-
display: flex;
|
|
21553
|
-
align-items: center;
|
|
21554
|
-
justify-content: center;
|
|
21555
|
-
}
|
|
21556
|
-
.v-divider__wrapper--vertical {
|
|
21557
|
-
flex-direction: column;
|
|
21558
|
-
height: 100%;
|
|
21559
|
-
}
|
|
21560
|
-
.v-divider__wrapper--vertical .v-divider {
|
|
21561
|
-
margin: 0 auto;
|
|
21562
21393
|
}.v-dialog {
|
|
21563
21394
|
align-items: center;
|
|
21564
21395
|
justify-content: center;
|
|
@@ -21651,49 +21482,375 @@ html.overflow-y-hidden {
|
|
|
21651
21482
|
-webkit-backface-visibility: hidden;
|
|
21652
21483
|
backface-visibility: hidden;
|
|
21653
21484
|
overflow-y: auto;
|
|
21654
|
-
}
|
|
21655
|
-
|
|
21656
|
-
display:
|
|
21657
|
-
|
|
21658
|
-
|
|
21659
|
-
|
|
21660
|
-
|
|
21661
|
-
max-width: 100%;
|
|
21662
|
-
border-radius: 4px;
|
|
21663
|
-
contain: layout;
|
|
21664
|
-
flex: 1 0;
|
|
21665
|
-
grid-area: control;
|
|
21666
|
-
position: relative;
|
|
21667
|
-
--v-field-padding-start: 16px;
|
|
21668
|
-
--v-field-padding-end: 16px;
|
|
21669
|
-
--v-field-padding-top: 8px;
|
|
21670
|
-
--v-field-padding-bottom: 4px;
|
|
21671
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
21672
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
21485
|
+
}.v-empty-state {
|
|
21486
|
+
align-items: center;
|
|
21487
|
+
display: flex;
|
|
21488
|
+
flex-direction: column;
|
|
21489
|
+
justify-content: center;
|
|
21490
|
+
min-height: 100%;
|
|
21491
|
+
padding: 16px;
|
|
21673
21492
|
}
|
|
21674
|
-
.v-
|
|
21675
|
-
|
|
21676
|
-
pointer-events: none;
|
|
21493
|
+
.v-empty-state--start {
|
|
21494
|
+
align-items: flex-start;
|
|
21677
21495
|
}
|
|
21678
|
-
.v-
|
|
21679
|
-
|
|
21496
|
+
.v-empty-state--center {
|
|
21497
|
+
align-items: center;
|
|
21498
|
+
}
|
|
21499
|
+
.v-empty-state--end {
|
|
21500
|
+
align-items: flex-end;
|
|
21680
21501
|
}
|
|
21681
21502
|
|
|
21682
|
-
|
|
21683
|
-
|
|
21684
|
-
|
|
21685
|
-
padding-inline-start: 12px;
|
|
21503
|
+
.v-empty-state__media {
|
|
21504
|
+
text-align: center;
|
|
21505
|
+
width: 100%;
|
|
21686
21506
|
}
|
|
21687
|
-
.v-
|
|
21688
|
-
|
|
21507
|
+
.v-empty-state__media .v-icon {
|
|
21508
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21689
21509
|
}
|
|
21690
|
-
|
|
21691
|
-
|
|
21692
|
-
|
|
21693
|
-
|
|
21694
|
-
|
|
21510
|
+
|
|
21511
|
+
.v-empty-state__headline {
|
|
21512
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21513
|
+
font-size: 3.75rem;
|
|
21514
|
+
font-weight: 300;
|
|
21515
|
+
line-height: 1;
|
|
21516
|
+
text-align: center;
|
|
21517
|
+
margin-bottom: 8px;
|
|
21695
21518
|
}
|
|
21696
|
-
.v-
|
|
21519
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
21520
|
+
font-size: 2.125rem;
|
|
21521
|
+
}
|
|
21522
|
+
|
|
21523
|
+
.v-empty-state__title {
|
|
21524
|
+
font-size: 1.25rem;
|
|
21525
|
+
font-weight: 500;
|
|
21526
|
+
line-height: 1.6;
|
|
21527
|
+
margin-bottom: 4px;
|
|
21528
|
+
text-align: center;
|
|
21529
|
+
}
|
|
21530
|
+
|
|
21531
|
+
.v-empty-state__text {
|
|
21532
|
+
font-size: 0.875rem;
|
|
21533
|
+
font-weight: 400;
|
|
21534
|
+
line-height: 1.425;
|
|
21535
|
+
padding: 0 16px;
|
|
21536
|
+
text-align: center;
|
|
21537
|
+
}
|
|
21538
|
+
|
|
21539
|
+
.v-empty-state__content {
|
|
21540
|
+
padding: 24px 0;
|
|
21541
|
+
}
|
|
21542
|
+
|
|
21543
|
+
.v-empty-state__actions {
|
|
21544
|
+
display: flex;
|
|
21545
|
+
gap: 8px;
|
|
21546
|
+
padding: 16px;
|
|
21547
|
+
}
|
|
21548
|
+
|
|
21549
|
+
.v-empty-state__action-btn.v-btn {
|
|
21550
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
21551
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
21552
|
+
}.v-expansion-panel {
|
|
21553
|
+
background-color: rgb(var(--v-theme-surface));
|
|
21554
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21555
|
+
}
|
|
21556
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21557
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21558
|
+
}
|
|
21559
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21560
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
21561
|
+
}
|
|
21562
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
21563
|
+
opacity: 0.4615384615;
|
|
21564
|
+
}
|
|
21565
|
+
|
|
21566
|
+
.v-expansion-panels {
|
|
21567
|
+
display: flex;
|
|
21568
|
+
flex-wrap: wrap;
|
|
21569
|
+
justify-content: center;
|
|
21570
|
+
list-style-type: none;
|
|
21571
|
+
padding: 0;
|
|
21572
|
+
width: 100%;
|
|
21573
|
+
position: relative;
|
|
21574
|
+
z-index: 1;
|
|
21575
|
+
}
|
|
21576
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21577
|
+
border-bottom-left-radius: 0 !important;
|
|
21578
|
+
border-bottom-right-radius: 0 !important;
|
|
21579
|
+
}
|
|
21580
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21581
|
+
border-top-left-radius: 0 !important;
|
|
21582
|
+
border-top-right-radius: 0 !important;
|
|
21583
|
+
}
|
|
21584
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21585
|
+
border-bottom-left-radius: 0 !important;
|
|
21586
|
+
border-bottom-right-radius: 0 !important;
|
|
21587
|
+
}
|
|
21588
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21589
|
+
border-top-left-radius: 0 !important;
|
|
21590
|
+
border-top-right-radius: 0 !important;
|
|
21591
|
+
}
|
|
21592
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
|
21593
|
+
border-bottom-left-radius: 0 !important;
|
|
21594
|
+
border-bottom-right-radius: 0 !important;
|
|
21595
|
+
}
|
|
21596
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
|
21597
|
+
border-top-left-radius: 0 !important;
|
|
21598
|
+
border-top-right-radius: 0 !important;
|
|
21599
|
+
}
|
|
21600
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
|
21601
|
+
border-bottom-left-radius: initial;
|
|
21602
|
+
border-bottom-right-radius: initial;
|
|
21603
|
+
}
|
|
21604
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
21605
|
+
border-radius: 0 !important;
|
|
21606
|
+
}
|
|
21607
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
21608
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
21609
|
+
}
|
|
21610
|
+
|
|
21611
|
+
.v-expansion-panel {
|
|
21612
|
+
flex: 1 0 100%;
|
|
21613
|
+
max-width: 100%;
|
|
21614
|
+
position: relative;
|
|
21615
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
21616
|
+
transition-property: margin-top, border-radius, border, max-width;
|
|
21617
|
+
border-radius: 4px;
|
|
21618
|
+
}
|
|
21619
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
21620
|
+
border-top-style: solid;
|
|
21621
|
+
border-top-width: thin;
|
|
21622
|
+
content: "";
|
|
21623
|
+
left: 0;
|
|
21624
|
+
position: absolute;
|
|
21625
|
+
right: 0;
|
|
21626
|
+
top: 0;
|
|
21627
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21628
|
+
}
|
|
21629
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
21630
|
+
pointer-events: none;
|
|
21631
|
+
}
|
|
21632
|
+
.v-expansion-panel--active:not(:first-child),
|
|
21633
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
|
21634
|
+
margin-top: 16px;
|
|
21635
|
+
}
|
|
21636
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
|
21637
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
21638
|
+
opacity: 0;
|
|
21639
|
+
}
|
|
21640
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
21641
|
+
border-bottom-left-radius: 0;
|
|
21642
|
+
border-bottom-right-radius: 0;
|
|
21643
|
+
}
|
|
21644
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
21645
|
+
min-height: 64px;
|
|
21646
|
+
}
|
|
21647
|
+
|
|
21648
|
+
.v-expansion-panel__shadow {
|
|
21649
|
+
position: absolute;
|
|
21650
|
+
top: 0;
|
|
21651
|
+
left: 0;
|
|
21652
|
+
width: 100%;
|
|
21653
|
+
height: 100%;
|
|
21654
|
+
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));
|
|
21655
|
+
border-radius: inherit;
|
|
21656
|
+
z-index: -1;
|
|
21657
|
+
}
|
|
21658
|
+
|
|
21659
|
+
.v-expansion-panel-title {
|
|
21660
|
+
align-items: center;
|
|
21661
|
+
text-align: start;
|
|
21662
|
+
border-radius: inherit;
|
|
21663
|
+
display: flex;
|
|
21664
|
+
font-size: 0.9375rem;
|
|
21665
|
+
line-height: 1;
|
|
21666
|
+
min-height: 48px;
|
|
21667
|
+
outline: none;
|
|
21668
|
+
padding: 16px 24px;
|
|
21669
|
+
position: relative;
|
|
21670
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21671
|
+
width: 100%;
|
|
21672
|
+
justify-content: space-between;
|
|
21673
|
+
}
|
|
21674
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
21675
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21676
|
+
}
|
|
21677
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
21678
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21679
|
+
}
|
|
21680
|
+
@supports not selector(:focus-visible) {
|
|
21681
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
21682
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
21683
|
+
}
|
|
21684
|
+
}
|
|
21685
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
|
21686
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
21687
|
+
}
|
|
21688
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
|
21689
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21690
|
+
}
|
|
21691
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
|
21692
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21693
|
+
}
|
|
21694
|
+
@supports not selector(:focus-visible) {
|
|
21695
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
|
21696
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
21697
|
+
}
|
|
21698
|
+
}
|
|
21699
|
+
|
|
21700
|
+
.v-expansion-panel-title__overlay {
|
|
21701
|
+
position: absolute;
|
|
21702
|
+
top: 0;
|
|
21703
|
+
left: 0;
|
|
21704
|
+
width: 100%;
|
|
21705
|
+
height: 100%;
|
|
21706
|
+
background-color: currentColor;
|
|
21707
|
+
border-radius: inherit;
|
|
21708
|
+
opacity: 0;
|
|
21709
|
+
}
|
|
21710
|
+
|
|
21711
|
+
.v-expansion-panel-title__icon {
|
|
21712
|
+
display: inline-flex;
|
|
21713
|
+
margin-bottom: -4px;
|
|
21714
|
+
margin-top: -4px;
|
|
21715
|
+
-webkit-user-select: none;
|
|
21716
|
+
user-select: none;
|
|
21717
|
+
margin-inline-start: auto;
|
|
21718
|
+
}
|
|
21719
|
+
|
|
21720
|
+
.v-expansion-panel-text {
|
|
21721
|
+
display: flex;
|
|
21722
|
+
}
|
|
21723
|
+
.v-expansion-panel-text__wrapper {
|
|
21724
|
+
padding: 8px 24px 16px;
|
|
21725
|
+
flex: 1 1 auto;
|
|
21726
|
+
max-width: 100%;
|
|
21727
|
+
}
|
|
21728
|
+
|
|
21729
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
21730
|
+
margin-top: 0;
|
|
21731
|
+
}
|
|
21732
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
21733
|
+
opacity: 1;
|
|
21734
|
+
}
|
|
21735
|
+
|
|
21736
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
21737
|
+
max-width: calc(100% - 32px);
|
|
21738
|
+
}
|
|
21739
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
21740
|
+
max-width: calc(100% + 16px);
|
|
21741
|
+
}
|
|
21742
|
+
|
|
21743
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
21744
|
+
max-width: 100%;
|
|
21745
|
+
}
|
|
21746
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
21747
|
+
max-width: calc(100% - 32px);
|
|
21748
|
+
}
|
|
21749
|
+
|
|
21750
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
|
21751
|
+
border-top: none;
|
|
21752
|
+
}
|
|
21753
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
|
21754
|
+
display: none;
|
|
21755
|
+
}
|
|
21756
|
+
|
|
21757
|
+
.v-expansion-panels--tile {
|
|
21758
|
+
border-radius: 0;
|
|
21759
|
+
}
|
|
21760
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
|
21761
|
+
border-radius: 0;
|
|
21762
|
+
}.v-divider {
|
|
21763
|
+
display: block;
|
|
21764
|
+
flex: 1 1 100%;
|
|
21765
|
+
height: 0px;
|
|
21766
|
+
max-height: 0px;
|
|
21767
|
+
opacity: var(--v-border-opacity);
|
|
21768
|
+
transition: inherit;
|
|
21769
|
+
border-style: solid;
|
|
21770
|
+
border-width: thin 0 0 0;
|
|
21771
|
+
}
|
|
21772
|
+
.v-divider--vertical {
|
|
21773
|
+
align-self: stretch;
|
|
21774
|
+
border-width: 0 thin 0 0;
|
|
21775
|
+
display: inline-flex;
|
|
21776
|
+
height: 100%;
|
|
21777
|
+
margin-left: -1px;
|
|
21778
|
+
max-height: 100%;
|
|
21779
|
+
max-width: 0px;
|
|
21780
|
+
vertical-align: text-bottom;
|
|
21781
|
+
width: 0px;
|
|
21782
|
+
}
|
|
21783
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21784
|
+
max-width: calc(100% - 72px);
|
|
21785
|
+
margin-inline-start: 72px;
|
|
21786
|
+
}
|
|
21787
|
+
.v-divider--inset.v-divider--vertical {
|
|
21788
|
+
margin-bottom: 8px;
|
|
21789
|
+
margin-top: 8px;
|
|
21790
|
+
max-height: calc(100% - 16px);
|
|
21791
|
+
}
|
|
21792
|
+
|
|
21793
|
+
.v-divider__content {
|
|
21794
|
+
padding: 0 16px;
|
|
21795
|
+
}
|
|
21796
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
21797
|
+
padding: 4px 0;
|
|
21798
|
+
}
|
|
21799
|
+
|
|
21800
|
+
.v-divider__wrapper {
|
|
21801
|
+
display: flex;
|
|
21802
|
+
align-items: center;
|
|
21803
|
+
justify-content: center;
|
|
21804
|
+
}
|
|
21805
|
+
.v-divider__wrapper--vertical {
|
|
21806
|
+
flex-direction: column;
|
|
21807
|
+
height: 100%;
|
|
21808
|
+
}
|
|
21809
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
21810
|
+
margin: 0 auto;
|
|
21811
|
+
}/* region INPUT */
|
|
21812
|
+
.v-field {
|
|
21813
|
+
display: grid;
|
|
21814
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
|
21815
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
21816
|
+
font-size: 16px;
|
|
21817
|
+
letter-spacing: 0.009375em;
|
|
21818
|
+
max-width: 100%;
|
|
21819
|
+
border-radius: 4px;
|
|
21820
|
+
contain: layout;
|
|
21821
|
+
flex: 1 0;
|
|
21822
|
+
grid-area: control;
|
|
21823
|
+
position: relative;
|
|
21824
|
+
--v-field-padding-start: 16px;
|
|
21825
|
+
--v-field-padding-end: 16px;
|
|
21826
|
+
--v-field-padding-top: 8px;
|
|
21827
|
+
--v-field-padding-bottom: 4px;
|
|
21828
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
21829
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
21830
|
+
}
|
|
21831
|
+
.v-field--disabled {
|
|
21832
|
+
opacity: var(--v-disabled-opacity);
|
|
21833
|
+
pointer-events: none;
|
|
21834
|
+
}
|
|
21835
|
+
.v-field .v-chip {
|
|
21836
|
+
--v-chip-height: 24px;
|
|
21837
|
+
}
|
|
21838
|
+
|
|
21839
|
+
/* endregion */
|
|
21840
|
+
/* region MODIFIERS */
|
|
21841
|
+
.v-field--prepended {
|
|
21842
|
+
padding-inline-start: 12px;
|
|
21843
|
+
}
|
|
21844
|
+
.v-field--appended {
|
|
21845
|
+
padding-inline-end: 12px;
|
|
21846
|
+
}
|
|
21847
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
|
21848
|
+
background: rgb(var(--v-theme-surface));
|
|
21849
|
+
border-color: transparent;
|
|
21850
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21851
|
+
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));
|
|
21852
|
+
}
|
|
21853
|
+
.v-field--variant-solo-inverted {
|
|
21697
21854
|
background: rgb(var(--v-theme-surface));
|
|
21698
21855
|
border-color: transparent;
|
|
21699
21856
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22081,384 +22238,215 @@ textarea.v-field__input::placeholder {
|
|
|
22081
22238
|
position: relative;
|
|
22082
22239
|
max-width: calc(100% - 12px);
|
|
22083
22240
|
}
|
|
22084
|
-
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
|
22085
|
-
opacity: var(--v-field-border-opacity);
|
|
22086
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22087
|
-
content: "";
|
|
22088
|
-
position: absolute;
|
|
22089
|
-
top: 0;
|
|
22090
|
-
left: 0;
|
|
22091
|
-
width: 100%;
|
|
22092
|
-
height: 100%;
|
|
22093
|
-
}
|
|
22094
|
-
.v-field--variant-outlined .v-field__outline__notch::before {
|
|
22095
|
-
border-width: var(--v-field-border-width) 0 0;
|
|
22096
|
-
}
|
|
22097
|
-
.v-field--variant-outlined .v-field__outline__notch::after {
|
|
22098
|
-
bottom: 0;
|
|
22099
|
-
border-width: 0 0 var(--v-field-border-width);
|
|
22100
|
-
}
|
|
22101
|
-
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
|
|
22102
|
-
opacity: 0;
|
|
22103
|
-
}
|
|
22104
|
-
|
|
22105
|
-
.v-field--variant-outlined .v-field__outline__end {
|
|
22106
|
-
flex: 1;
|
|
22107
|
-
border-top-width: var(--v-field-border-width);
|
|
22108
|
-
border-bottom-width: var(--v-field-border-width);
|
|
22109
|
-
border-inline-end-width: var(--v-field-border-width);
|
|
22110
|
-
border-start-start-radius: 0;
|
|
22111
|
-
border-start-end-radius: inherit;
|
|
22112
|
-
border-end-end-radius: inherit;
|
|
22113
|
-
border-end-start-radius: 0;
|
|
22114
|
-
}
|
|
22115
|
-
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
|
|
22116
|
-
border-start-start-radius: inherit;
|
|
22117
|
-
border-start-end-radius: 0;
|
|
22118
|
-
border-end-end-radius: 0;
|
|
22119
|
-
border-end-start-radius: inherit;
|
|
22120
|
-
border-inline-end-width: 0;
|
|
22121
|
-
border-inline-start-width: var(--v-field-border-width);
|
|
22122
|
-
}
|
|
22123
|
-
|
|
22124
|
-
/* endregion */
|
|
22125
|
-
/* region LOADER */
|
|
22126
|
-
.v-field__loader {
|
|
22127
|
-
top: calc(100% - 2px);
|
|
22128
|
-
left: 0;
|
|
22129
|
-
position: absolute;
|
|
22130
|
-
right: 0;
|
|
22131
|
-
width: 100%;
|
|
22132
|
-
border-top-left-radius: 0;
|
|
22133
|
-
border-top-right-radius: 0;
|
|
22134
|
-
border-bottom-left-radius: inherit;
|
|
22135
|
-
border-bottom-right-radius: inherit;
|
|
22136
|
-
overflow: hidden;
|
|
22137
|
-
}
|
|
22138
|
-
.v-field--variant-outlined .v-field__loader {
|
|
22139
|
-
top: calc(100% - 3px);
|
|
22140
|
-
width: calc(100% - 1px * 2);
|
|
22141
|
-
left: 1px;
|
|
22142
|
-
}
|
|
22143
|
-
|
|
22144
|
-
/* endregion */
|
|
22145
|
-
/* region OVERLAY */
|
|
22146
|
-
.v-field__overlay {
|
|
22147
|
-
border-radius: inherit;
|
|
22148
|
-
pointer-events: none;
|
|
22149
|
-
position: absolute;
|
|
22150
|
-
top: 0;
|
|
22151
|
-
left: 0;
|
|
22152
|
-
width: 100%;
|
|
22153
|
-
height: 100%;
|
|
22154
|
-
}
|
|
22155
|
-
|
|
22156
|
-
.v-field--variant-filled .v-field__overlay {
|
|
22157
|
-
background-color: currentColor;
|
|
22158
|
-
opacity: 0.04;
|
|
22159
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22160
|
-
}
|
|
22161
|
-
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
|
22162
|
-
opacity: 0;
|
|
22163
|
-
}
|
|
22164
|
-
@media (hover: hover) {
|
|
22165
|
-
.v-field--variant-filled:hover .v-field__overlay {
|
|
22166
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22167
|
-
}
|
|
22168
|
-
}
|
|
22169
|
-
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
|
22170
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22171
|
-
}
|
|
22172
|
-
|
|
22173
|
-
.v-field--variant-solo-filled .v-field__overlay {
|
|
22174
|
-
background-color: currentColor;
|
|
22175
|
-
opacity: 0.04;
|
|
22176
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22177
|
-
}
|
|
22178
|
-
@media (hover: hover) {
|
|
22179
|
-
.v-field--variant-solo-filled:hover .v-field__overlay {
|
|
22180
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22181
|
-
}
|
|
22182
|
-
}
|
|
22183
|
-
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
|
22184
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22185
|
-
}
|
|
22186
|
-
|
|
22187
|
-
.v-field--variant-solo-inverted .v-field__overlay {
|
|
22188
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22189
|
-
}
|
|
22190
|
-
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
|
22191
|
-
opacity: 0;
|
|
22192
|
-
}
|
|
22193
|
-
@media (hover: hover) {
|
|
22194
|
-
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
|
22195
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22196
|
-
}
|
|
22197
|
-
}
|
|
22198
|
-
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
|
22199
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
22200
|
-
opacity: 1;
|
|
22201
|
-
}
|
|
22202
|
-
|
|
22203
|
-
/* endregion */
|
|
22204
|
-
/* region MODIFIERS */
|
|
22205
|
-
.v-field--reverse .v-field__field,
|
|
22206
|
-
.v-field--reverse .v-field__input,
|
|
22207
|
-
.v-field--reverse .v-field__outline {
|
|
22208
|
-
flex-direction: row-reverse;
|
|
22209
|
-
}
|
|
22210
|
-
.v-field--reverse .v-field__input, .v-field--reverse input {
|
|
22211
|
-
text-align: end;
|
|
22212
|
-
}
|
|
22213
|
-
|
|
22214
|
-
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
|
22215
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
|
22216
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
|
22217
|
-
}
|
|
22218
|
-
|
|
22219
|
-
.v-field--loading .v-field__outline::after,
|
|
22220
|
-
.v-field--loading .v-field__outline::before {
|
|
22221
|
-
opacity: 0;
|
|
22222
|
-
}
|
|
22223
|
-
|
|
22224
|
-
/* endregion */.v-expansion-panel {
|
|
22225
|
-
background-color: rgb(var(--v-theme-surface));
|
|
22226
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22227
|
-
}
|
|
22228
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
22229
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22230
|
-
}
|
|
22231
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
22232
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
22233
|
-
}
|
|
22234
|
-
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
22235
|
-
opacity: 0.4615384615;
|
|
22236
|
-
}
|
|
22237
|
-
|
|
22238
|
-
.v-expansion-panels {
|
|
22239
|
-
display: flex;
|
|
22240
|
-
flex-wrap: wrap;
|
|
22241
|
-
justify-content: center;
|
|
22242
|
-
list-style-type: none;
|
|
22243
|
-
padding: 0;
|
|
22244
|
-
width: 100%;
|
|
22245
|
-
position: relative;
|
|
22246
|
-
z-index: 1;
|
|
22247
|
-
}
|
|
22248
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
22249
|
-
border-bottom-left-radius: 0 !important;
|
|
22250
|
-
border-bottom-right-radius: 0 !important;
|
|
22251
|
-
}
|
|
22252
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
22253
|
-
border-top-left-radius: 0 !important;
|
|
22254
|
-
border-top-right-radius: 0 !important;
|
|
22255
|
-
}
|
|
22256
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
22257
|
-
border-bottom-left-radius: 0 !important;
|
|
22258
|
-
border-bottom-right-radius: 0 !important;
|
|
22259
|
-
}
|
|
22260
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
22261
|
-
border-top-left-radius: 0 !important;
|
|
22262
|
-
border-top-right-radius: 0 !important;
|
|
22263
|
-
}
|
|
22264
|
-
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
|
22265
|
-
border-bottom-left-radius: 0 !important;
|
|
22266
|
-
border-bottom-right-radius: 0 !important;
|
|
22267
|
-
}
|
|
22268
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
|
22269
|
-
border-top-left-radius: 0 !important;
|
|
22270
|
-
border-top-right-radius: 0 !important;
|
|
22271
|
-
}
|
|
22272
|
-
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
|
22273
|
-
border-bottom-left-radius: initial;
|
|
22274
|
-
border-bottom-right-radius: initial;
|
|
22275
|
-
}
|
|
22276
|
-
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
|
22277
|
-
border-radius: 0 !important;
|
|
22278
|
-
}
|
|
22279
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
22280
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
22281
|
-
}
|
|
22282
|
-
|
|
22283
|
-
.v-expansion-panel {
|
|
22284
|
-
flex: 1 0 100%;
|
|
22285
|
-
max-width: 100%;
|
|
22286
|
-
position: relative;
|
|
22287
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
22288
|
-
transition-property: margin-top, border-radius, border, max-width;
|
|
22289
|
-
border-radius: 4px;
|
|
22290
|
-
}
|
|
22291
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
22292
|
-
border-top-style: solid;
|
|
22293
|
-
border-top-width: thin;
|
|
22294
|
-
content: "";
|
|
22295
|
-
left: 0;
|
|
22296
|
-
position: absolute;
|
|
22297
|
-
right: 0;
|
|
22298
|
-
top: 0;
|
|
22299
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22300
|
-
}
|
|
22301
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
22302
|
-
pointer-events: none;
|
|
22303
|
-
}
|
|
22304
|
-
.v-expansion-panel--active:not(:first-child),
|
|
22305
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
|
22306
|
-
margin-top: 16px;
|
|
22307
|
-
}
|
|
22308
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
|
22309
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
22310
|
-
opacity: 0;
|
|
22311
|
-
}
|
|
22312
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
22313
|
-
border-bottom-left-radius: 0;
|
|
22314
|
-
border-bottom-right-radius: 0;
|
|
22315
|
-
}
|
|
22316
|
-
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
|
22317
|
-
min-height: 64px;
|
|
22318
|
-
}
|
|
22319
|
-
|
|
22320
|
-
.v-expansion-panel__shadow {
|
|
22241
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
|
22242
|
+
opacity: var(--v-field-border-opacity);
|
|
22243
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22244
|
+
content: "";
|
|
22321
22245
|
position: absolute;
|
|
22322
22246
|
top: 0;
|
|
22323
22247
|
left: 0;
|
|
22324
22248
|
width: 100%;
|
|
22325
22249
|
height: 100%;
|
|
22326
|
-
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));
|
|
22327
|
-
border-radius: inherit;
|
|
22328
|
-
z-index: -1;
|
|
22329
|
-
}
|
|
22330
|
-
|
|
22331
|
-
.v-expansion-panel-title {
|
|
22332
|
-
align-items: center;
|
|
22333
|
-
text-align: start;
|
|
22334
|
-
border-radius: inherit;
|
|
22335
|
-
display: flex;
|
|
22336
|
-
font-size: 0.9375rem;
|
|
22337
|
-
line-height: 1;
|
|
22338
|
-
min-height: 48px;
|
|
22339
|
-
outline: none;
|
|
22340
|
-
padding: 16px 24px;
|
|
22341
|
-
position: relative;
|
|
22342
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22343
|
-
width: 100%;
|
|
22344
|
-
justify-content: space-between;
|
|
22345
22250
|
}
|
|
22346
|
-
.v-
|
|
22347
|
-
|
|
22251
|
+
.v-field--variant-outlined .v-field__outline__notch::before {
|
|
22252
|
+
border-width: var(--v-field-border-width) 0 0;
|
|
22348
22253
|
}
|
|
22349
|
-
.v-
|
|
22350
|
-
|
|
22254
|
+
.v-field--variant-outlined .v-field__outline__notch::after {
|
|
22255
|
+
bottom: 0;
|
|
22256
|
+
border-width: 0 0 var(--v-field-border-width);
|
|
22351
22257
|
}
|
|
22352
|
-
|
|
22353
|
-
|
|
22354
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22355
|
-
}
|
|
22258
|
+
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
|
|
22259
|
+
opacity: 0;
|
|
22356
22260
|
}
|
|
22357
|
-
|
|
22358
|
-
|
|
22261
|
+
|
|
22262
|
+
.v-field--variant-outlined .v-field__outline__end {
|
|
22263
|
+
flex: 1;
|
|
22264
|
+
border-top-width: var(--v-field-border-width);
|
|
22265
|
+
border-bottom-width: var(--v-field-border-width);
|
|
22266
|
+
border-inline-end-width: var(--v-field-border-width);
|
|
22267
|
+
border-start-start-radius: 0;
|
|
22268
|
+
border-start-end-radius: inherit;
|
|
22269
|
+
border-end-end-radius: inherit;
|
|
22270
|
+
border-end-start-radius: 0;
|
|
22359
22271
|
}
|
|
22360
|
-
.v-
|
|
22361
|
-
|
|
22272
|
+
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
|
|
22273
|
+
border-start-start-radius: inherit;
|
|
22274
|
+
border-start-end-radius: 0;
|
|
22275
|
+
border-end-end-radius: 0;
|
|
22276
|
+
border-end-start-radius: inherit;
|
|
22277
|
+
border-inline-end-width: 0;
|
|
22278
|
+
border-inline-start-width: var(--v-field-border-width);
|
|
22362
22279
|
}
|
|
22363
|
-
|
|
22364
|
-
|
|
22280
|
+
|
|
22281
|
+
/* endregion */
|
|
22282
|
+
/* region LOADER */
|
|
22283
|
+
.v-field__loader {
|
|
22284
|
+
top: calc(100% - 2px);
|
|
22285
|
+
left: 0;
|
|
22286
|
+
position: absolute;
|
|
22287
|
+
right: 0;
|
|
22288
|
+
width: 100%;
|
|
22289
|
+
border-top-left-radius: 0;
|
|
22290
|
+
border-top-right-radius: 0;
|
|
22291
|
+
border-bottom-left-radius: inherit;
|
|
22292
|
+
border-bottom-right-radius: inherit;
|
|
22293
|
+
overflow: hidden;
|
|
22365
22294
|
}
|
|
22366
|
-
|
|
22367
|
-
|
|
22368
|
-
|
|
22369
|
-
|
|
22295
|
+
.v-field--variant-outlined .v-field__loader {
|
|
22296
|
+
top: calc(100% - 3px);
|
|
22297
|
+
width: calc(100% - 1px * 2);
|
|
22298
|
+
left: 1px;
|
|
22370
22299
|
}
|
|
22371
22300
|
|
|
22372
|
-
|
|
22301
|
+
/* endregion */
|
|
22302
|
+
/* region OVERLAY */
|
|
22303
|
+
.v-field__overlay {
|
|
22304
|
+
border-radius: inherit;
|
|
22305
|
+
pointer-events: none;
|
|
22373
22306
|
position: absolute;
|
|
22374
22307
|
top: 0;
|
|
22375
22308
|
left: 0;
|
|
22376
22309
|
width: 100%;
|
|
22377
22310
|
height: 100%;
|
|
22311
|
+
}
|
|
22312
|
+
|
|
22313
|
+
.v-field--variant-filled .v-field__overlay {
|
|
22378
22314
|
background-color: currentColor;
|
|
22379
|
-
|
|
22315
|
+
opacity: 0.04;
|
|
22316
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22317
|
+
}
|
|
22318
|
+
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
|
22380
22319
|
opacity: 0;
|
|
22381
22320
|
}
|
|
22382
|
-
|
|
22383
|
-
.v-
|
|
22384
|
-
|
|
22385
|
-
|
|
22386
|
-
|
|
22387
|
-
|
|
22388
|
-
|
|
22389
|
-
margin-inline-start: auto;
|
|
22321
|
+
@media (hover: hover) {
|
|
22322
|
+
.v-field--variant-filled:hover .v-field__overlay {
|
|
22323
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22324
|
+
}
|
|
22325
|
+
}
|
|
22326
|
+
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
|
22327
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22390
22328
|
}
|
|
22391
22329
|
|
|
22392
|
-
.v-
|
|
22393
|
-
|
|
22330
|
+
.v-field--variant-solo-filled .v-field__overlay {
|
|
22331
|
+
background-color: currentColor;
|
|
22332
|
+
opacity: 0.04;
|
|
22333
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22394
22334
|
}
|
|
22395
|
-
|
|
22396
|
-
|
|
22397
|
-
|
|
22398
|
-
|
|
22335
|
+
@media (hover: hover) {
|
|
22336
|
+
.v-field--variant-solo-filled:hover .v-field__overlay {
|
|
22337
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22338
|
+
}
|
|
22339
|
+
}
|
|
22340
|
+
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
|
22341
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22399
22342
|
}
|
|
22400
22343
|
|
|
22401
|
-
.v-
|
|
22402
|
-
|
|
22344
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
|
22345
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
22403
22346
|
}
|
|
22404
|
-
.v-
|
|
22405
|
-
opacity:
|
|
22347
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
|
22348
|
+
opacity: 0;
|
|
22406
22349
|
}
|
|
22407
|
-
|
|
22408
|
-
.v-
|
|
22409
|
-
|
|
22350
|
+
@media (hover: hover) {
|
|
22351
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
|
22352
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22353
|
+
}
|
|
22410
22354
|
}
|
|
22411
|
-
.v-
|
|
22412
|
-
|
|
22355
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
|
22356
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
22357
|
+
opacity: 1;
|
|
22413
22358
|
}
|
|
22414
22359
|
|
|
22415
|
-
|
|
22416
|
-
|
|
22360
|
+
/* endregion */
|
|
22361
|
+
/* region MODIFIERS */
|
|
22362
|
+
.v-field--reverse .v-field__field,
|
|
22363
|
+
.v-field--reverse .v-field__input,
|
|
22364
|
+
.v-field--reverse .v-field__outline {
|
|
22365
|
+
flex-direction: row-reverse;
|
|
22417
22366
|
}
|
|
22418
|
-
.v-
|
|
22419
|
-
|
|
22367
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
|
22368
|
+
text-align: end;
|
|
22420
22369
|
}
|
|
22421
22370
|
|
|
22422
|
-
.v-
|
|
22423
|
-
|
|
22424
|
-
|
|
22425
|
-
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
|
22426
|
-
display: none;
|
|
22371
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
|
22372
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
|
22373
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
|
22427
22374
|
}
|
|
22428
22375
|
|
|
22429
|
-
.v-
|
|
22430
|
-
|
|
22376
|
+
.v-field--loading .v-field__outline::after,
|
|
22377
|
+
.v-field--loading .v-field__outline::before {
|
|
22378
|
+
opacity: 0;
|
|
22431
22379
|
}
|
|
22432
|
-
|
|
22433
|
-
|
|
22434
|
-
}.v-footer {
|
|
22380
|
+
|
|
22381
|
+
/* endregion */.v-fab {
|
|
22435
22382
|
align-items: center;
|
|
22436
|
-
display: flex;
|
|
22383
|
+
display: inline-flex;
|
|
22437
22384
|
flex: 1 1 auto;
|
|
22438
|
-
|
|
22385
|
+
pointer-events: none;
|
|
22439
22386
|
position: relative;
|
|
22440
|
-
transition: 0.2s
|
|
22441
|
-
transition-
|
|
22442
|
-
|
|
22443
|
-
border-style: solid;
|
|
22444
|
-
border-width: 0;
|
|
22445
|
-
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));
|
|
22446
|
-
border-radius: 0;
|
|
22447
|
-
background: rgb(var(--v-theme-surface));
|
|
22448
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22387
|
+
transition-duration: 0.2s;
|
|
22388
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22389
|
+
vertical-align: middle;
|
|
22449
22390
|
}
|
|
22450
|
-
.v-
|
|
22451
|
-
|
|
22452
|
-
box-shadow: none;
|
|
22391
|
+
.v-fab .v-btn {
|
|
22392
|
+
pointer-events: auto;
|
|
22453
22393
|
}
|
|
22454
|
-
.v-
|
|
22394
|
+
.v-fab .v-btn--variant-elevated {
|
|
22395
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22396
|
+
}
|
|
22397
|
+
.v-fab--app, .v-fab--absolute {
|
|
22398
|
+
display: flex;
|
|
22399
|
+
}
|
|
22400
|
+
.v-fab--start, .v-fab--left {
|
|
22401
|
+
justify-content: flex-start;
|
|
22402
|
+
}
|
|
22403
|
+
.v-fab--center {
|
|
22404
|
+
align-items: center;
|
|
22405
|
+
justify-content: center;
|
|
22406
|
+
}
|
|
22407
|
+
.v-fab--end, .v-fab--right {
|
|
22408
|
+
justify-content: flex-end;
|
|
22409
|
+
}
|
|
22410
|
+
.v-fab--bottom {
|
|
22411
|
+
align-items: flex-end;
|
|
22412
|
+
}
|
|
22413
|
+
.v-fab--top {
|
|
22414
|
+
align-items: flex-start;
|
|
22415
|
+
}
|
|
22416
|
+
.v-fab--extended .v-btn {
|
|
22417
|
+
border-radius: 9999px !important;
|
|
22418
|
+
}
|
|
22419
|
+
|
|
22420
|
+
.v-fab__container {
|
|
22421
|
+
align-self: center;
|
|
22422
|
+
display: inline-flex;
|
|
22455
22423
|
position: absolute;
|
|
22424
|
+
vertical-align: middle;
|
|
22456
22425
|
}
|
|
22457
|
-
.v-
|
|
22458
|
-
|
|
22426
|
+
.v-fab--app .v-fab__container {
|
|
22427
|
+
margin: 12px;
|
|
22459
22428
|
}
|
|
22460
|
-
.v-
|
|
22461
|
-
|
|
22429
|
+
.v-fab--absolute .v-fab__container {
|
|
22430
|
+
position: absolute;
|
|
22431
|
+
z-index: 4;
|
|
22432
|
+
}
|
|
22433
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
22434
|
+
transform: translateY(-50%);
|
|
22435
|
+
}
|
|
22436
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
22437
|
+
transform: translateY(50%);
|
|
22438
|
+
}
|
|
22439
|
+
.v-fab--top .v-fab__container {
|
|
22440
|
+
top: 0;
|
|
22441
|
+
}
|
|
22442
|
+
.v-fab--bottom .v-fab__container {
|
|
22443
|
+
bottom: 0;
|
|
22444
|
+
}
|
|
22445
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
22446
|
+
left: 0;
|
|
22447
|
+
}
|
|
22448
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
22449
|
+
right: 0;
|
|
22462
22450
|
}.v-file-input--hide.v-input .v-field,
|
|
22463
22451
|
.v-file-input--hide.v-input .v-input__control,
|
|
22464
22452
|
.v-file-input--hide.v-input .v-input__details {
|
|
@@ -22488,6 +22476,34 @@ textarea.v-field__input::placeholder {
|
|
|
22488
22476
|
}
|
|
22489
22477
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
22490
22478
|
padding-inline: 0;
|
|
22479
|
+
}.v-footer {
|
|
22480
|
+
align-items: center;
|
|
22481
|
+
display: flex;
|
|
22482
|
+
flex: 1 1 auto;
|
|
22483
|
+
padding: 8px 16px;
|
|
22484
|
+
position: relative;
|
|
22485
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22486
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
22487
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22488
|
+
border-style: solid;
|
|
22489
|
+
border-width: 0;
|
|
22490
|
+
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));
|
|
22491
|
+
border-radius: 0;
|
|
22492
|
+
background: rgb(var(--v-theme-surface));
|
|
22493
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22494
|
+
}
|
|
22495
|
+
.v-footer--border {
|
|
22496
|
+
border-width: thin;
|
|
22497
|
+
box-shadow: none;
|
|
22498
|
+
}
|
|
22499
|
+
.v-footer--absolute {
|
|
22500
|
+
position: absolute;
|
|
22501
|
+
}
|
|
22502
|
+
.v-footer--fixed {
|
|
22503
|
+
position: fixed;
|
|
22504
|
+
}
|
|
22505
|
+
.v-footer--rounded {
|
|
22506
|
+
border-radius: 4px;
|
|
22491
22507
|
}.v-icon {
|
|
22492
22508
|
--v-icon-size-multiplier: 1;
|
|
22493
22509
|
align-items: center;
|
|
@@ -22602,21 +22618,11 @@ textarea.v-field__input::placeholder {
|
|
|
22602
22618
|
display: flex;
|
|
22603
22619
|
justify-content: center;
|
|
22604
22620
|
padding: 8px;
|
|
22605
|
-
}.v-
|
|
22606
|
-
|
|
22621
|
+
}.v-item-group {
|
|
22622
|
+
flex: 0 1 auto;
|
|
22623
|
+
max-width: 100%;
|
|
22624
|
+
position: relative;
|
|
22607
22625
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22608
|
-
}
|
|
22609
|
-
|
|
22610
|
-
.v-layout-item--absolute {
|
|
22611
|
-
position: absolute;
|
|
22612
|
-
}.v-layout {
|
|
22613
|
-
--v-scrollbar-offset: 0px;
|
|
22614
|
-
display: flex;
|
|
22615
|
-
flex: 1 1 auto;
|
|
22616
|
-
}
|
|
22617
|
-
.v-layout--full-height {
|
|
22618
|
-
--v-scrollbar-offset: inherit;
|
|
22619
|
-
height: 100%;
|
|
22620
22626
|
}.v-input {
|
|
22621
22627
|
display: grid;
|
|
22622
22628
|
flex: 1 1 auto;
|
|
@@ -22774,13 +22780,6 @@ textarea.v-field__input::placeholder {
|
|
|
22774
22780
|
|
|
22775
22781
|
.v-label--clickable {
|
|
22776
22782
|
cursor: pointer;
|
|
22777
|
-
}.v-item-group {
|
|
22778
|
-
flex: 0 1 auto;
|
|
22779
|
-
max-width: 100%;
|
|
22780
|
-
position: relative;
|
|
22781
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22782
|
-
}.v-locale-provider {
|
|
22783
|
-
display: contents;
|
|
22784
22783
|
}.v-list {
|
|
22785
22784
|
overflow: auto;
|
|
22786
22785
|
padding: 8px 0;
|
|
@@ -23336,19 +23335,39 @@ textarea.v-field__input::placeholder {
|
|
|
23336
23335
|
}
|
|
23337
23336
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
23338
23337
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23339
|
-
}.v-
|
|
23338
|
+
}.v-messages {
|
|
23339
|
+
flex: 1 1 auto;
|
|
23340
|
+
font-size: 12px;
|
|
23341
|
+
min-height: 14px;
|
|
23342
|
+
min-width: 1px;
|
|
23343
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23344
|
+
position: relative;
|
|
23345
|
+
}
|
|
23346
|
+
.v-messages__message {
|
|
23347
|
+
line-height: 12px;
|
|
23348
|
+
word-break: break-word;
|
|
23349
|
+
overflow-wrap: break-word;
|
|
23350
|
+
word-wrap: break-word;
|
|
23351
|
+
-webkit-hyphens: auto;
|
|
23352
|
+
hyphens: auto;
|
|
23353
|
+
transition-duration: 150ms;
|
|
23354
|
+
}.v-layout-item {
|
|
23355
|
+
position: absolute;
|
|
23356
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23357
|
+
}
|
|
23358
|
+
|
|
23359
|
+
.v-layout-item--absolute {
|
|
23360
|
+
position: absolute;
|
|
23361
|
+
}.v-layout {
|
|
23362
|
+
--v-scrollbar-offset: 0px;
|
|
23340
23363
|
display: flex;
|
|
23341
|
-
flex
|
|
23342
|
-
border-radius: 4px;
|
|
23364
|
+
flex: 1 1 auto;
|
|
23343
23365
|
}
|
|
23344
|
-
.v-
|
|
23345
|
-
|
|
23346
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
23347
|
-
background: rgb(var(--v-theme-surface));
|
|
23348
|
-
border-radius: inherit;
|
|
23349
|
-
overflow: auto;
|
|
23366
|
+
.v-layout--full-height {
|
|
23367
|
+
--v-scrollbar-offset: inherit;
|
|
23350
23368
|
height: 100%;
|
|
23351
|
-
|
|
23369
|
+
}.v-locale-provider {
|
|
23370
|
+
display: contents;
|
|
23352
23371
|
}.v-main {
|
|
23353
23372
|
flex: 1 0 auto;
|
|
23354
23373
|
max-width: 100%;
|
|
@@ -23377,22 +23396,19 @@ textarea.v-field__input::placeholder {
|
|
|
23377
23396
|
--v-layout-right: 0px;
|
|
23378
23397
|
--v-layout-top: 0px;
|
|
23379
23398
|
--v-layout-bottom: 0px;
|
|
23380
|
-
}.v-
|
|
23381
|
-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
min-width: 1px;
|
|
23385
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23386
|
-
position: relative;
|
|
23399
|
+
}.v-menu > .v-overlay__content {
|
|
23400
|
+
display: flex;
|
|
23401
|
+
flex-direction: column;
|
|
23402
|
+
border-radius: 4px;
|
|
23387
23403
|
}
|
|
23388
|
-
.v-
|
|
23389
|
-
|
|
23390
|
-
|
|
23391
|
-
|
|
23392
|
-
|
|
23393
|
-
|
|
23394
|
-
|
|
23395
|
-
|
|
23404
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
23405
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
23406
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
23407
|
+
background: rgb(var(--v-theme-surface));
|
|
23408
|
+
border-radius: inherit;
|
|
23409
|
+
overflow: auto;
|
|
23410
|
+
height: 100%;
|
|
23411
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23396
23412
|
}.v-navigation-drawer {
|
|
23397
23413
|
-webkit-overflow-scrolling: touch;
|
|
23398
23414
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23421,7 +23437,7 @@ textarea.v-field__input::placeholder {
|
|
|
23421
23437
|
}
|
|
23422
23438
|
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
23423
23439
|
max-height: -webkit-fill-available;
|
|
23424
|
-
overflow-y:
|
|
23440
|
+
overflow-y: auto;
|
|
23425
23441
|
}
|
|
23426
23442
|
.v-navigation-drawer--top {
|
|
23427
23443
|
top: 0;
|
|
@@ -23495,6 +23511,70 @@ textarea.v-field__input::placeholder {
|
|
|
23495
23511
|
.v-navigation-drawer__append {
|
|
23496
23512
|
flex: none;
|
|
23497
23513
|
overflow: hidden;
|
|
23514
|
+
}.v-otp-input {
|
|
23515
|
+
border-radius: 4px;
|
|
23516
|
+
align-items: center;
|
|
23517
|
+
display: flex;
|
|
23518
|
+
justify-content: center;
|
|
23519
|
+
padding: 0.5rem 0;
|
|
23520
|
+
position: relative;
|
|
23521
|
+
}
|
|
23522
|
+
.v-otp-input .v-field {
|
|
23523
|
+
height: 100%;
|
|
23524
|
+
}
|
|
23525
|
+
|
|
23526
|
+
.v-otp-input__divider {
|
|
23527
|
+
margin: 0 8px;
|
|
23528
|
+
}
|
|
23529
|
+
|
|
23530
|
+
.v-otp-input__content {
|
|
23531
|
+
align-items: center;
|
|
23532
|
+
display: flex;
|
|
23533
|
+
gap: 0.5rem;
|
|
23534
|
+
height: 64px;
|
|
23535
|
+
padding: 0.5rem;
|
|
23536
|
+
justify-content: center;
|
|
23537
|
+
max-width: 320px;
|
|
23538
|
+
position: relative;
|
|
23539
|
+
border-radius: inherit;
|
|
23540
|
+
}
|
|
23541
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23542
|
+
max-width: 360px;
|
|
23543
|
+
}
|
|
23544
|
+
|
|
23545
|
+
.v-otp-input__field {
|
|
23546
|
+
color: inherit;
|
|
23547
|
+
font-size: 1.25rem;
|
|
23548
|
+
height: 100%;
|
|
23549
|
+
outline: none;
|
|
23550
|
+
text-align: center;
|
|
23551
|
+
width: 100%;
|
|
23552
|
+
}
|
|
23553
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23554
|
+
-webkit-appearance: none;
|
|
23555
|
+
margin: 0;
|
|
23556
|
+
}
|
|
23557
|
+
.v-otp-input__field[type=number] {
|
|
23558
|
+
-moz-appearance: textfield;
|
|
23559
|
+
}
|
|
23560
|
+
|
|
23561
|
+
.v-otp-input__loader {
|
|
23562
|
+
align-items: center;
|
|
23563
|
+
display: flex;
|
|
23564
|
+
height: 100%;
|
|
23565
|
+
justify-content: center;
|
|
23566
|
+
width: 100%;
|
|
23567
|
+
}
|
|
23568
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23569
|
+
position: absolute;
|
|
23570
|
+
}.v-pagination__list {
|
|
23571
|
+
display: inline-flex;
|
|
23572
|
+
list-style-type: none;
|
|
23573
|
+
justify-content: center;
|
|
23574
|
+
width: 100%;
|
|
23575
|
+
}
|
|
23576
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23577
|
+
margin: 0.3rem;
|
|
23498
23578
|
}.v-overlay-container {
|
|
23499
23579
|
contain: layout;
|
|
23500
23580
|
left: 0;
|
|
@@ -23544,90 +23624,20 @@ html.v-overlay-scroll-blocked {
|
|
|
23544
23624
|
left: 0;
|
|
23545
23625
|
opacity: var(--v-overlay-opacity, 0.32);
|
|
23546
23626
|
position: fixed;
|
|
23547
|
-
right: 0;
|
|
23548
|
-
top: 0;
|
|
23549
|
-
}
|
|
23550
|
-
|
|
23551
|
-
.v-overlay--absolute {
|
|
23552
|
-
position: absolute;
|
|
23553
|
-
}
|
|
23554
|
-
|
|
23555
|
-
.v-overlay--contained .v-overlay__scrim {
|
|
23556
|
-
position: absolute;
|
|
23557
|
-
}
|
|
23558
|
-
|
|
23559
|
-
.v-overlay--scroll-blocked {
|
|
23560
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23561
|
-
}.v-pagination__list {
|
|
23562
|
-
display: inline-flex;
|
|
23563
|
-
list-style-type: none;
|
|
23564
|
-
justify-content: center;
|
|
23565
|
-
width: 100%;
|
|
23566
|
-
}
|
|
23567
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
23568
|
-
margin: 0.3rem;
|
|
23569
|
-
}.v-otp-input {
|
|
23570
|
-
border-radius: 4px;
|
|
23571
|
-
align-items: center;
|
|
23572
|
-
display: flex;
|
|
23573
|
-
justify-content: center;
|
|
23574
|
-
padding: 0.5rem 0;
|
|
23575
|
-
position: relative;
|
|
23576
|
-
}
|
|
23577
|
-
.v-otp-input .v-field {
|
|
23578
|
-
height: 100%;
|
|
23579
|
-
}
|
|
23580
|
-
|
|
23581
|
-
.v-otp-input__divider {
|
|
23582
|
-
margin: 0 8px;
|
|
23583
|
-
}
|
|
23584
|
-
|
|
23585
|
-
.v-otp-input__content {
|
|
23586
|
-
align-items: center;
|
|
23587
|
-
display: flex;
|
|
23588
|
-
gap: 0.5rem;
|
|
23589
|
-
height: 64px;
|
|
23590
|
-
padding: 0.5rem;
|
|
23591
|
-
justify-content: center;
|
|
23592
|
-
max-width: 320px;
|
|
23593
|
-
position: relative;
|
|
23594
|
-
border-radius: inherit;
|
|
23595
|
-
}
|
|
23596
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23597
|
-
max-width: 360px;
|
|
23598
|
-
}
|
|
23599
|
-
|
|
23600
|
-
.v-otp-input__field {
|
|
23601
|
-
color: inherit;
|
|
23602
|
-
font-size: 1.25rem;
|
|
23603
|
-
height: 100%;
|
|
23604
|
-
outline: none;
|
|
23605
|
-
text-align: center;
|
|
23606
|
-
width: 100%;
|
|
23607
|
-
}
|
|
23608
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23609
|
-
-webkit-appearance: none;
|
|
23610
|
-
margin: 0;
|
|
23611
|
-
}
|
|
23612
|
-
.v-otp-input__field[type=number] {
|
|
23613
|
-
-moz-appearance: textfield;
|
|
23627
|
+
right: 0;
|
|
23628
|
+
top: 0;
|
|
23614
23629
|
}
|
|
23615
23630
|
|
|
23616
|
-
.v-
|
|
23617
|
-
|
|
23618
|
-
display: flex;
|
|
23619
|
-
height: 100%;
|
|
23620
|
-
justify-content: center;
|
|
23621
|
-
width: 100%;
|
|
23631
|
+
.v-overlay--absolute {
|
|
23632
|
+
position: absolute;
|
|
23622
23633
|
}
|
|
23623
|
-
|
|
23634
|
+
|
|
23635
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23624
23636
|
position: absolute;
|
|
23625
|
-
}.v-parallax {
|
|
23626
|
-
position: relative;
|
|
23627
|
-
overflow: hidden;
|
|
23628
23637
|
}
|
|
23629
|
-
|
|
23630
|
-
|
|
23638
|
+
|
|
23639
|
+
.v-overlay--scroll-blocked {
|
|
23640
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23631
23641
|
}.v-progress-circular {
|
|
23632
23642
|
align-items: center;
|
|
23633
23643
|
display: inline-flex;
|
|
@@ -23941,72 +23951,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23941
23951
|
0% {
|
|
23942
23952
|
background-position-x: var(--v-progress-linear-height);
|
|
23943
23953
|
}
|
|
23944
|
-
}.v-
|
|
23945
|
-
max-width: 100%;
|
|
23946
|
-
display: inline-flex;
|
|
23947
|
-
white-space: nowrap;
|
|
23948
|
-
}
|
|
23949
|
-
.v-rating--readonly {
|
|
23950
|
-
pointer-events: none;
|
|
23951
|
-
}
|
|
23952
|
-
|
|
23953
|
-
.v-rating__wrapper {
|
|
23954
|
-
align-items: center;
|
|
23955
|
-
display: inline-flex;
|
|
23956
|
-
flex-direction: column;
|
|
23957
|
-
}
|
|
23958
|
-
.v-rating__wrapper--bottom {
|
|
23959
|
-
flex-direction: column-reverse;
|
|
23960
|
-
}
|
|
23961
|
-
|
|
23962
|
-
.v-rating__item {
|
|
23963
|
-
display: inline-flex;
|
|
23954
|
+
}.v-parallax {
|
|
23964
23955
|
position: relative;
|
|
23965
|
-
}
|
|
23966
|
-
.v-rating__item label {
|
|
23967
|
-
cursor: pointer;
|
|
23968
|
-
}
|
|
23969
|
-
.v-rating__item .v-btn--variant-plain {
|
|
23970
|
-
opacity: 1;
|
|
23971
|
-
}
|
|
23972
|
-
.v-rating__item .v-btn {
|
|
23973
|
-
transition-property: transform;
|
|
23974
|
-
}
|
|
23975
|
-
.v-rating__item .v-btn .v-icon {
|
|
23976
|
-
transition: inherit;
|
|
23977
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23978
|
-
}
|
|
23979
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
23980
|
-
transform: scale(1.25);
|
|
23981
|
-
}
|
|
23982
|
-
.v-rating__item--half {
|
|
23983
23956
|
overflow: hidden;
|
|
23984
|
-
position: absolute;
|
|
23985
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
23986
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
23987
|
-
z-index: 1;
|
|
23988
23957
|
}
|
|
23989
|
-
.v-
|
|
23990
|
-
|
|
23991
|
-
}
|
|
23992
|
-
|
|
23993
|
-
.v-rating__hidden {
|
|
23994
|
-
height: 0;
|
|
23995
|
-
opacity: 0;
|
|
23996
|
-
position: absolute;
|
|
23997
|
-
width: 0;
|
|
23998
|
-
}.v-radio-group > .v-input__control {
|
|
23999
|
-
flex-direction: column;
|
|
24000
|
-
}
|
|
24001
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
24002
|
-
margin-inline-start: 16px;
|
|
24003
|
-
}
|
|
24004
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24005
|
-
padding-inline-start: 6px;
|
|
24006
|
-
margin-top: 8px;
|
|
24007
|
-
}
|
|
24008
|
-
.v-radio-group .v-input__details {
|
|
24009
|
-
padding-inline: 16px;
|
|
23958
|
+
.v-parallax--active > .v-img__img {
|
|
23959
|
+
will-change: transform;
|
|
24010
23960
|
}.v-slider .v-slider__container input {
|
|
24011
23961
|
cursor: default;
|
|
24012
23962
|
padding: 0;
|
|
@@ -24064,32 +24014,128 @@ html.v-overlay-scroll-blocked {
|
|
|
24064
24014
|
|
|
24065
24015
|
.v-slider__label {
|
|
24066
24016
|
margin-inline-end: 12px;
|
|
24067
|
-
}.v-
|
|
24068
|
-
|
|
24069
|
-
flex: 1 0 auto;
|
|
24070
|
-
max-height: 100%;
|
|
24071
|
-
max-width: 100%;
|
|
24072
|
-
overflow: hidden;
|
|
24073
|
-
position: relative;
|
|
24017
|
+
}.v-radio-group > .v-input__control {
|
|
24018
|
+
flex-direction: column;
|
|
24074
24019
|
}
|
|
24075
|
-
.v-
|
|
24020
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
24021
|
+
margin-inline-start: 16px;
|
|
24022
|
+
}
|
|
24023
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24024
|
+
padding-inline-start: 6px;
|
|
24025
|
+
margin-top: 8px;
|
|
24026
|
+
}
|
|
24027
|
+
.v-radio-group .v-input__details {
|
|
24028
|
+
padding-inline: 16px;
|
|
24029
|
+
}.v-rating {
|
|
24030
|
+
max-width: 100%;
|
|
24076
24031
|
display: inline-flex;
|
|
24077
|
-
|
|
24032
|
+
white-space: nowrap;
|
|
24033
|
+
}
|
|
24034
|
+
.v-rating--readonly {
|
|
24035
|
+
pointer-events: none;
|
|
24078
24036
|
}
|
|
24079
24037
|
|
|
24080
|
-
.v-
|
|
24081
|
-
|
|
24082
|
-
|
|
24038
|
+
.v-rating__wrapper {
|
|
24039
|
+
align-items: center;
|
|
24040
|
+
display: inline-flex;
|
|
24041
|
+
flex-direction: column;
|
|
24042
|
+
}
|
|
24043
|
+
.v-rating__wrapper--bottom {
|
|
24044
|
+
flex-direction: column-reverse;
|
|
24083
24045
|
}
|
|
24084
24046
|
|
|
24085
|
-
.v-
|
|
24086
|
-
|
|
24047
|
+
.v-rating__item {
|
|
24048
|
+
display: inline-flex;
|
|
24049
|
+
position: relative;
|
|
24050
|
+
}
|
|
24051
|
+
.v-rating__item label {
|
|
24052
|
+
cursor: pointer;
|
|
24053
|
+
}
|
|
24054
|
+
.v-rating__item .v-btn--variant-plain {
|
|
24055
|
+
opacity: 1;
|
|
24056
|
+
}
|
|
24057
|
+
.v-rating__item .v-btn {
|
|
24058
|
+
transition-property: transform;
|
|
24059
|
+
}
|
|
24060
|
+
.v-rating__item .v-btn .v-icon {
|
|
24061
|
+
transition: inherit;
|
|
24062
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24063
|
+
}
|
|
24064
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
24065
|
+
transform: scale(1.25);
|
|
24066
|
+
}
|
|
24067
|
+
.v-rating__item--half {
|
|
24068
|
+
overflow: hidden;
|
|
24069
|
+
position: absolute;
|
|
24070
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
24071
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
24072
|
+
z-index: 1;
|
|
24073
|
+
}
|
|
24074
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
24075
|
+
opacity: 0;
|
|
24087
24076
|
}
|
|
24088
24077
|
|
|
24089
|
-
.v-
|
|
24090
|
-
|
|
24091
|
-
|
|
24078
|
+
.v-rating__hidden {
|
|
24079
|
+
height: 0;
|
|
24080
|
+
opacity: 0;
|
|
24081
|
+
position: absolute;
|
|
24082
|
+
width: 0;
|
|
24083
|
+
}.v-selection-control-group {
|
|
24084
|
+
grid-area: control;
|
|
24085
|
+
display: flex;
|
|
24086
|
+
flex-direction: column;
|
|
24087
|
+
}
|
|
24088
|
+
.v-selection-control-group--inline {
|
|
24089
|
+
flex-direction: row;
|
|
24090
|
+
flex-wrap: wrap;
|
|
24091
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
24092
|
+
.v-select .v-field .v-text-field__suffix,
|
|
24093
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
24094
|
+
cursor: pointer;
|
|
24095
|
+
}
|
|
24096
|
+
.v-select .v-field .v-field__input > input {
|
|
24097
|
+
align-self: flex-start;
|
|
24098
|
+
opacity: 1;
|
|
24099
|
+
flex: 0 0;
|
|
24100
|
+
position: absolute;
|
|
24101
|
+
width: 100%;
|
|
24102
|
+
transition: none;
|
|
24092
24103
|
pointer-events: none;
|
|
24104
|
+
caret-color: transparent;
|
|
24105
|
+
}
|
|
24106
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
24107
|
+
margin-inline-end: 2px;
|
|
24108
|
+
}
|
|
24109
|
+
.v-select .v-select__selection-text {
|
|
24110
|
+
overflow: hidden;
|
|
24111
|
+
text-overflow: ellipsis;
|
|
24112
|
+
white-space: nowrap;
|
|
24113
|
+
}
|
|
24114
|
+
.v-select__content {
|
|
24115
|
+
overflow: hidden;
|
|
24116
|
+
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));
|
|
24117
|
+
border-radius: 4px;
|
|
24118
|
+
}
|
|
24119
|
+
.v-select__selection {
|
|
24120
|
+
display: inline-flex;
|
|
24121
|
+
align-items: center;
|
|
24122
|
+
letter-spacing: inherit;
|
|
24123
|
+
line-height: inherit;
|
|
24124
|
+
max-width: 100%;
|
|
24125
|
+
}
|
|
24126
|
+
.v-select .v-select__selection:first-child {
|
|
24127
|
+
margin-inline-start: 0;
|
|
24128
|
+
}
|
|
24129
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
24130
|
+
opacity: 0;
|
|
24131
|
+
}
|
|
24132
|
+
.v-select__menu-icon {
|
|
24133
|
+
margin-inline-start: 4px;
|
|
24134
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24135
|
+
}
|
|
24136
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
24137
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
24138
|
+
transform: rotate(180deg);
|
|
24093
24139
|
}.v-selection-control {
|
|
24094
24140
|
align-items: center;
|
|
24095
24141
|
contain: layout;
|
|
@@ -24191,54 +24237,32 @@ html.v-overlay-scroll-blocked {
|
|
|
24191
24237
|
}
|
|
24192
24238
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24193
24239
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24194
|
-
}.v-
|
|
24195
|
-
|
|
24196
|
-
|
|
24197
|
-
|
|
24198
|
-
}
|
|
24199
|
-
.v-select .v-field .v-field__input > input {
|
|
24200
|
-
align-self: flex-start;
|
|
24201
|
-
opacity: 1;
|
|
24202
|
-
flex: 0 0;
|
|
24203
|
-
position: absolute;
|
|
24204
|
-
width: 100%;
|
|
24205
|
-
transition: none;
|
|
24206
|
-
pointer-events: none;
|
|
24207
|
-
caret-color: transparent;
|
|
24208
|
-
}
|
|
24209
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
24210
|
-
margin-inline-end: 2px;
|
|
24211
|
-
}
|
|
24212
|
-
.v-select .v-select__selection-text {
|
|
24213
|
-
overflow: hidden;
|
|
24214
|
-
text-overflow: ellipsis;
|
|
24215
|
-
white-space: nowrap;
|
|
24216
|
-
}
|
|
24217
|
-
.v-select__content {
|
|
24218
|
-
overflow: hidden;
|
|
24219
|
-
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));
|
|
24220
|
-
border-radius: 4px;
|
|
24221
|
-
}
|
|
24222
|
-
.v-select__selection {
|
|
24223
|
-
display: inline-flex;
|
|
24224
|
-
align-items: center;
|
|
24225
|
-
letter-spacing: inherit;
|
|
24226
|
-
line-height: inherit;
|
|
24240
|
+
}.v-responsive {
|
|
24241
|
+
display: flex;
|
|
24242
|
+
flex: 1 0 auto;
|
|
24243
|
+
max-height: 100%;
|
|
24227
24244
|
max-width: 100%;
|
|
24245
|
+
overflow: hidden;
|
|
24246
|
+
position: relative;
|
|
24228
24247
|
}
|
|
24229
|
-
.v-
|
|
24230
|
-
|
|
24248
|
+
.v-responsive--inline {
|
|
24249
|
+
display: inline-flex;
|
|
24250
|
+
flex: 0 0 auto;
|
|
24231
24251
|
}
|
|
24232
|
-
|
|
24233
|
-
|
|
24252
|
+
|
|
24253
|
+
.v-responsive__content {
|
|
24254
|
+
flex: 1 0 0px;
|
|
24255
|
+
max-width: 100%;
|
|
24234
24256
|
}
|
|
24235
|
-
|
|
24236
|
-
|
|
24237
|
-
|
|
24257
|
+
|
|
24258
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
24259
|
+
margin-inline-start: -100%;
|
|
24238
24260
|
}
|
|
24239
|
-
|
|
24240
|
-
|
|
24241
|
-
|
|
24261
|
+
|
|
24262
|
+
.v-responsive__sizer {
|
|
24263
|
+
flex: 1 0 0px;
|
|
24264
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24265
|
+
pointer-events: none;
|
|
24242
24266
|
}.v-sheet {
|
|
24243
24267
|
display: block;
|
|
24244
24268
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -24267,6 +24291,61 @@ html.v-overlay-scroll-blocked {
|
|
|
24267
24291
|
}
|
|
24268
24292
|
.v-sheet--rounded {
|
|
24269
24293
|
border-radius: 4px;
|
|
24294
|
+
}.v-slide-group {
|
|
24295
|
+
display: flex;
|
|
24296
|
+
overflow: hidden;
|
|
24297
|
+
}
|
|
24298
|
+
|
|
24299
|
+
.v-slide-group__next,
|
|
24300
|
+
.v-slide-group__prev {
|
|
24301
|
+
align-items: center;
|
|
24302
|
+
display: flex;
|
|
24303
|
+
flex: 0 1 52px;
|
|
24304
|
+
justify-content: center;
|
|
24305
|
+
min-width: 52px;
|
|
24306
|
+
cursor: pointer;
|
|
24307
|
+
}
|
|
24308
|
+
.v-slide-group__next--disabled,
|
|
24309
|
+
.v-slide-group__prev--disabled {
|
|
24310
|
+
pointer-events: none;
|
|
24311
|
+
opacity: var(--v-disabled-opacity);
|
|
24312
|
+
}
|
|
24313
|
+
|
|
24314
|
+
.v-slide-group__content {
|
|
24315
|
+
display: flex;
|
|
24316
|
+
flex: 1 0 auto;
|
|
24317
|
+
position: relative;
|
|
24318
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24319
|
+
white-space: nowrap;
|
|
24320
|
+
}
|
|
24321
|
+
.v-slide-group__content > * {
|
|
24322
|
+
white-space: initial;
|
|
24323
|
+
}
|
|
24324
|
+
|
|
24325
|
+
.v-slide-group__container {
|
|
24326
|
+
contain: content;
|
|
24327
|
+
display: flex;
|
|
24328
|
+
flex: 1 1 auto;
|
|
24329
|
+
overflow-x: auto;
|
|
24330
|
+
overflow-y: hidden;
|
|
24331
|
+
scrollbar-width: none;
|
|
24332
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24333
|
+
}
|
|
24334
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
24335
|
+
display: none;
|
|
24336
|
+
}
|
|
24337
|
+
|
|
24338
|
+
.v-slide-group--vertical {
|
|
24339
|
+
max-height: inherit;
|
|
24340
|
+
}
|
|
24341
|
+
.v-slide-group--vertical,
|
|
24342
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
24343
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
24344
|
+
flex-direction: column;
|
|
24345
|
+
}
|
|
24346
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
24347
|
+
overflow-x: hidden;
|
|
24348
|
+
overflow-y: auto;
|
|
24270
24349
|
}.v-skeleton-loader {
|
|
24271
24350
|
align-items: center;
|
|
24272
24351
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24470,89 +24549,253 @@ html.v-overlay-scroll-blocked {
|
|
|
24470
24549
|
margin-top: -8px;
|
|
24471
24550
|
max-width: 50%;
|
|
24472
24551
|
}
|
|
24473
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24474
|
-
max-width: 70%;
|
|
24552
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
|
24553
|
+
max-width: 70%;
|
|
24554
|
+
}
|
|
24555
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
|
24556
|
+
display: none;
|
|
24557
|
+
}
|
|
24558
|
+
.v-skeleton-loader--is-loading {
|
|
24559
|
+
overflow: hidden;
|
|
24560
|
+
}
|
|
24561
|
+
.v-skeleton-loader--tile {
|
|
24562
|
+
border-radius: 0;
|
|
24563
|
+
}
|
|
24564
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
|
24565
|
+
border-radius: 0;
|
|
24566
|
+
}
|
|
24567
|
+
|
|
24568
|
+
@keyframes loading {
|
|
24569
|
+
100% {
|
|
24570
|
+
transform: translateX(100%);
|
|
24571
|
+
}
|
|
24572
|
+
}.v-snackbar {
|
|
24573
|
+
justify-content: center;
|
|
24574
|
+
z-index: 10000;
|
|
24575
|
+
margin: 8px;
|
|
24576
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24577
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
24578
|
+
}
|
|
24579
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
24580
|
+
align-items: flex-end;
|
|
24581
|
+
}
|
|
24582
|
+
.v-snackbar__wrapper {
|
|
24583
|
+
align-items: center;
|
|
24584
|
+
display: flex;
|
|
24585
|
+
max-width: 672px;
|
|
24586
|
+
min-height: 48px;
|
|
24587
|
+
min-width: 344px;
|
|
24588
|
+
overflow: hidden;
|
|
24589
|
+
padding: 0;
|
|
24590
|
+
border-radius: 4px;
|
|
24591
|
+
}
|
|
24592
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
24593
|
+
background: transparent;
|
|
24594
|
+
color: inherit;
|
|
24595
|
+
}
|
|
24596
|
+
.v-snackbar--variant-plain {
|
|
24597
|
+
opacity: 0.62;
|
|
24598
|
+
}
|
|
24599
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
24600
|
+
opacity: 1;
|
|
24601
|
+
}
|
|
24602
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
24603
|
+
display: none;
|
|
24604
|
+
}
|
|
24605
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
24606
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24607
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24608
|
+
}
|
|
24609
|
+
.v-snackbar--variant-elevated {
|
|
24610
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24611
|
+
}
|
|
24612
|
+
.v-snackbar--variant-flat {
|
|
24613
|
+
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));
|
|
24614
|
+
}
|
|
24615
|
+
.v-snackbar--variant-outlined {
|
|
24616
|
+
border: thin solid currentColor;
|
|
24617
|
+
}
|
|
24618
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
24619
|
+
background: currentColor;
|
|
24620
|
+
}
|
|
24621
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
24622
|
+
background: currentColor;
|
|
24623
|
+
opacity: var(--v-activated-opacity);
|
|
24624
|
+
border-radius: inherit;
|
|
24625
|
+
position: absolute;
|
|
24626
|
+
top: 0;
|
|
24627
|
+
right: 0;
|
|
24628
|
+
bottom: 0;
|
|
24629
|
+
left: 0;
|
|
24630
|
+
pointer-events: none;
|
|
24631
|
+
}
|
|
24632
|
+
|
|
24633
|
+
.v-snackbar__content {
|
|
24634
|
+
flex-grow: 1;
|
|
24635
|
+
font-size: 0.875rem;
|
|
24636
|
+
font-weight: 400;
|
|
24637
|
+
letter-spacing: 0.0178571429em;
|
|
24638
|
+
line-height: 1.425;
|
|
24639
|
+
margin-right: auto;
|
|
24640
|
+
padding: 14px 16px;
|
|
24641
|
+
text-align: initial;
|
|
24642
|
+
}
|
|
24643
|
+
.v-snackbar__actions {
|
|
24644
|
+
align-items: center;
|
|
24645
|
+
align-self: center;
|
|
24646
|
+
display: flex;
|
|
24647
|
+
margin-inline-end: 8px;
|
|
24648
|
+
}
|
|
24649
|
+
.v-snackbar__actions > .v-btn {
|
|
24650
|
+
padding: 0 8px;
|
|
24651
|
+
min-width: auto;
|
|
24652
|
+
}
|
|
24653
|
+
.v-snackbar__timer {
|
|
24654
|
+
width: 100%;
|
|
24655
|
+
position: absolute;
|
|
24656
|
+
top: 0;
|
|
24657
|
+
}
|
|
24658
|
+
.v-snackbar__timer .v-progress-linear {
|
|
24659
|
+
transition: 0.2s linear;
|
|
24660
|
+
}
|
|
24661
|
+
.v-snackbar--absolute {
|
|
24662
|
+
position: absolute;
|
|
24663
|
+
z-index: 1;
|
|
24664
|
+
}
|
|
24665
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
24666
|
+
min-height: 68px;
|
|
24667
|
+
}
|
|
24668
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
24669
|
+
flex-direction: column;
|
|
24670
|
+
}
|
|
24671
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
24672
|
+
align-self: flex-end;
|
|
24673
|
+
margin-bottom: 8px;
|
|
24674
|
+
}
|
|
24675
|
+
.v-snackbar--center {
|
|
24676
|
+
align-items: center;
|
|
24677
|
+
justify-content: center;
|
|
24678
|
+
}
|
|
24679
|
+
.v-snackbar--top {
|
|
24680
|
+
align-items: flex-start;
|
|
24681
|
+
}
|
|
24682
|
+
.v-snackbar--bottom {
|
|
24683
|
+
align-items: flex-end;
|
|
24684
|
+
}
|
|
24685
|
+
.v-snackbar--left, .v-snackbar--start {
|
|
24686
|
+
justify-content: flex-start;
|
|
24687
|
+
}
|
|
24688
|
+
.v-snackbar--right, .v-snackbar--end {
|
|
24689
|
+
justify-content: flex-end;
|
|
24690
|
+
}
|
|
24691
|
+
|
|
24692
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
24693
|
+
transition-duration: 0.15s;
|
|
24694
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24695
|
+
}
|
|
24696
|
+
.v-snackbar-transition-enter-active {
|
|
24697
|
+
transition-property: opacity, transform;
|
|
24698
|
+
}
|
|
24699
|
+
.v-snackbar-transition-enter-from {
|
|
24700
|
+
opacity: 0;
|
|
24701
|
+
transform: scale(0.8);
|
|
24702
|
+
}
|
|
24703
|
+
.v-snackbar-transition-leave-active {
|
|
24704
|
+
transition-property: opacity;
|
|
24705
|
+
}
|
|
24706
|
+
.v-snackbar-transition-leave-to {
|
|
24707
|
+
opacity: 0;
|
|
24708
|
+
}.v-speed-dial__content {
|
|
24709
|
+
gap: 8px;
|
|
24710
|
+
}
|
|
24711
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
|
24712
|
+
flex-direction: row;
|
|
24713
|
+
}
|
|
24714
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
|
24715
|
+
flex-direction: row-reverse;
|
|
24716
|
+
}
|
|
24717
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
|
24718
|
+
flex-direction: column-reverse;
|
|
24719
|
+
}
|
|
24720
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
24721
|
+
transition-delay: 0s;
|
|
24722
|
+
}
|
|
24723
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
24724
|
+
transition-delay: 0.05s;
|
|
24725
|
+
}
|
|
24726
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
24727
|
+
transition-delay: 0.1s;
|
|
24728
|
+
}
|
|
24729
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
24730
|
+
transition-delay: 0.15s;
|
|
24475
24731
|
}
|
|
24476
|
-
.v-
|
|
24477
|
-
|
|
24732
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
24733
|
+
transition-delay: 0.2s;
|
|
24478
24734
|
}
|
|
24479
|
-
.v-
|
|
24480
|
-
|
|
24735
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
24736
|
+
transition-delay: 0.25s;
|
|
24481
24737
|
}
|
|
24482
|
-
.v-
|
|
24483
|
-
|
|
24738
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
24739
|
+
transition-delay: 0.3s;
|
|
24484
24740
|
}
|
|
24485
|
-
.v-
|
|
24486
|
-
|
|
24741
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
24742
|
+
transition-delay: 0.35s;
|
|
24487
24743
|
}
|
|
24488
|
-
|
|
24489
|
-
|
|
24490
|
-
100% {
|
|
24491
|
-
transform: translateX(100%);
|
|
24492
|
-
}
|
|
24493
|
-
}.v-selection-control-group {
|
|
24494
|
-
grid-area: control;
|
|
24495
|
-
display: flex;
|
|
24496
|
-
flex-direction: column;
|
|
24744
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
24745
|
+
transition-delay: 0.4s;
|
|
24497
24746
|
}
|
|
24498
|
-
.v-
|
|
24499
|
-
|
|
24500
|
-
|
|
24501
|
-
|
|
24502
|
-
|
|
24747
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
24748
|
+
transition-delay: 0.45s;
|
|
24749
|
+
}.v-stepper.v-sheet {
|
|
24750
|
+
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));
|
|
24751
|
+
border-radius: 4px;
|
|
24503
24752
|
overflow: hidden;
|
|
24504
24753
|
}
|
|
24754
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24755
|
+
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));
|
|
24756
|
+
}
|
|
24505
24757
|
|
|
24506
|
-
.v-
|
|
24507
|
-
.v-
|
|
24758
|
+
.v-stepper-header {
|
|
24759
|
+
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));
|
|
24508
24760
|
align-items: center;
|
|
24509
24761
|
display: flex;
|
|
24510
|
-
|
|
24511
|
-
|
|
24512
|
-
|
|
24513
|
-
|
|
24762
|
+
position: relative;
|
|
24763
|
+
overflow-x: auto;
|
|
24764
|
+
justify-content: space-between;
|
|
24765
|
+
z-index: 1;
|
|
24514
24766
|
}
|
|
24515
|
-
.v-
|
|
24516
|
-
|
|
24517
|
-
pointer-events: none;
|
|
24518
|
-
opacity: var(--v-disabled-opacity);
|
|
24767
|
+
.v-stepper-header .v-divider {
|
|
24768
|
+
margin: 0 -16px;
|
|
24519
24769
|
}
|
|
24520
|
-
|
|
24521
|
-
|
|
24522
|
-
display: flex;
|
|
24523
|
-
flex: 1 0 auto;
|
|
24524
|
-
position: relative;
|
|
24525
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24526
|
-
white-space: nowrap;
|
|
24770
|
+
.v-stepper-header .v-divider:last-child {
|
|
24771
|
+
margin-inline-end: 0;
|
|
24527
24772
|
}
|
|
24528
|
-
.v-
|
|
24529
|
-
|
|
24773
|
+
.v-stepper-header .v-divider:first-child {
|
|
24774
|
+
margin-inline-start: 0;
|
|
24530
24775
|
}
|
|
24531
|
-
|
|
24532
|
-
|
|
24533
|
-
contain: content;
|
|
24534
|
-
display: flex;
|
|
24535
|
-
flex: 1 1 auto;
|
|
24536
|
-
overflow-x: auto;
|
|
24537
|
-
overflow-y: hidden;
|
|
24538
|
-
scrollbar-width: none;
|
|
24539
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24776
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24777
|
+
height: auto;
|
|
24540
24778
|
}
|
|
24541
|
-
.v-
|
|
24542
|
-
|
|
24779
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24780
|
+
align-self: flex-start;
|
|
24781
|
+
margin: 35px -67px 0;
|
|
24543
24782
|
}
|
|
24544
24783
|
|
|
24545
|
-
.v-
|
|
24546
|
-
|
|
24784
|
+
.v-stepper-window {
|
|
24785
|
+
margin: 1.5rem;
|
|
24547
24786
|
}
|
|
24548
|
-
|
|
24549
|
-
.v-
|
|
24550
|
-
|
|
24551
|
-
|
|
24787
|
+
|
|
24788
|
+
.v-stepper-actions {
|
|
24789
|
+
display: flex;
|
|
24790
|
+
align-items: center;
|
|
24791
|
+
justify-content: space-between;
|
|
24792
|
+
padding: 1rem;
|
|
24552
24793
|
}
|
|
24553
|
-
.v-
|
|
24554
|
-
|
|
24555
|
-
|
|
24794
|
+
.v-stepper .v-stepper-actions {
|
|
24795
|
+
padding: 0 1.5rem 1rem;
|
|
24796
|
+
}
|
|
24797
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24798
|
+
padding: 1.5rem 0 0;
|
|
24556
24799
|
}.v-stepper-item {
|
|
24557
24800
|
align-items: center;
|
|
24558
24801
|
align-self: stretch;
|
|
@@ -24619,192 +24862,179 @@ html.v-overlay-scroll-blocked {
|
|
|
24619
24862
|
}
|
|
24620
24863
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
24621
24864
|
display: none;
|
|
24622
|
-
}.v-
|
|
24623
|
-
|
|
24624
|
-
border-radius: 4px;
|
|
24625
|
-
overflow: hidden;
|
|
24626
|
-
}
|
|
24627
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
24628
|
-
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));
|
|
24865
|
+
}.v-switch .v-label {
|
|
24866
|
+
padding-inline-start: 10px;
|
|
24629
24867
|
}
|
|
24630
24868
|
|
|
24631
|
-
.v-
|
|
24632
|
-
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));
|
|
24633
|
-
align-items: center;
|
|
24869
|
+
.v-switch__loader {
|
|
24634
24870
|
display: flex;
|
|
24635
|
-
position: relative;
|
|
24636
|
-
overflow-x: auto;
|
|
24637
|
-
justify-content: space-between;
|
|
24638
|
-
z-index: 1;
|
|
24639
24871
|
}
|
|
24640
|
-
.v-
|
|
24641
|
-
|
|
24872
|
+
.v-switch__loader .v-progress-circular {
|
|
24873
|
+
color: rgb(var(--v-theme-surface));
|
|
24642
24874
|
}
|
|
24643
|
-
|
|
24644
|
-
|
|
24875
|
+
|
|
24876
|
+
.v-switch__track,
|
|
24877
|
+
.v-switch__thumb {
|
|
24878
|
+
transition: none;
|
|
24645
24879
|
}
|
|
24646
|
-
.v-
|
|
24647
|
-
|
|
24880
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
24881
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
24882
|
+
background-color: rgb(var(--v-theme-error));
|
|
24883
|
+
color: rgb(var(--v-theme-on-error));
|
|
24648
24884
|
}
|
|
24649
|
-
|
|
24650
|
-
|
|
24885
|
+
|
|
24886
|
+
.v-switch__track-true {
|
|
24887
|
+
margin-inline-end: auto;
|
|
24651
24888
|
}
|
|
24652
|
-
.v-
|
|
24653
|
-
|
|
24654
|
-
margin: 35px -67px 0;
|
|
24889
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24890
|
+
opacity: 0;
|
|
24655
24891
|
}
|
|
24656
24892
|
|
|
24657
|
-
.v-
|
|
24658
|
-
margin:
|
|
24893
|
+
.v-switch__track-false {
|
|
24894
|
+
margin-inline-start: auto;
|
|
24895
|
+
}
|
|
24896
|
+
.v-selection-control--dirty .v-switch__track-false {
|
|
24897
|
+
opacity: 0;
|
|
24659
24898
|
}
|
|
24660
24899
|
|
|
24661
|
-
.v-
|
|
24662
|
-
display: flex;
|
|
24900
|
+
.v-switch__track {
|
|
24901
|
+
display: inline-flex;
|
|
24663
24902
|
align-items: center;
|
|
24664
|
-
|
|
24665
|
-
padding:
|
|
24666
|
-
|
|
24667
|
-
|
|
24668
|
-
|
|
24669
|
-
|
|
24670
|
-
|
|
24671
|
-
|
|
24672
|
-
|
|
24673
|
-
justify-content: center;
|
|
24674
|
-
z-index: 10000;
|
|
24675
|
-
margin: 8px;
|
|
24676
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24677
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
24903
|
+
font-size: 0.5rem;
|
|
24904
|
+
padding: 0 5px;
|
|
24905
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
24906
|
+
border-radius: 9999px;
|
|
24907
|
+
height: 14px;
|
|
24908
|
+
opacity: 0.6;
|
|
24909
|
+
min-width: 36px;
|
|
24910
|
+
cursor: pointer;
|
|
24911
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24678
24912
|
}
|
|
24679
|
-
.v-
|
|
24680
|
-
|
|
24913
|
+
.v-switch--inset .v-switch__track {
|
|
24914
|
+
border-radius: 9999px;
|
|
24915
|
+
font-size: 0.75rem;
|
|
24916
|
+
height: 32px;
|
|
24917
|
+
min-width: 52px;
|
|
24681
24918
|
}
|
|
24682
|
-
|
|
24919
|
+
|
|
24920
|
+
.v-switch__thumb {
|
|
24683
24921
|
align-items: center;
|
|
24922
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
24923
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
24924
|
+
border-radius: 50%;
|
|
24684
24925
|
display: flex;
|
|
24685
|
-
|
|
24686
|
-
|
|
24687
|
-
|
|
24926
|
+
font-size: 0.75rem;
|
|
24927
|
+
height: 20px;
|
|
24928
|
+
justify-content: center;
|
|
24929
|
+
width: 20px;
|
|
24930
|
+
pointer-events: none;
|
|
24931
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24932
|
+
position: relative;
|
|
24688
24933
|
overflow: hidden;
|
|
24689
|
-
padding: 0;
|
|
24690
|
-
border-radius: 4px;
|
|
24691
|
-
}
|
|
24692
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
24693
|
-
background: transparent;
|
|
24694
|
-
color: inherit;
|
|
24695
|
-
}
|
|
24696
|
-
.v-snackbar--variant-plain {
|
|
24697
|
-
opacity: 0.62;
|
|
24698
|
-
}
|
|
24699
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
24700
|
-
opacity: 1;
|
|
24701
24934
|
}
|
|
24702
|
-
.v-
|
|
24703
|
-
|
|
24935
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
24936
|
+
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));
|
|
24704
24937
|
}
|
|
24705
|
-
.v-
|
|
24938
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
24706
24939
|
background: rgb(var(--v-theme-surface-variant));
|
|
24707
24940
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
24708
|
-
}
|
|
24709
|
-
.v-snackbar--variant-elevated {
|
|
24710
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24711
|
-
}
|
|
24712
|
-
.v-snackbar--variant-flat {
|
|
24713
24941
|
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));
|
|
24714
24942
|
}
|
|
24715
|
-
.v-
|
|
24716
|
-
|
|
24717
|
-
|
|
24718
|
-
|
|
24719
|
-
background: currentColor;
|
|
24720
|
-
}
|
|
24721
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
24722
|
-
background: currentColor;
|
|
24723
|
-
opacity: var(--v-activated-opacity);
|
|
24724
|
-
border-radius: inherit;
|
|
24725
|
-
position: absolute;
|
|
24726
|
-
top: 0;
|
|
24727
|
-
right: 0;
|
|
24728
|
-
bottom: 0;
|
|
24729
|
-
left: 0;
|
|
24730
|
-
pointer-events: none;
|
|
24943
|
+
.v-switch--inset .v-switch__thumb {
|
|
24944
|
+
height: 24px;
|
|
24945
|
+
width: 24px;
|
|
24946
|
+
transform: scale(0.6666666667);
|
|
24731
24947
|
}
|
|
24732
|
-
|
|
24733
|
-
|
|
24734
|
-
flex-grow: 1;
|
|
24735
|
-
font-size: 0.875rem;
|
|
24736
|
-
font-weight: 400;
|
|
24737
|
-
letter-spacing: 0.0178571429em;
|
|
24738
|
-
line-height: 1.425;
|
|
24739
|
-
margin-right: auto;
|
|
24740
|
-
padding: 14px 16px;
|
|
24741
|
-
text-align: initial;
|
|
24948
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
24949
|
+
transform: none;
|
|
24742
24950
|
}
|
|
24743
|
-
.v-
|
|
24744
|
-
|
|
24745
|
-
|
|
24746
|
-
display: flex;
|
|
24747
|
-
margin-inline-end: 8px;
|
|
24951
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24952
|
+
transform: none;
|
|
24953
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24748
24954
|
}
|
|
24749
|
-
|
|
24750
|
-
|
|
24751
|
-
|
|
24955
|
+
|
|
24956
|
+
.v-switch.v-input {
|
|
24957
|
+
flex: 0 1 auto;
|
|
24752
24958
|
}
|
|
24753
|
-
.v-
|
|
24754
|
-
|
|
24959
|
+
.v-switch .v-selection-control {
|
|
24960
|
+
min-height: var(--v-input-control-height);
|
|
24961
|
+
}
|
|
24962
|
+
.v-switch .v-selection-control__input {
|
|
24963
|
+
border-radius: 50%;
|
|
24964
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24755
24965
|
position: absolute;
|
|
24756
|
-
top: 0;
|
|
24757
24966
|
}
|
|
24758
|
-
.v-
|
|
24759
|
-
|
|
24967
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
24968
|
+
transform: translateX(-10px);
|
|
24760
24969
|
}
|
|
24761
|
-
|
|
24762
|
-
|
|
24763
|
-
|
|
24970
|
+
|
|
24971
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
24972
|
+
transform: translateX(10px);
|
|
24764
24973
|
}
|
|
24765
|
-
|
|
24766
|
-
|
|
24974
|
+
|
|
24975
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
24976
|
+
position: absolute;
|
|
24767
24977
|
}
|
|
24768
|
-
.v-
|
|
24769
|
-
|
|
24978
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24979
|
+
transform: translateX(10px);
|
|
24770
24980
|
}
|
|
24771
|
-
|
|
24772
|
-
|
|
24773
|
-
|
|
24981
|
+
|
|
24982
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24983
|
+
transform: translateX(-10px);
|
|
24774
24984
|
}
|
|
24775
|
-
|
|
24776
|
-
|
|
24777
|
-
|
|
24985
|
+
|
|
24986
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24987
|
+
transform: scale(0.8);
|
|
24778
24988
|
}
|
|
24779
|
-
.v-
|
|
24780
|
-
|
|
24989
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24990
|
+
transform: scale(0.75);
|
|
24991
|
+
box-shadow: none;
|
|
24781
24992
|
}
|
|
24782
|
-
.v-
|
|
24783
|
-
|
|
24993
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24994
|
+
width: auto;
|
|
24784
24995
|
}
|
|
24785
|
-
.v-
|
|
24786
|
-
|
|
24996
|
+
.v-switch.v-input--vertical .v-label {
|
|
24997
|
+
min-width: max-content;
|
|
24787
24998
|
}
|
|
24788
|
-
.v-
|
|
24999
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
25000
|
+
transform: rotate(-90deg);
|
|
25001
|
+
}.v-system-bar {
|
|
25002
|
+
align-items: center;
|
|
25003
|
+
display: flex;
|
|
25004
|
+
flex: 1 1 auto;
|
|
25005
|
+
height: 24px;
|
|
24789
25006
|
justify-content: flex-end;
|
|
25007
|
+
max-width: 100%;
|
|
25008
|
+
padding-inline: 8px;
|
|
25009
|
+
position: relative;
|
|
25010
|
+
text-align: end;
|
|
25011
|
+
width: 100%;
|
|
25012
|
+
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));
|
|
25013
|
+
background: rgba(var(--v-theme-surface-light));
|
|
25014
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25015
|
+
font-size: 0.75rem;
|
|
25016
|
+
font-weight: 400;
|
|
25017
|
+
letter-spacing: 0.0333333333em;
|
|
25018
|
+
line-height: 1.667;
|
|
25019
|
+
text-transform: none;
|
|
24790
25020
|
}
|
|
24791
|
-
|
|
24792
|
-
|
|
24793
|
-
transition-duration: 0.15s;
|
|
24794
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25021
|
+
.v-system-bar .v-icon {
|
|
25022
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24795
25023
|
}
|
|
24796
|
-
.v-
|
|
24797
|
-
|
|
25024
|
+
.v-system-bar--absolute {
|
|
25025
|
+
position: absolute;
|
|
24798
25026
|
}
|
|
24799
|
-
.v-
|
|
24800
|
-
|
|
24801
|
-
transform: scale(0.8);
|
|
25027
|
+
.v-system-bar--fixed {
|
|
25028
|
+
position: fixed;
|
|
24802
25029
|
}
|
|
24803
|
-
.v-
|
|
24804
|
-
|
|
25030
|
+
.v-system-bar--rounded {
|
|
25031
|
+
border-radius: 0;
|
|
24805
25032
|
}
|
|
24806
|
-
.v-
|
|
24807
|
-
|
|
25033
|
+
.v-system-bar--window {
|
|
25034
|
+
height: 32px;
|
|
25035
|
+
}
|
|
25036
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25037
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24808
25038
|
}.v-tab.v-tab.v-btn {
|
|
24809
25039
|
height: var(--v-tabs-height);
|
|
24810
25040
|
border-radius: 0;
|
|
@@ -24900,179 +25130,112 @@ html.v-overlay-scroll-blocked {
|
|
|
24900
25130
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24901
25131
|
margin-inline-end: 52px;
|
|
24902
25132
|
}
|
|
24903
|
-
}
|
|
24904
|
-
|
|
25133
|
+
}/* region BLOCK */
|
|
25134
|
+
.v-text-field input {
|
|
25135
|
+
color: inherit;
|
|
25136
|
+
opacity: 0;
|
|
25137
|
+
flex: 1;
|
|
25138
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25139
|
+
min-width: 0;
|
|
24905
25140
|
}
|
|
24906
|
-
|
|
24907
|
-
|
|
24908
|
-
display: flex;
|
|
25141
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
25142
|
+
outline: none;
|
|
24909
25143
|
}
|
|
24910
|
-
.v-
|
|
24911
|
-
|
|
25144
|
+
.v-text-field input:invalid {
|
|
25145
|
+
box-shadow: none;
|
|
24912
25146
|
}
|
|
24913
|
-
|
|
24914
|
-
|
|
24915
|
-
.v-switch__thumb {
|
|
24916
|
-
transition: none;
|
|
25147
|
+
.v-text-field .v-field {
|
|
25148
|
+
cursor: text;
|
|
24917
25149
|
}
|
|
24918
|
-
.v-
|
|
24919
|
-
|
|
24920
|
-
background-color: rgb(var(--v-theme-error));
|
|
24921
|
-
color: rgb(var(--v-theme-on-error));
|
|
25150
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25151
|
+
--v-field-padding-start: 6px;
|
|
24922
25152
|
}
|
|
24923
25153
|
|
|
24924
|
-
.v-
|
|
24925
|
-
|
|
24926
|
-
}
|
|
24927
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24928
|
-
opacity: 0;
|
|
25154
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25155
|
+
--v-field-padding-end: 0;
|
|
24929
25156
|
}
|
|
24930
25157
|
|
|
24931
|
-
.v-
|
|
24932
|
-
|
|
25158
|
+
.v-text-field .v-input__details {
|
|
25159
|
+
padding-inline: 16px;
|
|
24933
25160
|
}
|
|
24934
|
-
.v-
|
|
24935
|
-
|
|
25161
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25162
|
+
padding-inline: 0;
|
|
24936
25163
|
}
|
|
24937
25164
|
|
|
24938
|
-
.v-
|
|
24939
|
-
|
|
24940
|
-
|
|
24941
|
-
font-size: 0.5rem;
|
|
24942
|
-
padding: 0 5px;
|
|
24943
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
24944
|
-
border-radius: 9999px;
|
|
24945
|
-
height: 14px;
|
|
24946
|
-
opacity: 0.6;
|
|
24947
|
-
min-width: 36px;
|
|
24948
|
-
cursor: pointer;
|
|
24949
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
25165
|
+
.v-text-field .v-field--no-label input,
|
|
25166
|
+
.v-text-field .v-field--active input {
|
|
25167
|
+
opacity: 1;
|
|
24950
25168
|
}
|
|
24951
|
-
.v-
|
|
24952
|
-
|
|
24953
|
-
font-size: 0.75rem;
|
|
24954
|
-
height: 32px;
|
|
24955
|
-
min-width: 52px;
|
|
25169
|
+
.v-text-field .v-field--single-line input {
|
|
25170
|
+
transition: none;
|
|
24956
25171
|
}
|
|
24957
25172
|
|
|
24958
|
-
|
|
25173
|
+
/* endregion */
|
|
25174
|
+
/* region ELEMENTS */
|
|
25175
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
24959
25176
|
align-items: center;
|
|
24960
|
-
|
|
24961
|
-
|
|
24962
|
-
border-radius: 50%;
|
|
25177
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25178
|
+
cursor: default;
|
|
24963
25179
|
display: flex;
|
|
24964
|
-
|
|
24965
|
-
|
|
24966
|
-
|
|
24967
|
-
|
|
24968
|
-
|
|
24969
|
-
|
|
24970
|
-
position: relative;
|
|
24971
|
-
overflow: hidden;
|
|
24972
|
-
}
|
|
24973
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
24974
|
-
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));
|
|
24975
|
-
}
|
|
24976
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
24977
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
24978
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24979
|
-
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));
|
|
24980
|
-
}
|
|
24981
|
-
.v-switch--inset .v-switch__thumb {
|
|
24982
|
-
height: 24px;
|
|
24983
|
-
width: 24px;
|
|
24984
|
-
transform: scale(0.6666666667);
|
|
24985
|
-
}
|
|
24986
|
-
.v-switch--inset .v-switch__thumb--filled {
|
|
24987
|
-
transform: none;
|
|
24988
|
-
}
|
|
24989
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24990
|
-
transform: none;
|
|
24991
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24992
|
-
}
|
|
24993
|
-
|
|
24994
|
-
.v-switch.v-input {
|
|
24995
|
-
flex: 0 1 auto;
|
|
24996
|
-
}
|
|
24997
|
-
.v-switch .v-selection-control {
|
|
24998
|
-
min-height: var(--v-input-control-height);
|
|
24999
|
-
}
|
|
25000
|
-
.v-switch .v-selection-control__input {
|
|
25001
|
-
border-radius: 50%;
|
|
25002
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
25003
|
-
position: absolute;
|
|
25004
|
-
}
|
|
25005
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
25006
|
-
transform: translateX(-10px);
|
|
25007
|
-
}
|
|
25008
|
-
|
|
25009
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
25010
|
-
transform: translateX(10px);
|
|
25011
|
-
}
|
|
25012
|
-
|
|
25013
|
-
.v-switch .v-selection-control__input .v-icon {
|
|
25014
|
-
position: absolute;
|
|
25180
|
+
opacity: 0;
|
|
25181
|
+
transition: inherit;
|
|
25182
|
+
white-space: nowrap;
|
|
25183
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25184
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25185
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25015
25186
|
}
|
|
25016
|
-
.v-
|
|
25017
|
-
|
|
25187
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25188
|
+
opacity: 1;
|
|
25018
25189
|
}
|
|
25019
|
-
|
|
25020
|
-
|
|
25021
|
-
transform: translateX(-10px);
|
|
25190
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25191
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25022
25192
|
}
|
|
25023
|
-
|
|
25024
|
-
|
|
25025
|
-
transform: scale(0.8);
|
|
25193
|
+
.v-text-field__prefix {
|
|
25194
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
25026
25195
|
}
|
|
25027
|
-
.v-
|
|
25028
|
-
|
|
25029
|
-
box-shadow: none;
|
|
25196
|
+
.v-text-field__suffix {
|
|
25197
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
25030
25198
|
}
|
|
25031
|
-
|
|
25032
|
-
|
|
25199
|
+
|
|
25200
|
+
/* endregion */.v-textarea .v-field {
|
|
25201
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
25033
25202
|
}
|
|
25034
|
-
.v-
|
|
25035
|
-
|
|
25203
|
+
.v-textarea .v-field__field {
|
|
25204
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
25036
25205
|
}
|
|
25037
|
-
.v-
|
|
25038
|
-
transform: rotate(-90deg);
|
|
25039
|
-
}.v-system-bar {
|
|
25040
|
-
align-items: center;
|
|
25041
|
-
display: flex;
|
|
25206
|
+
.v-textarea .v-field__input {
|
|
25042
25207
|
flex: 1 1 auto;
|
|
25043
|
-
|
|
25044
|
-
|
|
25045
|
-
|
|
25046
|
-
padding-inline: 8px;
|
|
25047
|
-
position: relative;
|
|
25048
|
-
text-align: end;
|
|
25049
|
-
width: 100%;
|
|
25050
|
-
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));
|
|
25051
|
-
background: rgba(var(--v-theme-surface-light));
|
|
25052
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25053
|
-
font-size: 0.75rem;
|
|
25054
|
-
font-weight: 400;
|
|
25055
|
-
letter-spacing: 0.0333333333em;
|
|
25056
|
-
line-height: 1.667;
|
|
25057
|
-
text-transform: none;
|
|
25058
|
-
}
|
|
25059
|
-
.v-system-bar .v-icon {
|
|
25060
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25208
|
+
outline: none;
|
|
25209
|
+
-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));
|
|
25210
|
+
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));
|
|
25061
25211
|
}
|
|
25062
|
-
.v-
|
|
25212
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25213
|
+
visibility: hidden;
|
|
25063
25214
|
position: absolute;
|
|
25215
|
+
top: 0;
|
|
25216
|
+
left: 0;
|
|
25217
|
+
height: 0 !important;
|
|
25218
|
+
min-height: 0 !important;
|
|
25219
|
+
pointer-events: none;
|
|
25064
25220
|
}
|
|
25065
|
-
.v-
|
|
25066
|
-
|
|
25221
|
+
.v-textarea--no-resize .v-field__input {
|
|
25222
|
+
resize: none;
|
|
25067
25223
|
}
|
|
25068
|
-
.v-
|
|
25069
|
-
|
|
25224
|
+
.v-textarea .v-field--no-label textarea,
|
|
25225
|
+
.v-textarea .v-field--active textarea {
|
|
25226
|
+
opacity: 1;
|
|
25070
25227
|
}
|
|
25071
|
-
.v-
|
|
25072
|
-
|
|
25228
|
+
.v-textarea textarea {
|
|
25229
|
+
opacity: 0;
|
|
25230
|
+
flex: 1;
|
|
25231
|
+
min-width: 0;
|
|
25232
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25073
25233
|
}
|
|
25074
|
-
.v-
|
|
25075
|
-
|
|
25234
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
25235
|
+
outline: none;
|
|
25236
|
+
}
|
|
25237
|
+
.v-textarea textarea:invalid {
|
|
25238
|
+
box-shadow: none;
|
|
25076
25239
|
}.v-table {
|
|
25077
25240
|
background: rgb(var(--v-theme-surface));
|
|
25078
25241
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -25211,113 +25374,10 @@ html.v-overlay-scroll-blocked {
|
|
|
25211
25374
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25212
25375
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25213
25376
|
border-top: 0px !important;
|
|
25214
|
-
}.v-
|
|
25215
|
-
|
|
25216
|
-
|
|
25217
|
-
.v-
|
|
25218
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
25219
|
-
}
|
|
25220
|
-
.v-textarea .v-field__input {
|
|
25221
|
-
flex: 1 1 auto;
|
|
25222
|
-
outline: none;
|
|
25223
|
-
-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));
|
|
25224
|
-
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));
|
|
25225
|
-
}
|
|
25226
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25227
|
-
visibility: hidden;
|
|
25228
|
-
position: absolute;
|
|
25229
|
-
top: 0;
|
|
25230
|
-
left: 0;
|
|
25231
|
-
height: 0 !important;
|
|
25232
|
-
min-height: 0 !important;
|
|
25233
|
-
pointer-events: none;
|
|
25234
|
-
}
|
|
25235
|
-
.v-textarea--no-resize .v-field__input {
|
|
25236
|
-
resize: none;
|
|
25237
|
-
}
|
|
25238
|
-
.v-textarea .v-field--no-label textarea,
|
|
25239
|
-
.v-textarea .v-field--active textarea {
|
|
25240
|
-
opacity: 1;
|
|
25241
|
-
}
|
|
25242
|
-
.v-textarea textarea {
|
|
25243
|
-
opacity: 0;
|
|
25244
|
-
flex: 1;
|
|
25245
|
-
min-width: 0;
|
|
25246
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25247
|
-
}
|
|
25248
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
25249
|
-
outline: none;
|
|
25250
|
-
}
|
|
25251
|
-
.v-textarea textarea:invalid {
|
|
25252
|
-
box-shadow: none;
|
|
25253
|
-
}/* region BLOCK */
|
|
25254
|
-
.v-text-field input {
|
|
25255
|
-
color: inherit;
|
|
25256
|
-
opacity: 0;
|
|
25257
|
-
flex: 1;
|
|
25258
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25259
|
-
min-width: 0;
|
|
25260
|
-
}
|
|
25261
|
-
.v-text-field input:focus, .v-text-field input:active {
|
|
25262
|
-
outline: none;
|
|
25263
|
-
}
|
|
25264
|
-
.v-text-field input:invalid {
|
|
25265
|
-
box-shadow: none;
|
|
25266
|
-
}
|
|
25267
|
-
.v-text-field .v-field {
|
|
25268
|
-
cursor: text;
|
|
25269
|
-
}
|
|
25270
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25271
|
-
--v-field-padding-start: 6px;
|
|
25272
|
-
}
|
|
25273
|
-
|
|
25274
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25275
|
-
--v-field-padding-end: 0;
|
|
25276
|
-
}
|
|
25277
|
-
|
|
25278
|
-
.v-text-field .v-input__details {
|
|
25279
|
-
padding-inline: 16px;
|
|
25280
|
-
}
|
|
25281
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25282
|
-
padding-inline: 0;
|
|
25283
|
-
}
|
|
25284
|
-
|
|
25285
|
-
.v-text-field .v-field--no-label input,
|
|
25286
|
-
.v-text-field .v-field--active input {
|
|
25287
|
-
opacity: 1;
|
|
25288
|
-
}
|
|
25289
|
-
.v-text-field .v-field--single-line input {
|
|
25290
|
-
transition: none;
|
|
25291
|
-
}
|
|
25292
|
-
|
|
25293
|
-
/* endregion */
|
|
25294
|
-
/* region ELEMENTS */
|
|
25295
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
25296
|
-
align-items: center;
|
|
25297
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25298
|
-
cursor: default;
|
|
25299
|
-
display: flex;
|
|
25300
|
-
opacity: 0;
|
|
25301
|
-
transition: inherit;
|
|
25302
|
-
white-space: nowrap;
|
|
25303
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25304
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25305
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25306
|
-
}
|
|
25307
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25308
|
-
opacity: 1;
|
|
25309
|
-
}
|
|
25310
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25311
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25312
|
-
}
|
|
25313
|
-
.v-text-field__prefix {
|
|
25314
|
-
padding-inline-start: var(--v-field-padding-start);
|
|
25315
|
-
}
|
|
25316
|
-
.v-text-field__suffix {
|
|
25317
|
-
padding-inline-end: var(--v-field-padding-end);
|
|
25318
|
-
}
|
|
25319
|
-
|
|
25320
|
-
/* endregion */.v-timeline .v-timeline-divider__dot {
|
|
25377
|
+
}.v-theme-provider {
|
|
25378
|
+
background: rgb(var(--v-theme-background));
|
|
25379
|
+
color: rgb(var(--v-theme-on-background));
|
|
25380
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
25321
25381
|
background: rgb(var(--v-theme-surface-light));
|
|
25322
25382
|
}
|
|
25323
25383
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -25733,9 +25793,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25733
25793
|
|
|
25734
25794
|
.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 {
|
|
25735
25795
|
padding-inline-end: 0;
|
|
25736
|
-
}.v-theme-provider {
|
|
25737
|
-
background: rgb(var(--v-theme-background));
|
|
25738
|
-
color: rgb(var(--v-theme-on-background));
|
|
25739
25796
|
}.v-toolbar {
|
|
25740
25797
|
align-items: flex-start;
|
|
25741
25798
|
display: flex;
|
|
@@ -25966,34 +26023,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25966
26023
|
}
|
|
25967
26024
|
.v-window-y-reverse-transition-leave-to {
|
|
25968
26025
|
transform: translateY(100%);
|
|
25969
|
-
}.v-color-picker-edit {
|
|
25970
|
-
display: flex;
|
|
25971
|
-
margin-top: 24px;
|
|
25972
|
-
}
|
|
25973
|
-
|
|
25974
|
-
.v-color-picker-edit__input {
|
|
25975
|
-
width: 100%;
|
|
25976
|
-
display: flex;
|
|
25977
|
-
flex-wrap: wrap;
|
|
25978
|
-
justify-content: center;
|
|
25979
|
-
text-align: center;
|
|
25980
|
-
}
|
|
25981
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
25982
|
-
margin-inline-end: 8px;
|
|
25983
|
-
}
|
|
25984
|
-
.v-color-picker-edit__input input {
|
|
25985
|
-
border-radius: 4px;
|
|
25986
|
-
margin-bottom: 8px;
|
|
25987
|
-
min-width: 0;
|
|
25988
|
-
outline: none;
|
|
25989
|
-
text-align: center;
|
|
25990
|
-
width: 100%;
|
|
25991
|
-
height: 32px;
|
|
25992
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
25993
|
-
color: rgba(var(--v-theme-on-surface));
|
|
25994
|
-
}
|
|
25995
|
-
.v-color-picker-edit__input span {
|
|
25996
|
-
font-size: 0.75rem;
|
|
25997
26026
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25998
26027
|
background-color: transparent !important;
|
|
25999
26028
|
}
|
|
@@ -26064,6 +26093,34 @@ html.v-overlay-scroll-blocked {
|
|
|
26064
26093
|
.v-color-picker-preview__eye-dropper {
|
|
26065
26094
|
position: relative;
|
|
26066
26095
|
margin-right: 12px;
|
|
26096
|
+
}.v-color-picker-edit {
|
|
26097
|
+
display: flex;
|
|
26098
|
+
margin-top: 24px;
|
|
26099
|
+
}
|
|
26100
|
+
|
|
26101
|
+
.v-color-picker-edit__input {
|
|
26102
|
+
width: 100%;
|
|
26103
|
+
display: flex;
|
|
26104
|
+
flex-wrap: wrap;
|
|
26105
|
+
justify-content: center;
|
|
26106
|
+
text-align: center;
|
|
26107
|
+
}
|
|
26108
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
26109
|
+
margin-inline-end: 8px;
|
|
26110
|
+
}
|
|
26111
|
+
.v-color-picker-edit__input input {
|
|
26112
|
+
border-radius: 4px;
|
|
26113
|
+
margin-bottom: 8px;
|
|
26114
|
+
min-width: 0;
|
|
26115
|
+
outline: none;
|
|
26116
|
+
text-align: center;
|
|
26117
|
+
width: 100%;
|
|
26118
|
+
height: 32px;
|
|
26119
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26120
|
+
color: rgba(var(--v-theme-on-surface));
|
|
26121
|
+
}
|
|
26122
|
+
.v-color-picker-edit__input span {
|
|
26123
|
+
font-size: 0.75rem;
|
|
26067
26124
|
}.v-color-picker-canvas {
|
|
26068
26125
|
display: flex;
|
|
26069
26126
|
position: relative;
|