Skip to content

Commit

Permalink
feat: improve button style of modal tos
Browse files Browse the repository at this point in the history
The "Accept new terms of service" button on the Modal
show when the terms of service is updated, improve the
style of the button.

relates to fccn/nau-technical#81
  • Loading branch information
igobranco committed Apr 5, 2024
1 parent a23b2e2 commit 95b75eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="modal-update-terms-of-service-container" style="display: none;">
<div class="modal-update-terms-of-service-content">
${modal_tos_text | n}
<button class="button-modal btn-primary">${_('Accept new terms of service')}</button>
<button class="btn btn-primary button-modal">${_('Accept new terms of service')}</button>
</div>
</div>

Expand Down

0 comments on commit 95b75eb

Please sign in to comment.