feature-change-applier/public/stylesheets/_variables.scss

7 lines
130 B
SCSS
Raw Normal View History

2020-02-22 05:45:53 +00:00
$colors: (
"main--bg": #281734,
"main": #d5bfbf,
"text-input": #e8e22e,
"text-input--bg": #1d191a,
2020-02-28 19:13:32 +00:00
"error": #ff0000
2020-02-22 05:45:53 +00:00
);