refactor(common): gc common.scss, organize styles in proper places
This commit is contained in:
parent
9bf5d0f4ce
commit
99573f30b8
21 changed files with 163 additions and 184 deletions
20
src/sass/variables.scss
Normal file
20
src/sass/variables.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* constants */
|
||||
$royal: #1e3186;
|
||||
$soft-blue: #647ce8;
|
||||
$subtle-gray: #f5f5f5;
|
||||
$roboto: "Roboto", sans-serif;
|
||||
$roboto-light: "Roboto-Light", sans-serif-light;
|
||||
$mid-gray: #667;
|
||||
$light-gray: #9b9bab;
|
||||
|
||||
/* Set ionic variables */
|
||||
$font-family-sans-serif: $roboto;
|
||||
$font-family-light-sans-serif: $roboto-light;
|
||||
$base-background-color: $subtle-gray;
|
||||
$item-default-active-bg: $subtle-gray;
|
||||
|
||||
$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