Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4812 Rev 4946
Línea 1... Línea 1...
1
.header__option {
1
.header__option {
2
    cursor: pointer;
2
    cursor: pointer;
3
    display: none;
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
    position: relative;
8
    position: relative;
Línea 32... Línea 32...
32
        font-size: 12px;
32
        font-size: 12px;
33
        font-weight: 400;
33
        font-weight: 400;
34
    }
34
    }
35
}
35
}
Línea 36... Línea -...
36
 
-
 
37
.header__option.mobile {
-
 
38
    display: flex;
-
 
39
}
-
 
40
 
36
 
41
@media (min-width: 768px) {
37
@media (min-width: 768px) {
42
    .header__option {
38
    .header__option {
43
        min-width: 60px;
39
        min-width: 60px;
44
        display: flex;
40
        display: flex;