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

29 lines
438 B
CSS
Raw Normal View History

2019-04-24 11:26:53 +02:00
.input-search {
width: 150px;
/* width: 300px; */
2019-04-24 11:26:53 +02:00
border: 1px solid rgb(218, 218, 218);
border-radius: 6px;
padding-left: 10px;
margin-right: 20px;
2019-04-24 11:26:53 +02:00
}
.input-search input {
padding-top: 15px;
}
2019-04-25 11:03:22 +02:00
.option {
line-height: inherit;
height: 50px;
}
@media screen and (max-width: 1136px) {
.input-search {
width: 150px;
border: 1px solid rgb(218, 218, 218);
border-radius: 6px;
padding-left: 10px;
margin-right: 20px;
}
}