update Button style

This commit is contained in:
梁灏 2019-09-12 15:34:34 +08:00
parent df6bf15242
commit 65f915c660
2 changed files with 17 additions and 1 deletions

View file

@ -188,3 +188,15 @@
color: fade(#000, 25%);
}
}
a.@{btn-prefix-cls} {
padding-top: 0.1px;
line-height: @btn-height-base - 2px;
&-large {
line-height: @btn-height-large - 2px;
}
&-small {
line-height: @btn-height-small - 2px;
}
}