Proyectos de Subversion Moodle

Rev

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

Rev 747 Rev 751
Línea 3... Línea 3...
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: 100vh !important;
8
    width: 50%;
8
    width: 100%;
-
 
9
}
-
 
10
 
-
 
11
.row.login-box {
-
 
12
    display: flex;
-
 
13
    flex-wrap: wrap;
-
 
14
    width: 100%;
-
 
15
    height: 100vh;
-
 
16
    flex-direction: row;
-
 
17
}
-
 
18
 
-
 
19
img .img-fluid.login{
-
 
20
    vertical-align: middle;
-
 
21
    /* border-style: none; */
-
 
22
    width: 100%;
9
}
23
}