TimerControl.module.css 227 B

1234567891011121314
  1. .timerControlWrapper {
  2. width: 15%;
  3. margin: 0 auto;
  4. margin-bottom: 30px;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. align-content: center;
  9. }
  10. .timerInput {
  11. padding: 5px;
  12. margin-bottom: 10px;
  13. }