Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6944 Rev 6946
Línea 16... Línea 16...
16
  align-items: center;
16
  align-items: center;
17
  display: flex;
17
  display: flex;
18
  height: auto;
18
  height: auto;
19
  padding: 0.5rem 1rem;
19
  padding: 0.5rem 1rem;
20
  gap: 0.5rem;
20
  gap: 0.5rem;
-
 
21
  cursor: pointer;
21
`
22
`
22
const StyledContactInfo = styled.div`
23
const StyledContactInfo = styled.div`
23
  display: flex;
24
  display: flex;
24
  flex-direction: column;
25
  flex-direction: column;
25
  cursor: pointer;
-
 
Línea 26... Línea 26...
26
 
26
 
27
  span {
27
  span {
28
    font-size: 0.9rem;
28
    font-size: 0.9rem;
29
    font-weight: bold;
29
    font-weight: bold;
Línea 33... Línea 33...
33
    max-width: 20ch;
33
    max-width: 20ch;
34
  }
34
  }
35
`
35
`
36
const StyledTab = styled(Tab)`
36
const StyledTab = styled(Tab)`
37
  flex-grow: 1;
37
  flex-grow: 1;
38
  color: var(--subtitle-color);
38
  color: var(--subtitle-color) !important;
39
  font-weight: bold;
39
  font-weight: bold !important;
40
  padding: 0.5rem 1rem;
40
  padding: 0.5rem 1rem !important;
41
  min-height: auto;
41
  min-height: auto !important;
42
  &.Mui-selected {
42
  &.Mui-selected {
43
    color: 'var(--font-color)';
43
    color: var(--font-color) !important;
44
  }
44
  }
45
`
45
`
Línea 46... Línea 46...
46
 
46
 
47
const Contacts = ({ selectedConversation, changeConversation }) => {
47
const Contacts = ({ selectedConversation, changeConversation }) => {