Alerts
Alerts are used to attract user's attention for important information without interrupting the user's flow.
Example of Alert Bar without close button
There are 5 types of standard alert messages basically Success Alert , Error Alert, Warning Alert, Primary Alert and Secondary Alert
To use these alerts messages use a common class alert-box and then use the classes as per the type displayed below. primary-alert, secondary-alert, success-alert, danger-alert, warning-alert (e.g.class="alert-box secondary-alert")
A primary alert example with a text link
Check it out
A secondary alert example!!!
A success alert example!!!
A danger alert
example!!!
A warning alert
example!!!