_override-bootstrap-variables.scss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. //
  2. // Variables
  3. // --------------------------------------------------
  4. //== Colors
  5. //
  6. $primary: #112744;
  7. $secondary: #6c757d;
  8. $info: #009fbb;
  9. $success: #00bb83;
  10. $warning: #ffa32b;
  11. $danger: #ff0a54;
  12. $light: #dee2e6;
  13. $dark: #343a40;
  14. //== Typography
  15. //
  16. //## Font, line-height, and color for body text, headings, and more.
  17. $font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  18. $font-family-serif: Georgia, "Times New Roman", Times, serif;
  19. $font-family-monospace: Osaka-Mono, 'MS Gothic', Monaco, Menlo, Consolas, 'Courier New', monospace;
  20. $font-family-base: $font-family-sans-serif;
  21. $font-size-root: 14px;
  22. $line-height-base: 1.42857;
  23. //== Components
  24. //
  25. //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
  26. $border-radius-base: 0;
  27. $border-radius-large: 0;
  28. $border-radius-small: 0;
  29. //== Buttons
  30. //
  31. //## For each of Bootstrap's buttons, define text, background and border color.
  32. $btn-border-radius: 0;
  33. $btn-border-radius-lg: 0;
  34. $btn-border-radius-sm: 0;
  35. //== Forms
  36. //
  37. $input-border-radius: 0;
  38. $input-border-radius-lg: 0;
  39. $input-border-radius-sm: 0;
  40. //== Navs
  41. $nav-link-padding-y: 0.75rem;
  42. $nav-link-padding-x: 1rem;
  43. $nav-tabs-border-radius: 0;
  44. //== Navbar
  45. $navbar-padding-y: 0;
  46. $navbar-brand-padding-y: 0;
  47. $navbar-nav-link-padding-x: 1rem;
  48. //== Dropdowns
  49. $dropdown-border-radius: 0;
  50. //== card
  51. $card-border-radius: 0;
  52. $card-spacer-y: 7px;
  53. $card-spacer-x: 15px;
  54. //== Modals
  55. $modal-content-border-width: 0;
  56. $modal-content-border-radius: 0;
  57. $modal-header-padding-y: 0.75rem;
  58. $modal-header-padding-x: 1rem;
  59. //== Alerts
  60. $alert-border-radius: 0;
  61. //== Progress bar
  62. $progress-height: 4px;
  63. $progress-border-radius: 0;
  64. $progress-bg: #f0f0f0;
  65. $progress-box-shadow: none;
  66. //== Custom Checkbox
  67. $custom-checkbox-indicator-border-radius: 0px;
  68. $custom-control-indicator-focus-box-shadow: none;
  69. $custom-control-indicator-size: 1.2rem;