From 03339f4f0d535ab605ac6505f1e4fd4f22c2f6ea Mon Sep 17 00:00:00 2001 From: Anthony Catel Date: Tue, 21 Mar 2023 23:00:09 +0100 Subject: [PATCH] improve searchbox style --- src/index.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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