Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6907 Rev 6908
Línea 10... Línea 10...
10
import CoverModal from '../cover/CoverModal'
10
import CoverModal from '../cover/CoverModal'
11
import ImageModal from '../modals/ImageModal'
11
import ImageModal from '../modals/ImageModal'
12
import { styled } from 'styled-components'
12
import { styled } from 'styled-components'
Línea 13... Línea 13...
13
 
13
 
14
const CoverButton = styled(IconButton)`
14
const CoverButton = styled(IconButton)`
15
  position: absolute;
15
  color: #8a2be2 !important;
16
  top: 20px;
16
  position: absolute !important;
17
  right: 20px;
17
  right: 20px;
-
 
18
  top: 20px;
-
 
19
 
-
 
20
  &:hover {
-
 
21
    background-color: #8a2be2 !important;
-
 
22
    color: #fff !important;
18
  color: #8a2be2;
23
  }
Línea 19... Línea 24...
19
`
24
`
20
 
25
 
21
const GroupActions = ({
26
const GroupActions = ({