forgeplus-react/src/components/Header/search-input.less

37 lines
603 B
Plaintext

.search-input {
width: 300px !important;
background: #373e3f !important;
border: 1px solid #373e3f !important;
// position: absolute !important;
// top: 18px;
// right: 124px;
// z-index: 1;
[class~='ant-input'] {
background: #373e3f !important;
color: #fff;
}
.ant-input-search-icon::before {
border-left: none;
}
.ant-input-search-icon {
color: #999;
}
}
.search-bar {
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
position: relative;
a:hover {
color: #fff;
}
}