Skip to content

Commit

Permalink
working on sass
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 23, 2016
1 parent f41a400 commit abe35a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/css/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

@import "variables";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
2 changes: 1 addition & 1 deletion resources/assets/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $brand-warning: #cbb956;
$brand-danger: #bf5329;

// Typography
$font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 14px;
$line-height-base: 1.6;
$text-color: #636b6f;
Expand Down

0 comments on commit abe35a0

Please sign in to comment.