openmct/platform/commonUI/general/res/sass/_initialization.scss
2015-06-30 16:01:53 -07:00

20 lines
354 B
SCSS

// 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%;
}
}
}
}