Commit 42fc32d8bd5e626167264ceb7cec1cefcc574ee6

Authored by Dmitriy Zaporozhets
1 parent 6c0c5b53

Disable twbs buttons and glyphicons

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/assets/stylesheets/gl_bootstrap.scss
... ... @@ -13,11 +13,9 @@
13 13 @import "bootstrap/grid";
14 14 @import "bootstrap/tables";
15 15 @import "bootstrap/forms";
16   -@import "bootstrap/buttons";
17 16  
18 17 // Components
19 18 @import "bootstrap/component-animations";
20   -@import "bootstrap/glyphicons";
21 19 @import "bootstrap/dropdowns";
22 20 @import "bootstrap/button-groups";
23 21 @import "bootstrap/input-groups";
... ...