Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 412 Rev 415
Línea 24... Línea 24...
24
    font-size: 16px;
24
    font-size: 16px;
25
    line-height: 1.2;
25
    line-height: 1.2;
26
  }
26
  }
27
  p {
27
  p {
28
    color: var(--font-color);
28
    color: var(--font-color);
29
    font-size: 0.8rem;
29
    font-size: 14px;
30
    font-weight: 400;
30
    font-weight: 400;
31
    text-align: justify;
31
    text-align: justify;
32
    margin-bottom: 0.5rem;
32
    margin-bottom: 0.5rem;
33
  }
33
  }
34
  span {
34
  span {
35
    color: var(--subtitle-color);
35
    color: var(--subtitle-color);
36
    font-weight: 400;
36
    font-weight: 400;
37
    font-size: 0.8rem;
37
    font-size: .7rem;
38
  }
38
  }
39
`
39
`
Línea 40... Línea 40...
40
 
40
 
41
export const QuestionDetails = styled.div`
41
export const QuestionDetails = styled.div`