Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16742 Rev 16744
Línea 13... Línea 13...
13
        font-size: 1.1rem;
13
        font-size: 1.1rem;
14
        font-weight: 600;
14
        font-weight: 600;
15
    }
15
    }
Línea 16... Línea 16...
16
 
16
 
17
    span {
17
    span {
18
        align-items: center;
18
        align-items: baseline;
19
        color: $subtitle-color;
19
        color: $subtitle-color;
20
        display: flex;
20
        display: flex;
21
        font-size: .9rem;
21
        font-size: .9rem;
22
        padding: 0 !important;
22
        padding: 0 !important;
Línea 23... Línea 23...
23
        margin-bottom: .5rem;
23
        margin-bottom: .5rem;
24
 
24
 
25
        svg {
25
        svg {
26
            width: 1rem;
26
            width: .9rem;
27
            height: 1rem;
27
            height: .9rem;
28
            fill: $icons-color;
28
            fill: $icons-color;
29
        }
29
        }
30
    }
30
    }