Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16006 Rev 16007
Línea 11... Línea 11...
11
  position: relative;
11
  position: relative;
Línea 12... Línea 12...
12
 
12
 
13
  .chat_header {
13
  .chat_header {
14
    padding: 1rem;
14
    padding: 1rem;
-
 
15
    text-align: center;
-
 
16
    border-bottom: 1px solid $border-primary;
-
 
17
 
-
 
18
    h2 {
-
 
19
      font-size: 1.5rem;
-
 
20
      font-weight: 500;
15
    text-align: center;
21
    }
Línea 16... Línea 22...
16
  }
22
  }
17
 
23
 
18
  @media (max-width: 768px) {
24
  @media (max-width: 768px) {
Línea 31... Línea 37...
31
}
37
}
Línea 32... Línea 38...
32
 
38
 
33
.messageWrapper {
39
.messageWrapper {
34
  display: flex;
40
  display: flex;
35
  flex-direction: column;
-
 
36
  padding-top: .5rem;
41
  flex-direction: column;
Línea 37... Línea 42...
37
}
42
}
38
 
43
 
39
.chat__input__container {
44
.chat__input__container {