5.1.1. Full Size Alert

For use on the same level as page sections, eg. right after .navbar. It features a .container so the message is aligned with the rest of the page.

Example

<div role="alert" class="alert alert-success alert-dismissible alert-full fade in">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
    <div class="container">
        <span class="glyphicon glyphicon-ok-sign offset-right" aria-hidden="true"></span>
        Your order has been placed. Thank you!
    </div>
</div>