movement-details.component.scss 333 B

1234567891011121314151617181920212223
  1. .distance-table {
  2. margin-top: 0.5rem;
  3. }
  4. .details-content {
  5. margin-top: 0;
  6. }
  7. td {
  8. margin-left: 1rem;
  9. }
  10. .details-value-container {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: space-around;
  14. align-items: center;
  15. // margin-bottom: 1.5rem;
  16. margin-top: 0.5rem;
  17. }
  18. h4 {
  19. margin-top: 1rem;
  20. }