Skip to content

Instantly share code, notes, and snippets.

@ZachMoreno
Created November 1, 2013 15:45
Show Gist options
  • Select an option

  • Save ZachMoreno/7267342 to your computer and use it in GitHub Desktop.

Select an option

Save ZachMoreno/7267342 to your computer and use it in GitHub Desktop.
.nexus-btn {
border: 3px solid #fff;
border-radius: 8px;
padding: 0.5em 1.3em 0.5em 2.2em;
background: url(../../images/nexus-7-new/button-blue-arrow.png) no-repeat 0.9em 50%;
background-size: auto 28%;
text-transform: uppercase;
font-family: "Roboto Condensed";
font-weight: 400;
font-size: 1.25em;
color: #fff;
text-decoration: none;
}
.nexus-btn:hover {
background-color: rgba(26,28,30,0.7);
}
@ZachMoreno
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment