Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16871 Rev 16873
Línea 27657... Línea 27657...
27657
  }
27657
  }
27658
}
27658
}
Línea 27659... Línea 27659...
27659
 
27659
 
27660
/* ============= user_profile ============= */
27660
/* ============= user_profile ============= */
27661
.user_profile {
27661
.user_profile {
27662
  width: 100%;
27662
  display: flex;
27663
  background-color: #fff;
27663
  flex-direction: column;
27664
  text-align: center;
27664
  gap: .5rem;
Línea 27665... Línea 27665...
27665
}
27665
}
27666
 
27666
 
27667
.user-pro-img {
27667
.user-pro-img {
27668
  height: 100px;
27668
  height: 100px;
27669
  width: 100px;
27669
  width: 100px;
27670
  border-radius: 50%;
27670
  border-radius: 50%;
-
 
27671
  position: relative;
-
 
27672
  border: 2px solid var(--button-bg);
27671
  position: relative;
27673
  margin: -50px auto 0;
Línea 27672... Línea 27674...
27672
  border: 5px solid var(--border-primary);
27674
  background-color: #f5f5f5;
27673
}
27675
}
27674
 
27676