Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created December 4, 2016 00:24
Show Gist options
  • Save guzmonne/acc932b1c73fed8d4c36a4d2d4e4009e to your computer and use it in GitHub Desktop.
Save guzmonne/acc932b1c73fed8d4c36a4d2d4e4009e to your computer and use it in GitHub Desktop.
NavBar component css rules
.NavBar {
height: 100%;
display: flex;
align-items: center;
padding: 0 0.5em ;
color: white;
background-color: #141127;
justify-content: space-between;
}
.NavBar .searchbox {
width: 20em;
}
.NavBar .searchbox .ms-SearchBox {
margin-bottom: 0;
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment