Sha256: c68313729f3395732c271a517cbc2d57aca7de04b38ffbcfc111c13f432925db
Contents?: true
Size: 811 Bytes
Versions: 3
Compression:
Stored size: 811 Bytes
Contents
@import url('https://fonts.googleapis.com/css?family=Tienne:400,700'); $bodyFontFamily: Helvetica, sans-serif; $bigscreenBreakpoint: 900px; $logoOffset: 112px; $logoSize: 100px; $textColor: black; $linkColor: blue; $linkColorInverse: white; @mixin titleFontFamily($useBold: false) { font-family: 'Tienne', Georgia, serif; @if $useBold == true { font-weight: 700; } @else { font-weight: 400; } } @import 'normalize'; body { font-family: $bodyFontFamily; } input, textarea, button { font-size: inherit; font-family: inherit; } html { height: 100%; display: flex; flex-flow: column nowrap; align-items: stretch; } .section-title { font-size: 18px; font-weight: normal; text-transform: uppercase; flex-shrink: 0; } @import 'offsets'; @import 'main'; @import 'home';
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-isotc211-0.1.5 | _sass/jekyll-theme-isotc211.scss |
jekyll-theme-isotc211-0.1.4 | _sass/jekyll-theme-isotc211.scss |
jekyll-theme-isotc211-0.1.3 | _sass/jekyll-theme-isotc211.scss |