_override-bootstrap-variables.scss 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. //
  2. // Variables
  3. // --------------------------------------------------
  4. //== Colors
  5. //
  6. $primary: $growi-blue !default;
  7. $secondary: #6c757d !default;
  8. $info: #009fbb !default;
  9. $success: #00bb83 !default;
  10. $warning: #ffa32b !default;
  11. $danger: #ff0a54 !default;
  12. $light: #e4e7ea !default;
  13. $dark: #343a40 !default;
  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: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  20. $font-family-base: $font-family-sans-serif;
  21. $font-size-root: 14px;
  22. $line-height-base: 1.42857;
  23. //== Components
  24. //
  25. $border-radius: .15rem;
  26. $border-radius-sm: .1rem;
  27. $border-radius-lg: .25rem;
  28. $border-radius-xl: .35rem;
  29. //== Forms
  30. //
  31. // TODO: remove or set value for GW-2531
  32. // $input-border-radius: 0;
  33. // $input-border-radius-lg: 0;
  34. // $input-border-radius-sm: 0;
  35. //== Navs
  36. $nav-link-padding-y: 0.75rem;
  37. $nav-link-padding-x: 1rem;
  38. // TODO: remove or set value for GW-2531
  39. // $nav-tabs-border-radius: 0;
  40. //== Navbar
  41. $navbar-padding-y: 0;
  42. $navbar-brand-padding-y: 0;
  43. $navbar-nav-link-padding-x: 1rem;
  44. //== Dropdowns
  45. // TODO: remove or set value for GW-2531
  46. // $dropdown-border-radius: 0;
  47. //== card
  48. // TODO: remove or set value for GW-2531
  49. // $card-border-radius: 0;
  50. $card-spacer-y: 7px;
  51. $card-spacer-x: 15px;
  52. //== Modals
  53. $modal-content-border-width: 0;
  54. // TODO: remove or set value for GW-2531
  55. // $modal-content-border-radius: 0;
  56. $modal-header-padding-y: 0.75rem;
  57. $modal-header-padding-x: 1rem;
  58. //== Alerts
  59. // TODO: remove or set value for GW-2531
  60. // $alert-border-radius: 0;
  61. //== Progress bar
  62. $progress-height: 4px;
  63. // TODO: remove or set value for GW-2531
  64. // $progress-border-radius: 0;
  65. $progress-bg: #f0f0f0;
  66. $progress-box-shadow: none;
  67. //== Code
  68. $pre-color: dummyinvalildcolor; // disable pre color specification with invalid value
  69. //== Custom Checkbox
  70. // TODO: remove or set value for GW-2531
  71. // $custom-checkbox-indicator-border-radius: 0px;
  72. $custom-control-indicator-focus-box-shadow: none;
  73. $custom-control-indicator-size: 1.2rem;