diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-28 22:40:33 +0000 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 16:05:32 +0100 | 
| commit | 28be7ca850f41352a1e4e43f0c7035bdeeff6e83 (patch) | |
| tree | 3d8bef1bec6dd3600c8ffb318c03b221ccb504b8 /views/partials/eventForm.handlebars | |
| parent | 53288fa3df3f828e99eaba679d436e65def2deb4 (diff) | |
New frontend styles, instance description functionality
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  | 
