add Switch UI
add Switch UI
This commit is contained in:
parent
6c5fbd8b04
commit
07aa688e3c
8 changed files with 133 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue