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