Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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