Skip to content

Instantly share code, notes, and snippets.

@bumble-bee-chuna
Created August 10, 2017 18:46
Show Gist options
  • Save bumble-bee-chuna/3c5ce28fd65bd4bc7e8ac88eb410f08f to your computer and use it in GitHub Desktop.
Save bumble-bee-chuna/3c5ce28fd65bd4bc7e8ac88eb410f08f to your computer and use it in GitHub Desktop.
<li class="">
<a href="#">
<i class="fa fa-check-square"></i>
<span class="nav-label">1, 1</span>
<span class="fa arrow"></span>
</a>
<ul class="nav nav-second-level collapse" style="height: 0px;">
<li class=""><a href="#">1-subitem1, 1A</a></li>
<li class=""><a href="#">1-subitem2, 1B</a></li>
</ul>
</li>
<li class="">
<a href="#">
<i class="fa fa-list"></i>
<span class="nav-label">2, 2</span>
<span class="fa arrow"></span>
</a>
<ul class="nav nav-second-level collapse" style="height: 0px;">
<li class=""><a href="#">2-subitem1, 2A</a></li>
</ul>
</li>
<li class="">
<a href="#">
<i class="fa fa-cogs"></i>
<span class="nav-label">3, 3</span>
<span class="fa arrow"></span>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment