_crear-nota-pedido.scss 372 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 .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; } } }