Sha256: 90363c8a40a7c1a52fd5060d1a20e66139eb572050fae79fc82f7239bf6f6470

Contents?: true

Size: 1.83 KB

Versions: 8

Compression:

Stored size: 1.83 KB

Contents

// Override EDGE variables here
// To override, uncomment the variable and set the new value

// -------
// FONT
// -------
$header-font-family : Helvetica, Arial, "sans-serif";
$body-font-family   : Helvetica, Arial, "sans-serif";
// $code-font-family   : Consolas, Courier, "monospace";

// -----------
// COLORS
// -----------

$main-color : #2a71e3;
$sub-color  : #d7d7d7;
// $link-color : $main-color;

// ----------------
// OUTPUT CONFIG
// ----------------
// $responsive : true;
// $adaptive   : false;

// $include-tile       : true;
// $include-visibility : true;
// $include-button     : true;

// $include-animate : false;
// $include-print   : false;
// $include-code    : false;

// ---------------
// GLOBAL VALUE
// ---------------
// $g-radius     : 3px;
// $g-transition : all .2s ease-in-out;

// --------
// GRID
// --------
// $row-max-width : 1140px;
// $total-columns : 12;
// $column-gutter : 20px;

// ------------
// TILE
// ------------
// $max-tiles   : 12;
// $tile-gutter : 15px;

// ------
// BODY
// ------
// $body-background  : #fff;
// $body-font-color  : #222;
// $body-font-weight : 400;

// $body-font-size   : 16px;
// $body-line-height : 1.5;

// ---------------
// TYPOGRAPHY
// ---------------
// $h1-font-size : 44px;
// $h2-font-size : 36px;
// $h3-font-size : 28px;
// $h4-font-size : 22px;
// $h5-font-size : 18px;
// $h6-font-size : 16px;

// $header-font-color  : $body-font-color;
// $header-font-weight : 700;

// -------------------
// MEDIA QUERIES
// -------------------
// $mini-screen   : 480px;
// $small-screen  : 767px;
// $large-screen  : 1440px;
// $retina-screen : 192dpi;

// ------------------
// TEXT DIRECTION
// ------------------
// $text-direction   : ltr;  // Controls default global text direction, 'rtl' or 'ltr'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
edge_framework-1.4.1 template/base/assets/sass/_setting.scss
edge_framework-1.4.0 template/base/assets/sass/_setting.scss
edge_framework-1.3.6 template/base/assets/sass/_setting.scss
edge_framework-1.3.5 template/base/assets/sass/_setting.scss
edge_framework-1.3.3 template/base/assets/sass/_setting.scss
edge_framework-1.3.2 template/base/assets/sass/_setting.scss
edge_framework-1.3.1 template/base/assets/sass/_setting.scss
edge_framework-1.3.0 template/base/assets/sass/_setting.scss