2018-01-29 07:34:22 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
2018-01-29 09:42:34 +00:00
|
|
|
@import "bulma/utilities/initial-variables";
|
|
|
|
@import "bulma/utilities/functions";
|
2018-01-29 07:34:22 +00:00
|
|
|
|
|
|
|
// make view narrower
|
|
|
|
$widescreen: $desktop;
|
|
|
|
$fullhd: $desktop;
|
|
|
|
|
|
|
|
// custom fonts
|
|
|
|
$family-sans-serif: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
$family-monospace: "Source Serif Pro", monospace;
|
|
|
|
|
2018-01-29 09:42:34 +00:00
|
|
|
@import "bulma/utilities/_all";
|
|
|
|
@import "bulma/base/_all";
|
|
|
|
@import "bulma/elements/_all";
|
|
|
|
@import "bulma/components/_all";
|
|
|
|
@import "bulma/grid/_all";
|
|
|
|
@import "bulma/layout/_all";
|