Skip to content

Commit

Permalink
homepage chart
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 3, 2020
1 parent 018fcc7 commit 3a843a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/pages/_includes/cards/development-activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<div class="card-header border-0">
<div class="card-title">Development activity</div>
</div>
{% include ui/chart.html chart-id="development-activity" height=12 %}
<div class="position-relative">
<div class="position-absolute top-0 left-0 px-4 w-50">
<div class="mb-1">Today's Earning: $4,262.40</div>
<p class="text-muted text-h5">Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus...</p>
</div>
{% include ui/chart.html chart-id="development-activity" height=12 %}
</div>

<div class="table-responsive">
<table class="table card-table table-vcenter">
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $spacers: (
1: $spacer * .25,
2: $spacer * .5,
3: $spacer,
4: $spacer * 1.5,
4: $spacer * 1.25,
5: $spacer * 3,
6: $spacer * 4.5
) !default;
Expand Down

0 comments on commit 3a843a7

Please sign in to comment.