Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5926 Rev 5927
Línea 1... Línea 1...
1
.message {
1
.message {
2
  box-shadow: $light-shadow;
2
  box-shadow: $light-shadow;
3
  display: inline-flex;
3
  display: inline-flex;
4
  flex-direction: column;
4
  flex-direction: column;
-
 
5
  gap: .5rem;
5
  margin-bottom: 0.5rem;
6
  margin-bottom: 0.5rem;
6
  max-width: 70%;
7
  max-width: 70%;
7
  min-width: 4rem;
8
  min-width: 4rem;
8
  padding: 0.5rem;
9
  padding: 0.5rem;
9
  position: relative;
10
  position: relative;
Línea 27... Línea 28...
27
    background-color: $chat-received;
28
    background-color: $chat-received;
28
    border-radius: 0 10px 10px 10px;
29
    border-radius: 0 10px 10px 10px;
29
  }
30
  }
Línea 30... Línea 31...
30
 
31
 
31
  &_time {
-
 
32
    position: absolute;
32
  &_time {
33
    color: $subtitle-color;
33
    color: $subtitle-color;
-
 
34
    font-size: 0.8rem;
-
 
35
  }
-
 
36
 
34
    right: 5px;
37
  .emojione {
35
    bottom: 5px;
38
    width: 1rem;
36
    font-size: 0.6rem;
39
    height: 1rem;
37
  }
40
  }
Línea 38... Línea 41...
38
}
41
}
39
 
42
 
Línea 51... Línea 54...
51
  align-self: flex-start;
54
  align-self: flex-start;
52
  margin-bottom: 0.2rem;
55
  margin-bottom: 0.2rem;
53
}
56
}
Línea 54... Línea 57...
54
 
57
 
55
.message_container {
58
.message_container {
56
  display: inline-flex;
59
  display: flex;
57
  gap: 1rem;
60
  gap: .5rem;
-
 
61
  width: 100%;
Línea 58... Línea 62...
58
  width: 100%;
62
  align-items: center;
59
 
63
 
60
  &.sent {
64
  &.sent {