Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16660 Rev 16661
Línea 22... Línea 22...
22
    display: none;
22
    display: none;
23
    padding: 1rem;
23
    padding: 1rem;
24
    position: absolute;
24
    position: absolute;
25
    right: .5rem;
25
    right: .5rem;
26
    top: 100%;
26
    top: 100%;
-
 
27
    width: fit-content;
Línea 27... Línea 28...
27
 
28
 
28
    ul {
29
    ul {
29
        display: flex;
30
        display: flex;
30
        flex-direction: column;
31
        flex-direction: column;
31
        gap: .5rem;
-
 
Línea 32... Línea 32...
32
        width: fit-content;
32
        gap: .5rem;
33
 
33
 
34
        span {
34
        span {
Línea 39... Línea 39...
39
                text-shadow: 0 0 0 $font-color;
39
                text-shadow: 0 0 0 $font-color;
40
            }
40
            }
41
        }
41
        }
42
    }
42
    }
Línea 43... Línea 43...
43
 
43
 
44
    .active {
44
    &.active {
45
        display: flex;
45
        display: flex;
46
    }
46
    }
47
}
47
}