Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4948 Rev 4953
Línea 30... Línea 30...
30
}
30
}
31
.header__left {
31
.header__left {
32
    align-items: center;
32
    align-items: center;
33
    display: flex;
33
    display: flex;
34
    gap: 10px;
34
    gap: 10px;
-
 
35
    flex: 1;
35
    & > img {
36
    & > img {
36
        object-fit: cover;
37
        object-fit: cover;
37
        display: none;
38
        display: none;
38
    }
39
    }
39
    &.show {
40
    &.show {
Línea 69... Línea 70...
69
        }
70
        }
70
    }
71
    }
71
}
72
}
72
.header__right {
73
.header__right {
73
    align-items: center;
74
    align-items: center;
74
    flex-grow: 1;
75
    flex: 1;
75
    display: flex;
76
    display: flex;
76
    & > ul {
77
    & > ul {
77
        display: flex;
78
        display: flex;
78
        flex-grow: 1;
79
        flex: 1;
79
        justify-content: space-evenly;
80
        justify-content: space-evenly;
80
        gap: 0.5rem;
81
        gap: 0.5rem;
81
        li {
82
        li {
82
            position: relative;
83
            position: relative;
83
        }
84
        }