custom.scss 629 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. $primary: #325363;
  2. $secondary: #343C70;
  3. $success: #5177B0;
  4. $info: #50A7AD;
  5. $warning: #E0DC67;
  6. $danger: #CC7C84;
  7. $indigo: #343C70;
  8. $blue: #38537A;
  9. $blue-100:#38537A;
  10. $blue-200:;
  11. $blue-300:;
  12. $blue-400:;
  13. $blue-500:;
  14. $blue-600:;
  15. $blue-700:;
  16. $blue-800:;
  17. $blue-900:;
  18. $font-family-sans-serif: 'Lato', Helvetica, Arial, sans-serif !default;
  19. $body-bg: #fff;
  20. .bd-blue-100 {
  21. color: #fff;
  22. background-color: $blue;
  23. }
  24. @import '../node_modules/bootstrap/scss/bootstrap';
  25. @import '../node_modules/bootstrap/scss/functions';
  26. @import '../node_modules/bootstrap/scss/variables';
  27. @import '../node_modules/bootstrap/scss/mixins';