Fix message colors

This commit is contained in:
Jeremy Thomas
2016-10-30 19:20:51 +00:00
parent 4a40ad0059
commit 0e5c14ac26
8 changed files with 215 additions and 297 deletions

View File

@@ -1,14 +1,13 @@
.menu-nav
a
display: block
padding: 5px 10px
.menu
font-size: $size-normal
.menu-list
line-height: 1.25
a
border-radius: $radius-small
color: $text
display: block
padding: 5px 10px
padding: 0.5em 0.75em
&:hover
background-color: $background
color: $link
@@ -19,14 +18,15 @@
li
ul
border-left: 1px solid $border
margin: 10px
padding-left: 10px
margin: 0.75em
padding-left: 0.75em
.menu-label
color: $text-light
font-size: $size-small
font-size: 0.75em
letter-spacing: 1px
margin-bottom: 5px
text-transform: uppercase
&:not(:first-child)
margin-top: 20px
margin-top: 1em
&:not(:last-child)
margin-bottom: 1em