10 lines
184 B
SCSS
10 lines
184 B
SCSS
// Colors
|
|
$brand-primary: #27ae60;
|
|
|
|
// Grid settings
|
|
$main-sm-columns: 12;
|
|
$sidebar-sm-columns: 4;
|
|
|
|
// Vendor variables
|
|
$fa-font-path: '~font-awesome/fonts';
|