Proyectos de Subversion Moodle

Rev

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

Rev 692 Rev 693
Línea 58... Línea 58...
58
 
58
 
59
.dropdown-menu.topbar-menu-dropdown.show {
59
.dropdown-menu.topbar-menu-dropdown.show {
60
    display: flex;
60
    display: flex;
61
    max-width: 1080px;
61
    max-width: 1080px;
62
    width: 1000px;
62
    width: 1000px;
63
    height: 150px;
63
    height: 115px;
64
    border-radius: 5px;
64
    border-radius: 5px;
Línea 65... Línea 65...
65
}
65
}
66
 
66
 
67
a.dropdown-item.topbar-menu {
67
a.dropdown-item.topbar-menu {
68
    gap: 15px;
68
    gap: 15px;
69
    display: flex;
69
    display: flex;
70
    flex-direction: column;
70
    flex-direction: column;
71
    align-items: center;
71
    align-items: center;
72
    font-weight: 600;
72
    font-weight: 600;
73
    font-size: small;
73
    font-size: small;
Línea 74... Línea 74...
74
    margin-top: 5px;
74
    padding-top: 1.5%;
75
}
75
}
76
 
76