Merge branch 'fix-css-closed-registrations' into 'develop'
Improve and fix CSS for closed registrations, fixes #465 Closes #465 See merge request soapbox-pub/soapbox-fe!343
This commit is contained in:
commit
f7815bec83
1 changed files with 3 additions and 1 deletions
|
@ -439,8 +439,10 @@ $fluid-breakpoint: $maximum-width + 20px;
|
|||
width: 395px;
|
||||
background-color: var(--foreground-color);
|
||||
border-radius: 6px;
|
||||
height: 100%;
|
||||
|
||||
.simple_form {
|
||||
.simple_form,
|
||||
.registrations-closed {
|
||||
padding: 20px;
|
||||
background-color: var(--brand-color--faint);
|
||||
border-radius: inherit;
|
||||
|
|
Loading…
Reference in a new issue