_crear-nota-pedido.scss 218 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 .crear-nota-pedido { form { margin-bottom: 0; } table { margin-bottom: 0; } &-fecha { input[type="date"]::-webkit-clear-button { display: none; } } }