Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5923 Rev 5928
Línea 3... Línea 3...
3
  border-radius: $border-radius;
3
  border-radius: $border-radius;
4
  border: 1px solid $border-primary;
4
  border: 1px solid $border-primary;
5
  height: 80vh;
5
  height: 80vh;
6
  display: flex;
6
  display: flex;
7
  flex-direction: column;
7
  flex-direction: column;
8
  gap: 0.5rem;
-
 
Línea 9... Línea 8...
9
 
8
 
10
  .chat_header {
9
  .chat_header {
11
    border-bottom: 1px solid $border-primary;
10
    border-bottom: 1px solid $border-primary;
12
    padding: .5rem;
11
    padding: .5rem;
Línea 48... Línea 47...
48
    display: flex;
47
    display: flex;
49
    justify-content: center;
48
    justify-content: center;
50
    align-items: center;
49
    align-items: center;
51
    gap: 0.5rem;
50
    gap: 0.5rem;
52
  }
51
  }
-
 
52
 
-
 
53
  textarea {
-
 
54
    resize: none;
-
 
55
  }
53
}
56
}
Línea 54... Línea 57...
54
 
57
 
55
.chatInput {
58
.chatInput {
56
  border: none;
59
  border: none;