2012-01-29 19:04:26 -08:00
|
|
|
/*!
|
2012-03-22 21:33:06 -07:00
|
|
|
* Bootstrap Responsive v2.0.3
|
2012-01-29 19:04:26 -08: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.
|
|
|
|
*/
|
|
|
|
|
2012-03-31 00:53:38 -07:00
|
|
|
|
2011-11-25 21:34:55 -08:00
|
|
|
// Responsive.less
|
|
|
|
// For phone and tablet devices
|
|
|
|
// -------------------------------------------------------------
|
2011-10-16 03:15:36 -07:00
|
|
|
|
|
|
|
|
2012-01-25 10:02:52 -08: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 11:32:07 -08:00
|
|
|
// RESPONSIVE CLASSES
|
|
|
|
// ------------------
|
|
|
|
|
2012-03-25 01:12:51 -07:00
|
|
|
@import "responsive-utilities.less";
|
2011-12-09 11:32:07 -08:00
|
|
|
|
2012-02-21 08:24:18 -08:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// MEDIA QUERIES
|
2011-10-16 11:35:24 -07:00
|
|
|
// ------------------
|
2012-01-28 18:11:31 -08:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// Phones to portrait tablets and narrow desktops
|
|
|
|
@import "responsive-767px-max.less";
|
2011-10-16 03:15:36 -07:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// Tablets to regular desktops
|
|
|
|
@import "responsive-768px-979px.less";
|
2012-01-30 00:39:44 -08:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// Large desktops
|
|
|
|
@import "responsive-1200px-min.less";
|
2012-01-30 13:59:05 -08:00
|
|
|
|
2011-10-16 03:15:36 -07:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// RESPONSIVE NAVBAR
|
|
|
|
// ------------------
|
2012-01-29 13:06:57 -08:00
|
|
|
|
2012-03-22 21:33:06 -07:00
|
|
|
// From 979px and below, show a button to toggle navbar contents
|
|
|
|
@import "responsive-navbar.less";
|