Skip to content

Instantly share code, notes, and snippets.

@kimidentity
Created November 7, 2016 23:22
Show Gist options
  • Save kimidentity/9e3b1e5d061551431bb612d614e2a1d7 to your computer and use it in GitHub Desktop.
Save kimidentity/9e3b1e5d061551431bb612d614e2a1d7 to your computer and use it in GitHub Desktop.
.copy_btn {
width: 300px;
height: 20px;
display: block;
border: 2px solid #ddd;
text-align: center;
font-weight: bold;
padding: 30px 0 26px;
margin: 0 auto 60px;
}
.copy_btn:hover {
cursor: pointer;
}
.copy_btn.copied {
pointer-events: none;
background: #0078db;
opacity: .6;
color: #ffffff;
}
.copy_btn.copied:hover {
cursor: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment