working on sass
This commit is contained in:
parent
f41a400cfd
commit
abe35a095c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 "variables";
|
||||||
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
||||||
|
|
|
@ -19,7 +19,7 @@ $brand-warning: #cbb956;
|
||||||
$brand-danger: #bf5329;
|
$brand-danger: #bf5329;
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
$font-family-sans-serif: "Open Sans", Helvetica, Arial, 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;
|
||||||
$text-color: #636b6f;
|
$text-color: #636b6f;
|
||||||
|
|
Loading…
Reference in New Issue