12 lines
166 B
SCSS
12 lines
166 B
SCSS
// LMS base styles
|
|
|
|
.content-wrapper {
|
|
width: span(12);
|
|
margin: 0 auto;
|
|
background: palette(grayscale, white-t);
|
|
|
|
@media print {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|