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:
charlesh88
2018-08-17 16:22:54 -07:00
parent 8d4734ef5b
commit 5aa2be9761
5 changed files with 262 additions and 8 deletions

View File

@ -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;