Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4745 Rev 4746
Línea 51... Línea 51...
51
    }
51
    }
52
}
52
}
Línea 53... Línea 53...
53
 
53
 
54
.nav__options-dropdown {
54
.nav__options-dropdown {
55
    transform: scaleY(0);
55
    transform: scaleY(0);
56
    right: 0;
56
    right: -10%;
57
    opacity: 0;
57
    opacity: 0;
58
    padding: 1rem;
58
    padding: 1rem;
59
    min-width: auto;
59
    min-width: auto;
60
    top: 99%;
60
    top: 99%;
Línea 92... Línea 92...
92
li:hover .header__option ~ .nav__options-dropdown {
92
li:hover .header__option ~ .nav__options-dropdown {
93
    transform: scaleY(1);
93
    transform: scaleY(1);
94
    opacity: 1;
94
    opacity: 1;
95
}
95
}
Línea -... Línea 96...
-
 
96
 
-
 
97
li:hover .header__option.mobile ~ .nav__options-dropdown {
-
 
98
    transform: scaleY(1) translateX(-50%);
-
 
99
    opacity: 1;
-
 
100
}
96
 
101
 
97
.user__options-description {
102
.user__options-description {
98
    display: flex;
103
    display: flex;
99
    flex-direction: column;
104
    flex-direction: column;
100
    align-items: center;
105
    align-items: center;