Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6908 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6908 Rev 6909
Línea 14... Línea 14...
14
const CoverButton = styled(IconButton)`
14
const CoverButton = styled(IconButton)`
15
  color: #8a2be2 !important;
15
  color: #8a2be2 !important;
16
  position: absolute !important;
16
  position: absolute !important;
17
  right: 20px;
17
  right: 20px;
18
  top: 20px;
18
  top: 20px;
-
 
19
  transition: all 200ms ease;
Línea 19... Línea 20...
19
 
20
 
20
  &:hover {
21
  &:hover {
21
    background-color: #8a2be2 !important;
22
    background-color: #8a2be2 !important;
22
    color: #fff !important;
23
    color: #fff !important;