Text & Colors

Text alignment and color utility classes.

Text Colors

sui-text-primary — Primary color text sui-text-success — Success color text sui-text-danger — Danger color text sui-text-warning — Warning color text sui-text-info — Info color text sui-text-muted — Muted color text
<span class="sui-text-primary">Primary color text</span>
<span class="sui-text-success">Success color text</span>
<span class="sui-text-danger">Danger color text</span>
<span class="sui-text-warning">Warning color text</span>
<span class="sui-text-info">Info color text</span>
<span class="sui-text-muted">Muted color text</span>

Text Alignment

Left aligned text
Center aligned text
Right aligned text
<div class="sui-text-left">Left aligned text</div>
<div class="sui-text-center">Center aligned text</div>
<div class="sui-text-right">Right aligned text</div>

Delete this item?

This action cannot be undone. This will permanently delete the item and remove all associated data.