Sha256: c458e55f3933ee882dd0759bdf54b07bc0337f31619f4ec60d92f50c89d51f13

Contents?: true

Size: 999 Bytes

Versions: 6

Compression:

Stored size: 999 Bytes

Contents

//
// Colors
// https://davidwalsh.name/sass-color-variables-dont-suck
//

$white: #ffffff;
$black: #000000;

$charcoal: #191919;
$slate: #777777;
$stormy: #c0c0c0;
$mercury: #e8e8e8;
$cloudy: #dadada;
$prewhite: #f3f3f3;
$lighterprewhite: #f9f9f9;

$gold: #ebc30a;
$dandelion: #e7b707;
$lemon: #ffea00;
$sunshine: #fffde1;

$green: #04ac00;
$mint: #e7f9e6;

$red: #d9534f;
$crimson: #CC3030;

$navy: #002c82;
$blue-bright: #0057ff;
$periwinkle: #bdd4ff;
$baby-blue: #e6efff;
$powder: #f8fbff;


//
//  Other Variables
//

$border-radius: 3px;
$list-padding: 14px;
$border-default: solid 1px $mercury;
$opacity-default: .3;
$input-border-default: solid 1px $stormy;

// Forms

$input-padding-v: 8px;
$input-padding-h: 12px;

// Fonts

$font-primary: acumin-pro, sans-serif;
$font-icon-f: "FontAwesome";
$font-icon-f5: "Font Awesome 5 Free"; // solid
$font-icon-f5-r: "Font Awesome 5 Free Regular"; // regular
$font-icon-f5-b: 'Font Awesome 5 Brands'; // brands
$font-icon-g: "Glyphicons Halflings";

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ethosstyles-0.1.17 app/assets/stylesheets/settings/_variables.scss
ethosstyles-0.1.16 app/assets/stylesheets/settings/_variables.scss
ethosstyles-0.1.15 app/assets/stylesheets/settings/_variables.scss
ethosstyles-0.1.10 app/assets/stylesheets/settings/_variables.scss
ethosstyles-0.1.9 app/assets/stylesheets/settings/_variables.scss
ethosstyles-0.1.8 app/assets/stylesheets/settings/_variables.scss