Files
frontend-app-authoring/src/library-authoring/LibraryAuthoringPage.scss
Navin Karkera 3eeca244d7 feat: add temporary message alert in sections settings tab in libraries (#2734)
- add temporary message alert in sections settings tab in libraries 
- increase sidebar width to remove `More` option and display all tabs
together
2025-12-17 14:21:13 -05:00

32 lines
474 B
SCSS

.library-authoring-page {
.header-actions {
.normal-border {
border: 1px solid;
}
.open-border {
border: 2px solid;
margin: -1px 0;
}
}
}
.library-authoring-sidebar {
z-index: 1000; // same as header
flex: 530px 0 0;
position: sticky;
top: 0;
right: 0;
height: 100vh;
overflow-y: auto;
}
.dropdown-menu {
z-index: 1001; // over the sidebar
}
// Reduce breadcrumb bottom margin
ol.list-inline {
margin-bottom: 0;
}