Markup / scss refactor WIP

- Add some initial theme files; pull back from theme "override"
approach;
- Splitters refined;
- Style cleanups;
This commit is contained in:
charlesh88
2018-08-10 18:45:37 -07:00
parent 32cdecebce
commit d35aed2d62
8 changed files with 304 additions and 29 deletions

View File

@ -33,7 +33,6 @@ define([
'./ui/registries/ToolbarRegistry',
'./adapter/indicators/legacy-indicators-plugin',
'./styles-new/core.scss',
'./styles-new/theme-snow.scss',
'./ui/components/layout/Layout.vue',
'vue'
], function (
@ -49,7 +48,6 @@ define([
ToolbarRegistry,
LegacyIndicatorsPlugin,
coreStyles,
themeSnow,
Layout,
Vue
) {