Proyectos de Subversion Moodle

Rev

Rev 753 | Rev 755 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

.rui-login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px !important;
    height: 100vh !important;
    width: 100%;
    background: url('{{{ config.wwwroot }}}/theme/universe_child/pix/login-bg.png') no-repeat center center;
}

.row.login-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    flex-direction: row;
}

.login-box img {
    display: none; /* Ocultas la imagen si solo quieres usarla como fondo */
}