You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
474 B
PHTML

<div class="row">
<div class="col-sm-3">
<a href="{{PATH}}/upload/excel/anggota" style="
display: grid;
border-radius: 5px;
padding: 10px;
background: #666ee8;
color: #ffffff;
border: 1px solid #ddd;
grid-template-columns: 50px auto;
">
<i class="icon-grid"></i>
<p style="margin:0;">Data Anggota</p>
</a>
</div>
</div>