mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
resume: list associated persons sorted by household. add method in entity
This commit is contained in:
@@ -247,3 +247,24 @@ span.fa-holder {
|
||||
font-family: "Open Sans Extrabold";
|
||||
}
|
||||
}
|
||||
|
||||
div.accompanyingcourse-resume {
|
||||
div.associated-persons {
|
||||
span.household {
|
||||
border-radius: 8px;
|
||||
border: 1px solid $white;
|
||||
&:hover {
|
||||
border: 1px solid $chill-beige;
|
||||
}
|
||||
i {
|
||||
color: $chill-beige;
|
||||
}
|
||||
padding: 0.5em;
|
||||
margin-right: 2px;
|
||||
span.badge-person, span.badge-thirdparty {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
&.no-household {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user