Source: dist/css/cvquality_boot.css, line 8370
5.6.4 Side Nav Parent
Decoration classes with UC's to make the nav look like the primary level.
This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/
Source: dist/css/cvquality_boot.css, line 8370
Decoration classes with UC's to make the nav look like the primary level.
<nav class="hidden-print nav-sub max-w-25">
<ul class="bg_shade-5 br-b_1 br-t_1 br_secondary br_solid flex flex_column font_0 font_bold font_ui nav">
<li data-nav="parent" class="nav-item parent">
<a class="a:c_secondary c_shade-n3 fa-caret-right h:bg_white-4 icon-before nav-link p-y_2" target="_self">
Link with children
</a>
</li>
<li class="nav-item">
<a class="a:c_secondary c_shade-n3 h:bg_white-4 nav-link p-y_2" target="_self">
Link without children
</a>
</li>
<li data-nav="parent" class="nav-item parent active">
<a class="a:c_secondary c_shade-n3 fa-caret-down h:bg_white-4 icon-before nav-link p-y_2"t arget="_self">
Link that is active
</a>
</li>
</ul>
</nav>