Sha256: 5973db3e800c8f47feefb47ca3aac89edbebe365e02a944c6fac882cb1106c4e

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 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;

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

// ----------------
// RESPONSIVE
// ----------------
// $responsive : true;
// $adaptive   : false;
// $adaptive-breakpoints : $medium-size, $small-size, $mini-size;

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

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

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

// ------
// 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 : 38px;
// $h3-font-size : 30px;
// $h4-font-size : 24px;
// $h5-font-size : 20px;
// $h6-font-size : 16px;

// $header-font-color  : $body-font-color;
// $header-font-weight : 700;
// $header-line-height : 1;

// ---------
// PRINT
// ---------
// $include-print  : false;
// $override-color : true;   // Override all text color to #000 black

// ------------------
// TEXT DIRECTION
// ------------------
// $text-direction   : ltr;  // Global text direction, 'rtl' or 'ltr'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
edge_framework-2.1.1 template/base/assets/sass/_setting.scss
edge_framework-2.1.0 template/base/assets/sass/_setting.scss