GITLAB

Nicolás Guarnieri / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _crear-nota-pedido.scss
  • a036e3d0e   - Refactor de estilo de crear nota pedido. ... Browse Code »
    - Agregué estilo para datepicker.
    Pablo Marco del Pont
    2018-10-31 12:25:24 -0300  
_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;
        }
    }
}