@vuetify/nightly 3.6.8-master.2024-05-31 → 3.6.8-master.2024-06-07

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.8-master.2024-05-31
2
+ * Vuetify v3.6.8-master.2024-06-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18732,6 +18732,69 @@ html.overflow-y-hidden {
18732
18732
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18733
18733
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18734
18734
  }
18735
+ }.v-carousel {
18736
+ overflow: hidden;
18737
+ position: relative;
18738
+ width: 100%;
18739
+ }
18740
+ .v-carousel__controls {
18741
+ align-items: center;
18742
+ bottom: 0;
18743
+ display: flex;
18744
+ height: 50px;
18745
+ justify-content: center;
18746
+ list-style-type: none;
18747
+ position: absolute;
18748
+ width: 100%;
18749
+ z-index: 1;
18750
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18751
+ color: rgb(var(--v-theme-on-surface-variant));
18752
+ }
18753
+ .v-carousel__controls > .v-item-group {
18754
+ flex: 0 1 auto;
18755
+ }
18756
+ .v-carousel__controls__item {
18757
+ margin: 0 8px;
18758
+ }
18759
+ .v-carousel__controls__item .v-icon {
18760
+ opacity: 0.5;
18761
+ }
18762
+ .v-carousel__controls__item--active .v-icon {
18763
+ opacity: 1;
18764
+ vertical-align: middle;
18765
+ }
18766
+ .v-carousel__controls__item:hover {
18767
+ background: none;
18768
+ }
18769
+ .v-carousel__controls__item:hover .v-icon {
18770
+ opacity: 0.8;
18771
+ }
18772
+
18773
+ .v-carousel__progress {
18774
+ margin: 0;
18775
+ position: absolute;
18776
+ bottom: 0;
18777
+ left: 0;
18778
+ right: 0;
18779
+ }
18780
+
18781
+ .v-carousel-item {
18782
+ display: block;
18783
+ height: inherit;
18784
+ text-decoration: none;
18785
+ }
18786
+ .v-carousel-item > .v-img {
18787
+ height: inherit;
18788
+ }
18789
+
18790
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18791
+ background: transparent;
18792
+ }
18793
+
18794
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18795
+ flex-direction: column;
18796
+ height: 100% !important;
18797
+ width: 50px;
18735
18798
  }.v-card {
18736
18799
  display: block;
18737
18800
  overflow: hidden;
@@ -19031,69 +19094,11 @@ html.overflow-y-hidden {
19031
19094
  pointer-events: none;
19032
19095
  opacity: 0;
19033
19096
  transition: opacity 0.2s ease-in-out;
19034
- }.v-carousel {
19035
- overflow: hidden;
19036
- position: relative;
19037
- width: 100%;
19038
- }
19039
- .v-carousel__controls {
19040
- align-items: center;
19041
- bottom: 0;
19042
- display: flex;
19043
- height: 50px;
19044
- justify-content: center;
19045
- list-style-type: none;
19046
- position: absolute;
19047
- width: 100%;
19048
- z-index: 1;
19049
- background: rgba(var(--v-theme-surface-variant), 0.3);
19050
- color: rgb(var(--v-theme-on-surface-variant));
19051
- }
19052
- .v-carousel__controls > .v-item-group {
19097
+ }.v-checkbox.v-input {
19053
19098
  flex: 0 1 auto;
19054
19099
  }
19055
- .v-carousel__controls__item {
19056
- margin: 0 8px;
19057
- }
19058
- .v-carousel__controls__item .v-icon {
19059
- opacity: 0.5;
19060
- }
19061
- .v-carousel__controls__item--active .v-icon {
19062
- opacity: 1;
19063
- vertical-align: middle;
19064
- }
19065
- .v-carousel__controls__item:hover {
19066
- background: none;
19067
- }
19068
- .v-carousel__controls__item:hover .v-icon {
19069
- opacity: 0.8;
19070
- }
19071
-
19072
- .v-carousel__progress {
19073
- margin: 0;
19074
- position: absolute;
19075
- bottom: 0;
19076
- left: 0;
19077
- right: 0;
19078
- }
19079
-
19080
- .v-carousel-item {
19081
- display: block;
19082
- height: inherit;
19083
- text-decoration: none;
19084
- }
19085
- .v-carousel-item > .v-img {
19086
- height: inherit;
19087
- }
19088
-
19089
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19090
- background: transparent;
19091
- }
19092
-
19093
- .v-carousel--vertical-delimiters .v-carousel__controls {
19094
- flex-direction: column;
19095
- height: 100% !important;
19096
- width: 50px;
19100
+ .v-checkbox .v-selection-control {
19101
+ min-height: var(--v-input-control-height);
19097
19102
  }.v-chip {
19098
19103
  align-items: center;
19099
19104
  display: inline-flex;
@@ -19506,11 +19511,6 @@ html.overflow-y-hidden {
19506
19511
 
19507
19512
  .v-chip--label {
19508
19513
  border-radius: 4px;
19509
- }.v-checkbox.v-input {
19510
- flex: 0 1 auto;
19511
- }
19512
- .v-checkbox .v-selection-control {
19513
- min-height: var(--v-input-control-height);
19514
19514
  }.v-chip-group {
19515
19515
  display: flex;
19516
19516
  max-width: 100%;
@@ -19635,276 +19635,64 @@ html.overflow-y-hidden {
19635
19635
  flex: 0 1 auto;
19636
19636
  font-size: 12px;
19637
19637
  transition-duration: 150ms;
19638
- }.v-data-table {
19639
- width: 100%;
19640
- }
19641
-
19642
- .v-data-table__table {
19643
- width: 100%;
19644
- border-collapse: separate;
19645
- border-spacing: 0;
19646
- }
19647
-
19648
- .v-data-table__tr--focus {
19649
- border: 1px dotted black;
19650
- }
19651
- .v-data-table__tr--clickable {
19652
- cursor: pointer;
19653
- }
19654
-
19655
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19656
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19657
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19658
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19659
- text-align: end;
19638
+ }.v-date-picker {
19639
+ overflow: hidden;
19640
+ width: 328px;
19660
19641
  }
19661
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19662
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19663
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19664
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19665
- flex-direction: row-reverse;
19642
+ .v-date-picker--show-week {
19643
+ width: 368px;
19644
+ }.v-date-picker-controls {
19645
+ display: flex;
19646
+ align-items: center;
19647
+ justify-content: space-between;
19648
+ font-size: 0.875rem;
19649
+ padding-top: 4px;
19650
+ padding-bottom: 4px;
19651
+ padding-inline-start: 6px;
19652
+ padding-inline-end: 12px;
19666
19653
  }
19667
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19668
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19669
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19670
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19671
- text-align: center;
19654
+ .v-date-picker-controls > .v-btn:first-child {
19655
+ text-transform: none;
19656
+ font-weight: 400;
19657
+ line-height: initial;
19658
+ letter-spacing: initial;
19672
19659
  }
19673
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19674
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19675
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19676
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19677
- justify-content: center;
19660
+ .v-date-picker-controls--variant-classic {
19661
+ padding-inline-start: 12px;
19678
19662
  }
19679
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19680
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19681
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19682
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19683
- padding: 0 8px;
19663
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19664
+ opacity: 0.7;
19684
19665
  }
19685
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
19686
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
19687
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
19688
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
19689
- text-overflow: ellipsis;
19690
- text-wrap: nowrap;
19691
- overflow: hidden;
19666
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19667
+ cursor: pointer;
19692
19668
  }
19693
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19694
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
19695
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19696
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
19697
- display: contents;
19669
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19670
+ opacity: 1;
19698
19671
  }
19699
- .v-data-table .v-table__wrapper > table > thead > tr > th,
19700
- .v-data-table .v-table__wrapper > table tbody > tr > th {
19701
- align-items: center;
19672
+ .v-date-picker-controls .v-btn:last-child {
19673
+ margin-inline-start: 4px;
19702
19674
  }
19703
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19704
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19705
- position: sticky;
19675
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19676
+ transform: rotate(180deg);
19706
19677
  }
19707
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19708
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19709
- cursor: pointer;
19710
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19678
+
19679
+ .v-date-picker-controls__date {
19680
+ margin-inline-end: 4px;
19711
19681
  }
19712
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19713
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19714
- opacity: 0;
19682
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19683
+ margin: auto;
19684
+ text-align: center;
19715
19685
  }
19716
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19717
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19718
- opacity: 0.5;
19686
+
19687
+ .v-date-picker-controls__month {
19688
+ display: flex;
19719
19689
  }
19720
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
19721
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
19722
- height: -moz-fit-content;
19723
- height: fit-content;
19690
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19691
+ flex-direction: row-reverse;
19724
19692
  }
19725
19693
 
19726
- .v-data-table-column--fixed,
19727
- .v-data-table__th--sticky {
19728
- background: rgb(var(--v-theme-surface));
19729
- position: sticky !important;
19730
- left: 0;
19731
- z-index: 1;
19732
- }
19733
-
19734
- .v-data-table-column--last-fixed {
19735
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19736
- }
19737
-
19738
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19739
- z-index: 2;
19740
- }
19741
-
19742
- .v-data-table-group-header-row td {
19743
- background: rgba(var(--v-theme-surface));
19744
- color: rgba(var(--v-theme-on-surface));
19745
- }
19746
- .v-data-table-group-header-row td > span {
19747
- padding-left: 5px;
19748
- }
19749
-
19750
- .v-data-table--loading .v-data-table__td {
19751
- opacity: var(--v-disabled-opacity);
19752
- }
19753
-
19754
- .v-data-table-group-header-row__column {
19755
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19756
- }
19757
-
19758
- .v-data-table-header__content {
19759
- display: flex;
19760
- align-items: center;
19761
- }
19762
-
19763
- .v-data-table-header__sort-badge {
19764
- display: inline-flex;
19765
- justify-content: center;
19766
- align-items: center;
19767
- font-size: 0.875rem;
19768
- padding: 4px;
19769
- border-radius: 50%;
19770
- background: rgba(var(--v-border-color), var(--v-border-opacity));
19771
- min-width: 20px;
19772
- min-height: 20px;
19773
- width: 20px;
19774
- height: 20px;
19775
- }
19776
-
19777
- .v-data-table-progress > th {
19778
- border: none !important;
19779
- height: auto !important;
19780
- padding: 0 !important;
19781
- }
19782
-
19783
- .v-data-table-progress__loader {
19784
- position: relative;
19785
- }
19786
-
19787
- .v-data-table-rows-loading,
19788
- .v-data-table-rows-no-data {
19789
- text-align: center;
19790
- }
19791
-
19792
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
19793
- grid-template-columns: 0;
19794
- justify-content: center;
19795
- }
19796
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
19797
- grid-template-columns: 0;
19798
- justify-content: end;
19799
- }
19800
- .v-data-table__tr--mobile > td {
19801
- align-items: center;
19802
- column-gap: 4px;
19803
- display: grid;
19804
- grid-template-columns: repeat(2, 1fr);
19805
- min-height: var(--v-table-row-height);
19806
- }
19807
- .v-data-table__tr--mobile > td:not(:last-child) {
19808
- border-bottom: 0 !important;
19809
- }
19810
-
19811
- .v-data-table__td-title {
19812
- font-weight: 500;
19813
- text-align: left;
19814
- }
19815
-
19816
- .v-data-table__td-value {
19817
- text-align: right;
19818
- }
19819
-
19820
- .v-data-table__td-sort-icon {
19821
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
19822
- }
19823
- .v-data-table__td-sort-icon-active {
19824
- color: rgba(var(--v-theme-on-surface));
19825
- }.v-data-table-footer {
19826
- align-items: center;
19827
- display: flex;
19828
- flex-wrap: wrap;
19829
- justify-content: flex-end;
19830
- padding: 8px 4px;
19831
- }
19832
- .v-data-table-footer__items-per-page {
19833
- align-items: center;
19834
- display: flex;
19835
- justify-content: center;
19836
- }
19837
- .v-data-table-footer__items-per-page > span {
19838
- padding-inline-end: 8px;
19839
- }
19840
- .v-data-table-footer__items-per-page > .v-select {
19841
- width: 90px;
19842
- }
19843
- .v-data-table-footer__info {
19844
- display: flex;
19845
- justify-content: flex-end;
19846
- min-width: 116px;
19847
- padding: 0 16px;
19848
- }
19849
- .v-data-table-footer__paginationz {
19850
- align-items: center;
19851
- display: flex;
19852
- margin-inline-start: 16px;
19853
- }
19854
- .v-data-table-footer__page {
19855
- padding: 0 8px;
19856
- }.v-date-picker-controls {
19857
- display: flex;
19858
- align-items: center;
19859
- justify-content: space-between;
19860
- font-size: 0.875rem;
19861
- padding-top: 4px;
19862
- padding-bottom: 4px;
19863
- padding-inline-start: 6px;
19864
- padding-inline-end: 12px;
19865
- }
19866
- .v-date-picker-controls > .v-btn:first-child {
19867
- text-transform: none;
19868
- font-weight: 400;
19869
- line-height: initial;
19870
- letter-spacing: initial;
19871
- }
19872
- .v-date-picker-controls--variant-classic {
19873
- padding-inline-start: 12px;
19874
- }
19875
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19876
- opacity: 0.7;
19877
- }
19878
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19879
- cursor: pointer;
19880
- }
19881
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19882
- opacity: 1;
19883
- }
19884
- .v-date-picker-controls .v-btn:last-child {
19885
- margin-inline-start: 4px;
19886
- }
19887
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19888
- transform: rotate(180deg);
19889
- }
19890
-
19891
- .v-date-picker-controls__date {
19892
- margin-inline-end: 4px;
19893
- }
19894
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19895
- margin: auto;
19896
- text-align: center;
19897
- }
19898
-
19899
- .v-date-picker-controls__month {
19900
- display: flex;
19901
- }
19902
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19903
- flex-direction: row-reverse;
19904
- }
19905
-
19906
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19907
- flex: 1 0 auto;
19694
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19695
+ flex: 1 0 auto;
19908
19696
  }
19909
19697
 
19910
19698
  .v-date-picker__title {
@@ -19969,12 +19757,6 @@ html.overflow-y-hidden {
19969
19757
  .date-picker-header-reverse-transition-leave-to {
19970
19758
  opacity: 0;
19971
19759
  transform: translate(0, 100%);
19972
- }.v-date-picker {
19973
- overflow: hidden;
19974
- width: 328px;
19975
- }
19976
- .v-date-picker--show-week {
19977
- width: 368px;
19978
19760
  }.v-date-picker-month {
19979
19761
  display: flex;
19980
19762
  justify-content: center;
@@ -20064,123 +19846,224 @@ html.overflow-y-hidden {
20064
19846
  }
20065
19847
  .v-date-picker-years__content .v-btn {
20066
19848
  padding-inline: 8px;
20067
- }.v-divider {
20068
- display: block;
20069
- flex: 1 1 100%;
20070
- height: 0px;
20071
- max-height: 0px;
20072
- opacity: var(--v-border-opacity);
20073
- transition: inherit;
20074
- border-style: solid;
20075
- border-width: thin 0 0 0;
19849
+ }.v-data-table {
19850
+ width: 100%;
20076
19851
  }
20077
- .v-divider--vertical {
20078
- align-self: stretch;
20079
- border-width: 0 thin 0 0;
20080
- display: inline-flex;
20081
- height: auto;
20082
- margin-left: -1px;
20083
- max-height: 100%;
20084
- max-width: 0px;
20085
- vertical-align: text-bottom;
20086
- width: 0px;
19852
+
19853
+ .v-data-table__table {
19854
+ width: 100%;
19855
+ border-collapse: separate;
19856
+ border-spacing: 0;
20087
19857
  }
20088
- .v-divider--inset:not(.v-divider--vertical) {
20089
- max-width: calc(100% - 72px);
20090
- margin-inline-start: 72px;
19858
+
19859
+ .v-data-table__tr--focus {
19860
+ border: 1px dotted black;
20091
19861
  }
20092
- .v-divider--inset.v-divider--vertical {
20093
- margin-bottom: 8px;
20094
- margin-top: 8px;
20095
- max-height: calc(100% - 16px);
19862
+ .v-data-table__tr--clickable {
19863
+ cursor: pointer;
20096
19864
  }
20097
19865
 
20098
- .v-divider__content {
20099
- padding: 0 16px;
20100
- text-wrap: nowrap;
19866
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19867
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19868
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19869
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19870
+ text-align: end;
20101
19871
  }
20102
- .v-divider__wrapper--vertical .v-divider__content {
20103
- padding: 4px 0;
19872
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19873
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19874
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19875
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19876
+ flex-direction: row-reverse;
20104
19877
  }
20105
-
20106
- .v-divider__wrapper {
20107
- display: flex;
20108
- align-items: center;
20109
- justify-content: center;
19878
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19879
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19880
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19881
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19882
+ text-align: center;
20110
19883
  }
20111
- .v-divider__wrapper--vertical {
20112
- flex-direction: column;
20113
- height: 100%;
19884
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19885
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19886
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19887
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19888
+ justify-content: center;
20114
19889
  }
20115
- .v-divider__wrapper--vertical .v-divider {
20116
- margin: 0 auto;
20117
- }.v-empty-state {
20118
- align-items: center;
20119
- display: flex;
20120
- flex-direction: column;
20121
- justify-content: center;
20122
- min-height: 100%;
20123
- padding: 16px;
19890
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19891
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19892
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19893
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19894
+ padding: 0 8px;
20124
19895
  }
20125
- .v-empty-state--start {
20126
- align-items: flex-start;
19896
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
19897
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
19898
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
19899
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
19900
+ text-overflow: ellipsis;
19901
+ text-wrap: nowrap;
19902
+ overflow: hidden;
20127
19903
  }
20128
- .v-empty-state--center {
19904
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19905
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
19906
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19907
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
19908
+ display: contents;
19909
+ }
19910
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
19911
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20129
19912
  align-items: center;
20130
19913
  }
20131
- .v-empty-state--end {
20132
- align-items: flex-end;
19914
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19915
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19916
+ position: sticky;
19917
+ }
19918
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19919
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19920
+ cursor: pointer;
19921
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19922
+ }
19923
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19924
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19925
+ opacity: 0;
19926
+ }
19927
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19928
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19929
+ opacity: 0.5;
19930
+ }
19931
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
19932
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
19933
+ height: -moz-fit-content;
19934
+ height: fit-content;
20133
19935
  }
20134
19936
 
20135
- .v-empty-state__media {
20136
- text-align: center;
20137
- width: 100%;
19937
+ .v-data-table-column--fixed,
19938
+ .v-data-table__th--sticky {
19939
+ background: rgb(var(--v-theme-surface));
19940
+ position: sticky !important;
19941
+ left: 0;
19942
+ z-index: 1;
20138
19943
  }
20139
- .v-empty-state__media .v-icon {
20140
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19944
+
19945
+ .v-data-table-column--last-fixed {
19946
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20141
19947
  }
20142
19948
 
20143
- .v-empty-state__headline {
20144
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20145
- font-size: 3.75rem;
20146
- font-weight: 300;
20147
- line-height: 1;
20148
- text-align: center;
20149
- margin-bottom: 8px;
19949
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19950
+ z-index: 2;
20150
19951
  }
20151
- .v-empty-state--mobile .v-empty-state__headline {
20152
- font-size: 2.125rem;
19952
+
19953
+ .v-data-table-group-header-row td {
19954
+ background: rgba(var(--v-theme-surface));
19955
+ color: rgba(var(--v-theme-on-surface));
19956
+ }
19957
+ .v-data-table-group-header-row td > span {
19958
+ padding-left: 5px;
20153
19959
  }
20154
19960
 
20155
- .v-empty-state__title {
20156
- font-size: 1.25rem;
20157
- font-weight: 500;
20158
- line-height: 1.6;
20159
- margin-bottom: 4px;
20160
- text-align: center;
19961
+ .v-data-table--loading .v-data-table__td {
19962
+ opacity: var(--v-disabled-opacity);
20161
19963
  }
20162
19964
 
20163
- .v-empty-state__text {
19965
+ .v-data-table-group-header-row__column {
19966
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19967
+ }
19968
+
19969
+ .v-data-table-header__content {
19970
+ display: flex;
19971
+ align-items: center;
19972
+ }
19973
+
19974
+ .v-data-table-header__sort-badge {
19975
+ display: inline-flex;
19976
+ justify-content: center;
19977
+ align-items: center;
20164
19978
  font-size: 0.875rem;
20165
- font-weight: 400;
20166
- line-height: 1.425;
20167
- padding: 0 16px;
19979
+ padding: 4px;
19980
+ border-radius: 50%;
19981
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
19982
+ min-width: 20px;
19983
+ min-height: 20px;
19984
+ width: 20px;
19985
+ height: 20px;
19986
+ }
19987
+
19988
+ .v-data-table-progress > th {
19989
+ border: none !important;
19990
+ height: auto !important;
19991
+ padding: 0 !important;
19992
+ }
19993
+
19994
+ .v-data-table-progress__loader {
19995
+ position: relative;
19996
+ }
19997
+
19998
+ .v-data-table-rows-loading,
19999
+ .v-data-table-rows-no-data {
20168
20000
  text-align: center;
20169
20001
  }
20170
20002
 
20171
- .v-empty-state__content {
20172
- padding: 24px 0;
20003
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20004
+ grid-template-columns: 0;
20005
+ justify-content: center;
20006
+ }
20007
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20008
+ grid-template-columns: 0;
20009
+ justify-content: end;
20010
+ }
20011
+ .v-data-table__tr--mobile > td {
20012
+ align-items: center;
20013
+ column-gap: 4px;
20014
+ display: grid;
20015
+ grid-template-columns: repeat(2, 1fr);
20016
+ min-height: var(--v-table-row-height);
20017
+ }
20018
+ .v-data-table__tr--mobile > td:not(:last-child) {
20019
+ border-bottom: 0 !important;
20173
20020
  }
20174
20021
 
20175
- .v-empty-state__actions {
20176
- display: flex;
20177
- gap: 8px;
20178
- padding: 16px;
20022
+ .v-data-table__td-title {
20023
+ font-weight: 500;
20024
+ text-align: left;
20179
20025
  }
20180
20026
 
20181
- .v-empty-state__action-btn.v-btn {
20182
- background-color: initial;
20183
- color: initial;
20027
+ .v-data-table__td-value {
20028
+ text-align: right;
20029
+ }
20030
+
20031
+ .v-data-table__td-sort-icon {
20032
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20033
+ }
20034
+ .v-data-table__td-sort-icon-active {
20035
+ color: rgba(var(--v-theme-on-surface));
20036
+ }.v-data-table-footer {
20037
+ align-items: center;
20038
+ display: flex;
20039
+ flex-wrap: wrap;
20040
+ justify-content: flex-end;
20041
+ padding: 8px 4px;
20042
+ }
20043
+ .v-data-table-footer__items-per-page {
20044
+ align-items: center;
20045
+ display: flex;
20046
+ justify-content: center;
20047
+ }
20048
+ .v-data-table-footer__items-per-page > span {
20049
+ padding-inline-end: 8px;
20050
+ }
20051
+ .v-data-table-footer__items-per-page > .v-select {
20052
+ width: 90px;
20053
+ }
20054
+ .v-data-table-footer__info {
20055
+ display: flex;
20056
+ justify-content: flex-end;
20057
+ min-width: 116px;
20058
+ padding: 0 16px;
20059
+ }
20060
+ .v-data-table-footer__paginationz {
20061
+ align-items: center;
20062
+ display: flex;
20063
+ margin-inline-start: 16px;
20064
+ }
20065
+ .v-data-table-footer__page {
20066
+ padding: 0 8px;
20184
20067
  }.v-dialog {
20185
20068
  align-items: center;
20186
20069
  justify-content: center;
@@ -20273,75 +20156,56 @@ html.overflow-y-hidden {
20273
20156
  -webkit-backface-visibility: hidden;
20274
20157
  backface-visibility: hidden;
20275
20158
  overflow-y: auto;
20276
- }.v-fab {
20277
- align-items: center;
20159
+ }.v-divider {
20160
+ display: block;
20161
+ flex: 1 1 100%;
20162
+ height: 0px;
20163
+ max-height: 0px;
20164
+ opacity: var(--v-border-opacity);
20165
+ transition: inherit;
20166
+ border-style: solid;
20167
+ border-width: thin 0 0 0;
20168
+ }
20169
+ .v-divider--vertical {
20170
+ align-self: stretch;
20171
+ border-width: 0 thin 0 0;
20278
20172
  display: inline-flex;
20279
- flex: 1 1 auto;
20280
- pointer-events: none;
20281
- position: relative;
20282
- transition-duration: 0.2s;
20283
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20284
- vertical-align: middle;
20173
+ height: auto;
20174
+ margin-left: -1px;
20175
+ max-height: 100%;
20176
+ max-width: 0px;
20177
+ vertical-align: text-bottom;
20178
+ width: 0px;
20285
20179
  }
20286
- .v-fab .v-btn {
20287
- pointer-events: auto;
20180
+ .v-divider--inset:not(.v-divider--vertical) {
20181
+ max-width: calc(100% - 72px);
20182
+ margin-inline-start: 72px;
20288
20183
  }
20289
- .v-fab .v-btn--variant-elevated {
20290
- 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));
20184
+ .v-divider--inset.v-divider--vertical {
20185
+ margin-bottom: 8px;
20186
+ margin-top: 8px;
20187
+ max-height: calc(100% - 16px);
20291
20188
  }
20292
- .v-fab--app, .v-fab--absolute {
20293
- display: flex;
20189
+
20190
+ .v-divider__content {
20191
+ padding: 0 16px;
20192
+ text-wrap: nowrap;
20294
20193
  }
20295
- .v-fab--start, .v-fab--left {
20296
- justify-content: flex-start;
20194
+ .v-divider__wrapper--vertical .v-divider__content {
20195
+ padding: 4px 0;
20297
20196
  }
20298
- .v-fab--center {
20197
+
20198
+ .v-divider__wrapper {
20199
+ display: flex;
20299
20200
  align-items: center;
20300
20201
  justify-content: center;
20301
20202
  }
20302
- .v-fab--end, .v-fab--right {
20303
- justify-content: flex-end;
20203
+ .v-divider__wrapper--vertical {
20204
+ flex-direction: column;
20205
+ height: 100%;
20304
20206
  }
20305
- .v-fab--bottom {
20306
- align-items: flex-end;
20307
- }
20308
- .v-fab--top {
20309
- align-items: flex-start;
20310
- }
20311
- .v-fab--extended .v-btn {
20312
- border-radius: 9999px !important;
20313
- }
20314
-
20315
- .v-fab__container {
20316
- align-self: center;
20317
- display: inline-flex;
20318
- position: absolute;
20319
- vertical-align: middle;
20320
- }
20321
- .v-fab--app .v-fab__container {
20322
- margin: 12px;
20323
- }
20324
- .v-fab--absolute .v-fab__container {
20325
- position: absolute;
20326
- z-index: 4;
20327
- }
20328
- .v-fab--offset.v-fab--top .v-fab__container {
20329
- transform: translateY(-50%);
20330
- }
20331
- .v-fab--offset.v-fab--bottom .v-fab__container {
20332
- transform: translateY(50%);
20333
- }
20334
- .v-fab--top .v-fab__container {
20335
- top: 0;
20336
- }
20337
- .v-fab--bottom .v-fab__container {
20338
- bottom: 0;
20339
- }
20340
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20341
- left: 0;
20342
- }
20343
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20344
- right: 0;
20207
+ .v-divider__wrapper--vertical .v-divider {
20208
+ margin: 0 auto;
20345
20209
  }.v-expansion-panel {
20346
20210
  background-color: rgb(var(--v-theme-surface));
20347
20211
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20552,6 +20416,142 @@ html.overflow-y-hidden {
20552
20416
  }
20553
20417
  .v-expansion-panels--tile > .v-expansion-panel {
20554
20418
  border-radius: 0;
20419
+ }.v-empty-state {
20420
+ align-items: center;
20421
+ display: flex;
20422
+ flex-direction: column;
20423
+ justify-content: center;
20424
+ min-height: 100%;
20425
+ padding: 16px;
20426
+ }
20427
+ .v-empty-state--start {
20428
+ align-items: flex-start;
20429
+ }
20430
+ .v-empty-state--center {
20431
+ align-items: center;
20432
+ }
20433
+ .v-empty-state--end {
20434
+ align-items: flex-end;
20435
+ }
20436
+
20437
+ .v-empty-state__media {
20438
+ text-align: center;
20439
+ width: 100%;
20440
+ }
20441
+ .v-empty-state__media .v-icon {
20442
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20443
+ }
20444
+
20445
+ .v-empty-state__headline {
20446
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20447
+ font-size: 3.75rem;
20448
+ font-weight: 300;
20449
+ line-height: 1;
20450
+ text-align: center;
20451
+ margin-bottom: 8px;
20452
+ }
20453
+ .v-empty-state--mobile .v-empty-state__headline {
20454
+ font-size: 2.125rem;
20455
+ }
20456
+
20457
+ .v-empty-state__title {
20458
+ font-size: 1.25rem;
20459
+ font-weight: 500;
20460
+ line-height: 1.6;
20461
+ margin-bottom: 4px;
20462
+ text-align: center;
20463
+ }
20464
+
20465
+ .v-empty-state__text {
20466
+ font-size: 0.875rem;
20467
+ font-weight: 400;
20468
+ line-height: 1.425;
20469
+ padding: 0 16px;
20470
+ text-align: center;
20471
+ }
20472
+
20473
+ .v-empty-state__content {
20474
+ padding: 24px 0;
20475
+ }
20476
+
20477
+ .v-empty-state__actions {
20478
+ display: flex;
20479
+ gap: 8px;
20480
+ padding: 16px;
20481
+ }
20482
+
20483
+ .v-empty-state__action-btn.v-btn {
20484
+ background-color: initial;
20485
+ color: initial;
20486
+ }.v-fab {
20487
+ align-items: center;
20488
+ display: inline-flex;
20489
+ flex: 1 1 auto;
20490
+ pointer-events: none;
20491
+ position: relative;
20492
+ transition-duration: 0.2s;
20493
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20494
+ vertical-align: middle;
20495
+ }
20496
+ .v-fab .v-btn {
20497
+ pointer-events: auto;
20498
+ }
20499
+ .v-fab .v-btn--variant-elevated {
20500
+ 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));
20501
+ }
20502
+ .v-fab--app, .v-fab--absolute {
20503
+ display: flex;
20504
+ }
20505
+ .v-fab--start, .v-fab--left {
20506
+ justify-content: flex-start;
20507
+ }
20508
+ .v-fab--center {
20509
+ align-items: center;
20510
+ justify-content: center;
20511
+ }
20512
+ .v-fab--end, .v-fab--right {
20513
+ justify-content: flex-end;
20514
+ }
20515
+ .v-fab--bottom {
20516
+ align-items: flex-end;
20517
+ }
20518
+ .v-fab--top {
20519
+ align-items: flex-start;
20520
+ }
20521
+ .v-fab--extended .v-btn {
20522
+ border-radius: 9999px !important;
20523
+ }
20524
+
20525
+ .v-fab__container {
20526
+ align-self: center;
20527
+ display: inline-flex;
20528
+ position: absolute;
20529
+ vertical-align: middle;
20530
+ }
20531
+ .v-fab--app .v-fab__container {
20532
+ margin: 12px;
20533
+ }
20534
+ .v-fab--absolute .v-fab__container {
20535
+ position: absolute;
20536
+ z-index: 4;
20537
+ }
20538
+ .v-fab--offset.v-fab--top .v-fab__container {
20539
+ transform: translateY(-50%);
20540
+ }
20541
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20542
+ transform: translateY(50%);
20543
+ }
20544
+ .v-fab--top .v-fab__container {
20545
+ top: 0;
20546
+ }
20547
+ .v-fab--bottom .v-fab__container {
20548
+ bottom: 0;
20549
+ }
20550
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20551
+ left: 0;
20552
+ }
20553
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20554
+ right: 0;
20555
20555
  }.v-file-input--hide.v-input .v-field,
20556
20556
  .v-file-input--hide.v-input .v-input__control,
20557
20557
  .v-file-input--hide.v-input .v-input__details {
@@ -21152,7 +21152,35 @@ textarea.v-field__input::placeholder {
21152
21152
  opacity: 0;
21153
21153
  }
21154
21154
 
21155
- /* endregion */.v-container {
21155
+ /* endregion */.v-footer {
21156
+ align-items: center;
21157
+ display: flex;
21158
+ flex: 1 1 auto;
21159
+ padding: 8px 16px;
21160
+ position: relative;
21161
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21162
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21163
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21164
+ border-style: solid;
21165
+ border-width: 0;
21166
+ 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));
21167
+ border-radius: 0;
21168
+ background: rgb(var(--v-theme-surface));
21169
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21170
+ }
21171
+ .v-footer--border {
21172
+ border-width: thin;
21173
+ box-shadow: none;
21174
+ }
21175
+ .v-footer--absolute {
21176
+ position: absolute;
21177
+ }
21178
+ .v-footer--fixed {
21179
+ position: fixed;
21180
+ }
21181
+ .v-footer--rounded {
21182
+ border-radius: 4px;
21183
+ }.v-container {
21156
21184
  width: 100%;
21157
21185
  padding: 16px;
21158
21186
  margin-right: auto;
@@ -21824,34 +21852,6 @@ textarea.v-field__input::placeholder {
21824
21852
  .offset-xxl-11 {
21825
21853
  margin-inline-start: 91.6666666667%;
21826
21854
  }
21827
- }.v-footer {
21828
- align-items: center;
21829
- display: flex;
21830
- flex: 1 1 auto;
21831
- padding: 8px 16px;
21832
- position: relative;
21833
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21834
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21835
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21836
- border-style: solid;
21837
- border-width: 0;
21838
- 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));
21839
- border-radius: 0;
21840
- background: rgb(var(--v-theme-surface));
21841
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21842
- }
21843
- .v-footer--border {
21844
- border-width: thin;
21845
- box-shadow: none;
21846
- }
21847
- .v-footer--absolute {
21848
- position: absolute;
21849
- }
21850
- .v-footer--fixed {
21851
- position: fixed;
21852
- }
21853
- .v-footer--rounded {
21854
- border-radius: 4px;
21855
21855
  }.v-icon {
21856
21856
  --v-icon-size-multiplier: 1;
21857
21857
  align-items: center;
@@ -21905,27 +21905,63 @@ textarea.v-field__input::placeholder {
21905
21905
 
21906
21906
  .v-icon--end {
21907
21907
  margin-inline-start: 8px;
21908
- }.v-infinite-scroll--horizontal {
21909
- display: flex;
21910
- flex-direction: row;
21911
- overflow-x: auto;
21912
- }
21913
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21914
- height: 100%;
21915
- width: 1px;
21908
+ }.v-img {
21909
+ --v-theme-overlay-multiplier: 3;
21910
+ z-index: 0;
21916
21911
  }
21917
-
21918
- .v-infinite-scroll--vertical {
21919
- display: flex;
21920
- flex-direction: column;
21921
- overflow-y: auto;
21912
+ .v-img--booting .v-responsive__sizer {
21913
+ transition: none;
21922
21914
  }
21923
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21924
- height: 1px;
21925
- width: 100%;
21915
+ .v-img--rounded {
21916
+ border-radius: 4px;
21926
21917
  }
21927
21918
 
21928
- .v-infinite-scroll__side {
21919
+ .v-img__img,
21920
+ .v-img__picture,
21921
+ .v-img__gradient,
21922
+ .v-img__placeholder,
21923
+ .v-img__error {
21924
+ z-index: -1;
21925
+ position: absolute;
21926
+ top: 0;
21927
+ left: 0;
21928
+ width: 100%;
21929
+ height: 100%;
21930
+ }
21931
+
21932
+ .v-img__img--preload {
21933
+ filter: blur(4px);
21934
+ }
21935
+ .v-img__img--contain {
21936
+ object-fit: contain;
21937
+ }
21938
+ .v-img__img--cover {
21939
+ object-fit: cover;
21940
+ }
21941
+
21942
+ .v-img__gradient {
21943
+ background-repeat: no-repeat;
21944
+ }.v-infinite-scroll--horizontal {
21945
+ display: flex;
21946
+ flex-direction: row;
21947
+ overflow-x: auto;
21948
+ }
21949
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21950
+ height: 100%;
21951
+ width: 1px;
21952
+ }
21953
+
21954
+ .v-infinite-scroll--vertical {
21955
+ display: flex;
21956
+ flex-direction: column;
21957
+ overflow-y: auto;
21958
+ }
21959
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21960
+ height: 1px;
21961
+ width: 100%;
21962
+ }
21963
+
21964
+ .v-infinite-scroll__side {
21929
21965
  align-items: center;
21930
21966
  display: flex;
21931
21967
  justify-content: center;
@@ -22072,42 +22108,6 @@ textarea.v-field__input::placeholder {
22072
22108
 
22073
22109
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22074
22110
  padding-top: calc(var(--v-input-padding-top) + 0px);
22075
- }.v-img {
22076
- --v-theme-overlay-multiplier: 3;
22077
- z-index: 0;
22078
- }
22079
- .v-img--booting .v-responsive__sizer {
22080
- transition: none;
22081
- }
22082
- .v-img--rounded {
22083
- border-radius: 4px;
22084
- }
22085
-
22086
- .v-img__img,
22087
- .v-img__picture,
22088
- .v-img__gradient,
22089
- .v-img__placeholder,
22090
- .v-img__error {
22091
- z-index: -1;
22092
- position: absolute;
22093
- top: 0;
22094
- left: 0;
22095
- width: 100%;
22096
- height: 100%;
22097
- }
22098
-
22099
- .v-img__img--preload {
22100
- filter: blur(4px);
22101
- }
22102
- .v-img__img--contain {
22103
- object-fit: contain;
22104
- }
22105
- .v-img__img--cover {
22106
- object-fit: cover;
22107
- }
22108
-
22109
- .v-img__gradient {
22110
- background-repeat: no-repeat;
22111
22111
  }.v-item-group {
22112
22112
  flex: 0 1 auto;
22113
22113
  max-width: 100%;
@@ -22128,6 +22128,13 @@ textarea.v-field__input::placeholder {
22128
22128
 
22129
22129
  .v-label--clickable {
22130
22130
  cursor: pointer;
22131
+ }.v-layout-item {
22132
+ position: absolute;
22133
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22134
+ }
22135
+
22136
+ .v-layout-item--absolute {
22137
+ position: absolute;
22131
22138
  }.v-layout {
22132
22139
  --v-scrollbar-offset: 0px;
22133
22140
  display: flex;
@@ -22136,15 +22143,6 @@ textarea.v-field__input::placeholder {
22136
22143
  .v-layout--full-height {
22137
22144
  --v-scrollbar-offset: inherit;
22138
22145
  height: 100%;
22139
- }.v-layout-item {
22140
- position: absolute;
22141
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22142
- }
22143
-
22144
- .v-layout-item--absolute {
22145
- position: absolute;
22146
- }.v-locale-provider {
22147
- display: contents;
22148
22146
  }.v-list {
22149
22147
  overflow: auto;
22150
22148
  padding: 8px 0;
@@ -22702,6 +22700,8 @@ textarea.v-field__input::placeholder {
22702
22700
  }
22703
22701
  .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22704
22702
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22703
+ }.v-locale-provider {
22704
+ display: contents;
22705
22705
  }.v-main {
22706
22706
  flex: 1 0 auto;
22707
22707
  max-width: 100%;
@@ -22917,14 +22917,6 @@ textarea.v-field__input::placeholder {
22917
22917
  }
22918
22918
  .v-otp-input__loader .v-progress-linear {
22919
22919
  position: absolute;
22920
- }.v-pagination__list {
22921
- display: inline-flex;
22922
- list-style-type: none;
22923
- justify-content: center;
22924
- width: 100%;
22925
- }
22926
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22927
- margin: 0.3rem;
22928
22920
  }.v-overlay-container {
22929
22921
  contain: layout;
22930
22922
  left: 0;
@@ -22988,6 +22980,14 @@ html.v-overlay-scroll-blocked {
22988
22980
 
22989
22981
  .v-overlay--scroll-blocked {
22990
22982
  padding-inline-end: var(--v-scrollbar-offset);
22983
+ }.v-pagination__list {
22984
+ display: inline-flex;
22985
+ list-style-type: none;
22986
+ justify-content: center;
22987
+ width: 100%;
22988
+ }
22989
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22990
+ margin: 0.3rem;
22991
22991
  }.v-parallax {
22992
22992
  position: relative;
22993
22993
  overflow: hidden;
@@ -23430,6 +23430,54 @@ html.v-overlay-scroll-blocked {
23430
23430
  opacity: 0;
23431
23431
  position: absolute;
23432
23432
  width: 0;
23433
+ }.v-select .v-field .v-text-field__prefix,
23434
+ .v-select .v-field .v-text-field__suffix,
23435
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23436
+ cursor: pointer;
23437
+ }
23438
+ .v-select .v-field .v-field__input > input {
23439
+ align-self: flex-start;
23440
+ opacity: 1;
23441
+ flex: 0 0;
23442
+ position: absolute;
23443
+ width: 100%;
23444
+ transition: none;
23445
+ pointer-events: none;
23446
+ caret-color: transparent;
23447
+ }
23448
+ .v-select .v-field--dirty .v-select__selection {
23449
+ margin-inline-end: 2px;
23450
+ }
23451
+ .v-select .v-select__selection-text {
23452
+ overflow: hidden;
23453
+ text-overflow: ellipsis;
23454
+ white-space: nowrap;
23455
+ }
23456
+ .v-select__content {
23457
+ overflow: hidden;
23458
+ 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));
23459
+ border-radius: 4px;
23460
+ }
23461
+ .v-select__selection {
23462
+ display: inline-flex;
23463
+ align-items: center;
23464
+ letter-spacing: inherit;
23465
+ line-height: inherit;
23466
+ max-width: 100%;
23467
+ }
23468
+ .v-select .v-select__selection:first-child {
23469
+ margin-inline-start: 0;
23470
+ }
23471
+ .v-select--selected .v-field .v-field__input > input {
23472
+ opacity: 0;
23473
+ }
23474
+ .v-select__menu-icon {
23475
+ margin-inline-start: 4px;
23476
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23477
+ }
23478
+ .v-select--active-menu .v-select__menu-icon {
23479
+ opacity: var(--v-high-emphasis-opacity);
23480
+ transform: rotate(180deg);
23433
23481
  }.v-responsive {
23434
23482
  display: flex;
23435
23483
  flex: 1 0 auto;
@@ -23557,54 +23605,6 @@ html.v-overlay-scroll-blocked {
23557
23605
  }
23558
23606
  .v-selection-control--focus-visible .v-selection-control__input::before {
23559
23607
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23560
- }.v-select .v-field .v-text-field__prefix,
23561
- .v-select .v-field .v-text-field__suffix,
23562
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23563
- cursor: pointer;
23564
- }
23565
- .v-select .v-field .v-field__input > input {
23566
- align-self: flex-start;
23567
- opacity: 1;
23568
- flex: 0 0;
23569
- position: absolute;
23570
- width: 100%;
23571
- transition: none;
23572
- pointer-events: none;
23573
- caret-color: transparent;
23574
- }
23575
- .v-select .v-field--dirty .v-select__selection {
23576
- margin-inline-end: 2px;
23577
- }
23578
- .v-select .v-select__selection-text {
23579
- overflow: hidden;
23580
- text-overflow: ellipsis;
23581
- white-space: nowrap;
23582
- }
23583
- .v-select__content {
23584
- overflow: hidden;
23585
- 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));
23586
- border-radius: 4px;
23587
- }
23588
- .v-select__selection {
23589
- display: inline-flex;
23590
- align-items: center;
23591
- letter-spacing: inherit;
23592
- line-height: inherit;
23593
- max-width: 100%;
23594
- }
23595
- .v-select .v-select__selection:first-child {
23596
- margin-inline-start: 0;
23597
- }
23598
- .v-select--selected .v-field .v-field__input > input {
23599
- opacity: 0;
23600
- }
23601
- .v-select__menu-icon {
23602
- margin-inline-start: 4px;
23603
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23604
- }
23605
- .v-select--active-menu .v-select__menu-icon {
23606
- opacity: var(--v-high-emphasis-opacity);
23607
- transform: rotate(180deg);
23608
23608
  }.v-selection-control-group {
23609
23609
  grid-area: control;
23610
23610
  display: flex;
@@ -24057,47 +24057,6 @@ html.v-overlay-scroll-blocked {
24057
24057
  }
24058
24058
  .v-snackbar-transition-leave-to {
24059
24059
  opacity: 0;
24060
- }.v-speed-dial__content {
24061
- gap: 8px;
24062
- }
24063
- .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 {
24064
- flex-direction: row;
24065
- }
24066
- .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 {
24067
- flex-direction: row-reverse;
24068
- }
24069
- .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 {
24070
- flex-direction: column-reverse;
24071
- }
24072
- .v-speed-dial__content > *:nth-child(1) {
24073
- transition-delay: 0s;
24074
- }
24075
- .v-speed-dial__content > *:nth-child(2) {
24076
- transition-delay: 0.05s;
24077
- }
24078
- .v-speed-dial__content > *:nth-child(3) {
24079
- transition-delay: 0.1s;
24080
- }
24081
- .v-speed-dial__content > *:nth-child(4) {
24082
- transition-delay: 0.15s;
24083
- }
24084
- .v-speed-dial__content > *:nth-child(5) {
24085
- transition-delay: 0.2s;
24086
- }
24087
- .v-speed-dial__content > *:nth-child(6) {
24088
- transition-delay: 0.25s;
24089
- }
24090
- .v-speed-dial__content > *:nth-child(7) {
24091
- transition-delay: 0.3s;
24092
- }
24093
- .v-speed-dial__content > *:nth-child(8) {
24094
- transition-delay: 0.35s;
24095
- }
24096
- .v-speed-dial__content > *:nth-child(9) {
24097
- transition-delay: 0.4s;
24098
- }
24099
- .v-speed-dial__content > *:nth-child(10) {
24100
- transition-delay: 0.45s;
24101
24060
  }.v-stepper.v-sheet {
24102
24061
  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));
24103
24062
  border-radius: 4px;
@@ -24264,223 +24223,76 @@ html.v-overlay-scroll-blocked {
24264
24223
  width: 100%;
24265
24224
  height: 100%;
24266
24225
  pointer-events: none;
24267
- }.v-switch .v-label {
24268
- padding-inline-start: 10px;
24269
- }
24270
-
24271
- .v-switch__loader {
24272
- display: flex;
24273
- }
24274
- .v-switch__loader .v-progress-circular {
24275
- color: rgb(var(--v-theme-surface));
24276
- }
24277
-
24278
- .v-switch__track,
24279
- .v-switch__thumb {
24280
- transition: none;
24281
- }
24282
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24283
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24284
- background-color: rgb(var(--v-theme-error));
24285
- color: rgb(var(--v-theme-on-error));
24286
- }
24287
-
24288
- .v-switch__track-true {
24289
- margin-inline-end: auto;
24290
- }
24291
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24292
- opacity: 0;
24226
+ }.v-speed-dial__content {
24227
+ gap: 8px;
24293
24228
  }
24294
-
24295
- .v-switch__track-false {
24296
- margin-inline-start: auto;
24229
+ .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 {
24230
+ flex-direction: row;
24297
24231
  }
24298
- .v-selection-control--dirty .v-switch__track-false {
24299
- opacity: 0;
24232
+ .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 {
24233
+ flex-direction: row-reverse;
24300
24234
  }
24301
-
24302
- .v-switch__track {
24303
- display: inline-flex;
24304
- align-items: center;
24305
- font-size: 0.5rem;
24306
- padding: 0 5px;
24307
- background-color: rgb(var(--v-theme-surface-variant));
24308
- border-radius: 9999px;
24309
- height: 14px;
24310
- opacity: 0.6;
24311
- min-width: 36px;
24312
- cursor: pointer;
24313
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24235
+ .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 {
24236
+ flex-direction: column-reverse;
24314
24237
  }
24315
- .v-switch--inset .v-switch__track {
24316
- border-radius: 9999px;
24317
- font-size: 0.75rem;
24318
- height: 32px;
24319
- min-width: 52px;
24238
+ .v-speed-dial__content > *:nth-child(1) {
24239
+ transition-delay: 0s;
24320
24240
  }
24321
-
24322
- .v-switch__thumb {
24323
- align-items: center;
24324
- background-color: rgb(var(--v-theme-surface-bright));
24325
- color: rgb(var(--v-theme-on-surface-bright));
24326
- border-radius: 50%;
24327
- display: flex;
24328
- font-size: 0.75rem;
24329
- height: 20px;
24330
- justify-content: center;
24331
- width: 20px;
24332
- pointer-events: none;
24333
- 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);
24334
- position: relative;
24335
- overflow: hidden;
24241
+ .v-speed-dial__content > *:nth-child(2) {
24242
+ transition-delay: 0.05s;
24336
24243
  }
24337
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24338
- 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));
24244
+ .v-speed-dial__content > *:nth-child(3) {
24245
+ transition-delay: 0.1s;
24339
24246
  }
24340
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24341
- background: rgb(var(--v-theme-surface-variant));
24342
- color: rgb(var(--v-theme-on-surface-variant));
24343
- 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));
24247
+ .v-speed-dial__content > *:nth-child(4) {
24248
+ transition-delay: 0.15s;
24344
24249
  }
24345
- .v-switch--inset .v-switch__thumb {
24346
- height: 24px;
24347
- width: 24px;
24348
- transform: scale(0.6666666667);
24250
+ .v-speed-dial__content > *:nth-child(5) {
24251
+ transition-delay: 0.2s;
24349
24252
  }
24350
- .v-switch--inset .v-switch__thumb--filled {
24351
- transform: none;
24253
+ .v-speed-dial__content > *:nth-child(6) {
24254
+ transition-delay: 0.25s;
24352
24255
  }
24353
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24354
- transform: none;
24355
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24256
+ .v-speed-dial__content > *:nth-child(7) {
24257
+ transition-delay: 0.3s;
24356
24258
  }
24357
-
24358
- .v-switch.v-input {
24359
- flex: 0 1 auto;
24259
+ .v-speed-dial__content > *:nth-child(8) {
24260
+ transition-delay: 0.35s;
24360
24261
  }
24361
- .v-switch .v-selection-control {
24362
- min-height: var(--v-input-control-height);
24262
+ .v-speed-dial__content > *:nth-child(9) {
24263
+ transition-delay: 0.4s;
24363
24264
  }
24364
- .v-switch .v-selection-control__input {
24365
- border-radius: 50%;
24366
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24367
- position: absolute;
24265
+ .v-speed-dial__content > *:nth-child(10) {
24266
+ transition-delay: 0.45s;
24267
+ }.v-tab.v-tab.v-btn {
24268
+ height: var(--v-tabs-height);
24269
+ border-radius: 0;
24270
+ min-width: 90px;
24368
24271
  }
24369
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24370
- transform: translateX(-10px);
24272
+ .v-slide-group--horizontal .v-tab {
24273
+ max-width: 360px;
24371
24274
  }
24372
-
24373
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24374
- transform: translateX(10px);
24275
+ .v-slide-group--vertical .v-tab {
24276
+ justify-content: start;
24375
24277
  }
24376
24278
 
24377
- .v-switch .v-selection-control__input .v-icon {
24279
+ .v-tab__slider {
24378
24280
  position: absolute;
24379
- }
24380
- .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 {
24381
- transform: translateX(10px);
24382
- }
24383
-
24384
- .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 {
24385
- transform: translateX(-10px);
24386
- }
24387
-
24388
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24389
- transform: scale(0.8);
24390
- }
24391
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24392
- transform: scale(0.75);
24393
- box-shadow: none;
24394
- }
24395
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24396
- width: auto;
24397
- }
24398
- .v-switch.v-input--vertical .v-label {
24399
- min-width: max-content;
24400
- }
24401
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24402
- transform: rotate(-90deg);
24403
- }
24404
-
24405
- @media (forced-colors: active) {
24406
- .v-switch .v-switch__loader .v-progress-circular {
24407
- color: currentColor;
24408
- }
24409
- .v-switch .v-switch__thumb {
24410
- background-color: buttontext;
24411
- }
24412
- .v-switch .v-switch__track,
24413
- .v-switch .v-switch__thumb {
24414
- border: 1px solid;
24415
- color: buttontext;
24416
- }
24417
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24418
- background-color: highlight;
24419
- }
24420
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24421
- background-color: highlight;
24422
- }
24423
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24424
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24425
- color: highlight;
24426
- }
24427
- .v-switch.v-switch--inset .v-switch__track {
24428
- border-width: 2px;
24429
- }
24430
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24431
- background-color: highlighttext;
24432
- color: highlighttext;
24433
- }
24434
- .v-switch.v-input--disabled .v-switch__thumb {
24435
- background-color: graytext;
24436
- }
24437
- .v-switch.v-input--disabled .v-switch__track,
24438
- .v-switch.v-input--disabled .v-switch__thumb {
24439
- color: graytext;
24440
- }
24441
- .v-switch.v-switch--loading .v-switch__thumb {
24442
- background-color: canvas;
24443
- }
24444
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24445
- border-width: 0;
24446
- }
24447
- }.v-system-bar {
24448
- align-items: center;
24449
- display: flex;
24450
- flex: 1 1 auto;
24451
- height: 24px;
24452
- justify-content: flex-end;
24453
- max-width: 100%;
24454
- padding-inline: 8px;
24455
- position: relative;
24456
- text-align: end;
24281
+ bottom: 0;
24282
+ left: 0;
24283
+ height: 2px;
24457
24284
  width: 100%;
24458
- 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));
24459
- background: rgba(var(--v-theme-surface-light));
24460
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24461
- font-size: 0.75rem;
24462
- font-weight: 400;
24463
- letter-spacing: 0.0333333333em;
24464
- line-height: 1.667;
24465
- text-transform: none;
24466
- }
24467
- .v-system-bar .v-icon {
24468
- opacity: var(--v-medium-emphasis-opacity);
24469
- }
24470
- .v-system-bar--absolute {
24471
- position: absolute;
24472
- }
24473
- .v-system-bar--fixed {
24474
- position: fixed;
24475
- }
24476
- .v-system-bar--rounded {
24477
- border-radius: 0;
24285
+ background: currentColor;
24286
+ pointer-events: none;
24287
+ opacity: 0;
24478
24288
  }
24479
- .v-system-bar--window {
24480
- height: 32px;
24289
+ .v-tab--selected .v-tab__slider {
24290
+ opacity: 1;
24481
24291
  }
24482
- .v-system-bar:not(.v-system-bar--absolute) {
24483
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24292
+ .v-slide-group--vertical .v-tab__slider {
24293
+ top: 0;
24294
+ height: 100%;
24295
+ width: 2px;
24484
24296
  }.v-tabs {
24485
24297
  display: flex;
24486
24298
  height: var(--v-tabs-height);
@@ -24547,35 +24359,6 @@ html.v-overlay-scroll-blocked {
24547
24359
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24548
24360
  margin-inline-end: 52px;
24549
24361
  }
24550
- }.v-tab.v-tab.v-btn {
24551
- height: var(--v-tabs-height);
24552
- border-radius: 0;
24553
- min-width: 90px;
24554
- }
24555
- .v-slide-group--horizontal .v-tab {
24556
- max-width: 360px;
24557
- }
24558
- .v-slide-group--vertical .v-tab {
24559
- justify-content: start;
24560
- }
24561
-
24562
- .v-tab__slider {
24563
- position: absolute;
24564
- bottom: 0;
24565
- left: 0;
24566
- height: 2px;
24567
- width: 100%;
24568
- background: currentColor;
24569
- pointer-events: none;
24570
- opacity: 0;
24571
- }
24572
- .v-tab--selected .v-tab__slider {
24573
- opacity: 1;
24574
- }
24575
- .v-slide-group--vertical .v-tab__slider {
24576
- top: 0;
24577
- height: 100%;
24578
- width: 2px;
24579
24362
  }.v-table {
24580
24363
  background: rgb(var(--v-theme-surface));
24581
24364
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25354,121 +25137,338 @@ html.v-overlay-scroll-blocked {
25354
25137
  line-height: 2.25rem;
25355
25138
  text-transform: none;
25356
25139
  }
25357
-
25358
- .v-toolbar-title__placeholder {
25359
- overflow: hidden;
25360
- text-overflow: ellipsis;
25361
- white-space: nowrap;
25140
+
25141
+ .v-toolbar-title__placeholder {
25142
+ overflow: hidden;
25143
+ text-overflow: ellipsis;
25144
+ white-space: nowrap;
25145
+ }
25146
+
25147
+ .v-toolbar-items {
25148
+ display: flex;
25149
+ height: inherit;
25150
+ align-self: stretch;
25151
+ }
25152
+ .v-toolbar-items > .v-btn {
25153
+ border-radius: 0;
25154
+ }.v-tooltip > .v-overlay__content {
25155
+ background: rgb(var(--v-theme-surface-variant));
25156
+ color: rgb(var(--v-theme-on-surface-variant));
25157
+ border-radius: 4px;
25158
+ font-size: 0.875rem;
25159
+ line-height: 1.6;
25160
+ display: inline-block;
25161
+ padding: 5px 16px;
25162
+ text-transform: initial;
25163
+ width: auto;
25164
+ opacity: 1;
25165
+ pointer-events: none;
25166
+ transition-property: opacity, transform;
25167
+ overflow-wrap: break-word;
25168
+ }
25169
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25170
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25171
+ transition-duration: 150ms;
25172
+ }
25173
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25174
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25175
+ transition-duration: 75ms;
25176
+ }.v-virtual-scroll {
25177
+ display: block;
25178
+ flex: 1 1 auto;
25179
+ max-width: 100%;
25180
+ overflow: auto;
25181
+ position: relative;
25182
+ }
25183
+ .v-virtual-scroll__container {
25184
+ display: block;
25185
+ }.v-window {
25186
+ overflow: hidden;
25187
+ }
25188
+ .v-window__container {
25189
+ display: flex;
25190
+ flex-direction: column;
25191
+ height: inherit;
25192
+ position: relative;
25193
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25194
+ }
25195
+ .v-window__controls {
25196
+ position: absolute;
25197
+ left: 0;
25198
+ top: 0;
25199
+ width: 100%;
25200
+ height: 100%;
25201
+ display: flex;
25202
+ align-items: center;
25203
+ justify-content: space-between;
25204
+ padding: 0 16px;
25205
+ pointer-events: none;
25206
+ }
25207
+ .v-window__controls > * {
25208
+ pointer-events: auto;
25209
+ }
25210
+ .v-window--show-arrows-on-hover {
25211
+ overflow: hidden;
25212
+ }
25213
+ .v-window--show-arrows-on-hover .v-window__left {
25214
+ transform: translateX(-200%);
25215
+ }
25216
+ .v-window--show-arrows-on-hover .v-window__right {
25217
+ transform: translateX(200%);
25218
+ }
25219
+ .v-window--show-arrows-on-hover:hover .v-window__left,
25220
+ .v-window--show-arrows-on-hover:hover .v-window__right {
25221
+ transform: translateX(0);
25222
+ }
25223
+
25224
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25225
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25226
+ }
25227
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25228
+ position: absolute !important;
25229
+ top: 0;
25230
+ width: 100%;
25231
+ }
25232
+ .v-window-x-transition-enter-from {
25233
+ transform: translateX(100%);
25234
+ }
25235
+ .v-window-x-transition-leave-to {
25236
+ transform: translateX(-100%);
25237
+ }
25238
+ .v-window-x-reverse-transition-enter-from {
25239
+ transform: translateX(-100%);
25240
+ }
25241
+ .v-window-x-reverse-transition-leave-to {
25242
+ transform: translateX(100%);
25243
+ }
25244
+ .v-window-y-transition-enter-from {
25245
+ transform: translateY(100%);
25246
+ }
25247
+ .v-window-y-transition-leave-to {
25248
+ transform: translateY(-100%);
25249
+ }
25250
+ .v-window-y-reverse-transition-enter-from {
25251
+ transform: translateY(-100%);
25252
+ }
25253
+ .v-window-y-reverse-transition-leave-to {
25254
+ transform: translateY(100%);
25255
+ }.v-system-bar {
25256
+ align-items: center;
25257
+ display: flex;
25258
+ flex: 1 1 auto;
25259
+ height: 24px;
25260
+ justify-content: flex-end;
25261
+ max-width: 100%;
25262
+ padding-inline: 8px;
25263
+ position: relative;
25264
+ text-align: end;
25265
+ width: 100%;
25266
+ 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));
25267
+ background: rgba(var(--v-theme-surface-light));
25268
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25269
+ font-size: 0.75rem;
25270
+ font-weight: 400;
25271
+ letter-spacing: 0.0333333333em;
25272
+ line-height: 1.667;
25273
+ text-transform: none;
25274
+ }
25275
+ .v-system-bar .v-icon {
25276
+ opacity: var(--v-medium-emphasis-opacity);
25277
+ }
25278
+ .v-system-bar--absolute {
25279
+ position: absolute;
25280
+ }
25281
+ .v-system-bar--fixed {
25282
+ position: fixed;
25283
+ }
25284
+ .v-system-bar--rounded {
25285
+ border-radius: 0;
25286
+ }
25287
+ .v-system-bar--window {
25288
+ height: 32px;
25289
+ }
25290
+ .v-system-bar:not(.v-system-bar--absolute) {
25291
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25292
+ }.v-switch .v-label {
25293
+ padding-inline-start: 10px;
25294
+ }
25295
+
25296
+ .v-switch__loader {
25297
+ display: flex;
25298
+ }
25299
+ .v-switch__loader .v-progress-circular {
25300
+ color: rgb(var(--v-theme-surface));
25301
+ }
25302
+
25303
+ .v-switch__track,
25304
+ .v-switch__thumb {
25305
+ transition: none;
25306
+ }
25307
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25308
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25309
+ background-color: rgb(var(--v-theme-error));
25310
+ color: rgb(var(--v-theme-on-error));
25311
+ }
25312
+
25313
+ .v-switch__track-true {
25314
+ margin-inline-end: auto;
25315
+ }
25316
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25317
+ opacity: 0;
25318
+ }
25319
+
25320
+ .v-switch__track-false {
25321
+ margin-inline-start: auto;
25322
+ }
25323
+ .v-selection-control--dirty .v-switch__track-false {
25324
+ opacity: 0;
25325
+ }
25326
+
25327
+ .v-switch__track {
25328
+ display: inline-flex;
25329
+ align-items: center;
25330
+ font-size: 0.5rem;
25331
+ padding: 0 5px;
25332
+ background-color: rgb(var(--v-theme-surface-variant));
25333
+ border-radius: 9999px;
25334
+ height: 14px;
25335
+ opacity: 0.6;
25336
+ min-width: 36px;
25337
+ cursor: pointer;
25338
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25339
+ }
25340
+ .v-switch--inset .v-switch__track {
25341
+ border-radius: 9999px;
25342
+ font-size: 0.75rem;
25343
+ height: 32px;
25344
+ min-width: 52px;
25362
25345
  }
25363
25346
 
25364
- .v-toolbar-items {
25347
+ .v-switch__thumb {
25348
+ align-items: center;
25349
+ background-color: rgb(var(--v-theme-surface-bright));
25350
+ color: rgb(var(--v-theme-on-surface-bright));
25351
+ border-radius: 50%;
25365
25352
  display: flex;
25366
- height: inherit;
25367
- align-self: stretch;
25368
- }
25369
- .v-toolbar-items > .v-btn {
25370
- border-radius: 0;
25371
- }.v-tooltip > .v-overlay__content {
25372
- background: rgb(var(--v-theme-surface-variant));
25373
- color: rgb(var(--v-theme-on-surface-variant));
25374
- border-radius: 4px;
25375
- font-size: 0.875rem;
25376
- line-height: 1.6;
25377
- display: inline-block;
25378
- padding: 5px 16px;
25379
- text-transform: initial;
25380
- width: auto;
25381
- opacity: 1;
25353
+ font-size: 0.75rem;
25354
+ height: 20px;
25355
+ justify-content: center;
25356
+ width: 20px;
25382
25357
  pointer-events: none;
25383
- transition-property: opacity, transform;
25384
- overflow-wrap: break-word;
25385
- }
25386
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25387
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25388
- transition-duration: 150ms;
25389
- }
25390
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25391
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25392
- transition-duration: 75ms;
25393
- }.v-virtual-scroll {
25394
- display: block;
25395
- flex: 1 1 auto;
25396
- max-width: 100%;
25397
- overflow: auto;
25358
+ 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);
25398
25359
  position: relative;
25399
- }
25400
- .v-virtual-scroll__container {
25401
- display: block;
25402
- }.v-window {
25403
25360
  overflow: hidden;
25404
25361
  }
25405
- .v-window__container {
25406
- display: flex;
25407
- flex-direction: column;
25408
- height: inherit;
25409
- position: relative;
25410
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25362
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25363
+ 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));
25411
25364
  }
25412
- .v-window__controls {
25413
- position: absolute;
25414
- left: 0;
25415
- top: 0;
25416
- width: 100%;
25417
- height: 100%;
25418
- display: flex;
25419
- align-items: center;
25420
- justify-content: space-between;
25421
- padding: 0 16px;
25422
- pointer-events: none;
25365
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25366
+ background: rgb(var(--v-theme-surface-variant));
25367
+ color: rgb(var(--v-theme-on-surface-variant));
25368
+ 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));
25423
25369
  }
25424
- .v-window__controls > * {
25425
- pointer-events: auto;
25370
+ .v-switch--inset .v-switch__thumb {
25371
+ height: 24px;
25372
+ width: 24px;
25373
+ transform: scale(0.6666666667);
25426
25374
  }
25427
- .v-window--show-arrows-on-hover {
25428
- overflow: hidden;
25375
+ .v-switch--inset .v-switch__thumb--filled {
25376
+ transform: none;
25429
25377
  }
25430
- .v-window--show-arrows-on-hover .v-window__left {
25431
- transform: translateX(-200%);
25378
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25379
+ transform: none;
25380
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25432
25381
  }
25433
- .v-window--show-arrows-on-hover .v-window__right {
25434
- transform: translateX(200%);
25382
+
25383
+ .v-switch.v-input {
25384
+ flex: 0 1 auto;
25435
25385
  }
25436
- .v-window--show-arrows-on-hover:hover .v-window__left,
25437
- .v-window--show-arrows-on-hover:hover .v-window__right {
25438
- transform: translateX(0);
25386
+ .v-switch .v-selection-control {
25387
+ min-height: var(--v-input-control-height);
25388
+ }
25389
+ .v-switch .v-selection-control__input {
25390
+ border-radius: 50%;
25391
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25392
+ position: absolute;
25393
+ }
25394
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25395
+ transform: translateX(-10px);
25439
25396
  }
25440
25397
 
25441
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25442
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25398
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25399
+ transform: translateX(10px);
25443
25400
  }
25444
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25445
- position: absolute !important;
25446
- top: 0;
25447
- width: 100%;
25401
+
25402
+ .v-switch .v-selection-control__input .v-icon {
25403
+ position: absolute;
25448
25404
  }
25449
- .v-window-x-transition-enter-from {
25450
- transform: translateX(100%);
25405
+ .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 {
25406
+ transform: translateX(10px);
25451
25407
  }
25452
- .v-window-x-transition-leave-to {
25453
- transform: translateX(-100%);
25408
+
25409
+ .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 {
25410
+ transform: translateX(-10px);
25454
25411
  }
25455
- .v-window-x-reverse-transition-enter-from {
25456
- transform: translateX(-100%);
25412
+
25413
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25414
+ transform: scale(0.8);
25457
25415
  }
25458
- .v-window-x-reverse-transition-leave-to {
25459
- transform: translateX(100%);
25416
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25417
+ transform: scale(0.75);
25418
+ box-shadow: none;
25460
25419
  }
25461
- .v-window-y-transition-enter-from {
25462
- transform: translateY(100%);
25420
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25421
+ width: auto;
25463
25422
  }
25464
- .v-window-y-transition-leave-to {
25465
- transform: translateY(-100%);
25423
+ .v-switch.v-input--vertical .v-label {
25424
+ min-width: max-content;
25466
25425
  }
25467
- .v-window-y-reverse-transition-enter-from {
25468
- transform: translateY(-100%);
25426
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25427
+ transform: rotate(-90deg);
25469
25428
  }
25470
- .v-window-y-reverse-transition-leave-to {
25471
- transform: translateY(100%);
25429
+
25430
+ @media (forced-colors: active) {
25431
+ .v-switch .v-switch__loader .v-progress-circular {
25432
+ color: currentColor;
25433
+ }
25434
+ .v-switch .v-switch__thumb {
25435
+ background-color: buttontext;
25436
+ }
25437
+ .v-switch .v-switch__track,
25438
+ .v-switch .v-switch__thumb {
25439
+ border: 1px solid;
25440
+ color: buttontext;
25441
+ }
25442
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25443
+ background-color: highlight;
25444
+ }
25445
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25446
+ background-color: highlight;
25447
+ }
25448
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25449
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25450
+ color: highlight;
25451
+ }
25452
+ .v-switch.v-switch--inset .v-switch__track {
25453
+ border-width: 2px;
25454
+ }
25455
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25456
+ background-color: highlighttext;
25457
+ color: highlighttext;
25458
+ }
25459
+ .v-switch.v-input--disabled .v-switch__thumb {
25460
+ background-color: graytext;
25461
+ }
25462
+ .v-switch.v-input--disabled .v-switch__track,
25463
+ .v-switch.v-input--disabled .v-switch__thumb {
25464
+ color: graytext;
25465
+ }
25466
+ .v-switch.v-switch--loading .v-switch__thumb {
25467
+ background-color: canvas;
25468
+ }
25469
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25470
+ border-width: 0;
25471
+ }
25472
25472
  }.v-color-picker-canvas {
25473
25473
  display: flex;
25474
25474
  position: relative;
@@ -25491,6 +25491,34 @@ html.v-overlay-scroll-blocked {
25491
25491
  }
25492
25492
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25493
25493
  will-change: transform;
25494
+ }.v-color-picker-edit {
25495
+ display: flex;
25496
+ margin-top: 24px;
25497
+ }
25498
+
25499
+ .v-color-picker-edit__input {
25500
+ width: 100%;
25501
+ display: flex;
25502
+ flex-wrap: wrap;
25503
+ justify-content: center;
25504
+ text-align: center;
25505
+ }
25506
+ .v-color-picker-edit__input:not(:last-child) {
25507
+ margin-inline-end: 8px;
25508
+ }
25509
+ .v-color-picker-edit__input input {
25510
+ border-radius: 4px;
25511
+ margin-bottom: 8px;
25512
+ min-width: 0;
25513
+ outline: none;
25514
+ text-align: center;
25515
+ width: 100%;
25516
+ height: 32px;
25517
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25518
+ color: rgba(var(--v-theme-on-surface));
25519
+ }
25520
+ .v-color-picker-edit__input span {
25521
+ font-size: 0.75rem;
25494
25522
  }.v-color-picker-preview__alpha .v-slider-track__background {
25495
25523
  background-color: transparent !important;
25496
25524
  }
@@ -25561,34 +25589,6 @@ html.v-overlay-scroll-blocked {
25561
25589
  .v-color-picker-preview__eye-dropper {
25562
25590
  position: relative;
25563
25591
  margin-right: 12px;
25564
- }.v-color-picker-edit {
25565
- display: flex;
25566
- margin-top: 24px;
25567
- }
25568
-
25569
- .v-color-picker-edit__input {
25570
- width: 100%;
25571
- display: flex;
25572
- flex-wrap: wrap;
25573
- justify-content: center;
25574
- text-align: center;
25575
- }
25576
- .v-color-picker-edit__input:not(:last-child) {
25577
- margin-inline-end: 8px;
25578
- }
25579
- .v-color-picker-edit__input input {
25580
- border-radius: 4px;
25581
- margin-bottom: 8px;
25582
- min-width: 0;
25583
- outline: none;
25584
- text-align: center;
25585
- width: 100%;
25586
- height: 32px;
25587
- background: rgba(var(--v-theme-surface-variant), 0.2);
25588
- color: rgba(var(--v-theme-on-surface));
25589
- }
25590
- .v-color-picker-edit__input span {
25591
- font-size: 0.75rem;
25592
25592
  }.v-color-picker-swatches {
25593
25593
  overflow-y: auto;
25594
25594
  }