Reuse icon in application

This commit is contained in:
lethemanh
2024-12-11 17:31:44 +07:00
parent df5efd7124
commit e4dbc06202
6 changed files with 25 additions and 51 deletions
@@ -48,9 +48,28 @@
}
}
.email {
height: 46px !important;
line-height: 46px !important;
.icon {
font-size: 24px;
}
.text {
margin-left: 10px;
font-size: 13px;
cursor: text;
user-select: text !important;
-webkit-user-select: text !important;
}
}
.account-menu {
height: 46px !important;
line-height: 46px !important;
.icon {
font-size: 24px !important;
margin-left: 0 !important;
}
.text {
margin-left: 10px;
}