ledger balance

This commit is contained in:
Sirttas
2026-05-23 14:29:25 +02:00
parent 2970f48e65
commit 4fbced2c70
5 changed files with 121 additions and 18 deletions
+13 -13
View File
@@ -59,21 +59,21 @@ const logout = async () => {
.user-dropdown {
@apply w-full;
}
:deep(>div) {
@apply w-full;
.user-dropdown :deep(>div) {
@apply w-full;
> div {
@apply w-full bg-slate-800;
}
}
:deep(>button) {
@apply bg-slate-700 hover:bg-slate-800 border-none flex items-center w-full;
}
&.dropdown-open:deep(>button) {
@apply bg-slate-800 rounded-b-none;
> div {
@apply w-full bg-slate-800;
}
}
.user-dropdown :deep(>button) {
@apply bg-slate-700 hover:bg-slate-800 border-none flex items-center w-full;
}
.user-dropdown.dropdown-open :deep(>button) {
@apply bg-slate-800 rounded-b-none;
}
</style>