mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
removes unused less styles (#23759)
This commit is contained in:
parent
c6911d43d9
commit
665c26606e
2 changed files with 0 additions and 10 deletions
|
@ -12,7 +12,6 @@ import { Notifier, toastNotifications } from 'ui/notify';
|
|||
import { PipelineEditor } from '../../../../components/pipeline_editor';
|
||||
import 'plugins/logstash/services/license';
|
||||
import 'plugins/logstash/services/security';
|
||||
import './pipeline_edit.less';
|
||||
import 'ace';
|
||||
|
||||
const app = uiModules.get('xpack/logstash');
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
@import (reference) "~ui/styles/variables";
|
||||
@import (reference) "~ui/styles/mixins";
|
||||
@import (reference) "~ui/styles/theme";
|
||||
|
||||
pipeline-edit {
|
||||
.pipeline-editor {
|
||||
border: 1px solid #ecf0f1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue