_variables.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. // Override Bootstrap default variables here
  2. // Do not edit any of the files in /vendor/bootstrap/scss/!
  3. // Color Variables
  4. // Bootstrap Color Overrides
  5. $white: #fff !default;
  6. $gray-100: #f8f9fc !default;
  7. $gray-200: #eaecf4 !default;
  8. $gray-300: #dddfeb !default;
  9. $gray-400: #d1d3e2 !default;
  10. $gray-500: #b7b9cc !default;
  11. $gray-600: #858796 !default;
  12. $gray-700: #6e707e !default;
  13. $gray-800: #5a5c69 !default;
  14. $gray-900: #3a3b45 !default;
  15. $black: #000 !default;
  16. $blue: #4e73df !default;
  17. $indigo: #6610f2 !default;
  18. $purple: #6f42c1 !default;
  19. $pink: #e83e8c !default;
  20. $red: #e74a3b !default;
  21. $orange: #fd7e14 !default;
  22. $yellow: #f6c23e !default;
  23. $green: #1cc88a !default;
  24. $teal: #20c9a6 !default;
  25. $cyan: #36b9cc !default;
  26. // Custom Colors
  27. $brand-google: #ea4335 !default;
  28. $brand-facebook: #3b5998 !default;
  29. // Set Contrast Threshold
  30. $yiq-contrasted-threshold: 195 !default;
  31. // Typography
  32. $body-color: $gray-600 !default;
  33. $font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 'Noto Color Emoji' !default;
  34. $font-weight-light: 300 !default;
  35. // $font-weight-base: 400;
  36. $headings-font-weight: 400 !default;
  37. // Shadows
  38. $box-shadow-sm: 0 0.125rem 0.25rem 0 rgba($gray-900, .2) !default;
  39. $box-shadow: 0 0.15rem 1.75rem 0 rgba($gray-900, .15) !default;
  40. // $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
  41. // Borders Radius
  42. $border-radius: 0.35rem !default;
  43. $border-color: darken($gray-200, 2%) !default;
  44. // Spacing Variables
  45. // Change below variable if the height of the navbar changes
  46. $topbar-base-height: 4.375rem !default;
  47. // Change below variable to change the width of the sidenav
  48. $sidebar-base-width: 14rem !default;
  49. // Change below variable to change the width of the sidenav when collapsed
  50. $sidebar-collapsed-width: 6.5rem !default;
  51. // Card
  52. $card-cap-bg: $gray-100 !default;
  53. $card-border-color: $border-color !default;
  54. // Adjust column spacing for symmetry
  55. $spacer: 1rem !default;
  56. $grid-gutter-width: $spacer * 1.5 !default;
  57. // Transitions
  58. $transition-collapse: height .15s ease !default;
  59. // Dropdowns
  60. $dropdown-font-size: 0.85rem !default;
  61. $dropdown-border-color: $border-color !default;
  62. // Images
  63. $login-image: 'https://source.unsplash.com/K4mSJ7kc0As/600x800' !default;
  64. $register-image: 'https://source.unsplash.com/Mv9hjnEUHR4/600x800' !default;
  65. $password-image: 'https://source.unsplash.com/oWTW-jNGl9I/600x800' !default;