1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-03 06:34:27 +01:00
metamask-extension/ui/pages/onboarding-flow/create-password/index.scss
Alex Donesky a8ec9ada2a
Onboarding V2 Creation Successful view (#12248)
* add creation-successful onboarding view
2021-10-11 09:43:25 -05:00

37 lines
512 B
SCSS

.create-password {
&__wrapper {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
max-width: 600px;
max-height: 750px;
}
&__link-text {
color: $primary-1;
}
&__form {
padding: 0 24px;
&--password-button {
background-color: transparent;
}
&--submit-button {
padding: 20px;
}
&--checkmark {
i {
color: $success-1;
}
}
.form-field__input {
height: 50px;
}
}
}