Skip to content

Commit

Permalink
Remove scss
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Apr 13, 2020
1 parent 0e41dbc commit d36d779
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const CreateDatasourcePage: React.FunctionComponent = () => {
)}
<EuiSteps steps={steps} />
<EuiSpacer size="l" />
<EuiBottomBar className="ingestManager__bottomBar" paddingSize="s">
<EuiBottomBar css={{ zIndex: 5 }} paddingSize="s">
<EuiFlexGroup gutterSize="s" justifyContent="flexEnd">
<EuiFlexItem grow={false}>
<EuiButtonEmpty color="ghost" href={cancelUrl}>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/ingest_manager/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
import { PluginInitializerContext } from 'src/core/public';
import { IngestManagerPlugin } from './plugin';
import './styles/_index.scss';

export { IngestManagerStart } from './plugin';

Expand Down
6 changes: 0 additions & 6 deletions x-pack/plugins/ingest_manager/public/styles/_index.scss

This file was deleted.

0 comments on commit d36d779

Please sign in to comment.