improve details row for household banner

This commit is contained in:
2021-07-01 17:42:52 +02:00
parent fc63955205
commit f0232228a3
2 changed files with 32 additions and 9 deletions

View File

@@ -58,13 +58,30 @@ div.banner {
color: white;
}
ul.list-content {
margin: 0 auto;
//margin: 0 auto;
}
span.age {
margin-left: 0.5em;
&:before { content: '('; }
&:after { content: ')'; }
}
div.members {
display: flex;
flex-direction: row;
span.badge-member {
border: 1px solid #ffffff3b;
color: #ffffff;
padding: 0.4em 0.8em;
margin-right: 0.3em;
border-radius: 8px;
&.holder {
order: -1;
}
&.child {
order: 2;
}
}
}
}
/*