fix(logo): hover color of logo is changed (#457)

This commit is contained in:
ESadouski 2016-11-24 11:31:33 +03:00 committed by Dmitry Nehaychik
parent 3516e404fa
commit 130bcc3bf2

View file

@ -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;