Skip to content

Commit

Permalink
Fix button width and styling of registration button
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jun 17, 2021
1 parent 3271f8b commit 36e2d3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/register-button.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#alternative-logins .button.register-button {
#alternative-logins:not(.alternative-logins) .button.register-button {
color: var(--color-primary-element);
}
#alternative-logins.alternative-logins .button.register-button {
color: var(--color-primary-text);
}

#alternative-logins .register-button:only-child {
width: 220px;
width: 260px;
margin: 0 auto;
box-sizing: border-box;
}

#alternative-logins .register-button.hidden {
Expand Down

0 comments on commit 36e2d3d

Please sign in to comment.