mirror of https://github.com/akveo/blur-admin
refactor(mail): add hover effect
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…
Reference in New Issue