20 lines
493 B
SCSS
20 lines
493 B
SCSS
|
|
/* 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;
|