Update checkbox.less

Change mark fit and add border radius to checkbox square
This commit is contained in:
evgenykatyshev 2019-12-13 21:06:58 +03:00
parent 51eb5efae1
commit 07a689a69c

View file

@ -14,6 +14,7 @@
height: 14px;
background: #fff;
border: 1px solid @gray;
border-radius: 2px;
position: absolute;
left: 0;
margin-top: auto;
@ -27,10 +28,9 @@
border: solid @gray-deep;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
width: 6px;
height: 10px;
left: 3px;
top: -1px;
width: 5px;
height: 9px;
left: 4px;
}
}
}