customer panel dashboard add chart

This commit is contained in:
cuneytsenturk
2017-12-18 19:48:56 +03:00
parent f1233a2f41
commit 681aef0da0
4 changed files with 175 additions and 83 deletions

15
public/css/app.css vendored
View File

@@ -521,4 +521,17 @@ ul.add-new.nav.navbar-nav.pull-left {
position: fixed;
right: 0;
z-index: 999;
}*/
}*/
.progress-bar-green, .progress-bar-success {
background-color: #6da252;
}
#chart .row {
margin-top: 10px;
}
#chart .row .col-md-3 .customer-content .progress {
clear: both;
margin-top: 25px;
margin-bottom: 10px;
}