aggiunto bottone dichiarazione retroattiva e fix grafico bottoni
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<div class="card-body text-light">
|
||||
<i class="@objIcon" style="font-size: 10vw"></i>
|
||||
</div>
|
||||
<div class="card-footer bg-dark text-light opacity-50">
|
||||
<span>@objTxt</span>
|
||||
<div class="card-footer text-center bg-dark text-light opacity-50">
|
||||
<span class="text-nowrap text-center">@objTxt</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,6 +10,13 @@ else
|
||||
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
|
||||
</div>
|
||||
|
||||
<div class="w-100 my-2">
|
||||
<button class="btn btn-info w-100">
|
||||
<i class="fa-solid fa-star"></i>
|
||||
|
||||
<span class="fs-3 fw-bold">Dich Retroattiva</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="d-flex justify-content-between flex-wrap align-items-center">
|
||||
@foreach(var item in events2show)
|
||||
{
|
||||
@@ -17,3 +24,4 @@ else
|
||||
}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user