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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue