ledger balance
This commit is contained in:
+13
-13
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user