form-control baseline improvements
This commit is contained in:
parent
d7aaa1e90f
commit
074da3b01e
1 changed files with 2 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ textarea,
|
||||||
height: 41px;
|
height: 41px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 22px;
|
line-height: 27px;
|
||||||
color: #555;
|
color: #555;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid hsl(0, 0%, 90%);
|
border: 1px solid hsl(0, 0%, 90%);
|
||||||
|
@ -1085,6 +1085,7 @@ textarea,
|
||||||
&.form-control--small {
|
&.form-control--small {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
|
line-height: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.form-control--inline {
|
&.form-control--inline {
|
||||||
|
|
Loading…
Reference in a new issue