A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/pages/onboarding-flow/create-password/index.scss

36 lines
512 B

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