Fix various visual sign-up flow issues (#33206)

This commit is contained in:
Eugen Rochko 2024-12-09 09:23:19 +01:00 committed by GitHub
commit ca45f896dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 35 additions and 414 deletions

View file

@ -21,7 +21,6 @@ $fluid-breakpoint: $maximum-width + 20px;
.rules-list {
font-size: 15px;
line-height: 22px;
color: $primary-text-color;
counter-reset: list-counter;
li {
@ -82,6 +81,10 @@ $fluid-breakpoint: $maximum-width + 20px;
}
}
&__text {
color: $primary-text-color;
}
&__hint {
font-size: 14px;
font-weight: 400;