Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4313 Rev 4432
Línea 16... Línea 16...
16
}
16
}
Línea 17... Línea 17...
17
 
17
 
18
.header__nav {
18
.header__nav {
19
    display: flex;
19
    display: flex;
-
 
20
    justify-content: space-between;
20
    justify-content: space-between;
21
    gap: 0.5rem;
Línea 21... Línea 22...
21
}
22
}
22
 
23
 
23
.header__left {
24
.header__left {
Línea 65... Línea 66...
65
    display: flex;
66
    display: flex;
66
    & > ul {
67
    & > ul {
67
        display: flex;
68
        display: flex;
68
        flex-grow: 1;
69
        flex-grow: 1;
69
        justify-content: space-evenly;
70
        justify-content: space-evenly;
70
        gap: 1.5rem;
71
        gap: 0.5rem;
71
        li {
72
        li {
72
            position: relative;
73
            position: relative;
73
        }
74
        }
74
    }
75
    }
75
    &.hide {
76
    &.hide {
76
        display: none;
77
        display: none;
77
    }
78
    }
78
}
79
}
Línea 79... Línea 80...
79
 
80
 
-
 
81
@media (min-width: 768px) {
-
 
82
    .header__nav {
-
 
83
        gap: initial;
80
@media (min-width: 768px) {
84
    }
81
    .header__right {
85
    .header__right {
82
        flex-grow: initial;
86
        flex-grow: initial;
83
        & > ul {
87
        & > ul {
84
            display: flex !important;
88
            display: flex !important;
-
 
89
            justify-content: initial;
85
            justify-content: initial;
90
            gap: 1.5rem;
86
        }
91
        }
87
    }
92
    }
88
    .header__search {
93
    .header__search {
89
        padding: 0.5rem;
94
        padding: 0.5rem;