target_progress.scss 410 B

1234567891011121314151617181920212223
  1. .history_duration_bg {
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. margin-top: 20px;
  6. background-color: #fafafa;
  7. height: 100px;
  8. padding-left: 14px;
  9. // width: 572px;
  10. }
  11. .recent_ring_bg {
  12. width: 80px;
  13. height: 80px;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. }
  18. .history_item_duration {
  19. margin-left: 10px;
  20. color: #000000;
  21. }