Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2271 | Rev 2274 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2271 Rev 2272
Línea 24... Línea 24...
24
    height: 100%;
24
    height: 100%;
25
    object-fit: cover;
25
    object-fit: cover;
26
    width: 100%;
26
    width: 100%;
27
    transition: all 300ms;
27
    transition: all 300ms;
28
  }
28
  }
29
  &:hover > img {
29
  &:hover {
30
    transform: translateY(-5px);
30
    transform: translateY(-5px);
31
  }
31
  }
32
`
32
`
Línea 33... Línea 33...
33
 
33