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