mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
70 lines
1.4 KiB
SCSS
70 lines
1.4 KiB
SCSS
/**
|
|
* 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.
|
|
**/
|
|
|
|
@import "colors";
|
|
@import "mixins";
|
|
|
|
@import "base";
|
|
@import "forms";
|
|
|
|
@import "jquery";
|
|
@import "ace";
|
|
|
|
@import "dropdownMenu";
|
|
|
|
@import "header";
|
|
@import "palette";
|
|
@import "sidebar";
|
|
@import "workspace";
|
|
@import "workspaceToolbar";
|
|
|
|
@import "notifications";
|
|
|
|
@import "editor";
|
|
@import "library";
|
|
@import "search";
|
|
|
|
@import "panels";
|
|
@import "tabs";
|
|
@import "tab-config";
|
|
@import "tab-context";
|
|
@import "tab-info";
|
|
@import "popover";
|
|
@import "flow";
|
|
@import "palette-editor";
|
|
@import "diff";
|
|
|
|
@import "userSettings";
|
|
|
|
@import "projects";
|
|
|
|
|
|
@import "ui/common/editableList";
|
|
@import "ui/common/searchBox";
|
|
@import "ui/common/typedInput";
|
|
@import "ui/common/nodeList";
|
|
@import "ui/common/checkboxSet";
|
|
@import "ui/common/stack";
|
|
@import "ui/common/treeList";
|
|
|
|
@import "dragdrop";
|
|
|
|
@import "keyboard";
|
|
|
|
@import "debug";
|
|
|
|
@import "radialMenu";
|