Files
frontend-app-authoring/src/course-unit/CourseUnit.scss
Chris Chávez 5157cbcfb2 feat: New Unit info sidebar [FC-0114] (#2822)
- Implements the basics for the Unit Sidebar:
    - Splits the sidebar in legacy sidebar and in the new sidebar
- Implements the Unit Info Sidebar:
    - Implements a new design for the visibility and publish status card.
    - Implements the new Visibility field.
    - Implements the settings tab for the sidebar. Implements all the new form to edit the 
      settings in the sidebar.
2026-01-26 16:18:32 -05:00

34 lines
686 B
SCSS

@import "./breadcrumbs/Breadcrumbs";
@import "./course-sequence/CourseSequence";
@import "./add-component/AddComponent";
@import "./legacy-sidebar/LegacySidebar";
@import "./unit-sidebar/unit-info/PublishControls";
@import "./header-title/HeaderTitle";
@import "./move-modal";
@import "./preview-changes";
@import "./xblock-container-iframe";
.course-unit {
min-width: 900px;
.sub-header {
// To clean the blank space in the bottom of the sub header
margin-bottom: -35px;
}
}
.course-unit__alert {
margin-bottom: 1.75rem;
}
.unit-header-status-bar {
.draft-badge {
background-color: #B4610E;
color: white;
}
.badge-label {
margin-top: 2px;
}
}