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
  • bb50dfbc3   Merge remote-tracking branch 'upstream/master' Browse Code »
    Nicolás Guarnieri
    2018-11-01 17:50:58 -0300  
_contenedor.scss 350 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
body {
    background-color: #cccccc;
}

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

}

.grilla-articulo {
    background-color: rgba(0, 0, 0, 0.8);
    @media (min-width: 768px) {
        height: 430px;
    }
}