Update new design of account menu

This commit is contained in:
lethemanh
2024-12-11 15:20:25 +07:00
parent 9bc8b29a9d
commit df5efd7124
6 changed files with 75 additions and 5 deletions
@@ -41,6 +41,21 @@
padding: 0 8px;
}
.username {
.text {
font-size: 16px;
font-weight: 500;
}
}
.account-menu {
height: 46px !important;
line-height: 46px !important;
.text {
margin-left: 10px;
}
}
.menu-text {
font-size: 12px;
font-weight: 500;
@@ -119,6 +134,9 @@
color: var(--primary);
.icon {
color: var(--primary);
svg {
stroke: var(--primary);
}
}
}