2012-01-29 22:04:26 -05:00
|
|
|
/*!
|
2012-03-23 00:33:06 -04:00
|
|
|
* Bootstrap Responsive v2.0.3
|
2012-01-29 22:04:26 -05:00
|
|
|
*
|
|
|
|
* Copyright 2012 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 @twitter by @mdo and @fat.
|
|
|
|
*/
|
|
|
|
|
2011-11-26 00:34:55 -05:00
|
|
|
// Responsive.less
|
|
|
|
// For phone and tablet devices
|
|
|
|
// -------------------------------------------------------------
|
2011-10-16 06:15:36 -04:00
|
|
|
|
|
|
|
|
2012-01-25 13:02:52 -05:00
|
|
|
// REPEAT VARIABLES & MIXINS
|
|
|
|
// -------------------------
|
|
|
|
// Required since we compile the responsive stuff separately
|
|
|
|
|
|
|
|
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
|
|
|
|
@import "mixins.less";
|
|
|
|
|
|
|
|
|
2011-12-09 14:32:07 -05:00
|
|
|
// RESPONSIVE CLASSES
|
|
|
|
// ------------------
|
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
@import "responsive-utility-classes.less";
|
2011-12-09 14:32:07 -05:00
|
|
|
|
2012-02-21 11:24:18 -05:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// MEDIA QUERIES
|
2011-10-16 14:35:24 -04:00
|
|
|
// ------------------
|
2012-01-28 21:11:31 -05:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// Phones to portrait tablets and narrow desktops
|
|
|
|
@import "responsive-767px-max.less";
|
2011-10-16 06:15:36 -04:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// Tablets to regular desktops
|
|
|
|
@import "responsive-768px-979px.less";
|
2012-01-30 03:39:44 -05:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// Large desktops
|
|
|
|
@import "responsive-1200px-min.less";
|
2012-01-30 16:59:05 -05:00
|
|
|
|
2011-10-16 06:15:36 -04:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// RESPONSIVE NAVBAR
|
|
|
|
// ------------------
|
2012-01-29 16:06:57 -05:00
|
|
|
|
2012-03-23 00:33:06 -04:00
|
|
|
// From 979px and below, show a button to toggle navbar contents
|
|
|
|
@import "responsive-navbar.less";
|