Sha256: 190dde8d91fccb6816b84a505d1d43ba289ebd55ec8ef62d8ee3c48e49426ff8
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
// Fonts @import font-awesome // Variables $primaryColor: #1492d6 $secondaryColor: darken($primaryColor, 5%) $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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
study_engine-0.3.1 | app/assets/stylesheets/study_engine/_constant.sass |