1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/css/itcss/settings/variables.scss

46 lines
737 B
SCSS
Raw Normal View History

2017-08-06 22:53:22 +02:00
/*
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'
2017-08-06 22:53:22 +02:00
$gallery: #EFEFEF;
$alabaster: #F7F7F7;
$shark: #22232C;
$wild-sand: #F6F6F6;
2017-08-09 04:01:33 +02:00
$white: #FFFFFF;
$dusty-gray: #9B9B9B;
$alto: #DEDEDE;
2017-08-09 04:01:33 +02:00
/*
Z-Indicies
*/
// Planned
2017-08-09 04:01:33 +02:00
$dropdown-z: 30;
$container-z: 15;
2017-08-11 04:54:42 +02:00
$header-z: 12;
2017-08-09 04:01:33 +02:00
/*
Z Indicies - Current
app - 11
hex/bn as decimal input - 1 - remove?
dropdown - 11
loading - 10 - higher?
mascot - 0 - remove?
*/
2017-08-11 04:54:42 +02:00
/*
Responsive Breakpoints
*/
$break-small: 575px;
$break-midpoint: 780px;
$break-large: 576px;