Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2289 Rev 2492
Línea 17... Línea 17...
17
  align-items: flex-end;
17
  align-items: flex-end;
18
  overflow-x: scroll;
18
  overflow-x: scroll;
19
  overflow-y: hidden;
19
  overflow-y: hidden;
20
  flex-wrap: nowrap;
20
  flex-wrap: nowrap;
21
  padding: 5px 0;
21
  padding: 5px 0;
-
 
22
  justify-content: space-between;
-
 
23
  gap: 5px;
22
}
24
}
Línea 23... Línea 25...
23
 
25
 
24
.horizontal-list>.row>.col {
26
.horizontal-list>.row>.btn,
25
  flex: 1;
27
.horizontal-list>.row>.members_count {
26
  padding: 0 5px;
28
  min-width: 30%;
Línea 27... Línea 29...
27
}
29
}
28
 
30
 
29
.horizontal-list>.row>.col .btn {
31
.horizontal-list>.row>.btn {
30
  padding: 2px 5px;
32
  padding: 2px 5px;
31
  white-space: nowrap;
33
  white-space: nowrap;
32
  line-height: 1;
34
  line-height: 1;
Línea 33... Línea 35...
33
  font-size: 1.8vmin;
35
  font-size: 2vmin;
34
}
36
}
35
 
37