This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/src/scss/_bootstrap-variables.scss

65 lines
1.3 KiB
SCSS
Raw Normal View History

// Bootstrap overrides
// Colors
//
// Grayscale and brand colors for use across Bootstrap.
$gray-dark: #263238;
$gray: #607d8b;
$gray-light: #b0bec5;
$gray-lighter: #cfd8dc;
$gray-lightest: #eceff1;
$brand-primary: #20a8d8;
$brand-success: #4dbd74;
$brand-info: #63c2de;
$brand-warning: #f8cb00;
$brand-danger: #f86c6b;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
$enable-transitions: true;
$enable-rounded: false;
// Body
//
// Settings for the `<body>` element.
$body-bg: #e4e5e6;
// Typography
//
// Font, line-height, and color for body text, headings, and more.
$font-size-base: 0.875rem;
// Breadcrumbs
$breadcrumb-bg: #fff;
// Cards
$card-border-color: $gray-lighter;
$card-cap-bg: $gray-lightest;
// Dropdowns
$dropdown-padding-y: 0;
$dropdown-border-color: $gray-lighter;
$dropdown-divider-bg: $gray-lightest;
// Buttons
$btn-secondary-border: $gray-light;
// Progress bars
$progress-bg: $gray-lightest;
// Tables
$table-bg-accent: $gray-lightest;
$table-bg-hover: $gray-lightest;