socialissues badge style in multiselect

This commit is contained in:
2021-08-21 12:38:26 +02:00
parent 87a917d11c
commit 9c25132216
3 changed files with 19 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ $social-action-color: $orange;
content: '\f04b';
font-family: ForkAwesome;
color: $social-issue-color;
margin: 0 0.3em 0 -0.7em;
margin: 0 0.3em 0 -0.75em;
}
}
@@ -31,6 +31,6 @@ $social-action-color: $orange;
content: '\f04b';
font-family: ForkAwesome;
color: $social-action-color;
margin: 0 0.3em 0 -0.7em;
margin: 0 0.3em 0 -0.75em;
}
}