File diff dc11411a4aef → dc9f313fe610
symposion_project/static/symposion/less/symposion.less
Show inline comments
 
new file 100644
 
/*!
 
 * Bootstrap v2.0.4
 
 *
 
 * 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.
 
 */
 

	
 
// CSS Reset
 
@import "bootstrap/reset.less";
 

	
 
// Core variables and mixins
 
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
 
@import "bootstrap/mixins.less";
 

	
 
// Grid system and page structure
 
@import "bootstrap/scaffolding.less";
 
@import "bootstrap/grid.less";
 
@import "bootstrap/layouts.less";
 

	
 
// Base CSS
 
@import "bootstrap/type.less";
 
@import "bootstrap/code.less";
 
@import "bootstrap/forms.less";
 
@import "bootstrap/tables.less";
 

	
 
// Components: common
 
@import "bootstrap/sprites.less";
 
@import "bootstrap/dropdowns.less";
 
@import "bootstrap/wells.less";
 
@import "bootstrap/component-animations.less";
 
@import "bootstrap/close.less";
 

	
 
// Components: Buttons & Alerts
 
@import "bootstrap/buttons.less";
 
@import "bootstrap/button-groups.less";
 
@import "bootstrap/alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
 

	
 
// Components: Nav
 
@import "bootstrap/navs.less";
 
@import "bootstrap/navbar.less";
 
@import "bootstrap/breadcrumbs.less";
 
@import "bootstrap/pagination.less";
 
@import "bootstrap/pager.less";
 

	
 
// Components: Popovers
 
@import "bootstrap/modals.less";
 
@import "bootstrap/tooltip.less";
 
@import "bootstrap/popovers.less";
 

	
 
// Components: Misc
 
@import "bootstrap/thumbnails.less";
 
@import "bootstrap/labels-badges.less";
 
@import "bootstrap/progress-bars.less";
 
@import "bootstrap/accordion.less";
 
@import "bootstrap/carousel.less";
 
@import "bootstrap/hero-unit.less";
 

	
 
// Utility classes
 
@import "bootstrap/utilities.less"; // Has to be last to override when necessary
 

	
 
// RESPONSIVE CLASSES
 
// ------------------
 

	
 
@import "bootstrap/responsive-utilities.less";
 

	
 

	
 
// MEDIA QUERIES
 
// ------------------
 

	
 
// Phones to portrait tablets and narrow desktops
 
@import "bootstrap/responsive-767px-max.less";
 

	
 
// Tablets to regular desktops
 
@import "bootstrap/responsive-768px-979px.less";
 

	
 
// Large desktops
 
@import "bootstrap/responsive-1200px-min.less";
 

	
 

	
 
// RESPONSIVE NAVBAR
 
// ------------------
 

	
 
// From 979px and below, show a button to toggle navbar contents
 
@import "bootstrap/responsive-navbar.less";
 

	
 
// Bootswatch
 
@import "bootswatch.less";
 

	
 
@import "custom.less";