Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1270 Rev 1271
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import FormErrorFeedback from '../FormErrorFeedback'
5
import FormErrorFeedback from '../FormErrorFeedback'
6
 
6
 
-
 
7
const CheckboxContainer = styled.div`
-
 
8
  margin-bottom: 0.5rem;
-
 
9
  label {
-
 
10
    font-size: 14px;
-
 
11
    margin-left: 10px;
-
 
12
    line-height: 1;
-
 
13
    cursor: pointer;
-
 
14
    display: inline-flex;
Línea 7... Línea 15...
7
const CheckboxContainer = styled.div`
15
    align-items: center;
8
  margin-bottom: 0.5rem;
16
  }
9
 
17
 
10
  span {
18
  span {
11
    display: inline-block;
19
    display: inline-block;
12
    width: 15px;
20
    width: 15px;
13
    height: 15px;
21
    height: 15px;
14
    position: relative;
-
 
-
 
22
    position: relative;
15
    border: 1px solid #d2d2d2;
23
    border: 1px solid #d2d2d2;
16
    border-radius: 100px;
24
    border-radius: 100px;
17
 
25
    margin-right: 0.5rem;
18
    &::before {
26
    &::before {
19
      content: '';
27
      content: '';
Línea 31... Línea 39...
31
 
39
 
32
  input {
40
  input {
33
    display: none;
41
    display: none;
Línea 34... Línea -...
34
  }
-
 
35
 
-
 
36
  label {
-
 
37
    font-size: 14px;
-
 
38
    margin-left: 10px;
-
 
39
    line-height: 1;
-
 
40
  }
42
  }
41
 
43
 
42
  ${(props) =>
44
  ${(props) =>
43
    props.isChecked &&
45
    props.isChecked &&
44
    css`
46
    css`