replaced favicon files, added grid variables to main.scsss and renamed offcanvas

This commit is contained in:
zach
2026-03-04 17:02:17 -05:00
parent 16def05dd0
commit 34f7c8ece9
4 changed files with 22 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ import BackToTop from "./BackToTop.astro"
<div class="row mb-4">
<div class="col-md-3 display-sm-none">
<div class="h5 d-none">Inventory management placeholder</div>
<div class="offcanvas offcanvas-start" data-bs-backdrop="static" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
<div class="offcanvas offcanvas-start" data-bs-backdrop="static" tabindex="-1" id="filterBar" aria-labelledby="filterBarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasExampleLabel">Filter by:</h5>
<h5 class="offcanvas-title" id="filterBarLabel">Filter by:</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body px-3 pt-0">