Skip to content

Instantly share code, notes, and snippets.

@johnlauck
Last active December 12, 2015 04:09
Show Gist options
  • Save johnlauck/4712472 to your computer and use it in GitHub Desktop.
Save johnlauck/4712472 to your computer and use it in GitHub Desktop.
.sidebar-handle-view {
@include transition(left 300ms);
color: #fff;
position: absolute;
top: 14px;
left: 360px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
.hide-sidebar & {
@include rotate(-180deg);
left: 85px;
}
&:hover {
color: #53B3C3;
}
span {
@include rotate(-180deg);
left: 85px;
}
.fancy {
color: $red;
}
#name {
margin-left: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment