Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4432 Rev 4739
Línea 1... Línea 1...
1
.header__option {
1
.header__option {
2
    cursor: pointer;
2
    cursor: pointer;
3
    display: flex;
3
    display: none;
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 34... Línea 34...
34
}
34
}
Línea 35... Línea 35...
35
 
35
 
36
@media (min-width: 768px) {
36
@media (min-width: 768px) {
37
    .header__option {
37
    .header__option {
-
 
38
        min-width: 60px;
38
        min-width: 60px;
39
        display: flex;
39
        & > span {
40
        & > span {
40
            display: flex;
41
            display: flex;
41
            align-items: center;
42
            align-items: center;
42
        }
43
        }