openmct/platform/commonUI/general/res/sass/_initialization.scss

20 lines
354 B
SCSS
Raw Normal View History

// Classes for initializing states of objects
.browse-mode {
.split-layout {
.split-pane-component.pane.left {
width: 15%;
}
}
}
.edit-mode {
.split-layout {
.split-pane-component.pane.right {
width: 15%;
.pane.bottom {
height: 30%;
}
}
}
}