Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6260 Rev 6579
Línea 15... Línea 15...
15
    border-radius: $border-radius;
15
    border-radius: $border-radius;
16
    border-top-left-radius: 0;
16
    border-top-left-radius: 0;
17
    display: flex;
17
    display: flex;
18
    flex-direction: column;
18
    flex-direction: column;
19
    gap: 0.5rem;
19
    gap: 0.5rem;
20
    width: 100%;
20
    width: 99%;
21
    padding: 0.5rem;
21
    padding: 0.5rem;
Línea 22... Línea 22...
22
 
22
 
23
    .info {
23
    .info {
24
      display: flex;
24
      display: flex;
Línea 66... Línea 66...
66
  display: flex;
66
  display: flex;
67
  flex-direction: column;
67
  flex-direction: column;
68
  gap: 1rem;
68
  gap: 1rem;
69
  max-height: 300px;
69
  max-height: 300px;
70
  overflow-y: auto;
70
  overflow-y: auto;
71
  padding-bottom: .5rem;
-
 
72
}
71
}
73
72