Sha256: 776edc840a3c63a5487a29329eca7f8fe3da51902743f4077973f7aa0ffa65a5

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

$primary-color: #3389dd;
$complement-color: adjust_hue($primary-color, 180);
$secondary-color: adjust_hue($primary-color, 135);
$tertiary-color: adjust_hue($primary-color, 200);

//AUTO GENERATE FOUNDATION COLORS: (CAN OVERRIDE)
@import 'helpers/color_functions';
$alert-color: alert($primary-color);//red
$success-color: success($primary-color);//green
$warning-color: warning($primary-color);//yellow/orange
$info-color: info($primary-color);//blue

//ACCENTS CLASSES TO GENERATE: (BACKGROUNDS, BORDERS, AND TEXT-COLOR)
$white: #ffffff;
$black: #000000;
$accent-classes: 	white 	black;
$accent-define: 	$white 	$black;

//OPACITY CLASSES TO GENERATE: (% OPACITY OF ACCENT CLASSES)
$transparent-strong:0.8;
$transparent-medium:0.6;
$transparent-weak:0.4;
$transparent-light:0.2;
$opacity-values:light 				weak 				medium 					strong;
$opacity-define:$transparent-light 	$transparent-weak 	$transparent-medium 	$transparent-strong;

//DIFFERENCE IN SHADE WHEN ACCENTING COMPONENTS
$primary-difference: 30;
$transition-brighten: 8%;

//PUT BUILDER HERE?

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
staple-0.4.1 source/styles/staple/colors.scss
staple-0.3.0 source/styles/staple/colors.scss
staple-0.2.1 source/styles/staple/colors.scss
staple-0.2.0 source/styles/staple/colors.scss
staple-0.1.7 source/stylesheets/staple/colors.scss