_variables-bootstrap.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. //
  2. // Variables
  3. // --------------------------------------------------
  4. //== Colors
  5. //
  6. $primary: #112744;
  7. $secondary: #6c757d;
  8. $info: #0d8ea5;
  9. $success: #00bb83;
  10. $warning: #ee773b;
  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. $input-border-radius: 0;
  37. $input-border-radius-lg: 0;
  38. $input-border-radius-sm: 0;
  39. //== Navs
  40. $nav-link-padding-y: 0.75rem;
  41. $nav-link-padding-x: 1rem;
  42. $nav-tabs-border-radius: 0;
  43. //== Navbar
  44. $navbar-padding-y: 0;
  45. $navbar-brand-padding-y: 0;
  46. $navbar-nav-link-padding-x: 1rem;
  47. //== Dropdowns
  48. $dropdown-border-radius: 0;
  49. //== Modals
  50. $modal-content-border-width: 0;
  51. $modal-content-border-radius: 0;
  52. $modal-header-padding-y: 0.75rem;
  53. $modal-header-padding-x: 1rem;
  54. //== Alerts
  55. $alert-border-radius: 0;