Add more efficient LESS with variables Add new line to _variables.less Add sidebar class to body element instead of main element Change body sidebar class to .sidebar-active Change body sidebar class to .sidebar-primary Correct spacing issues
15 lines
252 B
Plaintext
15 lines
252 B
Plaintext
// Brand colors
|
|
// -------------------------
|
|
|
|
@brand-primary: #27ae60;
|
|
|
|
|
|
// Glyphicons path
|
|
// -------------------------
|
|
|
|
@icon-font-path: "../vendor/bootstrap/fonts/";
|
|
|
|
@main-sm-columns: @grid-columns;
|
|
|
|
@sidebar-sm-columns: 4;
|