diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 14:55:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 14:55:06 +0200 |
commit | 63347a0ff966c7863e5b7431effa1cb0668df893 (patch) | |
tree | 8f89d9b4a73f7157103574c05832eff21e338272 /client/src/sass/include | |
parent | b34a444e291c8ec90b4c2c965f7d0d6904d1faa7 (diff) | |
download | PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.tar.gz PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.tar.zst PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.zip |
Migrate to bootstrap 4 and ng-bootstrap
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap.scss | 86 |
1 files changed, 50 insertions, 36 deletions
diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index b56b71536..5abec02d5 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss | |||
@@ -1,37 +1,51 @@ | |||
1 | @import "~bootstrap/scss/functions"; | 1 | $dropdown-link-active-bg: inherit; |
2 | @import "~bootstrap/scss/variables"; | ||
3 | @import "~bootstrap/scss/mixins"; | ||
4 | @import "~bootstrap/scss/root"; | ||
5 | @import "~bootstrap/scss/reboot"; | ||
6 | @import "~bootstrap/scss/type"; | ||
7 | //@import "~bootstrap/scss/images"; | ||
8 | //@import "~bootstrap/scss/code"; | ||
9 | @import "~bootstrap/scss/grid"; | ||
10 | //@import "~bootstrap/scss/tables"; | ||
11 | @import "~bootstrap/scss/forms"; | ||
12 | @import "~bootstrap/scss/buttons"; | ||
13 | //@import "~bootstrap/scss/transitions"; | ||
14 | @import "~bootstrap/scss/dropdown"; | ||
15 | //@import "~bootstrap/scss/button-group"; | ||
16 | @import "~bootstrap/scss/input-group"; | ||
17 | //@import "~bootstrap/scss/custom-forms"; | ||
18 | @import "~bootstrap/scss/nav"; | ||
19 | //@import "~bootstrap/scss/navbar"; | ||
20 | //@import "~bootstrap/scss/card"; | ||
21 | //@import "~bootstrap/scss/breadcrumb"; | ||
22 | //@import "~bootstrap/scss/pagination"; | ||
23 | //@import "~bootstrap/scss/badge"; | ||
24 | //@import "~bootstrap/scss/jumbotron"; | ||
25 | @import "~bootstrap/scss/alert"; | ||
26 | //@import "~bootstrap/scss/progress"; | ||
27 | //@import "~bootstrap/scss/media"; | ||
28 | //@import "~bootstrap/scss/list-group"; | ||
29 | @import "~bootstrap/scss/close"; | ||
30 | @import "~bootstrap/scss/modal"; | ||
31 | @import "~bootstrap/scss/tooltip"; | ||
32 | @import "~bootstrap/scss/popover"; | ||
33 | //@import "~bootstrap/scss/carousel"; | ||
34 | //@import "~bootstrap/scss/utilities"; | ||
35 | //@import "~bootstrap/scss/print"; | ||
36 | 2 | ||
37 | @import "~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons"; \ No newline at end of file | 3 | $zindex-modal: 10005; |
4 | $modal-footer-border-width: 0; | ||
5 | $modal-md: 600px; | ||
6 | |||
7 | $input-btn-focus-width: 0; | ||
8 | $input-btn-focus-color: inherit; | ||
9 | $input-focus-border-color: #ced4da; | ||
10 | |||
11 | $nav-pills-link-active-bg: #F0F0F0; | ||
12 | $nav-pills-link-active-color: #000; | ||
13 | |||
14 | @import '~bootstrap/scss/functions'; | ||
15 | @import '~bootstrap/scss/variables'; | ||
16 | |||
17 | @import '~bootstrap/scss/mixins'; | ||
18 | @import '~bootstrap/scss/root'; | ||
19 | @import '~bootstrap/scss/reboot'; | ||
20 | @import '~bootstrap/scss/type'; | ||
21 | //@import '~bootstrap/scss/images'; | ||
22 | //@import '~bootstrap/scss/code'; | ||
23 | @import '~bootstrap/scss/grid'; | ||
24 | //@import '~bootstrap/scss/tables'; | ||
25 | @import '~bootstrap/scss/forms'; | ||
26 | @import '~bootstrap/scss/buttons'; | ||
27 | //@import '~bootstrap/scss/transitions'; | ||
28 | @import '~bootstrap/scss/dropdown'; | ||
29 | //@import '~bootstrap/scss/button-group'; | ||
30 | @import '~bootstrap/scss/input-group'; | ||
31 | //@import '~bootstrap/scss/custom-forms'; | ||
32 | @import '~bootstrap/scss/nav'; | ||
33 | //@import '~bootstrap/scss/navbar'; | ||
34 | //@import '~bootstrap/scss/card'; | ||
35 | //@import '~bootstrap/scss/breadcrumb'; | ||
36 | //@import '~bootstrap/scss/pagination'; | ||
37 | //@import '~bootstrap/scss/badge'; | ||
38 | //@import '~bootstrap/scss/jumbotron'; | ||
39 | @import '~bootstrap/scss/alert'; | ||
40 | //@import '~bootstrap/scss/progress'; | ||
41 | //@import '~bootstrap/scss/media'; | ||
42 | //@import '~bootstrap/scss/list-group'; | ||
43 | @import '~bootstrap/scss/close'; | ||
44 | @import '~bootstrap/scss/modal'; | ||
45 | @import '~bootstrap/scss/tooltip'; | ||
46 | @import '~bootstrap/scss/popover'; | ||
47 | //@import '~bootstrap/scss/carousel'; | ||
48 | @import '~bootstrap/scss/utilities'; | ||
49 | //@import '~bootstrap/scss/print'; | ||
50 | |||
51 | @import '~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons'; | ||