25 lines
530 B
SCSS
25 lines
530 B
SCSS
// Footer for OpenEdX (left-to-right)
|
|
// ==================================
|
|
|
|
// libs and resets *do not edit*
|
|
@import 'bourbon/bourbon'; // lib - bourbon
|
|
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
|
|
|
|
// Base build
|
|
@import 'base/build';
|
|
|
|
footer#footer-openedx {
|
|
@import 'base/reset';
|
|
@import 'base/extends';
|
|
@import 'base/base';
|
|
}
|
|
|
|
// base - elements
|
|
@import 'elements/typography';
|
|
|
|
// shared - platform
|
|
@import 'shared/footer';
|
|
|
|
// Extra theme-specific rules
|
|
@import 'lms/theme/extras';
|