Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 828 Rev 829
Línea 287... Línea 287...
287
.msg-title{
287
.msg-title{
288
    display: flex;
288
    display: flex;
289
    align-items: center;
289
    align-items: center;
290
    justify-content: space-between;
290
    justify-content: space-between;
291
}
291
}
292
.msg-title.msgs_icons-container {
292
.msg-title .msgs_icons-container {
293
    display: flex;
293
    display: flex;
294
    align-items: center;
294
    align-items: center;
295
}
295
}
296
.icon {
296
.icon {
297
    cursor: pointer;
297
    cursor: pointer;
Línea 302... Línea 302...
302
    border-radius: 50px;
302
    border-radius: 50px;
303
    padding: 0;
303
    padding: 0;
304
    transition: all .2s;
304
    transition: all .2s;
305
    color: #0860bf;
305
    color: #0860bf;
306
}
306
}
307
.icon {
307
.icon:hover {
308
    background-color: #efefef;
308
    background-color: #efefef;
309
}
309
}
310
.messages-list > .messages_conversation-search {
310
.messages-list > .messages_conversation-search {
311
    transition: all .2s;
311
    transition: all .2s;
312
    padding: 10px 20px;
312
    padding: 10px 20px;