mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
* https://github.com/nasa/openmct/issues/2577 * Remove notebook.scss import. Move to vue-styles.scss
This commit is contained in:
parent
490cb2225d
commit
37a8cf071c
@ -38,7 +38,6 @@ define([
|
|||||||
'./ui/router/ApplicationRouter',
|
'./ui/router/ApplicationRouter',
|
||||||
'./ui/router/Browse',
|
'./ui/router/Browse',
|
||||||
'../platform/framework/src/Main',
|
'../platform/framework/src/Main',
|
||||||
'./styles/notebook.scss',
|
|
||||||
'./ui/layout/Layout.vue',
|
'./ui/layout/Layout.vue',
|
||||||
'../platform/core/src/objects/DomainObjectImpl',
|
'../platform/core/src/objects/DomainObjectImpl',
|
||||||
'../platform/core/src/capabilities/ContextualDomainObject',
|
'../platform/core/src/capabilities/ContextualDomainObject',
|
||||||
@ -65,7 +64,6 @@ define([
|
|||||||
ApplicationRouter,
|
ApplicationRouter,
|
||||||
Browse,
|
Browse,
|
||||||
Main,
|
Main,
|
||||||
NotebookStyles,
|
|
||||||
Layout,
|
Layout,
|
||||||
DomainObjectImpl,
|
DomainObjectImpl,
|
||||||
ContextualDomainObject,
|
ContextualDomainObject,
|
||||||
|
@ -1,40 +0,0 @@
|
|||||||
/*****************************************************************************
|
|
||||||
* Open MCT, Copyright (c) 2014-2018, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
@import "vendor/normalize-min";
|
|
||||||
@import "sass-base";
|
|
||||||
|
|
||||||
/******************** RENDERS CSS */
|
|
||||||
@import "about";
|
|
||||||
@import "glyphs";
|
|
||||||
@import "global";
|
|
||||||
@import "status";
|
|
||||||
@import "controls";
|
|
||||||
@import "layout";
|
|
||||||
@import "forms";
|
|
||||||
@import "table";
|
|
||||||
@import "legacy";
|
|
||||||
@import "legacy-plots";
|
|
||||||
@import "plotly";
|
|
||||||
@import "legacy-messages";
|
|
||||||
|
|
||||||
@import "vue-styles.scss";
|
|
@ -21,9 +21,6 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/*********************************************** NOTEBOOK */
|
/*********************************************** NOTEBOOK */
|
||||||
@import "sass-base.scss";
|
|
||||||
|
|
||||||
|
|
||||||
.c-notebook {
|
.c-notebook {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
/*****************************************************************************
|
|
||||||
* Open MCT, Copyright (c) 2014-2018, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
// Imports only constants, mixins, etc.
|
|
||||||
// Meant for use as a single line import in Vue SFC's.
|
|
||||||
// Do not include anything that renders to CSS!
|
|
||||||
@import "constants";
|
|
||||||
@import "constants-mobile.scss";
|
|
||||||
//@import "constants-espresso"; // TEMP
|
|
||||||
@import "constants-snow"; // TEMP
|
|
||||||
//@import "constants-maelstrom";
|
|
||||||
@import "mixins";
|
|
||||||
@import "animations";
|
|
@ -41,3 +41,4 @@
|
|||||||
@import "../ui/layout/status-bar/notification-banner.scss";
|
@import "../ui/layout/status-bar/notification-banner.scss";
|
||||||
@import "../ui/preview/preview.scss";
|
@import "../ui/preview/preview.scss";
|
||||||
@import "../ui/toolbar/components/toolbar-checkbox.scss";
|
@import "../ui/toolbar/components/toolbar-checkbox.scss";
|
||||||
|
@import "./notebook.scss";
|
||||||
|
Loading…
Reference in New Issue
Block a user