decentraland-ui
Version:
Decentraland's UI components and styles
33 lines (29 loc) • 678 B
CSS
.dcl.text-filter .text-input input {
font-size: 17px;
line-height: 20px;
background: none;
color: var(--text);
font-weight: 600;
font-family: var(--font-family);
border: none;
border-radius: 6px;
padding: 6px 6px 6px 36px;
outline: none;
width: 100%;
background-image: url('../../assets/search.svg');
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 8px;
}
.dcl.text-filter .text-input input::placeholder {
color: var(--secondary-text);
font-weight: 400;
}
@media (max-width: 768px) {
.dcl.text-filter {
margin-bottom: 4px;
}
.dcl.text-filter .ui.sub.header.name {
font-weight: normal;
}
}