diaspora/app/assets/stylesheets/new_styles/_viewer_nav.scss
2013-12-07 12:03:26 -02:00

18 lines
208 B
SCSS

@import '../mixins';
body.idle {
#post-nav {
@include opacity(0);
.nav-arrow{
&.right {
margin-right: -40px;
}
&.left {
margin-left: -40px;
}
}
}
}