Alerts

Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time.

Contents

Default

Flash messages start off looking decently neutral—they’re just light blue rounded rectangles.

Flash message goes here.

</code>

You can put multiple paragraphs of text in a flash message—the last paragraph’s bottom margin will be automatically override.

This is a longer flash message in it's own paragraph. It ends up looking something like this. If we keep adding more text, it'll eventually wrap to a new line.

And this is another paragraph.

</code>

Variations

Add .warning or .danger to the flash message to make it yellow or red, respectively.

Flash message goes here.

</code>

Flash message goes here.

</code>

With icon

Add an icon to the left of the flash message to give it some funky fresh attention. Just add .with-icon and your Octicon.

Flash message with an icon goes here.

</code>