]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/include/_bootstrap-variables.scss
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap-variables.scss
CommitLineData
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,
9b8a7aa8
RK
16 // Extra large screens / wide desktops
17 xl: 1200px,
18 xxl: 1600px
19f22055
C
19);
20
21$container-max-widths: (
22 sm: 420px,
23 md: 720px,
24 lg: 900px,
25 xl: 1140px
26);
27
28$input-btn-focus-width: 0;
29$input-btn-focus-color: inherit;
30$input-focus-border-color: #ced4da;
31
32$nav-pills-link-active-bg: #F0F0F0;
65b21c96
C
33$nav-pills-link-active-color: #000;
34
2f1548fd
C
35$zindex-dropdown: 10000;
36$zindex-popover: 10000;