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.

This commit is contained in:
2018-01-09 23:08:59 +01:00
parent 0addc76126
commit 4f98f2fd23

View File

@@ -14,7 +14,7 @@ export default {
backgroundColor: 'rgb(1, 28, 35)', backgroundColor: 'rgb(1, 28, 35)',
// backgroundImage: 'radial-gradient(circle, #004c67 0, #005771 120%)', // backgroundImage: 'radial-gradient(circle, #004c67 0, #005771 120%)',
zIndex: 1, zIndex: 1,
marginBottom: '80px' marginBottom: '70px'
}, },
backgroundSmallHeader: { backgroundSmallHeader: {
@@ -61,6 +61,7 @@ export default {
width: '77%', width: '77%',
paddingLeft: '23%', paddingLeft: '23%',
backgroundColor: 'white', backgroundColor: 'white',
boxShadow: 'grey 0px 1px 2px',
}, },
searchSmallContainer: { searchSmallContainer: {