Sha256: ff7f9d9d057386799afafc60f1b01cddf32b1533e3f530ea47686f658a7d15d2
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
--- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Open+Sans:800|PT+Serif'); // Our variables // $base-font-family: "Open Sans", sans-serif; $base-font-family: "PT Serif", serif; $base-font-size: 20px; $base-font-weight: 400; $small-font-size: $base-font-size * 0.95; $base-line-height: 1.5; $alt-font-family: "Open Sans", sans-serif; $alt-font-weight: bold; $spacing-unit: 50px; $text-color: #111; $background-color: #fdfdfd; $brand-color: #97B8D1; $grey-color: #3F3F3F; $grey-color-light: lighten($grey-color, 50%); $grey-color-lighter: lighten($grey-color, 70%); $grey-color-dark: darken($grey-color, 25%); // Width of the content area $content-width: 700px; $on-palm: 500px; $on-laptop: 700px; // Minima also includes a mixin for defining media queries. // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } // Import partials from the `minima` theme. @import "academic";
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kacademic-0.5.8 | assets/main.scss |