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

31 lines
615 B
SCSS

// ------------------------------
// Open edX Certificates: Utilities
// About: configuration, functions, variables, mixins, and general helpers for rendering.
// #FUNCTIONS
// #MIXINS
// #HELPERS
// ------------------------------
// #FUNCTIONS
// ------------------------------
// ------------------------------
// #MIXINS
// ------------------------------
// ------------------------------
// #HELPERS
// ------------------------------
// visual dividers
%divider-1 {
border-bottom-width: rem(4);
border-bottom-style: solid;
}
%divider-2 {
border-bottom-width: rem(2);
border-bottom-style: solid;
}