Arches: CardioSmart

Arches:CardioSmart

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/cardiosmart_boot.css, line 6530

4.2.6 Great Grandchild NavItem

Description: Great Grand Children loose the spacer for toggles because they don't have any child navs and don't need the use of a toggle.

<li class="nav-item [modifier class] " data-nav="greatGrandChild">
    <div class="flex flex_row">
        <div class="flex_auto self_center">
            <a class=" [modifier class] text-shadow_black-1  a:bg_black-3 c_white-9 p-y_2 p-r_3 p-l_4 w_100 h:c_white inline-block h:underline self_center">Great Grand Child Links</a>
        </div>
    </div>
</li>
Copy Code