Update buttons.css
This commit is contained in:
parent
536b8bd407
commit
1159cce4e1
|
@ -32,10 +32,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-button.gh-button-large {
|
.gh-button.gh-button-large {
|
||||||
height: calc(var(--height) * 1.14);
|
height: calc(var(--height) * 1.2);
|
||||||
line-height: calc(var(--height) * 1.14);
|
line-height: calc(var(--height) * 1.2);
|
||||||
padding: 0 3rem;
|
padding: 0 2.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-button.gh-button-disabled,
|
.gh-button.gh-button-disabled,
|
||||||
|
|
Loading…
Reference in New Issue