_variables_forward.scss 476 B

123456789101112131415161718192021
  1. // Forward declarations of variables used by _variables.scss and
  2. // _variables_project.scss.
  3. //
  4. // TODO(@chalin): autogenerate the content of this file
  5. // Bootstrap SASS variables:
  6. $white: #fff !default;
  7. $gray-300: #dee2e6 !default;
  8. $gray-600: #6c757d !default;
  9. $black: #000 !default;
  10. $blue: #0d6efd !default;
  11. $blue-500: $blue !default;
  12. $font-size-base: 1rem !default;
  13. $font-weight-normal: 400 !default;
  14. $font-weight-bold: 700 !default;
  15. $spacer: 1rem !default;