mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix: fix icon style for icon-slider demo
This commit is contained in:
parent
552da03f3b
commit
e49a057d49
@ -83,10 +83,10 @@ React.render(
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconWrapper .anticon:nth-child(1) {
|
.iconWrapper .anticon-lock {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.iconWrapper .anticon:nth-child(2){
|
.iconWrapper .anticon-unlock{
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user