Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2845 Rev 2932
Línea 19... Línea 19...
19
  display: flex;
19
  display: flex;
20
  flex-direction: column;
20
  flex-direction: column;
21
}
21
}
Línea 22... Línea 22...
22
 
22
 
23
.suggestions {
23
.suggestions {
24
  background-color: #fff;
24
  background: white;
-
 
25
  margin-bottom: 1rem;
-
 
26
}
-
 
27
 
-
 
28
.postsList {
-
 
29
  display: flex;
-
 
30
  align-items: center;
-
 
31
  padding: 1rem;
-
 
32
  gap: 0.5rem;
-
 
33
  flex-direction: column;
25
  border-radius: 0;
34
  border-top: 1px solid #cdd2e1;
Línea 26... Línea 35...
26
}
35
}
27
 
36
 
28
.suggestionList {
37
.suggestionList {