Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5282 Rev 5283
Línea 46... Línea 46...
46
  display: flex;
46
  display: flex;
47
  flex-direction: column;
47
  flex-direction: column;
48
  gap: .5rem;
48
  gap: .5rem;
49
  font-weight: 600;
49
  font-weight: 600;
50
  color: $title-color;
50
  color: $title-color;
-
 
51
 
-
 
52
  img {
-
 
53
    width: 50px;
-
 
54
    height: 50px;
-
 
55
    border-radius: 50%;
-
 
56
  }
51
}
57
}
52
58