better subnavigation styling

This commit is contained in:
2015-10-14 15:16:17 +02:00
parent a3b3536adc
commit ecf6a3d85a
2 changed files with 6 additions and 3 deletions
@@ -7,7 +7,8 @@ $green-original: #99CB23
$green: #7BB459 //Heineken $green: #7BB459 //Heineken
$header-color: #AE571F $header-color: #AE571F
$text-color: #333 $text-color: #333
$font-family-content: Georgia, serif //$font-family-content: Georgia, serif
$font-family-content: inherit
$active-color: #fc3 $active-color: #fc3
@import font-awesome @import font-awesome
@import ./mixins @import ./mixins
@@ -1,7 +1,8 @@
#page-subnavigation #page-subnavigation
ul ul
list-style: none list-style: none
background-color: white //background-color: white
font-size: 1.3rem
margin: 0 margin: 0
li li
padding-left: 14px padding-left: 14px
@@ -12,8 +13,9 @@
&.current &.current
padding-left: 8px padding-left: 8px
padding-bottom: 10px padding-bottom: 10px
border-bottom: 2px solid #667 //border-bottom: 2px solid #667
margin-bottom: 10px margin-bottom: 10px
box-shadow: 0px 10px 30px -12px rgba(0,0,0,1)
a a
color: $active-color color: $active-color
&.ancestor &.ancestor