summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap/_layouts.scss
blob: b9bae1d9c75b92ebbfc9b1117b849a05a3df80ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Layouts
// Fixed-width and fluid (with sidebar) layouts
// --------------------------------------------


// Container (centered, fixed-width layouts)
.container {
  @include container-fixed();
}

// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
  padding-left: $gridGutterWidth;
  padding-right: $gridGutterWidth;
  @include clearfix();
}