Proyectos de Subversion Moodle

Rev

Rev 629 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

#messageteacher_form {
    padding: 2em;
}

#messageteacher_form .mform .fitem div.fitemtitle {
    width: 8em;
}

#messageteacher_form .mform .fitem .felement {
    margin-left: 10em;
}

#messageteacher_form textarea {
    width: 80%;
}

.messageteacher_confirm {
    font-size: 2em;
    font-weight: bold;
    margin-top: 1em;
}

.teacher-fullname{
    font-size: 15px;
    font-weight: 600;
    color: #002389;
}

.teacher-email {
    color: #666;
    font-size: 13.5px;
    font-weight: 450;
}

li::marker{
    color: transparent;
}

@media (max-width: 480px) {
    .card {
        margin-bottom: 40px;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        margin-top: 50px;
    }
}

svg {
    overflow: hidden;
    vertical-align: middle;
    margin-left: 1px;
}