summaryrefslogtreecommitdiff
path: root/views/partials/eventForm.handlebars
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2024-05-26 19:12:37 +0100
committerGitHub <noreply@github.com>2024-05-26 19:12:37 +0100
commit43296cd88b9ab6f3ba1d5f4de5f76f44b68de82a (patch)
tree9738de17d2be368ffc95f90644dbf98220c2a136 /views/partials/eventForm.handlebars
parent53288fa3df3f828e99eaba679d436e65def2deb4 (diff)
parent4ce9c7d32fd834ff1dc87b7dd90f7428ad0eb44d (diff)
Merge pull request #138 from lowercasename/rk/style-overhaul
Style overhaul
Diffstat (limited to 'views/partials/eventForm.handlebars')
-rwxr-xr-xviews/partials/eventForm.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/eventForm.handlebars b/views/partials/eventForm.handlebars
index 9227300..161f44b 100755
--- a/views/partials/eventForm.handlebars
+++ b/views/partials/eventForm.handlebars
@@ -52,7 +52,7 @@
<small class="form-text">Recommended dimensions (w x h): 920px by 300px.</small>
{{#if eventData.image}}
<div class="form-group my-2">
- <button type="button" class="btn btn-danger" id="deleteImage">Delete image</button>
+ <button type="button" class="button button--danger" id="deleteImage">Delete image</button>
</div>
{{/if}}
</div>
@@ -109,7 +109,7 @@
</template>
</select>
</div>
- <button type="button" class="btn btn-outline-secondary w-100 text-center" x-on:click="manualGroupInputVisible = !manualGroupInputVisible">
+ <button type="button" class="button button--outline-primary w-100 text-center" x-on:click="manualGroupInputVisible = !manualGroupInputVisible">
Enter group details manually <i class="fas" :class="{'fa-caret-down': !manualGroupInputVisible, 'fa-caret-up': manualGroupInputVisible}"></i>
</button>
<div