mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 08:05:00 +00:00
render_box comment embeddable, misc
This commit is contained in:
@@ -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%)
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user