mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 16:32:56 +01:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
|
//
|
||
|
// Layouts
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
// Container (centered, fixed-width layouts)
|
||
|
.container {
|
||
|
.container-fixed();
|
||
|
}
|
||
|
|
||
|
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
|
||
|
.container-fluid {
|
||
|
padding-right: @gridGutterWidth;
|
||
|
padding-left: @gridGutterWidth;
|
||
|
.clearfix();
|
||
|
}
|