accompanyingCourse: ckeditor for comment bloc + sass color variables in app.vue

This commit is contained in:
2021-08-16 20:25:09 +02:00
parent 0abb4983f7
commit 20cdec20d2
3 changed files with 45 additions and 27 deletions

View File

@@ -265,6 +265,17 @@ table.table-bordered {
}
}
div.metadata {
font-size: smaller;
color: $gray-600;
span.user, span.date {
text-decoration: underline dotted;
&:hover {
color: $gray-700;
}
}
}
/// when there is no data
.custom_field_no_data,
.chill-no-data-statement {