Merge pull request #282 from ONLYOFFICE/origin/feature/checkbox-appearance

Update checkbox.less
This commit is contained in:
maxkadushkin 2019-12-16 15:05:53 +03:00 committed by GitHub
commit 28c60a4a1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}
}