1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/css/design-system/deprecated-colors.scss
2022-03-28 10:29:43 -07:00

13 lines
317 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()
$malibu-blue: #7ac9fd;
$alto: #dedede;
$black: #000;
$white: #fff;
$monzo: #d0021b;