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

View File

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