fix grafico

This commit is contained in:
zaccaria.majid
2023-10-06 10:01:29 +02:00
parent b7585ee10b
commit b62c8cab23
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
<div class="p-2 col-3 col-sm-3 col-md-3 col-lg-2 ">
<div class="@objCss text-center card w-100">
<div class="p-2 col-3 col-sm-3 col-md-3 col-lg-2 flex-fill">
<div class="@objCss text-center card w-100 h-100">
<div class="card-body text-light">
<i class="@objIcon" style="font-size: 8vw"></i>
</div>
<div class="card-footer text-center bg-dark text-light opacity-50 p-1">
<span class="text-nowrap text-center" style="font-size: .9rem;">@objTxt</span>
<div class="card-footer text-center h-100 bg-dark text-light opacity-50 p-1">
<span class=" text-center" style="font-size: .9rem;">@objTxt</span>
</div>
</div>
</div>
+1 -1
View File
@@ -17,7 +17,7 @@ else
<span class="fs-3 fw-bold">Dich Retroattiva</span>
</button>
</div>
<div class="d-flex justify-content-between flex-wrap align-items-center mb-3">
<div class="d-flex justify-content-between flex-wrap mb-3 align-items-stretch">
@foreach(var item in events2show)
{
<ProdStopMan objCss="@item.CssClass" objIcon="@item.Icon" objTxt="@item.Label"></ProdStopMan>