|
|
|
@ -18,13 +18,13 @@
|
|
|
|
|
border-color: @color-bi-border-hover-active-radio; |
|
|
|
|
background-color: @color-bi-background-active-radio; |
|
|
|
|
&:after { |
|
|
|
|
width: 6px; |
|
|
|
|
height: 6px; |
|
|
|
|
width: 8px; |
|
|
|
|
height: 8px; |
|
|
|
|
display: table; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 50%; |
|
|
|
|
left: 50%; |
|
|
|
|
.border-radius(3px); |
|
|
|
|
.border-radius(4px); |
|
|
|
|
background-color: @color-bi-background-active-radio-content; |
|
|
|
|
.transform(translate(-50%, -50%)); |
|
|
|
|
@transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s; |
|
|
|
|