Commit d4bee319 authored by Sumaiyya Burney's avatar Sumaiyya Burney

Centers title (better!) and cleans dropdown CSS

parent 98c380e9
...@@ -41,10 +41,11 @@ const Header = ({ login, setLogin }) => { ...@@ -41,10 +41,11 @@ const Header = ({ login, setLogin }) => {
</Link> </Link>
</li> </li>
</ul> </ul>
<h1 id="page-title">Inventory, Promotions, Pricing</h1>
<LogoutButton /> <LogoutButton />
</div> </div>
</div> </div>
<h1 id="page-title">Inventory, Promotions, Pricing</h1>
</nav> </nav>
); );
}; };
......
...@@ -10,11 +10,18 @@ ...@@ -10,11 +10,18 @@
.dropdown{ .dropdown{
color:#EBEBEB; color:#EBEBEB;
background-color: transparent; background-color: transparent;
border-color: transparent;
} }
.dropdown:hover{ .dropdown:hover{
color:#CCCDCF; color:#CCCDCF;
background-color: transparent; background-color: transparent;
border-color: transparent;
} }
.dropdown-toggle:after {
display: none;
}
.navbar { .navbar {
background-color: #00567D; background-color: #00567D;
position: relative;
} }
#page-title{ #page-title{
...@@ -15,10 +16,6 @@ ...@@ -15,10 +16,6 @@
pointer-events: none; pointer-events: none;
} }
#navbarSupportedContent{
position: relative;
}
#logo{ #logo{
width: 100px; width: 100px;
height: 50px; height: 50px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment