@discoveryjs/discovery
Version:
Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
22 lines (19 loc) • 478 B
CSS
.view-content-filter > .view-input {
line-height: 1;
margin-bottom: 1em;
}
.view-content-filter > .view-input input {
background-image: url('./content-filter.svg');
background-repeat: no-repeat;
background-size: 32px 16px;
background-position: right center;
padding-right: 30px;
}
.view-content-filter > .content {
overflow: auto;
flex: 1;
}
.view-content-filter > .content .view-list::before {
padding: 5px 10px;
display: block;
}