Skip to content

Instantly share code, notes, and snippets.

@jdsiddon
Created August 11, 2014 23:00
Show Gist options
  • Save jdsiddon/4dc3aefb802eb9119339 to your computer and use it in GitHub Desktop.
Save jdsiddon/4dc3aefb802eb9119339 to your computer and use it in GitHub Desktop.
.secondary-nav-place {
width: 100%;
height: 60px;
position: fixed;
top: 109px;
left: 0;
min-width: 160px;
padding: 5px 0;
margin: 0 auto;
background-color: $gray-darker;
text-align:left;
}
ul.dropdown-menu {
width: 100%;
top: 109px;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
margin: 0 auto;
background-color: transparent;
text-align:left;
border: none;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
li {
display:inline-block;
font-size: 16px;
a {
color: #fff;
border-right: 1px solid white;
&:hover {
background-color: transparent;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment