Style Name | Attributes | Selectors | Used For |
---|---|---|---|
Body text |
|
p, .p1 |
|
Section header |
| .p2 |
|
Table, grid, and form text |
|
.p3 |
|
Form labels and column headers |
|
.p4 |
|
Table footers and chart data |
|
.p5 |
|
Small headers |
|
.p6 |
|
Tags and labels |
|
.p7 |
|
Badges |
|
.p8 |
|
<p class="p1">Body text</p>
<p class="p2">Section header</p>
<p class="p3">Table, grid, and form text</p>
<p class="p4">Form labels and column headers</p>
<p class="p5">Table footers and chart data</p>
<p class="p6">Mostly buttons</p>
<p class="p7">Tags and labels</p>
<p class="p8">Badges</p>