Last active
December 12, 2015 04:09
-
-
Save johnlauck/4712472 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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