improve searchbox style

dependabot/npm_and_yarn/vite-4.2.3
Anthony Catel 2023-03-21 23:00:09 +01:00
rodzic 15892c3e61
commit 03339f4f0d
1 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

@ -105,14 +105,8 @@ how to remove the virtical space around the range input in IE*/
}
.controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 40px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
@apply shadow-md rounded-md h-10 mt-4 border
}
#pac-input {
@ -124,7 +118,6 @@ 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;