| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /*!
- * Bootstrap v2.3.2
- *
- * Copyright 2013 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world by @mdo and @fat.
- */
- @import "mixins.less";
- // CSS Reset
- @import "reset.less";
- // Grid system and page structure
- @import "scaffolding.less";
- @import "grid.less";
- // Base CSS
- @import "type.less";
- @import "forms.less";
- @import "tables.less";
- // Components: common
- @import "dropdowns.less";
- @import "component-animations.less";
- @import "close.less";
- // Components: Buttons & Alerts
- @import "buttons.less";
- @import "button-groups.less";
- @import "alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
- // Components: Nav
- @import "navs.less";
- // Components: Popovers
- @import "modals.less";
- @import "tooltip.less";
- @import "popovers.less";
- // Components: Misc
- @import "labels-badges.less";
- // Utility classes
- @import "utilities.less"; // Has to be last to override when necessary
|