Updates button classes

Torey Heinz committed Apr 19, 2020
commit ab729a42cde70ca987cbbbe47aa85b0e38199689
Showing 2 changed files with 6 additions and 6 deletions
src/components/ContactForm.vue +1 -1
@@ @@ -20,5 +20,5 @@
div.field
div.control
- button(type="submit").button Send
+ button(type="submit").button.is-primary Send my Message
</template>
src/components/VolunteerForm.vue +5 -5
@@ @@ -37,10 +37,6 @@
label.label I want to volunteer as a:
div.field.is-grouped
- div.control
- label.checkbox
- input(name="supervisor" type="checkbox")
- span.ml-1 Volunteer Coordinator
div.control
label.checkbox
input(name="sewer" type="checkbox")
@@ @@ -49,6 +45,10 @@
label.checkbox
input(name="packer" type="checkbox")
span.ml-1 Packer
+ div.control
+ label.checkbox
+ input(name="supervisor" type="checkbox")
+ span.ml-1 Volunteer Coordinator
div.control
label.checkbox
input(name="acknowledgement" type="checkbox")
@@ @@ -61,5 +61,5 @@
div.field
div.control
- button(type="submit").button I'm ready to volunteer!
+ button(type="submit").button.is-primary I'm ready to volunteer!
</template>