Skip to content

Commit

Permalink
Added links to alerts in Style Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Jul 4, 2024
1 parent 28a47bd commit 96accce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/admin_setting_styleguide.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ print 'It took ' + i + ' iterations to sort the deck.';
</section>
<section>
<h3>Alerts</h3>
<div class="alert alert-primary" role="alert">A simple primary alertcheck it out!</div>
<div class="alert alert-secondary" role="alert">A simple secondary alertcheck it out!</div>
<div class="alert alert-success" role="alert">A simple success alertcheck it out!</div>
<div class="alert alert-danger" role="alert">A simple danger alertcheck it out!</div>
<div class="alert alert-warning" role="alert">A simple warning alertcheck it out!</div>
<div class="alert alert-info" role="alert">A simple info alertcheck it out!</div>
<div class="alert alert-light" role="alert">A simple light alertcheck it out!</div>
<div class="alert alert-dark" role="alert">A simple dark alertcheck it out!</div>
<div class="alert alert-primary" role="alert">A simple primary alert — <a href="#">check it out!</a></div>
<div class="alert alert-secondary" role="alert">A simple secondary alert — <a href="#">check it out!</a></div>
<div class="alert alert-success" role="alert">A simple success alert — <a href="#">check it out!</a></div>
<div class="alert alert-danger" role="alert">A simple danger alert — <a href="#">check it out!</a></div>
<div class="alert alert-warning" role="alert">A simple warning alert — <a href="#">check it out!</a></div>
<div class="alert alert-info" role="alert">A simple info alert — <a href="#">check it out!</a></div>
<div class="alert alert-light" role="alert">A simple light alert — <a href="#">check it out!</a></div>
<div class="alert alert-dark" role="alert">A simple dark alert — <a href="#">check it out!</a></div>
</section>
<section>
<h3>Table</h3>
Expand Down

0 comments on commit 96accce

Please sign in to comment.