mirror of https://github.com/akveo/blur-admin
refactor(dashboardPieCharts): use new design
parent
297cf4fc24
commit
a66a7df2bd
|
@ -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',
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue