Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16876 Rev 16877
Línea 27825... Línea 27825...
27825
  flex-direction: column;
27825
  flex-direction: column;
27826
  gap: 0.5rem;
27826
  gap: 0.5rem;
27827
  width: 100%;
27827
  width: 100%;
27828
}
27828
}
Línea 27829... Línea 27829...
27829
 
27829
 
27830
.user-profile-extended-ov {
27830
.user-profile-ov {
27831
  width: 100%;
27831
  width: 100%;
27832
  background-color: var(--bg-color);
27832
  background-color: var(--bg-color);
27833
  padding: 30px 20px;
27833
  padding: 30px 20px;
27834
  border: 1px solid var(--border-primary);
27834
  border: 1px solid var(--border-primary);
Línea 27835... Línea 27835...
27835
}
27835
}
27836
 
27836
 
27837
.user-profile-extended-ov h3 {
27837
.user-profile-ov h3 {
27838
  color: var(--title-color);
27838
  color: var(--title-color);
Línea 27839... Línea 27839...
27839
  font-weight: 600;
27839
  font-weight: 600;
27840
}
27840
}
27841
 
27841
 
27842
.user-profile-extended-ov i,
27842
.user-profile-ov i,
27843
user-profile-extended-ov svg {
27843
user-profile-ov svg {
Línea 27844... Línea 27844...
27844
  color: var(--icons-color);
27844
  color: var(--icons-color);
27845
  font-size: 13px;
27845
  font-size: 13px;
27846
}
27846
}
Línea 27847... Línea 27847...
27847
 
27847