[Improvement] Button: adjust padding of small button (#511)

This commit is contained in:
neverland
2018-01-05 15:58:17 +08:00
committed by GitHub
parent 3adb01fc30
commit 1b14e59056
3 changed files with 56 additions and 37 deletions

View File

@@ -65,10 +65,11 @@
}
&--small {
min-width: 60px;
height: 30px;
line-height: 28px;
padding: 0 8px;
min-width: 60px;
font-size: 12px;
line-height: 28px;
}
&--loading {