added modal
This commit is contained in:
13
components/modal.html
Normal file
13
components/modal.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="w-100 pt-1 mb-5 text-right">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<form action="" method="get" class="modal-content modal-body border-0 p-0">
|
||||
<div class="input-group mb-2">
|
||||
<input type="text" class="form-control" id="inputModalSearch" name="q" placeholder="Search ...">
|
||||
<button type="submit" class="input-group-text bg-success text-light">
|
||||
<i class="fa fa-fw fa-search text-white"></i>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user