Added footer

This commit is contained in:
Eduard Urbach 2017-07-07 13:33:31 +02:00
parent cfe61542e0
commit c977651be5
2 changed files with 10 additions and 6 deletions

View File

@ -3,11 +3,15 @@ component Statistics(pieCharts ...*arn.PieChart)
StatisticsHeader StatisticsHeader
.widgets.statistics .statistics
each pie in pieCharts .widgets
.widget each pie in pieCharts
h3.widget-title= pie.Title .widget
PieChart(pie.Slices) h3.widget-title= pie.Title
PieChart(pie.Slices)
.footer
p Data is collected for statistical purposes only. We respect user privacy and we will never display or sell data to 3rd party services.
component StatisticsHeader component StatisticsHeader
.buttons.tabs .buttons.tabs

View File

@ -1,5 +1,5 @@
.statistics .statistics
// text-align center
.pie-chart .pie-chart
transform rotate(-90deg) transform rotate(-90deg)