Sha256: 0b2ace96496b8d68af4cffd353e11dab7fbf2e509a9897f49574a6b37e0ad58b

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

// Modules
@import "modules/all";

// Font weights
$light: 100;
$regular: 400;
$bold: 600;

// Base Font
$base-font-family: 'PT Sans', sans;
$base-heading-font: 'PT Serif', serif;
$base-font-weight: $regular;
$base-font-color: $darkgrey;
$base-font-size: 16px;
$base-line-height: 6px;
$base-line-mult: 4;

// Headings
$h1: 32px;
$h2: 24px;
$h3: 18px;
$h4: 16px;
$h5: 13px;
$h6: 12px;
$headings: $h1, $h2, $h3, $h4, $h5, $h6;

// Breakpoints
$breakpoint-1:      480px;
$breakpoint-2:      600px;
$breakpoint-3:      768px;
$breakpoint-4:      992px;
$breakpoint-5:      1382px;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
owl-cms-0.1.5 sample/themes/base/assets/scss/partials/_base.scss