* 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
24 lines
736 B
SCSS
24 lines
736 B
SCSS
// ------------------------------
|
|
// Open edX Certificates: Shared Build Compile
|
|
|
|
// About: Sass compile for Open edX Certificates elements that are shared between LTR and RTL UI. Configuration and vendor specific imports happen before this shared set of imports are compiled in the main-*.scss files.
|
|
|
|
|
|
// ------------------------------
|
|
// #CONFIG + LIB
|
|
// ------------------------------
|
|
@import 'lib';
|
|
@import 'config';
|
|
@import '../../../../node_modules/edx-pattern-library/pattern-library/sass/edx-pattern-library';
|
|
|
|
// ------------------------------
|
|
// #EXTENSIONS
|
|
// ------------------------------
|
|
@import 'utilities';
|
|
@import 'base';
|
|
@import 'components';
|
|
@import 'layouts';
|
|
@import 'views';
|
|
@import 'print';
|
|
@import 'overrides';
|