feat(design): improve styling of terms

This commit is contained in:
Jason Dreyzehner 2016-10-19 22:52:50 -04:00
commit 6d55b89d39
4 changed files with 76 additions and 59 deletions

View file

@ -5,6 +5,7 @@ $fill-blue: #D5DFFF;
$subtle-gray: darken(#fff, 5%);
$roboto: "Roboto", sans-serif;
$roboto-light: "Roboto-Light", sans-serif-light;
$light-green: rgb(19, 229, 182);
$success-green: #17ae8c;
$warning-orange: #ffa500;
$dark-gray: #445;