aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/include/_bootstrap-variables.scss
blob: d536eac8663a76dfa79f99c944a3d5effbce6e7b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                                  











                               


                                        













                                   
                                   
$dropdown-link-active-bg: inherit;

$modal-footer-border-width: 0;
$modal-md: 600px;

$grid-breakpoints: (
  // Extra small screen / phone
  xs: 0,
  // Small screen / phone
  sm: 576px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 900px,
  // Extra large screens / wide desktops
  xl: 1200px,
  xxl: 1600px
);

$container-max-widths: (
  sm: 420px,
  md: 720px,
  lg: 900px,
  xl: 1140px
);

$input-btn-focus-width: 0;
$input-btn-focus-color: inherit;
$input-focus-border-color: #ced4da;

$nav-pills-link-active-bg: #F0F0F0;
$nav-pills-link-active-color: #000;