Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16881 Rev 16882
Línea 27678... Línea 27678...
27678
}
27678
}
Línea 27679... Línea 27679...
27679
 
27679
 
27680
.user-pro-img {
27680
.user-pro-img {
27681
  height: 100px;
27681
  height: 100px;
27682
  width: 100px;
-
 
27683
  border-radius: 50%;
27682
  width: 100px;
27684
  position: relative;
27683
  position: relative;
27685
  border: 2px solid var(--button-bg);
27684
  border: 2px solid var(--button-bg);
27686
  margin: -50px auto 0;
27685
  margin: -50px auto 0;
27687
  background-color: #f5f5f5;
-
 
27688
  overflow: hidden;
27686
  background-color: #f5f5f5;
Línea 27689... Línea 27687...
27689
}
27687
}
27690
 
27688
 
27691
.user-pro-img img {
27689
.user-pro-img img {
27692
  width: 100%;
27690
  width: 100%;
-
 
27691
  height: 100%;
27693
  height: 100%;
27692
  object-fit: cover;
Línea 27694... Línea 27693...
27694
  object-fit: cover;
27693
  border-radius: 50%;
27695
}
27694
}
27696
 
27695
 
27697
.user-pro-img .add-dp {
27696
.add-dp {
-
 
27697
  position: absolute;
-
 
27698
  top: -6px;
-
 
27699
  left: 60%;
-
 
27700
  display: grid;
-
 
27701
  place-items: center;
27698
  position: absolute;
27702
  border-radius: 50%;
Línea 27699... Línea 27703...
27699
  top: 10px;
27703
  background-color: var(--bg-color);
27700
  left: 60%;
27704
  transition: all .2s ease-in-out;
27701
}
27705
}
27702
 
-
 
27703
.add-dp i {
-
 
27704
  bottom: 0;
-
 
27705
  font-size: 14px;
-
 
27706
  box-shadow: none;
-
 
27707
  position: relative;
-
 
27708
  border-radius: 50px;
-
 
27709
  width: 40px;
-
 
27710
  height: 40px;
-
 
27711
  text-align: center;
-
 
27712
  background: #e44d3a;
-
 
27713
  padding: 12px;
-
 
27714
  color: #ffff;
-
 
27715
  left: 0;
-
 
27716
  top: -5px;
-
 
27717
}
-
 
27718
 
-
 
27719
.add-dp i:hover {
-
 
27720
  font-size: 14px;
-
 
27721
  border: 2px solid #fff;
-
 
27722
  background: #e44d3a;
-
 
27723
  padding: 11px;
-
 
27724
}
-
 
27725
 
27706
 
Línea 27726... Línea 27707...
27726
.add-dp {
27707
.add-dp i {
27727
  margin: -16px;
27708
  color: #fff;
27728
  padding: 0;
27709
  font-size: 14px;
27729
}
-
 
27730
 
27710
}
Línea 27731... Línea 27711...
27731
.add-dp input[type="file"] {
27711
 
27732
  opacity: 0;
27712
.add-dp:hover {
27733
  padding: 10px 0px 9px;
27713
  opacity: 0.80;