Skip to content

Commit

Permalink
Create alert1.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
S2030c authored Oct 2, 2024
1 parent c6d8a99 commit 334b923
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _includes/alert1.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<section class="section alert-section">

<div class="alert alert-info">
<div class="alert-container">
<div class="alert-icon">
<i class="fa fa-info-circle"></i>
</div>
<button type="button" class="close-icon" data-dismiss="alert" aria-label="Close">
<span>clear</span>
</button>
<b class="alert-info">Info</b> Test Alert 1.
</div>
</div>

</section>

0 comments on commit 334b923

Please sign in to comment.