mirror of https://github.com/akveo/blur-admin
alerts widget: fix headers
parent
7fb008ae84
commit
c2c6ff3920
|
@ -1,4 +1,3 @@
|
|||
<h4>Alerts with close icon</h4>
|
||||
<div>
|
||||
<div class="alert bg-success closeable" role="alert"><button type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<strong>Well done!</strong> You successfully read this important alert message.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<h4>Composite alerts</h4>
|
||||
<div>
|
||||
<div class="alert bg-danger">
|
||||
<h5>Unhandled error!</h5>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<h4>Default alerts</h4>
|
||||
<div>
|
||||
<div class="alert bg-success">
|
||||
<strong>Well done!</strong> You successfully read this important alert message.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<h4>Links in alerts</h4>
|
||||
<div>
|
||||
<div class="alert bg-success">
|
||||
<strong>Well done!</strong> You successfully read <a href class="alert-link">this important alert message</a>.
|
||||
|
|
Loading…
Reference in New Issue