Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1884 Rev 2184
Línea 24... Línea 24...
24
 
24
 
25
const StyledItemContainer = styled(WidgetWrapper)`
25
const StyledItemContainer = styled(WidgetWrapper)`
26
  display: flex;
26
  display: flex;
27
  flex-direction: column;
27
  flex-direction: column;
28
  justify-content: center;
28
  justify-content: center;
29
  height: 100%;
29
  height: fit-content;
30
  border-radius: 5px;
30
  border-radius: 5px;
Línea 31... Línea 31...
31
`
31
`
32
 
32