Proyectos de Subversion Moodle

Rev

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

Rev 1001 Rev 1002
Línea 65... Línea 65...
65
        height: 60px;
65
        height: 60px;
66
    }
66
    }
67
}
67
}
Línea 68... Línea 68...
68
 
68
 
69
.dropdown-menu.topbar-menu-dropdown {
-
 
70
    display: flex;
69
.dropdown-menu.topbar-menu-dropdown {
71
    width: auto;
70
    width: auto;
72
    border-radius: 5px;
71
    border-radius: 5px;
73
    align-items: baseline;
72
    align-items: baseline;
74
    max-width: none;
73
    max-width: none;
Línea 96... Línea 95...
96
    background: #002389;
95
    background: #002389;
97
}
96
}
Línea 98... Línea 97...
98
 
97
 
99
.dropdown-menu.show {
98
.dropdown-menu.show {
-
 
99
    display: flex;
100
    display: flex;
100
    flex-direction: column;
Línea 101... Línea 101...
101
}
101
}
102
 
102
 
103
@media (max-width: 468px) {
103
@media (min-width: 468px) {
104
    .dropdown-menu.topbar-menu-dropdown {
104
    .dropdown-menu.show {
105
        flex-direction: column;
105
        flex-direction: row;
106
    }
106
    }