Proyectos de Subversion Moodle

Rev

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

Rev 1003 Rev 1005
Línea 61... Línea 61...
61
    .opened .rui-topbar .rui-icon-menu {
61
    .opened .rui-topbar .rui-icon-menu {
62
        height: 60px;
62
        height: 60px;
63
    }
63
    }
64
}
64
}
Línea 65... Línea -...
65
 
-
 
66
.dropdown-menu.topbar-menu-dropdown {
-
 
67
    width: auto;
-
 
68
    border-radius: 5px;
-
 
69
    align-items: baseline;
-
 
70
    max-width: none;
-
 
71
    border-radius: 5px;
-
 
72
}
-
 
73
 
65
 
74
a.dropdown-item.topbar-menu {
66
a.dropdown-item.topbar-menu {
75
    gap: 0.5rem;
67
    gap: 0.5rem;
76
    display: flex;
68
    display: flex;
77
    flex-direction: column;
69
    flex-direction: column;
Línea 92... Línea 84...
92
    background: #002389;
84
    background: #002389;
93
}
85
}
Línea 94... Línea 86...
94
 
86
 
95
.dropdown-menu.show {
87
.dropdown-menu.show {
-
 
88
    display: flex;
-
 
89
    max-width: none;
-
 
90
    width: auto;
-
 
91
    border-radius: 5px;
-
 
92
}
-
 
93
 
96
    display: flex;
94
.dropdown-menu.topbar-menu-dropdown, .dropdown-menu.dropdown-menu-right {
97
    flex-direction: column;
95
    flex-direction: column;
Línea 98... Línea 96...
98
}
96
}
99
 
97
 
100
@media (min-width: 600px) {
98
@media (min-width: 600px) {
-
 
99
    .dropdown-menu.topbar-menu-dropdown {
101
    .dropdown-menu.show {
100
        flex-direction: row;
102
        flex-direction: row;
101
        align-items: baseline;
103
    }
102
    }