Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4253 Rev 4254
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 lightgray;
5
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.6);
6
    padding: 10px 0;
-
 
7
    width: 100%;
6
    width: 100%;
8
    z-index: 999;
7
    z-index: 999;
9
}
8
}
Línea 10... Línea 9...
10
 
9
 
Línea 59... Línea 58...
59
        flex-grow: 1;
58
        flex-grow: 1;
60
        justify-content: space-evenly;
59
        justify-content: space-evenly;
61
        gap: 1.5rem;
60
        gap: 1.5rem;
62
        li {
61
        li {
63
            height: fit-content;
62
            height: fit-content;
-
 
63
            position: relative;
64
        }
64
        }
65
    }
65
    }
66
    &.hide {
66
    &.hide {
67
        display: none;
67
        display: none;
68
    }
68
    }