create-realm: Remove margin-top rules for new-organization-button.

The top margin for the submit button on `create_realm.html` is
set by the '#new-realm-creation .register-button' rule in
`portico_signin.css`.

Removes the redundant margin-top rules for new-organization-button
class that are not used.
This commit is contained in:
Lauryn Menard
2025-10-13 13:51:11 +02:00
committed by Tim Abbott
parent e98cf5819c
commit 69a8ec3ae9
2 changed files with 0 additions and 6 deletions

View File

@@ -776,10 +776,6 @@ input#terminal:checked ~ #tab-terminal {
margin-left: 10px;
}
.new-organization-button {
margin-top: 10px;
}
.login-form {
margin: auto;
/* plus input padding. */

View File

@@ -323,8 +323,6 @@ html {
}
.new-organization-button {
margin-top: 25px;
&[disabled] {
cursor: default;
opacity: 0.6;