Skip to content

Instantly share code, notes, and snippets.

@mantismamita
Last active September 7, 2015 20:24
Show Gist options
  • Save mantismamita/239be304d347d796f154 to your computer and use it in GitHub Desktop.
Save mantismamita/239be304d347d796f154 to your computer and use it in GitHub Desktop.
.ninja-forms-form-wrap .ninja-forms-all-fields-wrap{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
color: #333333;
label{
font-weight: normal;
}
h2{
display: none;
}
.ninja-forms-required-items{
font-size: .75rem;
margin-bottom: .75rem;
}
ul{
margin-top: .5rem;
li{
font-size: 1rem;
margin-bottom: .25rem;
}
}
.range-wrapper{
margin-bottom: .75rem;
input[type=range]{
width: 80%;
}
label{
font-size: .9rem;
}
}
input[type=submit]{
text-transform: uppercase;
text-align: center;
width: 100%;
border-radius: 3px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment