Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5449 Rev 5667
Línea 6... Línea 6...
6
  flex-direction: column;
6
  flex-direction: column;
7
  gap: 1rem;
7
  gap: 1rem;
8
  padding: 1rem;
8
  padding: 1rem;
9
}
9
}
Línea -... Línea 10...
-
 
10
 
-
 
11
.reaction-btn {
-
 
12
  position: relative;
-
 
13
 
-
 
14
  .reactions-list {
-
 
15
    position: absolute;
-
 
16
    bottom: 100%;
-
 
17
    background-color: $bg-color;
-
 
18
    box-shadow: 0px 0px 3px #000;
-
 
19
    display: none;
-
 
20
    gap: .5rem;
-
 
21
    padding: .5rem;
-
 
22
  }
-
 
23
 
-
 
24
  &:hover .reactions-list {
-
 
25
    display: flex;
-
 
26
  }
-
 
27
}
10
 
28
 
11
.feedCommentContainer {
29
.feedCommentContainer {
12
  display: flex;
30
  display: flex;
13
  justify-content: flex-start;
31
  justify-content: flex-start;
14
  align-items: center;
32
  align-items: center;