mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 01:11:41 +00:00
[Frontend] Adding initialization CSS defs for new mct-split-pane
WTD-1404 WTD-1399
This commit is contained in:
parent
9d25e3081f
commit
344aa8acc8
20
platform/commonUI/general/res/sass/_initialization.scss
Normal file
20
platform/commonUI/general/res/sass/_initialization.scss
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
// 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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user