Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 529 Rev 530
Línea 16... Línea 16...
16
  height: fit-content;
16
  height: fit-content;
17
  & > * {
17
  & > * {
18
    padding-right: 0.8rem;
18
    padding-right: 0.8rem;
19
    padding-left: 0.8rem;
19
    padding-left: 0.8rem;
20
  }
20
  }
21
  & > h2 {
-
 
22
    font-size: 16px;
-
 
23
    line-height: 1.2;
-
 
24
    margin-bottom: 5px;
-
 
25
  }
-
 
26
  p {
-
 
27
    color: var(--font-color);
-
 
28
    font-size: 14px;
-
 
29
    font-weight: 400;
-
 
30
    text-align: justify;
-
 
31
    margin-bottom: 0.5rem;
-
 
32
  }
-
 
33
  span {
-
 
34
    color: var(--subtitle-color);
-
 
35
    font-weight: 400;
-
 
36
    font-size: 0.7rem;
-
 
37
    margin-top: 3px;
-
 
38
  }
-
 
39
`
21
`
Línea 40... Línea 22...
40
 
22
 
41
export const QuestionDetails = styled.div`
23
export const QuestionDetails = styled.div`
42
  display: flex;
24
  display: flex;