Skip to content

Commit

Permalink
fix: button & spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo committed Jan 31, 2025
1 parent 470c3fc commit ce32521
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions components-itou.html
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,17 @@ <h3>Spinner <code>.has-spinner-loading</code></h3>
</div>
</button>
</div>
<div class="mt-3 has-spinner-loading">
<button type="button" class="btn-ico btn-link">
<div class="stable-text">
<span>Confirmer</span>
</div>
<div class="loading-text">
<span class="spinner-border spinner-border-sm" aria-hidden="true"></span>
<span role="status">Envoi en cours</span>
</div>
</button>
</div>
</div>
</article>

Expand Down
4 changes: 2 additions & 2 deletions stylesheets/app.css

Large diffs are not rendered by default.

0 comments on commit ce32521

Please sign in to comment.