Sha256: 9920e307a227b5d5bbfc2fb4a013d06ef6e735058dd58c63c8dd8e64a75170c8

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 KB

Contents

// =============================================================================
// paths
// =============================================================================
$p-img			: unquote("/assets/img/");

// =============================================================================
// colors
// =============================================================================
$light-teal	:	rgb(80,215,150);
$teal				:	rgb(0,180,140);
$blue				:	rgb(0,80,220);
$red				:	#f45549; //rgb(240,90,65);
$yellow			:	rgb(255,220,60);

$gray				: #ccc;
$primary		: $blue;
$secondary	: $teal;
$success		: $teal/1.2;
$info				: $gray/1.25;
$warning		: $yellow;
$danger			: $red;
$text-muted	: $gray;
$dark				: #000;

// =============================================================================
// height-width
// =============================================================================
$h-header			: 6.5rem;
$h-footer			: 24.5rem;
$h-footer-br	: 19rem;
$w-mainLogo		: 7.2rem;

// =============================================================================
// font-family
// =============================================================================
$f-normal			: sourcesans;
$f-heading		: colaborate;

// =============================================================================
// easing
// =============================================================================
$e-easeOutBack	: cubic-bezier(0.175, 0.885, 0.32, 1.275);
$e-easeOutCubic	: cubic-bezier(0.215, 0.61, 0.355, 1);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hardpool-flat-0.1.0 _sass/_var.scss