Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4255 Rev 4256
Línea 16... Línea 16...
16
        }
16
        }
17
    }
17
    }
18
    &::after {
18
    &::after {
19
        border-bottom: 2px solid #000;
19
        border-bottom: 2px solid #000;
20
        content: "";
20
        content: "";
21
        bottom: 0;
21
        bottom: -1px;
22
        left: 0;
22
        left: 0;
23
        position: absolute;
23
        position: absolute;
24
        transform: scaleX(0);
24
        transform: scaleX(0);
25
        transition: transform 0.2s ease-in-out;
25
        transition: transform 0.2s ease-in-out;
26
        width: 100%;
26
        width: 100%;
Línea 41... Línea 41...
41
    padding: 10px;
41
    padding: 10px;
42
    border-radius: 5px;
42
    border-radius: 5px;
43
    border-top-right-radius: 0;
43
    border-top-right-radius: 0;
44
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 3px 3px rgb(0 0 0 / 30%);
44
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 3px 3px rgb(0 0 0 / 30%);
45
    transition: all 0.2s ease-in-out;
45
    transition: all 0.2s ease-in-out;
46
    .fadeOut {
46
    &.fadeOut {
47
        transform: scaleY(0);
47
        transform: scaleY(0);
48
        opacity: 0;
48
        opacity: 0;
49
    }
49
    }
50
    .fadeIn {
50
    &.fadeIn {
51
        transform: scaleY(1);
51
        transform: scaleY(1);
52
        opacity: 1;
52
        opacity: 1;
53
    }
53
    }
-
 
54
    ul {
-
 
55
        display: flex;
-
 
56
        flex-direction: column;
-
 
57
        gap: 0.5rem;
-
 
58
        a {
-
 
59
            white-space: nowrap;
-
 
60
        }
-
 
61
    }
54
}
62
}
Línea 55... Línea 63...
55
 
63
 
56
.user__option-icon {
64
.user__option-icon {
57
    height: 16px;
65
    height: 16px;