ui/src/scss/main.scss (37 lines of code) (raw):
/*!
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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.
*
*/
@use './sp/sp-theme';
@import '@ali-hm/angular-tree-component/css/angular-tree-component.css';
@import '@fortawesome/fontawesome-free/css/all.css';
@import '@jsplumb/browser-ui/css/jsplumbtoolkit.css';
@import 'shepherd.js/dist/css/shepherd.css';
@import 'leaflet/dist/leaflet.css';
@import 'material-icons/iconfont/material-icons.css';
@import 'quill/dist/quill.snow.css';
@import 'swagger-ui-dist/swagger-ui.css';
@import 'roboto-fontface/css/roboto/roboto-fontface.css';
@import './sp/shepherd-new';
@import './sp/main';
@import './sp/buttons';
@import './sp/buttons.ng1';
@import './sp/spinner';
@import './sp/forms';
@import './sp/dialog';
@import './sp/pipeline-element-options';
@import './sp/pipeline-element-loading';
@import './sp/pipeline-element';
@import './sp/pipeline-validation';
@import './sp/mat-tab';
@import './sp/dialog.ng5';
@import './sp/feedback.ng1';
@import './sp/widgets.scss';
@import './sp/progress-bar.scss';
@import './sp/jsplumb';
@import './sp/sp-dialog';
@import './sp/layout';
@import './sp/documentation.ng1';
@import './sp/stepper';
@import './sp/colors.scss';
@import 'codemirror/lib/codemirror.css';
@import 'codemirror/theme/darcula.css';
@import 'codemirror/theme/dracula.css';
@import 'codemirror/addon/hint/show-hint.css';
@import 'codemirror/addon/lint/lint.css';