|
@@ -17,6 +17,7 @@ $brand-warning: #cbb956;
|
|
$brand-danger: #bf5329;
|
|
$brand-danger: #bf5329;
|
|
|
|
|
|
// Typography
|
|
// Typography
|
|
|
|
+$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
|
|
$font-family-sans-serif: "Raleway", sans-serif;
|
|
$font-family-sans-serif: "Raleway", sans-serif;
|
|
$font-size-base: 14px;
|
|
$font-size-base: 14px;
|
|
$line-height-base: 1.6;
|
|
$line-height-base: 1.6;
|
|
@@ -35,6 +36,3 @@ $input-color-placeholder: lighten($text-color, 30%);
|
|
|
|
|
|
// Panels
|
|
// Panels
|
|
$panel-default-heading-bg: #fff;
|
|
$panel-default-heading-bg: #fff;
|
|
-
|
|
|
|
-// Fonts
|
|
|
|
-$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
|
|
|