customer panel dashboard add chart
This commit is contained in:
15
public/css/app.css
vendored
15
public/css/app.css
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user