/* * Your custom variables */ $font-family-base: "Lato", sans-serif; $grid-gutter-height: 8rem; $gray-900: #212529; $white: #fff; $blue: #016cb1; $yellow: #ecac02; //$dark: #047072; //$primary: $dark; $bg-alt: $yellow; $body-color: $gray-900; $navbar-light-active-color: $blue; $dropdown-border-color: $white; $footer-size: 16rem; $footer-bar-size: 2.5rem; /* * bootstrap includes * keep it at the end */ // bootstrap minify bugfix: $navbar-dark-toggler-icon-bg: none; $navbar-light-toggler-icon-bg: none; // IE > 9 $enable-flex: true; @import "~bootstrap/scss/functions"; @import "~bootstrap/scss/variables"; @import "~bootstrap/scss/mixins";