mirror of https://github.com/ElemeFE/element
Step: fix icon style
parent
633cb30d52
commit
1412b5757c
|
@ -206,6 +206,12 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 11px;
|
left: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include e(icon) {
|
||||||
|
@include when(icon) {
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include when(center) {
|
@include when(center) {
|
||||||
|
@ -244,10 +250,6 @@
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
@include when(icon) {
|
|
||||||
width: 30px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include e(icon-inner) {
|
@include e(icon-inner) {
|
||||||
|
|
Loading…
Reference in New Issue