Add transition properties.

This commit is contained in:
Hugo Soucy 2015-03-20 20:56:51 -04:00
parent 2d5b77e457
commit 84390b410c

View File

@ -118,6 +118,8 @@
position:absolute;
right:0;
top:0 ;
transition-duration:0.5s;
transition-property:color;
@include large-xlarge-screen {
padding:$_space $_space 0;
@ -131,6 +133,9 @@
color:$_color_light_gamma;
}
&:focus,
&:hover {color:$_color_omega;}
&:before {margin:0;}
.sidebar__item:first-child & {padding-top:0;}