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