- makes gradebook full-width (to accommodate push-aside) - while the drawer is open the rest of the page is left-right scrollable JIRA:EDUCATOR-4579
16 lines
517 B
SCSS
Executable File
16 lines
517 B
SCSS
Executable File
@import "~@edx/edx-bootstrap/sass/edx/theme";
|
|
@import "~bootstrap/scss/bootstrap";
|
|
|
|
$fa-font-path: "~font-awesome/fonts";
|
|
@import "~font-awesome/scss/font-awesome";
|
|
|
|
$input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4.0.0 to work
|
|
@import "~@edx/paragon/src/SearchField/SearchField";
|
|
@import "~@edx/paragon/src/Collapsible/Collapsible";
|
|
|
|
@import "~@edx/frontend-component-footer/src/lib/scss/site-footer";
|
|
|
|
@import "./components/Gradebook/gradebook";
|
|
@import "./components/Drawer/Drawer";
|
|
|