_contenedor.scss
493 Bytes
body {
background-color: #cccccc;
}
.contenedor {
background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3);
min-height: 600px;
min-width: 800px;
}
.contenedor-teclado {
background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3);
height: 300px;
}
.grilla-articulos {
background-color: rgba(0, 0, 0, 0.8);
height: 430px;
}
.crear-nota-pedido {
form {
margin-bottom: 0;
}
table {
margin-bottom: 0;
}
}