Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3965 Rev 4100
Línea 15... Línea 15...
15
    display: flex;
15
    display: flex;
16
    flex-direction: column;
16
    flex-direction: column;
17
    gap: 0.5rem;
17
    gap: 0.5rem;
18
    width: 100%;
18
    width: 100%;
19
    padding: 0.5rem;
19
    padding: 0.5rem;
-
 
20
    .info {
-
 
21
      display: flex;
-
 
22
      align-items: center;
-
 
23
      justify-content: space-between;
-
 
24
      h3 {
-
 
25
        display: inline;
-
 
26
        font-weight: bold;
-
 
27
      }
-
 
28
    }
20
  }
29
  }
21
}
30
}
Línea 22... Línea 31...
22
 
31
 
23
.comments-container {
32
.comments-container {
24
  display: flex;
33
  display: flex;
25
  flex-direction: column;
34
  flex-direction: column;
26
  gap: 0.5rem;
35
  gap: 0.5rem;
27
  overflow: hidden;
36
  overflow: hidden;
28
  transition: all .3s;
37
  transition: all 0.3s;
29
  &.show {
38
  &.show {
30
    height: fit-content;
39
    height: fit-content;
31
  }
40
  }
32
  &.hidden {
41
  &.hidden {