mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
98923ae94c
commit
756950cc41
1 changed files with 27 additions and 20 deletions
|
|
@ -198,6 +198,33 @@ body {
|
|||
<div class="position-sticky pt-3 sidebar-sticky">
|
||||
|
||||
|
||||
|
||||
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
|
||||
<span>Wallets / Labelbases</span>
|
||||
<a class="link-secondary" href="#" aria-label="Add a new wallet">
|
||||
<span data-feather="plus-circle" class="align-text-bottom"></span>
|
||||
</a>
|
||||
</h6>
|
||||
|
||||
<ul class="nav flex-column mb-2">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="database" class="align-text-bottom"></span>
|
||||
LazyTiger 90A1C200
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="file-text" class="align-text-bottom"></span>
|
||||
ExitedCow 2AEDB33F
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<!-- -->
|
||||
|
||||
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
|
||||
<span>Your account</span>
|
||||
<a class="link-secondary" href="#" aria-label="Add a new wallet">
|
||||
|
|
@ -233,27 +260,7 @@ body {
|
|||
|
||||
|
||||
<!-- -->
|
||||
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
|
||||
<span>Wallets / Labelbases</span>
|
||||
<a class="link-secondary" href="#" aria-label="Add a new wallet">
|
||||
<span data-feather="plus-circle" class="align-text-bottom"></span>
|
||||
</a>
|
||||
</h6>
|
||||
|
||||
<ul class="nav flex-column mb-2">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="database" class="align-text-bottom"></span>
|
||||
LazyTiger 90A1C200
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="file-text" class="align-text-bottom"></span>
|
||||
ExitedCow 2AEDB33F
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue