Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7081 Rev 7139
Línea 11... Línea 11...
11
  }
11
  }
Línea 12... Línea 12...
12
 
12
 
13
  .comment-content {
13
  .comment-content {
14
    background-color: $chat-send;
14
    background-color: $chat-send;
15
    border-radius: $border-radius;
-
 
16
    border-top-left-radius: 0;
15
    border-radius: $border-radius;
17
    display: flex;
16
    display: flex;
18
    flex-direction: column;
17
    flex-direction: column;
19
    gap: 0.5rem;
-
 
20
    width: 90%;
18
    gap: 0.5rem;
-
 
19
    padding: 0.5rem;
Línea 21... Línea 20...
21
    padding: 0.5rem;
20
    flex-grow: 1;
22
 
21
 
23
    .info {
22
    .info {
24
      display: flex;
23
      display: flex;
Línea 63... Línea 62...
63
}
62
}
Línea 64... Línea 63...
64
 
63
 
65
.comment-list {
64
.comment-list {
66
  display: flex;
65
  display: flex;
-
 
66
  flex-direction: column;
67
  flex-direction: column;
67
  padding-right: .5rem;
68
  gap: 1rem;
68
  gap: 1rem;
69
  max-height: 300px;
69
  max-height: 300px;
70
  overflow-y: auto;
-
 
71
  padding-bottom: .5rem;
70
  overflow-y: auto;
72
}
71
}