refactor(dashboardPieCharts): use new design

pull/3/head
alex 2016-02-04 15:12:41 +03:00
parent 297cf4fc24
commit a66a7df2bd
2 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,7 @@
icon: 'person', icon: 'person',
}, { }, {
color: '#9D498C', color: '#9D498C',
description: 'New Purchases', description: 'Purchases',
stats: '$ 89,745', stats: '$ 89,745',
icon: 'money', icon: 'money',
}, { }, {
@ -27,7 +27,7 @@
icon: 'face', icon: 'face',
}, { }, {
color: '#5FBCBB', color: '#5FBCBB',
description: 'Returned Visitors', description: 'Returned',
stats: '32,592', stats: '32,592',
icon: 'refresh', icon: 'refresh',
} }
@ -51,7 +51,7 @@
scaleLength: 0, scaleLength: 0,
animation: 2000, animation: 2000,
lineWidth: 9, lineWidth: 9,
lineCap: 'square', lineCap: 'round',
}); });
}); });

View File

@ -72,8 +72,10 @@
.description { .description {
display: inline-block; display: inline-block;
padding: 20px 0 0 20px; padding: 20px 0 0 20px;
font-size: 18px;
opacity: 0.9;
.description-stats { .description-stats {
padding-top: 4px; padding-top: 8px;
font-size: 24px; font-size: 24px;
} }
} }