index.less
727 Bytes
#root .global_search {
.ant-formily-item {
&-label {
font-weight: 500;
color: #1d2129;
}
&-control {
&-content {
&-component {
.ant-input-affix-wrapper {
border-color: #f2f3f5;
border-radius: 2px;
padding: 6px 13px;
background: #f2f3f5;
> input::placeholder {
color: #ccc;
font-weight: 400;
}
.ant-input-prefix {
font-size: 16px;
color: rgba(0, 0, 0, 0.25);
margin-inline-end: 10px;
}
.ant-input {
background-color: #f2f3f5;
}
}
}
}
}
}
}