1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/css/design-system/deprecated-colors.scss
2022-03-24 09:45:16 -05:00

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;