feat: add teacher help cards
This commit is contained in:
@@ -1717,6 +1717,39 @@ textarea:focus-visible {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.help-card-dialog {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.help-card-dialog p {
|
||||
margin: 0;
|
||||
color: var(--chat-muted);
|
||||
font-size: 13px;
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.help-card-dialog textarea {
|
||||
width: 100%;
|
||||
min-height: min(48vh, 420px);
|
||||
resize: vertical;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--chat-border);
|
||||
border-radius: 14px;
|
||||
outline: 0;
|
||||
background: #ffffff;
|
||||
color: var(--chat-text);
|
||||
font: inherit;
|
||||
font-size: 14px;
|
||||
line-height: 1.75;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.help-card-dialog textarea:focus {
|
||||
border-color: var(--chat-brand);
|
||||
box-shadow: 0 0 0 3px rgba(20, 148, 119, 0.1);
|
||||
}
|
||||
|
||||
.growth-profile-fields,
|
||||
.recent-topic-summaries {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user