RyanofWoods/rails-react-swedish-birds

View on GitHub
app/assets/stylesheets/config/_bootstrap_variables.scss

Summary

Maintainability
Test Coverage
// This is where you override default Bootstrap variables
// 1. All Bootstrap variables are here => https://github.com/twbs/bootstrap/blob/master/scss/_variables.scss
// 2. These variables are defined with default value (see https://robots.thoughtbot.com/sass-default)
// 3. You can override them below!

// General style
$font-family-sans-serif:  $body-font;
$headings-font-family:    $headers-font;
$body-bg:                 #F9FDFF;
$font-size-base: 1rem;

// Colors
$body-color: $dark-brown;
$primary:    $blue;
$success:    $green;
$info:       $yellow;
$danger:     $red;
$warning:    $orange;

// Buttons & inputs' radius
$border-radius:    4px;
$border-radius-lg: 12px;
$border-radius-sm: 2px;

// Override other variables below!
$primary: $green;
$dark: $dark-brown;