mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
WIP new styles
This commit is contained in:
@ -45,7 +45,6 @@
|
|||||||
);
|
);
|
||||||
openmct.install(openmct.plugins.MyItems());
|
openmct.install(openmct.plugins.MyItems());
|
||||||
openmct.install(openmct.plugins.LocalStorage());
|
openmct.install(openmct.plugins.LocalStorage());
|
||||||
openmct.install(openmct.plugins.Espresso());
|
|
||||||
openmct.install(openmct.plugins.Generator());
|
openmct.install(openmct.plugins.Generator());
|
||||||
openmct.install(openmct.plugins.ExampleImagery());
|
openmct.install(openmct.plugins.ExampleImagery());
|
||||||
openmct.install(openmct.plugins.UTCTimeSystem());
|
openmct.install(openmct.plugins.UTCTimeSystem());
|
||||||
|
@ -32,7 +32,7 @@ define([
|
|||||||
'./ui/registries/InspectorViewRegistry',
|
'./ui/registries/InspectorViewRegistry',
|
||||||
'./ui/registries/ToolbarRegistry',
|
'./ui/registries/ToolbarRegistry',
|
||||||
'./adapter/indicators/legacy-indicators-plugin',
|
'./adapter/indicators/legacy-indicators-plugin',
|
||||||
'./styles/core.scss',
|
'./styles-new/core.scss',
|
||||||
'./ui/components/layout/Layout.vue',
|
'./ui/components/layout/Layout.vue',
|
||||||
'vue'
|
'vue'
|
||||||
], function (
|
], function (
|
||||||
|
0
src/styles-new/_constants.scss
Normal file
0
src/styles-new/_constants.scss
Normal file
0
src/styles-new/core.scss
Normal file
0
src/styles-new/core.scss
Normal file
@ -28,7 +28,8 @@ const webpackConfig = {
|
|||||||
"espresso": path.join(__dirname, "src/styles/theme-espresso.scss"),
|
"espresso": path.join(__dirname, "src/styles/theme-espresso.scss"),
|
||||||
"snow": path.join(__dirname, "src/styles/theme-snow.scss"),
|
"snow": path.join(__dirname, "src/styles/theme-snow.scss"),
|
||||||
"vue": path.join(__dirname, "node_modules/vue/dist/vue.min.js"),
|
"vue": path.join(__dirname, "node_modules/vue/dist/vue.min.js"),
|
||||||
"d3-scale": path.join(__dirname, "node_modules/d3-scale/build/d3-scale.min.js")
|
"d3-scale": path.join(__dirname, "node_modules/d3-scale/build/d3-scale.min.js"),
|
||||||
|
"constants-global": path.join(__dirname, "src/styles-new/_constants.scss")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
devtool: devMode ? 'eval-source-map' : 'source-map',
|
devtool: devMode ? 'eval-source-map' : 'source-map',
|
||||||
|
Reference in New Issue
Block a user