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 {
margin: 0 5px 10px;
width: 80%;
&:hover {
@include transition(border-color .3s linear);
border-color: $fresh-taiga;
}
}
.user-settings {
position: relative;