[Glitch] Fix wrong styles on rules and buttons in the sign-up form

Port 2df86d6413d14c269d630ac39f5f9da1e7f07417 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko 2025-01-24 23:20:05 +01:00 committed by Claire
parent f7fa3300ae
commit 503c4d16bb

View File

@ -590,11 +590,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;
@ -611,8 +614,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;