client: adjust button height
This commit is contained in:
parent
ae1b39cac7
commit
c2a5b70c4c
2 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
background: #379ad7;
|
background: #379ad7;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0.6em 1.2em;
|
padding: 0.5em 1.2em;
|
||||||
margin: 0.5em 1em 0.5em;
|
margin: 0.5em 1em 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -333,7 +333,7 @@
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
background: hsl(203,67%,53%);
|
background: hsl(203,67%,53%);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0.6em 1.2em;
|
padding: 0.5em 1.2em;
|
||||||
margin: 0.5em 1em 0.5em;
|
margin: 0.5em 1em 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue