@antv/gatsby-theme-antv
Version:
Ant Visualization solution home page
38 lines (34 loc) • 618 B
text/less
.search {
margin-left: 36px;
line-height: 1.5;
white-space: nowrap;
transition: all 0.3s;
.icon {
color: #a3b1bf;
opacity: 0.75;
margin-right: 8px;
}
.input {
border: none;
height: 32px;
line-height: 32px;
outline: none;
background: transparent;
vertical-align: baseline ;
&::placeholder {
color: #a3b1bf;
}
}
:global {
.DocSearch-Search-Icon {
width: 1em ;
height: 1em ;
color: #a3b1bf ;
}
}
}
@media only screen and (max-width: 931.99px) {
.search {
display: none;
}
}