You are here

content-state-statistic.css in Content Planner 8

#dashboard-content-state-statistic .dashboard-content-status-counts {
  margin-left: 0;
  padding-left: 0;
}

#dashboard-content-state-statistic .content-states-visual-bar {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
#dashboard-content-state-statistic .content-states-visual-bar .content-state-slice {
  display: inline-block;
  float: left;
}

#dashboard-content-state-statistic .content-state {
  margin-bottom: 0.5em;
  list-style: none;
}
#dashboard-content-state-statistic .content-state .color {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: grey;
  border-radius: 50%;
  vertical-align: middle;
}
#dashboard-content-state-statistic .content-state .label {
  font-weight: normal;
}

/*# sourceMappingURL=content-state-statistic.css.map */

File

modules/content_kanban/assets/dist/css/dashboard_blocks/content-state-statistic.css
View source
  1. #dashboard-content-state-statistic .dashboard-content-status-counts {
  2. margin-left: 0;
  3. padding-left: 0;
  4. }
  5. #dashboard-content-state-statistic .content-states-visual-bar {
  6. border-radius: 10px;
  7. overflow: hidden;
  8. margin-bottom: 2em;
  9. }
  10. #dashboard-content-state-statistic .content-states-visual-bar .content-state-slice {
  11. display: inline-block;
  12. float: left;
  13. }
  14. #dashboard-content-state-statistic .content-state {
  15. margin-bottom: 0.5em;
  16. list-style: none;
  17. }
  18. #dashboard-content-state-statistic .content-state .color {
  19. display: inline-block;
  20. width: 15px;
  21. height: 15px;
  22. background-color: grey;
  23. border-radius: 50%;
  24. vertical-align: middle;
  25. }
  26. #dashboard-content-state-statistic .content-state .label {
  27. font-weight: normal;
  28. }
  29. /*# sourceMappingURL=content-state-statistic.css.map */