Browse Source

update small switch

pull/653/head
afc163 9 years ago
parent
commit
e803524350
  1. 6
      style/components/switch.less

6
style/components/switch.less

@ -40,17 +40,17 @@
&-small {
height: 14px;
line-height: 12px;
width: 32px;
width: 28px;
&:after {
width: 12px;
height: 12px;
top: 0;
left: 1px;
left: 0;
}
}
&-small&-checked:after {
left: 17px;
left: 14px;
}
&-checked {

Loading…
Cancel
Save