fix: card actions font-size issue

Fix card component action font-size not controlled by theme variable.
This commit is contained in:
Teng Yang 2020-01-26 01:32:22 +08:00
parent 674074ce93
commit e65b383df8

View File

@ -144,7 +144,7 @@
position: relative;
display: block;
min-width: 32px;
font-size: 14px;
font-size: @font-size-base;
line-height: 22px;
cursor: pointer;