Files
edx-platform/lms/static/certificates/sass/_utilities.scss
Brian Talbot 0195877842 certificates: reference NPM installed UXPL
* remove static UXPL + lib files from root
* updating edx-pattern-library npm version to 0.8.12
* resolving UXPL syntax/version changes
* syntax/spacing corrections
* correcting npm-based lib paths
* UXPL update - syncing up sass LTR/RTL compile
* UXPL update - font-size, line-heights, + colors
* UXPL update - breakpoint names
* UXPL update - removing unnecessary %reset-link reference
* customizing UXPL buttons for banner actions
2016-02-04 15:55:26 -05:00

31 lines
623 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;
}