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.
53 lines
822 B
53 lines
822 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;
|
|
max-width: 600px;
|
|
max-height: 750px;
|
|
}
|
|
|
|
&__link-text {
|
|
color: var(--color-primary-default);
|
|
}
|
|
|
|
&__form {
|
|
padding: 0 24px;
|
|
|
|
&--password-button {
|
|
background-color: transparent;
|
|
color: var(--color-text-default);
|
|
}
|
|
|
|
&--submit-button {
|
|
padding: 20px;
|
|
}
|
|
|
|
&--checkmark {
|
|
i {
|
|
color: var(--color-success-default);
|
|
}
|
|
}
|
|
|
|
&__terms-label {
|
|
display: flex;
|
|
}
|
|
|
|
.form-field__input {
|
|
height: 50px;
|
|
}
|
|
}
|
|
}
|
|
|