The enables opening a Library Content page within the new Studio unit page. This page displays the xBlocks from the specified library and provides basic configuration options for the library.
16 lines
330 B
SCSS
16 lines
330 B
SCSS
@import "./breadcrumbs/Breadcrumbs";
|
|
@import "./course-sequence/CourseSequence";
|
|
@import "./add-component/AddComponent";
|
|
@import "./sidebar/Sidebar";
|
|
@import "./header-title/HeaderTitle";
|
|
@import "./move-modal";
|
|
@import "./preview-changes";
|
|
|
|
.course-unit {
|
|
min-width: 900px;
|
|
}
|
|
|
|
.course-unit__alert {
|
|
margin-bottom: 1.75rem;
|
|
}
|