base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
13
liquid/includes/layout/navbar-side-notifications.html
Normal file
13
liquid/includes/layout/navbar-side-notifications.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- BEGIN NOTIFICATIONS -->
|
||||
<div class="nav-item dropdown d-none d-md-flex">
|
||||
<a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications" data-bs-auto-close="outside" aria-expanded="false">
|
||||
{% include "ui/icon.html" icon="bell" %}
|
||||
<span class="badge bg-red"></span>
|
||||
</a>
|
||||
<!-- BEGIN NAVBAR NOTIFICATIONS -->
|
||||
<div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
|
||||
{% include "cards/navbar-notifications.html" %}
|
||||
</div>
|
||||
<!-- END NAVBAR NOTIFICATIONS -->
|
||||
</div>
|
||||
<!-- END NOTIFICATIONS -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue