mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
Markup / scss refactor WIP
- Add some initial theme files; pull back from theme "override" approach; - Splitters refined; - Style cleanups;
This commit is contained in:
@ -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
|
||||
) {
|
||||
|
Reference in New Issue
Block a user