15 lines
760 B
Plaintext
15 lines
760 B
Plaintext
<div class=" col-4 col-sm-4 col-md-4 col-lg-2 flex-fill2">
|
|
<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-75 p-1">
|
|
@* <span class="d-inline-block text-center text-nowrap text-truncate mw-100 scroll-left" style="font-size: 1.3rem;">@objTxt</span> *@
|
|
<div class="d-inline-block @textCss(objTxt)" style="font-size: 1.3rem;">
|
|
<span>@objTxt</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |