7 lines
101 B
SCSS
7 lines
101 B
SCSS
// colors
|
|
$light-blue: #F2F6FA;
|
|
|
|
// Bootstrap constants
|
|
$font-size-base: 16px;
|
|
|
|
$page-width: 1040px;
|