Source: dist/css/cvquality_boot.css, line 8272
5.6.6 Side Nav Gran Child
Decoration classes with UC's to make the nav look like the child of the primary level.
Source: dist/css/cvquality_boot.css, line 8272
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>