_crear-nota-pedido.scss
401 Bytes
.crear-nota-pedido {
background-color: #ccc;
padding-bottom: 2rem;
&-fecha {
input[type="date"]::-webkit-clear-button {
display: none;
}
}
.titulares>div{
display: flex;
line-height: 30px;
h5{
line-height: 30px;
}
button{
margin: auto;
margin-right: 0;
}
}
}