codecombat/app/styles/bootstrap/_layouts.scss

17 lines
346 B
SCSS
Raw Normal View History

2014-01-03 13:32:13 -05:00
//
// Layouts
// --------------------------------------------------
// Container (centered, fixed-width layouts)
.container {
@include container-fixed();
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-right: $gridGutterWidth;
padding-left: $gridGutterWidth;
@include clearfix();
}