add Switch UI

add Switch UI
This commit is contained in:
梁灏 2016-09-21 14:59:57 +08:00
parent 6c5fbd8b04
commit 07aa688e3c
8 changed files with 133 additions and 10 deletions

View file

@ -84,7 +84,7 @@
border-top: 0;
border-left: 0;
.transform(rotate(45deg) scale(1));
.transition(all @transition-time @ease-in-out .1s);
.transition(all @transition-time @ease-in-out);
}
}
}
@ -145,8 +145,8 @@
.@{checkbox-prefix-cls}-wrapper + span,
.@{checkbox-prefix-cls} + span {
margin-left: 8px;
margin-right: 8px;
margin-left: 4px;
margin-right: 4px;
}
.@{checkbox-prefix-cls}-group {