Sha256: f8156fda0a46e98d1af7cb8af338f7bf8a58c3db24b9ae9b7978f8af9690b07a
Contents?: true
Size: 961 Bytes
Versions: 1
Compression:
Stored size: 961 Bytes
Contents
@charset "utf-8"; // Define defaults for each variable. //CSU Colo Scheme from: http://brand.colostate.edu/d/sLlipb6y2ZT4/colorado-state-university-style-guide#/style-guide/color $green: #1E4D2B; $light-green: #255f35; $gold: #C8C372; $white: #FFFFFF; $aggie: #D9782D; $black: #59595B; $off-white: #cccccc; $small-screen: 415px; $large-screen: 1300px; // Width of the content area $content-width: 1027px !default; $on-palm: 600px !default; $on-laptop: 800px !default; // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials. @import "parts/base", "parts/syntax-highlighting", "parts/_calendar", "parts/labs", "parts/cloneInclude", "parts/contactcard" ;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-csu-cs-0.1.5 | _sass/csu-default.scss |