index.less
452 Bytes
#root .global_text {
.ant-formily-item {
&-label {
font-weight: 500;
color: #1d2129;
}
&-control {
&-content {
&-component {
.ant-input-affix-wrapper {
border-color: #ebeef5;
border-radius: 2px;
padding: 6px 13px;
> input::placeholder {
color: #ccc;
font-weight: 400;
}
}
}
}
}
}
}