mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
Bring in legacy CSS
- Legacy styles from old _global.scss moved into section of new _global file; - Most UI elements are working - TODO: fix Inspector grid
This commit is contained in:
@ -72,6 +72,7 @@
|
||||
&__main-container {
|
||||
// Wrapper for main views
|
||||
$m: $interiorMargin;
|
||||
font-size: 16px; // TEMP FOR LEGACY STYLING
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: $m; right: $m; bottom: $m; left: $m;
|
||||
|
Reference in New Issue
Block a user