Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16877 Rev 16878
Línea 27658... Línea 27658...
27658
/* ============= user_profile ============= */
27658
/* ============= user_profile ============= */
27659
.user_profile {
27659
.user_profile {
27660
  display: flex;
27660
  display: flex;
27661
  flex-direction: column;
27661
  flex-direction: column;
27662
  gap: 0.5rem;
27662
  gap: 0.5rem;
-
 
27663
  text-align: center;
-
 
27664
}
-
 
27665
 
-
 
27666
.social-links {
-
 
27667
  display: flex;
-
 
27668
  flex-direction: column;
-
 
27669
  white-space: nowrap;
-
 
27670
  text-overflow: ellipsis;
27663
  padding: 0 1rem;
27671
  width: 100%;
27664
}
27672
}
Línea 27665... Línea 27673...
27665
 
27673
 
27666
.user-pro-img {
27674
.user-pro-img {
27667
  height: 100px;
27675
  height: 100px;
Línea 27828... Línea 27836...
27828
}
27836
}
Línea 27829... Línea 27837...
27829
 
27837
 
27830
.user-profile-ov {
27838
.user-profile-ov {
27831
  width: 100%;
27839
  width: 100%;
27832
  background-color: var(--bg-color);
27840
  background-color: var(--bg-color);
27833
  padding: 30px 20px;
27841
  padding: 10px;
27834
  border: 1px solid var(--border-primary);
27842
  border: 1px solid var(--border-primary);
Línea 27835... Línea 27843...
27835
}
27843
}
27836
 
27844