Skip to content

Commit

Permalink
Reporting SASS - Remove less styles (elastic#23782)
Browse files Browse the repository at this point in the history
* remove less styles

* remove less import
  • Loading branch information
Ryan Keairns authored and ryankeairns committed Oct 5, 2018
1 parent 3c7646e commit 08fa17c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class ReportListing extends Component<Props, State> {

public render() {
return (
<EuiPage className="repReportListing__page">
<EuiPage>
<EuiPageBody restrictWidth>
<EuiPageContent horizontalPosition="center">
<EuiTitle>
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/reporting/public/less/main.less

This file was deleted.

1 change: 0 additions & 1 deletion x-pack/plugins/reporting/public/views/management/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import React from 'react';
import { render, unmountComponentAtNode } from 'react-dom';
import 'plugins/reporting/less/main.less';
import { XPackInfoProvider } from 'plugins/xpack_main/services/xpack_info';

import routes from 'ui/routes';
Expand Down

0 comments on commit 08fa17c

Please sign in to comment.