Add transition properties.
This commit is contained in:
parent
2d5b77e457
commit
84390b410c
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user