1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Mark Stacey 925a19fa4a Revert "Merge pull request #14912 from MetaMask/Version-v10.16.0"
This reverts commit f09ab8889148c406551dea1643966e3331fde4aa, reversing
changes made to effc761e0ee4ea7ffb77f275b5ed650a7098d6f8.

This is being temporarily reverted to make it easier to release an
urgent fix for v10.15.1.
2022-06-28 10:41:47 -02:30

54 lines
822 B
SCSS

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