sass-site/source/assets/css/docs/_overrides.scss.erb

34 lines
567 B
Plaintext
Raw Normal View History

.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 {
@include container(hide);
position: static;
font-size: inherit;
color: inherit;
<% data.layout.resolutions.each do |resolution| %>
@include breakpoint($<%= resolution.target %>) {
@include set-grid($<%= resolution.target %>-grid);
@include container(hide);
}
<% end %>
}