Add radius on search input

dependabot/npm_and_yarn/vite-4.2.3
Anthony Catel 2023-03-21 22:47:04 +01:00
rodzic b41b5b5303
commit 73ba81e265
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -124,6 +124,7 @@ how to remove the virtical space around the range input in IE*/
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
border-radius: 8px;
}
@tailwind utilities;