summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
blob: b128c0f109a8b20fedb0a176b2b6295fa0dae908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Custom Bootstrap variable overrides

// Major Breakpoints
$grid-breakpoints: (
  xs: 0,
  sm: 480px,
  md: 640px,
  lg: 992px,
  xl: 1300px
);
// $enable-rounded: false;

// Include any custom overrides above
@import "bootstrap/scss/bootstrap.scss";
@import "bootstrap-vue/src/index.scss";