Use rounded buttons
This commit is contained in:
parent
96a226a94b
commit
4ec5cb931c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue