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 {
|
.button {
|
||||||
background-color: var(--brand-color);
|
background-color: var(--brand-color);
|
||||||
border: 10px none;
|
border: 10px none;
|
||||||
border-radius: 4px;
|
border-radius: 999px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue