OtpInput.module.scss 244 B

12345678910111213141516
  1. .otpGroup {
  2. display: flex;
  3. width: 100%;
  4. max-width: 360px;
  5. column-gap: 10px;
  6. }
  7. .otpInput {
  8. width: 100%;
  9. border: 1px solid #ccc;
  10. border-radius: 5px;
  11. text-align: center;
  12. font-size: 32px;
  13. font-weight: bold;
  14. line-height: 1;
  15. }