Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6460 Rev 6461
Línea 21... Línea 21...
21
  border-radius: 50px;
21
  border-radius: 50px;
22
  cursor: pointer;
22
  cursor: pointer;
23
  transition: all 200ms ease;
23
  transition: all 200ms ease;
24
  position: relative;
24
  position: relative;
25
  overflow: hidden;
25
  overflow: hidden;
-
 
26
  margin-bottom: 0.5rem;
Línea 26... Línea 27...
26
 
27
 
27
  input {
28
  input {
28
    margin: 0 !important;
29
    margin: 0 !important;
Línea 29... Línea 30...
29
  }
30
  }
30
 
31
 
31
  label {
32
  label {
32
    color: var(--font-color);
33
    color: var(--font-color);
Línea 33... Línea -...
33
    font-weight: 500;
-
 
34
  }
-
 
35
 
-
 
36
  &:not(:last-child) {
-
 
37
    margin-bottom: 0.5rem;
34
    font-weight: 500;
38
  }
35
  }
39
 
36
 
40
  &::before {
37
  &::before {
41
    content: '';
38
    content: '';
Línea 72... Línea 69...
72
 
69
 
73
const VoteTag = styled.span`
70
const VoteTag = styled.span`
74
  position: absolute;
71
  position: absolute;
75
  bottom: 1rem;
72
  bottom: 1rem;
76
  right: 1rem;
73
  right: 1rem;
77
  color: var(--font-color);
74
  color: var(--font-color) !important;
Línea 78... Línea 75...
78
`
75
`
79
 
76
 
80
const SurveyForm = ({
77
const SurveyForm = ({