2011-06-30 13:44:04 -04:00
|
|
|
/*!
|
2012-12-01 01:30:50 -05:00
|
|
|
* Bootstrap v3.0.0
|
2011-06-30 03:15:37 -04:00
|
|
|
*
|
2012-01-15 02:28:48 -05:00
|
|
|
* Copyright 2012 Twitter, Inc
|
2011-06-30 13:21:27 -04:00
|
|
|
* Licensed under the Apache License v2.0
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-28 22:49:42 -04:00
|
|
|
*
|
2011-06-30 13:40:28 -04:00
|
|
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
2011-06-30 02:47:54 -04:00
|
|
|
*/
|
2011-06-28 18:10:43 -04:00
|
|
|
|
2011-06-27 19:47:12 -04:00
|
|
|
// CSS Reset
|
|
|
|
@import "reset.less";
|
2011-05-03 21:09:25 -04:00
|
|
|
|
2011-09-12 23:07:26 -04:00
|
|
|
// Core variables and mixins
|
|
|
|
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
|
|
|
|
@import "mixins.less";
|
|
|
|
|
|
|
|
// Grid system and page structure
|
2011-06-27 19:47:12 -04:00
|
|
|
@import "scaffolding.less";
|
2012-01-26 17:50:55 -05:00
|
|
|
@import "grid.less";
|
2011-05-03 21:09:25 -04:00
|
|
|
|
2012-01-05 13:01:42 -05:00
|
|
|
// Base CSS
|
2011-06-27 19:47:12 -04:00
|
|
|
@import "type.less";
|
2012-01-26 17:53:35 -05:00
|
|
|
@import "code.less";
|
2011-06-27 19:47:12 -04:00
|
|
|
@import "forms.less";
|
|
|
|
@import "tables.less";
|
2011-11-17 02:58:36 -05:00
|
|
|
|
2012-01-05 13:01:42 -05:00
|
|
|
// Components: common
|
2012-11-02 04:20:06 -04:00
|
|
|
@import "glyphicons.less";
|
2011-12-21 17:22:20 -05:00
|
|
|
@import "dropdowns.less";
|
2012-01-05 13:01:42 -05:00
|
|
|
@import "wells.less";
|
|
|
|
@import "component-animations.less";
|
|
|
|
@import "close.less";
|
|
|
|
|
2012-01-28 18:09:23 -05:00
|
|
|
// Components: Buttons & Alerts
|
|
|
|
@import "buttons.less";
|
|
|
|
@import "button-groups.less";
|
2012-09-26 01:07:53 -04:00
|
|
|
@import "alerts.less";
|
2012-01-28 18:09:23 -05:00
|
|
|
|
2012-01-05 13:01:42 -05:00
|
|
|
// Components: Nav
|
2012-01-07 23:40:28 -05:00
|
|
|
@import "navs.less";
|
2012-07-30 13:08:27 -04:00
|
|
|
@import "navbar.less";
|
2011-11-17 02:58:36 -05:00
|
|
|
@import "breadcrumbs.less";
|
|
|
|
@import "pagination.less";
|
2012-01-14 23:54:37 -05:00
|
|
|
@import "pager.less";
|
2012-01-05 13:01:42 -05:00
|
|
|
|
|
|
|
// Components: Popovers
|
2011-11-17 02:58:36 -05:00
|
|
|
@import "modals.less";
|
2012-01-12 00:42:55 -05:00
|
|
|
@import "tooltip.less";
|
2011-11-17 02:58:36 -05:00
|
|
|
@import "popovers.less";
|
2012-01-05 13:01:42 -05:00
|
|
|
|
|
|
|
// Components: Misc
|
2011-12-21 17:26:21 -05:00
|
|
|
@import "thumbnails.less";
|
2012-04-20 11:54:51 -04:00
|
|
|
@import "media.less";
|
2012-12-20 00:18:32 -05:00
|
|
|
@import "badges.less";
|
2012-01-07 18:52:57 -05:00
|
|
|
@import "progress-bars.less";
|
2012-01-15 21:40:17 -05:00
|
|
|
@import "accordion.less";
|
2012-01-15 19:27:36 -05:00
|
|
|
@import "carousel.less";
|
2012-12-20 00:37:16 -05:00
|
|
|
@import "jumbotron.less";
|
2011-11-17 02:58:36 -05:00
|
|
|
|
2012-01-08 18:38:57 -05:00
|
|
|
// Utility classes
|
|
|
|
@import "utilities.less"; // Has to be last to override when necessary
|
2012-10-01 02:24:07 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Responsive
|
|
|
|
// -------------------------------------------------------------
|
|
|
|
|
|
|
|
// Responsive utility classes
|
|
|
|
@import "responsive-utilities.less";
|
|
|
|
|
|
|
|
|
|
|
|
// Media queries
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
// Large desktops
|
|
|
|
@import "responsive-1200px-min.less";
|
|
|
|
|
|
|
|
// Tablets to regular desktops
|
|
|
|
@import "responsive-768px-979px.less";
|
|
|
|
|
|
|
|
// Phones to portrait tablets and narrow desktops
|
|
|
|
@import "responsive-767px-max.less";
|
|
|
|
|
|
|
|
|
|
|
|
// Responsive navbar
|
|
|
|
// From 979px and below, show a button to toggle navbar contents
|
|
|
|
@import "responsive-navbar.less";
|