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