aboutsummaryrefslogtreecommitdiff
path: root/haunt/static/css
diff options
context:
space:
mode:
authorJakob L. Kreuze2022-04-12 20:05:58 -0400
committerJakob L. Kreuze2022-05-08 19:10:19 -0400
commitc3ef51bc753f48607032e77d0b344453c7142141 (patch)
tree67dcba87051ad42d67393e3f63886ea3954a722c /haunt/static/css
parentf6bd35e8e10faf4db80d6c8ccb45a5beae44c2be (diff)
[scheme] Initial RSVP implementation
Diffstat (limited to 'haunt/static/css')
-rw-r--r--haunt/static/css/style.css16
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;
+}

© 2015 - 2026 Jakob L. Kreuze