Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1650 Rev 1661
Línea 4... Línea 4...
4
  display: flex;
4
  display: flex;
5
  align-items: center;
5
  align-items: center;
6
  gap: 0.5rem;
6
  gap: 0.5rem;
7
`
7
`
Línea 8... Línea 8...
8
 
8
 
9
export const StyledCommentList = styled('ul')`
9
export const CommentsContainer = styled('div')`
10
  display: flex;
10
  display: flex;
11
  flex-direction: column;
11
  flex-direction: column;
12
  gap: 0.5rem;
12
  gap: 0.5rem;
13
  margin-top: 0.5rem;
13
  margin-top: 0.5rem;
14
  max-height: 300px;
14
  max-height: 300px;
15
  overflow-y: auto;
15
  overflow-y: auto;
16
  width: 100%;
16
  width: 100%;
Línea 17... Línea 17...
17
`
17
`
18
 
18
 
19
export const StyledCommentTemplate = styled('div')`
19
export const CommentTemplate = styled('div')`
20
  display: flex;
20
  display: flex;
21
  gap: 0.5rem;
21
  gap: 0.5rem;
22
  align-items: flex-start;
22
  align-items: flex-start;