diff options
author | Raphael <mail@raphaelkabo.com> | 2024-05-26 19:12:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 19:12:37 +0100 |
commit | 43296cd88b9ab6f3ba1d5f4de5f76f44b68de82a (patch) | |
tree | 9738de17d2be368ffc95f90644dbf98220c2a136 /views/partials/eventForm.handlebars | |
parent | 53288fa3df3f828e99eaba679d436e65def2deb4 (diff) | |
parent | 4ce9c7d32fd834ff1dc87b7dd90f7428ad0eb44d (diff) |
Merge pull request #138 from lowercasename/rk/style-overhaul
Style overhaul
Diffstat (limited to 'views/partials/eventForm.handlebars')
-rwxr-xr-x | views/partials/eventForm.handlebars | 4 |
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 |