Proyectos de Subversion Moodle

Rev

Rev 1206 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

li[data-key=home] {
    display: none;
}

li[data-key=mycourses] {
    display: none;
}

li[data-key=none] {
    display: none;
}

.primary-navigation .navigation .nav-link {
    font-size: 15px;
}

.rui-topbar .navbar-nav .nav-link {
    color: #212121 !important;
    border-radius: 20px;
}

.rui-logo {
    width: auto;
    height: auto;
    max-width: 200px;
}

.rui-logo img {
    height: 48.01px;
    border-radius: 30px;
    margin-left: 20px;
}

.rui-topbar .navbar-nav {
    margin-left: auto;
}
.navbar-nav{
    gap:10px;
}

.rui-topbar-special-btn {
    padding: 0px;
}

.rui-topbar-special-btn svg{
    width: 25px; /* Ajusta el ancho */
    height: 25px; /* Ajusta la altura */
}

@media (max-width: 480px) {
    .rui-logo img {
        margin-left: 0;
    }
    .opened .rui-topbar .moremenu {
        background-color: #262a30;
    }
    .rui-topbar .navbar-nav .nav-link {
        color: #fff !important;
        border-radius: 5px;
    }
    .opened .rui-topbar .rui-icon-menu {
        height: 60px;
    }
}

a.dropdown-item.topbar-menu {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 1em;
    white-space: nowrap;
}

a.dropdown-item.topbar-menu img {
    width: 2rem;
}

.dropdown-menu a.active, .dropdown-menu a:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
    color: #F5F5F5;
    text-decoration: none;
    border-radius: 5px;
    background: #002389;
}

.dropdown-menu.topbar-menu-dropdown.show {
    display: flex;
    max-width: none;
    width: auto;
    border-radius: 5px;
}

.dropdown-menu.topbar-menu-dropdown, .dropdown-menu.dropdown-menu-right {
    flex-direction: column;
}

@media (min-width: 600px) {
    .dropdown-menu.topbar-menu-dropdown {
        flex-direction: row;
        align-items: baseline;
    }
}