Proyectos de Subversion LeadersLinked - Backend

Rev

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

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