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
.widgets.statistics
each pie in pieCharts
.widget
h3.widget-title= pie.Title
PieChart(pie.Slices)
.statistics
.widgets
each pie in pieCharts
.widget
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
.buttons.tabs

View File

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