@vcl/vcl
Version:
The whole VCL in one package
37 lines (36 loc) • 858 B
HTML
<div class="panel">
<div class="panel-header">
<div class="panel-heading">Heading</div>
</div>
<div class="panel-body">
<div class="panel-content">
Panel contents with a table below.
</div>
<table class="table alt-row-color no-border v-align-middle" role="listbox">
<thead>
<tr>
<th>
<span>Description</span>
</th>
<th>
<span>2nd Column</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem ipsum.</td>
<td class="align-right">11.000</td>
</tr>
<tr>
<td>Lorem ipsum.</td>
<td class="align-right">11.000</td>
</tr>
<tr>
<td>Lorem ipsum.</td>
<td class="align-right">11.000</td>
</tr>
</tbody>
</table>
</div>
</div>