GITLAB

Jose Pinto / 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
  • e918b9c82   Estilos nuevo diseño Browse Code »
    Jose Pinto
    2018-12-13 16:06:39 -0300  
_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;
        }
    }
}