fix grafico
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user