Files
edx-platform/lms/static/certificates/sass/_base.scss
2017-10-16 12:41:20 -04:00

23 lines
484 B
SCSS

// ------------------------------
// // Open edX Certificates: Base
// About: Base resets and definitons (using shared resources from elements when appropriate).
// ------------------------------
// #RESET
// ------------------------------
// ------------------------------
// #BASE
// ------------------------------
html, body {
height: 100%;
margin: 0;
padding: 0;
background: $white;
}
// ------------------------------
// #TYPOGRAPHY
// ------------------------------