This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="modal fade" id="error-modal" tabindex="-1" role="dialog" aria-hidden="true"> | |
<div class="modal-dialog modal-dialog-centered" role="document" style="max-width: 500px"> | |
<div class="modal-content position-relative"> | |
<div class="position-absolute top-0 end-0 mt-2 me-2 z-1"> | |
<button class="btn-close btn btn-sm btn-circle d-flex flex-center transition-base" | |
data-bs-toggle="modal" data-bs-target="#error-modal"></button> | |
</div> | |
<div class="modal-body p-0" style="margin-left:3px"> | |
<div class="rounded-top-3 py-3 ps-4 pe-6 bg-body-tertiary"> | |
<h4 class="mb-1" id="modalExampleDemoLabel">Add a new role </h4> |