Migrated to using free library of icons for images and fixed button layout for index pages.

This commit is contained in:
Daniel Wathen
2023-01-11 12:36:28 -07:00
parent 7fbbca61b8
commit f23c7136c0
40 changed files with 18886 additions and 18 deletions

View File

@ -11,9 +11,9 @@
<div class="row">
<div class="col-3 d-grid">
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="ProductionReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Production</a>
<a class="btn btn-outline-secondary" asp-area="" asp-controller="ProductionReport" asp-action="Index"><span class="float-start"><i class="fa-regular fa-folder-open fa-4x buttonImage align-middle"></i> Production</span></a>
</div>
<div class="col-3 d-grid">
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="PlanningReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Planning</a>
<a class="btn btn-outline-secondary" asp-area="" asp-controller="PlanningReport" asp-action="Index"><span class="float-start"><i class="fa-regular fa-folder-open fa-4x buttonImage align-middle"></i> Planning</span></a>
</div>
</div>