Proyectos de Subversion Moodle

Rev

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

Rev 828 Rev 1001
Línea 64... Línea 64...
64
    .opened .rui-topbar .rui-icon-menu {
64
    .opened .rui-topbar .rui-icon-menu {
65
        height: 60px;
65
        height: 60px;
66
    }
66
    }
67
}
67
}
Línea 68... Línea 68...
68
 
68
 
69
.dropdown-menu.topbar-menu-dropdown.show {
69
.dropdown-menu.topbar-menu-dropdown {
70
    display: flex;
70
    display: flex;
71
    max-width: 1080px;
71
    width: auto;
-
 
72
    border-radius: 5px;
72
    width: 1000px;
73
    align-items: baseline;
73
    height: 115px;
74
    max-width: none;
74
    border-radius: 5px;
75
    border-radius: 5px;
Línea 75... Línea 76...
75
}
76
}
76
 
77
 
77
a.dropdown-item.topbar-menu {
78
a.dropdown-item.topbar-menu {
78
    gap: 15px;
79
    gap: 0.5rem;
79
    display: flex;
80
    display: flex;
80
    flex-direction: column;
81
    flex-direction: column;
81
    align-items: center;
82
    align-items: center;
-
 
83
    font-weight: 600;
-
 
84
    font-size: 1em;
-
 
85
    white-space: nowrap;
-
 
86
}
82
    font-weight: 600;
87
 
83
    font-size: small;
88
a.dropdown-item.topbar-menu img {
Línea 84... Línea 89...
84
    padding-top: 1.5%;
89
    width: 2rem;
85
}
90
}
86
 
91
 
87
.dropdown-menu a.active, .dropdown-menu a:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
92
.dropdown-menu a.active, .dropdown-menu a:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
88
    color: #F5F5F5;
93
    color: #F5F5F5;
89
    text-decoration: none;
94
    text-decoration: none;
Línea 90... Línea 95...
90
    border-radius: 5px;
95
    border-radius: 5px;
91
    background: #002389;
96
    background: #002389;
92
}
97
}
-
 
98
 
-
 
99
.dropdown-menu.show {
-
 
100
    display: flex;
-
 
101
}
-
 
102
 
-
 
103
@media (max-width: 468px) {
93
 
104
    .dropdown-menu.topbar-menu-dropdown {