Skip to content

Commit

Permalink
Style the save button
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 8, 2024
1 parent e3f2cf4 commit 4e2b500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/assets/js/tac.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@

window.addEventListener('tac.open_panel',
() => {
document.getElementById('tarteaucitronSaveButton').classList.add('btn', 'btn-sm', 'btn-secondary', 'mt-2')

document.querySelectorAll('#tarteaucitronServices_api button').forEach(button => {
button.classList.add('btn', 'btn-sm', 'ms-2')
})
Expand Down

0 comments on commit 4e2b500

Please sign in to comment.