]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/include/_bootstrap-variables.scss
Make admin sub-navs, selects, buttons responsive (#2702)
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap-variables.scss
1 $dropdown-link-active-bg: inherit;
2
3 $modal-footer-border-width: 0;
4 $modal-md: 600px;
5
6 $grid-breakpoints: (
7 // Extra small screen / phone
8 xs: 0,
9 // Small screen / phone
10 sm: 576px,
11 // Medium screen / tablet
12 md: 768px,
13 // Large screen / desktop
14 lg: 900px,
15 // Extra large screens / wide desktops
16 xl: 1200px,
17 xxl: 1600px
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;
32 $nav-pills-link-active-color: #000;