Source: dist/css/cvquality_boot.css, line 8437
5.6.6 Side Nav Gran Child
Decoration classes with UC's to make the nav look like the child of 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 8437
Decoration classes with UC's to make the nav look like the child of 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="nav-link p-y_2 c_shade-n3 h:bg_black-2 h:c_black" target="_self">
Link with children
</a>
</li>
<li class="nav-item">
<a class="nav-link p-y_2 c_shade-n3 h:bg_black-2 h:c_black" target="_self">
Link without children
</a>
</li>
<li data-nav="parent" class="nav-item parent active">
<a class="nav-link p-y_2 c_shade-n3 h:bg_black-2 h:c_black" target="_self">
Link that is active
</a>
</li>
</ul>
</nav>