Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3581 Rev 3724
Línea 6... Línea 6...
6
  display: flex;
6
  display: flex;
7
  align-items: center;
7
  align-items: center;
8
  &_sent {
8
  &_sent {
9
    justify-self: flex-end;
9
    justify-self: flex-end;
10
    align-self: flex-end;
10
    align-self: flex-end;
11
    background-color: #d8f1e4;
11
    background-color: $chat-send;
12
    border-radius: 10px 0 10px 10px;
12
    border-radius: 10px 0 10px 10px;
13
  }
13
  }
14
  &_received {
14
  &_received {
15
    justify-self: flex-start;
15
    justify-self: flex-start;
16
    align-self: flex-start;
16
    align-self: flex-start;
17
    background-color: #fff;
17
    background-color: $chat-received;
18
    border-radius: 0 10px 10px 10px;
18
    border-radius: 0 10px 10px 10px;
19
  }
19
  }
20
  &__time {
20
  &__time {
21
    position: absolute;
21
    position: absolute;
22
    color: $subtitle-color;
22
    color: $subtitle-color;