Make buttons have border-radius: 0
This commit is contained in:
parent
af526027ca
commit
a2ee6729cd
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ button {
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
min-height: 23px;
|
min-height: 23px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue