mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-31 13:25:29 +00:00
6513acd03d
* 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.
22 lines
291 B
SCSS
22 lines
291 B
SCSS
@import "common/sass/variables";
|
|
|
|
.EnterPw {
|
|
&-title {
|
|
margin: $space auto $space * 2.5;
|
|
}
|
|
|
|
&-password {
|
|
max-width: 40rem;
|
|
margin: 0 auto $space;
|
|
|
|
&-label {
|
|
margin-bottom: $space;
|
|
}
|
|
}
|
|
|
|
&-submit {
|
|
max-width: 16rem;
|
|
margin: 0 auto $space * 3;
|
|
}
|
|
}
|