Use rounded buttons

merge-requests/782/head
Alex Gleason 3 years ago
parent 96a226a94b
commit 4ec5cb931c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -10,7 +10,7 @@ button {
.button {
background-color: var(--brand-color);
border: 10px none;
border-radius: 4px;
border-radius: 999px;
box-sizing: border-box;
color: #fff;
cursor: pointer;

Loading…
Cancel
Save