2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-15 19:55:34 +00:00

Add partials for carousel

This commit is contained in:
Oliver
2021-08-02 23:13:48 +10:00
parent 191c9105d0
commit f709084777
5 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,14 @@
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="fas fa-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="fas fa-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>