Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16865 Rev 16866
Línea 27640... Línea 27640...
27640
    flex-direction: column;
27640
    flex-direction: column;
27641
    gap: 0;
27641
    gap: 0;
27642
  }
27642
  }
27643
}
27643
}
Línea -... Línea 27644...
-
 
27644
 
-
 
27645
/* ============= user_profile ============= */
-
 
27646
.user_profile {
-
 
27647
  width: 100%;
-
 
27648
  background-color: #fff;
-
 
27649
  margin-bottom: 20px;
-
 
27650
  text-align: center;
-
 
27651
  margin-top: -40px;
-
 
27652
}
-
 
27653
 
-
 
27654
.user-pro-img {
-
 
27655
  width: 100%;
-
 
27656
  text-align: center;
-
 
27657
  margin-bottom: 28px;
-
 
27658
  position: relative;
-
 
27659
}
-
 
27660
 
-
 
27661
.user-pro-img .add-dp {
-
 
27662
  position: absolute;
-
 
27663
  top: 10px;
-
 
27664
  left: 60%;
-
 
27665
}
-
 
27666
 
-
 
27667
.add-dp i {
-
 
27668
  bottom: 0;
-
 
27669
  font-size: 14px;
-
 
27670
  box-shadow: none;
-
 
27671
  position: relative;
-
 
27672
  border-radius: 50px;
-
 
27673
  width: 40px;
-
 
27674
  height: 40px;
-
 
27675
  text-align: center;
-
 
27676
  background: #e44d3a;
-
 
27677
  padding: 12px;
-
 
27678
  color: #ffff;
-
 
27679
  left: 0;
-
 
27680
  top: -5px;
-
 
27681
}
-
 
27682
 
-
 
27683
.add-dp i:hover {
-
 
27684
  font-size: 14px;
-
 
27685
  border: 2px solid #fff;
-
 
27686
  background: #e44d3a;
-
 
27687
  padding: 11px;
-
 
27688
}
-
 
27689
 
-
 
27690
.add-dp {
-
 
27691
  margin: -16px;
-
 
27692
  padding: 0;
-
 
27693
}
-
 
27694
 
-
 
27695
.add-dp input[type="file"] {
-
 
27696
  opacity: 0;
-
 
27697
  padding: 10px 0px 9px;
-
 
27698
  display: none;
-
 
27699
}
-
 
27700
 
-
 
27701
#go-back {
-
 
27702
  font-size: 2rem;
-
 
27703
}
-
 
27704
 
-
 
27705
.user-pro-img img {
-
 
27706
  border-radius: 100px;
-
 
27707
  border: 5px solid #fff;
-
 
27708
  background: #fff;
-
 
27709
}
-
 
27710
 
-
 
27711
.user_pro_status {
-
 
27712
  width: 100%;
-
 
27713
  border-bottom: 1px solid #e5e5e5;
-
 
27714
  padding-bottom: 27px;
-
 
27715
}
-
 
27716
 
-
 
27717
/* ============= end user_profile ============= */
27644
 
27718
 
27645
/*# sourceMappingURL=../maps/demo1/style.css.map */
27719
/*# sourceMappingURL=../maps/demo1/style.css.map */