refactor(mail): add hover effect

pull/3/head
alex 2016-02-11 20:04:02 +03:00
parent a61ff3bf20
commit 3b0e78337c
1 changed files with 1 additions and 0 deletions

View File

@ -857,6 +857,7 @@ body.badmin-transparent {
.little-human {
font-weight: $font-light;
transition: background-color .5s;
&:hover {
color: $default;
background-color: rgba(255, 255, 255, 0.12);