Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16736 Rev 16741
Línea 25... Línea 25...
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%;
Línea 29... Línea 29...
29
 
29
 
-
 
30
  button,
30
  button {
31
  svg {
-
 
32
    color: $icons-color;
-
 
33
    transition: all 200ms ease;
-
 
34
  }
-
 
35
 
-
 
36
  button:hover svg {
31
    color: $icons-color;
37
    color: $font-color;
32
  }
38
  }
33
}
39
}