1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red/editor-client/src/sass/style.scss

68 lines
1.4 KiB
SCSS
Raw Normal View History

2013-09-05 16:02:48 +02:00
/**
2019-05-02 18:03:42 +02:00
* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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.
**/
2015-07-12 00:43:45 +02:00
2015-07-13 12:26:29 +02:00
@import "colors";
2015-04-09 15:46:29 +02:00
@import "mixins";
2013-09-05 16:02:48 +02:00
2019-05-02 18:03:42 +02:00
@import "base";
2015-07-13 12:26:29 +02:00
@import "forms";
2015-04-09 15:46:29 +02:00
@import "jquery";
2016-11-15 01:19:04 +01:00
@import "ace";
2014-08-20 22:58:54 +02:00
2015-04-09 15:46:29 +02:00
@import "dropdownMenu";
2014-08-20 22:58:54 +02:00
2015-04-09 15:46:29 +02:00
@import "header";
@import "palette";
@import "sidebar";
@import "workspace";
@import "workspaceToolbar";
2014-11-12 14:21:39 +01:00
2015-04-09 15:46:29 +02:00
@import "notifications";
2014-02-21 10:54:50 +01:00
2015-04-09 15:46:29 +02:00
@import "editor";
@import "library";
2016-09-30 00:46:29 +02:00
@import "search";
@import "panels";
2015-04-09 15:46:29 +02:00
@import "tabs";
@import "tab-config";
@import "tab-context";
2015-04-09 15:46:29 +02:00
@import "tab-info";
2015-07-18 16:33:31 +02:00
@import "popover";
2015-04-09 15:46:29 +02:00
@import "flow";
2016-08-04 17:49:36 +02:00
@import "palette-editor";
@import "diff";
2014-12-10 15:58:53 +01:00
@import "userSettings";
2017-09-20 11:30:07 +02:00
@import "projects";
2014-12-10 15:58:53 +01:00
@import "ui/common/editableList";
@import "ui/common/searchBox";
@import "ui/common/typedInput";
@import "ui/common/nodeList";
@import "ui/common/checkboxSet";
2017-09-20 11:30:07 +02:00
@import "ui/common/stack";
2018-12-20 14:15:31 +01:00
@import "ui/common/treeList";
2015-12-29 23:15:41 +01:00
2015-04-09 15:46:29 +02:00
@import "dragdrop";
2014-02-25 00:35:11 +01:00
2015-04-09 15:46:29 +02:00
@import "keyboard";
2014-08-22 12:07:32 +02:00
2016-11-03 00:20:48 +01:00
@import "debug";