[ML] Moving legacy kibana wizard classes to ML (#31425) (#31570)

* [ML] Moving legacy kibana wizard classes to ML

* removing wizard import
This commit is contained in:
James Gowdy 2019-02-20 13:43:08 +00:00 committed by GitHub
parent 78dad243e4
commit 40910cd406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 33 deletions

View file

@ -1,2 +1 @@
@import './wizard';
@import './dialog';

View file

@ -1,32 +0,0 @@
@include euiBreakpoint('xl') {
.visWizard {
display: flex;
}
.visWizard__column {
display: flex;
flex-direction: column;
padding: 0px $euiSizeXS;
}
.visWizard__row {
flex: 1;
background-color: $euiColorEmptyShade;
}
.visWizard__column--small {
flex: 2;
}
.visWizard__column--large {
flex: 3;
}
}
/**
* 1. Hack in some padding for these panels.
*/
.visWizard__list--paginated--selectable,
.visWizard__savedObjectFinder {
padding: $euiSizeS; /* 1 */
}

View file

@ -55,4 +55,37 @@
.kuiBarSection .kuiButtonGroup {
display: none;
}
@include euiBreakpoint('xl') {
.visWizard {
display: flex;
}
.visWizard__column {
display: flex;
flex-direction: column;
padding: 0px $euiSizeXS;
}
.visWizard__row {
flex: 1;
background-color: $euiColorEmptyShade;
}
.visWizard__column--small {
flex: 2;
}
.visWizard__column--large {
flex: 3;
}
}
/**
* 1. Hack in some padding for these panels.
*/
.visWizard__list--paginated--selectable,
.visWizard__savedObjectFinder {
padding: $euiSizeS; /* 1 */
}
}