Update checkbox.less
Change mark fit and add border radius to checkbox square
This commit is contained in:
parent
51eb5efae1
commit
07a689a69c
|
@ -14,6 +14,7 @@
|
||||||
height: 14px;
|
height: 14px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid @gray;
|
border: 1px solid @gray;
|
||||||
|
border-radius: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
@ -27,10 +28,9 @@
|
||||||
border: solid @gray-deep;
|
border: solid @gray-deep;
|
||||||
border-width: 0 2px 2px 0;
|
border-width: 0 2px 2px 0;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
width: 6px;
|
width: 5px;
|
||||||
height: 10px;
|
height: 9px;
|
||||||
left: 3px;
|
left: 4px;
|
||||||
top: -1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue