UX: minor design correction on badge-person in household banner

This commit is contained in:
Mathieu Jaumotte 2023-08-29 14:19:39 +02:00 committed by Julien Fastré
parent 16fcd03a02
commit fe5e1e5557
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -207,10 +207,11 @@ div.banner {
span.badge-member {
flex-shrink: 0; flex-grow: 0; flex-basis: auto;
color: $white;
background-color: transparentize($white, 0.85);
border: 1px solid transparentize($white, 0.75);
border-bottom: 3px solid transparentize( shade-color( $chill-green, 20%), 0.3);
border-radius: 8px;
padding: 0.2em 0.7em;
padding: 0.0em 0.5em;
margin-bottom: 0.2em;
margin-right: 0.3em;