Rename bulma folder to sass

This commit is contained in:
Jeremy Thomas
2016-04-18 20:02:26 +01:00
parent d7fae72677
commit 0203ab2f44
45 changed files with 25 additions and 13 deletions

32
sass/components/menu.sass Normal file
View File

@@ -0,0 +1,32 @@
.menu-nav
a
display: block
padding: 5px 10px
.menu-list
a
border-radius: 2px
color: $text
display: block
padding: 5px 10px
&:hover
background: $background
color: $link
// Modifiers
&.is-active
background: $link
color: $link-invert
li
ul
border-left: 1px solid $border
margin: 10px
padding-left: 10px
.menu-label
color: $text-light
font-size: $size-small
letter-spacing: 1px
margin-bottom: 5px
text-transform: uppercase
&:not(:first-child)
margin-top: 20px