Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4252 Rev 4253
Línea 21... Línea 21...
21
        position: absolute;
21
        position: absolute;
22
        transform: scaleX(0);
22
        transform: scaleX(0);
23
        transition: transform 0.2s ease-in-out;
23
        transition: transform 0.2s ease-in-out;
24
        width: 100%;
24
        width: 100%;
25
    }
25
    }
26
    & > h3 {
26
    & > span {
27
        display: none;
27
        display: none;
28
        margin: 0;
28
        margin: 0;
29
        font-size: 12px;
29
        font-size: 12px;
30
        font-weight: 400;
30
        font-weight: 400;
31
    }
31
    }
Línea 40... Línea 40...
40
    border-radius: 5px;
40
    border-radius: 5px;
41
    border-top-right-radius: 0;
41
    border-top-right-radius: 0;
42
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 3px 3px rgb(0 0 0 / 30%);
42
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 3px 3px rgb(0 0 0 / 30%);
43
}
43
}
Línea -... Línea 44...
-
 
44
 
-
 
45
.user__option-icon {
-
 
46
    height: 16px;
-
 
47
    width: 16px;
-
 
48
}
44
 
49
 
45
@media (min-width: 768px) {
50
@media (min-width: 768px) {
46
    .header__option > h3 {
51
    .header__option > span {
-
 
52
        display: flex;
47
        display: initial;
53
        align-items: center;
48
    }
54
    }