Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4747 Rev 4766
Línea 59... Línea 59...
59
    min-width: fit-content;
59
    min-width: fit-content;
60
    top: 99%;
60
    top: 99%;
61
    ul {
61
    ul {
62
        display: flex;
62
        display: flex;
63
        flex-direction: column;
63
        flex-direction: column;
64
        gap: 0.5rem;
-
 
65
        a {
64
        a {
66
            color: gray !important;
65
            color: gray !important;
67
            &:hover {
66
            &:hover {
68
                text-decoration: underline !important;
67
                text-decoration: underline !important;
69
            }
68
            }
70
        }
69
        }
-
 
70
        li:not(:last-child) {
-
 
71
            padding-bottom: 0.5rem;
-
 
72
        }
71
        li:hover .navLinkLevelThree {
73
        li:hover .navLinkLevelThree {
72
            display: block;
74
            display: block;
73
        }
75
        }
74
    }
76
    }
75
    .navLinkLevelThree {
77
    .navLinkLevelThree {