Sha256: bcb02e3f4c5a8c755ccc1ab4d2eb3b20d787b8f25582af4439e5fc54eb5c2b10
Contents?: true
Size: 891 Bytes
Versions: 3
Compression:
Stored size: 891 Bytes
Contents
// Fonts @import font-awesome-sprockets @import font-awesome // Variables $primaryColor: #1492d6 $secondaryColor: $primaryColor - #333 $tertiaryColor: #E2770F $green: #398927 $red: #a7001f $yellow: #e5c105 $default: "Helvetica Neue", Helvetica, Arial, sans-serif $font: $default // Spriting @import "study_engine/sprite/*.png" @include all-sprite-sprites // Global Mixins @mixin constant-width( $width ) width: $width min-width: $width max-width: $width @mixin constant-height( $height ) height: $height min-height: $height max-height: $height @mixin variable-height( $h1: 300px, $h2: 800px) height: $h1 min-height: $h1 max-height: $h2 // Imports @import "mixins/*" @import "base/*" @import "components/*" //@import "components/-chart/*" @import "components/-fields/*" //@import "components/-form/*" @import "components/-nav/*" @import "components/-table/*"
Version data entries
3 entries across 3 versions & 1 rubygems