Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16868 Rev 16869
Línea 105... Línea 105...
105
  border: 0;
105
  border: 0;
106
  border-top: 1px solid;
106
  border-top: 1px solid;
107
  opacity: 0.1;
107
  opacity: 0.1;
108
}
108
}
Línea -... Línea 109...
-
 
109
 
-
 
110
button {
-
 
111
  margin: 0;
-
 
112
  padding: 0;
-
 
113
  background: transparent;
-
 
114
  border: 0;
-
 
115
}
109
 
116
 
110
img {
117
img {
111
  max-width: 100%;
118
  max-width: 100%;
Línea 112... Línea 119...
112
}
119
}
Línea 27721... Línea 27728...
27721
  border-bottom: 1px solid #e5e5e5;
27728
  border-bottom: 1px solid #e5e5e5;
27722
  padding-bottom: 27px;
27729
  padding-bottom: 27px;
27723
}
27730
}
Línea 27724... Línea 27731...
27724
 
27731
 
27725
.add-pic-box {
-
 
27726
  display: inline-block;
-
 
27727
  color: #e44d3a;
-
 
27728
  font-size: 16px;
-
 
27729
  position: absolute;
27732
.add-pic-box {
27730
  top: 30px;
27733
  width: 50px;
27731
  right: 0;
27734
  height: 50px;
27732
  font-weight: 600;
27735
  background-color: var(--button-bg);
27733
  margin-right: 0;
-
 
27734
}
-
 
27735
 
-
 
27736
.add-pic-box.cover {
27736
  border-radius: 50%;
27737
  display: inline-block;
-
 
27738
  color: #e44d3a;
-
 
27739
  font-size: 16px;
27737
  color: var(--button-text-color) !important;
27740
  position: absolute;
27738
  position: absolute;
27741
  top: 30px;
27739
  top: 30px;
27742
  right: 0;
-
 
27743
  font-weight: 600;
-
 
27744
  margin-right: 0;
27740
  right: 0;
27745
  width: 100%;
-
 
27746
}
-
 
27747
 
-
 
27748
.cover-sec img {
27741
  display: grid;
27749
  width: 100%;
27742
  place-items: center;
Línea 27750... Línea 27743...
27750
}
27743
}
27751
 
-
 
27752
.cover-sec>a {
-
 
27753
  display: inline-block;
-
 
27754
  color: #e44d3a;
-
 
27755
  font-size: 16px;
-
 
27756
  background-color: #fff;
-
 
27757
  border: 1px solid #e44d3a;
-
 
27758
  position: absolute;
-
 
27759
  top: 30px;
27744
 
27760
  right: 0;
27745
.add-pic-box svg,
27761
  padding: 10px 15px;
27746
.add-pic-box i {
27762
  font-weight: 600;
27747
  font-weight: 600;
Línea 27763... Línea 27748...
27763
  margin-right: 15px;
27748
  color: var(--button-text-color) !important;
27764
}
27749
}
27765
 
27750
 
Línea 27766... Línea -...
27766
.cover-sec>a i {
-
 
27767
  padding-right: 5px;
27751
.cover-sec {
Línea 27768... Línea 27752...
27768
}
27752
  position: relative;
27769
 
27753
}