Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 28, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/5073ceb891c1132da88f08ecd5caeca2 to your computer and use it in GitHub Desktop.
Save domagude/5073ceb891c1132da88f08ecd5caeca2 to your computer and use it in GitHub Desktop.
#main-content {
background: white;
min-height: 800px;
margin: 0;
padding: 10px 0 0 0;
}
#side-menu {
padding: 0;
#links-list {
margin-top: 20px;
padding: 0;
font-size: 14px;
font-size: 1.4rem;
a {
display: block;
padding: 5px 15px;
margin: 2px 0;
}
li {
min-width: 195px;
max-width: 195px;
}
li, li a {
color: black;
text-decoration: none;
}
li:hover {
border-radius: 50px;
background: $navbarColor;
}
li:hover a, li:hover i {
color: white;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment