openmct/platform/commonUI/general/res/sass/_initialization.scss
2015-06-30 13:26:15 -07:00

20 lines
312 B
SCSS

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