William O'Beirne 6513acd03d Generate Mnemonic Wallet (#659)
* Initial work at splitting out generate into two flows.

* Finish mnemonic flow.

* Convert keystore to state-based component. Remove all redux generate stuff. Remove generate help section. Fix styles.

* Add back button, switch to routing instead of state for generate pages.

* PR feedback.

* Alertify warning at generate. Linkify alternatives. Fix some alert link styles.
2017-12-28 13:54:07 -06:00

18 lines
226 B
SCSS

@import "common/sass/variables";
.GenPaper {
&-title {
margin: $space 0 $space;
}
&-private {
max-width: 700px;
margin: 0 auto $space * 3;
}
&-paper,
&-warning {
margin-bottom: $space * 3;
}
}