Added border color interaction on nav avatar image
parent
cd4ffbfb9e
commit
0ac154612c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue