index.module.css 303 B

123456789101112131415
  1. .search-icon {
  2. background: url(../assets/search.svg) center center;
  3. background-size: 14px 14px;
  4. }
  5. .clear-icon {
  6. background: url(../assets/clear.svg) center center;
  7. background-size: contain;
  8. }
  9. .input-wrapper {
  10. flex-basis: 200px;
  11. width: 0;
  12. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  13. }