Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 382 Rev 383
Línea 10... Línea 10...
10
  background-color: var(--bg-color);
10
  background-color: var(--bg-color);
11
  border-radius: var(--border-radius);
11
  border-radius: var(--border-radius);
12
  border: 1px solid var(--border-primary);
12
  border: 1px solid var(--border-primary);
13
  display: flex;
13
  display: flex;
14
  flex-direction: column;
14
  flex-direction: column;
15
  height: 100%;  
15
  height: 100%;
-
 
16
  gap: 0.5rem;
-
 
17
  padding: 1rem 0rem !important;
16
  max-height: 80vh;
18
  max-height: 80vh;
17
  flex-grow: 1;
19
  flex-grow: 1;
18
`
20
`
Línea 19... Línea 21...
19
 
21