Fix line-height for buttons
This commit is contained in:
parent
4716d40574
commit
4a94ce1e16
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
border: 1px solid $border-grey;
|
border: 1px solid $border-grey;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
color: $black;
|
color: $black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
|
|
||||||
&.large {
|
&.large {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: 26px;
|
||||||
padding: 15px 32px;
|
padding: 15px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue