1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/components/pages/first-time-flow/end-of-flow/index.scss
Dan J Miller cb2698d20e First time flow updates (#6192)
* 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
2019-02-27 11:16:41 -03:30

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;
}
}