mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
9f38914faa
WTD-1404
20 lines
354 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|
|
} |