Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 22, 2018 00:44
Show Gist options
  • Save hibuno/8fd7c50eb17ec0a91e5e3128a207f3a3 to your computer and use it in GitHub Desktop.
Save hibuno/8fd7c50eb17ec0a91e5e3128a207f3a3 to your computer and use it in GitHub Desktop.
Add new style
.navbar {
background-color: white;
box-shadow: 0px -9px 20px #000000;
.nav {
&-item {
padding: 0 .5rem;
}
&-link {
padding: 1rem;
color: #888888;
}
}
}
.content {
padding-top: 10px;
padding-bottom: 20px;
}
.sidebar {
border: 1px solid #EFEFEF;
padding: 20px;
font-size: 14px;
}
.footer {
border-top: 1px solid #EFEFEF;
padding: 10px;
text-align: center;
color: #ABABAB;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment