GITLAB

Martin Macola / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _contenedor.scss
  • 16b4a7c6c   elimino css que no se usa Browse Code ยป
    Eric Fernandez
    2018-10-30 11:01:22 -0300  
_contenedor.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 22 23
body {
    background-color: #cccccc;
}

.contenedor {
    background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3);
    min-height: 600px;
    min-width: 800px;
}

.grilla-articulo {
    background-color: rgba(0, 0, 0, 0.8);
    height: 430px;
}

.crear-nota-pedido {
    form {
        margin-bottom: 0;
    }
    table {
        margin-bottom: 0;
    }
}