@logicflow/dumi-theme-simple
Version:
Simple website theme based on dumi2.
32 lines (27 loc) • 476 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;
}
}
}
@media only screen and (max-width: 931.99px) {
.search {
display: none;
}
}