transmis au prof

This commit is contained in:
2026-04-25 21:38:17 +02:00
parent f32f127c9e
commit c75634e3e1
4 changed files with 46 additions and 0 deletions

View File

@@ -136,6 +136,28 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
text-transform: uppercase;
}
.messages { display: none; }
.student-transmission {
flex: 0 0 auto;
border: 1px solid #dbeafe;
border-radius: 14px;
background: #f8fbff;
padding: 0.7rem 0.85rem;
}
.student-transmission span {
display: block;
color: #2563eb;
font-size: 0.78rem;
font-weight: 700;
margin-bottom: 0.25rem;
text-transform: uppercase;
}
.student-transmission p {
margin: 0;
color: #14213d;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.message {
max-width: 92%;
margin-bottom: 0.45rem;