design(welcome): improve welcome responsiveness, better scss organization
This commit is contained in:
parent
c54ac99b1c
commit
bdbbc1808e
8 changed files with 87 additions and 126 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue