Fix wrong styles on rules and buttons in the sign-up form (#33725)

This commit is contained in:
Eugen Rochko 2025-01-24 23:20:05 +01:00 committed by GitHub
parent 79cbb6160d
commit 2df86d6413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -564,11 +564,14 @@ code {
} }
.stacked-actions { .stacked-actions {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 30px; margin-top: 30px;
margin-bottom: 15px; margin-bottom: 15px;
} }
button:not(.button, .link-button, .help-button) { .btn {
display: block; display: block;
width: 100%; width: 100%;
border: 0; border: 0;
@ -585,8 +588,6 @@ code {
cursor: pointer; cursor: pointer;
font-weight: 500; font-weight: 500;
outline: 0; outline: 0;
margin-bottom: 10px;
margin-inline-end: 10px;
&:last-child { &:last-child {
margin-inline-end: 0; margin-inline-end: 0;