Proyectos de Subversion Moodle

Rev

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

Rev Autor Línea Nro. Línea
704 ariadna 1
.rui-login-box {
754 ariadna 2
    display: flex;
3
    align-items: center;
4
    justify-content: center;
5
    background-color: #fff;
6
    border-radius: 5px !important;
7
    height: 100vh !important;
751 ariadna 8
    width: 100%;
753 ariadna 9
    background: url('{{{ config.wwwroot }}}/theme/universe_child/pix/login-bg.png') no-repeat center center;
684 ariadna 10
}
751 ariadna 11
 
754 ariadna 12
.row.login-box {
13
    display: flex;
14
    flex-wrap: wrap;
15
    width: 100%;
16
    height: 100vh;
17
    flex-direction: row;
751 ariadna 18
}
19
 
753 ariadna 20
.login-box img {
21
    display: none; /* Ocultas la imagen si solo quieres usarla como fondo */
22
}