GITLAB

Luigi / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _contenedor.scss
  • 29df0c2b6   - Agregué módulo botonera principal. ... Browse Code »
    - Agregué estilos para la botonera principal.
    - Quité la botonera horizontal.
    Pablo Marco del Pont
    2018-10-24 16:05:32 -0300  
_contenedor.scss 373 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-articulos {
    background-color: rgba(0, 0, 0, 0.8);
    height: 430px;
}

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