Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4254 Rev 4255
Línea 1... Línea 1...
1
.header {
1
.header {
2
    position: sticky;
2
    position: sticky;
3
    top: 0;
3
    top: 0;
4
    background-color: #fff;
4
    background-color: #fff;
5
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.6);
5
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.06);
6
    width: 100%;
6
    width: 100%;
7
    z-index: 999;
7
    z-index: 999;
8
}
8
}
Línea 9... Línea 9...
9
 
9