Split IgnoreUserWizard into own file

This commit is contained in:
Benjamin Goering
2017-04-11 14:20:39 -07:00
parent eb1c1db09b
commit 847ad2263b
4 changed files with 81 additions and 78 deletions
@@ -2,21 +2,6 @@
outline: none;
}
.IgnoreUserWizard {
background-color: #2E343B;
color: white;
padding: 1em;
max-width: 220px;
}
.IgnoreUserWizard header {
font-weight: bold;
}
.IgnoreUserWizard .textAlignRight {
text-align: right;
}
/**
* Up/Down Chevrons for the top right menu
*/