diff --git a/src/index.css b/src/index.css index a66e6dd..f5c5695 100644 --- a/src/index.css +++ b/src/index.css @@ -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; \ No newline at end of file