1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 11:55:21 +02:00
portainer/assets/scss/_layouts.scss

17 lines
346 B
SCSS
Raw Normal View History

2013-06-08 15:12:14 -09: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();
}