|
|
|
@ -4,7 +4,8 @@
|
|
|
|
|
& .checkbox-content, &.checkbox-content { |
|
|
|
|
.border-radius(2px); |
|
|
|
|
border: 1px solid @color-bi-border-checkbox; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
.box-sizing(border-box); |
|
|
|
|
.transition(all .1s); |
|
|
|
|
&:after { |
|
|
|
|
position: absolute; |
|
|
|
|
display: table; |
|
|
|
@ -18,6 +19,8 @@
|
|
|
|
|
height: 9px; |
|
|
|
|
.box-sizing(border-box); |
|
|
|
|
.transform(rotate(45deg) scale(1) translate(-50%, -50%)); |
|
|
|
|
@transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s; |
|
|
|
|
.transition(@transition); |
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
&.hover, &:hover { |
|
|
|
|