2013-10-16 09:47:46 +02:00
|
|
|
.maruku_toc { display: none; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 0;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
@extend .banner;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
@extend .pop-stripe;
|
|
|
|
position: relative;
|
|
|
|
top: -1.5em;
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu {
|
2014-07-28 10:10:02 +02:00
|
|
|
@include container;
|
2013-10-16 09:47:46 +02:00
|
|
|
position: static;
|
|
|
|
font-size: inherit;
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
<% data.layout.resolutions.each do |resolution| %>
|
|
|
|
@include breakpoint($<%= resolution.target %>) {
|
2014-07-28 10:10:02 +02:00
|
|
|
@include layout($<%= resolution.target %>-grid);
|
|
|
|
@include container;
|
2013-10-16 09:47:46 +02:00
|
|
|
}
|
|
|
|
<% end %>
|
|
|
|
}
|