feat(Button): add icon-position prop (#7174)

This commit is contained in:
neverland
2020-09-12 20:53:51 +08:00
committed by GitHub
parent 9750984d78
commit 2c38469591
6 changed files with 57 additions and 20 deletions
+4 -2
View File
@@ -160,8 +160,10 @@
}
&__icon + &__text,
&__loading + &__text {
margin-left: 5px;
&__loading + &__text,
&__text + &__icon,
&__text + &__loading {
margin-left: @padding-base;
}
&--hairline {