kss-bootstrap
Version:
A KSS template and style guide for Bootstrap.
19 lines (13 loc) • 618 B
CSS
/*
Alerts
A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.
Markup:
<div class="alert {{modifier_class}}">Well done! You successfully read this important alert message.</div>
<div class="alert {{modifier_class}} alert-dismissable">Well done! You successfully read this important alert message.<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button></div>
.alert-success - Success
.alert-info - Information
.alert-warning - Warning
.alert-danger - Danger
Weight: 15
Styleguide: bootstrap.components.alert
*/