• Patterns
  • Panels

Nav panel without stats

Usage notes

Use to display key sections of the site in a style similar to the nav panel with stats.

 
<div class="nav-panel nav-panel--statless">
  <header class="nav-panel__header nav-panel__roomy">
    <h2 class="flush">Other economy categories</h2>
  </header>

  <ul class="nav-panel__roomy nav-panel__body list--neutral flush">
    <li class="nav-panel__action">
      <a href="#">Environmental Accounts</a>
    </li>
    <li class="nav-panel__action">
      <a href="#">Government, Public Sector, and Taxes</a>
    </li>
    <li class="nav-panel__action">
      <a href="#">Gross Value Added (GVA)</a>
    </li>
    <li class="nav-panel__action">
      <a href="#">Investments, Pensions, and Trusts</a>
    </li>
  </ul>
</div>