activity list: badges for issues, actions and reasons

This commit is contained in:
2021-08-20 23:59:37 +02:00
parent 14cbb1dd28
commit b37de4cd4f
7 changed files with 65 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
/// variables
/// CHILL ENTITY RENDER BOX
.chill-entity {
@@ -18,6 +16,15 @@
@include badge_social_issue;
}
}
/// SOCIAL-ACTION
&.entity-social-action {
margin-right: 0.3em;
font-size: 120%;
span.badge {
@include badge_social_action;
}
}
}