Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4249 Rev 4250
Línea 3... Línea 3...
3
    display: flex;
3
    display: flex;
4
    flex-direction: column;
4
    flex-direction: column;
5
    align-items: center;
5
    align-items: center;
6
    justify-content: center;
6
    justify-content: center;
7
    color: gray;
7
    color: gray;
-
 
8
    &:hover {
-
 
9
        color: #000;
-
 
10
    }
8
    & > h3 {
11
    & > h3 {
9
        display: none;
12
        display: none;
10
        margin: 0;
13
        margin: 0;
11
        font-size: 12px;
14
        font-size: 12px;
12
        font-weight: 400;
15
        font-weight: 400;
13
    }
16
    }
14
 
-
 
15
    &:hover {
-
 
16
        color: #000;
-
 
17
    }
-
 
18
}
17
}
Línea 19... Línea 18...
19
 
18
 
20
@media (min-width: 768px) {
19
@media (min-width: 768px) {
21
    .header__option > h3 {
20
    .header__option > h3 {