mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
0e8bf13d5d
Cleanup bootstrap less files
18 lines
366 B
Text
18 lines
366 B
Text
//
|
|
// Layouts
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Container (centered, fixed-width layouts)
|
|
.container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
.clearfix();
|
|
}
|
|
|
|
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
|
|
.container-fluid {
|
|
padding-right: @gridGutterWidth;
|
|
padding-left: @gridGutterWidth;
|
|
.clearfix();
|
|
}
|