[S] Copy style from course-head

This commit is contained in:
Hykilpikonna
2020-04-27 18:16:07 -04:00
parent a8c882e343
commit 1b13f4abb2
@@ -156,4 +156,27 @@
font-size: 14px;
}
}
#detail-popup
{
text-align: left;
.header
{
.title
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.subtitle
{
margin-left: 10px;
font-size: 12px;
font-style: italic;
color: #999999;
}
}
}
</style>