From c3ef51bc753f48607032e77d0b344453c7142141 Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Tue, 12 Apr 2022 20:05:58 -0400 Subject: [scheme] Initial RSVP implementation --- haunt/static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'haunt/static/css/style.css') 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; +} -- cgit v1.3