Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3724 Rev 3726
Línea 3... Línea 3...
3
  margin-top: 0.5rem;
3
  margin-top: 0.5rem;
4
  position: relative;
4
  position: relative;
5
  min-width: 4rem;
5
  min-width: 4rem;
6
  display: flex;
6
  display: flex;
7
  align-items: center;
7
  align-items: center;
-
 
8
  box-shadow: $light-shadow;
8
  &_sent {
9
  &_sent {
9
    justify-self: flex-end;
10
    justify-self: flex-end;
10
    align-self: flex-end;
11
    align-self: flex-end;
11
    background-color: $chat-send;
12
    background-color: $chat-send;
12
    border-radius: 10px 0 10px 10px;
13
    border-radius: 10px 0 10px 10px;
Línea 25... Línea 26...
25
    font-size: 0.6rem;
26
    font-size: 0.6rem;
26
  }
27
  }
27
}
28
}
28
.chatImg {
29
.chatImg {
29
  max-width: 200px;
30
  max-width: 200px;
30
  max-height: 400px;
31
  max-height: 180px;
31
  object-fit: contain;
32
  object-fit: contain;
32
}
33
}
33
.downloadBtn {
34
.downloadBtn {
34
  display: inline-flex;
35
  display: inline-flex;
35
  gap: 0.5rem;
36
  gap: 0.5rem;