Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 614 Rev 616
Línea 31... Línea 31...
31
`;
31
`;
Línea 32... Línea 32...
32
 
32
 
33
const LayoutHeader = styled.div`
33
const LayoutHeader = styled.div`
34
  display: flex;
34
  display: flex;
35
  gap: 0.5rem;
35
  gap: 0.5rem;
36
  padding: 5px 1rem;
36
  padding: 10px 1rem;
37
  align-items: center;
37
  align-items: center;
38
  justify-content: space-between;
38
  justify-content: space-between;
39
  position: relative;
39
  position: relative;
Línea 40... Línea 40...
40
`;
40
`;
41
 
41
 
42
const LayoutBody = styled.div`
42
const LayoutBody = styled.div`
43
  padding: 5px 1rem;
43
  padding: 10px 1rem;
44
  display: flex;
44
  display: flex;
Línea 45... Línea 45...
45
  flex-direction: column;
45
  flex-direction: column;
Línea 54... Línea 54...
54
 
54
 
55
const LayoutActions = styled.div`
55
const LayoutActions = styled.div`
56
  display: flex;
56
  display: flex;
57
  justify-content: space-around;
57
  justify-content: space-around;
58
  border-top: 1px solid rgb(211, 211, 211);
58
  border-top: 1px solid rgb(211, 211, 211);
59
  padding: 5px 0;
59
  padding: 10px 0;
60
  & > button {
60
  & > button {
61
    align-items: center;
61
    align-items: center;
62
    border-radius: var(--border-radius);
62
    border-radius: var(--border-radius);
63
    cursor: pointer;
63
    cursor: pointer;