input.scss 272 B

12345678910111213
  1. .input {
  2. width: 100%;
  3. padding: 0 5px;
  4. box-sizing: border-box;
  5. background: #fff;
  6. text-align: center;
  7. border-radius: 15px;
  8. height: 30px;
  9. line-height: 30px;
  10. border: 1px solid #d7d7d7;
  11. font-family: $fontopensans;
  12. font-size: 11px;
  13. }