* 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
674 B
SCSS
24 lines
674 B
SCSS
// ------------------------------
|
|
// Open edX Certificates: Main Style Compile
|
|
|
|
// About: Sass partial for defining settings and utilities for LTR-centric layouts.
|
|
|
|
// #SETTINGS
|
|
// #LIB
|
|
|
|
|
|
// ----------------------------
|
|
// #SETTINGS
|
|
// ----------------------------
|
|
$layout-direction: ltr;
|
|
|
|
// currently needed since platform Sass won't obey https://github.com/edx/ux-pattern-library/blob/master/pattern-library/sass/patterns/_grid.scss#L23
|
|
$grid-direction-default: ltr;
|
|
$grid-direction-reversed: ltr;
|
|
|
|
|
|
// ----------------------------
|
|
// #LIB
|
|
// ----------------------------
|
|
@import '../../../../node_modules/edx-pattern-library/node_modules/bi-app-sass/bi-app/bi-app-ltr';
|