refactor(mail): add hover effect

pull/3/head
alex 9 years ago
parent a61ff3bf20
commit 3b0e78337c

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

Loading…
Cancel
Save