Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 849 Rev 899
Línea 59... Línea 59...
59
const LayoutActions = styled.div`
59
const LayoutActions = styled.div`
60
  display: flex;
60
  display: flex;
61
  justify-content: space-around;
61
  justify-content: space-around;
62
  border-top: 1px solid rgb(211, 211, 211);
62
  border-top: 1px solid rgb(211, 211, 211);
63
  padding: 5px;
63
  padding: 5px;
-
 
64
  gap: 0.5rem;
64
  & > button,
65
  & > button,
65
  & > a {
66
  & > a {
66
    align-items: center;
67
    align-items: center;
67
    border-radius: var(--border-radius);
68
    border-radius: var(--border-radius);
68
    cursor: pointer;
69
    cursor: pointer;