mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(logo): hover color of logo is changed (#457)
This commit is contained in:
parent
3516e404fa
commit
130bcc3bf2
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ a.al-logo {
|
|||
}
|
||||
}
|
||||
|
||||
a.al-logo:hover {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.user-profile {
|
||||
float: right;
|
||||
min-width: 230px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue