Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4953 Rev 4980
Línea 18... Línea 18...
18
    width: 100%;
18
    width: 100%;
19
    z-index: 999;
19
    z-index: 999;
20
}
20
}
21
.header {
21
.header {
22
    top: 0;
22
    top: 0;
23
    position: absolute;
23
    position: fixed;
24
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
24
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
25
}
25
}
26
.header__nav {
26
.header__nav {
27
    display: flex;
27
    display: flex;
28
    justify-content: space-between;
28
    justify-content: space-between;