Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16735 Rev 16736
Línea 24... Línea 24...
24
  display: flex;
24
  display: flex;
25
  align-items: center;
25
  align-items: center;
26
  justify-content: space-around;
26
  justify-content: space-around;
27
  gap: 0.5rem;
27
  gap: 0.5rem;
28
  width: 100%;
28
  width: 100%;
-
 
29
 
-
 
30
  button {
-
 
31
    color: $icons-color;
-
 
32
  }
29
}
33
}
30
34