render_box comment embeddable, misc

This commit is contained in:
2021-07-31 14:48:03 +02:00
parent 98dd31dffc
commit 8c06014ea5
6 changed files with 97 additions and 48 deletions

View File

@@ -80,7 +80,7 @@ div.flex-table {
&:nth-child(even) {
background-color: $gray-200;
.chill-user-quote {
background-color: $gray-100;
background-color: shade-color($gray-200, 5%)
}
}

View File

@@ -98,4 +98,19 @@ section.chill-entity {
&.address-until {}
}
}
// used for comment-embeddable
&.entity-comment-embeddable {
width: 100%;
div.metadata {
font-size: smaller;
color: $gray-600;
span.user, span.date {
text-decoration: underline dotted;
&:hover {
color: $gray-700;
}
}
}
}
}