index.less
463 Bytes
#root .global_checkbox {
.ant-formily-item {
&-label {
font-weight: 500;
color: #1d2129;
}
&-control {
&-content {
&-component {
.ant-checkbox-group {
.ant-checkbox-wrapper {
.ant-checkbox {
&-inner {
border-color: #ebeef5;
border-radius: 2px;
}
}
}
}
}
}
}
}
}