add theme1 with subnavigation first setup kind of ugly layout
This commit is contained in:
@@ -94,6 +94,10 @@ body
|
||||
margin: 0
|
||||
padding: 0
|
||||
margin-bottom: 12px
|
||||
&.with-subnavigation
|
||||
.container
|
||||
.main-inner
|
||||
margin: 0
|
||||
a
|
||||
color: $green
|
||||
text-decoration: none
|
||||
|
||||
@@ -8,6 +8,7 @@ $green: #7BB459 //Heineken
|
||||
$header-color: #AE571F
|
||||
$text-color: #333
|
||||
$font-family-content: Georgia, serif
|
||||
$active-color: #fc3
|
||||
@import font-awesome
|
||||
@import ./mixins
|
||||
@import ./foundation_and_overrides
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#page-subnavigation
|
||||
ul
|
||||
list-style: none
|
||||
background-color: white
|
||||
margin: 0
|
||||
li
|
||||
padding-left: 14px
|
||||
&.subpage
|
||||
a
|
||||
&:before
|
||||
content: " - "
|
||||
&.current
|
||||
padding-left: 8px
|
||||
padding-bottom: 10px
|
||||
border-bottom: 2px solid #667
|
||||
margin-bottom: 10px
|
||||
a
|
||||
color: $active-color
|
||||
&.ancestor
|
||||
padding-left: 3px
|
||||
Reference in New Issue
Block a user