diff sat_templates/templates/bulma/event/attendance.html @ 246:1928ba66c194

bulma: replaced custom styles by new spacing helpers
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 17:57:13 +0200
parents 0e69b5843c2f
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/event/attendance.html	Fri Jun 19 17:57:13 2020 +0200
+++ b/sat_templates/templates/bulma/event/attendance.html	Fri Jun 19 17:57:13 2020 +0200
@@ -17,7 +17,7 @@
 <div class="guests">
     {{ field.int("guests", label=_("How many people will come (including you)?"), init=invitee.get("guests", 1)) }}
 </div>
-<div class="submit has-margin-top-1">
+<div class="submit mt-4">
     {{ field.submit() }}
 </div>
 {% endcall %}