acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
42 lines (39 loc) • 1.1 kB
text/less
html[dir="rtl"] {
.ant-checkbox {
&.ant-checkbox-checked {
.ant-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) ;
}
}
}
.ant-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) ;
}
}
&.ant-checkbox-indeterminate {
.ant-checkbox-inner {
&:after {
right: 0;
left: 2px;
-webkit-transform: rotate(0) scale(1) ;
-ms-transform: rotate(0) scale(1) ;
transform: rotate(0) scale(1) ;
}
}
}
}
}