mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
fixes #5473: use baselineheight var for input bottom margin
This commit is contained in:
parent
4702e75410
commit
b18c009051
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ input[type="color"],
|
|||
display: inline-block;
|
||||
height: @baseLineHeight;
|
||||
padding: 4px 6px;
|
||||
margin-bottom: 9px;
|
||||
margin-bottom: @baseLineHeight / 2;
|
||||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
|
|
|
|||
Loading…
Reference in a new issue