1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Add new color for txs - dusty-gray

This commit is contained in:
sdtsui 2017-08-10 19:54:42 -07:00
parent 40652782ea
commit d53780bcdc

View File

@ -12,11 +12,12 @@ $alabaster: #F7F7F7;
$shark: #22232C;
$wild-sand: #F6F6F6;
$white: #FFFFFF;
$dusty-gray: #9B9B9B
// Z Indicies - Planned
$dropdown-z: 30;
$container-z: 15;
$header-z: 12
$header-z: 12;
// Z Indicies - Current
// app - 11
@ -24,3 +25,4 @@ $header-z: 12
// dropdown - 11
// loading - 10 - higher?
// mascot - 0 - remove?