mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
homepage fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user