diff --git a/src/CSS/Navbar.module.css b/src/CSS/Navbar.module.css index 9e9c889..9504332 100644 --- a/src/CSS/Navbar.module.css +++ b/src/CSS/Navbar.module.css @@ -79,11 +79,15 @@ a:not([href]):hover{ .searchContainer{ margin-right: 10px; align-self: center; + padding-left: 10px; + background-color: #f0f0f0; +} +.searchContainer input{ + outline: none; } - .searchBar{ height: 2.25rem; - width:200px; + width:163px; background-color: #f0f0f0; border:none; border-radius: 5px; @@ -285,6 +289,8 @@ a:not([href]):hover{ .searchContainer{ align-self: flex-start; margin-left: 20px; + padding-left: 10px; + background-color: #f0f0f0; } .link{ align-self: flex-start; diff --git a/src/Components/ViewOpportunity/Navbar.js b/src/Components/ViewOpportunity/Navbar.js index 9894c49..7c5f347 100644 --- a/src/Components/ViewOpportunity/Navbar.js +++ b/src/Components/ViewOpportunity/Navbar.js @@ -2,6 +2,9 @@ import React from 'react'; import styles from '../../CSS/Navbar.module.css'; import { Navbar, Nav, Button } from 'react-bootstrap'; import { Link } from 'react-router-dom' +import { + FiSearch +} from 'react-icons/fi'; // import { AiOutlineSearch } from 'react-icons/ai'; function Navbar1() { @@ -28,7 +31,8 @@ function Navbar1() {