acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
18 lines (17 loc) • 457 B
text/less
html[dir="rtl"] {
.ant-tree-checkbox {
&.ant-tree-checkbox-checked {
.ant-tree-checkbox-inner {
&:after {
right: auto ;
left: 4px;
border-right: 2px solid #fff;
border-left: 0;
-webkit-transform: rotate(45deg) scale(1) ;
-ms-transform: rotate(45deg) scale(1) ;
transform: rotate(45deg) scale(1) ;
}
}
}
}
}