Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time.
Flash messages start off looking decently neutral—they’re just light blue rounded rectangles.
</code>
You can put multiple paragraphs of text in a flash message—the last paragraph’s bottom margin
will be automatically override.
</code>
Add .warning
or .danger
to the flash message to make it yellow or red, respectively.
</code>
</code>
Add an icon to the left of the flash message to give it some funky fresh attention. Just add .with-icon
and your Octicon.
</code>