Files
edx-platform/cms/static/sass/programs/_app-container.scss
2016-11-29 13:10:21 -05:00

16 lines
334 B
SCSS

// ------------------------------
// Programs: App Container
// About: styling for setting up the wrapper.
.program-app {
&.layout-1q3q {
max-width: 1250px;
// HtmlUtils.template wraps children of this in an anonymous div. We need to make sure they render at full width
& > div {
@include span(12);
}
}
}