1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

homepage fixes

This commit is contained in:
codecalm
2018-04-09 22:18:59 +02:00
parent b4f25dbf2c
commit 146b2f451d
2 changed files with 3 additions and 5 deletions

View File

@@ -199,6 +199,7 @@
.card-aside-column {
min-width: 5rem;
width: 30%;
flex: 0 0 30%;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
background: no-repeat center/cover;

View File

@@ -44,15 +44,12 @@ menu: index
<div class="col-sm-6">
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
</div>
<div class="col-sm-4">
<div class="col-sm-6">
{% include cards/digit.html color="red" title="New feedback" digit="62" width="28%" %}
</div>
<div class="col-sm-4">
<div class="col-sm-6">
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
</div>
<div class="col-sm-4">
{% include cards/digit.html color="yellow" title="Users online" digit="76" width="34%" %}
</div>
</div>
</div>