update Button style
This commit is contained in:
parent
df6bf15242
commit
65f915c660
2 changed files with 17 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue