Skip to content

Commit

Permalink
APPLY PATCH 0016
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswindisch committed Mar 10, 2017
1 parent 8ab02f4 commit 2649b6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ $icon-font-path: '/fonts/';
// @import "bielestrap";
$brand-primary: #163776;
$font-family-sans-serif: 'Roboto', sans-serif;

$btn-default-color: white;
$btn-default-bg: $brand-primary;

@import "bootstrap-sass/_bootstrap.scss";
@import "bootstrap-theme";
// @import "bootstrap-theme";
@import "bootstrap-select";
@import "font-awesome";
@import "custom";
Expand Down

0 comments on commit 2649b6f

Please sign in to comment.