Files
edx-platform/lms/static/sass/shared-v2/_base.scss
2016-05-09 13:52:55 -04:00

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;
}
}