Step: fix icon style

pull/7899/head
Leopoldthecoder 2017-10-31 15:54:49 +08:00 committed by 杨奕
parent 633cb30d52
commit 1412b5757c
1 changed files with 6 additions and 4 deletions

View File

@ -206,6 +206,12 @@
bottom: 0;
left: 11px;
}
@include e(icon) {
@include when(icon) {
width: 24px;
}
}
}
@include when(center) {
@ -244,10 +250,6 @@
width: 16px;
height: 16px;
font-size: 12px;
@include when(icon) {
width: 30px;
}
}
@include e(icon-inner) {