Created
December 24, 2013 02:31
-
-
Save navap/8108017 to your computer and use it in GitHub Desktop.
Navbar template/css for http://roots.io. - adds a search box on the right side of the navbar
- adds branding to the collapsed nav menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ========================================================================== | |
Header | |
========================================================================== */ | |
.banner { | |
/* Menu items */ | |
.navbar { | |
.navbar-header { | |
.navbar-toggle .icon-bar { | |
background-color: @brand-primary; | |
} | |
.navbar-brand { | |
margin-left: 15px; | |
padding: 0 0 0 0; | |
img { | |
height: 35px; | |
margin: -9px 10px 0 0; | |
} | |
h1 { | |
font-family: "Kreon"; | |
font-weight: bold; | |
font-size: 24px; | |
color: @brand-primary; | |
display: inline-block; | |
margin: 12px 0 0 0; | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment