Proyectos de Subversion Moodle

Rev

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

Rev 808 Rev 812
Línea 1... Línea 1...
1
.rui-login-box {
1
.rui-login-box {
2
    display: flex;
2
    display: grid;
3
    align-items: center;
3
    place-items: center;
4
    justify-content: center;
-
 
5
    background-color: #fff;
-
 
6
    border-radius: 5px !important;
-
 
7
    height: 99.93vh !important;
-
 
8
    width: 100%;
-
 
9
}
-
 
10
 
-
 
11
.row .login-box{
-
 
12
    margin-left: 0;
-
 
13
    margin-right: 0;
-
 
14
    width: 100%;
-
 
15
    height: 100%;
-
 
16
 
-
 
17
}
-
 
18
 
-
 
19
#page-login-index .col-md-4 {
-
 
20
    flex: 0 0 41.66666667%;
-
 
21
    max-width: 41.66666667%;
-
 
22
    padding: 0px !important;
-
 
23
}
-
 
24
 
-
 
25
#page-login-index .col-md-8 {
-
 
26
    flex: 0 0 58.33333333%;
-
 
27
    max-width: 58.33333333%;
-
 
28
    padding: 0px !important;
-
 
29
}
4
}
Línea 30... Línea 5...
30
 
5
 
31
.rui-login-box .rui-login-content {
6
.rui-login-box .rui-login-content {
32
    width: 80%;
7
    width: 80%;
-
 
8
    margin: 0 auto;
33
    margin: 0% 10%;
9
    position: relative;
34
    height: 80%;
10
    z-index: 100;
Línea 35... Línea 11...
35
}
11
}
-
 
12
 
-
 
13
img.img-fluid.login-imagen {
-
 
14
    position: fixed;
36
 
15
    top: 0;
37
img.img-fluid.login-imagen {
16
    left: 0;
38
    width: 100%;
17
    width: 100vw;
-
 
18
    height: 100vh;
39
    height: 100%;
19
    object-fit: inherit;
Línea 40... Línea -...
40
    border-radius: 0px 5px;
-
 
41
}
20
    object-position: bottom;
42
 
21
}
43
 
22
 
44
.rui-loginpage-intro-logo {
23
.rui-loginpage-intro-logo {
45
    margin-bottom: 20px;
24
    margin-bottom: 20px;
46
    display: flex;
-
 
47
    align-items: center;
25
    display: flex;
48
    text-align: center;
26
    align-items: center;
Línea 49... Línea 27...
49
    margin-top: 10%;
27
    text-align: center;
50
    justify-content: left;
28
    justify-content: left;
51
}
29
}
52
 
-
 
53
.rui-loginpage-intro-logo .rui-login-logo {
30
 
54
    width: 100%;
31
.rui-loginpage-intro-logo .rui-login-logo {
55
    max-width: 500px;
32
    width: 100%;
Línea 56... Línea 33...
56
    height: 200px;
33
    max-width: 500px;
Línea 85... Línea 62...
85
    height: 35px !important;
62
    height: 35px !important;
86
}
63
}
Línea 87... Línea 64...
87
 
64
 
88
.rui-login-layout .rui-login-layout-simple{
65
.rui-login-layout .rui-login-layout-simple{
89
    height: 100vh;
-
 
90
} 
-
 
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%;
-
 
112
        flex-direction: column;
-
 
113
    }
-
 
114
}     
-
 
115
        
-
 
116
        
-
 
117
        
-
 
118
        
66
    height: 100vh;
-
 
67
}
119
68