Proyectos de Subversion Moodle

Rev

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

Rev 807 Rev 808
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: 99.93vh !important;
8
    width: 100%;
8
    width: 100%;
9
}
9
}
Línea 10... Línea 10...
10
 
10
 
11
.row .login-box{
11
.row .login-box{
Línea 88... Línea 88...
88
.rui-login-layout .rui-login-layout-simple{
88
.rui-login-layout .rui-login-layout-simple{
89
    height: 100vh;
89
    height: 100vh;
90
} 
90
} 
Línea -... Línea 91...
-
 
91
         
-
 
92
        
-
 
93
@media (max-width: 480px) {
-
 
94
    #page-login-index .col-md-4 {
-
 
95
        flex: 0 0 41.66666667%;
-
 
96
        max-width: 550px;
-
 
97
        /* padding: 0px !important; */
-
 
98
    }
-
 
99
    #page-login-index .col-md-8 {
-
 
100
        /* flex: 0 0 58.33333333%; */
-
 
101
        max-width: 58.33333333%;
-
 
102
        padding: 0px !important;
-
 
103
    }
-
 
104
    .rui-login-box {
-
 
105
        display: flex;
-
 
106
        align-items: center;
-
 
107
        justify-content: center;
-
 
108
        background-color: #fff;
-
 
109
        border-radius: 5px !important;
-
 
110
        height: 100vh !important;
-
 
111
        width: 100%;
91
         
112
        flex-direction: column;
Línea 92... Línea 113...
92
        
113
    }