Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created February 12, 2017 09:41
Show Gist options
  • Save ZakharDay/e7262d7b3aef41b88e70eaa6975f086d to your computer and use it in GitHub Desktop.
Save ZakharDay/e7262d7b3aef41b88e70eaa6975f086d to your computer and use it in GitHub Desktop.
.sidebar {
position: fixed;
top: 70px;
left: 20px;
width: 300px;
}
.sidebar > ul {
position: absolute;
padding: 15px 30px;
}
.sidebar li {
margin: 12px 0;
font-size: 14px;
line-height: 15px;
color: rgba(0,0,0,.8);
}
.sidebar > ul > li:first-child {
margin-top: 10px;
font-weight: bold;
}
.sidebar > ul > li > ul {
padding-left: 10px;
}
.sidebar > ul > li > ul li {
color: rgba(0,0,0,.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment