1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/css/design-system/deprecated-colors.scss

12 lines
294 B
SCSS
Raw Normal View History

2020-07-28 22:16:30 +02:00
/**
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()
2020-07-28 22:16:30 +02:00
$alto: #dedede;
$black: #000;
$white: #fff;
$monzo: #d0021b;