Sha256: 2cb50c98596c376488a4af02a1c3a9c70685c1780455a58830489e1f0a13e00d
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 KB
Contents
@charset "UTF-8"; @import "edge/base"; // @import "../../../assets/sass/edge/base"; // Settings file to override Edge variables // BODY // ------ $header-font-family : "Roboto Slab", "Helvetica", Helvetica, Arial, sans-serif; $body-font-family : "Open Sans", Helvetica, Arial, sans-serif; // $body-bg : #fff; // $body-font-color : #222; // COLOR // ------- // $main-color : #0099CC; // $sub-color : #AAA; // $alert-color : #CC0000; // $success-color : #3D9900; // GLOBAL VAR // ----------- // $g-radius : 5px; // $content-width : 1140px; // For grid // MEDIA QUERIES // ------------------- // $phone-screen : em(480px); // $small-screen : em(767px); // $medium-screen : em(1140px); // $large-screen : em(1440px); // $retina-screen : 192dpi; // TEXT DIRECTION // --------------------- // $text-direction : ltr; // Controls default global text direction, 'rtl' or 'ltr' // GRID // -------- // $row-width : em($content-width); // $column-padding : em(0px); // $column-margin : em(25px); // Margin between column at maximum row's width // $total-columns : 12; // BLOCK-GRID // ----------- // $block-grid-max-width : em($content-width); // $block-grid-total : 12; // $block-grid-margin : em(25px); // Margin between column at maximum row's width
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.1.0 | site/assets/sass/_setting.scss |
edge_framework-0.0.3 | site/assets/sass/_setting.scss |
edge_framework-0.0.2 | site/assets/sass/_setting.scss |