Proyectos de Subversion Moodle

Rev

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

Rev 604 Rev 605
Línea 19... Línea 19...
19
    font-weight: bold;
19
    font-weight: bold;
20
    margin-top: 1em;
20
    margin-top: 1em;
21
}
21
}
Línea 22... Línea 22...
22
 
22
 
23
.teacher-fullname{
23
.teacher-fullname{
24
    font-size: 14.5px;
24
    font-size: 15px;
25
    font-weight: 600;
25
    font-weight: 600;
26
    color: #002389;
26
    color: #002389;
Línea 27... Línea 27...
27
}
27
}
28
 
28
 
29
.teacher-email {
29
.teacher-email {
-
 
30
    color: #666;
30
    color: #666; /* Cambia el color del texto */
31
    font-size: 13.5px;
Línea 31... Línea 32...
31
    font-size: 0.9em; /* Ajusta el tamaño de la fuente */
32
    font-weight: 450;
32
}
33
}
33
 
34