Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 141... Línea 141...
141
        &:hover {
141
        &:hover {
142
            text-decoration: none;
142
            text-decoration: none;
143
        }
143
        }
144
    }
144
    }
Línea 145... Línea 145...
145
 
145
 
146
    h2 {
146
    h1 {
147
        font-size: 30px;
147
        font-size: 30px;
148
        margin-bottom: 0;
148
        margin-bottom: 0;
149
    }
149
    }
Línea 216... Línea 216...
216
            margin: 0 auto;
216
            margin: 0 auto;
217
        }
217
        }
218
    }
218
    }
219
}
219
}
Línea -... Línea 220...
-
 
220
 
220
 
221
#page-admin-tool-mfa-auth .login-container .main-content,
221
#page-login-forgot_password .login-container .main-content {
222
#page-login-forgot_password .login-container .main-content {
Línea 222... Línea 223...
222
    max-width: 500px;
223
    max-width: 500px;
223
 
224
 
Línea 257... Línea 258...
257
.rui-login-forgot-btn {
258
.rui-login-forgot-btn {
258
    margin-top: 5px;
259
    margin-top: 5px;
259
    font-size: $font-size-xs;
260
    font-size: $font-size-xs;
260
    font-weight: $font-weight-medium;
261
    font-weight: $font-weight-medium;
261
    color: $body-color-light;
262
    color: $body-color-light;
-
 
263
 
-
 
264
    &::before {
-
 
265
        background-color: $body-color-light;
-
 
266
    }
262
}
267
}
Línea 263... Línea 268...
263
 
268
 
Línea 363... Línea 368...
363
        }
368
        }
364
    }
369
    }
Línea 365... Línea 370...
365
 
370
 
366
    .rui-login-layout-img & {
371
    .rui-login-layout-img & {
-
 
372
        width: 50%;
Línea 367... Línea 373...
367
        width: 50%;
373
        border-radius: $btn-border-radius;
368
 
374
 
369
        @include media-breakpoint-only(md) {
375
        @include media-breakpoint-only(md) {
370
            width: 100%;
376
            width: 100%;
Línea 788... Línea 794...
788
        position: absolute;
794
        position: absolute;
789
        top: 0;
795
        top: 0;
790
        left: 30px;
796
        left: 30px;
791
    }
797
    }
Línea 792... Línea 798...
792
 
798
 
793
    h2 {
799
    h1 {
794
        font-size: 16px;
800
        font-size: 16px;
Línea 795... Línea 801...
795
    }
801
    }
796
 
802