All components

Alerts

Bootstrap alerts restyled for the dark theme. .alert-primary has a gold left border accent — use it for tips, notes, and asides.

Pro tip: This is an alert-primary styled as a gold-accented callout. Use for tips, notes, or important asides.
Warning: This is an alert-warning for cautionary messages.
Usage
<div class="alert alert-primary">
  <strong>Pro tip:</strong>
  Tip text here.
</div>