Merge "Revert "Merge "Bootstrap variable overrides should only be default values"""
This commit is contained in:
commit
90b2b8f0b8
@ -8,10 +8,10 @@ $webroot: "" !default;
|
||||
|
||||
/* Bootstrap variables overrides */
|
||||
|
||||
$icon-font-path: "../../bootstrap/fonts/bootstrap/" !default;
|
||||
$font-size-base: 13px !default;
|
||||
$modal-md: 732px !default;
|
||||
$gray-light: #cccccc !default;
|
||||
$icon-font-path: "../../bootstrap/fonts/bootstrap/";
|
||||
$font-size-base: 13px;
|
||||
$modal-md: 732px;
|
||||
$gray-light: #cccccc;
|
||||
|
||||
|
||||
/* Horizon Custom Variables */
|
||||
|
Loading…
Reference in New Issue
Block a user