]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/include/_bootstrap.scss
Hide useless error when destroying fake renderer
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap.scss
CommitLineData
63347a0f 1$dropdown-link-active-bg: inherit;
24a8e782 2
63347a0f
C
3$zindex-modal: 10005;
4$modal-footer-border-width: 0;
5$modal-md: 600px;
6
2303a803
RK
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
63347a0f
C
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;
33
34@import '~bootstrap/scss/functions';
35@import '~bootstrap/scss/variables';
36
37@import '~bootstrap/scss/mixins';
38@import '~bootstrap/scss/root';
39@import '~bootstrap/scss/reboot';
40@import '~bootstrap/scss/type';
41//@import '~bootstrap/scss/images';
42//@import '~bootstrap/scss/code';
43@import '~bootstrap/scss/grid';
41a676db 44@import '~bootstrap/scss/tables';
63347a0f
C
45@import '~bootstrap/scss/forms';
46@import '~bootstrap/scss/buttons';
47//@import '~bootstrap/scss/transitions';
48@import '~bootstrap/scss/dropdown';
660d11e9 49@import '~bootstrap/scss/button-group';
63347a0f
C
50@import '~bootstrap/scss/input-group';
51//@import '~bootstrap/scss/custom-forms';
52@import '~bootstrap/scss/nav';
53//@import '~bootstrap/scss/navbar';
54//@import '~bootstrap/scss/card';
55//@import '~bootstrap/scss/breadcrumb';
56//@import '~bootstrap/scss/pagination';
57//@import '~bootstrap/scss/badge';
58//@import '~bootstrap/scss/jumbotron';
59@import '~bootstrap/scss/alert';
60//@import '~bootstrap/scss/progress';
61//@import '~bootstrap/scss/media';
62//@import '~bootstrap/scss/list-group';
63@import '~bootstrap/scss/close';
64@import '~bootstrap/scss/modal';
65@import '~bootstrap/scss/tooltip';
66@import '~bootstrap/scss/popover';
67//@import '~bootstrap/scss/carousel';
68@import '~bootstrap/scss/utilities';
69//@import '~bootstrap/scss/print';
70
71@import '~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons';