Skip to content

Instantly share code, notes, and snippets.

@ingrid88
Created April 26, 2015 15:11
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 ingrid88/a509d621289e56c11c8b to your computer and use it in GitHub Desktop.
Save ingrid88/a509d621289e56c11c8b to your computer and use it in GitHub Desktop.
/*this css is for _header.html*/
.navbar-header{
height:100px;
/*background-color:white; */
}
.container{background-color:white;}
.header-button1{
color:white;
background-color:#FFCA2F;
border-radius: 30px;
/*height:50px;*/
}
.header-button2{
color:#gray;
/*height:20px;*/
background-color:white;
border-radius: 30px;
border:2px solid #e7f5e7;
}
.navbar{
background-color:white;
border-color:white;
}
.container-fluid{
background-color:#e7f5e7;
padding-top: 40px;
}
.step{ color:#7ac144;}
.sub-step{ color:#FFCA2F;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment