diff --git a/src/_includes/cards/development-activity.html b/src/_includes/cards/development-activity.html index 2a1989867..f98cdb70b 100644 --- a/src/_includes/cards/development-activity.html +++ b/src/_includes/cards/development-activity.html @@ -3,53 +3,55 @@

Development Activity

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UserCommitDate
{{ site.data.users[10].name }} {{ site.data.users[10].surname }}Initial commitMay 6, 2018
BM{{ site.data.users[17].name }} {{ site.data.users[17].surname }}Main structureApril 22, 2018
{{ site.data.users[16].name }} {{ site.data.users[16].surname }}Left sidebar adjusmentsApril 15, 2018
{{ site.data.users[12].name }} {{ site.data.users[12].surname }}Topbar dropdown styleApril 8, 2018
{{ site.data.users[19].name }} {{ site.data.users[19].surname }}Fixes #625April 9, 2018
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UserCommitDate
{{ site.data.users[10].name }} {{ site.data.users[10].surname }}Initial commitMay 6, 2018
BM{{ site.data.users[17].name }} {{ site.data.users[17].surname }}Main structureApril 22, 2018
{{ site.data.users[16].name }} {{ site.data.users[16].surname }}Left sidebar adjusmentsApril 15, 2018
{{ site.data.users[12].name }} {{ site.data.users[12].surname }}Topbar dropdown styleApril 8, 2018
{{ site.data.users[19].name }} {{ site.data.users[19].surname }}Fixes #625April 9, 2018
+
{% include js-charts.html id="chart-development-activity" data="development-activity" %} \ No newline at end of file diff --git a/src/_includes/cards/invoices.html b/src/_includes/cards/invoices.html index 19e92f4a0..ca2fd8130 100644 --- a/src/_includes/cards/invoices.html +++ b/src/_includes/cards/invoices.html @@ -14,12 +14,8 @@ Created Status Price - - Actions - - - Download - + + diff --git a/src/_includes/cards/table-users.html b/src/_includes/cards/table-users.html index 09d33cd51..799508f49 100644 --- a/src/_includes/cards/table-users.html +++ b/src/_includes/cards/table-users.html @@ -1,5 +1,5 @@
- +
diff --git a/src/assets/scss/dashboard/_cards.scss b/src/assets/scss/dashboard/_cards.scss index 385c1c0da..f21cf478d 100644 --- a/src/assets/scss/dashboard/_cards.scss +++ b/src/assets/scss/dashboard/_cards.scss @@ -225,6 +225,7 @@ margin-top: -1rem; position: relative; z-index: 1; + overflow: hidden; } .card-options { diff --git a/src/index.html b/src/index.html index 8882d6e92..433f7d115 100644 --- a/src/index.html +++ b/src/index.html @@ -34,23 +34,23 @@ menu: index {% comment %}{% include cards/tasks.html %}{% endcomment %} -
+
Are you in trouble? Read our documentation with code samples.
-
+
{% include cards/chart.html height=12 title="Chart title" id="chart-donut" data="donut" %}
-
+
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
-
+
{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="28%" %}
-
+
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
-
+
{% include cards/digit.html color="yellow" title="Users online" digit="76" width="34%" %}
@@ -91,22 +91,22 @@ menu: index
{% include cards/projects-list.html %}
-
+
{% include cards/members.html %}
-
+
-
+
{% include cards/chart-bg.html id="chart-bg-users-1" %}
-
+
{% include cards/chart-bg.html id="chart-bg-users-2" offset=60 aggregate=true color="red" rate="-3%" %}
-
+
{% include cards/chart-bg.html id="chart-bg-users-3" offset=50 color="green" rate="-3%" %}
-
+
{% include cards/chart-bg.html id="chart-bg-users-4" offset=40 color="yellow" rate="9%" %}