mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add new color for txs - dusty-gray
This commit is contained in:
parent
40652782ea
commit
d53780bcdc
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user