From 7e784c699554dd85be3e9e219c59578995cadd38 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 3 Jan 2018 15:22:05 +0100 Subject: feat(Services): Improve user experience of service search --- src/styles/searchInput.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/styles/searchInput.scss') diff --git a/src/styles/searchInput.scss b/src/styles/searchInput.scss index 28ff09fc4..633a31e09 100644 --- a/src/styles/searchInput.scss +++ b/src/styles/searchInput.scss @@ -1,4 +1,20 @@ .search-input { width: 100%; height: auto; + display: flex; + align-items: center; + padding: 0 10px; + border-radius: 30px; + background: $theme-gray-lightest; + padding: 5px 10px; + @extend %headline; + color: $theme-gray-light; + + input { + padding-left: 10px; + background: none; + border: 0; + flex: 1; + color: $theme-gray-light; + } } -- cgit v1.2.3-70-g09d2