Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2932 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2932 Rev 2933
Línea 25... Línea 25...
25
  margin-bottom: 1rem;
25
  margin-bottom: 1rem;
26
}
26
}
Línea 27... Línea 27...
27
 
27
 
28
.postsList {
28
.postsList {
29
  display: flex;
29
  display: flex;
30
  align-items: center;
30
  align-items: flex-start;
31
  padding: 1rem;
31
  padding: 1rem;
32
  gap: 0.5rem;
32
  gap: 0.5rem;
33
  flex-direction: column;
33
  flex-direction: column;
-
 
34
  border-top: 1px solid #cdd2e1;
-
 
35
  h4 {
-
 
36
    font-weight: bold;
-
 
37
    font-size: 1.1rem;
34
  border-top: 1px solid #cdd2e1;
38
  }
Línea 35... Línea 39...
35
}
39
}
36
 
40
 
37
.suggestionList {
41
.suggestionList {