Proyectos de Subversion Moodle

Rev

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

Rev 768 Rev 771
Línea 2... Línea 2...
2
    display: flex;
2
    display: flex;
3
    align-items: center;
3
    align-items: center;
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: 100%!important;
-
 
8
    width: 100%;
-
 
9
}
-
 
10
 
-
 
11
.row .login-box{
-
 
12
    margin-left: 0;
-
 
13
    width: 100%;
-
 
14
    height: 100%;
-
 
15
}
-
 
16
 
-
 
17
.col-md-6 .login-form{
-
 
18
    flex: 0 0 50%;
-
 
19
    max-width: 50%;
-
 
20
    padding: 0px 0.5px;
-
 
21
}
-
 
22
 
-
 
23
.col-md-6 .login-img{
-
 
24
    flex: 0 0 50%;
-
 
25
    max-width: 50%;
-
 
26
    padding: 0px 0.5px;
-
 
27
}
-
 
28
 
-
 
29
.rui-login-box .rui-login-content {
-
 
30
    width: 70%;
-
 
31
    height: 100%;
-
 
32
}
-
 
33
 
-
 
34
img .img-fluid .login-imagen{
-
 
35
    vertical-align: middle;
-
 
36
    border-style: none;
8
    width: 100%;
37
    width: 100%;
9
}
38
}