Merge "Revert "Merge "Bootstrap variable overrides should only be default values"""

This commit is contained in:
Jenkins 2015-05-29 18:29:05 +00:00 committed by Gerrit Code Review
commit 90b2b8f0b8
1 changed files with 4 additions and 4 deletions

View File

@ -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 */