diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 9c734c4fe..058033166 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -1,8 +1,35 @@ | |||
1 | $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | 1 | $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; |
2 | @use '_bootstrap'; | ||
3 | 2 | ||
4 | @use '_variables'; | 3 | @use '_variables' as *; |
5 | @use '_mixins'; | 4 | @use '_mixins' as *; |
5 | |||
6 | @import './_bootstrap-variables'; | ||
7 | |||
8 | @import '~bootstrap/scss/functions'; | ||
9 | @import '~bootstrap/scss/variables'; | ||
10 | |||
11 | @import '~bootstrap/scss/mixins'; | ||
12 | @import '~bootstrap/scss/root'; | ||
13 | @import '~bootstrap/scss/reboot'; | ||
14 | @import '~bootstrap/scss/type'; | ||
15 | @import '~bootstrap/scss/grid'; | ||
16 | @import '~bootstrap/scss/tables'; | ||
17 | @import '~bootstrap/scss/forms'; | ||
18 | @import '~bootstrap/scss/buttons'; | ||
19 | @import '~bootstrap/scss/dropdown'; | ||
20 | @import '~bootstrap/scss/button-group'; | ||
21 | @import '~bootstrap/scss/input-group'; | ||
22 | @import '~bootstrap/scss/nav'; | ||
23 | @import '~bootstrap/scss/card'; | ||
24 | @import '~bootstrap/scss/badge'; | ||
25 | @import '~bootstrap/scss/alert'; | ||
26 | @import '~bootstrap/scss/close'; | ||
27 | @import '~bootstrap/scss/modal'; | ||
28 | @import '~bootstrap/scss/tooltip'; | ||
29 | @import '~bootstrap/scss/popover'; | ||
30 | @import '~bootstrap/scss/utilities'; | ||
31 | |||
32 | @import '~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons'; | ||
6 | 33 | ||
7 | // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d | 34 | // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d |
8 | .glyphicon-refresh-animate { | 35 | .glyphicon-refresh-animate { |