23 lines
484 B
SCSS
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
|
|
// ------------------------------
|