_stats.scss 475 B

123456789101112131415161718192021222324252627282930
  1. .ed-p-stats {
  2. .panel-body {
  3. padding: 30px;
  4. }
  5. }
  6. .ed-m-square-status {
  7. height: 10px;
  8. width: 10px;
  9. display: inline-block;
  10. margin-right: 5px;
  11. &.ed-m-square-status--green {
  12. background-color: #00DB24;
  13. }
  14. &.ed-m-square-status--orange {
  15. background-color: #FFC000;
  16. }
  17. &.ed-m-square-status--red {
  18. background-color: #c40022;
  19. }
  20. }
  21. .ed-p-stats__leader-container {
  22. padding-bottom: 20px;
  23. margin-bottom: 20px;
  24. border-bottom: 1px solid #999;
  25. }