blob: 77a20cfe160a13e2da9bb2186d9f1fa5921e3e23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
$dropdown-link-active-bg: inherit;
$zindex-modal: 10005;
$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 screen / wide desktop
xl: 1200px
);
$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;
$zindex-dropdown: 10000;
|