mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
cb2698d20e
* Action select step of onboarding flow added. * Update navigation on create and import password screens. * Adds terms of service checkbox to create and import account screens. * Add security warning to jazzicon intro step * Update and streamline unique image to confirm seed steps of first time flow. * UI touch ups to welcome screen. * UI touch up on select action page * Fix first time import flow. * Add end of flow screen to first time flow * Replace unique image screen with updated fishing warning screen. * Update e2e tests for onboarding flow changes. * Add required translations to onboarding flow. * Update design of select action screen to emphasize create new wallet option. * Clean up onboarding flow code. * Remove notice related code from first-time-flow directory. * Use updater function argument in new-account.component
47 lines
635 B
SCSS
47 lines
635 B
SCSS
.end-of-flow {
|
|
color: black;
|
|
font-family: Roboto;
|
|
font-style: normal;
|
|
|
|
.app-header__logo-container {
|
|
width: 742px;
|
|
margin-top: 3%;
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__text-1, &__text-3 {
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
&__text-2 {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
margin-top: 26px;
|
|
}
|
|
|
|
&__text-3 {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
&__text-3 {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
button {
|
|
width: 207px;
|
|
}
|
|
|
|
&__start-over-button {
|
|
width: 744px;
|
|
}
|
|
|
|
&__emoji {
|
|
font-size: 80px;
|
|
margin-top: 70px;
|
|
}
|
|
} |