Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /*! |
| 2 | * Bootstrap v3.3.6 (http://getbootstrap.com) |
||
| 3 | * Copyright 2011-2015 Twitter, Inc. |
||
| 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
||
| 5 | */ |
||
| 6 | |||
| 7 | // Core variables and mixins |
||
| 8 | @import "bootstrap/variables"; |
||
| 9 | @import "bootstrap/mixins"; |
||
| 10 | |||
| 11 | // Override bootstrap variables to match Metronic style |
||
| 12 | @import "global/variables"; |
||
| 13 | @import "global/bootstrap-override"; |
||
| 14 | |||
| 15 | // Reset and dependencies |
||
| 16 | @import "bootstrap/normalize"; |
||
| 17 | @import "bootstrap/print"; |
||
| 18 | @import "bootstrap/glyphicons"; |
||
| 19 | |||
| 20 | // Core CSS |
||
| 21 | @import "bootstrap/scaffolding"; |
||
| 22 | @import "bootstrap/type"; |
||
| 23 | @import "bootstrap/code"; |
||
| 24 | @import "bootstrap/grid"; |
||
| 25 | @import "bootstrap/tables"; |
||
| 26 | @import "bootstrap/forms"; |
||
| 27 | @import "bootstrap/buttons"; |
||
| 28 | |||
| 29 | // Components |
||
| 30 | @import "bootstrap/component-animations"; |
||
| 31 | @import "bootstrap/dropdowns"; |
||
| 32 | @import "bootstrap/button-groups"; |
||
| 33 | @import "bootstrap/input-groups"; |
||
| 34 | @import "bootstrap/navs"; |
||
| 35 | @import "bootstrap/navbar"; |
||
| 36 | @import "bootstrap/breadcrumbs"; |
||
| 37 | @import "bootstrap/pagination"; |
||
| 38 | @import "bootstrap/pager"; |
||
| 39 | @import "bootstrap/labels"; |
||
| 40 | @import "bootstrap/badges"; |
||
| 41 | @import "bootstrap/jumbotron"; |
||
| 42 | @import "bootstrap/thumbnails"; |
||
| 43 | @import "bootstrap/alerts"; |
||
| 44 | @import "bootstrap/progress-bars"; |
||
| 45 | @import "bootstrap/media"; |
||
| 46 | @import "bootstrap/list-group"; |
||
| 47 | @import "bootstrap/panels"; |
||
| 48 | @import "bootstrap/responsive-embed"; |
||
| 49 | @import "bootstrap/wells"; |
||
| 50 | @import "bootstrap/close"; |
||
| 51 | |||
| 52 | // Components w/ JavaScript |
||
| 53 | @import "bootstrap/modals"; |
||
| 54 | @import "bootstrap/tooltip"; |
||
| 55 | @import "bootstrap/popovers"; |
||
| 56 | @import "bootstrap/carousel"; |
||
| 57 | |||
| 58 | // Utility classes |
||
| 59 | @import "bootstrap/utilities"; |
||
| 60 | @import "bootstrap/responsive-utilities"; |