use chill_entity_render_box/string and design a badge-person

This commit is contained in:
2021-08-21 14:56:10 +02:00
parent b301c1d405
commit 883cb858a9
4 changed files with 40 additions and 23 deletions

View File

@@ -27,5 +27,15 @@
}
}
// specific chill badge for persons
span.badge-person {
padding: 0 0.5em !important;
background-color: $white;
border: 1px solid $chill-ll-gray;
border-bottom: 2px solid $chill-green;
border-radius: 6px;
a {
text-decoration: none;
}
}