]>
Commit | Line | Data |
---|---|---|
19f22055 C |
1 | $dropdown-link-active-bg: inherit; |
2 | ||
3 | $zindex-modal: 10005; | |
4 | $modal-footer-border-width: 0; | |
5 | $modal-md: 600px; | |
6 | ||
7 | $grid-breakpoints: ( | |
8 | // Extra small screen / phone | |
9 | xs: 0, | |
10 | // Small screen / phone | |
11 | sm: 576px, | |
12 | // Medium screen / tablet | |
13 | md: 768px, | |
14 | // Large screen / desktop | |
15 | lg: 900px, | |
16 | // Extra large screen / wide desktop | |
17 | xl: 1200px | |
18 | ); | |
19 | ||
20 | $container-max-widths: ( | |
21 | sm: 420px, | |
22 | md: 720px, | |
23 | lg: 900px, | |
24 | xl: 1140px | |
25 | ); | |
26 | ||
27 | $input-btn-focus-width: 0; | |
28 | $input-btn-focus-color: inherit; | |
29 | $input-focus-border-color: #ced4da; | |
30 | ||
31 | $nav-pills-link-active-bg: #F0F0F0; | |
65b21c96 C |
32 | $nav-pills-link-active-color: #000; |
33 | ||
2f1548fd C |
34 | $zindex-dropdown: 10000; |
35 | $zindex-popover: 10000; |