Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5927 Rev 5928
Línea 17... Línea 17...
17
    max-width: 250px;
17
    max-width: 250px;
18
    max-height: 250px;
18
    max-height: 250px;
19
    object-fit: contain;
19
    object-fit: contain;
20
  }
20
  }
Línea -... Línea 21...
-
 
21
 
-
 
22
  &:first-child {
-
 
23
    margin-top: .5rem;
-
 
24
  }
21
 
25
 
22
  &.sent {
26
  &.sent {
23
    background-color: $chat-send;
27
    background-color: $chat-send;
24
    border-radius: 10px 0 10px 10px;
28
    border-radius: 10px 0 10px 10px;
Línea 53... Línea 57...
53
  color: $font-color;
57
  color: $font-color;
54
  align-self: flex-start;
58
  align-self: flex-start;
55
  margin-bottom: 0.2rem;
59
  margin-bottom: 0.2rem;
56
}
60
}
Línea -... Línea 61...
-
 
61
 
-
 
62
.display-reactions {
-
 
63
  align-items: center;
-
 
64
  background: $bg-color;
-
 
65
  border-radius: 10px;
-
 
66
  box-shadow: $shadow;
-
 
67
  color: $icons-color;
-
 
68
  display: flex;
-
 
69
  gap: 0.5rem;
-
 
70
  padding: 1rem;
-
 
71
 
-
 
72
  button {
-
 
73
    color: $icons-color;
-
 
74
  }
-
 
75
}
57
 
76
 
58
.message_container {
77
.message_container {
59
  display: flex;
78
  display: flex;
60
  gap: .5rem;
79
  gap: .5rem;
61
  width: 100%;
80
  width: 100%;