12 lines
588 B
Plaintext
12 lines
588 B
Plaintext
<div class=" col-4 col-sm-4 col-md-4 col-lg-2 flex-fill ">
|
|
<div class="p-2 h-100 w-100">
|
|
<div class="@objCss text-center card w-100 h-100" @onclick="() => ReportSelected()">
|
|
<div class="card-body text-light">
|
|
<i class="@objIcon" style="font-size: 8vw"></i>
|
|
</div>
|
|
<div class="card-footer text-center h-100 bg-dark text-light opacity-50 p-1">
|
|
<span class="d-inline-block text-center text-nowrap text-truncate mw-100" style="font-size: .9rem;">@objTxt</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |