mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +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…
Reference in New Issue
Block a user