default button padding (was 6px default) on chrome
This commit is contained in:
parent
1735087321
commit
33420e4231
@ -133,6 +133,11 @@ button, input {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
padding-right: 0.1em;
|
||||||
|
padding-left: 0.1em;
|
||||||
|
padding-bottom: 0.1em;
|
||||||
|
padding-top: 0.1em;
|
||||||
|
|
||||||
|
|
||||||
/*the transitions */
|
/*the transitions */
|
||||||
transition-property: border-color, color, background;
|
transition-property: border-color, color, background;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user