add Checkbox UI

add Checkbox UI
This commit is contained in:
梁灏 2016-09-20 22:00:16 +08:00
parent 4925f85fea
commit 6c5fbd8b04
13 changed files with 216 additions and 16 deletions

View file

@ -46,7 +46,7 @@ a {
text-decoration: none;
outline: none;
cursor: pointer;
transition: color @transition-time ease;
.transition(color @transition-time ease);
&:hover {
color: @link-hover-color;