lms-footer.scss 510 Bytes
Newer Older
David Baumgold committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// 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 - utilities
@import 'base/variables';
@import 'base/mixins';

footer#footer-openedx {
    @import 'base/reset';
    @import 'base/extends';
    @import 'base/base';
}

// base - elements
@import 'elements/typography';

// shared - platform
@import 'shared/footer';