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

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-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19094,6 +19094,11 @@ html.overflow-y-hidden {
19094
19094
  flex-direction: column;
19095
19095
  height: 100% !important;
19096
19096
  width: 50px;
19097
+ }.v-checkbox.v-input {
19098
+ flex: 0 1 auto;
19099
+ }
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%;
@@ -19853,62 +19853,12 @@ html.overflow-y-hidden {
19853
19853
  }
19854
19854
  .v-data-table-footer__page {
19855
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;
19856
+ }.v-date-picker {
19857
+ overflow: hidden;
19858
+ width: 328px;
19908
19859
  }
19909
-
19910
- .v-date-picker__title {
19911
- display: inline-block;
19860
+ .v-date-picker--show-week {
19861
+ width: 368px;
19912
19862
  }.v-date-picker-header {
19913
19863
  align-items: flex-end;
19914
19864
  height: 70px;
@@ -19969,12 +19919,81 @@ html.overflow-y-hidden {
19969
19919
  .date-picker-header-reverse-transition-leave-to {
19970
19920
  opacity: 0;
19971
19921
  transform: translate(0, 100%);
19972
- }.v-date-picker {
19973
- overflow: hidden;
19974
- width: 328px;
19922
+ }.v-date-picker-controls {
19923
+ display: flex;
19924
+ align-items: center;
19925
+ justify-content: space-between;
19926
+ font-size: 0.875rem;
19927
+ padding-top: 4px;
19928
+ padding-bottom: 4px;
19929
+ padding-inline-start: 6px;
19930
+ padding-inline-end: 12px;
19975
19931
  }
19976
- .v-date-picker--show-week {
19977
- width: 368px;
19932
+ .v-date-picker-controls > .v-btn:first-child {
19933
+ text-transform: none;
19934
+ font-weight: 400;
19935
+ line-height: initial;
19936
+ letter-spacing: initial;
19937
+ }
19938
+ .v-date-picker-controls--variant-classic {
19939
+ padding-inline-start: 12px;
19940
+ }
19941
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19942
+ opacity: 0.7;
19943
+ }
19944
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19945
+ cursor: pointer;
19946
+ }
19947
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19948
+ opacity: 1;
19949
+ }
19950
+ .v-date-picker-controls .v-btn:last-child {
19951
+ margin-inline-start: 4px;
19952
+ }
19953
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19954
+ transform: rotate(180deg);
19955
+ }
19956
+
19957
+ .v-date-picker-controls__date {
19958
+ margin-inline-end: 4px;
19959
+ }
19960
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19961
+ margin: auto;
19962
+ text-align: center;
19963
+ }
19964
+
19965
+ .v-date-picker-controls__month {
19966
+ display: flex;
19967
+ }
19968
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19969
+ flex-direction: row-reverse;
19970
+ }
19971
+
19972
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19973
+ flex: 1 0 auto;
19974
+ }
19975
+
19976
+ .v-date-picker__title {
19977
+ display: inline-block;
19978
+ }.v-date-picker-months {
19979
+ height: 288px;
19980
+ }
19981
+
19982
+ .v-date-picker-months__content {
19983
+ align-items: center;
19984
+ display: grid;
19985
+ flex: 1 1;
19986
+ height: inherit;
19987
+ justify-content: space-around;
19988
+ grid-template-columns: repeat(2, 1fr);
19989
+ grid-gap: 0px 24px;
19990
+ padding-inline-start: 36px;
19991
+ padding-inline-end: 36px;
19992
+ }
19993
+ .v-date-picker-months__content .v-btn {
19994
+ text-transform: none;
19995
+ padding-inline-start: 8px;
19996
+ padding-inline-end: 8px;
19978
19997
  }.v-date-picker-month {
19979
19998
  display: flex;
19980
19999
  justify-content: center;
@@ -20030,25 +20049,6 @@ html.overflow-y-hidden {
20030
20049
 
20031
20050
  .v-date-picker-month__day--hide-adjacent {
20032
20051
  opacity: 0;
20033
- }.v-date-picker-months {
20034
- height: 288px;
20035
- }
20036
-
20037
- .v-date-picker-months__content {
20038
- align-items: center;
20039
- display: grid;
20040
- flex: 1 1;
20041
- height: inherit;
20042
- justify-content: space-around;
20043
- grid-template-columns: repeat(2, 1fr);
20044
- grid-gap: 0px 24px;
20045
- padding-inline-start: 36px;
20046
- padding-inline-end: 36px;
20047
- }
20048
- .v-date-picker-months__content .v-btn {
20049
- text-transform: none;
20050
- padding-inline-start: 8px;
20051
- padding-inline-end: 8px;
20052
20052
  }.v-date-picker-years {
20053
20053
  height: 288px;
20054
20054
  overflow-y: scroll;
@@ -20064,157 +20064,40 @@ html.overflow-y-hidden {
20064
20064
  }
20065
20065
  .v-date-picker-years__content .v-btn {
20066
20066
  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;
20076
- }
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;
20087
- }
20088
- .v-divider--inset:not(.v-divider--vertical) {
20089
- max-width: calc(100% - 72px);
20090
- margin-inline-start: 72px;
20091
- }
20092
- .v-divider--inset.v-divider--vertical {
20093
- margin-bottom: 8px;
20094
- margin-top: 8px;
20095
- max-height: calc(100% - 16px);
20096
- }
20097
-
20098
- .v-divider__content {
20099
- padding: 0 16px;
20100
- text-wrap: nowrap;
20101
- }
20102
- .v-divider__wrapper--vertical .v-divider__content {
20103
- padding: 4px 0;
20104
- }
20105
-
20106
- .v-divider__wrapper {
20107
- display: flex;
20067
+ }.v-dialog {
20108
20068
  align-items: center;
20109
20069
  justify-content: center;
20070
+ margin: auto;
20110
20071
  }
20111
- .v-divider__wrapper--vertical {
20112
- flex-direction: column;
20113
- height: 100%;
20072
+ .v-dialog > .v-overlay__content {
20073
+ max-height: calc(100% - 48px);
20074
+ width: calc(100% - 48px);
20075
+ max-width: calc(100% - 48px);
20076
+ margin: 24px;
20114
20077
  }
20115
- .v-divider__wrapper--vertical .v-divider {
20116
- margin: 0 auto;
20117
- }.v-empty-state {
20118
- align-items: center;
20078
+ .v-dialog > .v-overlay__content,
20079
+ .v-dialog > .v-overlay__content > form {
20119
20080
  display: flex;
20120
20081
  flex-direction: column;
20121
- justify-content: center;
20122
- min-height: 100%;
20123
- padding: 16px;
20124
- }
20125
- .v-empty-state--start {
20126
- align-items: flex-start;
20082
+ min-height: 0;
20127
20083
  }
20128
- .v-empty-state--center {
20129
- align-items: center;
20084
+ .v-dialog > .v-overlay__content > .v-card,
20085
+ .v-dialog > .v-overlay__content > .v-sheet,
20086
+ .v-dialog > .v-overlay__content > form > .v-card,
20087
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20088
+ --v-scrollbar-offset: 0px;
20089
+ border-radius: 4px;
20090
+ overflow-y: auto;
20091
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20130
20092
  }
20131
- .v-empty-state--end {
20132
- align-items: flex-end;
20093
+ .v-dialog > .v-overlay__content > .v-card,
20094
+ .v-dialog > .v-overlay__content > form > .v-card {
20095
+ display: flex;
20096
+ flex-direction: column;
20133
20097
  }
20134
-
20135
- .v-empty-state__media {
20136
- text-align: center;
20137
- width: 100%;
20138
- }
20139
- .v-empty-state__media .v-icon {
20140
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20141
- }
20142
-
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;
20150
- }
20151
- .v-empty-state--mobile .v-empty-state__headline {
20152
- font-size: 2.125rem;
20153
- }
20154
-
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;
20161
- }
20162
-
20163
- .v-empty-state__text {
20164
- font-size: 0.875rem;
20165
- font-weight: 400;
20166
- line-height: 1.425;
20167
- padding: 0 16px;
20168
- text-align: center;
20169
- }
20170
-
20171
- .v-empty-state__content {
20172
- padding: 24px 0;
20173
- }
20174
-
20175
- .v-empty-state__actions {
20176
- display: flex;
20177
- gap: 8px;
20178
- padding: 16px;
20179
- }
20180
-
20181
- .v-empty-state__action-btn.v-btn {
20182
- background-color: initial;
20183
- color: initial;
20184
- }.v-dialog {
20185
- align-items: center;
20186
- justify-content: center;
20187
- margin: auto;
20188
- }
20189
- .v-dialog > .v-overlay__content {
20190
- max-height: calc(100% - 48px);
20191
- width: calc(100% - 48px);
20192
- max-width: calc(100% - 48px);
20193
- margin: 24px;
20194
- }
20195
- .v-dialog > .v-overlay__content,
20196
- .v-dialog > .v-overlay__content > form {
20197
- display: flex;
20198
- flex-direction: column;
20199
- min-height: 0;
20200
- }
20201
- .v-dialog > .v-overlay__content > .v-card,
20202
- .v-dialog > .v-overlay__content > .v-sheet,
20203
- .v-dialog > .v-overlay__content > form > .v-card,
20204
- .v-dialog > .v-overlay__content > form > .v-sheet {
20205
- --v-scrollbar-offset: 0px;
20206
- border-radius: 4px;
20207
- overflow-y: auto;
20208
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20209
- }
20210
- .v-dialog > .v-overlay__content > .v-card,
20211
- .v-dialog > .v-overlay__content > form > .v-card {
20212
- display: flex;
20213
- flex-direction: column;
20214
- }
20215
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20216
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20217
- padding: 16px 24px;
20098
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20099
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20100
+ padding: 16px 24px;
20218
20101
  }
20219
20102
  .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20220
20103
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
@@ -20273,75 +20156,123 @@ 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;
20207
+ .v-divider__wrapper--vertical .v-divider {
20208
+ margin: 0 auto;
20209
+ }.v-empty-state {
20210
+ align-items: center;
20211
+ display: flex;
20212
+ flex-direction: column;
20213
+ justify-content: center;
20214
+ min-height: 100%;
20215
+ padding: 16px;
20307
20216
  }
20308
- .v-fab--top {
20217
+ .v-empty-state--start {
20309
20218
  align-items: flex-start;
20310
20219
  }
20311
- .v-fab--extended .v-btn {
20312
- border-radius: 9999px !important;
20220
+ .v-empty-state--center {
20221
+ align-items: center;
20222
+ }
20223
+ .v-empty-state--end {
20224
+ align-items: flex-end;
20313
20225
  }
20314
20226
 
20315
- .v-fab__container {
20316
- align-self: center;
20317
- display: inline-flex;
20318
- position: absolute;
20319
- vertical-align: middle;
20227
+ .v-empty-state__media {
20228
+ text-align: center;
20229
+ width: 100%;
20320
20230
  }
20321
- .v-fab--app .v-fab__container {
20322
- margin: 12px;
20231
+ .v-empty-state__media .v-icon {
20232
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20323
20233
  }
20324
- .v-fab--absolute .v-fab__container {
20325
- position: absolute;
20326
- z-index: 4;
20234
+
20235
+ .v-empty-state__headline {
20236
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20237
+ font-size: 3.75rem;
20238
+ font-weight: 300;
20239
+ line-height: 1;
20240
+ text-align: center;
20241
+ margin-bottom: 8px;
20327
20242
  }
20328
- .v-fab--offset.v-fab--top .v-fab__container {
20329
- transform: translateY(-50%);
20243
+ .v-empty-state--mobile .v-empty-state__headline {
20244
+ font-size: 2.125rem;
20330
20245
  }
20331
- .v-fab--offset.v-fab--bottom .v-fab__container {
20332
- transform: translateY(50%);
20246
+
20247
+ .v-empty-state__title {
20248
+ font-size: 1.25rem;
20249
+ font-weight: 500;
20250
+ line-height: 1.6;
20251
+ margin-bottom: 4px;
20252
+ text-align: center;
20333
20253
  }
20334
- .v-fab--top .v-fab__container {
20335
- top: 0;
20254
+
20255
+ .v-empty-state__text {
20256
+ font-size: 0.875rem;
20257
+ font-weight: 400;
20258
+ line-height: 1.425;
20259
+ padding: 0 16px;
20260
+ text-align: center;
20336
20261
  }
20337
- .v-fab--bottom .v-fab__container {
20338
- bottom: 0;
20262
+
20263
+ .v-empty-state__content {
20264
+ padding: 24px 0;
20339
20265
  }
20340
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20341
- left: 0;
20266
+
20267
+ .v-empty-state__actions {
20268
+ display: flex;
20269
+ gap: 8px;
20270
+ padding: 16px;
20342
20271
  }
20343
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20344
- right: 0;
20272
+
20273
+ .v-empty-state__action-btn.v-btn {
20274
+ background-color: initial;
20275
+ color: initial;
20345
20276
  }.v-expansion-panel {
20346
20277
  background-color: rgb(var(--v-theme-surface));
20347
20278
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20552,35 +20483,75 @@ html.overflow-y-hidden {
20552
20483
  }
20553
20484
  .v-expansion-panels--tile > .v-expansion-panel {
20554
20485
  border-radius: 0;
20555
- }.v-file-input--hide.v-input .v-field,
20556
- .v-file-input--hide.v-input .v-input__control,
20557
- .v-file-input--hide.v-input .v-input__details {
20558
- display: none;
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;
20559
20495
  }
20560
- .v-file-input--hide.v-input .v-input__prepend {
20561
- grid-area: control;
20562
- margin: 0 auto;
20496
+ .v-fab .v-btn {
20497
+ pointer-events: auto;
20563
20498
  }
20564
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20565
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20566
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20567
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20568
- top: 0px;
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));
20569
20501
  }
20570
- .v-file-input input[type=file] {
20571
- height: 100%;
20572
- left: 0;
20573
- opacity: 0;
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 {
20574
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 {
20575
20545
  top: 0;
20576
- width: 100%;
20577
- z-index: 1;
20578
20546
  }
20579
- .v-file-input .v-input__details {
20580
- padding-inline: 16px;
20547
+ .v-fab--bottom .v-fab__container {
20548
+ bottom: 0;
20581
20549
  }
20582
- .v-input--plain-underlined.v-file-input .v-input__details {
20583
- padding-inline: 0;
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;
20584
20555
  }/* region INPUT */
20585
20556
  .v-field {
20586
20557
  --v-theme-overlay-multiplier: 1;
@@ -21138,21 +21109,78 @@ textarea.v-field__input::placeholder {
21138
21109
  .v-field--reverse .v-field__outline {
21139
21110
  flex-direction: row-reverse;
21140
21111
  }
21141
- .v-field--reverse .v-field__input, .v-field--reverse input {
21142
- text-align: end;
21112
+ .v-field--reverse .v-field__input, .v-field--reverse input {
21113
+ text-align: end;
21114
+ }
21115
+
21116
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21117
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21118
+ 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;
21119
+ }
21120
+
21121
+ .v-field--loading .v-field__outline::after,
21122
+ .v-field--loading .v-field__outline::before {
21123
+ opacity: 0;
21124
+ }
21125
+
21126
+ /* endregion */.v-file-input--hide.v-input .v-field,
21127
+ .v-file-input--hide.v-input .v-input__control,
21128
+ .v-file-input--hide.v-input .v-input__details {
21129
+ display: none;
21130
+ }
21131
+ .v-file-input--hide.v-input .v-input__prepend {
21132
+ grid-area: control;
21133
+ margin: 0 auto;
21134
+ }
21135
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21136
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21137
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21138
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21139
+ top: 0px;
21140
+ }
21141
+ .v-file-input input[type=file] {
21142
+ height: 100%;
21143
+ left: 0;
21144
+ opacity: 0;
21145
+ position: absolute;
21146
+ top: 0;
21147
+ width: 100%;
21148
+ z-index: 1;
21149
+ }
21150
+ .v-file-input .v-input__details {
21151
+ padding-inline: 16px;
21152
+ }
21153
+ .v-input--plain-underlined.v-file-input .v-input__details {
21154
+ padding-inline: 0;
21155
+ }.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;
21143
21174
  }
21144
-
21145
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21146
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21147
- 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;
21175
+ .v-footer--absolute {
21176
+ position: absolute;
21148
21177
  }
21149
-
21150
- .v-field--loading .v-field__outline::after,
21151
- .v-field--loading .v-field__outline::before {
21152
- opacity: 0;
21178
+ .v-footer--fixed {
21179
+ position: fixed;
21153
21180
  }
21154
-
21155
- /* endregion */.v-container {
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,6 +21905,42 @@ textarea.v-field__input::placeholder {
21905
21905
 
21906
21906
  .v-icon--end {
21907
21907
  margin-inline-start: 8px;
21908
+ }.v-img {
21909
+ --v-theme-overlay-multiplier: 3;
21910
+ z-index: 0;
21911
+ }
21912
+ .v-img--booting .v-responsive__sizer {
21913
+ transition: none;
21914
+ }
21915
+ .v-img--rounded {
21916
+ border-radius: 4px;
21917
+ }
21918
+
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;
21908
21944
  }.v-infinite-scroll--horizontal {
21909
21945
  display: flex;
21910
21946
  flex-direction: row;
@@ -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%;
@@ -22143,8 +22143,6 @@ textarea.v-field__input::placeholder {
22143
22143
 
22144
22144
  .v-layout-item--absolute {
22145
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%;
@@ -22861,70 +22861,6 @@ textarea.v-field__input::placeholder {
22861
22861
  .v-navigation-drawer__append {
22862
22862
  flex: none;
22863
22863
  overflow: hidden;
22864
- }.v-otp-input {
22865
- border-radius: 4px;
22866
- align-items: center;
22867
- display: flex;
22868
- justify-content: center;
22869
- padding: 0.5rem 0;
22870
- position: relative;
22871
- }
22872
- .v-otp-input .v-field {
22873
- height: 100%;
22874
- }
22875
-
22876
- .v-otp-input__divider {
22877
- margin: 0 8px;
22878
- }
22879
-
22880
- .v-otp-input__content {
22881
- align-items: center;
22882
- display: flex;
22883
- gap: 0.5rem;
22884
- height: 64px;
22885
- padding: 0.5rem;
22886
- justify-content: center;
22887
- max-width: 320px;
22888
- position: relative;
22889
- border-radius: inherit;
22890
- }
22891
- .v-otp-input--divided .v-otp-input__content {
22892
- max-width: 360px;
22893
- }
22894
-
22895
- .v-otp-input__field {
22896
- color: inherit;
22897
- font-size: 1.25rem;
22898
- height: 100%;
22899
- outline: none;
22900
- text-align: center;
22901
- width: 100%;
22902
- }
22903
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22904
- -webkit-appearance: none;
22905
- margin: 0;
22906
- }
22907
- .v-otp-input__field[type=number] {
22908
- -moz-appearance: textfield;
22909
- }
22910
-
22911
- .v-otp-input__loader {
22912
- align-items: center;
22913
- display: flex;
22914
- height: 100%;
22915
- justify-content: center;
22916
- width: 100%;
22917
- }
22918
- .v-otp-input__loader .v-progress-linear {
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
22864
  }.v-overlay-container {
22929
22865
  contain: layout;
22930
22866
  left: 0;
@@ -22988,6 +22924,70 @@ html.v-overlay-scroll-blocked {
22988
22924
 
22989
22925
  .v-overlay--scroll-blocked {
22990
22926
  padding-inline-end: var(--v-scrollbar-offset);
22927
+ }.v-otp-input {
22928
+ border-radius: 4px;
22929
+ align-items: center;
22930
+ display: flex;
22931
+ justify-content: center;
22932
+ padding: 0.5rem 0;
22933
+ position: relative;
22934
+ }
22935
+ .v-otp-input .v-field {
22936
+ height: 100%;
22937
+ }
22938
+
22939
+ .v-otp-input__divider {
22940
+ margin: 0 8px;
22941
+ }
22942
+
22943
+ .v-otp-input__content {
22944
+ align-items: center;
22945
+ display: flex;
22946
+ gap: 0.5rem;
22947
+ height: 64px;
22948
+ padding: 0.5rem;
22949
+ justify-content: center;
22950
+ max-width: 320px;
22951
+ position: relative;
22952
+ border-radius: inherit;
22953
+ }
22954
+ .v-otp-input--divided .v-otp-input__content {
22955
+ max-width: 360px;
22956
+ }
22957
+
22958
+ .v-otp-input__field {
22959
+ color: inherit;
22960
+ font-size: 1.25rem;
22961
+ height: 100%;
22962
+ outline: none;
22963
+ text-align: center;
22964
+ width: 100%;
22965
+ }
22966
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22967
+ -webkit-appearance: none;
22968
+ margin: 0;
22969
+ }
22970
+ .v-otp-input__field[type=number] {
22971
+ -moz-appearance: textfield;
22972
+ }
22973
+
22974
+ .v-otp-input__loader {
22975
+ align-items: center;
22976
+ display: flex;
22977
+ height: 100%;
22978
+ justify-content: center;
22979
+ width: 100%;
22980
+ }
22981
+ .v-otp-input__loader .v-progress-linear {
22982
+ position: absolute;
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;
@@ -23456,6 +23456,54 @@ html.v-overlay-scroll-blocked {
23456
23456
  flex: 1 0 0px;
23457
23457
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23458
23458
  pointer-events: none;
23459
+ }.v-select .v-field .v-text-field__prefix,
23460
+ .v-select .v-field .v-text-field__suffix,
23461
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23462
+ cursor: pointer;
23463
+ }
23464
+ .v-select .v-field .v-field__input > input {
23465
+ align-self: flex-start;
23466
+ opacity: 1;
23467
+ flex: 0 0;
23468
+ position: absolute;
23469
+ width: 100%;
23470
+ transition: none;
23471
+ pointer-events: none;
23472
+ caret-color: transparent;
23473
+ }
23474
+ .v-select .v-field--dirty .v-select__selection {
23475
+ margin-inline-end: 2px;
23476
+ }
23477
+ .v-select .v-select__selection-text {
23478
+ overflow: hidden;
23479
+ text-overflow: ellipsis;
23480
+ white-space: nowrap;
23481
+ }
23482
+ .v-select__content {
23483
+ overflow: hidden;
23484
+ 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));
23485
+ border-radius: 4px;
23486
+ }
23487
+ .v-select__selection {
23488
+ display: inline-flex;
23489
+ align-items: center;
23490
+ letter-spacing: inherit;
23491
+ line-height: inherit;
23492
+ max-width: 100%;
23493
+ }
23494
+ .v-select .v-select__selection:first-child {
23495
+ margin-inline-start: 0;
23496
+ }
23497
+ .v-select--selected .v-field .v-field__input > input {
23498
+ opacity: 0;
23499
+ }
23500
+ .v-select__menu-icon {
23501
+ margin-inline-start: 4px;
23502
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23503
+ }
23504
+ .v-select--active-menu .v-select__menu-icon {
23505
+ opacity: var(--v-high-emphasis-opacity);
23506
+ transform: rotate(180deg);
23459
23507
  }.v-selection-control {
23460
23508
  align-items: center;
23461
23509
  contain: layout;
@@ -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;
@@ -24481,6 +24481,35 @@ html.v-overlay-scroll-blocked {
24481
24481
  }
24482
24482
  .v-system-bar:not(.v-system-bar--absolute) {
24483
24483
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24484
+ }.v-tab.v-tab.v-btn {
24485
+ height: var(--v-tabs-height);
24486
+ border-radius: 0;
24487
+ min-width: 90px;
24488
+ }
24489
+ .v-slide-group--horizontal .v-tab {
24490
+ max-width: 360px;
24491
+ }
24492
+ .v-slide-group--vertical .v-tab {
24493
+ justify-content: start;
24494
+ }
24495
+
24496
+ .v-tab__slider {
24497
+ position: absolute;
24498
+ bottom: 0;
24499
+ left: 0;
24500
+ height: 2px;
24501
+ width: 100%;
24502
+ background: currentColor;
24503
+ pointer-events: none;
24504
+ opacity: 0;
24505
+ }
24506
+ .v-tab--selected .v-tab__slider {
24507
+ opacity: 1;
24508
+ }
24509
+ .v-slide-group--vertical .v-tab__slider {
24510
+ top: 0;
24511
+ height: 100%;
24512
+ width: 2px;
24484
24513
  }.v-tabs {
24485
24514
  display: flex;
24486
24515
  height: var(--v-tabs-height);
@@ -24547,35 +24576,6 @@ html.v-overlay-scroll-blocked {
24547
24576
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24548
24577
  margin-inline-end: 52px;
24549
24578
  }
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
24579
  }.v-table {
24580
24580
  background: rgb(var(--v-theme-surface));
24581
24581
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25239,6 +25239,28 @@ html.v-overlay-scroll-blocked {
25239
25239
 
25240
25240
  .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 {
25241
25241
  padding-inline-end: 0;
25242
+ }.v-tooltip > .v-overlay__content {
25243
+ background: rgb(var(--v-theme-surface-variant));
25244
+ color: rgb(var(--v-theme-on-surface-variant));
25245
+ border-radius: 4px;
25246
+ font-size: 0.875rem;
25247
+ line-height: 1.6;
25248
+ display: inline-block;
25249
+ padding: 5px 16px;
25250
+ text-transform: initial;
25251
+ width: auto;
25252
+ opacity: 1;
25253
+ pointer-events: none;
25254
+ transition-property: opacity, transform;
25255
+ overflow-wrap: break-word;
25256
+ }
25257
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25258
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25259
+ transition-duration: 150ms;
25260
+ }
25261
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25262
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25263
+ transition-duration: 75ms;
25242
25264
  }.v-toolbar {
25243
25265
  align-items: flex-start;
25244
25266
  display: flex;
@@ -25368,28 +25390,6 @@ html.v-overlay-scroll-blocked {
25368
25390
  }
25369
25391
  .v-toolbar-items > .v-btn {
25370
25392
  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;
25382
- 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
25393
  }.v-virtual-scroll {
25394
25394
  display: block;
25395
25395
  flex: 1 1 auto;
@@ -25469,6 +25469,34 @@ html.v-overlay-scroll-blocked {
25469
25469
  }
25470
25470
  .v-window-y-reverse-transition-leave-to {
25471
25471
  transform: translateY(100%);
25472
+ }.v-color-picker-edit {
25473
+ display: flex;
25474
+ margin-top: 24px;
25475
+ }
25476
+
25477
+ .v-color-picker-edit__input {
25478
+ width: 100%;
25479
+ display: flex;
25480
+ flex-wrap: wrap;
25481
+ justify-content: center;
25482
+ text-align: center;
25483
+ }
25484
+ .v-color-picker-edit__input:not(:last-child) {
25485
+ margin-inline-end: 8px;
25486
+ }
25487
+ .v-color-picker-edit__input input {
25488
+ border-radius: 4px;
25489
+ margin-bottom: 8px;
25490
+ min-width: 0;
25491
+ outline: none;
25492
+ text-align: center;
25493
+ width: 100%;
25494
+ height: 32px;
25495
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25496
+ color: rgba(var(--v-theme-on-surface));
25497
+ }
25498
+ .v-color-picker-edit__input span {
25499
+ font-size: 0.75rem;
25472
25500
  }.v-color-picker-canvas {
25473
25501
  display: flex;
25474
25502
  position: relative;
@@ -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
  }