mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
12 lines
294 B
SCSS
12 lines
294 B
SCSS
/**
|
|
These colors are either deprecated or will move into colors.scss
|
|
when approved for the design system
|
|
**/
|
|
|
|
// These are declared as variables and hoisted because they are
|
|
// used as rgba's and native rgba doesn't accept var()
|
|
$alto: #dedede;
|
|
$black: #000;
|
|
$white: #fff;
|
|
$monzo: #d0021b;
|