mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 07:24:13 +00:00
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%;
|
|
}
|
|
}
|
|
}
|
|
} |