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/importeventform.handlebars | |
parent | 53288fa3df3f828e99eaba679d436e65def2deb4 (diff) |
New frontend styles, instance description functionality
Diffstat (limited to 'views/partials/importeventform.handlebars')
-rw-r--r-- | views/partials/importeventform.handlebars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index ac3c673..a8c0f0e 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -40,9 +40,9 @@ </div> <button type="submit" - class="d-block mt-3 mx-auto btn btn-primary w-50 mb-4" + class="d-block mx-auto button button--primary w-50" x-bind:disabled="submitting" - x-bind:class="submitting ? 'btn--loading' : ''" + x-bind:class="submitting ? 'button--loading' : ''" x-text="submitting ? 'Importing...' : 'Import'" ></button> </form> |