mehr bootstrap updates
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4 animate__animated animate__fadeInDown" role="alert">
|
||||
<p class="font-bold"><?= $infoTitle ?></p>
|
||||
<p><?= $infoMessage ?></p>
|
||||
</div>
|
||||
<div class="alert alert-info" role="alert">
|
||||
<?php if($infoTitle) : ?>
|
||||
<h4 class="alert-heading"><?= $infoTitle ?></h4>
|
||||
<?php endif; ?>
|
||||
<?= $infoMessage ?>
|
||||
</div>
|
Reference in New Issue
Block a user