mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +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 {
|
.user-profile {
|
||||||
float: right;
|
float: right;
|
||||||
min-width: 230px;
|
min-width: 230px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue