make border radii more consistent
This commit is contained in:
parent
9ee9b17526
commit
4a39232603
5 changed files with 6 additions and 9 deletions
|
@ -24,7 +24,6 @@ dialog {
|
|||
|
||||
background: var(--background);
|
||||
border: var(--border);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: 0 0 50px #fff6;
|
||||
}
|
||||
|
||||
|
@ -60,7 +59,7 @@ dialog {
|
|||
|
||||
button {
|
||||
border: none;
|
||||
border-radius: 0.75em;
|
||||
border-radius: var(--button-radius);
|
||||
padding: 0.5em 1em;
|
||||
|
||||
font-family: Muller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue