]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/less/layouts.less
Release 6.5.3
[Github/sugarcrm.git] / themes / default / less / layouts.less
1 //
2 // Layouts
3 // Fixed-width and fluid (with sidebar) layouts
4 // --------------------------------------------
5
6
7 // Container (centered, fixed-width layouts)
8 .container {
9   .container-fixed();
10 }
11
12 // Fluid layouts (left aligned, with sidebar, min- & max-width content)
13 .container-fluid {
14   padding-left: @gridGutterWidth;
15   padding-right: @gridGutterWidth;
16   .clearfix();
17 }