busqueda.component.css
326 Bytes
.order-button{
float:right;
font-size:17px;
border-radius: 5px 5px 0px 0px;
margin-bottom:5%;
}
.result-container{
text-align: center;
font-size:17px;
width:92%;
padding: 2%;
margin: 1% 1% 2% 2%;
background-color: #ffffff;
box-shadow: 3px 3px 3px grey;
border-radius: 10px;
}