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,15 +12,17 @@ $alabaster: #F7F7F7;
|
|||||||
$shark: #22232C;
|
$shark: #22232C;
|
||||||
$wild-sand: #F6F6F6;
|
$wild-sand: #F6F6F6;
|
||||||
$white: #FFFFFF;
|
$white: #FFFFFF;
|
||||||
|
$dusty-gray: #9B9B9B
|
||||||
|
|
||||||
// Z Indicies - Planned
|
// Z Indicies - Planned
|
||||||
$dropdown-z: 30;
|
$dropdown-z: 30;
|
||||||
$container-z: 15;
|
$container-z: 15;
|
||||||
$header-z: 12
|
$header-z: 12;
|
||||||
|
|
||||||
// Z Indicies - Current
|
// Z Indicies - Current
|
||||||
// app - 11
|
// app - 11
|
||||||
// hex/bn as decimal input - 1 - remove?
|
// hex/bn as decimal input - 1 - remove?
|
||||||
// dropdown - 11
|
// dropdown - 11
|
||||||
// loading - 10 - higher?
|
// loading - 10 - higher?
|
||||||
// mascot - 0 - remove?
|
// mascot - 0 - remove?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user