Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4491 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4491 Rev 4492
Línea 16... Línea 16...
16
        }
16
        }
17
    }
17
    }
18
    img {
18
    img {
19
        width: 60px;
19
        width: 60px;
20
        height: 60px;
20
        height: 60px;
-
 
21
        border-radius: 50%;
21
    }
22
    }
22
    .linked__widget-header {
23
    .linked__widget-header {
23
        display: flex;
24
        display: flex;
24
        align-items: center;
25
        align-items: center;
25
        justify-content: space-between;
26
        justify-content: space-between;
Línea 72... Línea 73...
72
        display: flex;
73
        display: flex;
73
        align-items: center;
74
        align-items: center;
74
        justify-content: center;
75
        justify-content: center;
75
        padding: 0.5rem 0;
76
        padding: 0.5rem 0;
76
        color: rgba(0, 0, 0, 0.6);
77
        color: rgba(0, 0, 0, 0.6);
-
 
78
        cursor: pointer;
77
        &:hover {
79
        &:hover {
78
            background-color: rgba(0, 0, 0, 0.08);
80
            background-color: rgba(0, 0, 0, 0.08);
79
        }
81
        }
80
    }
82
    }
81
}
83
}