household banner: badge-member and holder mark in person theme

This commit is contained in:
2021-09-03 10:59:44 +02:00
parent b14b27c110
commit 21630a37af
4 changed files with 29 additions and 18 deletions

View File

@@ -49,3 +49,15 @@ span.badge-person {
span.badge-thirdparty {
border-bottom-color: shade-color($chill-pink, 10%);
}
// household holder mark
span.fa-holder {
width: 1em;
margin: -10px 0.3em -8px 0;
i:last-child {
font-weight: 900;
color: white;
font-size: 70%;
font-family: "Open Sans Extrabold";
}
}