Skip to content

Commit

Permalink
"Merge branch 'master' of https://github.com/stefanwild/website into …
Browse files Browse the repository at this point in the history
…stefanwild-master"

ok
  • Loading branch information
jaredcunha committed Mar 23, 2017
2 parents 70e639e + bf6350a commit 5ac6341
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
42 changes: 42 additions & 0 deletions _sass/_print.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
// Print overrides

.usds-site {
h2, h3, h4 {
font-weight: 700;
//color: #205493;
}

header#fixed-header {
position: relative;


.site-navbar .desktop {
& > ul li.nav-item {
display: none;
}
#submenu-background {
display: none;
}
}

.site-navbar .mobile {
display: none;
}

} // </header>

main {
margin-top: 0;
}

footer .usa-grid {
display: none;
}

} // </.usds-site>

.usa-grid {
.usds-sidebar {
display: none;
}
}
14 changes: 9 additions & 5 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $header-font-family: 'Merriweather','Georgia','Times New Roma
$background-color: #ffffff;
$background-color-secondary: #dec622;
$navigation-background-color: #323a45;

$text-color: #000000;
$text-secondary-color: #0e2643;
$link-color: #0071bc;
Expand Down Expand Up @@ -45,20 +45,20 @@ $site-album-image-height: 160px; // 320
// $base-font-weight: 400;
// $small-font-size: $base-font-size * 0.875;
// $base-line-height: 1.5;
//
//
$spacing-unit: 30px;
//
//
// $text-color: #111;
// $background-color: #fdfdfd;
// $brand-color: #2a7ae2;
//
//
// $grey-color: #828282;
// $grey-color-light: lighten($grey-color, 40%);
// $grey-color-dark: darken($grey-color, 25%);

// Width of the content area
// $content-width: 800px;
//
//
// $on-palm: 600px;
// $on-laptop: 800px;

Expand Down Expand Up @@ -88,3 +88,7 @@ $spacing-unit: 30px;
"slick-theme",
"syntax-highlighting"
;

@media print {
@import "print";
}

0 comments on commit 5ac6341

Please sign in to comment.