design(welcome): improve welcome responsiveness, better scss organization

This commit is contained in:
Jason Dreyzehner 2016-10-04 19:36:55 -04:00
commit bdbbc1808e
8 changed files with 87 additions and 126 deletions

View file

@ -13,9 +13,15 @@ $light-gray: #9b9bab;
$positive: $soft-blue;
$font-size-base: 16px;
$font-size-small: 12px;
$font-family-sans-serif: $roboto;
$font-family-light-sans-serif: $roboto-light;
$button-border-radius: 6px;
$button-height: 52px;
$button-padding: 16px;
$base-background-color: $subtle-gray;
$item-default-active-bg: $subtle-gray;