Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active April 18, 2017 09:10
Show Gist options
  • Save barrykooij/bcc28b5cc873dfe2c9e2f0ec3d0bc5ea to your computer and use it in GitHub Desktop.
Save barrykooij/bcc28b5cc873dfe2c9e2f0ec3d0bc5ea to your computer and use it in GitHub Desktop.
#hb-wrap #main-wrapper #main-content .container .row .page .hb-main-content p .dlm-tc-submit {
width: 100%;
text-align: center;
text-decoration: none;
padding: 1.5em 1em !important;
color: #fff;
display: block;
font-size: 1.2em;
line-height: 1.5em;
background-color: #0099cc;
background-image: -webkit-linear-gradient(#009fd4, #0099cc, #0086b2);
background-image: -moz-linear-gradient(#009fd4, #0099cc, #0086b2);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border: 1px solid #0086b2;
cursor: pointer;
}
#hb-wrap #main-wrapper #main-content .container .row .page .hb-main-content p .dlm-tc-submit:hover {
color: #fff;
background-color: #0099cc;
background-image: -webkit-linear-gradient(#0099cc, #0086b2);
background-image: -moz-linear-gradient(#0099cc, #0086b2);
}
#hb-wrap #main-wrapper #main-content .container .row .page .hb-main-content p .dlm-tc-submit small {
font-size: 0.8em;
opacity: 0.8;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment