// This file was generated by html5-rails // github.com/sporkd/html5-rails // Upgrade with: $ rails generate html5:install // // These global SCSS(SASS) variables will be // available to all your stylesheets.
//———————————————- // Html5 Boilerplate overrides //———————————————- $font-heading: “Helvetica Neue”, Helvetica, Arial, sans-serif; $font-body: “Helvetica Neue”, Helvetica, Arial, sans-serif;
$font-color: #333; $link-color: #0e3c5d;
$font-highlight-color: e32a29;
$white: fff; $gray: #999; $light-gray: #575757; $dark-gray: #333; $black: #000; $light-grey: bababa; $bg-light-grey: f7f7f7; $carousel-nav-bg: rgba(51, 51, 51, 0.8);
$red: e32a29; $blue: #00a0ff; $dark-blue: #242b39; $border-dark-blue: #2f343f; $footer-dark-blue: #242b38; $footer-copyright-dark-blue: #0c0e13; $orange: ffa200; $green: #70da65;
$radius: 0.8rem; $gutter: 2rem; $min-width: 0;
//———————————————- // Bootstrap overrides //———————————————-
$btn-danger-bg: $red; $btn-primary-bg: $blue;
$grid-breakpoints: (
xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px
);