Proyectos de Subversion Moodle

Rev

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

Rev 665 Rev 668
Línea 52... Línea 52...
52
    }
52
    }
53
}
53
}
Línea 54... Línea 54...
54
 
54
 
55
.dropdown-menu.topbar-menu-dropdown.show {
55
.dropdown-menu.topbar-menu-dropdown.show {
56
    display: flex;
56
    display: flex;
57
    max-width: 1000px;
57
    max-width: 1080px;
58
    width: 1000px;
58
    width: 1080px;
59
    height: 100px;
59
    height: 100px;
60
    border-radius: 5px;
60
    border-radius: 5px;
-
 
61
}
-
 
62
 
-
 
63
a.dropdown-item.topbar-menu {
-
 
64
    gap: 10px;
-
 
65
}
-
 
66
 
-
 
67
.dropdown-menu a.active, .dropdown-menu a:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
-
 
68
    color: #F5F5F5;
-
 
69
    text-decoration: none;
-
 
70
    border-radius: 5px;
-
 
71
    background: #002389;