mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
19 lines
249 B
SCSS
19 lines
249 B
SCSS
/// CHILL ENTITY RENDER BOX
|
|
.chill-entity {
|
|
|
|
/// PERSON
|
|
&.entity-person {
|
|
span.firstname,
|
|
span.lastname,
|
|
span.altname {}
|
|
}
|
|
|
|
/// SOCIAL-ISSUE
|
|
&.entity-social-issue {
|
|
margin-right: 0.3em;
|
|
}
|
|
}
|
|
|
|
|
|
|