design(tabs): clean up tab icons, polish spacing and colors
This commit is contained in:
parent
b6bd833a96
commit
09924ed272
12 changed files with 201 additions and 179 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* constants */
|
||||
$royal: #1e3186;
|
||||
$soft-blue: #647ce8;
|
||||
$fill-blue: #D5DFFF;
|
||||
$subtle-gray: #f5f5f5;
|
||||
$roboto: "Roboto", sans-serif;
|
||||
$roboto-light: "Roboto-Light", sans-serif-light;
|
||||
|
|
@ -9,13 +10,19 @@ $mid-gray: #667;
|
|||
$light-gray: #9b9bab;
|
||||
|
||||
/* Set ionic variables */
|
||||
|
||||
$positive: $soft-blue;
|
||||
|
||||
$font-family-sans-serif: $roboto;
|
||||
$font-family-light-sans-serif: $roboto-light;
|
||||
|
||||
$base-background-color: $subtle-gray;
|
||||
|
||||
$item-default-active-bg: $subtle-gray;
|
||||
$item-icon-font-size: 24px;
|
||||
|
||||
$tabs-icon-size: 22px;
|
||||
|
||||
$ios-transition-duration: 200ms;
|
||||
|
||||
$card-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
||||
|
||||
$item-icon-font-size: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue