updated warning from orange, to red on export wallet view, added warning red class

This commit is contained in:
Jamal Jackson 2016-10-20 13:35:48 -04:00
commit b4e435fa72
3 changed files with 6 additions and 1 deletions

View file

@ -8,6 +8,7 @@ $roboto-light: "Roboto-Light", sans-serif-light;
$light-green: rgb(19, 229, 182);
$success-green: #17ae8c;
$warning-orange: #ffa500;
$warning-red: #E15061;
$dark-gray: #445;
$mid-gray: #667;
$light-gray: #9b9bab;