@react-goodies/hand-signed
Version:
[](https://github.com/marborkowski/hand-signed/actions/workflows/node.js.yml)
23 lines (19 loc) • 313 B
CSS
button {
padding: 10px 15px;
border: 1px solid #999;
color: #333;
background: #fff;
border-radius: 5px;
text-transform: uppercase;
font-size: 11px;
cursor: pointer;
}
button:hover {
background: lightskyblue;
}
button:not(:last-child) {
margin-right: 1ch;
}
.buttons {
margin-top: 1rem;
}