Added border color interaction on nav avatar image

stable
Xavier Julián 2014-10-13 17:18:06 +02:00
parent cd4ffbfb9e
commit 0ac154612c
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@
img { img {
margin: 0 5px 10px; margin: 0 5px 10px;
width: 80%; width: 80%;
&:hover {
@include transition(border-color .3s linear);
border-color: $fresh-taiga;
}
} }
.user-settings { .user-settings {
position: relative; position: relative;