Skip to content

Instantly share code, notes, and snippets.

View danpdc's full-sized avatar

Dan Patrascu-Baba danpdc

View GitHub Profile
@danpdc
danpdc / AddRoleModal.razor
Last active January 21, 2024 05:14
Smartschool Part 2 Stream
<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>