_variables_project.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. Add styles or override variables from the theme here.
  3. */
  4. $google_font_name: "Oxygen";
  5. $google_font_family: "Oxygen:300,300i,400,400i,700,700i";
  6. $primary: #219ebc;
  7. $secondary: #ffb703;
  8. $dark: #023047;
  9. //$white: #8ecae6;
  10. $light: #8ecae6;
  11. $enable-gradients: true;
  12. $enable-rounded: false;
  13. $enable-shadows: true;
  14. /*
  15. .td-box--primary .td-arrow-down::before, .td-box--1 .td-arrow-down::before{
  16. border-color: #457b9d transparent transparent transparent !important;
  17. }
  18. .td-box--primary {
  19. background-color: #457b9d !important;
  20. }
  21. .td-box--1 { background-color: #457b9d !important; }
  22. .td-box--2 { background-color: #457b9d !important; }
  23. .td-box--dark {
  24. background-color: #457b9d !important;
  25. }
  26. .td-box--3 {
  27. color: #f1faee !important;
  28. background-color: #a8dadc !important;
  29. }
  30. .td-navbar {
  31. background: #a8dadc !important;
  32. }
  33. .navbar-bg-onscroll {
  34. background: #a8dadc !important;
  35. }
  36. .td-box--4 {
  37. background-color: #f1faee !important;
  38. }
  39. .btn-primary {
  40. background: #e63946 !important;
  41. border-color: #a8dadc !important;
  42. }
  43. .btn-secondary {
  44. background: #1d3557 !important;
  45. border-color: #a8dadc !important;
  46. }
  47. */