argos/dmp-frontend/src/app/ui/misc/search/search.component.css

16 lines
210 B
CSS
Raw Normal View History

2019-04-24 11:26:53 +02:00
.input-search {
width: 300px;
border: 1px solid rgb(218, 218, 218);
border-radius: 6px;
padding-left: 10px;
}
.input-search input {
padding-top: 15px;
}
2019-04-25 11:03:22 +02:00
.option {
line-height: inherit;
height: 50px;
}