Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4301 Rev 4305
Línea 45... Línea 45...
45
    border: 1px solid lightgray;
45
    border: 1px solid lightgray;
46
    border-top: 0;
46
    border-top: 0;
47
}
47
}
Línea 48... Línea 48...
48
 
48
 
49
.sidebar__stat {
49
.sidebar__stat {
50
    padding-left: 10px;
-
 
51
    padding-right: 10px;
50
    padding: 10px;
52
    display: flex;
51
    display: flex;
53
    justify-content: space-between;
52
    justify-content: space-between;
54
    cursor: pointer;
53
    cursor: pointer;
55
    &:hover {
54
    &:hover {
Línea 146... Línea 145...
146
 
145
 
147
    .sidebar__bottom {
146
    .sidebar__bottom {
148
        border-radius: 10px;
147
        border-radius: 10px;
Línea 149... Línea 148...
149
    }
148
    }
150
 
149
 
151
    .sidebar__stats:nth-last-child(2) {
150
    .sidebar__stats:nth-last-child(1) {
152
        border-radius: 10px;
151
        border-radius: 10px;
153
        border-top-right-radius: 0;
152
        border-top-right-radius: 0;
154
        border-top-left-radius: 0;
153
        border-top-left-radius: 0;