Files
edx-platform/lms/static/sass/bootstrap/lms-main.scss
Matt Tuchfarber ac29017d88 Move banner REVMI-54
Moves banner into the content instead of at the top. Adds a course
expiration fragment to the course home page, the content, the progress
page, and the discussion page.
2019-01-09 10:17:16 -05:00

42 lines
884 B
SCSS

// -----------------------------
// LMS main styles for Bootstrap
// -----------------------------
// Set the relative path to the static root
$static-path: '../..';
// Base build
@import 'build';
// Elements
@import 'header';
@import 'footer';
@import 'navigation';
@import 'layouts';
@import 'components';
@import 'course/layout/courseware_preview';
@import 'shared/modal';
@import 'shared/help-tab';
// Features
@import 'features/bookmarks';
@import 'features/course-experience';
@import 'features/course-search';
@import 'features/course-sock';
@import 'features/course-upgrade-message';
@import 'features/course-duration-limits';
// Individual Pages
@import "views/program-marketing-page";
@import "views/entitlement-support-page";
// Responsive Design
@import '../header';
// Extra theme-specific rules
@import 'lms/theme/extras';
// Experiments
@import 'experiments';