1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/app/css/itcss/settings/variables.scss
2017-08-08 19:01:33 -07:00

26 lines
581 B
SCSS

/*
Variables
*/
// Colors
$white-linen: #FAF6F0; // formerly 'faint orange (textfield shades)'
$rajah: #F5C26D; // formerly 'light orange (button shades)'
$buttercup: #F5A623; // formerly 'dark orange (text)'
$tundora: #4A4A4A; // formerly 'borders/font/any gray'
$gallery: #EFEFEF;
$alabaster: #F7F7F7;
$shark: #22232C;
$wild-sand: #F6F6F6;
$white: #FFFFFF;
// Z Indicies - Planned
$dropdown-z: 30;
$container-z: 15;
$header-z: 12
// Z Indicies - Current
// app - 11
// hex/bn as decimal input - 1 - remove?
// dropdown - 11
// loading - 10 - higher?
// mascot - 0 - remove?