geo-coop/web/themes/custom/geofresco/src/global/global.scss
2019-07-31 23:59:43 -04:00

33 lines
1.1 KiB
SCSS

// Bring in Bulma allowing us to extend and override it.
// Set brand colors.
$blue: #4391E0;
$red: #a70c20;
$light-green: #65AB1F;
$green: #478D00;
// Update Bulma's global variables.
$primary: $green;
// Import each part of Bulma separately so we can layer in our styles.
// Extend or override Bulam's base styles in this themes base.scss etc.
@import "../../node_modules/bulma/sass/utilities/_all";
@import "fonts";
@import "../../node_modules/bulma/sass/base/_all";
@import "base";
@import "../../node_modules/bulma/sass/elements/_all";
@import "elements";
@import "../../node_modules/bulma/sass/form/_all";
@import "form";
$navbar-breakpoint: $tablet;
@import "../../node_modules/bulma/sass/components/_all";
@import "components";
@import "../../node_modules/bulma/sass/grid/_all";
@import "grid";
@import "../../node_modules/bulma/sass/layout/_all";
@import "layout";
// You can add final styles below or import another Sass or SCSS stylesheet here
// and it will have access to Bulma variables and mixins.
// @import '../../node_modules/bulma-extensions/bulma-timeline/dist/bulma-timeline';