Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2272 Rev 2274
Línea 18... Línea 18...
18
 
18
 
19
const EmojiItem = styled('button')`
19
const EmojiItem = styled('button')`
20
  width: 32px;
20
  width: 32px;
21
  height: 32px;
21
  height: 32px;
-
 
22
  border-radius: 50%;
22
  border-radius: 50%;
23
  transition: all 300ms;
23
  & > img {
24
  & > img {
24
    height: 100%;
25
    height: 100%;
25
    object-fit: cover;
26
    object-fit: cover;
26
    width: 100%;
-
 
27
    transition: all 300ms;
27
    width: 100%;
28
  }
28
  }
29
  &:hover {
29
  &:hover {
30
    transform: translateY(-5px);
30
    transform: translateY(-5px);
31
  }
31
  }