Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16874 Rev 16875
Línea 215... Línea 215...
215
}
215
}
Línea 216... Línea 216...
216
 
216
 
217
ol,
217
ol,
218
ul {
218
ul {
-
 
219
  list-style: none;
219
  list-style: none;
220
  padding: 0;
Línea 220... Línea 221...
220
}
221
}
221
 
222
 
222
ol,
223
ol,
Línea 27815... Línea 27816...
27815
  cursor: no-drop;
27816
  cursor: no-drop;
27816
}
27817
}
Línea 27817... Línea 27818...
27817
 
27818
 
Línea -... Línea 27819...
-
 
27819
/* ============= end buttons ============= */
-
 
27820
 
-
 
27821
/* ============= profile extended ============= */
-
 
27822
.user-profile-extended-ov {
-
 
27823
  width: 100%;
-
 
27824
  background-color: var(--bg-color);
-
 
27825
  padding: 30px 20px;
-
 
27826
  border: 1px solid var(--border-primary);
-
 
27827
}
-
 
27828
 
-
 
27829
.user-profile-extended-ov h3 {
-
 
27830
  color: var(--title-color);
-
 
27831
  font-weight: 600;
-
 
27832
}
-
 
27833
 
-
 
27834
.user-profile-extended-ov i,
-
 
27835
user-profile-extended-ov svg {
-
 
27836
  color: var(--icons-color);
-
 
27837
  font-size: 13px;
-
 
27838
}
-
 
27839
 
-
 
27840
.user-profile-extended-ov strong {
-
 
27841
  font-weight: bold;
-
 
27842
}
-
 
27843
 
27818
/* ============= end buttons ============= */
27844
/* ============= end profile extended ============= */
27819
 
27845