Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4314 Rev 4315
Línea 28... Línea 28...
28
    }
28
    }
29
}
29
}
Línea 30... Línea 30...
30
 
30
 
31
.sidebar__bottom {
31
.sidebar__bottom {
32
    margin-top: 10px;
-
 
33
    padding: 10px;
32
    margin-top: 10px;
34
    display: flex;
33
    display: flex;
35
    flex-direction: column;
34
    flex-direction: column;
36
    align-items: center;
35
    align-items: center;
37
    border: 1px solid lightgray;
36
    border: 1px solid lightgray;
Línea 53... Línea 52...
53
    justify-content: space-between;
52
    justify-content: space-between;
54
    cursor: pointer;
53
    cursor: pointer;
55
    &:hover {
54
    &:hover {
56
        background-color: rgba(0, 0, 0, 0.08);
55
        background-color: rgba(0, 0, 0, 0.08);
57
    }
56
    }
58
    & > p {
57
    & > span {
59
        font-size: 0.8rem;
58
        font-size: 0.9rem;
60
        font-weight: 600;
59
        font-weight: 600;
61
        color: gray;
60
        color: gray;
62
    }
61
    }
63
}
62
}
Línea 68... Línea 67...
68
}
67
}
Línea 69... Línea 68...
69
 
68
 
70
.sidebar__recent-item__container {
69
.sidebar__recent-item__container {
71
    display: flex;
70
    display: flex;
72
    flex-direction: column;
-
 
73
    gap: 0.5rem;
71
    flex-direction: column;
74
    width: 100%;
72
    width: 100%;
Línea 75... Línea 73...
75
}
73
}
76
 
74
 
77
.sidebar__recent-item {
75
.sidebar__recent-item {
78
    cursor: pointer;
76
    cursor: pointer;
79
    display: flex;
77
    display: flex;
80
    align-items: center;
78
    align-items: center;
-
 
79
    justify-content: space-between;
81
    justify-content: space-between;
80
    width: 100%;
Línea 82... Línea 81...
82
    width: 100%;
81
    padding: 10px 10px 0;
83
}
82
}
84
 
83
 
85
.sidebar__recent-item > p {
84
.sidebar__recent-item > p {
86
    font-size: 0.8rem;
85
    font-size: 0.9rem;
Línea 87... Línea 86...
87
    font-weight: 600;
86
    font-weight: 600;
Línea 139... Línea 138...
139
}
138
}
Línea 140... Línea 139...
140
 
139
 
141
.helper__list {
140
.helper__list {
142
    display: flex;
141
    display: flex;
-
 
142
    flex-direction: column;
-
 
143
    padding-bottom: 10px;
-
 
144
    .helper__list-item {
-
 
145
        padding: 0 10px;
-
 
146
        display: flex;
143
    flex-direction: column;
147
        align-items: center;
-
 
148
        gap: 0.5rem;
-
 
149
        &:hover {
-
 
150
            background-color: rgba(0, 0, 0, 0.08);
-
 
151
        }
-
 
152
        & > span {
-
 
153
            font-size: 0.9rem;
-
 
154
            font-weight: 600;
-
 
155
            color: gray;
-
 
156
        }
144
    gap: 5px;
157
    }
Línea 145... Línea 158...
145
}
158
}
146
 
159
 
147
@media (min-width: 576px) {
160
@media (min-width: 576px) {