_dashboard.scss 475 B

12345678910111213141516171819202122232425262728293031323334
  1. .dashboard-flot-chart {
  2. height: 275px;
  3. }
  4. .dashboard-donut-chart {
  5. height: 265px;
  6. }
  7. .dashboard-line-chart {
  8. height: 250px;
  9. }
  10. .dashboard-stat-list {
  11. list-style: none;
  12. padding-left: 0;
  13. margin-top: 40px;
  14. li {
  15. padding: 16px 0 0 0;
  16. small {
  17. font-size: 8px;
  18. }
  19. }
  20. }
  21. .dashboard-task-infos {
  22. .progress {
  23. height: 10px;
  24. margin-bottom: 0;
  25. position: relative;
  26. top: 6px;
  27. }
  28. }