GITLAB

Florencia Cazzola / wrapper-facturador

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-facturador
  • src
  • sass
  • _contenedor.scss
  • b5c359d14   Cambio de estilos. Browse Code ยป
    Marcelo Puebla
    2019-07-26 15:39:24 -0300  
_contenedor.scss 272 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
body {
    background: linear-gradient(0deg, hsl(0, 0%, 70%),hsl(0, 0%, 90%));
}

.contenedor {
    @media (min-width: 768px) {
        min-height: 600px;
        min-width: 800px;
    }
}

.grilla-articulo {
    @media (min-width: 768px) {
        height: 300px;
    }
}