Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 378 Rev 380
Línea 31... Línea 31...
31
const StyledChatHeader = styled.div`
31
const StyledChatHeader = styled.div`
32
  align-items: center;
32
  align-items: center;
33
  border-bottom: 1px solid var(--border-primary);
33
  border-bottom: 1px solid var(--border-primary);
34
  display: flex;
34
  display: flex;
35
  justify-content: center;
35
  justify-content: center;
36
  padding: 0px 0px;
36
  padding: 1rem 0.5rem;
37
  position: relative;
37
  position: relative;
Línea 38... Línea 38...
38
 
38
 
39
  & > button:first-child {
39
  & > button:first-child {
40
    position: absolute;
40
    position: absolute;