Newer
Older
dmpopidor / app / assets / stylesheets / variables / _colours.scss
@Bodacious Bodacious on 19 Oct 2018 715 bytes Update asset structure with webpacker gem
// Colors:
$color-black: #000;
$color-white: #FFF;
$color-red: #b94a48;
$color-grey: #4F5253;
$color-muted: #CCC;

// Text colors
$color-text-white: $color-white;
$color-text-red: $color-red;
$color-text-grey: $color-grey;
$color-text-black: $color-black;

// Background colors
$color-background-white: $color-white;
$color-background-grey: $color-grey;
$color-background-black: $color-black;
$color-background-muted: $color-muted;


// Borders colors
$color-border-default: $color-grey;
$color-border-light: #ddd;

// Shadow colors
$color-shadow-dark: $color-black;

// Tooltips
$tooltip-color: $color-white;
$tooltip-background: $color-text-grey;

$dropdown-inverse-bg: #222222;
$dropdown-inverse-border: #080808;