Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16882 Rev 16883
Línea 27681... Línea 27681...
27681
  height: 100px;
27681
  height: 100px;
27682
  width: 100px;
27682
  width: 100px;
27683
  position: relative;
27683
  position: relative;
27684
  border: 2px solid var(--button-bg);
27684
  border: 2px solid var(--button-bg);
27685
  margin: -50px auto 0;
27685
  margin: -50px auto 0;
-
 
27686
  border-radius: 50%;
27686
  background-color: #f5f5f5;
27687
  background-color: #f5f5f5;
27687
}
27688
}
Línea 27688... Línea 27689...
27688
 
27689
 
27689
.user-pro-img img {
27690
.user-pro-img img {
Línea 27695... Línea 27696...
27695
 
27696
 
27696
.add-dp {
27697
.add-dp {
27697
  position: absolute;
27698
  position: absolute;
27698
  top: -6px;
27699
  top: -6px;
-
 
27700
  left: 60%;
-
 
27701
  width: 40px;
27699
  left: 60%;
27702
  height: 40px;
-
 
27703
  display: grid;
27700
  display: grid;
27704
  cursor: pointer;
27701
  place-items: center;
27705
  place-items: center;
27702
  border-radius: 50%;
27706
  border-radius: 50%;
27703
  background-color: var(--bg-color);
27707
  background-color: var(--button-bg);
27704
  transition: all .2s ease-in-out;
27708
  transition: all .2s ease-in-out;
Línea 27705... Línea 27709...
27705
}
27709
}
27706
 
27710
 
27707
.add-dp i {
27711
.add-dp i {
27708
  color: #fff;
27712
  color: #fff;
Línea 27709... Línea 27713...
27709
  font-size: 14px;
27713
  font-size: 14px;
27710
}
27714
}
27711
 
27715
 
27712
.add-dp:hover {
27716
.add-dp:hover {
Línea 27713... Línea 27717...
27713
  opacity: 0.80;
27717
  opacity: 0.90;
27714
  transform: scale(0.9);
27718
  transform: scale(0.9);