14 lines
375 B
SCSS
14 lines
375 B
SCSS
// ------------------------------
|
|
// LMS Learner Dashboard styling
|
|
// users the Pattern Library
|
|
|
|
// NOTE: This is the right-to-left (RTL) configured style compile.
|
|
// It should mirror lms-learner-dashboard-rtl w/ the exception of bi-app references.
|
|
|
|
|
|
// Load the RTL version of lms main
|
|
@import 'lms-main-v2-rtl';
|
|
|
|
// Load the shared build
|
|
@import 'build-learner-dashboard';
|