mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
344aa8acc8
WTD-1404 WTD-1399
20 lines
312 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|
|
} |