Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6937 Rev 6941
Línea 31... Línea 31...
31
  display: flex;
31
  display: flex;
32
  justify-content: center;
32
  justify-content: center;
33
  padding: 1rem 0.5rem;
33
  padding: 1rem 0.5rem;
34
  position: relative;
34
  position: relative;
Línea 35... Línea 35...
35
 
35
 
36
  & > button {
36
  & > button:first-child {
37
    position: absolute;
37
    position: absolute;
38
    left: 1rem;
38
    left: 1rem;
39
    top: 50%;
39
    top: 50%;
40
    transform: translateY(-50%);
40
    transform: translateY(-50%);
Línea 152... Línea 152...
152
    <StyledChatHeader>
152
    <StyledChatHeader>
153
      <IconButton onClick={onClose}>
153
      <IconButton onClick={onClose}>
154
        <ArrowBackIcon />
154
        <ArrowBackIcon />
155
      </IconButton>
155
      </IconButton>
156
      {children}
156
      {children}
157
      {options && <Options options={options} />}
157
      {options && <Options options={options} right="1rem" />}
158
    </StyledChatHeader>
158
    </StyledChatHeader>
159
  )
159
  )
160
}
160
}
Línea 161... Línea 161...
161
 
161