Initial commit
[collage-signature-composer.git] / src / components / Forms / Button / Button.css
blob56076ea73fe381ba2c75dc8f4ec579ec60957ad7
1 .Button {
2 text-decoration: none;
3 background-color: #555;
4 color: #fff;
5 transition: .2s ease-out;
6 cursor: pointer;
7 padding: 0.75rem 1.25rem;
10 .Button:hover {
11 background-color: #0BF;