]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/sass/include/_bootstrap-variables.scss
Fix actor overflows
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap-variables.scss
... / ...
CommitLineData
1$dropdown-link-active-bg: inherit;
2
3$modal-footer-border-width: 0;
4$modal-md: 600px;
5
6$grid-breakpoints: (
7 // CLASSIC BREAKPOINTS GROUP
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 screens / wide desktops
17 xl: 1200px,
18 xxl: 1600px,
19
20 // SCREEN GROUP
21 fhd: 1800px,
22 qhd: 2560px,
23 uhd: 3840px
24);
25
26@function breakpoint($label) {
27 @return map-get($grid-breakpoints, $label);
28}
29
30$container-max-widths: (
31 sm: 420px,
32 md: 720px,
33 lg: 900px,
34 xl: 1140px
35);
36
37$input-btn-focus-width: 0;
38$input-btn-focus-color: inherit;
39$input-focus-border-color: #ced4da;
40
41$nav-pills-link-active-bg: #F0F0F0;
42$nav-pills-link-active-color: #000;