Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 17, 2017 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/76e4b561993af49fef4ac1b718dd6c2e to your computer and use it in GitHub Desktop.
Save domagude/76e4b561993af49fef4ac1b718dd6c2e to your computer and use it in GitHub Desktop.
.pc-menu {
margin-right: 10px;
}
.mobile-menu {
i {
color: white;
}
ul {
padding: 0px;
}
a {
display: block;
padding: 10px 0px 10px 25px !important;
}
a:hover {
background: white !important;
color: black !important;
i {
color: black;
}
}
}
.icon-bar {
background-color: white !important;
}
.active a {
background: $navbarColor !important;
border-bottom: solid 5px white;
}
.dropdown-toggle, .dropdown-menu {
background: $navbarColor !important;
border: none;
}
.dropdown-menu a:hover {
color: black !important;
background: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment