Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4317 Rev 4318
Línea 34... Línea 34...
34
    flex-direction: column;
34
    flex-direction: column;
35
    align-items: center;
35
    align-items: center;
36
    border: 1px solid lightgray;
36
    border: 1px solid lightgray;
37
    background-color: #fff;
37
    background-color: #fff;
38
    overflow: hidden;
38
    overflow: hidden;
-
 
39
    padding: 10px 0;
39
}
40
}
Línea 40... Línea 41...
40
 
41
 
41
.sidebar__stats {
42
.sidebar__stats {
42
    background-color: #fff;
43
    background-color: #fff;
Línea 76... Línea 77...
76
    cursor: pointer;
77
    cursor: pointer;
77
    display: flex;
78
    display: flex;
78
    align-items: center;
79
    align-items: center;
79
    justify-content: space-between;
80
    justify-content: space-between;
80
    width: 100%;
81
    width: 100%;
81
    padding: 10px 10px 0;
82
    padding: 0 10px;
82
}
83
}
Línea 83... Línea 84...
83
 
84
 
84
.sidebar__recent-item > p {
85
.sidebar__recent-item > p {
85
    font-size: 0.9rem;
86
    font-size: 0.9rem;
Línea 151... Línea 152...
151
    .helper__list-item {
152
    .helper__list-item {
152
        padding: 0 10px;
153
        padding: 0 10px;
153
        display: flex;
154
        display: flex;
154
        align-items: center;
155
        align-items: center;
155
        gap: 0.5rem;
156
        gap: 0.5rem;
-
 
157
        overflow: hidden;
156
        &:hover {
158
        &:hover {
157
            background-color: rgba(0, 0, 0, 0.08);
159
            background-color: rgba(0, 0, 0, 0.08);
158
        }
160
        }
159
        & > span {
161
        & > span {
160
            font-size: 0.9rem;
162
            font-size: 0.9rem;