diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 20eeeb623..03b2e8b15 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -26,17 +26,13 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
26 | @import '~bootstrap/scss/modal'; | 26 | @import '~bootstrap/scss/modal'; |
27 | @import '~bootstrap/scss/tooltip'; | 27 | @import '~bootstrap/scss/tooltip'; |
28 | @import '~bootstrap/scss/popover'; | 28 | @import '~bootstrap/scss/popover'; |
29 | @import '~bootstrap/scss/spinners'; | ||
29 | 30 | ||
30 | @import '~bootstrap/scss/helpers'; | 31 | @import '~bootstrap/scss/helpers'; |
31 | @import '~bootstrap/scss/utilities/api'; | 32 | @import '~bootstrap/scss/utilities/api'; |
32 | 33 | ||
33 | @import '~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons'; | 34 | @import '~@neos21/bootstrap3-glyphicons/assets/stylesheets/bootstrap3-glyphicons'; |
34 | 35 | ||
35 | // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d | ||
36 | .glyphicon-refresh-animate { | ||
37 | animation: spin 0.7s infinite linear; | ||
38 | } | ||
39 | |||
40 | .flex-auto { | 36 | .flex-auto { |
41 | flex: auto; | 37 | flex: auto; |
42 | } | 38 | } |
@@ -45,16 +41,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
45 | cursor: pointer !important; | 41 | cursor: pointer !important; |
46 | } | 42 | } |
47 | 43 | ||
48 | @keyframes spin { | ||
49 | from { | ||
50 | transform: scale(1) rotate(0deg); | ||
51 | } | ||
52 | |||
53 | to { | ||
54 | transform: scale(1) rotate(360deg); | ||
55 | } | ||
56 | } | ||
57 | |||
58 | // --------------------------------------------------------------------------- | 44 | // --------------------------------------------------------------------------- |
59 | // Dropdown | 45 | // Dropdown |
60 | // --------------------------------------------------------------------------- | 46 | // --------------------------------------------------------------------------- |