Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1304 Rev 1305
Línea 306... Línea 306...
306
}
306
}
307
.chat-conversation .conversation-list {
307
.chat-conversation .conversation-list {
308
  display: flex;
308
  display: flex;
309
  flex-direction: column;
309
  flex-direction: column;
310
}
310
}
311
/* .conversation-list {
-
 
312
  list-style: none;
-
 
313
  padding: 0 9px 0 0;
-
 
314
  margin: 0;
-
 
315
} */
-
 
316
.conversation-list .odd .conversation-text {
311
.conversation-list .odd .conversation-text {
317
  width: 100%;
312
  width: 100%;
318
  display: flex;
313
  display: flex;
319
  margin-right: 15px;
314
  margin-right: 15px;
320
  font-size: 13px;
315
  font-size: 13px;
Línea 341... Línea 336...
341
    transition: all .2s;
336
    transition: all .2s;
342
}
337
}
343
.conversation-list .conversation-text .la-ellipsis-v:hover{
338
.conversation-list .conversation-text .la-ellipsis-v:hover{
344
  background-color: #efefef;
339
  background-color: #efefef;
345
}
340
}
-
 
341
.conversation_container {
-
 
342
  display: flex;
-
 
343
  flex-direction: column;
-
 
344
  gap: 10px;
-
 
345
}
346
.conversation-list .conversers1 .ctext-wrap {
346
.conversation-list .conversers1 .ctext-wrap {
347
  background: rgb(51 51 51 / 20%);
347
  background: rgb(51 51 51 / 20%);
348
}
348
}
349
.conversation-list .conversers2 .ctext-wrap {
349
.conversation-list .conversers2 .ctext-wrap {
350
  background: #fbfaf1;
350
  background: #fbfaf1;