first commit

This commit is contained in:
2025-11-26 07:49:54 +00:00
commit d8685ccf10
468 changed files with 41346 additions and 0 deletions

32
scss/components/_VList.scss Executable file
View File

@@ -0,0 +1,32 @@
.v-list.theme-list {
.v-list-item:hover > .v-list-item__overlay {
opacity: 1;
z-index: 1;
}
.v-list-item--variant-text {
.v-list-item__overlay {
background: rgb(var(--v-theme-light));
}
}
.v-list-item__prepend,
.v-list-item__content {
z-index: 2;
}
.v-list-item__overlay {
background-color: rgb(var(--v-theme-light));
}
.v-list-item.v-list-item--active{
.v-list-item__overlay{
opacity: 1;
}
}
.mail-items{
min-height: 40px !important;
margin-bottom: 5px !important;
}
}