Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4441 Rev 4443
Línea 24... Línea 24...
24
        border-top: 0;
24
        border-top: 0;
25
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
25
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
26
        &:nth-last-child(1) {
26
        &:nth-last-child(1) {
27
            border-bottom: 0;
27
            border-bottom: 0;
28
        }
28
        }
-
 
29
        h4 {
-
 
30
            font-size: 1rem;
-
 
31
            font-weight: 600;
-
 
32
        }
29
        img {
33
        img {
30
            grid-column: 1;
34
            grid-column: 1;
31
            grid-row: 1/3;
35
            grid-row: 1/3;
32
            height: 100%;
36
            height: 100%;
33
        }
37
        }
-
 
38
        span,
-
 
39
        .btn-primary {
-
 
40
            display: none;
-
 
41
        }
34
    }
42
    }
35
}
43
}