Files
edx-platform/cms/static/sass/_base-v2.scss
2016-08-03 11:10:05 -04:00

16 lines
320 B
SCSS

// studio - base styling
// ====================
html {
height: 102%; // force scrollbar to prevent jump when scroll appears, cannot use overflow because it breaks drag
}
body {
min-width: $fg-min-width;
background: $uxpl-grayscale-x-back;
color: $gray-d3;
}
footer.primary{
font-size: font-size(x-small);
}