Skip to content

Commit

Permalink
add missing sass variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-haddad committed Jan 30, 2019
1 parent afa7bba commit 4340cb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ $text-primary-color: #191919;
$text-secondary-color: #1b51a0;
$background-primary-color: #d5dde6;
$background-secondary-color: #f2f5f7;

$color-blue-light: #7596c5;
$color-red-light: #e96565;
$color-yellow-light: #fff5e6;
$color-green-light: #edfff2;
$color-red-lightest: #fff2f2;
$color-blue-lightest: #dce8f9;
$color-blue-lightest-alt: #ebf2fc;

0 comments on commit 4340cb1

Please sign in to comment.