Created
January 22, 2018 00:44
-
-
Save hibuno/8fd7c50eb17ec0a91e5e3128a207f3a3 to your computer and use it in GitHub Desktop.
Add new style
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
.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