Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16869 Rev 16871
Línea 27659... Línea 27659...
27659
 
27659
 
27660
/* ============= user_profile ============= */
27660
/* ============= user_profile ============= */
27661
.user_profile {
27661
.user_profile {
27662
  width: 100%;
27662
  width: 100%;
27663
  background-color: #fff;
-
 
27664
  margin-bottom: 20px;
27663
  background-color: #fff;
27665
  text-align: center;
-
 
27666
  margin-top: -40px;
27664
  text-align: center;
Línea 27667... Línea 27665...
27667
}
27665
}
27668
 
27666
 
27669
.user-pro-img {
27667
.user-pro-img {
27670
  width: 100%;
27668
  height: 100px;
27671
  text-align: center;
27669
  width: 100px;
-
 
27670
  border-radius: 50%;
-
 
27671
  position: relative;
-
 
27672
  border: 5px solid var(--border-primary);
-
 
27673
}
-
 
27674
 
-
 
27675
.user-pro-img img {
-
 
27676
  width: 100%;
27672
  margin-bottom: 28px;
27677
  height: 100%;
Línea 27673... Línea 27678...
27673
  position: relative;
27678
  object-fit: cover;
27674
}
27679
}
27675
 
27680
 
Línea 27715... Línea 27720...
27715
 
27720
 
27716
#go-back {
27721
#go-back {
27717
  font-size: 2rem;
27722
  font-size: 2rem;
Línea 27718... Línea -...
27718
}
-
 
27719
 
-
 
27720
.user-pro-img img {
-
 
27721
  border-radius: 100px;
-
 
27722
  border: 5px solid #fff;
-
 
27723
  background: #fff;
-
 
27724
}
27723
}
27725
 
27724
 
27726
.user_pro_status {
27725
.user_pro_status {
27727
  width: 100%;
-
 
27728
  border-bottom: 1px solid #e5e5e5;
27726
  width: 100%;
Línea 27729... Línea 27727...
27729
  padding-bottom: 27px;
27727
  border-bottom: 1px solid #e5e5e5;
27730
}
27728
}
27731
 
27729
 
27732
.add-pic-box {
27730
.add-pic-box {
27733
  width: 50px;
27731
  width: 50px;
27734
  height: 50px;
27732
  height: 50px;
27735
  background-color: var(--button-bg);
27733
  background-color: var(--button-bg);
27736
  border-radius: 50%;
27734
  border-radius: 50%;
27737
  color: var(--button-text-color) !important;
27735
  color: var(--button-text-color) !important;
27738
  position: absolute;
27736
  position: absolute;
27739
  top: 30px;
27737
  top: 1rem;
-
 
27738
  right: 1rem;
-
 
27739
  display: grid;
-
 
27740
  place-items: center;
-
 
27741
  cursor: pointer;
-
 
27742
  transition: all .2s ease-in-out;
-
 
27743
}
27740
  right: 0;
27744
 
Línea 27741... Línea 27745...
27741
  display: grid;
27745
.add-pic-box:hover {
27742
  place-items: center;
27746
  opacity: 0.80;
27743
}
27747
}
27744
 
27748
 
27745
.add-pic-box svg,
27749
.add-pic-box svg,
Línea 27746... Línea 27750...
27746
.add-pic-box i {
27750
.add-pic-box i {
27747
  font-weight: 600;
27751
  font-weight: 600;
-
 
27752
  color: var(--button-text-color) !important;
-
 
27753
}
-
 
27754
 
-
 
27755
.cover-sec {
-
 
27756
  position: relative;
-
 
27757
  background: #0008;
-
 
27758
  max-height: 400px;
-
 
27759
}
27748
  color: var(--button-text-color) !important;
27760
 
Línea 27749... Línea 27761...
27749
}
27761
.cover-sec img {
Línea 27750... Línea 27762...
27750
 
27762
  width: 100%;
27751
.cover-sec {
27763
  height: 100%;