Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

34 строки
551 B

  1. .quantity_container {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. margin: 0 12px;
  6. font-size: 24px;
  7. line-height: 28px;
  8. background: #f2f2f2;
  9. border-radius: 20px;
  10. @media (max-width: 575px) {
  11. margin-bottom: 1rem;
  12. }
  13. label {
  14. display: none;
  15. }
  16. .spwn-amount {
  17. display: block;
  18. padding: 5px 20px;
  19. cursor: pointer;
  20. }
  21. input {
  22. width: 100px;
  23. text-align: center;
  24. font-size: 24px;
  25. line-height: 28px;
  26. font-weight: 700;
  27. background: transparent;
  28. border: none;
  29. }
  30. }