diff options
| author | Jakob L. Kreuze | 2022-04-12 20:05:58 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2022-05-08 19:10:19 -0400 |
| commit | c3ef51bc753f48607032e77d0b344453c7142141 (patch) | |
| tree | 67dcba87051ad42d67393e3f63886ea3954a722c /haunt/static/css | |
| parent | f6bd35e8e10faf4db80d6c8ccb45a5beae44c2be (diff) | |
[scheme] Initial RSVP implementation
Diffstat (limited to 'haunt/static/css')
| -rw-r--r-- | haunt/static/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index f6a1c08..58db3a9 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -408,3 +408,19 @@ button { background-position: 1.5em 50%; padding: 0.25em 1em 0.25em 7em; } + +#loading { + border: 1px solid; + width: fit-content; + padding: 5px; + margin: auto; +} + +fieldset { + padding: 12px; + margin: 15px; +} + +#rsvp-input input { + margin: 0px 16px; +} |