Source: dist/css/acc_uc.css, line 2185
5.1 Marker
Markers classes change the styles and looks of the the list item maker. Marker must attach to the parent UL or Ol and will not style the grand children.
This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/
Source: dist/css/acc_uc.css, line 2185
Markers classes change the styles and looks of the the list item maker. Marker must attach to the parent UL or Ol and will not style the grand children.
primary colored list markers.
secondary colored list markers.
accent colored list markers.
alert colored list markers.
warning colored list markers.
success colored list markers.
highlight colored list markers.
black colored list markers.
white colored list markers.
<ul class="[modifier class]">
<li>List Item Text</li>
<li>List Item Text</li>
<li>List Item Text
<ul class="">
<li>List Item Grand Children</li>
<li>List Item Grand Children</li>
</ul>
</li>
</ul>
<ol class="[modifier class]">
<li>List Item Text</li>
<li>List Item Text</li>
<li>List Item Text</li>
</ol>