kibana/x-pack/plugins/monitoring/public/index.scss
Court Ewing 2ce51a5be5 Update paths to ui, server, deprecation, plugin_discovery in src/legacy
This commit accompanies the four that precede it. Rather than squash
them altogether, the four previous commits all do nothing except move
files to help avoid conflicts.
2019-02-11 10:41:37 -05:00

23 lines
683 B
SCSS

// Import the EUI global scope so we can use EUI constants
@import 'src/legacy/ui/public/styles/_styling_constants';
// Temporary hacks
@import 'hacks';
// Monitoring plugin styles
// Prefix all styles with "mon" to avoid conflicts.
// Examples
// monChart
// monChart__legend
// monChart__legend--small
// monChart__legend-isLoading
@import 'components/chart/index';
@import 'components/no_data/index';
@import 'components/sparkline/index';
@import 'components/summary_status/index';
@import 'components/table/index';
@import 'components/logstash/pipeline_viewer/views/index';
@import 'directives/chart/index';
@import 'components/elasticsearch/shard_allocation/index';