From 4f98f2fd235f4389f7f6dd15f583e7649082aa86 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 9 Jan 2018 23:08:59 +0100 Subject: [PATCH] Changed the distance between the search bar and the content to be a little less and added a shadow around the search bar to make it pop a bit more. --- client/app/components/styles/searchRequestStyle.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/app/components/styles/searchRequestStyle.jsx b/client/app/components/styles/searchRequestStyle.jsx index 0700a4e..0702afe 100644 --- a/client/app/components/styles/searchRequestStyle.jsx +++ b/client/app/components/styles/searchRequestStyle.jsx @@ -14,7 +14,7 @@ export default { backgroundColor: 'rgb(1, 28, 35)', // backgroundImage: 'radial-gradient(circle, #004c67 0, #005771 120%)', zIndex: 1, - marginBottom: '80px' + marginBottom: '70px' }, backgroundSmallHeader: { @@ -61,6 +61,7 @@ export default { width: '77%', paddingLeft: '23%', backgroundColor: 'white', + boxShadow: 'grey 0px 1px 2px', }, searchSmallContainer: {