Proyectos de Subversion Moodle

Rev

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

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