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

51 lines
804 B

.create-password {
&__weak {
color: var(--color-error-default);
}
&__average {
color: var(--color-warning-alternative);
}
&__strong {
color: var(--color-success-alternative);
}
&__wrapper {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
&__link-text {
color: var(--color-primary-default);
}
&__form {
@media screen and (min-width: $break-large) {
max-width: 320px;
}
&--password-button {
background-color: transparent;
color: var(--color-text-default);
}
&--checkmark {
i {
color: var(--color-success-default);
}
}
&__terms-label {
display: flex;
}
.form-field__input {
height: 50px;
width: 100%;
}
}
}