Address PR feedback for Guide style updates

This commit is contained in:
Joshua Ogle 2018-09-04 13:15:14 -06:00
parent 4fde981af3
commit 97757113fc
3 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ export default outerHTMLComponent.extend({
headerIcon: null,
docText: null,
docPath: null,
instructions: null,
});

View File

@ -5,7 +5,6 @@ const MOUNTABLE_SECRET_ENGINES = [
displayName: 'Active Directory',
value: 'ad',
type: 'ad',
glyph: 'ad',
category: 'cloud',
},
{

View File

@ -9,6 +9,7 @@
flex-direction: column;
flex-grow: 1;
transition: padding $speed;
will-change: padding;
}
.ui-wizard-container .app-content.wizard-open {