Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 442 Rev 443
Línea 51... Línea 51...
51
   
51
   
52
  }
52
  }
Línea 53... Línea 53...
53
`;
53
`;
54
 
54
 
55
const StyledTitle = styled.h2`
55
const StyledTitle = styled.h2`
56
  font-size: 1.5rem;
56
font-size: 16px;
57
  font-weight: 500;
57
font-weight: 600;
58
  width: fit-content;
58
width: fit-content;
-
 
59
max-width: 20ch;
-
 
60
text-align: center;
Línea 59... Línea 61...
59
  max-width: 20ch;
61
color: #1d315c;
60
  text-align: center;
62
 
61
 
63
 
62
  @media (min-width: 768px) {
64
  @media (min-width: 768px) {
Línea 115... Línea 117...
115
 
117
 
116
  ${(props) => {
118
  ${(props) => {
117
    if (props.send) {
119
    if (props.send) {
118
      return css`
120
      return css`
119
        align-self: flex-end;
121
        align-self: flex-end;
120
        background-color: var(--chat-send);
122
        background-color: #eee;
121
        border-radius: 10px 0 10px 10px;
123
        border-radius: 10px 0px 10px 10px;
-
 
124
        margin-right: 0.5rem;
122
        margin-right: 0.5rem;
125
        color: #393939;
123
      `;
126
      `;
124
    }
127
    }
125
    return css`
128
    return css`
126
      align-self: flex-start;
129
      align-self: flex-start;