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
parent 58c40caeb4
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

@ -584,8 +584,9 @@ code {
background-color: $ui-button-focus-background-color;
}
&:disabled,
&:disabled:hover {
background-color: $ui-primary-color;
background-color: $ui-button-disabled-color;
}
&.negative {
@ -599,16 +600,6 @@ code {
}
}
.button.button-tertiary {
padding: 9px;
&:hover,
&:focus,
&:active {
padding: 10px;
}
}
select {
appearance: none;
box-sizing: border-box;
@ -1173,6 +1164,7 @@ code {
align-items: center;
padding-bottom: 30px;
margin-bottom: 30px;
color: $white;
li {
flex: 0 0 auto;